01HXTHBKSSWC5X193SHVPWA66J: 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: 01HXTHDKQJ96449NMKNWT798EA

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12024-05-14T03:14:13.028Zjob assigned to worker 01HXTHE20TK7XF8T109TK84B6Q (queued for 1 m 12 s)
 
22024-05-14T03:14:20.992Zstarting task 0: "setup"
32024-05-14T03:14:21.058Z++ uname -s
42024-05-14T03:14:21.071Z+ kern=SunOS
52024-05-14T03:14:21.071Z+ case "$kern" in
62024-05-14T03:14:21.071Z+ groupadd -g 12345 build
72024-05-14T03:14:21.071Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-05-14T03:14:23.077Z+ zfs create -o mountpoint=/work rpool/work
92024-05-14T03:14:23.162Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-05-14T03:14:23.184Z+ home_fs=zfs
112024-05-14T03:14:23.184Z+ [[ zfs == autofs ]]
122024-05-14T03:14:23.184Z+ mkdir -p /home/build
132024-05-14T03:14:23.184Z+ chown build:build /home/build /work
142024-05-14T03:14:25.166Z+ chmod 0700 /home/build /work
152024-05-14T03:14:25.174Zprocess exited: duration 4183 ms, exit code 0
 
162024-05-14T03:14:26.227Zstarting task 1: "rust-toolchain"
172024-05-14T03:14:26.269Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
182024-05-14T03:14:26.269Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default
192024-05-14T03:14:26.348Zinfo: downloading installer
202024-05-14T03:14:27.975Zwarning: it looks like you have an existing installation of Rust at:
212024-05-14T03:14:27.975Zwarning: /opt/ooce/bin
222024-05-14T03:14:27.975Zwarning: It is recommended that rustup be the primary Rust installation.
232024-05-14T03:14:27.975Zwarning: Otherwise you may have confusion unless you are careful with your PATH
242024-05-14T03:14:27.975Zwarning: If you are sure that you want both rustup and your already installed Rust
252024-05-14T03:14:27.976Zwarning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
262024-05-14T03:14:27.976Zwarning: or pass `-y' to ignore all ignorable checks.
272024-05-14T03:14:27.976Zerror: cannot install while Rust is installed
282024-05-14T03:14:27.976Zwarning: continuing (because the -y flag is set and the error is ignorable)
292024-05-14T03:14:28.057Zinfo: profile set to 'default'
302024-05-14T03:14:28.058Zinfo: default host triple is x86_64-unknown-illumos
312024-05-14T03:14:28.075Zinfo: syncing channel updates for '1.72.1-x86_64-unknown-illumos'
322024-05-14T03:14:28.220Zinfo: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13)
332024-05-14T03:14:28.221Zinfo: downloading component 'cargo'
342024-05-14T03:14:28.990Zinfo: downloading component 'clippy'
352024-05-14T03:14:29.274Zinfo: downloading component 'rust-docs'
362024-05-14T03:14:30.311Zinfo: downloading component 'rust-std'
372024-05-14T03:14:32.093Zinfo: downloading component 'rustc'
382024-05-14T03:14:36.461Zinfo: downloading component 'rustfmt'
392024-05-14T03:14:36.707Zinfo: installing component 'cargo'
402024-05-14T03:14:37.604Zinfo: installing component 'clippy'
412024-05-14T03:14:37.995Zinfo: installing component 'rust-docs'
422024-05-14T03:14:39.466Zinfo: installing component 'rust-std'
432024-05-14T03:14:41.323Zinfo: installing component 'rustc'
442024-05-14T03:14:45.668Zinfo: installing component 'rustfmt'
452024-05-14T03:14:46.022Zinfo: default toolchain set to '1.72.1-x86_64-unknown-illumos'
462024-05-14T03:14:46.023Z
472024-05-14T03:14:46.303Z 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13)
482024-05-14T03:14:46.303Z
492024-05-14T03:14:46.318Z
502024-05-14T03:14:46.318ZRust is installed now. Great!
512024-05-14T03:14:46.318Z
522024-05-14T03:14:46.319ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
532024-05-14T03:14:46.319Zenvironment variable. This has not been done automatically.
542024-05-14T03:14:46.319Z
552024-05-14T03:14:46.319ZTo configure your current shell, you need to source
562024-05-14T03:14:46.320Zthe corresponding env file under $HOME/.cargo.
572024-05-14T03:14:46.320Z
582024-05-14T03:14:46.320ZThis is usually done by running one of the following (note the leading DOT):
592024-05-14T03:14:46.320Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
602024-05-14T03:14:46.320Zsource "$HOME/.cargo/env.fish" # For fish
612024-05-14T03:14:46.395Z+ rustc --version
622024-05-14T03:14:46.463Zrustc 1.72.1 (d5c2e9c34 2023-09-13)
632024-05-14T03:14:46.474Zprocess exited: duration 20231 ms, exit code 0
 
642024-05-14T03:14:46.507Zstarting task 2: "authentication"
652024-05-14T03:14:46.532ZWARNING: job store has no value for "GITHUB_TOKEN"; waiting for a value...
662024-05-14T03:15:10.400Zprocess exited: duration 23900 ms, exit code 0
 
672024-05-14T03:15:10.418Zstarting task 3: "clone repository"
682024-05-14T03:15:10.432Z+ mkdir -p /work/oxidecomputer/omicron
692024-05-14T03:15:10.432Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
702024-05-14T03:15:10.753ZCloning into '/work/oxidecomputer/omicron'...
712024-05-14T03:15:17.467Z+ cd /work/oxidecomputer/omicron
722024-05-14T03:15:17.467Z+ git fetch origin 3e7038e67b50b124b9ada466b88740294f1d29ca
732024-05-14T03:15:17.782ZFrom https://github.com/oxidecomputer/omicron
742024-05-14T03:15:17.782Z * branch 3e7038e67b50b124b9ada466b88740294f1d29ca -> FETCH_HEAD
752024-05-14T03:15:17.793Z+ [[ -n renovate/libc-0.x ]]
762024-05-14T03:15:17.803Z++ git branch --show-current
772024-05-14T03:15:17.803Z+ current=main
782024-05-14T03:15:17.803Z+ [[ main != renovate/libc-0.x ]]
792024-05-14T03:15:17.804Z+ git branch -f renovate/libc-0.x 3e7038e67b50b124b9ada466b88740294f1d29ca
802024-05-14T03:15:17.804Z+ git checkout -f renovate/libc-0.x
812024-05-14T03:15:17.926ZSwitched to branch 'renovate/libc-0.x'
822024-05-14T03:15:17.936Z+ git reset --hard 3e7038e67b50b124b9ada466b88740294f1d29ca
832024-05-14T03:15:17.951ZHEAD is now at 3e7038e67 Update Rust crate libc to 0.2.154
842024-05-14T03:15:17.952Zprocess exited: duration 7518 ms, exit code 0
 
852024-05-14T03:15:17.969Zstarting task 4: "build"
862024-05-14T03:15:17.986Z+ cargo --version
872024-05-14T03:15:17.986Zinfo: syncing channel updates for '1.77.2-x86_64-unknown-illumos'
882024-05-14T03:15:18.136Zinfo: latest update on 2024-04-09, rust version 1.77.2 (25ef9e3d8 2024-04-09)
892024-05-14T03:15:18.136Zinfo: downloading component 'cargo'
902024-05-14T03:15:18.718Zinfo: downloading component 'clippy'
912024-05-14T03:15:18.906Zinfo: downloading component 'rust-docs'
922024-05-14T03:15:19.705Zinfo: downloading component 'rust-std'
932024-05-14T03:15:20.854Zinfo: downloading component 'rustc'
942024-05-14T03:15:23.884Zinfo: downloading component 'rustfmt'
952024-05-14T03:15:24.070Zinfo: installing component 'cargo'
962024-05-14T03:15:24.894Zinfo: installing component 'clippy'
972024-05-14T03:15:25.211Zinfo: installing component 'rust-docs'
982024-05-14T03:15:26.681Zinfo: installing component 'rust-std'
992024-05-14T03:15:28.325Zinfo: installing component 'rustc'
1002024-05-14T03:15:32.351Zinfo: installing component 'rustfmt'
1012024-05-14T03:15:32.749Zcargo 1.77.2 (e52e36006 2024-03-26)
1022024-05-14T03:15:32.766Z+ rustc --version
1032024-05-14T03:15:32.824Zrustc 1.77.2 (25ef9e3d8 2024-04-09)
1042024-05-14T03:15:32.837Z+ source ./env.sh
1052024-05-14T03:15:32.838Z++ set -o xtrace
1062024-05-14T03:15:32.838Z++++ dirname ./env.sh
1072024-05-14T03:15:32.839Z+++ readlink -f .
1082024-05-14T03:15:32.903Z++ OMICRON_WS=/work/oxidecomputer/omicron
1092024-05-14T03:15:32.923Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1102024-05-14T03:15:32.923Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1112024-05-14T03:15:32.923Z++ 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
1122024-05-14T03:15:32.923Z++ 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
1132024-05-14T03:15:32.923Z++ 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
1142024-05-14T03:15:32.924Z++ 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
1152024-05-14T03:15:32.924Z++ 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
1162024-05-14T03:15:32.924Z++ 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
1172024-05-14T03:15:32.924Z++ unset OMICRON_WS
1182024-05-14T03:15:32.924Z++ set +o xtrace
1192024-05-14T03:15:32.935Z
1202024-05-14T03:15:32.935Z ##### ##### ###### ##### ###### #### # # # #### #
1212024-05-14T03:15:32.935Z # # # # # # # # # # # # # # #
1222024-05-14T03:15:32.935Z # # # # ##### # # ##### # # # # # #### #
1232024-05-14T03:15:32.936Z ##### ##### # ##### # # # # # # # # #
1242024-05-14T03:15:32.936Z # # # # # # # # # # # # # # #
1252024-05-14T03:15:32.936Z # # # ###### # # ###### ### # #### # #### #
1262024-05-14T03:15:32.937Z
1272024-05-14T03:15:42.492Z Startup: Refreshing catalog 'helios-dev' ... Done
1282024-05-14T03:15:44.249Z Startup: Caching catalogs ... Done
1292024-05-14T03:15:45.833ZPlanning: Solver setup ... Done (1.147s)
1302024-05-14T03:15:45.852ZPlanning: Running solver ... Done (0.021s)
1312024-05-14T03:15:45.926ZPlanning: Finding local manifests ... Done (0.003s)
1322024-05-14T03:15:47.163ZPlanning: Fetching manifests: 0/4 0% complete
1332024-05-14T03:15:47.409ZPlanning: Fetching manifests: 4/4 100% complete
1342024-05-14T03:15:47.464ZPlanning: Package planning ... Done (0.056s)
1352024-05-14T03:15:47.518ZPlanning: Merging actions ... Done (0.052s)
1362024-05-14T03:15:48.153ZPlanning: Checking for conflicting actions ... Done (0.623s)
1372024-05-14T03:15:48.165ZPlanning: Consolidating action changes ... Done (0.012s)
1382024-05-14T03:15:51.835ZPlanning: Evaluating mediators ... Done (3.391s)
1392024-05-14T03:15:51.835ZPlanning: Planning completed in 7.24 seconds
1402024-05-14T03:15:51.861Z Packages to install: 4
1412024-05-14T03:15:51.861Z Mediators to change: 2
1422024-05-14T03:15:51.861Z Services to change: 1
1432024-05-14T03:15:51.862Z Estimated space available: 155.31 GB
1442024-05-14T03:15:51.862ZEstimated space to be consumed: 1.44 GB
1452024-05-14T03:15:51.878Z Create boot environment: No
1462024-05-14T03:15:51.879ZCreate backup boot environment: No
1472024-05-14T03:15:51.879Z Rebuild boot archive: No
1482024-05-14T03:15:51.879Z
1492024-05-14T03:15:51.879ZChanged mediators:
1502024-05-14T03:15:51.879Z mediator clang:
1512024-05-14T03:15:51.879Z version: None -> 15 (system default)
1522024-05-14T03:15:51.879Z
1532024-05-14T03:15:51.879Z mediator llvm:
1542024-05-14T03:15:51.879Z version: 14 (system default) -> 15 (system default)
1552024-05-14T03:15:51.880Z
1562024-05-14T03:15:51.880ZChanged packages:
1572024-05-14T03:15:51.880Zhelios-dev
1582024-05-14T03:15:51.880Z developer/build-essential
1592024-05-14T03:15:51.880Z None -> 11-2.0
1602024-05-14T03:15:51.880Z library/libxmlsec1
1612024-05-14T03:15:51.880Z None -> 1.2.35-2.0
1622024-05-14T03:15:51.880Z ooce/developer/clang-15
1632024-05-14T03:15:51.881Z None -> 15.0.7-2.0
1642024-05-14T03:15:51.881Z ooce/developer/llvm-15
1652024-05-14T03:15:51.881Z None -> 15.0.7-2.0
1662024-05-14T03:15:51.881Z
1672024-05-14T03:15:51.881ZServices:
1682024-05-14T03:15:51.881Z restart_fmri:
1692024-05-14T03:15:51.881Z svc:/system/update-man-index:default
1702024-05-14T03:15:51.990Z
1712024-05-14T03:15:51.990ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1722024-05-14T03:15:57.329ZDownload: 265/3290 items 1.5/212.6MB 0% complete (326k/s)
1732024-05-14T03:16:02.384ZDownload: 367/3290 items 16.2/212.6MB 7% complete (1.5M/s)
1742024-05-14T03:16:07.387ZDownload: 622/3290 items 17.2/212.6MB 8% complete (1.6M/s)
1752024-05-14T03:16:12.411ZDownload: 1112/3290 items 28.5/212.6MB 13% complete (1.2M/s)
1762024-05-14T03:16:21.430ZDownload: 1193/3290 items 83.3/212.6MB 39% complete (6.7M/s)
1772024-05-14T03:16:26.210ZDownload: 1196/3290 items 83.4/212.6MB 39% complete (39.3k/s)
1782024-05-14T03:16:53.010ZDownload: 2224/3290 items 119.2/212.6MB 56% complete
1792024-05-14T03:16:58.015ZDownload: 2533/3290 items 120.3/212.6MB 56% complete (268k/s)
1802024-05-14T03:17:02.996ZDownload: 3120/3290 items 144.9/212.6MB 68% complete (2.5M/s)
1812024-05-14T03:17:08.713ZDownload: 3247/3290 items 202.5/212.6MB 95% complete (8.2M/s)
1822024-05-14T03:17:14.186ZDownload: 3286/3290 items 211.7/212.6MB 99% complete (8.9M/s)
1832024-05-14T03:17:17.358ZDownload: Completed 212.60 MB in 85.36 seconds (2.5M/s)
1842024-05-14T03:17:17.531Z Actions: 1/3689 actions (Installing new actions)
1852024-05-14T03:17:22.600Z Actions: 3554/3689 actions (Installing new actions)
1862024-05-14T03:17:22.850Z Actions: Completed 3689 actions in 5.32 seconds.
1872024-05-14T03:17:22.981Z Done (0.124s)
1882024-05-14T03:17:22.981Z Done (0.000s)
1892024-05-14T03:17:23.274Z Done (0.295s)
1902024-05-14T03:17:29.337Z Done (5.889s)
1912024-05-14T03:17:29.533Z Done (0.109s)
1922024-05-14T03:17:29.550Z Done (0.000s)
1932024-05-14T03:17:29.681Z Done (0.000s)
1942024-05-14T03:17:30.327ZPlanning: Evaluating mediator changes ... Done
1952024-05-14T03:17:31.002ZPlanning: Checking for conflicting actions ... Done
1962024-05-14T03:17:31.055ZPlanning: Consolidating action changes ... Done
1972024-05-14T03:17:31.056ZPlanning: Evaluating mediators ... Done
1982024-05-14T03:17:31.056ZPlanning: Planning completed in 0.47 seconds
1992024-05-14T03:17:31.056Z Mediators to change: 2
2002024-05-14T03:17:31.056Z Create boot environment: No
2012024-05-14T03:17:31.056ZCreate backup boot environment: No
2022024-05-14T03:17:31.056Z Done
2032024-05-14T03:17:31.056Z Done
2042024-05-14T03:17:31.155Z Done
2052024-05-14T03:17:35.109Z Done
2062024-05-14T03:17:35.230Z Done
2072024-05-14T03:17:35.230Z Done
2082024-05-14T03:17:35.299Z Done
2092024-05-14T03:17:35.926ZPlanning: Evaluating mediator changes ... Done
2102024-05-14T03:17:35.958ZPlanning: Merging actions ... Done
2112024-05-14T03:17:36.128ZPlanning: Checking for conflicting actions ... Done
2122024-05-14T03:17:36.141ZPlanning: Consolidating action changes ... Done
2132024-05-14T03:17:36.420ZPlanning: Evaluating mediators ... Done
2142024-05-14T03:17:36.480ZPlanning: Planning completed in 0.80 seconds
2152024-05-14T03:17:36.516Z Packages to change: 1
2162024-05-14T03:17:36.516Z Mediators to change: 1
2172024-05-14T03:17:36.516Z Services to change: 1
2182024-05-14T03:17:36.517Z Create boot environment: No
2192024-05-14T03:17:36.545ZCreate backup boot environment: Yes
2202024-05-14T03:17:38.443Z Actions: 1/6 actions (Updating modified actions)
2212024-05-14T03:17:38.478Z Actions: Completed 6 actions in 0.05 seconds.
2222024-05-14T03:17:38.478Z Done
2232024-05-14T03:17:38.478Z Done
2242024-05-14T03:17:38.535Z Done
2252024-05-14T03:17:42.703Z Done
2262024-05-14T03:17:42.797Z Done
2272024-05-14T03:17:42.800Z Done
2282024-05-14T03:17:43.062Z Done
2292024-05-14T03:17:43.483ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2302024-05-14T03:17:43.483Zclang system 15 system
2312024-05-14T03:17:43.483Zcsh system system illumos
2322024-05-14T03:17:43.483Zctags system system illumos
2332024-05-14T03:17:43.484Zgcc vendor 12 vendor
2342024-05-14T03:17:43.484Zgcc system 10 system
2352024-05-14T03:17:43.484Zgcc system 7 system
2362024-05-14T03:17:43.484Zgo system 1.20 system
2372024-05-14T03:17:43.484Zgo system 1.19 system
2382024-05-14T03:17:43.485Zllvm system 15 system
2392024-05-14T03:17:43.485Zllvm system 14 system
2402024-05-14T03:17:43.485Zmariadb system 10.6 system
2412024-05-14T03:17:43.485Zmta vendor vendor dma
2422024-05-14T03:17:43.485Zopenjdk system 17 system
2432024-05-14T03:17:43.486Zopenjdk system 11 system
2442024-05-14T03:17:43.486Zopenjdk system 1.8 system
2452024-05-14T03:17:43.486Zopenssl vendor 3 vendor
2462024-05-14T03:17:43.486Zperl system 5.36 system
2472024-05-14T03:17:43.487Zpostgresql system 15 system
2482024-05-14T03:17:43.487Zpostgresql system 13 system
2492024-05-14T03:17:43.487Zpython vendor 3 vendor
2502024-05-14T03:17:43.487Zpython system 2 system
2512024-05-14T03:17:43.487Zpython3 system 3.11 system
2522024-05-14T03:17:43.487Zruby system 3.0 system
2532024-05-14T03:17:43.487Zwords vendor vendor american-english
2542024-05-14T03:17:43.487Zwords system system australian-english
2552024-05-14T03:17:43.487Zwords system system british-english
2562024-05-14T03:17:43.487Zwords system system canadian-english
2572024-05-14T03:17:43.488Zwords system system french
2582024-05-14T03:17:43.488Zwords system system italian
2592024-05-14T03:17:43.488Zwords system system ngerman
2602024-05-14T03:17:43.488Zwords system system ogerman
2612024-05-14T03:17:43.488Zwords system system spanish
2622024-05-14T03:17:43.858ZPUBLISHER TYPE STATUS P LOCATION
2632024-05-14T03:17:43.858Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2642024-05-14T03:17:45.305ZFMRI IFO
2652024-05-14T03:17:45.305Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2662024-05-14T03:17:45.305Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2672024-05-14T03:17:45.305Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2682024-05-14T03:17:45.305Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2692024-05-14T03:17:45.305Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2702024-05-14T03:17:45.306Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2712024-05-14T03:17:45.306Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i--
2722024-05-14T03:17:45.306Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2732024-05-14T03:17:45.306Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2742024-05-14T03:17:45.306Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2752024-05-14T03:17:45.306Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2762024-05-14T03:17:45.306Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2772024-05-14T03:17:45.631Z+ set -o errexit
2782024-05-14T03:17:45.635Z+++ dirname ./tools/ci_download_cockroachdb
2792024-05-14T03:17:45.635Z++ cd ./tools
2802024-05-14T03:17:45.635Z++ pwd
2812024-05-14T03:17:45.635Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
2822024-05-14T03:17:45.635Z++ basename ./tools/ci_download_cockroachdb
2832024-05-14T03:17:45.635Z+ ARG0=ci_download_cockroachdb
2842024-05-14T03:17:45.635Z++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version
2852024-05-14T03:17:45.635Z+ CIDL_VERSION=v22.1.9
2862024-05-14T03:17:45.635Z+ source /work/oxidecomputer/omicron/tools/cockroachdb_checksums
2872024-05-14T03:17:45.635Z++ CIDL_SHA256_DARWIN=1ca69e0911af11a73305c3c6f4650b912d70754900b5bf7b80a1d361efe36561
2882024-05-14T03:17:45.635Z++ CIDL_SHA256_LINUX=24c321820e7ee45fa07fe91ac138befe13ad860e41c6ed595ce58823205ff4a9
2892024-05-14T03:17:45.635Z++ CIDL_SHA256_ILLUMOS=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088
2902024-05-14T03:17:45.635Z+ TARGET_DIR=out
2912024-05-14T03:17:45.635Z+ DOWNLOAD_DIR=out/downloads
2922024-05-14T03:17:45.635Z+ DEST_DIR=./out/cockroachdb
2932024-05-14T03:17:45.636Z+ CIDL_URL_COCKROACH=https://binaries.cockroachdb.com
2942024-05-14T03:17:45.636Z+ CIDL_URL_ILLUMOS=https://illumos.org/downloads
2952024-05-14T03:17:45.636Z+ main
2962024-05-14T03:17:45.636Z+ [[ 0 != 0 ]]
2972024-05-14T03:17:45.636Z+ CIDL_OS=solaris2.11
2982024-05-14T03:17:45.636Z+ [[ 0 != 0 ]]
2992024-05-14T03:17:45.636Z+ configure_os solaris2.11
3002024-05-14T03:17:45.636Z+ echo 'current directory: /work/oxidecomputer/omicron'
3012024-05-14T03:17:45.636Zcurrent directory: /work/oxidecomputer/omicron
3022024-05-14T03:17:45.636Z+ echo 'configuring based on OS: "solaris2.11"'
3032024-05-14T03:17:45.636Zconfiguring based on OS: "solaris2.11"
3042024-05-14T03:17:45.636Z+ case "$1" in
3052024-05-14T03:17:45.636Z+ CIDL_BUILD=illumos
3062024-05-14T03:17:45.636Z+ CIDL_SUFFIX=tar.gz
3072024-05-14T03:17:45.636Z+ CIDL_SHA256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088
3082024-05-14T03:17:45.636Z+ CIDL_URL_BASE=https://illumos.org/downloads
3092024-05-14T03:17:45.636Z+ CIDL_ASSEMBLE=do_assemble_illumos
3102024-05-14T03:17:45.636Z+ TARBALL_DIRNAME=cockroach-v22.1.9.illumos
3112024-05-14T03:17:45.636Z+ TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz
3122024-05-14T03:17:45.636Z+ TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz
3132024-05-14T03:17:45.636Z+ TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos
3142024-05-14T03:17:45.637Z+ CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
3152024-05-14T03:17:45.637Z+ CIDL_SHA256FUNC=do_sha256sum
3162024-05-14T03:17:45.637Z+ echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz'
3172024-05-14T03:17:45.637Z+ echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz'
3182024-05-14T03:17:45.637Z+ mkdir -p out/downloads
3192024-05-14T03:17:45.637ZURL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
3202024-05-14T03:17:45.637ZLocal file: out/downloads/cockroach-v22.1.9.illumos.tar.gz
3212024-05-14T03:17:45.637Z+ mkdir -p ./out/cockroachdb
3222024-05-14T03:17:45.640Z+ local DO_DOWNLOAD=true
3232024-05-14T03:17:45.640Z+ [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]]
3242024-05-14T03:17:45.640Z+ '[' true == true ']'
3252024-05-14T03:17:45.640Z+ echo Downloading...
3262024-05-14T03:17:45.640Z+ do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz
3272024-05-14T03:17:45.641ZDownloading...
3282024-05-14T03:17:45.641Z+ 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
3292024-05-14T03:17:51.205Z++ do_sha256sum out/downloads/cockroach-v22.1.9.illumos.tar.gz
3302024-05-14T03:17:51.219Z++ sha256sum
3312024-05-14T03:17:51.219Z++ awk '{print $1}'
3322024-05-14T03:17:51.251Z+ calculated_sha256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088
3332024-05-14T03:17:51.251Z+ [[ 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 ]]
3342024-05-14T03:17:51.251Z+ do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz
3352024-05-14T03:17:51.255Z+ tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads
3362024-05-14T03:17:53.468Z+ do_assemble_illumos
3372024-05-14T03:17:53.468Z+ rm -r ./out/cockroachdb
3382024-05-14T03:17:53.481Z+ cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb
3392024-05-14T03:17:53.857Z+ ./out/cockroachdb/bin/cockroach version
3402024-05-14T03:17:54.015ZBuild Tag: v22.1.9-dirty
3412024-05-14T03:17:54.015ZBuild Time: 2022/10/26 21:17:46
3422024-05-14T03:17:54.015ZDistribution: OSS
3432024-05-14T03:17:54.015ZPlatform: illumos amd64 (x86_64-pc-solaris2.11)
3442024-05-14T03:17:54.015ZGo Version: go1.17.13
3452024-05-14T03:17:54.015ZC Compiler: gcc 10.3.0
3462024-05-14T03:17:54.015ZBuild Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493
3472024-05-14T03:17:54.015ZBuild Type: release
3482024-05-14T03:17:54.039Z+ set -o errexit
3492024-05-14T03:17:54.045Z+++ dirname ./tools/ci_download_clickhouse
3502024-05-14T03:17:54.045Z++ cd ./tools
3512024-05-14T03:17:54.045Z++ pwd
3522024-05-14T03:17:54.045Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3532024-05-14T03:17:54.045Z++ basename ./tools/ci_download_clickhouse
3542024-05-14T03:17:54.046Z+ ARG0=ci_download_clickhouse
3552024-05-14T03:17:54.046Z+ TARGET_DIR=out
3562024-05-14T03:17:54.046Z+ DOWNLOAD_DIR=out/downloads
3572024-05-14T03:17:54.046Z+ DEST_DIR=./out/clickhouse
3582024-05-14T03:17:54.046Z++ cat /work/oxidecomputer/omicron/tools/clickhouse_version
3592024-05-14T03:17:54.046Z+ CIDL_VERSION=v23.8.7.24
3602024-05-14T03:17:54.046Z+ source /work/oxidecomputer/omicron/tools/clickhouse_checksums
3612024-05-14T03:17:54.046Z++ CIDL_MD5_DARWIN=3e20c3284b7e6b0cfcfedf622ecf547a
3622024-05-14T03:17:54.046Z++ CIDL_MD5_LINUX=f6c30a25a86deac3bad6c50dcf758fd5
3632024-05-14T03:17:54.046Z++ CIDL_MD5_ILLUMOS=409222de8ecb59e5dd97dcc942ccdffe
3642024-05-14T03:17:54.046Z+ CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com
3652024-05-14T03:17:54.046Z+ main
3662024-05-14T03:17:54.046Z+ [[ 0 != 0 ]]
3672024-05-14T03:17:54.046Z+ CIDL_OS=solaris2.11
3682024-05-14T03:17:54.046Z+ [[ 0 != 0 ]]
3692024-05-14T03:17:54.046Z+ configure_os solaris2.11
3702024-05-14T03:17:54.047Z+ echo 'current directory: /work/oxidecomputer/omicron'
3712024-05-14T03:17:54.047Zcurrent directory: /work/oxidecomputer/omicron
3722024-05-14T03:17:54.047Z+ echo 'configuring based on OS: "solaris2.11"'
3732024-05-14T03:17:54.047Z+ CIDL_DASHREV=
3742024-05-14T03:17:54.047Z+ case "$1" in
3752024-05-14T03:17:54.047Zconfiguring based on OS: "solaris2.11"
3762024-05-14T03:17:54.047Z+ CIDL_PLATFORM=illumos
3772024-05-14T03:17:54.047Z+ CIDL_MD5=409222de8ecb59e5dd97dcc942ccdffe
3782024-05-14T03:17:54.047Z+ CIDL_MD5FUNC=do_md5sum
3792024-05-14T03:17:54.047Z+ TARBALL_DIRNAME=clickhouse-v23.8.7.24
3802024-05-14T03:17:54.047Z+ TARBALL_FILENAME=clickhouse-v23.8.7.24.illumos.tar.gz
3812024-05-14T03:17:54.047Z+ TARBALL_FILE=out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz
3822024-05-14T03:17:54.047Z+ CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz
3832024-05-14T03:17:54.047Z+ echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz'
3842024-05-14T03:17:54.047ZURL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz
3852024-05-14T03:17:54.047Z+ echo 'Local file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz'
3862024-05-14T03:17:54.047Z+ mkdir -p out/downloads
3872024-05-14T03:17:54.047ZLocal file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz
3882024-05-14T03:17:54.047Z+ mkdir -p ./out/clickhouse
3892024-05-14T03:17:54.060Z+ local DO_DOWNLOAD=true
3902024-05-14T03:17:54.060Z+ [[ -f out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ]]
3912024-05-14T03:17:54.061Z+ '[' true == true ']'
3922024-05-14T03:17:54.061Z+ echo Downloading...
3932024-05-14T03:17:54.062ZDownloading...
3942024-05-14T03:17:54.062Z+ 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
3952024-05-14T03:17:54.062Z+ 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
3962024-05-14T03:17:55.632Z++ do_md5sum out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz
3972024-05-14T03:17:55.664Z++ md5sum
3982024-05-14T03:17:55.664Z++ awk '{print $1}'
3992024-05-14T03:17:55.933Z+ calculated_md5=409222de8ecb59e5dd97dcc942ccdffe
4002024-05-14T03:17:55.933Z+ [[ 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 ]]
4012024-05-14T03:17:55.933Z+ do_untar out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ./out/clickhouse
4022024-05-14T03:17:55.934Z+ mkdir -p ./out/clickhouse
4032024-05-14T03:17:55.966Z+ tar xzf out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz -C ./out/clickhouse
4042024-05-14T03:17:59.830Z+ [[ solaris2.11 == darwin* ]]
4052024-05-14T03:17:59.830Z+ ./out/clickhouse/clickhouse server --version
4062024-05-14T03:18:00.063ZClickHouse server version 23.8.7.1.
4072024-05-14T03:18:00.084Z+ set -o errexit
4082024-05-14T03:18:00.088Z+++ dirname ./tools/ci_download_console
4092024-05-14T03:18:00.088Z++ cd ./tools
4102024-05-14T03:18:00.088Z++ pwd
4112024-05-14T03:18:00.088Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4122024-05-14T03:18:00.088Z++ basename ./tools/ci_download_console
4132024-05-14T03:18:00.088Z+ ARG0=ci_download_console
4142024-05-14T03:18:00.089Z+ TARGET_DIR=out
4152024-05-14T03:18:00.089Z+ DOWNLOAD_DIR=out/downloads
4162024-05-14T03:18:00.089Z+ DEST_DIR=./out/console-assets
4172024-05-14T03:18:00.089Z+ source /work/oxidecomputer/omicron/tools/console_version
4182024-05-14T03:18:00.089Z++ COMMIT=078d17117a3937d571bb5535f9791db65be7afc5
4192024-05-14T03:18:00.089Z++ SHA2=f3bc51a9ddf5356ecda85ff11eec032da880be162358bb7ee676ab823e59476c
4202024-05-14T03:18:00.089Z+ URL=https://dl.oxide.computer/releases/console/078d17117a3937d571bb5535f9791db65be7afc5.tar.gz
4212024-05-14T03:18:00.089Z+ TARBALL_FILE=out/downloads/console.tar.gz
4222024-05-14T03:18:00.091Z+ main
4232024-05-14T03:18:00.091Z+ [[ 0 != 0 ]]
4242024-05-14T03:18:00.091Z+ echo 'URL: https://dl.oxide.computer/releases/console/078d17117a3937d571bb5535f9791db65be7afc5.tar.gz'
4252024-05-14T03:18:00.092ZURL: https://dl.oxide.computer/releases/console/078d17117a3937d571bb5535f9791db65be7afc5.tar.gz
4262024-05-14T03:18:00.092Z+ echo 'Local file: out/downloads/console.tar.gz'
4272024-05-14T03:18:00.092Z+ local DO_DOWNLOAD=true
4282024-05-14T03:18:00.092ZLocal file: out/downloads/console.tar.gz
4292024-05-14T03:18:00.092Z+ [[ -f out/downloads/console.tar.gz ]]
4302024-05-14T03:18:00.092Z+ mkdir -p out/downloads
4312024-05-14T03:18:00.092Z+ '[' true == true ']'
4322024-05-14T03:18:00.092Z+ echo Downloading...
4332024-05-14T03:18:00.092ZDownloading...
4342024-05-14T03:18:00.092Z+ do_download_curl https://dl.oxide.computer/releases/console/078d17117a3937d571bb5535f9791db65be7afc5.tar.gz out/downloads/console.tar.gz
4352024-05-14T03:18:00.092Z+ curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/078d17117a3937d571bb5535f9791db65be7afc5.tar.gz
4362024-05-14T03:18:00.698Z++ do_sha256sum out/downloads/console.tar.gz
4372024-05-14T03:18:00.698Z++ case "$OSTYPE" in
4382024-05-14T03:18:00.710Z++ SHA=sha256sum
4392024-05-14T03:18:00.710Z++ sha256sum
4402024-05-14T03:18:00.710Z++ awk '{print $1}'
4412024-05-14T03:18:00.710Z+ calculated_sha2=f3bc51a9ddf5356ecda85ff11eec032da880be162358bb7ee676ab823e59476c
4422024-05-14T03:18:00.710Z+ [[ 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 ]]
4432024-05-14T03:18:00.711Z+ rm -rf ./out/console-assets
4442024-05-14T03:18:00.711Z+ mkdir -p ./out/console-assets
4452024-05-14T03:18:00.711Z+ do_untar out/downloads/console.tar.gz ./out/console-assets
4462024-05-14T03:18:00.711Z+ mkdir -p ./out/console-assets
4472024-05-14T03:18:00.711Z+ tar xzf out/downloads/console.tar.gz -C ./out/console-assets
4482024-05-14T03:18:01.124Z+ set -o errexit
4492024-05-14T03:18:01.124Z+++ dirname ./tools/ci_download_dendrite_openapi
4502024-05-14T03:18:01.125Z++ cd ./tools
4512024-05-14T03:18:01.125Z++ pwd
4522024-05-14T03:18:01.125Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4532024-05-14T03:18:01.125Z++ basename ./tools/ci_download_dendrite_openapi
4542024-05-14T03:18:01.125Z+ ARG0=ci_download_dendrite_openapi
4552024-05-14T03:18:01.125Z+ TARGET_DIR=out
4562024-05-14T03:18:01.125Z+ DOWNLOAD_DIR=out/downloads
4572024-05-14T03:18:01.125Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
4582024-05-14T03:18:01.125Z++ COMMIT=3b84ea6516cafb4595a6f2a668df16c1a501b687
4592024-05-14T03:18:01.125Z++ SHA2=fc397e254dc150850fba12013df147aa9b23296056fb4d93f65c1806e25b0823
4602024-05-14T03:18:01.125Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3b84ea6516cafb4595a6f2a668df16c1a501b687/dpd.json
4612024-05-14T03:18:01.125Z+ LOCAL_FILE=out/downloads/dpd-3b84ea6516cafb4595a6f2a668df16c1a501b687.json
4622024-05-14T03:18:01.125Z+ main
4632024-05-14T03:18:01.125Z+ [[ 0 != 0 ]]
4642024-05-14T03:18:01.126Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3b84ea6516cafb4595a6f2a668df16c1a501b687/dpd.json'
4652024-05-14T03:18:01.126ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3b84ea6516cafb4595a6f2a668df16c1a501b687/dpd.json
4662024-05-14T03:18:01.126Z+ echo 'Local file: out/downloads/dpd-3b84ea6516cafb4595a6f2a668df16c1a501b687.json'
4672024-05-14T03:18:01.126Z+ local DO_DOWNLOAD=true
4682024-05-14T03:18:01.126ZLocal file: out/downloads/dpd-3b84ea6516cafb4595a6f2a668df16c1a501b687.json
4692024-05-14T03:18:01.126Z+ [[ -f out/downloads/dpd-3b84ea6516cafb4595a6f2a668df16c1a501b687.json ]]
4702024-05-14T03:18:01.126Z+ mkdir -p out/downloads
4712024-05-14T03:18:01.126Z+ '[' true == true ']'
4722024-05-14T03:18:01.126Z+ echo Downloading...
4732024-05-14T03:18:01.126ZDownloading...
4742024-05-14T03:18:01.126Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3b84ea6516cafb4595a6f2a668df16c1a501b687/dpd.json out/downloads/dpd-3b84ea6516cafb4595a6f2a668df16c1a501b687.json
4752024-05-14T03:18:01.126Z+ 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
4762024-05-14T03:18:01.432Z++ do_sha256sum out/downloads/dpd-3b84ea6516cafb4595a6f2a668df16c1a501b687.json
4772024-05-14T03:18:01.432Z++ case "$OSTYPE" in
4782024-05-14T03:18:01.432Z++ SHA=sha256sum
4792024-05-14T03:18:01.432Z++ sha256sum
4802024-05-14T03:18:01.432Z++ awk '{print $1}'
4812024-05-14T03:18:01.432Z+ calculated_sha2=fc397e254dc150850fba12013df147aa9b23296056fb4d93f65c1806e25b0823
4822024-05-14T03:18:01.432Z+ [[ 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 ]]
4832024-05-14T03:18:01.432Z+ set -o errexit
4842024-05-14T03:18:01.432Z+++ dirname ./tools/ci_download_dendrite_stub
4852024-05-14T03:18:01.432Z++ cd ./tools
4862024-05-14T03:18:01.432Z++ pwd
4872024-05-14T03:18:01.433Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4882024-05-14T03:18:01.433Z++ basename ./tools/ci_download_dendrite_stub
4892024-05-14T03:18:01.433Z+ ARG0=ci_download_dendrite_stub
4902024-05-14T03:18:01.433Z+ source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums
4912024-05-14T03:18:01.433Z++ CIDL_SHA256_ILLUMOS=1a18379522da75c034d66d15cf2e50a0d7289a746ef7c8a0ad98c4f61403f29b
4922024-05-14T03:18:01.433Z++ CIDL_SHA256_LINUX_DPD=c255370062ce616f6fce5630fad7a1fbfa63aa7db964aeb6de410ba4a4bc3193
4932024-05-14T03:18:01.433Z++ CIDL_SHA256_LINUX_SWADM=7899b1603518489b2276f9d9043107a267060e3b05be51f08002adf3d118a7c9
4942024-05-14T03:18:01.433Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
4952024-05-14T03:18:01.433Z++ COMMIT=3b84ea6516cafb4595a6f2a668df16c1a501b687
4962024-05-14T03:18:01.433Z++ SHA2=fc397e254dc150850fba12013df147aa9b23296056fb4d93f65c1806e25b0823
4972024-05-14T03:18:01.433Z+ TARGET_DIR=out
4982024-05-14T03:18:01.433Z+ DOWNLOAD_DIR=out/downloads
4992024-05-14T03:18:01.433Z+ DEST_DIR=./out/dendrite-stub
5002024-05-14T03:18:01.433Z+ BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin
5012024-05-14T03:18:01.433Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
5022024-05-14T03:18:01.433Z+ REPO=oxidecomputer/dendrite
5032024-05-14T03:18:01.433Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3b84ea6516cafb4595a6f2a668df16c1a501b687
5042024-05-14T03:18:01.433Z+ main
5052024-05-14T03:18:01.433Z+ [[ 0 != 0 ]]
5062024-05-14T03:18:01.433Z+ CIDL_OS=solaris2.11
5072024-05-14T03:18:01.433Z+ [[ 0 != 0 ]]
5082024-05-14T03:18:01.433Z+ configure_os solaris2.11
5092024-05-14T03:18:01.433Z+ echo 'current directory: /work/oxidecomputer/omicron'
5102024-05-14T03:18:01.434Zcurrent directory: /work/oxidecomputer/omicron
5112024-05-14T03:18:01.434Z+ echo 'configuring based on OS: "solaris2.11"'
5122024-05-14T03:18:01.438Zconfiguring based on OS: "solaris2.11"
5132024-05-14T03:18:01.438Z+ case "$1" in
5142024-05-14T03:18:01.438Z+ SET_BINARIES=
5152024-05-14T03:18:01.438Z+ CIDL_SHA256=1a18379522da75c034d66d15cf2e50a0d7289a746ef7c8a0ad98c4f61403f29b
5162024-05-14T03:18:01.438Z+ CIDL_SHA256FUNC=do_sha256sum
5172024-05-14T03:18:01.438Z+ TARBALL_FILENAME=dendrite-stub.tar.gz
5182024-05-14T03:18:01.438Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3b84ea6516cafb4595a6f2a668df16c1a501b687/dendrite-stub.tar.gz
5192024-05-14T03:18:01.438Z+ TARBALL_FILE=out/downloads/dendrite-stub.tar.gz
5202024-05-14T03:18:01.438Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3b84ea6516cafb4595a6f2a668df16c1a501b687/dendrite-stub.tar.gz'
5212024-05-14T03:18:01.438ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3b84ea6516cafb4595a6f2a668df16c1a501b687/dendrite-stub.tar.gz
5222024-05-14T03:18:01.438ZLocal file: out/downloads/dendrite-stub.tar.gz
5232024-05-14T03:18:01.439Z+ echo 'Local file: out/downloads/dendrite-stub.tar.gz'
5242024-05-14T03:18:01.439Z+ mkdir -p out/downloads
5252024-05-14T03:18:01.439Z+ mkdir -p ./out/dendrite-stub
5262024-05-14T03:18:01.439Z+ fetch_and_verify
5272024-05-14T03:18:01.439Z+ local DO_DOWNLOAD=true
5282024-05-14T03:18:01.439Z+ [[ -f out/downloads/dendrite-stub.tar.gz ]]
5292024-05-14T03:18:01.439Z+ '[' true == true ']'
5302024-05-14T03:18:01.439Z+ echo Downloading...
5312024-05-14T03:18:01.439ZDownloading...
5322024-05-14T03:18:01.439Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3b84ea6516cafb4595a6f2a668df16c1a501b687/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz
5332024-05-14T03:18:01.439Z+ 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
5342024-05-14T03:18:15.098Z++ do_sha256sum out/downloads/dendrite-stub.tar.gz
5352024-05-14T03:18:15.119Z++ sha256sum
5362024-05-14T03:18:15.119Z++ awk '{print $1}'
5372024-05-14T03:18:15.119Z+ calculated_sha256=1a18379522da75c034d66d15cf2e50a0d7289a746ef7c8a0ad98c4f61403f29b
5382024-05-14T03:18:15.119Z+ [[ 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 ]]
5392024-05-14T03:18:15.119Z+ do_untar out/downloads/dendrite-stub.tar.gz
5402024-05-14T03:18:15.119Z+ tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads
5412024-05-14T03:18:16.163Z+ do_assemble
5422024-05-14T03:18:16.163Z+ rm -r ./out/dendrite-stub
5432024-05-14T03:18:16.390Z+ mkdir ./out/dendrite-stub
5442024-05-14T03:18:16.390Z+ cp -r out/downloads/root ./out/dendrite-stub/root
5452024-05-14T03:18:16.390Z+ ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin
5462024-05-14T03:18:16.390Z+ set -o errexit
5472024-05-14T03:18:16.390Z+++ dirname ./tools/ci_download_maghemite_mgd
5482024-05-14T03:18:16.390Z++ cd ./tools
5492024-05-14T03:18:16.390Z++ pwd
5502024-05-14T03:18:16.390Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5512024-05-14T03:18:16.391Z++ basename ./tools/ci_download_maghemite_mgd
5522024-05-14T03:18:16.391Z+ ARG0=ci_download_maghemite_mgd
5532024-05-14T03:18:16.391Z+ source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums
5542024-05-14T03:18:16.391Z++ CIDL_SHA256=e0907de39ca9f8ab45d40d361a1dbeed4bd8e9b157f8d3d8fe0a4bc259d933bd
5552024-05-14T03:18:16.391Z++ MGD_LINUX_SHA256=903413ddaab89594ed7518cb8f2f27793e96cd17ed2d6b3fe11657ec4375cb19
5562024-05-14T03:18:16.391Z+ source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version
5572024-05-14T03:18:16.391Z++ COMMIT=025389ff39d594bf2b815377e2c1dc4dd23b1f96
5582024-05-14T03:18:16.391Z++ SHA2=a5d2f275c99152711dec1df58fd49d459d3fcb8fbfc7a7f48f432be248d74639
5592024-05-14T03:18:16.391Z+ TARGET_DIR=out
5602024-05-14T03:18:16.392Z+ DOWNLOAD_DIR=out/downloads
5612024-05-14T03:18:16.392Z+ DEST_DIR=./out/mgd
5622024-05-14T03:18:16.392Z+ BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin
5632024-05-14T03:18:16.392Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
5642024-05-14T03:18:16.392Z+ REPO=oxidecomputer/maghemite
5652024-05-14T03:18:16.392Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/025389ff39d594bf2b815377e2c1dc4dd23b1f96
5662024-05-14T03:18:16.393Z+ main
5672024-05-14T03:18:16.393Z+ rm -rf out/downloads/root
5682024-05-14T03:18:16.393Z+ [[ 0 != 0 ]]
5692024-05-14T03:18:16.393Z+ CIDL_OS=solaris2.11
5702024-05-14T03:18:16.393Z+ [[ 0 != 0 ]]
5712024-05-14T03:18:16.393Z+ configure_os solaris2.11
5722024-05-14T03:18:16.394Z+ echo 'current directory: /work/oxidecomputer/omicron'
5732024-05-14T03:18:16.394Zcurrent directory: /work/oxidecomputer/omicron
5742024-05-14T03:18:16.394Z+ echo 'configuring based on OS: "solaris2.11"'
5752024-05-14T03:18:16.394Zconfiguring based on OS: "solaris2.11"
5762024-05-14T03:18:16.394Z+ case "$1" in
5772024-05-14T03:18:16.394Z+ SET_BINARIES=
5782024-05-14T03:18:16.394Z+ CIDL_SHA256FUNC=do_sha256sum
5792024-05-14T03:18:16.394Z+ TARBALL_FILENAME=mgd.tar.gz
5802024-05-14T03:18:16.394Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/025389ff39d594bf2b815377e2c1dc4dd23b1f96/mgd.tar.gz
5812024-05-14T03:18:16.395Z+ TARBALL_FILE=out/downloads/mgd.tar.gz
5822024-05-14T03:18:16.395Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/025389ff39d594bf2b815377e2c1dc4dd23b1f96/mgd.tar.gz'
5832024-05-14T03:18:16.395Z+ echo 'Local file: out/downloads/mgd.tar.gz'
5842024-05-14T03:18:16.395ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/025389ff39d594bf2b815377e2c1dc4dd23b1f96/mgd.tar.gz
5852024-05-14T03:18:16.395ZLocal file: out/downloads/mgd.tar.gz
5862024-05-14T03:18:16.395Z+ mkdir -p out/downloads
5872024-05-14T03:18:16.396Z+ mkdir -p ./out/mgd
5882024-05-14T03:18:16.396Z+ fetch_and_verify
5892024-05-14T03:18:16.396Z+ local DO_DOWNLOAD=true
5902024-05-14T03:18:16.396Z+ [[ -f out/downloads/mgd.tar.gz ]]
5912024-05-14T03:18:16.396Z+ '[' true == true ']'
5922024-05-14T03:18:16.397Z+ echo Downloading...
5932024-05-14T03:18:16.397ZDownloading...
5942024-05-14T03:18:16.397Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/025389ff39d594bf2b815377e2c1dc4dd23b1f96/mgd.tar.gz out/downloads/mgd.tar.gz
5952024-05-14T03:18:16.397Z+ 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
5962024-05-14T03:18:34.212Z++ do_sha256sum out/downloads/mgd.tar.gz
5972024-05-14T03:18:34.215Z++ sha256sum
5982024-05-14T03:18:34.215Z++ awk '{print $1}'
5992024-05-14T03:18:34.646Z+ calculated_sha256=e0907de39ca9f8ab45d40d361a1dbeed4bd8e9b157f8d3d8fe0a4bc259d933bd
6002024-05-14T03:18:34.646Z+ [[ 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 ]]
6012024-05-14T03:18:34.663Z+ do_untar out/downloads/mgd.tar.gz
6022024-05-14T03:18:34.664Z+ tar xzf out/downloads/mgd.tar.gz -C out/downloads
6032024-05-14T03:18:34.833Z+ do_assemble
6042024-05-14T03:18:34.833Z+ rm -r ./out/mgd
6052024-05-14T03:18:34.849Z+ mkdir ./out/mgd
6062024-05-14T03:18:34.849Z+ cp -r out/downloads/root ./out/mgd/root
6072024-05-14T03:18:34.914Z+ set -o errexit
6082024-05-14T03:18:34.924Z+++ dirname ./tools/ci_download_transceiver_control
6092024-05-14T03:18:34.924Z++ cd ./tools
6102024-05-14T03:18:34.924Z++ pwd
6112024-05-14T03:18:34.924Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
6122024-05-14T03:18:34.924Z++ basename ./tools/ci_download_transceiver_control
6132024-05-14T03:18:34.924Z+ ARG0=ci_download_transceiver_control
6142024-05-14T03:18:34.925Z+ source /work/oxidecomputer/omicron/tools/transceiver_control_version
6152024-05-14T03:18:34.925Z++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a
6162024-05-14T03:18:34.925Z++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6172024-05-14T03:18:34.925Z+ TARGET_DIR=out
6182024-05-14T03:18:34.925Z+ DOWNLOAD_DIR=out/downloads
6192024-05-14T03:18:34.925Z+ DEST_DIR=./out/transceiver-control
6202024-05-14T03:18:34.925Z+ BIN_DIR=/opt/oxide/bin
6212024-05-14T03:18:34.925Z+ BINARY=xcvradm
6222024-05-14T03:18:34.926Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
6232024-05-14T03:18:34.926Z+ REPO=oxidecomputer/transceiver-control
6242024-05-14T03:18:34.926Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a
6252024-05-14T03:18:34.926Z+ main
6262024-05-14T03:18:34.926Z+ [[ 0 != 0 ]]
6272024-05-14T03:18:34.926Z+ CIDL_OS=solaris2.11
6282024-05-14T03:18:34.926Z+ [[ 0 != 0 ]]
6292024-05-14T03:18:34.926Z+ configure_os solaris2.11
6302024-05-14T03:18:34.926Z+ echo 'current directory: /work/oxidecomputer/omicron'
6312024-05-14T03:18:34.927Z+ echo 'configuring based on OS: "solaris2.11"'
6322024-05-14T03:18:34.927Z+ case "$1" in
6332024-05-14T03:18:34.927Z+ SET_BINARIES=
6342024-05-14T03:18:34.927Zcurrent directory: /work/oxidecomputer/omicron
6352024-05-14T03:18:34.927Zconfiguring based on OS: "solaris2.11"
6362024-05-14T03:18:34.927Z+ CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6372024-05-14T03:18:34.927Z+ CIDL_SHA256FUNC=do_sha256sum
6382024-05-14T03:18:34.927Z+ ARCHIVE_FILENAME=xcvradm.gz
6392024-05-14T03:18:34.927Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6402024-05-14T03:18:34.927Z+ ARCHIVE_FILE=out/downloads/xcvradm.gz
6412024-05-14T03:18:34.927Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz'
6422024-05-14T03:18:34.928Z+ echo 'Local file: out/downloads/xcvradm.gz'
6432024-05-14T03:18:34.928ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6442024-05-14T03:18:34.928ZLocal file: out/downloads/xcvradm.gz
6452024-05-14T03:18:34.928Z+ mkdir -p out/downloads
6462024-05-14T03:18:34.928Z+ mkdir -p ./out/transceiver-control
6472024-05-14T03:18:34.928Z+ fetch_and_verify
6482024-05-14T03:18:34.928Z+ local DO_DOWNLOAD=true
6492024-05-14T03:18:34.928Z+ [[ -f out/downloads/xcvradm.gz ]]
6502024-05-14T03:18:34.929Z+ '[' true == true ']'
6512024-05-14T03:18:34.929Z+ echo Downloading...
6522024-05-14T03:18:34.929ZDownloading...
6532024-05-14T03:18:34.929Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz
6542024-05-14T03:18:34.929Z+ 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
6552024-05-14T03:18:39.021Z++ do_sha256sum out/downloads/xcvradm.gz
6562024-05-14T03:18:39.036Z++ sha256sum
6572024-05-14T03:18:39.036Z++ awk '{print $1}'
6582024-05-14T03:18:39.037Z+ calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6592024-05-14T03:18:39.037Z+ [[ 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 ]]
6602024-05-14T03:18:39.038Z+ do_unpack out/downloads/xcvradm.gz
6612024-05-14T03:18:39.038Z+ mkdir -p out/downloads/root//opt/oxide/bin
6622024-05-14T03:18:39.038Z+ gzip -dc out/downloads/xcvradm.gz
6632024-05-14T03:18:39.136Z+ chmod +x out/downloads/root//opt/oxide/bin/xcvradm
6642024-05-14T03:18:39.159Z+ do_assemble
6652024-05-14T03:18:39.159Z+ rm -r ./out/transceiver-control
6662024-05-14T03:18:39.159Z+ mkdir ./out/transceiver-control
6672024-05-14T03:18:39.160Z+ cp -r out/downloads/root ./out/transceiver-control/root
6682024-05-14T03:18:39.233Z+ set -o errexit
6692024-05-14T03:18:39.651Z+++ dirname ./tools/ci_download_thundermuffin
6702024-05-14T03:18:39.651Z++ cd ./tools
6712024-05-14T03:18:39.651Z++ pwd
6722024-05-14T03:18:39.651Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
6732024-05-14T03:18:39.651Z++ basename ./tools/ci_download_thundermuffin
6742024-05-14T03:18:39.651Z+ ARG0=ci_download_thundermuffin
6752024-05-14T03:18:39.651Z+ source /work/oxidecomputer/omicron/tools/thundermuffin_checksums
6762024-05-14T03:18:39.651Z++ CIDL_SHA256=dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa
6772024-05-14T03:18:39.651Z+ source /work/oxidecomputer/omicron/tools/thundermuffin_version
6782024-05-14T03:18:39.652Z++ COMMIT=a4a6108d7c9aac2464a0b6898e88132a8f701a13
6792024-05-14T03:18:39.652Z+ TARGET_DIR=out
6802024-05-14T03:18:39.652Z+ DOWNLOAD_DIR=out/downloads
6812024-05-14T03:18:39.652Z+ DEST_DIR=./out/thundermuffin
6822024-05-14T03:18:39.652Z+ BIN_DIR=./out/thundermuffin/root/opt/oxide/thundermuffin/bin
6832024-05-14T03:18:39.652Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
6842024-05-14T03:18:39.652Z+ REPO=oxidecomputer/thundermuffin
6852024-05-14T03:18:39.652Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13
6862024-05-14T03:18:39.652Z+ main
6872024-05-14T03:18:39.652Z+ rm -rf out/downloads/root
6882024-05-14T03:18:39.659Z+ [[ 0 != 0 ]]
6892024-05-14T03:18:39.659Z+ CIDL_OS=solaris2.11
6902024-05-14T03:18:39.659Z+ [[ 0 != 0 ]]
6912024-05-14T03:18:39.659Z+ configure_os solaris2.11
6922024-05-14T03:18:39.659Z+ echo 'current directory: /work/oxidecomputer/omicron'
6932024-05-14T03:18:39.660Z+ echo 'configuring based on OS: "solaris2.11"'
6942024-05-14T03:18:39.660Zcurrent directory: /work/oxidecomputer/omicron
6952024-05-14T03:18:39.660Zconfiguring based on OS: "solaris2.11"
6962024-05-14T03:18:39.660Z+ case "$1" in
6972024-05-14T03:18:39.660Z+ SET_BINARIES=
6982024-05-14T03:18:39.660Z+ CIDL_SHA256FUNC=do_sha256sum
6992024-05-14T03:18:39.660Z+ TARBALL_FILENAME=thundermuffin.tar.gz
7002024-05-14T03:18:39.660Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz
7012024-05-14T03:18:39.660Z+ TARBALL_FILE=out/downloads/thundermuffin.tar.gz
7022024-05-14T03:18:39.660Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz'
7032024-05-14T03:18:39.660Z+ echo 'Local file: out/downloads/thundermuffin.tar.gz'
7042024-05-14T03:18:39.661ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz
7052024-05-14T03:18:39.661ZLocal file: out/downloads/thundermuffin.tar.gz
7062024-05-14T03:18:39.661Z+ mkdir -p out/downloads
7072024-05-14T03:18:39.661Z+ mkdir -p ./out/thundermuffin
7082024-05-14T03:18:39.661Z+ fetch_and_verify
7092024-05-14T03:18:39.661Z+ local DO_DOWNLOAD=true
7102024-05-14T03:18:39.661Z+ [[ -f out/downloads/thundermuffin.tar.gz ]]
7112024-05-14T03:18:39.661Z+ '[' true == true ']'
7122024-05-14T03:18:39.661Z+ echo Downloading...
7132024-05-14T03:18:39.661ZDownloading...
7142024-05-14T03:18:39.661Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz out/downloads/thundermuffin.tar.gz
7152024-05-14T03:18:39.661Z+ 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
7162024-05-14T03:18:41.941Z++ do_sha256sum out/downloads/thundermuffin.tar.gz
7172024-05-14T03:18:41.945Z++ sha256sum
7182024-05-14T03:18:41.945Z++ awk '{print $1}'
7192024-05-14T03:18:41.945Z+ calculated_sha256=dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa
7202024-05-14T03:18:41.945Z+ [[ 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 ]]
7212024-05-14T03:18:41.945Z+ do_untar out/downloads/thundermuffin.tar.gz
7222024-05-14T03:18:41.945Z+ tar xzf out/downloads/thundermuffin.tar.gz -C out/downloads
7232024-05-14T03:18:42.043Z+ do_assemble
7242024-05-14T03:18:42.043Z+ rm -r ./out/thundermuffin
7252024-05-14T03:18:42.059Z+ mkdir ./out/thundermuffin
7262024-05-14T03:18:42.060Z+ cp -r out/downloads/root ./out/thundermuffin/root
7272024-05-14T03:18:42.221ZAll builder prerequisites installed successfully, and PATH looks valid
7282024-05-14T03:18:42.230Z
7292024-05-14T03:18:42.230Zreal 3:09.229683852
7302024-05-14T03:18:42.230Zuser 39.366927808
7312024-05-14T03:18:42.230Zsys 7.347576830
7322024-05-14T03:18:42.230Ztrap 0.013159713
7332024-05-14T03:18:42.231Ztflt 0.182552107
7342024-05-14T03:18:42.231Zdflt 0.183756871
7352024-05-14T03:18:42.231Zkflt 0.116515333
7362024-05-14T03:18:42.231Zlock 1.359067704
7372024-05-14T03:18:42.231Zslp 6:34.744246676
7382024-05-14T03:18:42.231Zlat 2.047921370
7392024-05-14T03:18:42.232Zstop 0.144870190
7402024-05-14T03:18:42.232Z
7412024-05-14T03:18:42.232Z #### # # ##### ##### # #
7422024-05-14T03:18:42.232Z # # # # # # # # # #
7432024-05-14T03:18:42.232Z # # # # # # # #
7442024-05-14T03:18:42.232Z # # # ##### ##### #
7452024-05-14T03:18:42.232Z # # # # # # #
7462024-05-14T03:18:42.232Z #### ###### # # # #
7472024-05-14T03:18:42.232Z
7482024-05-14T03:18:42.467Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
7492024-05-14T03:18:42.762Z Updating git repository `https://github.com/oxidecomputer/zone`
7502024-05-14T03:18:43.056Z Updating crates.io index
7512024-05-14T03:18:43.076Z Updating git repository `https://github.com/oxidecomputer/dropshot`
7522024-05-14T03:18:43.909Z Updating git repository `https://github.com/oxidecomputer/maghemite`
7532024-05-14T03:18:44.572Z Updating git repository `https://github.com/oxidecomputer/progenitor`
7542024-05-14T03:18:46.563Z Updating git repository `http://github.com/oxidecomputer/serde_human_bytes`
7552024-05-14T03:18:47.165Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
7562024-05-14T03:18:47.453Z Updating git repository `https://github.com/oxidecomputer/propolis`
7572024-05-14T03:18:48.521Z Updating git repository `https://github.com/oxidecomputer/crucible`
7582024-05-14T03:18:50.435Z Updating git repository `https://github.com/oxidecomputer/opte`
7592024-05-14T03:18:51.525Z Updating git repository `https://github.com/oxidecomputer/falcon`
7602024-05-14T03:18:52.214Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
7612024-05-14T03:18:52.509Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
7622024-05-14T03:18:53.103Z Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel`
7632024-05-14T03:18:53.451Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
7642024-05-14T03:18:53.756Z Updating git repository `http://github.com/oxidecomputer/sprockets`
7652024-05-14T03:18:54.112Z Updating git repository `https://github.com/oxidecomputer/diesel-dtrace`
7662024-05-14T03:18:54.474Z Updating git repository `http://github.com/oxidecomputer/tofino`
7672024-05-14T03:18:54.805Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
7682024-05-14T03:18:55.112Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
7692024-05-14T03:18:55.448Z Updating git repository `https://github.com/oxidecomputer/libnvme`
7702024-05-14T03:18:55.770Z Updating git repository `https://github.com/oxidecomputer/ispf`
7712024-05-14T03:18:56.984Z Updating git repository `https://github.com/oxidecomputer/poptrie`
7722024-05-14T03:18:56.984Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
7732024-05-14T03:18:57.046Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
7742024-05-14T03:18:57.402Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
7752024-05-14T03:18:57.698Z Updating git repository `https://github.com/jgallagher/nix`
7762024-05-14T03:18:58.883Z Updating git repository `https://github.com/cbiffle/hubpack`
7772024-05-14T03:18:59.354Z Updating git repository `https://github.com/oxidecomputer/typify`
7782024-05-14T03:19:01.323Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
7792024-05-14T03:19:02.082Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
7802024-05-14T03:19:02.540Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
7812024-05-14T03:19:02.550Z Updating git repository `https://github.com/oxidecomputer/rfb`
7822024-05-14T03:19:03.536Z Downloading crates ...
7832024-05-14T03:19:03.631Z Downloaded serde_derive v1.0.201
7842024-05-14T03:19:03.642Z Downloaded errno v0.3.8
7852024-05-14T03:19:03.666Z Downloaded anstyle v1.0.7
7862024-05-14T03:19:03.686Z Downloaded swrite v0.1.0
7872024-05-14T03:19:03.686Z Downloaded colorchoice v1.0.0
7882024-05-14T03:19:03.686Z Downloaded autocfg v1.1.0
7892024-05-14T03:19:03.687Z Downloaded equivalent v1.0.1
7902024-05-14T03:19:03.687Z Downloaded thiserror v1.0.59
7912024-05-14T03:19:03.687Z Downloaded serde_spanned v0.6.5
7922024-05-14T03:19:03.687Z Downloaded anstyle-query v1.0.0
7932024-05-14T03:19:03.687Z Downloaded thiserror-impl v1.0.59
7942024-05-14T03:19:03.696Z Downloaded itoa v1.0.9
7952024-05-14T03:19:03.696Z Downloaded fs-err v2.11.0
7962024-05-14T03:19:03.706Z Downloaded strsim v0.11.0
7972024-05-14T03:19:03.706Z Downloaded clap_builder v4.5.2
7982024-05-14T03:19:03.716Z Downloaded terminal_size v0.3.0
7992024-05-14T03:19:03.716Z Downloaded heck v0.5.0
8002024-05-14T03:19:03.717Z Downloaded camino v1.1.6
8012024-05-14T03:19:03.717Z Downloaded toml_datetime v0.6.5
8022024-05-14T03:19:03.717Z Downloaded anstream v0.6.11
8032024-05-14T03:19:03.717Z Downloaded clap_derive v4.5.4
8042024-05-14T03:19:03.717Z Downloaded cargo_toml v0.20.2
8052024-05-14T03:19:03.718Z Downloaded anstyle-parse v0.2.1
8062024-05-14T03:19:03.726Z Downloaded clap_lex v0.7.0
8072024-05-14T03:19:03.726Z Downloaded utf8parse v0.2.1
8082024-05-14T03:19:03.726Z Downloaded macaddr v1.0.1
8092024-05-14T03:19:03.737Z Downloaded proc-macro2 v1.0.81
8102024-05-14T03:19:03.737Z Downloaded cargo-platform v0.1.3
8112024-05-14T03:19:03.737Z Downloaded toml v0.8.12
8122024-05-14T03:19:03.737Z Downloaded ryu v1.0.15
8132024-05-14T03:19:03.753Z Downloaded semver v1.0.22
8142024-05-14T03:19:03.754Z Downloaded cargo_metadata v0.18.1
8152024-05-14T03:19:03.754Z Downloaded quote v1.0.36
8162024-05-14T03:19:03.754Z Downloaded unicode-ident v1.0.12
8172024-05-14T03:19:03.754Z Downloaded anyhow v1.0.83
8182024-05-14T03:19:03.766Z Downloaded clap v4.5.4
8192024-05-14T03:19:03.766Z Downloaded bitflags v2.4.2
8202024-05-14T03:19:04.177Z Downloaded toml_edit v0.22.12
8212024-05-14T03:19:04.178Z Downloaded serde_json v1.0.116
8222024-05-14T03:19:04.178Z Downloaded memchr v2.7.1
8232024-05-14T03:19:04.178Z Downloaded winnow v0.6.1
8242024-05-14T03:19:04.178Z Downloaded hashbrown v0.14.3
8252024-05-14T03:19:04.178Z Downloaded indexmap v2.2.6
8262024-05-14T03:19:04.178Z Downloaded serde v1.0.201
8272024-05-14T03:19:04.178Z Downloaded syn v2.0.60
8282024-05-14T03:19:04.178Z Downloaded rustix v0.38.31
8292024-05-14T03:19:04.178Z Downloaded libc v0.2.154
8302024-05-14T03:19:04.178Z Compiling proc-macro2 v1.0.81
8312024-05-14T03:19:04.178Z Compiling unicode-ident v1.0.12
8322024-05-14T03:19:04.179Z Compiling serde v1.0.201
8332024-05-14T03:19:04.179Z Compiling libc v0.2.154
8342024-05-14T03:19:04.179Z Compiling rustix v0.38.31
8352024-05-14T03:19:04.179Z Compiling bitflags v2.4.2
8362024-05-14T03:19:04.179Z Compiling equivalent v1.0.1
8372024-05-14T03:19:04.179Z Compiling hashbrown v0.14.3
8382024-05-14T03:19:04.743Z Compiling utf8parse v0.2.1
8392024-05-14T03:19:04.757Z Compiling winnow v0.6.1
8402024-05-14T03:19:04.757Z Compiling anstyle-parse v0.2.1
8412024-05-14T03:19:04.757Z Compiling serde_json v1.0.116
8422024-05-14T03:19:05.207Z Compiling autocfg v1.1.0
8432024-05-14T03:19:05.255Z Compiling indexmap v2.2.6
8442024-05-14T03:19:05.420Z Compiling thiserror v1.0.59
8452024-05-14T03:19:05.865Z Compiling camino v1.1.6
8462024-05-14T03:19:05.940Z Compiling colorchoice v1.0.0
8472024-05-14T03:19:05.975Z Compiling semver v1.0.22
8482024-05-14T03:19:06.047Z Compiling anstyle v1.0.7
8492024-05-14T03:19:06.525Z Compiling anstyle-query v1.0.0
8502024-05-14T03:19:06.540Z Compiling fs-err v2.11.0
8512024-05-14T03:19:06.541Z Compiling heck v0.5.0
8522024-05-14T03:19:06.557Z Compiling anstream v0.6.11
8532024-05-14T03:19:06.573Z Compiling strsim v0.11.0
8542024-05-14T03:19:06.591Z Compiling ryu v1.0.15
8552024-05-14T03:19:06.686Z Compiling clap_lex v0.7.0
8562024-05-14T03:19:06.923Z Compiling quote v1.0.36
8572024-05-14T03:19:06.951Z Compiling anyhow v1.0.83
8582024-05-14T03:19:07.612Z Compiling errno v0.3.8
8592024-05-14T03:19:08.038Z Compiling syn v2.0.60
8602024-05-14T03:19:08.038Z Compiling itoa v1.0.9
8612024-05-14T03:19:08.038Z Compiling swrite v0.1.0
8622024-05-14T03:19:08.265Z Compiling terminal_size v0.3.0
8632024-05-14T03:19:08.343Z Compiling clap_builder v4.5.2
8642024-05-14T03:19:12.296Z Compiling serde_derive v1.0.201
8652024-05-14T03:19:12.296Z Compiling thiserror-impl v1.0.59
8662024-05-14T03:19:12.310Z Compiling clap_derive v4.5.4
8672024-05-14T03:19:15.006Z Compiling clap v4.5.4
8682024-05-14T03:19:20.106Z Compiling serde_spanned v0.6.5
8692024-05-14T03:19:20.106Z Compiling toml_datetime v0.6.5
8702024-05-14T03:19:20.112Z Compiling cargo-platform v0.1.3
8712024-05-14T03:19:20.112Z Compiling macaddr v1.0.1
8722024-05-14T03:19:20.396Z Compiling toml_edit v0.22.12
8732024-05-14T03:19:21.452Z Compiling cargo_metadata v0.18.1
8742024-05-14T03:19:22.604Z Compiling toml v0.8.12
8752024-05-14T03:19:23.399Z Compiling cargo_toml v0.20.2
8762024-05-14T03:19:27.024Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
8772024-05-14T03:19:29.663Z Finished dev [unoptimized + debuginfo] target(s) in 47.38s
8782024-05-14T03:19:29.884Z Running `target/debug/xtask clippy`
8792024-05-14T03:19:29.962Zrunning: "/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/cargo" "clippy" "--all-targets" "--" "--deny" "warnings"
8802024-05-14T03:19:30.592Z Downloading crates ...
8812024-05-14T03:19:30.712Z Downloaded arrayref v0.3.7
8822024-05-14T03:19:30.723Z Downloaded adler v1.0.2
8832024-05-14T03:19:30.727Z Downloaded anes v0.1.6
8842024-05-14T03:19:30.730Z Downloaded ascii-canvas v3.0.0
8852024-05-14T03:19:30.730Z Downloaded arrayvec v0.7.4
8862024-05-14T03:19:30.733Z Downloaded crypto-bigint v0.5.2
8872024-05-14T03:19:30.739Z Downloaded approx v0.5.1
8882024-05-14T03:19:30.742Z Downloaded heck v0.3.3
8892024-05-14T03:19:30.745Z Downloaded atomicwrites v0.4.3
8902024-05-14T03:19:30.745Z Downloaded async-stream-impl v0.3.5
8912024-05-14T03:19:30.748Z Downloaded assert_matches v1.5.0
8922024-05-14T03:19:30.748Z Downloaded ascii v1.1.0
8932024-05-14T03:19:30.751Z Downloaded heapless v0.7.16
8942024-05-14T03:19:30.759Z Downloaded hex v0.4.3
8952024-05-14T03:19:30.762Z Downloaded atomic-waker v1.1.1
8962024-05-14T03:19:30.763Z Downloaded http-body v0.4.5
8972024-05-14T03:19:30.763Z Downloaded async-recursion v1.1.0
8982024-05-14T03:19:30.766Z Downloaded http-body v1.0.0
8992024-05-14T03:19:30.769Z Downloaded const-oid v0.9.6
9002024-05-14T03:19:30.769Z Downloaded ciborium-ll v0.2.2
9012024-05-14T03:19:30.772Z Downloaded castaway v0.2.2
9022024-05-14T03:19:30.775Z Downloaded cookie_store v0.20.0
9032024-05-14T03:19:30.778Z Downloaded cpufeatures v0.2.12
9042024-05-14T03:19:30.778Z Downloaded bitstruct_derive v0.1.0
9052024-05-14T03:19:30.782Z Downloaded backtrace v0.3.69
9062024-05-14T03:19:30.786Z Downloaded idna v0.5.0
9072024-05-14T03:19:30.793Z Downloaded cc v1.0.83
9082024-05-14T03:19:30.798Z Downloaded hkdf v0.12.4
9092024-05-14T03:19:31.212Z Downloaded corncobs v0.1.3
9102024-05-14T03:19:31.637Z Downloaded maplit v1.0.2
9112024-05-14T03:19:31.637Z Downloaded http v1.0.0
9122024-05-14T03:19:31.638Z Downloaded hyper v1.1.0
9132024-05-14T03:19:31.638Z Downloaded memmap2 v0.7.1
9142024-05-14T03:19:31.638Z Downloaded match_cfg v0.1.0
9152024-05-14T03:19:31.638Z Downloaded nodrop v0.1.14
9162024-05-14T03:19:31.638Z Downloaded base16ct v0.2.0
9172024-05-14T03:19:31.638Z Downloaded ident_case v1.0.1
9182024-05-14T03:19:31.638Z Downloaded http-range v0.1.5
9192024-05-14T03:19:31.638Z Downloaded nanorand v0.7.0
9202024-05-14T03:19:31.638Z Downloaded crunchy v0.2.2
9212024-05-14T03:19:31.639Z Downloaded md-5 v0.10.5
9222024-05-14T03:19:31.639Z Downloaded hubpack_derive v0.1.1
9232024-05-14T03:19:31.639Z Downloaded iana-time-zone v0.1.57
9242024-05-14T03:19:31.639Z Downloaded cipher v0.4.4
9252024-05-14T03:19:31.639Z Downloaded cexpr v0.6.0
9262024-05-14T03:19:31.639Z Downloaded nested v0.1.1
9272024-05-14T03:19:31.639Z Downloaded crc-any v2.4.3
9282024-05-14T03:19:31.639Z Downloaded bitstruct v0.1.1
9292024-05-14T03:19:31.639Z Downloaded matches v0.1.10
9302024-05-14T03:19:31.639Z Downloaded maybe-uninit v2.0.0
9312024-05-14T03:19:31.639Z Downloaded indoc v1.0.9
9322024-05-14T03:19:31.640Z Downloaded memoffset v0.7.1
9332024-05-14T03:19:31.640Z Downloaded newtype_derive v0.1.6
9342024-05-14T03:19:31.640Z Downloaded newline-converter v0.3.0
9352024-05-14T03:19:31.640Z Downloaded new_debug_unreachable v1.0.4
9362024-05-14T03:19:31.640Z Downloaded ciborium v0.2.2
9372024-05-14T03:19:31.640Z Downloaded normalize-line-endings v0.3.0
9382024-05-14T03:19:31.640Z Downloaded hyper-staticfile v0.9.5
9392024-05-14T03:19:31.640Z Downloaded multimap v0.10.0
9402024-05-14T03:19:31.640Z Downloaded linked-hash-map v0.5.6
9412024-05-14T03:19:31.640Z Downloaded termtree v0.4.1
9422024-05-14T03:19:31.640Z Downloaded strum v0.26.2
9432024-05-14T03:19:31.640Z Downloaded mockall v0.12.1
9442024-05-14T03:19:31.641Z Downloaded managed v0.8.0
9452024-05-14T03:19:31.641Z Downloaded num v0.4.2
9462024-05-14T03:19:31.641Z Downloaded cfg-if v1.0.0
9472024-05-14T03:19:31.641Z Downloaded convert_case v0.4.0
9482024-05-14T03:19:31.641Z Downloaded constant_time_eq v0.3.0
9492024-05-14T03:19:31.641Z Downloaded byteorder v1.5.0
9502024-05-14T03:19:31.641Z Downloaded vte_generate_state_changes v0.1.1
9512024-05-14T03:19:31.641Z Downloaded is-terminal v0.4.9
9522024-05-14T03:19:31.641Z Downloaded const_format_proc_macros v0.2.32
9532024-05-14T03:19:31.641Z Downloaded newtype-uuid v1.1.0
9542024-05-14T03:19:31.641Z Downloaded signal-hook-mio v0.2.3
9552024-05-14T03:19:31.641Z Downloaded cast v0.3.0
9562024-05-14T03:19:31.642Z Downloaded tower-service v0.3.2
9572024-05-14T03:19:31.642Z Downloaded nibble_vec v0.1.0
9582024-05-14T03:19:31.642Z Downloaded linear-map v1.2.0
9592024-05-14T03:19:31.642Z Downloaded kstat-rs v0.2.3
9602024-05-14T03:19:31.642Z Downloaded keccak v0.1.4
9612024-05-14T03:19:31.642Z Downloaded signature v1.6.4
9622024-05-14T03:19:31.642Z Downloaded sha1 v0.10.6
9632024-05-14T03:19:31.642Z Downloaded bit-set v0.5.3
9642024-05-14T03:19:31.642Z Downloaded rand_seeder v0.2.3
9652024-05-14T03:19:31.642Z Downloaded sqlformat v0.2.3
9662024-05-14T03:19:31.642Z Downloaded signature v2.1.0
9672024-05-14T03:19:31.642Z Downloaded libloading v0.7.4
9682024-05-14T03:19:31.643Z Downloaded libsw v3.3.1
9692024-05-14T03:19:31.643Z Downloaded nu-ansi-term v0.50.0
9702024-05-14T03:19:31.643Z Downloaded native-tls v0.2.11
9712024-05-14T03:19:31.643Z Downloaded zerocopy v0.3.0
9722024-05-14T03:19:31.643Z Downloaded escape8259 v0.5.2
9732024-05-14T03:19:31.643Z Downloaded unicode-xid v0.2.4
9742024-05-14T03:19:31.643Z Downloaded scheduled-thread-pool v0.2.7
9752024-05-14T03:19:31.643Z Downloaded same-file v1.0.6
9762024-05-14T03:19:31.643Z Downloaded parse-size v1.0.0
9772024-05-14T03:19:31.643Z Downloaded termios v0.3.3
9782024-05-14T03:19:31.643Z Downloaded termcolor v1.2.0
9792024-05-14T03:19:31.644Z Downloaded deranged v0.3.11
9802024-05-14T03:19:31.644Z Downloaded fallible-iterator v0.2.0
9812024-05-14T03:19:31.644Z Downloaded crc32fast v1.3.2
9822024-05-14T03:19:31.644Z Downloaded fnv v1.0.7
9832024-05-14T03:19:31.644Z Downloaded futures-timer v3.0.2
9842024-05-14T03:19:31.644Z Downloaded cancel-safe-futures v0.1.5
9852024-05-14T03:19:31.644Z Downloaded futures-task v0.3.30
9862024-05-14T03:19:31.644Z Downloaded tracing-attributes v0.1.27
9872024-05-14T03:19:31.644Z Downloaded usdt-macro v0.3.5
9882024-05-14T03:19:31.644Z Downloaded unicode-width v0.1.11
9892024-05-14T03:19:31.644Z Downloaded num_enum_derive v0.5.11
9902024-05-14T03:19:31.644Z Downloaded crossbeam-utils v0.8.19
9912024-05-14T03:19:31.644Z Downloaded num_enum v0.5.11
9922024-05-14T03:19:31.645Z Downloaded quick-error v1.2.3
9932024-05-14T03:19:31.645Z Downloaded parse-display-derive v0.9.0
9942024-05-14T03:19:31.645Z Downloaded signal-hook-tokio v0.3.1
9952024-05-14T03:19:31.645Z Downloaded rstest v0.19.0
9962024-05-14T03:19:31.645Z Downloaded sigpipe v0.1.3
9972024-05-14T03:19:31.645Z Downloaded plotters-backend v0.3.5
9982024-05-14T03:19:31.645Z Downloaded doc-comment v0.3.3
9992024-05-14T03:19:31.645Z Downloaded display-error-chain v0.2.0
10002024-05-14T03:19:31.645Z Downloaded diesel_table_macro_syntax v0.1.0
10012024-05-14T03:19:31.645Z Downloaded datatest-stable v0.2.9
10022024-05-14T03:19:31.645Z Downloaded resolv-conf v0.7.0
10032024-05-14T03:19:31.645Z Downloaded futures-sink v0.3.30
10042024-05-14T03:19:31.645Z Downloaded funty v2.0.0
10052024-05-14T03:19:31.646Z Downloaded data-encoding v2.4.0
10062024-05-14T03:19:31.646Z Downloaded term v0.7.0
10072024-05-14T03:19:31.646Z Downloaded rand_chacha v0.3.1
10082024-05-14T03:19:31.646Z Downloaded plain v0.2.3
10092024-05-14T03:19:31.646Z Downloaded foreign-types-shared v0.3.1
10102024-05-14T03:19:31.659Z Downloaded foreign-types-shared v0.1.1
10112024-05-14T03:19:31.660Z Downloaded pkg-config v0.3.27
10122024-05-14T03:19:31.660Z Downloaded der_derive v0.7.2
10132024-05-14T03:19:31.660Z Downloaded usdt-impl v0.5.0
10142024-05-14T03:19:31.660Z Downloaded openssl-macros v0.1.1
10152024-05-14T03:19:31.660Z Downloaded serde_repr v0.1.16
10162024-05-14T03:19:31.660Z Downloaded pkcs8 v0.10.2
10172024-05-14T03:19:31.660Z Downloaded pretty-hex v0.4.1
10182024-05-14T03:19:31.660Z Downloaded shell-words v1.1.0
10192024-05-14T03:19:31.660Z Downloaded platforms v3.0.2
10202024-05-14T03:19:31.660Z Downloaded static_assertions v1.1.0
10212024-05-14T03:19:31.660Z Downloaded crossbeam-epoch v0.9.18
10222024-05-14T03:19:31.661Z Downloaded derive-where v1.2.7
10232024-05-14T03:19:31.661Z Downloaded dof v0.1.5
10242024-05-14T03:19:31.661Z Downloaded dirs-sys-next v0.1.2
10252024-05-14T03:19:31.661Z Downloaded whoami v1.5.1
10262024-05-14T03:19:31.661Z Downloaded tracing-core v0.1.32
10272024-05-14T03:19:31.661Z Downloaded signal-hook v0.3.17
10282024-05-14T03:19:31.661Z Downloaded fragile v2.0.0
10292024-05-14T03:19:31.661Z Downloaded form_urlencoded v1.2.1
10302024-05-14T03:19:31.661Z Downloaded yasna v0.5.2
10312024-05-14T03:19:31.661Z Downloaded endian-type v0.1.2
10322024-05-14T03:19:31.661Z Downloaded stability v0.2.0
10332024-05-14T03:19:31.661Z Downloaded hash32 v0.3.1
10342024-05-14T03:19:31.661Z Downloaded sqlparser_derive v0.2.2
10352024-05-14T03:19:31.661Z Downloaded paste v1.0.14
10362024-05-14T03:19:31.661Z Downloaded base64 v0.21.7
10372024-05-14T03:19:31.661Z Downloaded want v0.3.1
10382024-05-14T03:19:31.661Z Downloaded pkcs1 v0.7.5
10392024-05-14T03:19:31.661Z Downloaded base64 v0.13.1
10402024-05-14T03:19:31.661Z Downloaded precomputed-hash v0.1.1
10412024-05-14T03:19:31.661Z Downloaded path-slash v0.1.5
10422024-05-14T03:19:31.661Z Downloaded slog-async v2.8.0
10432024-05-14T03:19:31.661Z Downloaded threadpool v1.8.1
10442024-05-14T03:19:31.662Z Downloaded string_cache v0.8.7
10452024-05-14T03:19:31.662Z Downloaded snafu-derive v0.8.2
10462024-05-14T03:19:31.662Z Downloaded shlex v1.3.0
10472024-05-14T03:19:31.662Z Downloaded thread_local v1.1.7
10482024-05-14T03:19:31.662Z Downloaded sec1 v0.7.3
10492024-05-14T03:19:31.662Z Downloaded serde_arrays v0.1.0
10502024-05-14T03:19:31.662Z Downloaded spki v0.7.2
10512024-05-14T03:19:31.662Z Downloaded similar v2.4.0
10522024-05-14T03:19:31.662Z Downloaded oso v0.27.3
10532024-05-14T03:19:31.662Z Downloaded scroll_derive v0.12.0
10542024-05-14T03:19:31.662Z Downloaded which v4.4.0
10552024-05-14T03:19:31.662Z Downloaded ron v0.8.1
10562024-05-14T03:19:31.662Z Downloaded tui-tree-widget v0.19.0
10572024-05-14T03:19:31.662Z Downloaded toolchain_find v0.4.0
10582024-05-14T03:19:31.663Z Downloaded thread-id v4.2.0
10592024-05-14T03:19:31.663Z Downloaded darling_macro v0.20.8
10602024-05-14T03:19:31.663Z Downloaded foreign-types v0.5.0
10612024-05-14T03:19:31.663Z Downloaded digest v0.10.7
10622024-05-14T03:19:31.663Z Downloaded ena v0.14.2
10632024-05-14T03:19:31.663Z Downloaded embedded-io v0.4.0
10642024-05-14T03:19:31.663Z Downloaded enum-as-inner v0.5.1
10652024-05-14T03:19:31.663Z Downloaded ppv-lite86 v0.2.17
10662024-05-14T03:19:31.663Z Downloaded poly1305 v0.8.0
10672024-05-14T03:19:31.663Z Downloaded zerocopy v0.6.6
10682024-05-14T03:19:31.663Z Downloaded oso-derive v0.27.3
10692024-05-14T03:19:31.663Z Downloaded openssl-probe v0.1.5
10702024-05-14T03:19:31.663Z Downloaded ron v0.7.1
10712024-05-14T03:19:31.663Z Downloaded r2d2 v0.8.10
10722024-05-14T03:19:31.663Z Downloaded rusty-fork v0.3.0
10732024-05-14T03:19:31.663Z Downloaded pin-utils v0.1.0
10742024-05-14T03:19:31.663Z Downloaded packed_struct_codegen v0.10.1
10752024-05-14T03:19:31.663Z Downloaded sync_wrapper v0.1.2
10762024-05-14T03:19:31.664Z Downloaded env_logger v0.10.0
10772024-05-14T03:19:31.664Z Downloaded darling v0.20.8
10782024-05-14T03:19:31.664Z Downloaded rustversion v1.0.14
10792024-05-14T03:19:31.664Z Downloaded rsa v0.9.2
10802024-05-14T03:19:31.664Z Downloaded tinyvec_macros v0.1.1
10812024-05-14T03:19:31.664Z Downloaded scroll v0.12.0
10822024-05-14T03:19:31.664Z Downloaded dyn-clone v1.0.17
10832024-05-14T03:19:31.664Z Downloaded usdt-macro v0.5.0
10842024-05-14T03:19:31.664Z Downloaded usdt-attr-macro v0.5.0
10852024-05-14T03:19:31.664Z Downloaded rustls-pki-types v1.3.0
10862024-05-14T03:19:31.664Z Downloaded glob v0.3.1
10872024-05-14T03:19:31.664Z Downloaded topological-sort v0.2.2
10882024-05-14T03:19:31.664Z Downloaded time-macros v0.2.17
10892024-05-14T03:19:31.664Z Downloaded walkdir v2.5.0
10902024-05-14T03:19:31.664Z Downloaded slog v2.7.0
10912024-05-14T03:19:31.664Z Downloaded parking_lot v0.12.1
10922024-05-14T03:19:31.664Z Downloaded number_prefix v0.4.0
10932024-05-14T03:19:31.665Z Downloaded num_threads v0.1.6
10942024-05-14T03:19:31.665Z Downloaded cstr-argument v0.1.2
10952024-05-14T03:19:31.665Z Downloaded foreign-types v0.3.2
10962024-05-14T03:19:31.665Z Downloaded getopts v0.2.21
10972024-05-14T03:19:31.665Z Downloaded nom v7.1.3
10982024-05-14T03:19:31.665Z Downloaded semver v0.1.20
10992024-05-14T03:19:31.665Z Downloaded secrecy v0.8.0
11002024-05-14T03:19:31.665Z Downloaded proc-macro-crate v1.3.1
11012024-05-14T03:19:31.666Z Downloaded packed_struct v0.10.1
11022024-05-14T03:19:31.666Z Downloaded smallvec v0.6.14
11032024-05-14T03:19:31.666Z Downloaded tokio-rustls v0.24.1
11042024-05-14T03:19:31.667Z Downloaded portpicker v0.1.1
11052024-05-14T03:19:31.667Z Downloaded der v0.7.8
11062024-05-14T03:19:31.667Z Downloaded rustfmt-wrapper v0.2.1
11072024-05-14T03:19:31.667Z Downloaded opaque-debug v0.3.0
11082024-05-14T03:19:31.667Z Downloaded fxhash v0.2.1
11092024-05-14T03:19:31.667Z Downloaded dof v0.3.0
11102024-05-14T03:19:31.692Z Downloaded ed25519 v1.5.3
11112024-05-14T03:19:31.692Z Downloaded synstructure v0.12.6
11122024-05-14T03:19:31.692Z Downloaded globset v0.4.13
11132024-05-14T03:19:31.692Z Downloaded getrandom v0.2.12
11142024-05-14T03:19:31.692Z Downloaded rustls-pemfile v2.1.2
11152024-05-14T03:19:31.692Z Downloaded utf-8 v0.7.6
11162024-05-14T03:19:31.693Z Downloaded samael v0.0.15
11172024-05-14T03:19:31.693Z Downloaded trust-dns-resolver v0.22.0
11182024-05-14T03:19:31.693Z Downloaded serde-big-array v0.5.1
11192024-05-14T03:19:31.693Z Downloaded try-lock v0.2.4
11202024-05-14T03:19:31.693Z Downloaded slog-bunyan v2.5.0
11212024-05-14T03:19:31.693Z Downloaded papergrid v0.11.0
11222024-05-14T03:19:31.693Z Downloaded zeroize v1.7.0
11232024-05-14T03:19:31.693Z Downloaded supports-color v3.0.0
11242024-05-14T03:19:31.693Z Downloaded darling_core v0.20.8
11252024-05-14T03:19:31.693Z Downloaded x509-cert v0.2.4
11262024-05-14T03:19:31.693Z Downloaded usdt-attr-macro v0.3.5
11272024-05-14T03:19:31.693Z Downloaded strum_macros v0.25.2
11282024-05-14T03:19:31.693Z Downloaded subtle v2.5.0
11292024-05-14T03:19:31.693Z Downloaded slog-dtrace v0.3.0
11302024-05-14T03:19:31.693Z Downloaded prettyplease v0.2.19
11312024-05-14T03:19:31.693Z Downloaded smawk v0.3.1
11322024-05-14T03:19:31.693Z Downloaded num-conv v0.1.0
11332024-05-14T03:19:31.694Z Downloaded rand v0.8.5
11342024-05-14T03:19:31.694Z Downloaded dtrace-parser v0.2.0
11352024-05-14T03:19:31.694Z Downloaded futures-macro v0.3.30
11362024-05-14T03:19:31.694Z Downloaded futures-executor v0.3.30
11372024-05-14T03:19:31.694Z Downloaded take_mut v0.2.2
11382024-05-14T03:19:31.694Z Downloaded universal-hash v0.5.1
11392024-05-14T03:19:31.694Z Downloaded usdt-impl v0.3.5
11402024-05-14T03:19:31.694Z Downloaded elliptic-curve v0.13.8
11412024-05-14T03:19:31.694Z Downloaded tap v1.0.1
11422024-05-14T03:19:31.694Z Downloaded tokio-rustls v0.25.0
11432024-05-14T03:19:31.694Z Downloaded toml v0.7.8
11442024-05-14T03:19:31.694Z Downloaded rtoolbox v0.0.1
11452024-05-14T03:19:31.694Z Downloaded smallvec v1.13.1
11462024-05-14T03:19:31.694Z Downloaded phf v0.11.2
11472024-05-14T03:19:31.694Z Downloaded peeking_take_while v0.1.2
11482024-05-14T03:19:31.694Z Downloaded untrusted v0.7.1
11492024-05-14T03:19:31.695Z Downloaded filetime v0.2.23
11502024-05-14T03:19:31.695Z Downloaded derive_builder v0.20.0
11512024-05-14T03:19:31.695Z Downloaded pem v3.0.4
11522024-05-14T03:19:31.695Z Downloaded peg v0.8.3
11532024-05-14T03:19:31.695Z Downloaded crypto-common v0.1.6
11542024-05-14T03:19:31.695Z Downloaded strum_macros v0.26.1
11552024-05-14T03:19:31.695Z Downloaded hashbrown v0.13.2
11562024-05-14T03:19:31.695Z Downloaded pathdiff v0.2.1
11572024-05-14T03:19:31.695Z Downloaded ff v0.13.0
11582024-05-14T03:19:31.695Z Downloaded stable_deref_trait v1.2.0
11592024-05-14T03:19:31.695Z Downloaded tabwriter v1.4.0
11602024-05-14T03:19:31.695Z Downloaded tabled_derive v0.7.0
11612024-05-14T03:19:31.695Z Downloaded tokio-tungstenite v0.21.0
11622024-05-14T03:19:31.695Z Downloaded unicode-linebreak v0.1.5
11632024-05-14T03:19:31.695Z Downloaded peg-macros v0.8.3
11642024-05-14T03:19:31.695Z Downloaded num-rational v0.4.1
11652024-05-14T03:19:31.695Z Downloaded socket2 v0.4.9
11662024-05-14T03:19:31.696Z Downloaded zerocopy-derive v0.7.32
11672024-05-14T03:19:31.696Z Downloaded hashbrown v0.12.3
11682024-05-14T03:19:31.696Z Downloaded downcast v0.11.0
11692024-05-14T03:19:31.696Z Downloaded dtrace-parser v0.1.14
11702024-05-14T03:19:31.696Z Downloaded rustc-hash v1.1.0
11712024-05-14T03:19:31.696Z Downloaded strum_macros v0.24.3
11722024-05-14T03:19:31.696Z Downloaded zone_cfg_derive v0.1.2
11732024-05-14T03:19:31.696Z Downloaded num-iter v0.1.44
11742024-05-14T03:19:31.696Z Downloaded serde_tokenstream v0.2.0
11752024-05-14T03:19:31.696Z Downloaded serde_path_to_error v0.1.16
11762024-05-14T03:19:31.696Z Downloaded time-core v0.1.2
11772024-05-14T03:19:31.696Z Downloaded phf_shared v0.11.2
11782024-05-14T03:19:31.696Z Downloaded tinyvec v1.6.0
11792024-05-14T03:19:31.696Z Downloaded futures v0.3.30
11802024-05-14T03:19:31.696Z Downloaded fd-lock v4.0.2
11812024-05-14T03:19:31.696Z Downloaded siphasher v0.3.11
11822024-05-14T03:19:31.696Z Downloaded libxml v0.3.3
11832024-05-14T03:19:31.697Z Downloaded proc-macro-error v1.0.4
11842024-05-14T03:19:31.697Z Downloaded plotters v0.3.5
11852024-05-14T03:19:31.697Z Downloaded num-integer v0.1.46
11862024-05-14T03:19:31.697Z Downloaded time v0.3.34
11872024-05-14T03:19:31.697Z Downloaded group v0.13.0
11882024-05-14T03:19:31.697Z Downloaded derive_more v0.99.17
11892024-05-14T03:19:31.697Z Downloaded subprocess v0.2.9
11902024-05-14T03:19:31.697Z Downloaded diesel_derives v2.1.2
11912024-05-14T03:19:31.697Z Downloaded gethostname v0.4.3
11922024-05-14T03:19:31.697Z Downloaded num-complex v0.4.5
11932024-05-14T03:19:31.697Z Downloaded tinytemplate v1.2.1
11942024-05-14T03:19:31.697Z Downloaded target-lexicon v0.12.13
11952024-05-14T03:19:31.697Z Downloaded rustyline v14.0.0
11962024-05-14T03:19:31.697Z Downloaded num-bigint-dig v0.8.4
11972024-05-14T03:19:31.697Z Downloaded uuid v1.8.0
11982024-05-14T03:19:31.697Z Downloaded num-derive v0.4.0
11992024-05-14T03:19:31.697Z Downloaded tar v0.4.40
12002024-05-14T03:19:31.698Z Downloaded portable-atomic v1.4.3
12012024-05-14T03:19:31.698Z Downloaded guppy v0.17.5
12022024-05-14T03:19:31.698Z Downloaded socket2 v0.5.6
12032024-05-14T03:19:31.698Z Downloaded publicsuffix v2.2.3
12042024-05-14T03:19:31.698Z Downloaded unicode-bidi v0.3.15
12052024-05-14T03:19:31.698Z Downloaded unsafe-libyaml v0.2.10
12062024-05-14T03:19:31.698Z Downloaded lalrpop v0.19.12
12072024-05-14T03:19:31.698Z Downloaded tough v0.17.1
12082024-05-14T03:19:31.698Z Downloaded unicode-segmentation v1.10.1
12092024-05-14T03:19:31.698Z Downloaded zerocopy v0.7.32
12102024-05-14T03:19:31.703Z Downloaded trust-dns-client v0.22.0
12112024-05-14T03:19:31.704Z Downloaded rayon v1.10.0
12122024-05-14T03:19:31.704Z Downloaded unicode-normalization v0.1.22
12132024-05-14T03:19:31.704Z Downloaded h2 v0.3.26
12142024-05-14T03:19:31.704Z Downloaded rustls-webpki v0.101.7
12152024-05-14T03:19:31.704Z Downloaded flate2 v1.0.28
12162024-05-14T03:19:31.704Z Downloaded tokio-util v0.7.10
12172024-05-14T03:19:31.704Z Downloaded quick-xml v0.31.0
12182024-05-14T03:19:31.705Z Downloaded idna v0.3.0
12192024-05-14T03:19:31.705Z Downloaded reedline v0.31.0
12202024-05-14T03:19:31.705Z Downloaded nix v0.28.0
12212024-05-14T03:19:31.705Z Downloaded regex-automata v0.1.10
12222024-05-14T03:19:31.705Z Downloaded rustls-webpki v0.102.1
12232024-05-14T03:19:31.725Z Downloaded tabled v0.15.0
12242024-05-14T03:19:31.765Z Downloaded petgraph v0.6.4
12252024-05-14T03:19:31.789Z Downloaded object v0.30.4
12262024-05-14T03:19:31.790Z Downloaded rustls v0.21.9
12272024-05-14T03:19:31.790Z Downloaded goblin v0.8.0
12282024-05-14T03:19:31.802Z Downloaded vcpkg v0.2.15
12292024-05-14T03:19:31.818Z Downloaded proptest v1.4.0
12302024-05-14T03:19:31.827Z Downloaded radix_trie v0.2.1
12312024-05-14T03:19:31.833Z Downloaded openssl v0.10.64
12322024-05-14T03:19:31.843Z Downloaded trust-dns-proto v0.22.0
12332024-05-14T03:19:31.857Z Downloaded curve25519-dalek v4.1.2
12342024-05-14T03:19:31.867Z Downloaded openapiv3 v2.0.0
12352024-05-14T03:19:31.883Z Downloaded bstr v1.9.0
12362024-05-14T03:19:31.893Z Downloaded diesel v2.1.6
12372024-05-14T03:19:31.911Z Downloaded zerocopy-derive v0.2.0
12382024-05-14T03:19:31.921Z Downloaded sled v0.34.7
12392024-05-14T03:19:31.934Z Downloaded ratatui v0.26.2
12402024-05-14T03:19:31.950Z Downloaded zerocopy-derive v0.6.6
12412024-05-14T03:19:31.964Z Downloaded bzip2-sys v0.1.11+1.0.8
12422024-05-14T03:19:31.975Z Downloaded regex-automata v0.4.5
12432024-05-14T03:19:31.992Z Downloaded csv v1.3.0
12442024-05-14T03:19:32.012Z Downloaded tokio v1.37.0
12452024-05-14T03:19:32.048Z Downloaded sha3 v0.10.8
12462024-05-14T03:19:32.053Z Downloaded smoltcp v0.11.0
12472024-05-14T03:19:32.065Z Downloaded rustls v0.22.4
12482024-05-14T03:19:32.078Z Downloaded regress v0.9.1
12492024-05-14T03:19:32.094Z Downloaded polar-core v0.27.3
12502024-05-14T03:19:32.098Z Downloaded regex-syntax v0.6.29
12512024-05-14T03:19:32.102Z Downloaded bstr v0.2.17
12522024-05-14T03:19:32.112Z Downloaded object v0.32.1
12532024-05-14T03:19:32.130Z Downloaded regex-syntax v0.8.2
12542024-05-14T03:19:32.137Z Downloaded gimli v0.28.0
12552024-05-14T03:19:32.141Z Downloaded syn v1.0.109
12562024-05-14T03:19:32.149Z Downloaded encoding_rs v0.8.33
12572024-05-14T03:19:32.172Z Downloaded smoltcp v0.9.1
12582024-05-14T03:19:32.182Z Downloaded webpki-roots v0.25.2
12592024-05-14T03:19:32.186Z Downloaded regex v1.10.4
12602024-05-14T03:19:32.204Z Downloaded serde_with v3.7.0
12612024-05-14T03:19:32.208Z Downloaded sqlparser v0.45.0
12622024-05-14T03:19:32.214Z Downloaded bindgen v0.69.2
12632024-05-14T03:19:32.222Z Downloaded winnow v0.5.15
12642024-05-14T03:19:32.234Z Downloaded idna v0.2.3
12652024-05-14T03:19:32.239Z Downloaded reqwest v0.11.27
12662024-05-14T03:19:32.246Z Downloaded tower v0.4.13
12672024-05-14T03:19:32.252Z Downloaded generic-array v0.14.7
12682024-05-14T03:19:32.259Z Downloaded dirs-next v2.0.0
12692024-05-14T03:19:32.259Z Downloaded sha2 v0.10.8
12702024-05-14T03:19:32.259Z Downloaded once_cell v1.19.0
12712024-05-14T03:19:32.271Z Downloaded rustc-demangle v0.1.23
12722024-05-14T03:19:32.271Z Downloaded rust-argon2 v2.1.0
12732024-05-14T03:19:32.271Z Downloaded futures-util v0.3.30
12742024-05-14T03:19:32.275Z Downloaded hyper v0.14.28
12752024-05-14T03:19:32.286Z Downloaded zone v0.1.8
12762024-05-14T03:19:32.291Z Downloaded zeroize_derive v1.4.2
12772024-05-14T03:19:32.291Z Downloaded wait-timeout v0.2.0
12782024-05-14T03:19:32.291Z Downloaded version_check v0.9.4
12792024-05-14T03:19:32.291Z Downloaded tiny-keccak v2.0.2
12802024-05-14T03:19:32.291Z Downloaded flagset v0.4.3
12812024-05-14T03:19:32.297Z Downloaded fixedbitset v0.4.2
12822024-05-14T03:19:32.297Z Downloaded slog-scope v4.4.0
12832024-05-14T03:19:32.297Z Downloaded slog-json v2.6.1
12842024-05-14T03:19:32.297Z Downloaded similar-asserts v1.5.0
12852024-05-14T03:19:32.303Z Downloaded ref-cast v1.0.22
12862024-05-14T03:19:32.303Z Downloaded proc-macro-error-attr v1.0.4
12872024-05-14T03:19:32.303Z Downloaded pest_generator v2.7.6
12882024-05-14T03:19:32.303Z Downloaded pem-rfc7468 v0.7.0
12892024-05-14T03:19:32.306Z Downloaded pest_meta v2.7.6
12902024-05-14T03:19:32.306Z Downloaded salty v0.2.0
12912024-05-14T03:19:32.309Z Downloaded spin v0.5.2
12922024-05-14T03:19:32.314Z Downloaded tokio-stream v0.1.15
12932024-05-14T03:19:32.318Z Downloaded diff v0.1.13
12942024-05-14T03:19:32.322Z Downloaded vsss-rs v3.3.4
12952024-05-14T03:19:32.322Z Downloaded postcard v1.0.8
12962024-05-14T03:19:32.325Z Downloaded typed-path v0.7.0
12972024-05-14T03:19:32.330Z Downloaded pest v2.7.6
12982024-05-14T03:19:32.335Z Downloaded ref-cast-impl v1.0.22
12992024-05-14T03:19:32.339Z Downloaded float-cmp v0.9.0
13002024-05-14T03:19:32.339Z Downloaded uzers v0.11.3
13012024-05-14T03:19:32.342Z Downloaded trybuild v1.0.91
13022024-05-14T03:19:32.348Z Downloaded zip v0.6.6
13032024-05-14T03:19:32.350Z Downloaded serde_yaml v0.9.25
13042024-05-14T03:19:32.354Z Downloaded unarray v0.1.4
13052024-05-14T03:19:32.357Z Downloaded slog-stdlog v4.1.1
13062024-05-14T03:19:32.360Z Downloaded serde_urlencoded v0.7.1
13072024-05-14T03:19:32.360Z Downloaded postgres-types v0.2.6
13082024-05-14T03:19:32.363Z Downloaded postgres-protocol v0.6.6
13092024-05-14T03:19:32.363Z Downloaded owo-colors v4.0.0
13102024-05-14T03:19:32.367Z Downloaded fatfs v0.3.6
13112024-05-14T03:19:32.370Z Downloaded toml v0.5.11
13122024-05-14T03:19:32.375Z Downloaded pin-project v1.1.3
13132024-05-14T03:19:32.382Z Downloaded fancy-regex v0.13.0
13142024-05-14T03:19:32.386Z Downloaded blake3 v1.5.0
13152024-05-14T03:19:32.393Z Downloaded tungstenite v0.21.0
13162024-05-14T03:19:32.397Z Downloaded tungstenite v0.20.1
13172024-05-14T03:19:32.404Z Downloaded slog-envlogger v2.2.0
13182024-05-14T03:19:32.420Z Downloaded serde_plain v1.0.2
13192024-05-14T03:19:32.420Z Downloaded oorandom v11.1.3
13202024-05-14T03:19:32.420Z Downloaded futures-channel v0.3.30
13212024-05-14T03:19:32.420Z Downloaded psl-types v2.0.11
13222024-05-14T03:19:32.420Z Downloaded derive_builder_macro v0.20.0
13232024-05-14T03:19:32.431Z Downloaded futures-core v0.3.30
13242024-05-14T03:19:32.431Z Downloaded serde_with_macros v3.7.0
13252024-05-14T03:19:32.432Z Downloaded headers v0.3.9
13262024-05-14T03:19:32.432Z Downloaded pretty_assertions v1.4.0
13272024-05-14T03:19:32.432Z Downloaded tokio-postgres v0.7.10
13282024-05-14T03:19:32.432Z Downloaded criterion v0.5.1
13292024-05-14T03:19:32.437Z Downloaded toml_edit v0.19.15
13302024-05-14T03:19:32.447Z Downloaded crossterm v0.27.0
13312024-05-14T03:19:32.452Z Downloaded trust-dns-server v0.22.1
13322024-05-14T03:19:32.458Z Downloaded smf v0.2.3
13332024-05-14T03:19:32.461Z Downloaded predicates-tree v1.0.9
13342024-05-14T03:19:32.461Z Downloaded predicates-core v1.0.6
13352024-05-14T03:19:32.461Z Downloaded predicates v3.1.0
13362024-05-14T03:19:32.465Z Downloaded powerfmt v0.2.0
13372024-05-14T03:19:32.465Z Downloaded slog-term v2.9.1
13382024-05-14T03:19:32.471Z Downloaded omicron-zone-package v0.11.0
13392024-05-14T03:19:32.471Z Downloaded plotters-svg v0.3.5
13402024-05-14T03:19:32.471Z Downloaded serde-big-array v0.4.1
13412024-05-14T03:19:32.471Z Downloaded peg-runtime v0.8.3
13422024-05-14T03:19:32.491Z Downloaded pretty-hex v0.2.1
13432024-05-14T03:19:32.491Z Downloaded phf_shared v0.10.0
13442024-05-14T03:19:32.491Z Downloaded olpc-cjson v0.1.3
13452024-05-14T03:19:32.491Z Downloaded pin-project-lite v0.2.13
13462024-05-14T03:19:32.495Z Downloaded ring v0.17.8
13472024-05-14T03:19:32.558Z Downloaded pin-project-internal v1.1.3
13482024-05-14T03:19:32.981Z Downloaded either v1.11.0
13492024-05-14T03:19:32.982Z Downloaded csv-core v0.1.11
13502024-05-14T03:19:32.982Z Downloaded itertools v0.12.1
13512024-05-14T03:19:32.982Z Downloaded rayon-core v1.12.1
13522024-05-14T03:19:32.982Z Downloaded rustls-pemfile v1.0.3
13532024-05-14T03:19:32.982Z Downloaded url v2.5.0
13542024-05-14T03:19:32.982Z Downloaded chrono v0.4.38
13552024-05-14T03:19:32.982Z Downloaded bitvec v1.0.1
13562024-05-14T03:19:32.982Z Downloaded ring v0.16.20
13572024-05-14T03:19:32.982Z Downloaded sct v0.7.0
13582024-05-14T03:19:32.982Z Downloaded futures-io v0.3.30
13592024-05-14T03:19:32.982Z Downloaded scopeguard v1.2.0
13602024-05-14T03:19:32.982Z Downloaded parking_lot v0.11.2
13612024-05-14T03:19:32.982Z Downloaded libm v0.2.7
13622024-05-14T03:19:32.982Z Downloaded itertools v0.10.5
13632024-05-14T03:19:32.982Z Downloaded ucd-trie v0.1.6
13642024-05-14T03:19:32.982Z Downloaded typenum v1.16.0
13652024-05-14T03:19:32.982Z Downloaded snafu v0.8.2
13662024-05-14T03:19:32.982Z Downloaded num-bigint v0.4.4
13672024-05-14T03:19:32.982Z Downloaded rustc_version v0.1.7
13682024-05-14T03:19:32.982Z Downloaded env_logger v0.9.3
13692024-05-14T03:19:32.982Z Downloaded spin v0.9.8
13702024-05-14T03:19:32.982Z Downloaded expectorate v1.1.0
13712024-05-14T03:19:32.982Z Downloaded rustc_version v0.4.0
13722024-05-14T03:19:32.983Z Downloaded radium v0.7.0
13732024-05-14T03:19:32.983Z Downloaded openssl-sys v0.9.102
13742024-05-14T03:19:32.983Z Downloaded derive_builder_core v0.20.0
13752024-05-14T03:19:32.983Z Downloaded serde_derive_internals v0.29.0
13762024-05-14T03:19:32.983Z Downloaded base64 v0.22.1
13772024-05-14T03:19:32.983Z Downloaded mio v0.8.11
13782024-05-14T03:19:32.983Z Downloaded minimal-lexical v0.2.1
13792024-05-14T03:19:32.983Z Downloaded steno v0.4.0
13802024-05-14T03:19:32.983Z Downloaded parking_lot_core v0.8.6
13812024-05-14T03:19:32.983Z Downloaded difflib v0.4.0
13822024-05-14T03:19:32.983Z Downloaded curve25519-dalek-derive v0.1.0
13832024-05-14T03:19:32.983Z Downloaded waitgroup v0.1.2
13842024-05-14T03:19:32.983Z Downloaded tower-layer v0.3.2
13852024-05-14T03:19:32.983Z Downloaded target-spec v3.1.0
13862024-05-14T03:19:32.983Z Downloaded password-hash v0.5.0
13872024-05-14T03:19:32.983Z Downloaded partial-io v0.5.4
13882024-05-14T03:19:32.983Z Downloaded parking_lot_core v0.9.8
13892024-05-14T03:19:32.983Z Downloaded flume v0.11.0
13902024-05-14T03:19:32.983Z Downloaded crossbeam-channel v0.5.8
13912024-05-14T03:19:32.983Z Downloaded const_format v0.2.32
13922024-05-14T03:19:32.983Z Downloaded bytes v1.6.0
13932024-05-14T03:19:32.983Z Downloaded num-traits v0.2.18
13942024-05-14T03:19:32.983Z Downloaded half v2.3.1
13952024-05-14T03:19:32.983Z Downloaded unicode_categories v0.1.1
13962024-05-14T03:19:32.984Z Downloaded tracing v0.1.40
13972024-05-14T03:19:32.984Z Downloaded slab v0.4.9
13982024-05-14T03:19:32.984Z Downloaded tempfile v3.10.1
13992024-05-14T03:19:32.984Z Downloaded serde-hex v0.1.0
14002024-05-14T03:19:32.984Z Downloaded rand_xorshift v0.3.0
14012024-05-14T03:19:32.984Z Downloaded rand_core v0.6.4
14022024-05-14T03:19:32.984Z Downloaded hash32 v0.2.1
14032024-05-14T03:19:32.984Z Downloaded textwrap v0.16.1
14042024-05-14T03:19:32.984Z Downloaded test-strategy v0.3.1
14052024-05-14T03:19:32.984Z Downloaded cookie v0.17.0
14062024-05-14T03:19:32.984Z Downloaded foreign-types-macros v0.2.3
14072024-05-14T03:19:32.984Z Downloaded erased-serde v0.3.31
14082024-05-14T03:19:32.984Z Downloaded http v0.2.12
14092024-05-14T03:19:32.984Z Downloaded thiserror-no-std v2.0.2
14102024-05-14T03:19:32.984Z Downloaded thiserror-impl-no-std v2.0.2
14112024-05-14T03:19:32.984Z Downloaded rstest_macros v0.19.0
14122024-05-14T03:19:32.984Z Downloaded schemars v0.8.17
14132024-05-14T03:19:32.984Z Downloaded rcgen v0.12.1
14142024-05-14T03:19:32.984Z Downloaded guppy-workspace-hack v0.1.0
14152024-05-14T03:19:32.984Z Downloaded fastrand v2.0.1
14162024-05-14T03:19:32.984Z Downloaded usdt v0.5.0
14172024-05-14T03:19:32.984Z Downloaded usdt v0.3.5
14182024-05-14T03:19:32.984Z Downloaded untrusted v0.9.0
14192024-05-14T03:19:32.985Z Downloaded tokio-native-tls v0.3.1
14202024-05-14T03:19:32.985Z Downloaded tokio-macros v2.2.0
14212024-05-14T03:19:32.985Z Downloaded strsim v0.10.0
14222024-05-14T03:19:32.985Z Downloaded strip-ansi-escapes v0.2.0
14232024-05-14T03:19:32.985Z Downloaded stringprep v0.1.3
14242024-05-14T03:19:32.985Z Downloaded rpassword v7.3.1
14252024-05-14T03:19:32.985Z Downloaded pest_derive v2.7.6
14262024-05-14T03:19:32.985Z Downloaded percent-encoding v2.3.1
14272024-05-14T03:19:32.985Z Downloaded relative-path v1.9.0
14282024-05-14T03:19:32.985Z Downloaded tokio-tungstenite v0.20.1
14292024-05-14T03:19:32.985Z Downloaded compact_str v0.7.1
14302024-05-14T03:19:32.985Z Downloaded defmt v0.3.5
14312024-05-14T03:19:32.985Z Downloaded xattr v1.0.1
14322024-05-14T03:19:32.985Z Downloaded rustls-native-certs v0.7.0
14332024-05-14T03:19:32.985Z Downloaded parse-display v0.9.0
14342024-05-14T03:19:32.985Z Downloaded vte v0.11.1
14352024-05-14T03:19:32.985Z Downloaded indicatif v0.17.8
14362024-05-14T03:19:32.985Z Downloaded chacha20poly1305 v0.10.1
14372024-05-14T03:19:32.985Z Downloaded num_cpus v1.16.0
14382024-05-14T03:19:32.985Z Downloaded clang-sys v1.6.1
14392024-05-14T03:19:32.985Z Downloaded cfg-expr v0.15.6
14402024-05-14T03:19:32.985Z Downloaded cassowary v0.3.0
14412024-05-14T03:19:32.985Z Downloaded bcs v0.1.6
14422024-05-14T03:19:32.985Z Downloaded yansi v0.5.1
14432024-05-14T03:19:32.986Z Downloaded wyz v0.5.1
14442024-05-14T03:19:32.986Z Downloaded mockall_derive v0.12.1
14452024-05-14T03:19:32.986Z Downloaded hyper-util v0.1.2
14462024-05-14T03:19:32.986Z Downloaded unicase v2.7.0
14472024-05-14T03:19:32.986Z Downloaded structmeta-derive v0.3.0
14482024-05-14T03:19:32.991Z Downloaded structmeta-derive v0.2.0
14492024-05-14T03:19:32.991Z Downloaded schemars_derive v0.8.17
14502024-05-14T03:19:32.991Z Downloaded criterion-plot v0.5.0
14512024-05-14T03:19:32.991Z Downloaded camino-tempfile v1.1.1
14522024-05-14T03:19:32.991Z Downloaded bzip2 v0.4.4
14532024-05-14T03:19:32.991Z Downloaded defmt-macros v0.3.6
14542024-05-14T03:19:32.991Z Downloaded debug-ignore v1.0.5
14552024-05-14T03:19:32.991Z Downloaded structmeta v0.3.0
14562024-05-14T03:19:32.991Z Downloaded structmeta v0.2.0
14572024-05-14T03:19:32.991Z Downloaded defmt-parser v0.3.3
14582024-05-14T03:19:32.991Z Downloaded inout v0.1.3
14592024-05-14T03:19:32.991Z Downloaded signal-hook-registry v1.4.1
14602024-05-14T03:19:32.991Z Downloaded serde_tokenstream v0.1.7
14612024-05-14T03:19:32.991Z Downloaded miniz_oxide v0.7.1
14622024-05-14T03:19:32.991Z Downloaded log v0.4.21
14632024-05-14T03:19:32.992Z Downloaded indexmap v1.9.3
14642024-05-14T03:19:32.992Z Downloaded console v0.15.8
14652024-05-14T03:19:32.992Z Downloaded lock_api v0.4.10
14662024-05-14T03:19:32.992Z Downloaded hmac v0.12.1
14672024-05-14T03:19:32.992Z Downloaded multer v3.1.0
14682024-05-14T03:19:32.992Z Downloaded mime_guess v2.0.4
14692024-05-14T03:19:32.992Z Downloaded mime v0.3.17
14702024-05-14T03:19:32.992Z Downloaded ipnet v2.9.0
14712024-05-14T03:19:32.992Z Downloaded highway v1.1.0
14722024-05-14T03:19:32.992Z Downloaded blake2 v0.10.6
14732024-05-14T03:19:32.992Z Downloaded hyper-rustls v0.24.2
14742024-05-14T03:19:32.992Z Downloaded blake2b_simd v1.0.1
14752024-05-14T03:19:32.992Z Downloaded base64ct v1.6.0
14762024-05-14T03:19:32.992Z Downloaded bitflags v1.3.2
14772024-05-14T03:19:32.992Z Downloaded memmap v0.7.0
14782024-05-14T03:19:32.992Z Downloaded libtest-mimic v0.7.2
14792024-05-14T03:19:32.992Z Downloaded lazy_static v1.4.0
14802024-05-14T03:19:32.992Z Downloaded bitfield v0.14.0
14812024-05-14T03:19:32.992Z Downloaded bit-vec v0.6.3
14822024-05-14T03:19:32.992Z Downloaded hubpack v0.1.2
14832024-05-14T03:19:32.992Z Downloaded constant_time_eq v0.2.6
14842024-05-14T03:19:32.992Z Downloaded buf-list v1.0.3
14852024-05-14T03:19:32.992Z Downloaded block-padding v0.3.3
14862024-05-14T03:19:32.992Z Downloaded bb8 v0.8.3
14872024-05-14T03:19:32.993Z Downloaded lru-cache v0.1.2
14882024-05-14T03:19:32.993Z Downloaded lru v0.12.1
14892024-05-14T03:19:32.993Z Downloaded libefi-sys v0.1.0
14902024-05-14T03:19:32.993Z Downloaded lazycell v1.3.0
14912024-05-14T03:19:32.993Z Downloaded lalrpop-util v0.19.12
14922024-05-14T03:19:32.993Z Downloaded ipnetwork v0.20.0
14932024-05-14T03:19:32.993Z Downloaded indoc v2.0.3
14942024-05-14T03:19:32.993Z Downloaded hyper-rustls v0.26.0
14952024-05-14T03:19:32.993Z Downloaded httparse v1.8.0
14962024-05-14T03:19:32.993Z Downloaded crossbeam-deque v0.8.3
14972024-05-14T03:19:32.993Z Downloaded colored v2.1.0
14982024-05-14T03:19:32.993Z Downloaded hyper-tls v0.5.0
14992024-05-14T03:19:32.993Z Downloaded is_ci v1.2.0
15002024-05-14T03:19:32.993Z Downloaded instant v0.1.12
15012024-05-14T03:19:32.993Z Downloaded impl-trait-for-tuples v0.2.2
15022024-05-14T03:19:32.993Z Downloaded humantime v2.1.0
15032024-05-14T03:19:32.993Z Downloaded httptest v0.15.5
15042024-05-14T03:19:32.993Z Downloaded httpdate v1.0.3
15052024-05-14T03:19:32.993Z Downloaded hostname v0.4.0
15062024-05-14T03:19:32.993Z Downloaded hostname v0.3.1
15072024-05-14T03:19:32.993Z Downloaded home v0.5.5
15082024-05-14T03:19:32.993Z Downloaded crucible-workspace-hack v0.1.0
15092024-05-14T03:19:32.994Z Downloaded cfg_aliases v0.1.1
15102024-05-14T03:19:32.994Z Downloaded crc-catalog v2.2.0
15112024-05-14T03:19:32.994Z Downloaded crc v3.0.1
15122024-05-14T03:19:32.994Z Downloaded cobs v0.2.3
15132024-05-14T03:19:32.994Z Downloaded chacha20 v0.9.1
15142024-05-14T03:19:32.994Z Downloaded bytecount v0.6.3
15152024-05-14T03:19:32.994Z Downloaded block-buffer v0.10.4
15162024-05-14T03:19:32.994Z Downloaded hex-literal v0.4.1
15172024-05-14T03:19:32.994Z Downloaded ciborium-io v0.2.2
15182024-05-14T03:19:32.994Z Downloaded heck v0.4.1
15192024-05-14T03:19:32.994Z Downloaded heapless v0.8.0
15202024-05-14T03:19:32.994Z Downloaded cookie v0.18.1
15212024-05-14T03:19:32.994Z Downloaded backoff v0.4.0
15222024-05-14T03:19:32.994Z Downloaded assert_cmd v2.0.14
15232024-05-14T03:19:32.994Z Downloaded argon2 v0.5.3
15242024-05-14T03:19:32.994Z Downloaded allocator-api2 v0.2.16
15252024-05-14T03:19:32.998Z Downloaded array-init v0.0.4
15262024-05-14T03:19:32.998Z Downloaded arc-swap v1.6.0
15272024-05-14T03:19:32.998Z Downloaded headers-core v0.2.0
15282024-05-14T03:19:32.998Z Downloaded async-trait v0.1.80
15292024-05-14T03:19:32.998Z Downloaded async-stream v0.3.5
15302024-05-14T03:19:33.004Z Downloaded aho-corasick v1.1.2
15312024-05-14T03:19:33.008Z Downloaded ahash v0.8.8
15322024-05-14T03:19:33.008Z Downloaded aead v0.5.2
15332024-05-14T03:19:33.013Z Downloaded addr2line v0.21.0
15342024-05-14T03:19:33.013Z Downloaded atty v0.2.14
15352024-05-14T03:19:33.978Z Compiling libc v0.2.154
15362024-05-14T03:19:33.978Z Compiling serde v1.0.201
15372024-05-14T03:19:34.020Z Compiling version_check v0.9.4
15382024-05-14T03:19:34.020Z Checking cfg-if v1.0.0
15392024-05-14T03:19:34.020Z Compiling lock_api v0.4.10
15402024-05-14T03:19:34.020Z Compiling parking_lot_core v0.9.8
15412024-05-14T03:19:34.020Z Compiling syn v2.0.60
15422024-05-14T03:19:34.021Z Compiling once_cell v1.19.0
15432024-05-14T03:19:34.021Z Compiling libm v0.2.7
15442024-05-14T03:19:34.075Z Compiling num-traits v0.2.18
15452024-05-14T03:19:34.098Z Compiling memchr v2.7.1
15462024-05-14T03:19:34.118Z Compiling serde_json v1.0.116
15472024-05-14T03:19:34.159Z Compiling byteorder v1.5.0
15482024-05-14T03:19:34.368Z Compiling ahash v0.8.8
15492024-05-14T03:19:34.597Z Compiling syn v1.0.109
15502024-05-14T03:19:34.775Z Checking log v0.4.21
15512024-05-14T03:19:35.078Z Compiling slab v0.4.9
15522024-05-14T03:19:35.330Z Compiling typenum v1.16.0
15532024-05-14T03:19:35.509Z Checking getrandom v0.2.12
15542024-05-14T03:19:35.534Z Compiling cc v1.0.83
15552024-05-14T03:19:35.774Z Checking itoa v1.0.9
15562024-05-14T03:19:35.789Z Compiling generic-array v0.14.7
15572024-05-14T03:19:35.975Z Checking scopeguard v1.2.0
15582024-05-14T03:19:36.100Z Checking smallvec v1.13.1
15592024-05-14T03:19:36.263Z Compiling allocator-api2 v0.2.16
15602024-05-14T03:19:36.328Z Compiling pkg-config v0.3.27
15612024-05-14T03:19:36.697Z Compiling rustix v0.38.31
15622024-05-14T03:19:37.265Z Compiling schemars v0.8.17
15632024-05-14T03:19:37.271Z Compiling httparse v1.8.0
15642024-05-14T03:19:37.284Z Checking pin-project-lite v0.2.13
15652024-05-14T03:19:37.334Z Checking parking_lot v0.12.1
15662024-05-14T03:19:37.409Z Compiling time-core v0.1.2
15672024-05-14T03:19:37.612Z Compiling num-conv v0.1.0
15682024-05-14T03:19:37.696Z Compiling fnv v1.0.7
15692024-05-14T03:19:37.873Z Checking signal-hook-registry v1.4.1
15702024-05-14T03:19:37.901Z Compiling vcpkg v0.2.15
15712024-05-14T03:19:37.927Z Compiling time-macros v0.2.17
15722024-05-14T03:19:38.108Z Checking mio v0.8.11
15732024-05-14T03:19:38.407Z Checking ryu v1.0.15
15742024-05-14T03:19:38.672Z Compiling heck v0.4.1
15752024-05-14T03:19:38.838Z Compiling aho-corasick v1.1.2
15762024-05-14T03:19:39.116Z Compiling ring v0.17.8
15772024-05-14T03:19:40.373Z Compiling openssl-sys v0.9.102
15782024-05-14T03:19:40.627Z Compiling regex-syntax v0.8.2
15792024-05-14T03:19:41.688Z Compiling serde_derive_internals v0.29.0
15802024-05-14T03:19:42.635Z Checking rand_core v0.6.4
15812024-05-14T03:19:42.745Z Checking num_cpus v1.16.0
15822024-05-14T03:19:42.886Z Checking futures-core v0.3.30
15832024-05-14T03:19:42.935Z Compiling ring v0.16.20
15842024-05-14T03:19:43.033Z Checking socket2 v0.5.6
15852024-05-14T03:19:43.930Z Compiling regex-automata v0.4.5
15862024-05-14T03:19:44.274Z Compiling openssl v0.10.64
15872024-05-14T03:19:44.708Z Compiling slog v2.7.0
15882024-05-14T03:19:45.073Z Compiling rustversion v1.0.14
15892024-05-14T03:19:45.206Z Compiling ucd-trie v0.1.6
15902024-05-14T03:19:45.890Z Compiling crossbeam-utils v0.8.19
15912024-05-14T03:19:46.601Z Compiling rustls v0.21.9
15922024-05-14T03:19:46.863Z Compiling iana-time-zone v0.1.57
15932024-05-14T03:19:46.878Z Compiling native-tls v0.2.11
15942024-05-14T03:19:47.212Z Compiling cookie v0.17.0
15952024-05-14T03:19:47.236Z Checking spin v0.5.2
15962024-05-14T03:19:47.287Z Compiling backtrace v0.3.69
15972024-05-14T03:19:47.417Z Checking futures-sink v0.3.30
15982024-05-14T03:19:47.440Z Compiling dyn-clone v1.0.17
15992024-05-14T03:19:47.550Z Compiling anyhow v1.0.83
16002024-05-14T03:19:47.643Z Checking pin-utils v0.1.0
16012024-05-14T03:19:47.747Z Checking futures-channel v0.3.30
16022024-05-14T03:19:48.188Z Compiling tinyvec_macros v0.1.1
16032024-05-14T03:19:48.278Z Checking futures-task v0.3.30
16042024-05-14T03:19:48.371Z Checking futures-io v0.3.30
16052024-05-14T03:19:48.404Z Compiling tinyvec v1.6.0
16062024-05-14T03:19:48.521Z Compiling thread-id v4.2.0
16072024-05-14T03:19:48.743Z Compiling unicode-bidi v0.3.15
16082024-05-14T03:19:48.762Z Compiling serde_derive v1.0.201
16092024-05-14T03:19:49.309Z Compiling zerocopy-derive v0.7.32
16102024-05-14T03:19:49.494Z Compiling thiserror-impl v1.0.59
16112024-05-14T03:19:49.802Z Compiling zeroize_derive v1.4.2
16122024-05-14T03:19:50.005Z Compiling tokio-macros v2.2.0
16132024-05-14T03:19:50.257Z Compiling futures-macro v0.3.30
16142024-05-14T03:19:50.347Z Compiling tracing-attributes v0.1.27
16152024-05-14T03:19:52.011Z Compiling schemars_derive v0.8.17
16162024-05-14T03:19:52.011Z Compiling zerocopy v0.7.32
16172024-05-14T03:19:52.011Z Compiling regex v1.10.4
16182024-05-14T03:19:52.461Z Checking zeroize v1.7.0
16192024-05-14T03:19:52.721Z Compiling openssl-macros v0.1.1
16202024-05-14T03:19:52.958Z Compiling thiserror v1.0.59
16212024-05-14T03:19:53.224Z Compiling pest v2.7.6
16222024-05-14T03:19:53.523Z Compiling async-trait v0.1.80
16232024-05-14T03:19:53.999Z Compiling hashbrown v0.14.3
16242024-05-14T03:19:54.487Z Compiling scroll_derive v0.12.0
16252024-05-14T03:19:54.743Z Checking futures-util v0.3.30
16262024-05-14T03:19:55.350Z Compiling unicode-normalization v0.1.22
16272024-05-14T03:19:55.595Z Compiling pest_meta v2.7.6
16282024-05-14T03:19:55.927Z Compiling der_derive v0.7.2
16292024-05-14T03:19:56.482Z Compiling errno v0.3.8
16302024-05-14T03:19:56.504Z Compiling either v1.11.0
16312024-05-14T03:19:56.712Z Compiling crc32fast v1.3.2
16322024-05-14T03:19:56.916Z Compiling pest_generator v2.7.6
16332024-05-14T03:19:57.238Z Checking subtle v2.5.0
16342024-05-14T03:19:57.258Z Compiling unicode-width v0.1.11
16352024-05-14T03:19:57.487Z Compiling scroll v0.12.0
16362024-05-14T03:19:58.321Z Compiling usdt-impl v0.5.0
16372024-05-14T03:19:58.681Z Compiling plain v0.2.3
16382024-05-14T03:19:59.259Z Compiling winnow v0.5.15
16392024-05-14T03:20:00.108Z Compiling goblin v0.8.0
16402024-05-14T03:20:00.592Z Compiling spin v0.9.8
16412024-05-14T03:20:00.683Z Compiling tracing-core v0.1.32
16422024-05-14T03:20:00.703Z Compiling pest_derive v2.7.6
16432024-05-14T03:20:00.999Z Compiling pretty-hex v0.4.1
16442024-05-14T03:20:01.582Z Compiling tracing v0.1.40
16452024-05-14T03:20:01.602Z Compiling dtrace-parser v0.2.0
16462024-05-14T03:20:02.127Z Compiling const-oid v0.9.6
16472024-05-14T03:20:02.343Z Compiling percent-encoding v2.3.1
16482024-05-14T03:20:02.851Z Compiling clap_derive v4.5.4
16492024-05-14T03:20:03.041Z Checking bytes v1.6.0
16502024-05-14T03:20:03.636Z Checking bitflags v2.4.2
16512024-05-14T03:20:03.823Z Checking tokio v1.37.0
16522024-05-14T03:20:03.883Z Checking chrono v0.4.38
16532024-05-14T03:20:04.314Z Compiling indexmap v2.2.6
16542024-05-14T03:20:05.816Z Compiling serde_tokenstream v0.2.0
16552024-05-14T03:20:06.125Z Compiling uuid v1.8.0
16562024-05-14T03:20:06.576Z Compiling semver v1.0.22
16572024-05-14T03:20:06.579Z Compiling http v0.2.12
16582024-05-14T03:20:06.972Z Compiling toml_datetime v0.6.5
16592024-05-14T03:20:07.082Z Compiling serde_spanned v0.6.5
16602024-05-14T03:20:07.309Z Compiling rustc_version v0.4.0
16612024-05-14T03:20:08.044Z Compiling toml_edit v0.19.15
16622024-05-14T03:20:08.073Z Compiling openapiv3 v2.0.0
16632024-05-14T03:20:09.875Z Compiling dof v0.3.0
16642024-05-14T03:20:10.658Z Compiling untrusted v0.9.0
16652024-05-14T03:20:10.694Z Compiling untrusted v0.7.1
16662024-05-14T03:20:10.829Z Compiling signal-hook v0.3.17
16672024-05-14T03:20:10.863Z Compiling foreign-types-shared v0.1.1
16682024-05-14T03:20:10.974Z Compiling powerfmt v0.2.0
16692024-05-14T03:20:11.135Z Compiling foreign-types v0.3.2
16702024-05-14T03:20:11.397Z Compiling deranged v0.3.11
16712024-05-14T03:20:12.299Z Compiling usdt-attr-macro v0.5.0
16722024-05-14T03:20:12.463Z Compiling usdt-macro v0.5.0
16732024-05-14T03:20:12.901Z Compiling form_urlencoded v1.2.1
16742024-05-14T03:20:13.208Z Compiling crypto-common v0.1.6
16752024-05-14T03:20:13.424Z Compiling zerocopy-derive v0.6.6
16762024-05-14T03:20:13.982Z Compiling base64 v0.21.7
16772024-05-14T03:20:14.032Z Compiling siphasher v0.3.11
16782024-05-14T03:20:14.398Z Compiling num_threads v0.1.6
16792024-05-14T03:20:14.522Z Compiling try-lock v0.2.4
16802024-05-14T03:20:14.662Z Compiling want v0.3.1
16812024-05-14T03:20:14.826Z Compiling time v0.3.34
16822024-05-14T03:20:14.909Z Compiling rustls-webpki v0.101.7
16832024-05-14T03:20:14.947Z Compiling sct v0.7.0
16842024-05-14T03:20:15.257Z Compiling tokio-util v0.7.10
16852024-05-14T03:20:15.675Z Compiling http-body v0.4.5
16862024-05-14T03:20:16.087Z Compiling block-buffer v0.10.4
16872024-05-14T03:20:16.108Z Compiling idna v0.5.0
16882024-05-14T03:20:16.384Z Compiling bzip2-sys v0.1.11+1.0.8
16892024-05-14T03:20:16.588Z Compiling h2 v0.3.26
16902024-05-14T03:20:16.859Z Compiling tower-service v0.3.2
16912024-05-14T03:20:16.868Z Compiling httpdate v1.0.3
16922024-05-14T03:20:16.993Z Compiling openssl-probe v0.1.5
16932024-05-14T03:20:17.338Z Compiling url v2.5.0
16942024-05-14T03:20:17.728Z Compiling digest v0.10.7
16952024-05-14T03:20:18.262Z Compiling heapless v0.7.16
16962024-05-14T03:20:18.697Z Compiling idna v0.3.0
16972024-05-14T03:20:18.800Z Compiling lazy_static v1.4.0
16982024-05-14T03:20:19.237Z Compiling adler v1.0.2
16992024-05-14T03:20:20.259Z Compiling ppv-lite86 v0.2.17
17002024-05-14T03:20:20.288Z Checking equivalent v1.0.1
17012024-05-14T03:20:20.376Z Compiling psl-types v2.0.11
17022024-05-14T03:20:20.555Z Compiling publicsuffix v2.2.3
17032024-05-14T03:20:21.007Z Compiling rand_chacha v0.3.1
17042024-05-14T03:20:21.117Z Compiling crossbeam-epoch v0.9.18
17052024-05-14T03:20:21.454Z Compiling tokio-native-tls v0.3.1
17062024-05-14T03:20:21.617Z Compiling miniz_oxide v0.7.1
17072024-05-14T03:20:21.958Z Compiling tokio-rustls v0.24.1
17082024-05-14T03:20:22.386Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
17092024-05-14T03:20:22.783Z Compiling ipnet v2.9.0
17102024-05-14T03:20:22.908Z Compiling bit-vec v0.6.3
17112024-05-14T03:20:23.023Z Compiling cookie_store v0.20.0
17122024-05-14T03:20:23.179Z Compiling rand v0.8.5
17132024-05-14T03:20:23.456Z Compiling hyper v0.14.28
17142024-05-14T03:20:23.529Z Compiling rustls-pemfile v1.0.3
17152024-05-14T03:20:23.920Z Compiling phf_shared v0.10.0
17162024-05-14T03:20:24.061Z Compiling serde_urlencoded v0.7.1
17172024-05-14T03:20:24.416Z Compiling encoding_rs v0.8.33
17182024-05-14T03:20:24.618Z Compiling num-bigint v0.4.4
17192024-05-14T03:20:24.637Z Compiling precomputed-hash v0.1.1
17202024-05-14T03:20:24.752Z Compiling new_debug_unreachable v1.0.4
17212024-05-14T03:20:24.852Z Compiling webpki-roots v0.25.2
17222024-05-14T03:20:25.018Z Compiling fixedbitset v0.4.2
17232024-05-14T03:20:25.038Z Compiling gimli v0.28.0
17242024-05-14T03:20:25.289Z Compiling smoltcp v0.9.1
17252024-05-14T03:20:25.474Z Compiling mime v0.3.17
17262024-05-14T03:20:25.505Z Compiling minimal-lexical v0.2.1
17272024-05-14T03:20:26.051Z Compiling base64ct v1.6.0
17282024-05-14T03:20:26.067Z Compiling sync_wrapper v0.1.2
17292024-05-14T03:20:26.121Z Compiling nom v7.1.3
17302024-05-14T03:20:26.663Z Compiling pem-rfc7468 v0.7.0
17312024-05-14T03:20:26.705Z Compiling petgraph v0.6.4
17322024-05-14T03:20:27.603Z Compiling string_cache v0.8.7
17332024-05-14T03:20:27.651Z Compiling bit-set v0.5.3
17342024-05-14T03:20:27.863Z Compiling hmac v0.12.1
17352024-05-14T03:20:28.116Z Compiling itertools v0.10.5
17362024-05-14T03:20:28.137Z Compiling hubpack_derive v0.1.1
17372024-05-14T03:20:28.288Z Compiling enum-as-inner v0.5.1
17382024-05-14T03:20:29.146Z Compiling diesel_table_macro_syntax v0.1.0
17392024-05-14T03:20:29.400Z Compiling addr2line v0.21.0
17402024-05-14T03:20:29.428Z Compiling object v0.32.1
17412024-05-14T03:20:29.587Z Compiling lalrpop-util v0.19.12
17422024-05-14T03:20:29.949Z Compiling flagset v0.4.3
17432024-05-14T03:20:30.110Z Compiling rustc-demangle v0.1.23
17442024-05-14T03:20:30.139Z Compiling unicode-segmentation v1.10.1
17452024-05-14T03:20:30.692Z Compiling toml_edit v0.22.12
17462024-05-14T03:20:30.791Z Compiling hyper-tls v0.5.0
17472024-05-14T03:20:30.811Z Compiling hyper-rustls v0.24.2
17482024-05-14T03:20:31.074Z Compiling der v0.7.8
17492024-05-14T03:20:31.091Z Compiling reqwest v0.11.27
17502024-05-14T03:20:31.139Z Compiling diesel_derives v2.1.2
17512024-05-14T03:20:31.206Z Compiling flate2 v1.0.28
17522024-05-14T03:20:31.359Z Compiling futures-executor v0.3.30
17532024-05-14T03:20:31.999Z Compiling cpufeatures v0.2.12
17542024-05-14T03:20:32.249Z Compiling sha2 v0.10.8
17552024-05-14T03:20:34.270Z Compiling spki v0.7.2
17562024-05-14T03:20:34.533Z Compiling futures v0.3.30
17572024-05-14T03:20:34.654Z Compiling md-5 v0.10.5
17582024-05-14T03:20:34.911Z Compiling toml v0.7.8
17592024-05-14T03:20:35.927Z Compiling hex v0.4.3
17602024-05-14T03:20:36.005Z Compiling stringprep v0.1.3
17612024-05-14T03:20:36.008Z Compiling strum_macros v0.25.2
17622024-05-14T03:20:36.650Z Compiling serde_repr v0.1.16
17632024-05-14T03:20:37.599Z Compiling num-integer v0.1.46
17642024-05-14T03:20:37.950Z Compiling hash32 v0.2.1
17652024-05-14T03:20:38.195Z Compiling fallible-iterator v0.2.0
17662024-05-14T03:20:38.364Z Checking unicode-ident v1.0.12
17672024-05-14T03:20:38.427Z Compiling stable_deref_trait v1.2.0
17682024-05-14T03:20:38.549Z Compiling pkcs8 v0.10.2
17692024-05-14T03:20:38.959Z Compiling postgres-protocol v0.6.6
17702024-05-14T03:20:39.325Z Compiling phf_shared v0.11.2
17712024-05-14T03:20:39.710Z Compiling terminal_size v0.3.0
17722024-05-14T03:20:39.846Z Compiling ff v0.13.0
17732024-05-14T03:20:40.088Z Compiling block-padding v0.3.3
17742024-05-14T03:20:40.146Z Compiling scheduled-thread-pool v0.2.7
17752024-05-14T03:20:40.596Z Compiling matches v0.1.10
17762024-05-14T03:20:40.620Z Compiling regex-automata v0.1.10
17772024-05-14T03:20:40.700Z Compiling managed v0.8.0
17782024-05-14T03:20:40.752Z Compiling bitflags v1.3.2
17792024-05-14T03:20:40.791Z Compiling peg-runtime v0.8.3
17802024-05-14T03:20:40.867Z Compiling base16ct v0.2.0
17812024-05-14T03:20:40.904Z Compiling clap_builder v4.5.2
17822024-05-14T03:20:41.184Z Compiling sec1 v0.7.3
17832024-05-14T03:20:41.219Z Compiling bstr v0.2.17
17842024-05-14T03:20:41.492Z Compiling idna v0.2.3
17852024-05-14T03:20:41.800Z Compiling r2d2 v0.8.10
17862024-05-14T03:20:42.195Z Compiling inout v0.1.3
17872024-05-14T03:20:42.808Z Compiling group v0.13.0
17882024-05-14T03:20:42.902Z Compiling signal-hook-mio v0.2.3
17892024-05-14T03:20:43.061Z Compiling postgres-types v0.2.6
17902024-05-14T03:20:43.149Z Compiling phf v0.11.2
17912024-05-14T03:20:43.200Z Compiling bzip2 v0.4.4
17922024-05-14T03:20:43.469Z Compiling hubpack v0.1.2
17932024-05-14T03:20:43.611Z Compiling hkdf v0.12.4
17942024-05-14T03:20:43.938Z Compiling zerocopy v0.6.6
17952024-05-14T03:20:44.198Z Compiling ipnetwork v0.20.0
17962024-05-14T03:20:44.711Z Compiling crypto-bigint v0.5.2
17972024-05-14T03:20:44.834Z Compiling float-cmp v0.9.0
17982024-05-14T03:20:45.158Z Compiling memmap v0.7.0
17992024-05-14T03:20:45.237Z Compiling data-encoding v2.4.0
18002024-05-14T03:20:45.531Z Compiling difflib v0.4.0
18012024-05-14T03:20:46.925Z Compiling normalize-line-endings v0.3.0
18022024-05-14T03:20:47.051Z Compiling predicates-core v1.0.6
18032024-05-14T03:20:47.168Z Compiling static_assertions v1.1.0
18042024-05-14T03:20:47.274Z Compiling whoami v1.5.1
18052024-05-14T03:20:47.397Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
18062024-05-14T03:20:47.416Z Compiling predicates v3.1.0
18072024-05-14T03:20:47.593Z Compiling elliptic-curve v0.13.8
18082024-05-14T03:20:47.860Z Compiling diesel v2.1.6
18092024-05-14T03:20:47.935Z Compiling tokio-postgres v0.7.10
18102024-05-14T03:20:48.201Z Compiling yasna v0.5.2
18112024-05-14T03:20:48.392Z Compiling trust-dns-proto v0.22.0
18122024-05-14T03:20:49.220Z Compiling usdt v0.5.0
18132024-05-14T03:20:50.141Z Compiling clap v4.5.4
18142024-05-14T03:20:50.265Z Compiling zip v0.6.6
18152024-05-14T03:20:50.944Z Compiling crossterm v0.27.0
18162024-05-14T03:20:51.693Z Compiling cipher v0.4.4
18172024-05-14T03:20:51.718Z Compiling similar v2.4.0
18182024-05-14T03:20:52.210Z Checking proc-macro2 v1.0.81
18192024-05-14T03:20:52.986Z Compiling num-iter v0.1.44
18202024-05-14T03:20:53.082Z Compiling console v0.15.8
18212024-05-14T03:20:53.141Z Compiling tokio-stream v0.1.15
18222024-05-14T03:20:53.168Z Compiling bstr v1.9.0
18232024-05-14T03:20:54.182Z Checking quote v1.0.36
18242024-05-14T03:20:59.185Z Checking utf8parse v0.2.1
18252024-05-14T03:21:03.224Z Checking anstyle v1.0.7
18262024-05-14T03:21:04.480Z Checking anstyle-parse v0.2.1
18272024-05-14T03:21:04.743Z Checking anstyle-query v1.0.0
18282024-05-14T03:21:04.839Z Checking colorchoice v1.0.0
18292024-05-14T03:21:04.965Z Checking anstream v0.6.11
18302024-05-14T03:21:05.241Z Checking strsim v0.11.0
18312024-05-14T03:21:05.320Z Checking clap_lex v0.7.0
18322024-05-14T03:21:08.724Z Checking winnow v0.6.1
18332024-05-14T03:21:17.820Z Compiling regress v0.9.1
18342024-05-14T03:21:18.597Z Compiling getopts v0.2.21
18352024-05-14T03:21:18.698Z Checking heck v0.5.0
18362024-05-14T03:21:18.876Z Compiling unsafe-libyaml v0.2.10
18372024-05-14T03:21:19.607Z Checking progenitor-client v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0aeb3a72)
18382024-05-14T03:21:20.259Z Compiling serde_yaml v0.9.25
18392024-05-14T03:21:20.549Z Checking is-terminal v0.4.9
18402024-05-14T03:21:20.671Z Checking camino v1.1.6
18412024-05-14T03:21:20.716Z Checking base64 v0.22.1
18422024-05-14T03:21:20.807Z Compiling strsim v0.10.0
18432024-05-14T03:21:21.188Z Compiling ident_case v1.0.1
18442024-05-14T03:21:21.244Z Compiling typify-impl v0.0.16 (https://github.com/oxidecomputer/typify#336a042b)
18452024-05-14T03:21:21.374Z Compiling darling_core v0.20.8
18462024-05-14T03:21:21.654Z Checking sha1 v0.10.6
18472024-05-14T03:21:21.924Z Checking http v1.0.0
18482024-05-14T03:21:22.804Z Compiling paste v1.0.14
18492024-05-14T03:21:23.255Z Compiling strum_macros v0.26.1
18502024-05-14T03:21:23.362Z Checking rustls-pki-types v1.3.0
18512024-05-14T03:21:23.768Z Checking match_cfg v0.1.0
18522024-05-14T03:21:23.857Z Checking fastrand v2.0.1
18532024-05-14T03:21:24.178Z Checking tempfile v3.10.1
18542024-05-14T03:21:24.488Z Checking hostname v0.3.1
18552024-05-14T03:21:24.626Z Checking dirs-sys-next v0.1.2
18562024-05-14T03:21:24.723Z Checking quick-error v1.2.3
18572024-05-14T03:21:24.800Z Checking dirs-next v2.0.0
18582024-05-14T03:21:24.862Z Checking crossbeam-channel v0.5.8
18592024-05-14T03:21:24.929Z Checking thread_local v1.1.7
18602024-05-14T03:21:25.208Z Compiling slog-async v2.8.0
18612024-05-14T03:21:25.630Z Compiling rustls v0.22.4
18622024-05-14T03:21:25.724Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18632024-05-14T03:21:25.744Z Checking term v0.7.0
18642024-05-14T03:21:25.771Z Checking rustls-webpki v0.102.1
18652024-05-14T03:21:25.937Z Checking instant v0.1.12
18662024-05-14T03:21:26.054Z Checking take_mut v0.2.2
18672024-05-14T03:21:26.162Z Checking slog-term v2.9.1
18682024-05-14T03:21:26.215Z Checking rustls-pemfile v2.1.2
18692024-05-14T03:21:26.454Z Compiling multer v3.1.0
18702024-05-14T03:21:26.508Z Checking debug-ignore v1.0.5
18712024-05-14T03:21:26.639Z Checking toml v0.8.12
18722024-05-14T03:21:26.655Z Checking slog-json v2.6.1
18732024-05-14T03:21:26.833Z Compiling async-stream-impl v0.3.5
18742024-05-14T03:21:26.909Z Compiling dropshot v0.10.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#283d8978)
18752024-05-14T03:21:27.221Z Checking atomic-waker v1.1.1
18762024-05-14T03:21:27.357Z Checking waitgroup v0.1.2
18772024-05-14T03:21:27.462Z Checking slog-bunyan v2.5.0
18782024-05-14T03:21:27.622Z Compiling dropshot_endpoint v0.10.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#283d8978)
18792024-05-14T03:21:27.875Z Checking serde_path_to_error v0.1.16
18802024-05-14T03:21:28.256Z Checking async-stream v0.3.5
18812024-05-14T03:21:28.455Z Checking hostname v0.4.0
18822024-05-14T03:21:28.487Z Checking newtype-uuid v1.1.0
18832024-05-14T03:21:28.517Z Compiling darling_macro v0.20.8
18842024-05-14T03:21:28.583Z Checking wait-timeout v0.2.0
18852024-05-14T03:21:28.709Z Compiling structmeta-derive v0.3.0
18862024-05-14T03:21:28.727Z Checking strum v0.26.2
18872024-05-14T03:21:28.767Z Checking rusty-fork v0.3.0
18882024-05-14T03:21:28.882Z Compiling structmeta-derive v0.2.0
18892024-05-14T03:21:29.062Z Checking rand_xorshift v0.3.0
18902024-05-14T03:21:29.234Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=025389ff39d594bf2b815377e2c1dc4dd23b1f96#025389ff)
18912024-05-14T03:21:29.538Z Checking unarray v0.1.4
18922024-05-14T03:21:29.604Z Compiling darling v0.20.8
18932024-05-14T03:21:29.682Z Checking proptest v1.4.0
18942024-05-14T03:21:29.726Z Compiling serde_with_macros v3.7.0
18952024-05-14T03:21:29.993Z Checking backoff v0.4.0
18962024-05-14T03:21:30.221Z Checking tokio-rustls v0.25.0
18972024-05-14T03:21:30.306Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
18982024-05-14T03:21:31.131Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
18992024-05-14T03:21:31.305Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
19002024-05-14T03:21:31.577Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
19012024-05-14T03:21:32.050Z Compiling structmeta v0.3.0
19022024-05-14T03:21:32.162Z Compiling structmeta v0.2.0
19032024-05-14T03:21:32.419Z Checking serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
19042024-05-14T03:21:32.462Z Compiling parse-display-derive v0.9.0
19052024-05-14T03:21:32.572Z Checking macaddr v1.0.1
19062024-05-14T03:21:32.638Z Compiling test-strategy v0.3.1
19072024-05-14T03:21:32.942Z Compiling proc-macro-error-attr v1.0.4
19082024-05-14T03:21:33.189Z Checking serde_with v3.7.0
19092024-05-14T03:21:33.342Z Compiling proc-macro-error v1.0.4
19102024-05-14T03:21:34.565Z Compiling proc-macro-crate v1.3.1
19112024-05-14T03:21:34.724Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
19122024-05-14T03:21:35.197Z Checking camino-tempfile v1.1.1
19132024-05-14T03:21:35.491Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
19142024-05-14T03:21:35.511Z Compiling foreign-types-macros v0.2.3
19152024-05-14T03:21:35.729Z Compiling num_enum_derive v0.5.11
19162024-05-14T03:21:35.860Z Checking foreign-types-shared v0.3.1
19172024-05-14T03:21:35.984Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
19182024-05-14T03:21:36.709Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
19192024-05-14T03:21:36.912Z Checking cstr-argument v0.1.2
19202024-05-14T03:21:36.984Z Checking foreign-types v0.5.0
19212024-05-14T03:21:37.072Z Checking pretty-hex v0.2.1
19222024-05-14T03:21:37.092Z Checking tabwriter v1.4.0
19232024-05-14T03:21:37.097Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
19242024-05-14T03:21:37.231Z Checking colored v2.1.0
19252024-05-14T03:21:37.349Z Checking socket2 v0.4.9
19262024-05-14T03:21:37.392Z Checking smf v0.2.3
19272024-05-14T03:21:37.531Z Checking humantime v2.1.0
19282024-05-14T03:21:37.718Z Checking parse-display v0.9.0
19292024-05-14T03:21:37.766Z Checking termcolor v1.2.0
19302024-05-14T03:21:37.791Z Checking arc-swap v1.6.0
19312024-05-14T03:21:37.817Z Checking utf-8 v0.7.6
19322024-05-14T03:21:37.878Z Checking newline-converter v0.3.0
19332024-05-14T03:21:37.948Z Checking xattr v1.0.1
19342024-05-14T03:21:38.037Z Checking filetime v0.2.23
19352024-05-14T03:21:38.062Z Checking same-file v1.0.6
19362024-05-14T03:21:38.138Z Checking expectorate v1.1.0
19372024-05-14T03:21:38.170Z Checking tungstenite v0.20.1
19382024-05-14T03:21:38.219Z Checking walkdir v2.5.0
19392024-05-14T03:21:38.237Z Checking slog-scope v4.4.0
19402024-05-14T03:21:38.240Z Checking tar v0.4.40
19412024-05-14T03:21:38.290Z Checking termtree v0.4.1
19422024-05-14T03:21:38.452Z Checking slog-stdlog v4.1.1
19432024-05-14T03:21:38.488Z Compiling heapless v0.8.0
19442024-05-14T03:21:38.506Z Checking predicates-tree v1.0.9
19452024-05-14T03:21:38.618Z Checking slog-envlogger v2.2.0
19462024-05-14T03:21:38.663Z Checking hash32 v0.3.1
19472024-05-14T03:21:38.755Z Checking num_enum v0.5.11
19482024-05-14T03:21:38.843Z Compiling smoltcp v0.11.0
19492024-05-14T03:21:38.865Z Checking embedded-io v0.4.0
19502024-05-14T03:21:38.910Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
19512024-05-14T03:21:39.053Z Compiling crucible-workspace-hack v0.1.0
19522024-05-14T03:21:39.073Z Checking cobs v0.2.3
19532024-05-14T03:21:39.112Z Checking tokio-tungstenite v0.20.1
19542024-05-14T03:21:39.192Z Checking sigpipe v0.1.3
19552024-05-14T03:21:39.256Z Checking postcard v1.0.8
19562024-05-14T03:21:39.302Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
19572024-05-14T03:21:39.375Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
19582024-05-14T03:21:39.591Z Compiling derror-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
19592024-05-14T03:21:39.627Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
19602024-05-14T03:21:39.671Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d)
19612024-05-14T03:21:39.686Z Checking atty v0.2.14
19622024-05-14T03:21:39.799Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
19632024-05-14T03:21:40.205Z Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
19642024-05-14T03:21:40.223Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d)
19652024-05-14T03:21:40.223Z Compiling typify-macro v0.0.16 (https://github.com/oxidecomputer/typify#336a042b)
19662024-05-14T03:21:40.370Z Compiling mockall_derive v0.12.1
19672024-05-14T03:21:40.547Z Compiling num-derive v0.4.0
19682024-05-14T03:21:40.671Z Checking fragile v2.0.0
19692024-05-14T03:21:40.953Z Checking downcast v0.11.0
19702024-05-14T03:21:41.152Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d)
19712024-05-14T03:21:41.456Z Checking pem v3.0.4
19722024-05-14T03:21:41.558Z Checking zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
19732024-05-14T03:21:41.720Z Checking env_logger v0.9.3
19742024-05-14T03:21:41.884Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19752024-05-14T03:21:42.178Z Compiling bitstruct_derive v0.1.0
19762024-05-14T03:21:42.253Z Checking viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19772024-05-14T03:21:42.389Z Checking ascii v1.1.0
19782024-05-14T03:21:42.404Z Checking viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19792024-05-14T03:21:42.577Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19802024-05-14T03:21:42.809Z Checking rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c)
19812024-05-14T03:21:42.845Z Checking dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19822024-05-14T03:21:43.090Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=62cc2cfe64ca09c6876be7633355026fa65c8545#62cc2cfe)
19832024-05-14T03:21:43.153Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19842024-05-14T03:21:43.439Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
19852024-05-14T03:21:43.460Z Checking erased-serde v0.3.31
19862024-05-14T03:21:43.548Z Checking serde_arrays v0.1.0
19872024-05-14T03:21:43.658Z Checking bitstruct v0.1.1
19882024-05-14T03:21:43.701Z Compiling heck v0.3.3
19892024-05-14T03:21:43.745Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#d44d9e08)
19902024-05-14T03:21:43.767Z Checking tungstenite v0.21.0
19912024-05-14T03:21:44.094Z Checking base64 v0.13.1
19922024-05-14T03:21:44.149Z Compiling zone_cfg_derive v0.1.2
19932024-05-14T03:21:44.525Z Checking ron v0.7.1
19942024-05-14T03:21:44.592Z Checking propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19952024-05-14T03:21:44.711Z Checking tokio-tungstenite v0.21.0
19962024-05-14T03:21:44.856Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
19972024-05-14T03:21:45.578Z Compiling typify v0.0.16 (https://github.com/oxidecomputer/typify#336a042b)
19982024-05-14T03:21:45.729Z Compiling progenitor-impl v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0aeb3a72)
19992024-05-14T03:21:45.786Z Checking zone v0.1.8
20002024-05-14T03:21:46.498Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
20012024-05-14T03:21:46.514Z Checking headers-core v0.2.0
20022024-05-14T03:21:46.661Z Checking portpicker v0.1.1
20032024-05-14T03:21:46.804Z Checking headers v0.3.9
20042024-05-14T03:21:46.820Z Checking rcgen v0.12.1
20052024-05-14T03:21:47.027Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
20062024-05-14T03:21:47.157Z Checking atomicwrites v0.4.3
20072024-05-14T03:21:47.370Z Checking subprocess v0.2.9
20082024-05-14T03:21:47.373Z Checking linked-hash-map v0.5.6
20092024-05-14T03:21:47.527Z Checking password-hash v0.5.0
20102024-05-14T03:21:47.722Z Checking lru-cache v0.1.2
20112024-05-14T03:21:47.933Z Checking blake2 v0.10.6
20122024-05-14T03:21:47.976Z Checking swrite v0.1.0
20132024-05-14T03:21:48.007Z Checking itertools v0.12.1
20142024-05-14T03:21:48.016Z Compiling derive-where v1.2.7
20152024-05-14T03:21:48.020Z Checking resolv-conf v0.7.0
20162024-05-14T03:21:48.094Z Compiling rayon-core v1.12.1
20172024-05-14T03:21:48.380Z Checking argon2 v0.5.3
20182024-05-14T03:21:48.407Z Checking trust-dns-resolver v0.22.0
20192024-05-14T03:21:48.448Z Checking half v2.3.1
20202024-05-14T03:21:48.936Z Checking ciborium-io v0.2.2
20212024-05-14T03:21:49.068Z Compiling cancel-safe-futures v0.1.5
20222024-05-14T03:21:49.116Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
20232024-05-14T03:21:49.467Z Checking ciborium-ll v0.2.2
20242024-05-14T03:21:49.519Z Checking mockall v0.12.1
20252024-05-14T03:21:49.773Z Checking bytecount v0.6.3
20262024-05-14T03:21:49.798Z Checking ciborium v0.2.2
20272024-05-14T03:21:49.935Z Checking papergrid v0.11.0
20282024-05-14T03:21:49.978Z Compiling tabled_derive v0.7.0
20292024-05-14T03:21:50.033Z Compiling slog-dtrace v0.3.0
20302024-05-14T03:21:50.354Z Compiling semver v0.1.20
20312024-05-14T03:21:50.764Z Compiling rustc_version v0.1.7
20322024-05-14T03:21:50.964Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
20332024-05-14T03:21:51.051Z Checking libsw v3.3.1
20342024-05-14T03:21:51.302Z Checking linear-map v1.2.0
20352024-05-14T03:21:51.349Z Checking owo-colors v4.0.0
20362024-05-14T03:21:51.353Z Compiling newtype_derive v0.1.6
20372024-05-14T03:21:51.660Z Compiling num-rational v0.4.1
20382024-05-14T03:21:51.777Z Compiling unicode-xid v0.2.4
20392024-05-14T03:21:52.074Z Compiling radium v0.7.0
20402024-05-14T03:21:52.077Z Checking steno v0.4.0
20412024-05-14T03:21:52.109Z Checking num-complex v0.4.5
20422024-05-14T03:21:52.600Z Checking nibble_vec v0.1.0
20432024-05-14T03:21:52.812Z Checking endian-type v0.1.2
20442024-05-14T03:21:52.855Z Checking tabled v0.15.0
20452024-05-14T03:21:52.920Z Checking tap v1.0.1
20462024-05-14T03:21:53.010Z Compiling maybe-uninit v2.0.0
20472024-05-14T03:21:53.026Z Checking radix_trie v0.2.1
20482024-05-14T03:21:53.081Z Checking wyz v0.5.1
20492024-05-14T03:21:53.237Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
20502024-05-14T03:21:53.845Z Checking num v0.4.2
20512024-05-14T03:21:53.866Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
20522024-05-14T03:21:53.866Z Checking fxhash v0.2.1
20532024-05-14T03:21:53.866Z Compiling packed_struct v0.10.1
20542024-05-14T03:21:53.869Z Checking funty v2.0.0
20552024-05-14T03:21:54.052Z Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
20562024-05-14T03:21:54.233Z Checking crc-catalog v2.2.0
20572024-05-14T03:21:54.352Z Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
20582024-05-14T03:21:54.367Z Compiling num-bigint-dig v0.8.4
20592024-05-14T03:21:54.472Z Checking crc v3.0.1
20602024-05-14T03:21:54.566Z Compiling progenitor-macro v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0aeb3a72)
20612024-05-14T03:21:54.733Z Compiling packed_struct_codegen v0.10.1
20622024-05-14T03:21:54.799Z Compiling indexmap v1.9.3
20632024-05-14T03:21:54.813Z Checking nodrop v0.1.14
20642024-05-14T03:21:54.832Z Checking bitvec v1.0.1
20652024-05-14T03:21:54.836Z Checking smallvec v0.6.14
20662024-05-14T03:21:54.919Z Checking array-init v0.0.4
20672024-05-14T03:21:55.226Z Checking pkcs1 v0.7.5
20682024-05-14T03:21:55.613Z Checking signature v2.1.0
20692024-05-14T03:21:55.798Z Checking hashbrown v0.12.3
20702024-05-14T03:21:55.881Z Checking bitfield v0.14.0
20712024-05-14T03:21:55.913Z Checking serde-hex v0.1.0
20722024-05-14T03:21:56.138Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
20732024-05-14T03:21:56.425Z Checking env_logger v0.10.0
20742024-05-14T03:21:56.858Z Checking x509-cert v0.2.4
20752024-05-14T03:21:57.358Z Checking rsa v0.9.2
20762024-05-14T03:21:57.603Z Checking ron v0.8.1
20772024-05-14T03:21:57.784Z Checking hashbrown v0.13.2
20782024-05-14T03:21:57.905Z Checking crc-any v2.4.3
20792024-05-14T03:21:58.298Z Checking path-slash v0.1.5
20802024-05-14T03:21:58.312Z Checking display-error-chain v0.2.0
20812024-05-14T03:21:58.423Z Compiling convert_case v0.4.0
20822024-05-14T03:21:58.444Z Compiling async-recursion v1.1.0
20832024-05-14T03:21:58.507Z Compiling buf-list v1.0.3
20842024-05-14T03:21:58.758Z Checking object v0.30.4
20852024-05-14T03:21:58.874Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
20862024-05-14T03:21:59.117Z Checking maplit v1.0.2
20872024-05-14T03:21:59.215Z Compiling blake3 v1.5.0
20882024-05-14T03:21:59.403Z Compiling derive_more v0.99.17
20892024-05-14T03:21:59.528Z Checking gethostname v0.4.3
20902024-05-14T03:21:59.670Z Compiling libefi-sys v0.1.0
20912024-05-14T03:21:59.869Z Compiling parking_lot_core v0.8.6
20922024-05-14T03:21:59.969Z Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
20932024-05-14T03:22:00.153Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
20942024-05-14T03:22:00.452Z Compiling crossbeam-deque v0.8.3
20952024-05-14T03:22:00.683Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81)
20962024-05-14T03:22:00.687Z Checking keccak v0.1.4
20972024-05-14T03:22:00.821Z Checking libnvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81)
20982024-05-14T03:22:00.988Z Checking sha3 v0.10.8
20992024-05-14T03:22:01.074Z Checking lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
21002024-05-14T03:22:01.187Z Checking parking_lot v0.11.2
21012024-05-14T03:22:01.566Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
21022024-05-14T03:22:01.956Z Checking trust-dns-client v0.22.0
21032024-05-14T03:22:02.018Z Compiling synstructure v0.12.6
21042024-05-14T03:22:02.204Z Checking toml v0.5.11
21052024-05-14T03:22:02.583Z Checking secrecy v0.8.0
21062024-05-14T03:22:02.794Z Compiling pin-project-internal v1.1.3
21072024-05-14T03:22:03.100Z Compiling rayon v1.10.0
21082024-05-14T03:22:03.674Z Checking trust-dns-server v0.22.1
21092024-05-14T03:22:03.812Z Compiling zerocopy-derive v0.2.0
21102024-05-14T03:22:05.007Z Checking sled v0.34.7
21112024-05-14T03:22:06.098Z Checking pin-project v1.1.3
21122024-05-14T03:22:06.253Z Compiling memmap2 v0.7.1
21132024-05-14T03:22:06.742Z Compiling constant_time_eq v0.3.0
21142024-05-14T03:22:06.938Z Compiling arrayvec v0.7.4
21152024-05-14T03:22:06.979Z Compiling arrayref v0.3.7
21162024-05-14T03:22:07.085Z Compiling home v0.5.5
21172024-05-14T03:22:07.339Z Compiling toolchain_find v0.4.0
21182024-05-14T03:22:08.157Z Compiling vte_generate_state_changes v0.1.1
21192024-05-14T03:22:08.276Z Compiling topological-sort v0.2.2
21202024-05-14T03:22:08.380Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=025389ff39d594bf2b815377e2c1dc4dd23b1f96#025389ff)
21212024-05-14T03:22:08.500Z Compiling omicron-zone-package v0.11.0
21222024-05-14T03:22:08.729Z Checking fd-lock v4.0.2
21232024-05-14T03:22:08.880Z Checking vte v0.11.1
21242024-05-14T03:22:08.937Z Compiling rustfmt-wrapper v0.2.1
21252024-05-14T03:22:09.338Z Checking glob v0.3.1
21262024-05-14T03:22:09.612Z Compiling usdt-impl v0.3.5
21272024-05-14T03:22:09.654Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
21282024-05-14T03:22:09.764Z Checking nu-ansi-term v0.50.0
21292024-05-14T03:22:10.006Z Compiling zerocopy v0.3.0
21302024-05-14T03:22:10.139Z Compiling prettyplease v0.2.19
21312024-05-14T03:22:10.190Z Compiling platforms v3.0.2
21322024-05-14T03:22:10.297Z Checking strip-ansi-escapes v0.2.0
21332024-05-14T03:22:10.446Z Checking reedline v0.31.0
21342024-05-14T03:22:10.486Z Compiling dtrace-parser v0.1.14
21352024-05-14T03:22:10.514Z Compiling snafu-derive v0.8.2
21362024-05-14T03:22:10.816Z Compiling dof v0.1.5
21372024-05-14T03:22:12.010Z Checking globset v0.4.13
21382024-05-14T03:22:12.286Z Checking lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
21392024-05-14T03:22:12.494Z Checking olpc-cjson v0.1.3
21402024-05-14T03:22:12.531Z Compiling serde_tokenstream v0.1.7
21412024-05-14T03:22:12.700Z Checking serde_plain v1.0.2
21422024-05-14T03:22:13.093Z Compiling memoffset v0.7.1
21432024-05-14T03:22:13.257Z Compiling crunchy v0.2.2
21442024-05-14T03:22:13.421Z Checking typed-path v0.7.0
21452024-05-14T03:22:13.672Z Checking progenitor v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0aeb3a72)
21462024-05-14T03:22:13.815Z Compiling curve25519-dalek v4.1.2
21472024-05-14T03:22:13.941Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
21482024-05-14T03:22:14.238Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
21492024-05-14T03:22:14.254Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
21502024-05-14T03:22:14.441Z Checking hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84)
21512024-05-14T03:22:15.234Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
21522024-05-14T03:22:15.347Z Checking fs-err v2.11.0
21532024-05-14T03:22:15.517Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
21542024-05-14T03:22:15.660Z Compiling clang-sys v1.6.1
21552024-05-14T03:22:16.438Z Compiling unicase v2.7.0
21562024-05-14T03:22:16.632Z Checking snafu v0.8.2
21572024-05-14T03:22:16.701Z Compiling tiny-keccak v2.0.2
21582024-05-14T03:22:16.760Z Checking parse-size v1.0.0
21592024-05-14T03:22:17.144Z Checking tough v0.17.1
21602024-05-14T03:22:17.477Z Compiling usdt-macro v0.3.5
21612024-05-14T03:22:17.600Z Compiling usdt-attr-macro v0.3.5
21622024-05-14T03:22:17.972Z Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1)
21632024-05-14T03:22:18.694Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
21642024-05-14T03:22:18.832Z Checking universal-hash v0.5.1
21652024-05-14T03:22:19.007Z Compiling thiserror-impl-no-std v2.0.2
21662024-05-14T03:22:19.025Z Compiling curve25519-dalek-derive v0.1.0
21672024-05-14T03:22:19.125Z Checking nanorand v0.7.0
21682024-05-14T03:22:19.516Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
21692024-05-14T03:22:19.837Z Compiling cfg_aliases v0.1.1
21702024-05-14T03:22:19.941Z Checking signature v1.6.4
21712024-05-14T03:22:20.016Z Checking opaque-debug v0.3.0
21722024-05-14T03:22:20.077Z Compiling salty v0.2.0
21732024-05-14T03:22:20.102Z Checking poly1305 v0.8.0
21742024-05-14T03:22:20.625Z Checking ed25519 v1.5.3
21752024-05-14T03:22:20.628Z Compiling nix v0.28.0
21762024-05-14T03:22:20.753Z Checking flume v0.11.0
21772024-05-14T03:22:20.787Z Checking usdt v0.3.5
21782024-05-14T03:22:20.987Z Compiling ascii-canvas v3.0.0
21792024-05-14T03:22:21.256Z Checking nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d)
21802024-05-14T03:22:21.526Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
21812024-05-14T03:22:21.791Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
21822024-05-14T03:22:21.850Z Checking chacha20 v0.9.1
21832024-05-14T03:22:22.128Z Checking aead v0.5.2
21842024-05-14T03:22:22.328Z Checking serde-big-array v0.5.1
21852024-05-14T03:22:22.374Z Checking kstat-rs v0.2.3
21862024-05-14T03:22:22.396Z Checking thiserror-no-std v2.0.2
21872024-05-14T03:22:22.432Z Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
21882024-05-14T03:22:22.510Z Compiling ena v0.14.2
21892024-05-14T03:22:22.546Z Compiling libloading v0.7.4
21902024-05-14T03:22:22.631Z Compiling bindgen v0.69.2
21912024-05-14T03:22:22.945Z Compiling diff v0.1.13
21922024-05-14T03:22:22.961Z Compiling regex-syntax v0.6.29
21932024-05-14T03:22:22.964Z Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
21942024-05-14T03:22:23.409Z Checking hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
21952024-05-14T03:22:23.460Z Checking vsss-rs v3.3.4
21962024-05-14T03:22:23.733Z Checking chacha20poly1305 v0.10.1
21972024-05-14T03:22:24.667Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=62cc2cfe64ca09c6876be7633355026fa65c8545#62cc2cfe)
21982024-05-14T03:22:25.833Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
21992024-05-14T03:22:26.141Z Checking signal-hook-tokio v0.3.1
22002024-05-14T03:22:26.349Z Compiling lalrpop v0.19.12
22012024-05-14T03:22:26.925Z Compiling cexpr v0.6.0
22022024-05-14T03:22:27.023Z Checking serde-big-array v0.4.1
22032024-05-14T03:22:27.496Z Compiling which v4.4.0
22042024-05-14T03:22:27.906Z Compiling shlex v1.3.0
22052024-05-14T03:22:28.170Z Compiling rustc-hash v1.1.0
22062024-05-14T03:22:28.431Z Compiling lazycell v1.3.0
22072024-05-14T03:22:28.444Z Compiling peeking_take_while v0.1.2
22082024-05-14T03:22:28.511Z Compiling ref-cast v1.0.22
22092024-05-14T03:22:28.729Z Checking sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
22102024-05-14T03:22:29.092Z Compiling mime_guess v2.0.4
22112024-05-14T03:22:36.249Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d)
22122024-05-14T03:22:36.366Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
22132024-05-14T03:22:36.366Z Compiling derive_builder_core v0.20.0
22142024-05-14T03:22:36.366Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
22152024-05-14T03:22:36.366Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
22162024-05-14T03:22:36.366Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
22172024-05-14T03:22:36.366Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
22182024-05-14T03:22:36.367Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
22192024-05-14T03:22:36.691Z Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
22202024-05-14T03:22:37.844Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
22212024-05-14T03:22:38.602Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
22222024-05-14T03:22:38.902Z Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
22232024-05-14T03:22:39.243Z Compiling peg-macros v0.8.3
22242024-05-14T03:22:40.176Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
22252024-05-14T03:22:41.546Z Compiling sqlparser_derive v0.2.2
22262024-05-14T03:22:41.867Z Compiling ref-cast-impl v1.0.22
22272024-05-14T03:22:42.831Z Compiling libxml v0.3.3
22282024-05-14T03:22:43.227Z Checking corncobs v0.1.3
22292024-05-14T03:22:43.412Z Checking unicode_categories v0.1.1
22302024-05-14T03:22:43.433Z Checking sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
22312024-05-14T03:22:43.633Z Checking rustyline v14.0.0
22322024-05-14T03:22:43.660Z Checking peg v0.8.3
22332024-05-14T03:22:43.730Z Checking sqlformat v0.2.3
22342024-05-14T03:22:43.957Z Checking sqlparser v0.45.0
22352024-05-14T03:22:45.411Z Compiling derive_builder_macro v0.20.0
22362024-05-14T03:22:45.555Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
22372024-05-14T03:22:46.048Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
22382024-05-14T03:22:46.345Z Checking bcs v0.1.6
22392024-05-14T03:22:46.544Z Compiling strum_macros v0.24.3
22402024-05-14T03:22:46.858Z Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0)
22412024-05-14T03:22:47.193Z Compiling cookie v0.18.1
22422024-05-14T03:22:47.504Z Checking highway v1.1.0
22432024-05-14T03:22:47.947Z Compiling indoc v1.0.9
22442024-05-14T03:22:48.206Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
22452024-05-14T03:22:49.943Z Checking derive_builder v0.20.0
22462024-05-14T03:22:50.518Z Compiling const_format_proc_macros v0.2.32
22472024-05-14T03:22:50.589Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
22482024-05-14T03:22:50.633Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
22492024-05-14T03:22:50.925Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
22502024-05-14T03:22:51.489Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
22512024-05-14T03:22:51.870Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
22522024-05-14T03:22:52.639Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
22532024-05-14T03:22:52.660Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
22542024-05-14T03:22:53.301Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
22552024-05-14T03:22:53.670Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d)
22562024-05-14T03:22:53.963Z Checking bb8 v0.8.3
22572024-05-14T03:22:54.430Z Checking quick-xml v0.31.0
22582024-05-14T03:22:56.509Z Compiling oso-derive v0.27.3
22592024-05-14T03:22:56.509Z Compiling impl-trait-for-tuples v0.2.2
22602024-05-14T03:22:56.536Z Checking http-range v0.1.5
22612024-05-14T03:22:56.552Z Checking async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef)
22622024-05-14T03:22:56.673Z Checking hyper-staticfile v0.9.5
22632024-05-14T03:22:57.104Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d)
22642024-05-14T03:22:57.111Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
22652024-05-14T03:22:57.585Z Checking const_format v0.2.32
22662024-05-14T03:22:58.970Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
22672024-05-14T03:23:00.295Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
22682024-05-14T03:23:00.774Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
22692024-05-14T03:23:01.478Z Checking assert_matches v1.5.0
22702024-05-14T03:23:01.571Z Checking rand_seeder v0.2.3
22712024-05-14T03:23:01.823Z Compiling portable-atomic v1.4.3
22722024-05-14T03:23:02.261Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
22732024-05-14T03:23:02.508Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
22742024-05-14T03:23:03.859Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
22752024-05-14T03:23:04.008Z Checking number_prefix v0.4.0
22762024-05-14T03:23:04.041Z Checking castaway v0.2.2
22772024-05-14T03:23:04.216Z Checking compact_str v0.7.1
22782024-05-14T03:23:04.235Z Checking indicatif v0.17.8
22792024-05-14T03:23:04.829Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
22802024-05-14T03:23:04.938Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
22812024-05-14T03:23:05.035Z Checking lru v0.12.1
22822024-05-14T03:23:05.140Z Compiling stability v0.2.0
22832024-05-14T03:23:05.242Z Checking cassowary v0.3.0
22842024-05-14T03:23:05.328Z Compiling indoc v2.0.3
22852024-05-14T03:23:05.706Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
22862024-05-14T03:23:06.231Z Checking smawk v0.3.1
22872024-05-14T03:23:06.444Z Checking unicode-linebreak v0.1.5
22882024-05-14T03:23:06.498Z Checking ratatui v0.26.2
22892024-05-14T03:23:06.868Z Checking textwrap v0.16.1
22902024-05-14T03:23:07.273Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
22912024-05-14T03:23:07.581Z Checking is_ci v1.2.0
22922024-05-14T03:23:07.717Z Checking supports-color v3.0.0
22932024-05-14T03:23:07.931Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=62cc2cfe64ca09c6876be7633355026fa65c8545#62cc2cfe)
22942024-05-14T03:23:08.389Z Checking fatfs v0.3.6
22952024-05-14T03:23:08.572Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
22962024-05-14T03:23:09.021Z Checking rtoolbox v0.0.1
22972024-05-14T03:23:09.188Z Checking rpassword v7.3.1
22982024-05-14T03:23:09.346Z Checking shell-words v1.1.0
22992024-05-14T03:23:09.399Z Checking tui-tree-widget v0.19.0
23002024-05-14T03:23:09.446Z Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
23012024-05-14T03:23:09.466Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
23022024-05-14T03:23:09.703Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
23032024-05-14T03:23:09.714Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
23042024-05-14T03:23:10.338Z Checking yansi v0.5.1
23052024-05-14T03:23:10.583Z Compiling target-lexicon v0.12.13
23062024-05-14T03:23:10.631Z Checking pretty_assertions v1.4.0
23072024-05-14T03:23:10.768Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
23082024-05-14T03:23:10.813Z Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
23092024-05-14T03:23:11.984Z Checking plotters-backend v0.3.5
23102024-05-14T03:23:12.268Z Compiling guppy-workspace-hack v0.1.0
23112024-05-14T03:23:12.336Z Compiling doc-comment v0.3.3
23122024-05-14T03:23:12.510Z Checking plotters-svg v0.3.5
23132024-05-14T03:23:12.737Z Checking http-body v1.0.0
23142024-05-14T03:23:12.933Z Compiling assert_cmd v2.0.14
23152024-05-14T03:23:13.067Z Checking cast v0.3.0
23162024-05-14T03:23:13.167Z Checking tower-layer v0.3.2
23172024-05-14T03:23:13.333Z Compiling target-spec v3.1.0
23182024-05-14T03:23:13.385Z Checking criterion-plot v0.5.0
23192024-05-14T03:23:13.439Z Checking tower v0.4.13
23202024-05-14T03:23:13.915Z Checking cfg-expr v0.15.6
23212024-05-14T03:23:14.023Z Checking hyper v1.1.0
23222024-05-14T03:23:14.261Z Checking plotters v0.3.5
23232024-05-14T03:23:14.953Z Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd)
23242024-05-14T03:23:15.276Z Checking tinytemplate v1.2.1
23252024-05-14T03:23:15.675Z Checking cargo-platform v0.1.3
23262024-05-14T03:23:15.722Z Checking oorandom v11.1.3
23272024-05-14T03:23:15.883Z Checking anes v0.1.6
23282024-05-14T03:23:15.992Z Checking cargo_metadata v0.18.1
23292024-05-14T03:23:16.018Z Checking hyper-util v0.1.2
23302024-05-14T03:23:16.279Z Checking criterion v0.5.1
23312024-05-14T03:23:17.906Z Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client)
23322024-05-14T03:23:18.017Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
23332024-05-14T03:23:18.951Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
23342024-05-14T03:23:19.197Z Checking rustls-native-certs v0.7.0
23352024-05-14T03:23:19.329Z Checking httptest v0.15.5
23362024-05-14T03:23:20.056Z Checking pathdiff v0.2.1
23372024-05-14T03:23:20.218Z Checking nested v0.1.1
23382024-05-14T03:23:20.429Z Checking guppy v0.17.5
23392024-05-14T03:23:21.820Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
23402024-05-14T03:23:22.478Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
23412024-05-14T03:23:22.661Z Checking hyper-rustls v0.26.0
23422024-05-14T03:23:22.907Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
23432024-05-14T03:23:23.007Z Checking escape8259 v0.5.2
23442024-05-14T03:23:23.193Z Checking threadpool v1.8.1
23452024-05-14T03:23:24.235Z Checking libtest-mimic v0.7.2
23462024-05-14T03:23:24.723Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
23472024-05-14T03:23:25.005Z Checking similar-asserts v1.5.0
23482024-05-14T03:23:25.255Z Checking fancy-regex v0.13.0
23492024-05-14T03:23:25.861Z Compiling rstest_macros v0.19.0
23502024-05-14T03:23:26.572Z Checking datatest-stable v0.2.9
23512024-05-14T03:23:26.879Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
23522024-05-14T03:23:28.002Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
23532024-05-14T03:23:28.107Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
23542024-05-14T03:23:28.218Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
23552024-05-14T03:23:28.538Z Checking csv-core v0.1.11
23562024-05-14T03:23:28.554Z Compiling relative-path v1.9.0
23572024-05-14T03:23:28.832Z Compiling trybuild v1.0.91
23582024-05-14T03:23:28.886Z Checking constant_time_eq v0.2.6
23592024-05-14T03:23:29.023Z Checking blake2b_simd v1.0.1
23602024-05-14T03:23:29.325Z Checking csv v1.3.0
23612024-05-14T03:23:30.067Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
23622024-05-14T03:23:30.234Z Checking multimap v0.10.0
23632024-05-14T03:23:30.558Z Checking futures-timer v3.0.2
23642024-05-14T03:23:30.910Z Checking rust-argon2 v2.1.0
23652024-05-14T03:23:32.983Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
23662024-05-14T03:23:35.067Z Checking partial-io v0.5.4
23672024-05-14T03:23:35.459Z Checking approx v0.5.1
23682024-05-14T03:23:35.691Z Checking uzers v0.11.3
23692024-05-14T03:23:36.037Z Checking termios v0.3.3
23702024-05-14T03:23:36.257Z Checking hex-literal v0.4.1
23712024-05-14T03:23:39.526Z Checking rstest v0.19.0
23722024-05-14T03:23:42.061Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
23732024-05-14T03:23:44.139Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
23742024-05-14T03:24:06.660Z Compiling samael v0.0.15
23752024-05-14T03:24:30.523Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
23762024-05-14T03:24:32.757Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli)
23772024-05-14T03:24:41.246Z Checking caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util)
23782024-05-14T03:24:53.303Z Compiling polar-core v0.27.3
23792024-05-14T03:25:00.738Z Checking oso v0.27.3
23802024-05-14T03:25:31.155Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
23812024-05-14T03:25:31.158Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
23822024-05-14T03:25:31.158Z Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
23832024-05-14T03:26:40.646Z Finished dev [unoptimized + debuginfo] target(s) in 7m 10s
23842024-05-14T03:26:40.843Z
23852024-05-14T03:26:40.843Zreal 7:58.548144287
23862024-05-14T03:26:40.843Zuser 40:28.819849214
23872024-05-14T03:26:40.843Zsys 7:01.959659231
23882024-05-14T03:26:40.843Ztrap 1.218031213
23892024-05-14T03:26:40.843Ztflt 4.567129149
23902024-05-14T03:26:40.843Zdflt 3.934613270
23912024-05-14T03:26:40.843Zkflt 0.014966763
23922024-05-14T03:26:40.843Zlock 1:02:01.223470086
23932024-05-14T03:26:40.843Zslp 2:02:26.100814084
23942024-05-14T03:26:40.843Zlat 1:53.616266376
23952024-05-14T03:26:40.843Zstop 5:03.589352820
23962024-05-14T03:26:41.841Zwarning: output filename collision.
23972024-05-14T03:26:41.841ZThe 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)`.
23982024-05-14T03:26:41.842ZColliding filename is: /work/oxidecomputer/omicron/target/doc/bhyve_api/index.html
23992024-05-14T03:26:41.842ZThe targets should have unique names.
24002024-05-14T03:26:41.842ZThis is a known bug where multiple crates with the same name use
24012024-05-14T03:26:41.842Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
24022024-05-14T03:26:41.842Zwarning: output filename collision.
24032024-05-14T03:26:41.842ZThe 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)`.
24042024-05-14T03:26:41.842ZColliding filename is: /work/oxidecomputer/omicron/target/doc/bhyve_api_sys/index.html
24052024-05-14T03:26:41.842ZThe targets should have unique names.
24062024-05-14T03:26:41.842ZThis is a known bug where multiple crates with the same name use
24072024-05-14T03:26:41.842Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
24082024-05-14T03:26:41.846Zwarning: output filename collision.
24092024-05-14T03:26:41.846ZThe 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)`.
24102024-05-14T03:26:41.846ZColliding filename is: /work/oxidecomputer/omicron/target/doc/hubpack/index.html
24112024-05-14T03:26:41.846ZThe targets should have unique names.
24122024-05-14T03:26:41.846ZThis is a known bug where multiple crates with the same name use
24132024-05-14T03:26:41.846Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
24142024-05-14T03:26:41.847Zwarning: output filename collision.
24152024-05-14T03:26:41.847ZThe 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)`.
24162024-05-14T03:26:41.847ZColliding filename is: /work/oxidecomputer/omicron/target/doc/libnet/index.html
24172024-05-14T03:26:41.847ZThe targets should have unique names.
24182024-05-14T03:26:41.847ZThis is a known bug where multiple crates with the same name use
24192024-05-14T03:26:41.847Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
24202024-05-14T03:26:41.847Zwarning: output filename collision.
24212024-05-14T03:26:41.847ZThe 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)`.
24222024-05-14T03:26:41.847ZColliding filename is: /work/oxidecomputer/omicron/target/doc/nix/index.html
24232024-05-14T03:26:41.847ZThe targets should have unique names.
24242024-05-14T03:26:41.847ZThis is a known bug where multiple crates with the same name use
24252024-05-14T03:26:41.847Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
24262024-05-14T03:26:41.847Zwarning: output filename collision.
24272024-05-14T03:26:41.847ZThe 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)`.
24282024-05-14T03:26:41.847ZColliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html
24292024-05-14T03:26:41.847ZThe targets should have unique names.
24302024-05-14T03:26:41.847ZThis is a known bug where multiple crates with the same name use
24312024-05-14T03:26:41.847Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
24322024-05-14T03:26:41.847Zwarning: output filename collision.
24332024-05-14T03:26:41.847ZThe 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)`.
24342024-05-14T03:26:41.847ZColliding filename is: /work/oxidecomputer/omicron/target/doc/propolis_client/index.html
24352024-05-14T03:26:41.847ZThe targets should have unique names.
24362024-05-14T03:26:41.848ZThis is a known bug where multiple crates with the same name use
24372024-05-14T03:26:41.848Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
24382024-05-14T03:26:41.848Zwarning: output filename collision.
24392024-05-14T03:26:41.848ZThe 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)`.
24402024-05-14T03:26:41.848ZColliding filename is: /work/oxidecomputer/omicron/target/doc/tlvc/index.html
24412024-05-14T03:26:41.848ZThe targets should have unique names.
24422024-05-14T03:26:41.848ZThis is a known bug where multiple crates with the same name use
24432024-05-14T03:26:41.848Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
24442024-05-14T03:26:41.851Zwarning: output filename collision.
24452024-05-14T03:26:41.851ZThe 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`.
24462024-05-14T03:26:41.851ZColliding filename is: /work/oxidecomputer/omicron/target/doc/zone/index.html
24472024-05-14T03:26:41.851ZThe targets should have unique names.
24482024-05-14T03:26:41.851ZThis is a known bug where multiple crates with the same name use
24492024-05-14T03:26:41.851Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
24502024-05-14T03:26:42.471Z Documenting libc v0.2.154
24512024-05-14T03:26:42.523Z Documenting cfg-if v1.0.0
24522024-05-14T03:26:42.540Z Documenting serde_derive v1.0.201
24532024-05-14T03:26:42.576Z Documenting log v0.4.21
24542024-05-14T03:26:42.579Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
24552024-05-14T03:26:42.608Z Documenting memchr v2.7.1
24562024-05-14T03:26:42.620Z Documenting byteorder v1.5.0
24572024-05-14T03:26:42.634Z Documenting scopeguard v1.2.0
24582024-05-14T03:26:42.932Z Documenting itoa v1.0.9
24592024-05-14T03:26:45.357Z Documenting smallvec v1.13.1
24602024-05-14T03:26:45.996Z Documenting once_cell v1.19.0
24612024-05-14T03:26:46.884Z Documenting lock_api v0.4.10
24622024-05-14T03:26:46.900Z Documenting pin-project-lite v0.2.13
24632024-05-14T03:26:46.914Z Documenting getrandom v0.2.12
24642024-05-14T03:26:47.019Z Documenting libm v0.2.7
24652024-05-14T03:26:48.201Z Documenting signal-hook-registry v1.4.1
24662024-05-14T03:26:49.219Z Documenting parking_lot_core v0.9.8
24672024-05-14T03:26:50.091Z Documenting mio v0.8.11
24682024-05-14T03:26:50.308Z Documenting zeroize_derive v1.4.2
24692024-05-14T03:26:50.619Z Documenting serde v1.0.201
24702024-05-14T03:26:50.942Z Documenting num-traits v0.2.18
24712024-05-14T03:26:51.106Z Documenting rand_core v0.6.4
24722024-05-14T03:26:51.910Z Documenting thiserror-impl v1.0.59
24732024-05-14T03:26:52.429Z Documenting futures-core v0.3.30
24742024-05-14T03:26:54.238Z Documenting parking_lot v0.12.1
24752024-05-14T03:26:55.373Z Documenting zeroize v1.7.0
24762024-05-14T03:26:55.527Z Documenting ryu v1.0.15
24772024-05-14T03:26:56.049Z Documenting socket2 v0.5.6
24782024-05-14T03:26:56.416Z Documenting num_cpus v1.16.0
24792024-05-14T03:26:56.580Z Documenting tokio-macros v2.2.0
24802024-05-14T03:26:57.179Z Documenting thiserror v1.0.59
24812024-05-14T03:26:58.408Z Documenting zerocopy v0.7.32
24822024-05-14T03:26:59.310Z Documenting futures-sink v0.3.30
24832024-05-14T03:26:59.826Z Documenting typenum v1.16.0
24842024-05-14T03:27:00.271Z Documenting pin-utils v0.1.0
24852024-05-14T03:27:01.141Z Documenting subtle v2.5.0
24862024-05-14T03:27:01.230Z Documenting slab v0.4.9
24872024-05-14T03:27:02.382Z Documenting futures-macro v0.3.30
24882024-05-14T03:27:04.528Z Documenting futures-channel v0.3.30
24892024-05-14T03:27:11.747Z Documenting bytes v1.6.0
24902024-05-14T03:27:13.062Z Documenting bitflags v2.4.2
24912024-05-14T03:27:13.112Z Documenting serde_json v1.0.116
24922024-05-14T03:27:13.406Z Documenting iana-time-zone v0.1.57
24932024-05-14T03:27:13.459Z Documenting futures-task v0.3.30
24942024-05-14T03:27:13.528Z Documenting futures-io v0.3.30
24952024-05-14T03:27:13.789Z Documenting uuid v1.8.0
24962024-05-14T03:27:14.375Z Documenting generic-array v0.14.7
24972024-05-14T03:27:16.756Z Documenting tokio v1.37.0
24982024-05-14T03:27:17.506Z Documenting chrono v0.4.38
24992024-05-14T03:27:17.583Z Documenting ahash v0.8.8
25002024-05-14T03:27:17.602Z Documenting futures-util v0.3.30
25012024-05-14T03:27:18.332Z Documenting allocator-api2 v0.2.16
25022024-05-14T03:27:18.430Z Documenting tinyvec_macros v0.1.1
25032024-05-14T03:27:19.259Z Documenting crypto-common v0.1.6
25042024-05-14T03:27:20.019Z Documenting const-oid v0.9.6
25052024-05-14T03:27:21.583Z Documenting tinyvec v1.6.0
25062024-05-14T03:27:22.261Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
25072024-05-14T03:27:22.421Z Documenting hashbrown v0.14.3
25082024-05-14T03:27:22.457Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
25092024-05-14T03:27:23.251Z Documenting tracing-core v0.1.32
25102024-05-14T03:27:24.171Z Documenting serde_derive_internals v0.29.0
25112024-05-14T03:27:24.741Z Documenting tracing-attributes v0.1.27
25122024-05-14T03:27:25.869Z Checking serde_derive_internals v0.29.0
25132024-05-14T03:27:26.525Z Documenting dyn-clone v1.0.17
25142024-05-14T03:27:26.629Z Documenting unicode-normalization v0.1.22
25152024-05-14T03:27:27.679Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25162024-05-14T03:27:28.298Z Documenting ppv-lite86 v0.2.17
25172024-05-14T03:27:29.052Z Documenting unicode-bidi v0.3.15
25182024-05-14T03:27:30.428Z Documenting lazy_static v1.4.0
25192024-05-14T03:27:30.829Z Documenting percent-encoding v2.3.1
25202024-05-14T03:27:31.285Z Documenting schemars_derive v0.8.17
25212024-05-14T03:27:32.341Z Documenting rand_chacha v0.3.1
25222024-05-14T03:27:32.367Z Documenting block-buffer v0.10.4
25232024-05-14T03:27:33.441Z Documenting powerfmt v0.2.0
25242024-05-14T03:27:36.224Z Documenting fnv v1.0.7
25252024-05-14T03:27:36.641Z Documenting equivalent v1.0.1
25262024-05-14T03:27:36.642Z Documenting deranged v0.3.11
25272024-05-14T03:27:37.032Z Documenting digest v0.10.7
25282024-05-14T03:27:37.047Z Documenting form_urlencoded v1.2.1
25292024-05-14T03:27:37.292Z Documenting rand v0.8.5
25302024-05-14T03:27:37.373Z Documenting schemars v0.8.17
25312024-05-14T03:27:39.750Z Documenting indexmap v2.2.6
25322024-05-14T03:27:40.611Z Documenting time-macros v0.2.17
25332024-05-14T03:27:41.414Z Documenting unicode-width v0.1.11
25342024-05-14T03:27:42.258Z Documenting num_threads v0.1.6
25352024-05-14T03:27:42.797Z Documenting num-conv v0.1.0
25362024-05-14T03:27:45.002Z Documenting tracing v0.1.40
25372024-05-14T03:27:52.499Z Documenting time-core v0.1.2
25382024-05-14T03:27:52.750Z Documenting idna v0.5.0
25392024-05-14T03:27:52.766Z Documenting errno v0.3.8
25402024-05-14T03:27:52.802Z Documenting adler v1.0.2
25412024-05-14T03:27:52.822Z Documenting unicode-ident v1.0.12
25422024-05-14T03:27:53.082Z Documenting slog v2.7.0
25432024-05-14T03:27:53.432Z Documenting httparse v1.8.0
25442024-05-14T03:27:55.728Z Documenting miniz_oxide v0.7.1
25452024-05-14T03:27:55.826Z Documenting time v0.3.34
25462024-05-14T03:27:56.189Z Documenting proc-macro2 v1.0.81
25472024-05-14T03:27:56.820Z Documenting rustix v0.38.31
25482024-05-14T03:27:57.435Z Documenting url v2.5.0
25492024-05-14T03:27:57.833Z Documenting cpufeatures v0.2.12
25502024-05-14T03:27:58.087Z Documenting async-trait v0.1.80
25512024-05-14T03:27:59.449Z Documenting try-lock v0.2.4
25522024-05-14T03:28:00.947Z Documenting quote v1.0.36
25532024-05-14T03:28:01.328Z Documenting httpdate v1.0.3
25542024-05-14T03:28:01.948Z Documenting http-body v0.4.5
25552024-05-14T03:28:02.117Z Documenting aho-corasick v1.1.2
25562024-05-14T03:28:02.536Z Documenting want v0.3.1
25572024-05-14T03:28:02.968Z Documenting tokio-util v0.7.10
25582024-05-14T03:28:04.277Z Documenting openssl-sys v0.9.102
25592024-05-14T03:28:05.133Z Documenting openssl-macros v0.1.1
25602024-05-14T03:28:06.045Z Documenting syn v2.0.60
25612024-05-14T03:28:06.138Z Documenting regex-syntax v0.8.2
25622024-05-14T03:28:06.710Z Documenting gimli v0.28.0
25632024-05-14T03:28:07.555Z Documenting tower-service v0.3.2
25642024-05-14T03:28:07.798Z Documenting mime v0.3.17
25652024-05-14T03:28:09.605Z Documenting h2 v0.3.26
25662024-05-14T03:28:10.677Z Documenting object v0.32.1
25672024-05-14T03:28:11.400Z Documenting openssl v0.10.64
25682024-05-14T03:28:11.719Z Documenting openssl-probe v0.1.5
25692024-05-14T03:28:12.074Z Documenting rustc-demangle v0.1.23
25702024-05-14T03:28:13.220Z Documenting regex-automata v0.4.5
25712024-05-14T03:28:13.371Z Documenting addr2line v0.21.0
25722024-05-14T03:28:15.227Z Documenting ipnet v2.9.0
25732024-05-14T03:28:16.704Z Documenting base64ct v1.6.0
25742024-05-14T03:28:17.276Z Documenting futures-executor v0.3.30
25752024-05-14T03:28:20.036Z Documenting encoding_rs v0.8.33
25762024-05-14T03:28:20.254Z Documenting hyper v0.14.28
25772024-05-14T03:28:20.401Z Documenting native-tls v0.2.11
25782024-05-14T03:28:21.822Z Documenting psl-types v2.0.11
25792024-05-14T03:28:21.930Z Documenting serde_urlencoded v0.7.1
25802024-05-14T03:28:22.147Z Documenting regex v1.10.4
25812024-05-14T03:28:22.907Z Documenting backtrace v0.3.69
25822024-05-14T03:28:24.883Z Documenting publicsuffix v2.2.3
25832024-05-14T03:28:24.933Z Checking pest_meta v2.7.6
25842024-05-14T03:28:25.848Z Documenting tokio-native-tls v0.3.1
25852024-05-14T03:28:25.928Z Documenting crossbeam-utils v0.8.19
25862024-05-14T03:28:27.355Z Documenting utf8parse v0.2.1
25872024-05-14T03:28:28.251Z Documenting anyhow v1.0.83
25882024-05-14T03:28:28.597Z Documenting futures v0.3.30
25892024-05-14T03:28:30.063Z Documenting cookie_store v0.20.0
25902024-05-14T03:28:30.113Z Documenting pem-rfc7468 v0.7.0
25912024-05-14T03:28:30.782Z Documenting pest_meta v2.7.6
25922024-05-14T03:28:30.863Z Documenting der_derive v0.7.2
25932024-05-14T03:28:32.338Z Documenting scroll_derive v0.12.0
25942024-05-14T03:28:33.592Z Documenting sync_wrapper v0.1.2
25952024-05-14T03:28:33.711Z Documenting hyper-rustls v0.24.2
25962024-05-14T03:28:35.119Z Documenting hyper-tls v0.5.0
25972024-05-14T03:28:35.727Z Documenting webpki-roots v0.25.2
25982024-05-14T03:28:35.965Z Documenting flagset v0.4.3
25992024-05-14T03:28:36.632Z Documenting pest_generator v2.7.6
26002024-05-14T03:28:37.197Z Checking pest_generator v2.7.6
26012024-05-14T03:28:37.710Z Documenting num-integer v0.1.46
26022024-05-14T03:28:37.931Z Documenting ucd-trie v0.1.6
26032024-05-14T03:28:38.140Z Documenting scroll v0.12.0
26042024-05-14T03:28:39.404Z Documenting der v0.7.8
26052024-05-14T03:28:39.936Z Documenting plain v0.2.3
26062024-05-14T03:28:40.846Z Documenting openapiv3 v2.0.0
26072024-05-14T03:28:41.951Z Documenting pest_derive v2.7.6
26082024-05-14T03:28:42.224Z Documenting pest v2.7.6
26092024-05-14T03:28:42.556Z Documenting pretty-hex v0.4.1
26102024-05-14T03:28:42.971Z Documenting spin v0.9.8
26112024-05-14T03:28:43.360Z Documenting goblin v0.8.0
26122024-05-14T03:28:44.026Z Documenting reqwest v0.11.27
26132024-05-14T03:28:45.883Z Documenting spki v0.7.2
26142024-05-14T03:28:45.931Z Documenting thread-id v4.2.0
26152024-05-14T03:28:46.697Z Documenting anstyle v1.0.7
26162024-05-14T03:28:48.069Z Documenting either v1.11.0
26172024-05-14T03:28:48.667Z Documenting dtrace-parser v0.2.0
26182024-05-14T03:28:49.803Z Documenting anstyle-parse v0.2.1
26192024-05-14T03:28:50.508Z Documenting pkcs8 v0.10.2
26202024-05-14T03:28:51.004Z Documenting memmap v0.7.0
26212024-05-14T03:28:51.020Z Documenting anstyle-query v1.0.0
26222024-05-14T03:28:51.043Z Documenting dof v0.3.0
26232024-05-14T03:28:52.748Z Documenting data-encoding v2.4.0
26242024-05-14T03:28:53.634Z Documenting colorchoice v1.0.0
26252024-05-14T03:28:53.756Z Documenting crossbeam-epoch v0.9.18
26262024-05-14T03:28:55.078Z Documenting terminal_size v0.3.0
26272024-05-14T03:28:55.429Z Documenting sha2 v0.10.8
26282024-05-14T03:28:55.913Z Documenting ipnetwork v0.20.0
26292024-05-14T03:28:56.030Z Documenting hex v0.4.3
26302024-05-14T03:28:56.417Z Documenting usdt-impl v0.5.0
26312024-05-14T03:28:57.006Z Documenting anstream v0.6.11
26322024-05-14T03:28:57.400Z Documenting crc32fast v1.3.2
26332024-05-14T03:28:58.182Z Documenting strsim v0.11.0
26342024-05-14T03:29:00.526Z Documenting untrusted v0.9.0
26352024-05-14T03:29:00.594Z Documenting clap_lex v0.7.0
26362024-05-14T03:29:01.279Z Documenting unicode-segmentation v1.10.1
26372024-05-14T03:29:01.354Z Documenting num-iter v0.1.44
26382024-05-14T03:29:02.208Z Documenting hmac v0.12.1
26392024-05-14T03:29:02.327Z Documenting signal-hook v0.3.17
26402024-05-14T03:29:02.530Z Documenting clap_derive v4.5.4
26412024-05-14T03:29:03.117Z Documenting usdt v0.5.0
26422024-05-14T03:29:03.839Z Documenting ring v0.17.8
26432024-05-14T03:29:04.742Z Documenting static_assertions v1.1.0
26442024-05-14T03:29:04.803Z Documenting clap_builder v4.5.2
26452024-05-14T03:29:06.620Z Documenting flate2 v1.0.28
26462024-05-14T03:29:07.576Z Documenting managed v0.8.0
26472024-05-14T03:29:07.993Z Documenting signal-hook-mio v0.2.3
26482024-05-14T03:29:08.393Z Documenting enum-as-inner v0.5.1
26492024-05-14T03:29:08.411Z Documenting block-padding v0.3.3
26502024-05-14T03:29:09.506Z Documenting scheduled-thread-pool v0.2.7
26512024-05-14T03:29:09.704Z Documenting bzip2-sys v0.1.11+1.0.8
26522024-05-14T03:29:11.498Z Documenting diesel_table_macro_syntax v0.1.0
26532024-05-14T03:29:11.818Z Checking diesel_table_macro_syntax v0.1.0
26542024-05-14T03:29:11.880Z Documenting clap v4.5.4
26552024-05-14T03:29:11.985Z Documenting md-5 v0.10.5
26562024-05-14T03:29:13.000Z Documenting trust-dns-proto v0.22.0
26572024-05-14T03:29:13.186Z Documenting crossterm v0.27.0
26582024-05-14T03:29:13.744Z Documenting inout v0.1.3
26592024-05-14T03:29:14.715Z Documenting r2d2 v0.8.10
26602024-05-14T03:29:14.833Z Documenting bzip2 v0.4.4
26612024-05-14T03:29:17.346Z Documenting diesel_derives v2.1.2
26622024-05-14T03:29:17.672Z Documenting stringprep v0.1.3
26632024-05-14T03:29:17.790Z Documenting regress v0.9.1
26642024-05-14T03:29:18.311Z Documenting ff v0.13.0
26652024-05-14T03:29:18.674Z Documenting toml_datetime v0.6.5
26662024-05-14T03:29:19.102Z Documenting serde_spanned v0.6.5
26672024-05-14T03:29:19.927Z Documenting pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
26682024-05-14T03:29:22.183Z Documenting base16ct v0.2.0
26692024-05-14T03:29:22.608Z Documenting siphasher v0.3.11
26702024-05-14T03:29:23.297Z Documenting fallible-iterator v0.2.0
26712024-05-14T03:29:23.780Z Documenting winnow v0.6.1
26722024-05-14T03:29:24.111Z Documenting bit-vec v0.6.3
26732024-05-14T03:29:24.195Z Documenting group v0.13.0
26742024-05-14T03:29:24.589Z Documenting diesel v2.1.6
26752024-05-14T03:29:25.152Z Documenting zip v0.6.6
26762024-05-14T03:29:25.426Z Documenting sec1 v0.7.3
26772024-05-14T03:29:26.072Z Documenting phf_shared v0.11.2
26782024-05-14T03:29:28.679Z Documenting postgres-protocol v0.6.6
26792024-05-14T03:29:28.811Z Documenting cipher v0.4.4
26802024-05-14T03:29:29.386Z Documenting hkdf v0.12.4
26812024-05-14T03:29:30.351Z Documenting num-bigint v0.4.4
26822024-05-14T03:29:30.398Z Documenting toml_edit v0.22.12
26832024-05-14T03:29:30.923Z Documenting bstr v1.9.0
26842024-05-14T03:29:41.846Z Documenting console v0.15.8
26852024-05-14T03:29:49.688Z Documenting crypto-bigint v0.5.2
26862024-05-14T03:29:50.058Z Documenting hubpack v0.1.2
26872024-05-14T03:29:50.231Z Documenting serde_repr v0.1.16
26882024-05-14T03:29:50.549Z Documenting new_debug_unreachable v1.0.4
26892024-05-14T03:29:50.803Z Checking strsim v0.10.0
26902024-05-14T03:29:50.900Z Documenting minimal-lexical v0.2.1
26912024-05-14T03:29:50.971Z Documenting precomputed-hash v0.1.1
26922024-05-14T03:29:51.030Z Checking ident_case v1.0.1
26932024-05-14T03:29:51.185Z Checking unsafe-libyaml v0.2.10
26942024-05-14T03:29:52.549Z Documenting lalrpop-util v0.19.12
26952024-05-14T03:29:52.853Z Documenting heck v0.5.0
26962024-05-14T03:29:53.933Z Documenting fixedbitset v0.4.2
26972024-05-14T03:29:54.688Z Documenting yasna v0.5.2
26982024-05-14T03:29:55.163Z Documenting gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
26992024-05-14T03:29:55.233Z Documenting string_cache v0.8.7
27002024-05-14T03:30:03.522Z Documenting nom v7.1.3
27012024-05-14T03:30:03.610Z Documenting typify-impl v0.0.16 (https://github.com/oxidecomputer/typify#336a042b)
27022024-05-14T03:30:03.770Z Documenting postgres-types v0.2.6
27032024-05-14T03:30:03.908Z Documenting petgraph v0.6.4
27042024-05-14T03:30:04.032Z Documenting phf v0.11.2
27052024-05-14T03:30:04.422Z Documenting elliptic-curve v0.13.8
27062024-05-14T03:30:04.451Z Documenting similar v2.4.0
27072024-05-14T03:30:04.500Z Documenting typify-macro v0.0.16 (https://github.com/oxidecomputer/typify#336a042b)
27082024-05-14T03:30:08.429Z Documenting semver v1.0.22
27092024-05-14T03:30:09.643Z Documenting float-cmp v0.9.0
27102024-05-14T03:30:09.960Z Documenting normalize-line-endings v0.3.0
27112024-05-14T03:30:19.616Z Documenting predicates-core v1.0.6
27122024-05-14T03:30:19.828Z Documenting unsafe-libyaml v0.2.10
27132024-05-14T03:30:20.267Z Documenting whoami v1.5.1
27142024-05-14T03:30:20.351Z Documenting difflib v0.4.0
27152024-05-14T03:30:20.354Z Documenting peg-runtime v0.8.3
27162024-05-14T03:30:20.475Z Documenting typify v0.0.16 (https://github.com/oxidecomputer/typify#336a042b)
27172024-05-14T03:30:20.548Z Checking serde_yaml v0.9.25
27182024-05-14T03:30:20.836Z Checking darling_core v0.20.8
27192024-05-14T03:30:22.503Z Documenting bit-set v0.5.3
27202024-05-14T03:30:22.817Z Documenting progenitor-client v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0aeb3a72)
27212024-05-14T03:30:24.198Z Documenting serde_yaml v0.9.25
27222024-05-14T03:30:24.432Z Documenting tokio-postgres v0.7.10
27232024-05-14T03:30:24.511Z Documenting getopts v0.2.21
27242024-05-14T03:30:24.648Z Documenting tokio-stream v0.1.15
27252024-05-14T03:30:24.770Z Documenting predicates v3.1.0
27262024-05-14T03:30:27.405Z Documenting ident_case v1.0.1
27272024-05-14T03:30:27.494Z Checking darling v0.20.8
27282024-05-14T03:30:27.600Z Documenting is-terminal v0.4.9
27292024-05-14T03:30:28.745Z Documenting progenitor-impl v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0aeb3a72)
27302024-05-14T03:30:30.403Z Documenting strum v0.26.2
27312024-05-14T03:30:31.212Z Documenting base64 v0.22.1
27322024-05-14T03:30:31.280Z Documenting darling_core v0.20.8
27332024-05-14T03:30:31.950Z Documenting progenitor-macro v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0aeb3a72)
27342024-05-14T03:30:33.076Z Documenting dirs-sys-next v0.1.2
27352024-05-14T03:30:33.316Z Documenting sha1 v0.10.6
27362024-05-14T03:30:33.454Z Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
27372024-05-14T03:30:34.378Z Documenting http v1.0.0
27382024-05-14T03:30:36.155Z Documenting camino v1.1.6
27392024-05-14T03:30:37.231Z Documenting paste v1.0.14
27402024-05-14T03:30:38.097Z Documenting dirs-next v2.0.0
27412024-05-14T03:30:38.202Z Documenting thread_local v1.1.7
27422024-05-14T03:30:39.038Z Documenting rustls-pki-types v1.3.0
27432024-05-14T03:30:40.104Z Documenting crossbeam-channel v0.5.8
27442024-05-14T03:30:40.128Z Documenting progenitor v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0aeb3a72)
27452024-05-14T03:30:40.208Z Documenting darling_macro v0.20.8
27462024-05-14T03:30:40.617Z Documenting take_mut v0.2.2
27472024-05-14T03:30:41.452Z Documenting slog-json v2.6.1
27482024-05-14T03:30:42.244Z Documenting async-stream-impl v0.3.5
27492024-05-14T03:30:43.127Z Documenting term v0.7.0
27502024-05-14T03:30:43.714Z Documenting rustls-webpki v0.102.1
27512024-05-14T03:30:45.030Z Documenting darling v0.20.8
27522024-05-14T03:30:45.546Z Documenting atomic-waker v1.1.1
27532024-05-14T03:30:45.571Z Documenting slog-async v2.8.0
27542024-05-14T03:30:46.617Z Documenting debug-ignore v1.0.5
27552024-05-14T03:30:47.955Z Documenting async-stream v0.3.5
27562024-05-14T03:30:48.301Z Documenting rustls v0.22.4
27572024-05-14T03:30:48.388Z Documenting slog-term v2.9.1
27582024-05-14T03:30:48.918Z Documenting waitgroup v0.1.2
27592024-05-14T03:30:49.584Z Documenting slog-bunyan v2.5.0
27602024-05-14T03:30:49.890Z Documenting rustls-pemfile v2.1.2
27612024-05-14T03:30:50.221Z Documenting multer v3.1.0
27622024-05-14T03:30:51.526Z Documenting toml v0.8.12
27632024-05-14T03:30:52.095Z Documenting dropshot_endpoint v0.10.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#283d8978)
27642024-05-14T03:30:53.704Z Documenting serde_path_to_error v0.1.16
27652024-05-14T03:30:53.982Z Documenting hostname v0.4.0
27662024-05-14T03:30:54.759Z Documenting serde_with_macros v3.7.0
27672024-05-14T03:30:54.906Z Documenting structmeta-derive v0.3.0
27682024-05-14T03:30:55.688Z Documenting newtype-uuid v1.1.0
27692024-05-14T03:30:57.584Z Documenting tokio-rustls v0.25.0
27702024-05-14T03:30:57.737Z Checking structmeta v0.3.0
27712024-05-14T03:30:57.756Z Documenting instant v0.1.12
27722024-05-14T03:30:57.994Z Documenting slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27732024-05-14T03:30:59.245Z Documenting mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=025389ff39d594bf2b815377e2c1dc4dd23b1f96#025389ff)
27742024-05-14T03:30:59.270Z Documenting serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
27752024-05-14T03:31:00.277Z Documenting serde_with v3.7.0
27762024-05-14T03:31:00.811Z Documenting structmeta v0.3.0
27772024-05-14T03:31:01.498Z Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
27782024-05-14T03:31:02.738Z Documenting backoff v0.4.0
27792024-05-14T03:31:02.992Z Documenting slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27802024-05-14T03:31:03.733Z Documenting dropshot v0.10.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#283d8978)
27812024-05-14T03:31:03.957Z Documenting macaddr v1.0.1
27822024-05-14T03:31:05.799Z Documenting parse-display-derive v0.9.0
27832024-05-14T03:31:07.566Z Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
27842024-05-14T03:31:08.082Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
27852024-05-14T03:31:08.559Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
27862024-05-14T03:31:08.702Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
27872024-05-14T03:31:08.816Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
27882024-05-14T03:31:09.524Z Documenting fastrand v2.0.1
27892024-05-14T03:31:09.729Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
27902024-05-14T03:31:10.028Z Documenting proc-macro-crate v1.3.1
27912024-05-14T03:31:11.786Z Checking proc-macro-crate v1.3.1
27922024-05-14T03:31:12.005Z Documenting foreign-types-macros v0.2.3
27932024-05-14T03:31:12.052Z Documenting foreign-types-shared v0.3.1
27942024-05-14T03:31:12.468Z Documenting libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
27952024-05-14T03:31:12.679Z Documenting parse-display v0.9.0
27962024-05-14T03:31:12.857Z Documenting nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
27972024-05-14T03:31:13.791Z Documenting tempfile v3.10.1
27982024-05-14T03:31:15.110Z Documenting cstr-argument v0.1.2
27992024-05-14T03:31:16.492Z Documenting num_enum_derive v0.5.11
28002024-05-14T03:31:16.627Z Documenting rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
28012024-05-14T03:31:17.209Z Documenting tabwriter v1.4.0
28022024-05-14T03:31:18.265Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
28032024-05-14T03:31:18.437Z Documenting foreign-types v0.5.0
28042024-05-14T03:31:18.557Z Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
28052024-05-14T03:31:18.757Z Documenting camino-tempfile v1.1.1
28062024-05-14T03:31:20.161Z Documenting colored v2.1.0
28072024-05-14T03:31:22.258Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
28082024-05-14T03:31:22.351Z Documenting rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
28092024-05-14T03:31:22.589Z Documenting hash32 v0.3.1
28102024-05-14T03:31:23.742Z Documenting nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
28112024-05-14T03:31:24.004Z Documenting stable_deref_trait v1.2.0
28122024-05-14T03:31:24.178Z Documenting num_enum v0.5.11
28132024-05-14T03:31:24.592Z Documenting smf v0.2.3
28142024-05-14T03:31:26.747Z Documenting cobs v0.2.3
28152024-05-14T03:31:27.058Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
28162024-05-14T03:31:27.194Z Documenting embedded-io v0.4.0
28172024-05-14T03:31:27.587Z Documenting heapless v0.8.0
28182024-05-14T03:31:27.748Z Documenting illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
28192024-05-14T03:31:29.190Z Documenting dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
28202024-05-14T03:31:29.877Z Documenting crucible-workspace-hack v0.1.0
28212024-05-14T03:31:30.133Z Documenting derror-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
28222024-05-14T03:31:30.881Z Documenting kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
28232024-05-14T03:31:31.032Z Documenting postcard v1.0.8
28242024-05-14T03:31:33.766Z Documenting smoltcp v0.11.0
28252024-05-14T03:31:34.249Z Documenting newline-converter v0.3.0
28262024-05-14T03:31:34.719Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
28272024-05-14T03:31:35.192Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
28282024-05-14T03:31:36.439Z Documenting poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
28292024-05-14T03:31:36.872Z Documenting libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d)
28302024-05-14T03:31:37.222Z Documenting bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d)
28312024-05-14T03:31:37.256Z Documenting sigpipe v0.1.3
28322024-05-14T03:31:39.159Z Documenting expectorate v1.1.0
28332024-05-14T03:31:40.310Z Documenting num-derive v0.4.0
28342024-05-14T03:31:40.474Z Documenting opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
28352024-05-14T03:31:41.008Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
28362024-05-14T03:31:41.795Z Documenting zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
28372024-05-14T03:31:42.587Z Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
28382024-05-14T03:31:47.217Z Documenting bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d)
28392024-05-14T03:31:47.401Z Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
28402024-05-14T03:31:47.401Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
28412024-05-14T03:31:47.401Z Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
28422024-05-14T03:31:47.401Z Documenting password-hash v0.5.0
28432024-05-14T03:31:47.401Z Documenting crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=62cc2cfe64ca09c6876be7633355026fa65c8545#62cc2cfe)
28442024-05-14T03:31:47.600Z Documenting blake2 v0.10.6
28452024-05-14T03:31:48.051Z Documenting opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
28462024-05-14T03:31:48.185Z Documenting linked-hash-map v0.5.6
28472024-05-14T03:31:48.423Z Documenting proc-macro-error-attr v1.0.4
28482024-05-14T03:31:49.783Z Documenting humantime v2.1.0
28492024-05-14T03:31:52.518Z Documenting lru-cache v0.1.2
28502024-05-14T03:31:52.908Z Checking proc-macro-error v1.0.4
28512024-05-14T03:31:52.960Z Documenting proc-macro-error v1.0.4
28522024-05-14T03:31:53.225Z Documenting bytecount v0.6.3
28532024-05-14T03:31:53.664Z Documenting argon2 v0.5.3
28542024-05-14T03:31:54.953Z Documenting derive-where v1.2.7
28552024-05-14T03:31:55.579Z Documenting oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
28562024-05-14T03:31:56.277Z Documenting papergrid v0.11.0
28572024-05-14T03:31:56.895Z Documenting swrite v0.1.0
28582024-05-14T03:31:56.952Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
28592024-05-14T03:31:57.765Z Documenting tabled_derive v0.7.0
28602024-05-14T03:31:58.291Z Documenting newtype_derive v0.1.6
28612024-05-14T03:31:59.883Z Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
28622024-05-14T03:32:00.425Z Documenting itertools v0.12.1
28632024-05-14T03:32:01.150Z Documenting quick-error v1.2.3
28642024-05-14T03:32:01.278Z Documenting arc-swap v1.6.0
28652024-05-14T03:32:01.606Z Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
28662024-05-14T03:32:02.530Z Documenting steno v0.4.0
28672024-05-14T03:32:02.761Z Documenting tabled v0.15.0
28682024-05-14T03:32:04.067Z Documenting opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
28692024-05-14T03:32:05.403Z Documenting resolv-conf v0.7.0
28702024-05-14T03:32:05.831Z Documenting slog-scope v4.4.0
28712024-05-14T03:32:07.558Z Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
28722024-05-14T03:32:08.490Z Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
28732024-05-14T03:32:09.467Z Documenting num-rational v0.4.1
28742024-05-14T03:32:10.766Z Documenting trust-dns-resolver v0.22.0
28752024-05-14T03:32:11.073Z Documenting num-complex v0.4.5
28762024-05-14T03:32:11.086Z Documenting slog-stdlog v4.1.1
28772024-05-14T03:32:12.276Z Documenting filetime v0.2.23
28782024-05-14T03:32:12.702Z Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
28792024-05-14T03:32:14.559Z Documenting xattr v1.0.1
28802024-05-14T03:32:16.098Z Documenting slog-envlogger v2.2.0
28812024-05-14T03:32:16.174Z Documenting tap v1.0.1
28822024-05-14T03:32:17.432Z Documenting num v0.4.2
28832024-05-14T03:32:19.620Z Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
28842024-05-14T03:32:19.644Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
28852024-05-14T03:32:19.668Z Documenting tar v0.4.40
28862024-05-14T03:32:19.729Z Documenting wyz v0.5.1
28872024-05-14T03:32:22.468Z Documenting radium v0.7.0
28882024-05-14T03:32:22.495Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
28892024-05-14T03:32:22.495Z Documenting nibble_vec v0.1.0
28902024-05-14T03:32:22.495Z Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
28912024-05-14T03:32:25.244Z Documenting crc-catalog v2.2.0
28922024-05-14T03:32:25.306Z Documenting endian-type v0.1.2
28932024-05-14T03:32:25.306Z Documenting funty v2.0.0
28942024-05-14T03:32:25.509Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
28952024-05-14T03:32:25.830Z Documenting cancel-safe-futures v0.1.5
28962024-05-14T03:32:25.938Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
28972024-05-14T03:32:26.324Z Documenting packed_struct_codegen v0.10.1
28982024-05-14T03:32:26.652Z Documenting crc v3.0.1
28992024-05-14T03:32:27.632Z Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
29002024-05-14T03:32:28.430Z Documenting radix_trie v0.2.1
29012024-05-14T03:32:28.923Z Documenting bitvec v1.0.1
29022024-05-14T03:32:29.546Z Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
29032024-05-14T03:32:30.392Z Documenting nodrop v0.1.14
29042024-05-14T03:32:32.026Z Documenting same-file v1.0.6
29052024-05-14T03:32:32.139Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
29062024-05-14T03:32:33.901Z Documenting num-bigint-dig v0.8.4
29072024-05-14T03:32:34.218Z Documenting array-init v0.0.4
29082024-05-14T03:32:35.030Z Documenting packed_struct v0.10.1
29092024-05-14T03:32:36.099Z Documenting pkcs1 v0.7.5
29102024-05-14T03:32:36.478Z Documenting walkdir v2.5.0
29112024-05-14T03:32:38.248Z Documenting signature v2.1.0
29122024-05-14T03:32:40.774Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
29132024-05-14T03:32:40.946Z Documenting bitfield v0.14.0
29142024-05-14T03:32:41.193Z Documenting termcolor v1.2.0
29152024-05-14T03:32:41.799Z Documenting display-error-chain v0.2.0
29162024-05-14T03:32:42.367Zwarning: unresolved link to `StNestedBuilder::make_subsection`
29172024-05-14T03:32:42.367Z --> nexus/types/src/sectioned_table.rs:145:7
29182024-05-14T03:32:42.367Z |
29192024-05-14T03:32:42.367Z145 | /// [`StNestedBuilder::make_subsection`].
29202024-05-14T03:32:42.367Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `StNestedBuilder` in scope
29212024-05-14T03:32:42.367Z |
29222024-05-14T03:32:42.367Z = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
29232024-05-14T03:32:42.367Z
29242024-05-14T03:32:44.100Z Documenting serde-hex v0.1.0
29252024-05-14T03:32:44.537Z Documenting tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
29262024-05-14T03:32:44.584Z Documenting rsa v0.9.2
29272024-05-14T03:32:45.186Z Documenting lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
29282024-05-14T03:32:45.194Zwarning: `nexus-types` (lib doc) generated 1 warning
29292024-05-14T03:32:45.194Z Documenting slog-dtrace v0.3.0
29302024-05-14T03:32:45.588Z Documenting env_logger v0.10.0
29312024-05-14T03:32:46.095Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
29322024-05-14T03:32:46.266Z Documenting pem v3.0.4
29332024-05-14T03:32:46.455Z Documenting x509-cert v0.2.4
29342024-05-14T03:32:49.916Z Documenting libsw v3.3.1
29352024-05-14T03:32:50.193Z Documenting ron v0.8.1
29362024-05-14T03:32:50.576Z Documenting half v2.3.1
29372024-05-14T03:32:50.970Z Documenting linear-map v1.2.0
29382024-05-14T03:32:52.342Z Documenting maplit v1.0.2
29392024-05-14T03:32:52.352Z Documenting crc-any v2.4.3
29402024-05-14T03:32:53.082Z Documenting owo-colors v4.0.0
29412024-05-14T03:32:53.206Z Documenting ciborium-io v0.2.2
29422024-05-14T03:32:54.621Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
29432024-05-14T03:32:55.117Z Documenting tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
29442024-05-14T03:32:55.608Z Documenting internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
29452024-05-14T03:32:55.951Z Documenting lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
29462024-05-14T03:32:56.355Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
29472024-05-14T03:32:57.268Z Documenting headers-core v0.2.0
29482024-05-14T03:32:57.570Z Documenting ciborium-ll v0.2.2
29492024-05-14T03:32:58.748Z Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
29502024-05-14T03:32:59.735Z Documenting path-slash v0.1.5
29512024-05-14T03:33:03.208Z Documenting ciborium v0.2.2
29522024-05-14T03:33:03.528Z Documenting headers v0.3.9
29532024-05-14T03:33:03.904Z Documenting fxhash v0.2.1
29542024-05-14T03:33:04.777Z Documenting async-recursion v1.1.0
29552024-05-14T03:33:05.403Z Documenting hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84)
29562024-05-14T03:33:08.068Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
29572024-05-14T03:33:08.864Z Documenting vte_generate_state_changes v0.1.1
29582024-05-14T03:33:09.898Z Checking convert_case v0.4.0
29592024-05-14T03:33:10.042Z Documenting convert_case v0.4.0
29602024-05-14T03:33:10.081Z Documenting buf-list v1.0.3
29612024-05-14T03:33:10.142Z Documenting derive_builder_core v0.20.0
29622024-05-14T03:33:11.692Z Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
29632024-05-14T03:33:13.109Z Documenting vte v0.11.1
29642024-05-14T03:33:14.431Z Documenting derive_more v0.99.17
29652024-05-14T03:33:15.387Z Documenting bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
29662024-05-14T03:33:16.995Z Checking derive_builder_core v0.20.0
29672024-05-14T03:33:17.784Z Documenting fd-lock v4.0.2
29682024-05-14T03:33:17.906Z Documenting viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
29692024-05-14T03:33:19.615Z Documenting bitstruct_derive v0.1.0
29702024-05-14T03:33:20.779Z Documenting pin-project-internal v1.1.3
29712024-05-14T03:33:21.986Z Documenting ascii v1.1.0
29722024-05-14T03:33:23.061Z Documenting viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
29732024-05-14T03:33:23.130Z Documenting bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
29742024-05-14T03:33:23.508Z Documenting derive_builder_macro v0.20.0
29752024-05-14T03:33:24.879Z Documenting bitstruct v0.1.1
29762024-05-14T03:33:25.826Z Documenting rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c)
29772024-05-14T03:33:26.149Z Documenting pin-project v1.1.3
29782024-05-14T03:33:28.265Z Documenting strip-ansi-escapes v0.2.0
29792024-05-14T03:33:28.347Z Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
29802024-05-14T03:33:28.564Z Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
29812024-05-14T03:33:28.674Z Documenting dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
29822024-05-14T03:33:30.164Z Documenting crossbeam-deque v0.8.3
29832024-05-14T03:33:31.445Z Documenting snafu-derive v0.8.2
29842024-05-14T03:33:32.696Z Documenting propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
29852024-05-14T03:33:33.343Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
29862024-05-14T03:33:34.663Z Documenting serde_arrays v0.1.0
29872024-05-14T03:33:34.684Z Documenting erased-serde v0.3.31
29882024-05-14T03:33:34.886Z Documenting ref-cast-impl v1.0.22
29892024-05-14T03:33:39.597Z Documenting unicode-xid v0.2.4
29902024-05-14T03:33:39.597Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
29912024-05-14T03:33:39.597Z Documenting nu-ansi-term v0.50.0
29922024-05-14T03:33:39.609Z Checking unicode-xid v0.2.4
29932024-05-14T03:33:39.719Z Documenting snafu v0.8.2
29942024-05-14T03:33:40.101Z Documenting ref-cast v1.0.22
29952024-05-14T03:33:40.934Z Documenting propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
29962024-05-14T03:33:42.621Z Documenting const_format_proc_macros v0.2.32
29972024-05-14T03:33:43.844Z Documenting reedline v0.31.0
29982024-05-14T03:33:43.934Z Documenting rayon-core v1.12.1
29992024-05-14T03:33:44.263Z Documenting derive_builder v0.20.0
30002024-05-14T03:33:47.496Z Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
30012024-05-14T03:33:49.067Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
30022024-05-14T03:33:49.493Z Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
30032024-05-14T03:33:50.111Z Documenting libefi-sys v0.1.0
30042024-05-14T03:33:52.870Z Documenting trust-dns-client v0.22.0
30052024-05-14T03:33:53.301Z Documenting polar-core v0.27.3
30062024-05-14T03:33:54.001Z Documenting libxml v0.3.3
30072024-05-14T03:33:54.864Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
30082024-05-14T03:33:56.055Z Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
30092024-05-14T03:33:56.807Z Documenting illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
30102024-05-14T03:33:57.110Z Documenting globset v0.4.13
30112024-05-14T03:33:57.186Z Documenting bb8 v0.8.3
30122024-05-14T03:34:01.201Z Documenting olpc-cjson v0.1.3
30132024-05-14T03:34:02.057Z Documenting quick-xml v0.31.0
30142024-05-14T03:34:02.297Z Documenting serde_plain v1.0.2
30152024-05-14T03:34:03.622Z Documenting oso-derive v0.27.3
30162024-05-14T03:34:03.853Z Documenting impl-trait-for-tuples v0.2.2
30172024-05-14T03:34:04.037Z Documenting typed-path v0.7.0
30182024-05-14T03:34:05.704Z Documenting keccak v0.1.4
30192024-05-14T03:34:06.924Z Documenting utf-8 v0.7.6
30202024-05-14T03:34:08.627Z Documenting libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81)
30212024-05-14T03:34:08.733Z Documenting samael v0.0.15
30222024-05-14T03:34:09.346Z Documenting sha3 v0.10.8
30232024-05-14T03:34:09.698Z Documenting oso v0.27.3
30242024-05-14T03:34:09.983Z Documenting tough v0.17.1
30252024-05-14T03:34:12.122Z Documenting tungstenite v0.21.0
30262024-05-14T03:34:12.911Z Documenting libnvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81)
30272024-05-14T03:34:14.004Z Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
30282024-05-14T03:34:15.593Z Documenting async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef)
30292024-05-14T03:34:16.046Z Documenting trust-dns-server v0.22.1
30302024-05-14T03:34:18.028Z Documenting tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
30312024-05-14T03:34:19.676Z Documenting cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
30322024-05-14T03:34:22.483Z Documenting libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
30332024-05-14T03:34:23.400Z Documenting rayon v1.10.0
30342024-05-14T03:34:24.325Z Documenting const_format v0.2.32
30352024-05-14T03:34:25.894Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30362024-05-14T03:34:25.947Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
30372024-05-14T03:34:26.361Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
30382024-05-14T03:34:26.572Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
30392024-05-14T03:34:27.201Z Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
30402024-05-14T03:34:27.337Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
30412024-05-14T03:34:28.937Z Documenting sled v0.34.7
30422024-05-14T03:34:28.985Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
30432024-05-14T03:34:28.985Z Documenting fs-err v2.11.0
30442024-05-14T03:34:28.985Z Documenting nix v0.28.0
30452024-05-14T03:34:32.509Z Documenting cookie v0.18.1
30462024-05-14T03:34:32.706Z Documenting diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0)
30472024-05-14T03:34:32.734Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
30482024-05-14T03:34:33.067Z Documenting secrecy v0.8.0
30492024-05-14T03:34:33.954Z Documenting gethostname v0.4.3
30502024-05-14T03:34:34.624Z Documenting peg-macros v0.8.3
30512024-05-14T03:34:34.866Z Documenting rustversion v1.0.14
30522024-05-14T03:34:35.717Z Documenting sqlparser_derive v0.2.2
30532024-05-14T03:34:37.855Z Documenting unicode_categories v0.1.1
30542024-05-14T03:34:37.986Z Documenting parse-size v1.0.0
30552024-05-14T03:34:39.392Z Documenting home v0.5.5
30562024-05-14T03:34:39.489Z Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
30572024-05-14T03:34:40.542Z Documenting sqlparser v0.45.0
30582024-05-14T03:34:40.832Z Documenting peg v0.8.3
30592024-05-14T03:34:41.613Z Documenting tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
30602024-05-14T03:34:41.958Z Documenting castaway v0.2.2
30612024-05-14T03:34:43.059Z Documenting sqlformat v0.2.3
30622024-05-14T03:34:43.764Z Documenting rustyline v14.0.0
30632024-05-14T03:34:45.106Z Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
30642024-05-14T03:34:46.236Z Documenting propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
30652024-05-14T03:34:48.719Z Documenting tokio-tungstenite v0.21.0
30662024-05-14T03:34:50.386Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
30672024-05-14T03:34:53.200Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
30682024-05-14T03:34:54.676Z Documenting dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
30692024-05-14T03:34:55.127Z Documenting zone v0.1.8
30702024-05-14T03:34:57.344Z Documenting ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=025389ff39d594bf2b815377e2c1dc4dd23b1f96#025389ff)
30712024-05-14T03:34:57.832Z Documenting libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#d44d9e08)
30722024-05-14T03:34:58.484Z Documenting propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
30732024-05-14T03:34:59.499Z Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
30742024-05-14T03:35:00.895Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
30752024-05-14T03:35:01.180Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
30762024-05-14T03:35:01.646Z Documenting portpicker v0.1.1
30772024-05-14T03:35:04.725Z Documenting universal-hash v0.5.1
30782024-05-14T03:35:06.969Z Documenting bcs v0.1.6
30792024-05-14T03:35:08.162Z Documenting kstat-rs v0.2.3
30802024-05-14T03:35:09.382Z Documenting thiserror-impl-no-std v2.0.2
30812024-05-14T03:35:10.677Z Documenting curve25519-dalek-derive v0.1.0
30822024-05-14T03:35:19.518Z Documenting opaque-debug v0.3.0
30832024-05-14T03:35:19.678Z Documenting highway v1.1.0
30842024-05-14T03:35:19.985Z Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
30852024-05-14T03:35:20.052Z Documenting curve25519-dalek v4.1.2
30862024-05-14T03:35:20.246Z Documenting libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1)
30872024-05-14T03:35:20.480Z Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
30882024-05-14T03:35:20.522Z Documenting thiserror-no-std v2.0.2
30892024-05-14T03:35:22.746Z Documenting poly1305 v0.8.0
30902024-05-14T03:35:23.984Z Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30912024-05-14T03:35:24.117Z Documenting compact_str v0.7.1
30922024-05-14T03:35:30.472Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
30932024-05-14T03:35:30.544Z Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
30942024-05-14T03:35:30.545Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
30952024-05-14T03:35:30.545Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
30962024-05-14T03:35:30.545Z Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
30972024-05-14T03:35:30.545Z Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
30982024-05-14T03:35:34.141Z Documenting portable-atomic v1.4.3
30992024-05-14T03:35:34.589Z Documenting ed25519 v1.5.3
31002024-05-14T03:35:35.837Z Documenting memoffset v0.7.1
31012024-05-14T03:35:38.039Z Documenting unicase v2.7.0
31022024-05-14T03:35:38.206Z Documenting rcgen v0.12.1
31032024-05-14T03:35:39.316Z Documenting propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d)
31042024-05-14T03:35:42.156Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
31052024-05-14T03:35:42.826Z Documenting crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=62cc2cfe64ca09c6876be7633355026fa65c8545#62cc2cfe)
31062024-05-14T03:35:44.907Z Documenting atomicwrites v0.4.3
31072024-05-14T03:35:45.921Zwarning: could not parse code block as Rust code
31082024-05-14T03:35:45.921Z --> oximeter/db/src/oxql/ast/grammar.rs:246:9
31092024-05-14T03:35:45.921Z |
31102024-05-14T03:35:45.921Z246 | / /// Parse a string literal, either single- or double-quoted.
31112024-05-14T03:35:45.921Z247 | | ///
31122024-05-14T03:35:45.921Z248 | | /// Parsing string literals is pretty tricky, but we add several
31132024-05-14T03:35:45.921Z249 | | /// constraints to simplify things. First strings must be quoted, either
31142024-05-14T03:35:45.921Z... |
31152024-05-14T03:35:45.921Z277 | | ///
31162024-05-14T03:35:45.921Z278 | | /// Will be parsed as `this string has " in it`.
31172024-05-14T03:35:45.922Z | |________________________________________________________^
31182024-05-14T03:35:45.922Z |
31192024-05-14T03:35:45.922Z = help: `ignore` code blocks require valid Rust code for syntax highlighting; mark blocks that do not contain Rust code as text: ```text
31202024-05-14T03:35:45.922Z = note: error from rustc: unknown start of token: \
31212024-05-14T03:35:45.922Z = note: error from rustc: unknown start of token: \
31222024-05-14T03:35:45.922Z = note: error from rustc: unknown start of token: \
31232024-05-14T03:35:45.922Z = note: error from rustc: unknown start of token: \
31242024-05-14T03:35:45.922Z = note: error from rustc: unknown start of token: \
31252024-05-14T03:35:45.922Z = note: `#[warn(rustdoc::invalid_rust_codeblocks)]` on by default
31262024-05-14T03:35:45.922Z
31272024-05-14T03:35:46.900Z Documenting chacha20 v0.9.1
31282024-05-14T03:35:47.866Zwarning: `oximeter-db` (lib doc) generated 1 warning
31292024-05-14T03:35:47.871Z Documenting lru v0.12.1
31302024-05-14T03:35:47.911Z Documenting aead v0.5.2
31312024-05-14T03:35:48.106Z Documenting rand_seeder v0.2.3
31322024-05-14T03:35:49.985Z Documenting nanorand v0.7.0
31332024-05-14T03:35:56.757Z Documenting subprocess v0.2.9
31342024-05-14T03:35:56.772Z Documenting stability v0.2.0
31352024-05-14T03:35:56.773Z Documenting number_prefix v0.4.0
31362024-05-14T03:35:56.773Z Documenting glob v0.3.1
31372024-05-14T03:35:56.773Z Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
31382024-05-14T03:36:03.084Z Documenting cassowary v0.3.0
31392024-05-14T03:36:03.537Z Documenting indicatif v0.17.8
31402024-05-14T03:36:03.583Z Documenting chacha20poly1305 v0.10.1
31412024-05-14T03:36:03.648Z Documenting flume v0.11.0
31422024-05-14T03:36:03.860Z Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
31432024-05-14T03:36:04.097Z Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
31442024-05-14T03:36:04.296Z Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
31452024-05-14T03:36:07.516Z Documenting ratatui v0.26.2
31462024-05-14T03:36:08.294Z Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
31472024-05-14T03:36:20.080Z Documenting mime_guess v2.0.4
31482024-05-14T03:36:20.104Z Documenting nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d)
31492024-05-14T03:36:20.105Z Documenting salty v0.2.0
31502024-05-14T03:36:20.105Z Documenting vsss-rs v3.3.4
31512024-05-14T03:36:20.105Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
31522024-05-14T03:36:21.302Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
31532024-05-14T03:36:22.402Z Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
31542024-05-14T03:36:23.207Z Documenting hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
31552024-05-14T03:36:23.648Z Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
31562024-05-14T03:36:25.192Z Documenting tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
31572024-05-14T03:36:25.200Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
31582024-05-14T03:36:25.276Z Documenting serde-big-array v0.5.1
31592024-05-14T03:36:25.679Z Documenting rtoolbox v0.0.1
31602024-05-14T03:36:27.683Z Documenting smawk v0.3.1
31612024-05-14T03:36:28.027Z Documenting is_ci v1.2.0
31622024-05-14T03:36:29.692Z Documenting unicode-linebreak v0.1.5
31632024-05-14T03:36:30.062Z Documenting http-range v0.1.5
31642024-05-14T03:36:30.933Z Documenting rpassword v7.3.1
31652024-05-14T03:36:31.819Z Documenting gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
31662024-05-14T03:36:33.049Z Documenting supports-color v3.0.0
31672024-05-14T03:36:33.411Z Documenting textwrap v0.16.1
31682024-05-14T03:36:34.497Z Documenting hyper-staticfile v0.9.5
31692024-05-14T03:36:35.354Z Documenting sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
31702024-05-14T03:36:37.415Z Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31712024-05-14T03:36:38.534Z Documenting tui-tree-widget v0.19.0
31722024-05-14T03:36:39.530Z Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
31732024-05-14T03:36:40.531Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
31742024-05-14T03:36:41.446Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
31752024-05-14T03:36:43.519Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
31762024-05-14T03:36:45.442Z Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
31772024-05-14T03:36:45.824Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
31782024-05-14T03:36:46.150Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
31792024-05-14T03:36:46.453Z Documenting signal-hook-tokio v0.3.1
31802024-05-14T03:36:46.653Z Documenting memmap2 v0.7.1
31812024-05-14T03:36:46.714Z Documenting arrayvec v0.7.4
31822024-05-14T03:36:47.721Z Documenting corncobs v0.1.3
31832024-05-14T03:36:50.116Z Documenting shell-words v1.1.0
31842024-05-14T03:36:50.976Z Documenting arrayref v0.3.7
31852024-05-14T03:36:51.311Z Documenting constant_time_eq v0.3.0
31862024-05-14T03:36:51.944Z Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
31872024-05-14T03:36:53.752Zwarning: unresolved link to `test_sled_transitions`
31882024-05-14T03:36:53.752Z --> nexus/db-queries/src/db/datastore/sled.rs:698:11
31892024-05-14T03:36:53.753Z |
31902024-05-14T03:36:53.753Z698 | /// [`test_sled_transitions`].
31912024-05-14T03:36:53.753Z | ^^^^^^^^^^^^^^^^^^^^^ no item named `test_sled_transitions` in scope
31922024-05-14T03:36:53.753Z |
31932024-05-14T03:36:53.753Z = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
31942024-05-14T03:36:53.753Z = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
31952024-05-14T03:36:53.753Z
31962024-05-14T03:36:53.757Zwarning: unresolved link to `test_sled_transitions`
31972024-05-14T03:36:53.757Z --> nexus/db-queries/src/db/datastore/sled.rs:734:11
31982024-05-14T03:36:53.758Z |
31992024-05-14T03:36:53.758Z734 | /// [`test_sled_transitions`].
32002024-05-14T03:36:53.758Z | ^^^^^^^^^^^^^^^^^^^^^ no item named `test_sled_transitions` in scope
32012024-05-14T03:36:53.758Z |
32022024-05-14T03:36:53.758Z = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
32032024-05-14T03:36:53.758Z
32042024-05-14T03:36:53.758Zwarning: unresolved link to `DataStore::update_tuf_repo_description_insert`
32052024-05-14T03:36:53.759Z --> nexus/db-queries/src/db/datastore/update.rs:28:27
32062024-05-14T03:36:53.759Z |
32072024-05-14T03:36:53.759Z28 | /// The return value of [`DataStore::update_tuf_repo_description_insert`].
32082024-05-14T03:36:53.759Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the struct `DataStore` has no field or associated item named `update_tuf_repo_description_insert`
32092024-05-14T03:36:53.759Z
32102024-05-14T03:36:53.956Z Documenting sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
32112024-05-14T03:36:54.234Z Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
32122024-05-14T03:36:54.699Z Documenting blake3 v1.5.0
32132024-05-14T03:36:55.400Z Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32142024-05-14T03:36:57.307Z Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
32152024-05-14T03:36:58.441Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32162024-05-14T03:36:59.371Z Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
32172024-05-14T03:37:11.845Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
32182024-05-14T03:37:18.477Z Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
32192024-05-14T03:37:18.525Zwarning: `nexus-db-queries` (lib doc) generated 3 warnings
32202024-05-14T03:37:18.525Z Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
32212024-05-14T03:37:18.526Z Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
32222024-05-14T03:37:18.982Z Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
32232024-05-14T03:37:19.706Zwarning: unresolved link to `BlueprintDisksConfig`
32242024-05-14T03:37:19.707Z --> nexus/reconfigurator/planning/src/blueprint_builder/builder.rs:1128:55
32252024-05-14T03:37:19.707Z |
32262024-05-14T03:37:19.707Z1128 | /// blueprint. We do this by keeping a copy of any [`BlueprintDisksConfig`]
32272024-05-14T03:37:19.707Z | ^^^^^^^^^^^^^^^^^^^^ no item named `BlueprintDisksConfig` in scope
32282024-05-14T03:37:19.707Z |
32292024-05-14T03:37:19.707Z = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
32302024-05-14T03:37:19.707Z = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
32312024-05-14T03:37:19.707Z
32322024-05-14T03:37:20.774Zwarning: `nexus-reconfigurator-planning` (lib doc) generated 1 warning
32332024-05-14T03:37:20.774Z Documenting crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=62cc2cfe64ca09c6876be7633355026fa65c8545#62cc2cfe)
32342024-05-14T03:37:22.033Zwarning: unclosed HTML tag `usize`
32352024-05-14T03:37:22.033Z --> wicket/src/ui/panes/update.rs:153:19
32362024-05-14T03:37:22.033Z |
32372024-05-14T03:37:22.034Z153 | /// TODO: The <usize> generic parameter is carried over from earlier versions
32382024-05-14T03:37:22.034Z | ^^^^^^^
32392024-05-14T03:37:22.034Z |
32402024-05-14T03:37:22.034Z = note: `#[warn(rustdoc::invalid_html_tags)]` on by default
32412024-05-14T03:37:22.034Z
32422024-05-14T03:37:22.976Z Documenting fatfs v0.3.6
32432024-05-14T03:37:23.466Zwarning: `wicket` (lib doc) generated 1 warning
32442024-05-14T03:37:23.469Z Documenting assert_matches v1.5.0
32452024-05-14T03:37:26.451Z Documenting topological-sort v0.2.2
32462024-05-14T03:37:28.849Z Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
32472024-05-14T03:37:30.068Z Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
32482024-05-14T03:37:30.882Z Documenting omicron-zone-package v0.11.0
32492024-05-14T03:37:34.237Zwarning: unresolved link to `propolis_client::api::InstanceStateMonitorResponse`
32502024-05-14T03:37:34.238Z --> sled-agent/src/sim/instance.rs:46:7
32512024-05-14T03:37:34.238Z |
32522024-05-14T03:37:34.238Z46 | /// [`propolis_client::api::InstanceStateMonitorResponse`]. Transition requests
32532024-05-14T03:37:34.238Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `api` in module `propolis_client`
32542024-05-14T03:37:34.238Z |
32552024-05-14T03:37:34.238Z = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
32562024-05-14T03:37:34.238Z
32572024-05-14T03:37:38.310Zwarning: `omicron-sled-agent` (lib doc) generated 1 warning
32582024-05-14T03:37:38.333Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
32592024-05-14T03:37:40.494Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
32602024-05-14T03:37:41.465Z Documenting installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client)
32612024-05-14T03:37:42.046Z Documenting installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd)
32622024-05-14T03:37:42.065Z Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client)
32632024-05-14T03:37:45.400Z Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd)
32642024-05-14T03:37:46.276Z Documenting uzers v0.11.3
32652024-05-14T03:37:47.219Z Documenting termios v0.3.3
32662024-05-14T03:37:50.267Z Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
32672024-05-14T03:37:51.508Z Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
32682024-05-14T03:37:51.705Z Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
32692024-05-14T03:37:52.744Z Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
32702024-05-14T03:37:57.054Z Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
32712024-05-14T03:38:03.093Z Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
32722024-05-14T03:38:11.210Z Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
32732024-05-14T03:38:27.441Z Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
32742024-05-14T03:38:33.524Z Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
32752024-05-14T03:38:34.265Z Documenting tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
32762024-05-14T03:38:41.932Z Documenting caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util)
32772024-05-14T03:38:43.305Z Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli)
32782024-05-14T03:38:43.492Z Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
32792024-05-14T03:38:48.325Z Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
32802024-05-14T03:38:52.155Z Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
32812024-05-14T03:39:14.586Zwarning: unresolved link to `Nexus`
32822024-05-14T03:39:14.586Z --> nexus/src/app/instance_network.rs:280:34
32832024-05-14T03:39:14.587Z |
32842024-05-14T03:39:14.587Z280 | /// called by methods on the [`Nexus`] type, this is the `OpContext` used for
32852024-05-14T03:39:14.587Z | ^^^^^ no item named `Nexus` in scope
32862024-05-14T03:39:14.588Z |
32872024-05-14T03:39:14.588Z = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
32882024-05-14T03:39:14.588Z = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
32892024-05-14T03:39:14.588Z
32902024-05-14T03:39:14.589Zwarning: unresolved link to `Nexus`
32912024-05-14T03:39:14.589Z --> nexus/src/app/instance_network.rs:458:34
32922024-05-14T03:39:14.589Z |
32932024-05-14T03:39:14.589Z458 | /// called by methods on the [`Nexus`] type, this is the `OpContext` used for
32942024-05-14T03:39:14.600Z | ^^^^^ no item named `Nexus` in scope
32952024-05-14T03:39:14.600Z |
32962024-05-14T03:39:14.600Z = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
32972024-05-14T03:39:14.600Z
32982024-05-14T03:39:14.601Zwarning: unresolved link to `VolumeConstructionRequest`
32992024-05-14T03:39:14.601Z --> nexus/src/app/sagas/volume_delete.rs:338:7
33002024-05-14T03:39:14.601Z |
33012024-05-14T03:39:14.601Z338 | /// [`VolumeConstructionRequest`] is shown here):
33022024-05-14T03:39:14.601Z | ^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `VolumeConstructionRequest` in scope
33032024-05-14T03:39:14.601Z |
33042024-05-14T03:39:14.601Z = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
33052024-05-14T03:39:14.601Z
33062024-05-14T03:39:14.601Zwarning: unresolved link to `fd00:1122:3344:101::5`
33072024-05-14T03:39:14.601Z --> nexus/src/app/sagas/volume_delete.rs:348:17
33082024-05-14T03:39:14.601Z |
33092024-05-14T03:39:14.601Z348 | /// "[fd00:1122:3344:101::5]:1000",
33102024-05-14T03:39:14.602Z | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:101` in scope
33112024-05-14T03:39:14.602Z
33122024-05-14T03:39:14.602Zwarning: unresolved link to `fd00:1122:3344:102::9`
33132024-05-14T03:39:14.602Z --> nexus/src/app/sagas/volume_delete.rs:349:17
33142024-05-14T03:39:14.602Z |
33152024-05-14T03:39:14.603Z349 | /// "[fd00:1122:3344:102::9]:1000",
33162024-05-14T03:39:14.603Z | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:102` in scope
33172024-05-14T03:39:14.603Z
33182024-05-14T03:39:14.603Zwarning: unresolved link to `fd00:1122:3344:103::2`
33192024-05-14T03:39:14.603Z --> nexus/src/app/sagas/volume_delete.rs:350:17
33202024-05-14T03:39:14.604Z |
33212024-05-14T03:39:14.604Z350 | /// "[fd00:1122:3344:103::2]:1000"
33222024-05-14T03:39:14.604Z | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:103` in scope
33232024-05-14T03:39:14.604Z
33242024-05-14T03:39:14.605Zwarning: unresolved link to `fd00:1122:3344:101::5`
33252024-05-14T03:39:14.605Z --> nexus/src/app/sagas/volume_delete.rs:369:17
33262024-05-14T03:39:14.605Z |
33272024-05-14T03:39:14.605Z369 | /// "[fd00:1122:3344:101::5]:1001", <-- port changed
33282024-05-14T03:39:14.605Z | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:101` in scope
33292024-05-14T03:39:14.605Z
33302024-05-14T03:39:14.606Zwarning: unresolved link to `fd00:1122:3344:102::9`
33312024-05-14T03:39:14.606Z --> nexus/src/app/sagas/volume_delete.rs:370:17
33322024-05-14T03:39:14.606Z |
33332024-05-14T03:39:14.606Z370 | /// "[fd00:1122:3344:102::9]:1001", <-- port changed
33342024-05-14T03:39:14.606Z | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:102` in scope
33352024-05-14T03:39:14.606Z
33362024-05-14T03:39:14.606Zwarning: unresolved link to `fd00:1122:3344:103::2`
33372024-05-14T03:39:14.606Z --> nexus/src/app/sagas/volume_delete.rs:371:17
33382024-05-14T03:39:14.606Z |
33392024-05-14T03:39:14.606Z371 | /// "[fd00:1122:3344:103::2]:1001" <-- port changed
33402024-05-14T03:39:14.606Z | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:103` in scope
33412024-05-14T03:39:14.606Z
33422024-05-14T03:39:17.703Zwarning: `omicron-nexus` (lib doc) generated 9 warnings
33432024-05-14T03:39:34.807Z Finished dev [unoptimized + debuginfo] target(s) in 12m 53s
33442024-05-14T03:39:35.290Z Generated /work/oxidecomputer/omicron/target/doc/authz_macros/index.html
33452024-05-14T03:39:35.290Z Generated /work/oxidecomputer/omicron/target/doc/bootstore/index.html
33462024-05-14T03:39:35.290Z Generated /work/oxidecomputer/omicron/target/doc/bootstrap_agent_client/index.html
33472024-05-14T03:39:35.290Z Generated /work/oxidecomputer/omicron/target/doc/caboose_util/index.html
33482024-05-14T03:39:35.290Z Generated /work/oxidecomputer/omicron/target/doc/crdb_seed/index.html
33492024-05-14T03:39:35.290Z Generated /work/oxidecomputer/omicron/target/doc/db_macros/index.html
33502024-05-14T03:39:35.291Z Generated /work/oxidecomputer/omicron/target/doc/dns_server/index.html
33512024-05-14T03:39:35.291Z Generated /work/oxidecomputer/omicron/target/doc/apigen/index.html
33522024-05-14T03:39:35.291Z Generated /work/oxidecomputer/omicron/target/doc/dns_db_dump/index.html
33532024-05-14T03:39:35.291Z Generated /work/oxidecomputer/omicron/target/doc/dnsadm/index.html
33542024-05-14T03:39:35.291Z Generated /work/oxidecomputer/omicron/target/doc/dns_service_client/index.html
33552024-05-14T03:39:35.291Z Generated /work/oxidecomputer/omicron/target/doc/dpd_client/index.html
33562024-05-14T03:39:35.308Z Generated /work/oxidecomputer/omicron/target/doc/gateway_cli/index.html
33572024-05-14T03:39:35.308Z Generated /work/oxidecomputer/omicron/target/doc/gateway_client/index.html
33582024-05-14T03:39:35.309Z Generated /work/oxidecomputer/omicron/target/doc/gateway_test_utils/index.html
33592024-05-14T03:39:35.309Z Generated /work/oxidecomputer/omicron/target/doc/illumos_utils/index.html
33602024-05-14T03:39:35.309Z Generated /work/oxidecomputer/omicron/target/doc/installinator/index.html
33612024-05-14T03:39:35.309Z Generated /work/oxidecomputer/omicron/target/doc/installinator_artifact_client/index.html
33622024-05-14T03:39:35.309Z Generated /work/oxidecomputer/omicron/target/doc/installinator_artifactd/index.html
33632024-05-14T03:39:35.310Z Generated /work/oxidecomputer/omicron/target/doc/installinator_common/index.html
33642024-05-14T03:39:35.310Z Generated /work/oxidecomputer/omicron/target/doc/internal_dns/index.html
33652024-05-14T03:39:35.310Z Generated /work/oxidecomputer/omicron/target/doc/dnswait/index.html
33662024-05-14T03:39:35.310Z Generated /work/oxidecomputer/omicron/target/doc/ipcc/index.html
33672024-05-14T03:39:35.310Z Generated /work/oxidecomputer/omicron/target/doc/key_manager/index.html
33682024-05-14T03:39:35.311Z Generated /work/oxidecomputer/omicron/target/doc/nexus_client/index.html
33692024-05-14T03:39:35.311Z Generated /work/oxidecomputer/omicron/target/doc/nexus_config/index.html
33702024-05-14T03:39:35.311Z Generated /work/oxidecomputer/omicron/target/doc/nexus_db_model/index.html
33712024-05-14T03:39:35.311Z Generated /work/oxidecomputer/omicron/target/doc/nexus_db_queries/index.html
33722024-05-14T03:39:35.311Z Generated /work/oxidecomputer/omicron/target/doc/nexus_defaults/index.html
33732024-05-14T03:39:35.311Z Generated /work/oxidecomputer/omicron/target/doc/nexus_inventory/index.html
33742024-05-14T03:39:35.311Z Generated /work/oxidecomputer/omicron/target/doc/nexus_macros_common/index.html
33752024-05-14T03:39:35.311Z Generated /work/oxidecomputer/omicron/target/doc/nexus_metrics_producer_gc/index.html
33762024-05-14T03:39:35.312Z Generated /work/oxidecomputer/omicron/target/doc/nexus_networking/index.html
33772024-05-14T03:39:35.312Z Generated /work/oxidecomputer/omicron/target/doc/nexus_reconfigurator_execution/index.html
33782024-05-14T03:39:35.312Z Generated /work/oxidecomputer/omicron/target/doc/nexus_reconfigurator_planning/index.html
33792024-05-14T03:39:35.312Z Generated /work/oxidecomputer/omicron/target/doc/nexus_reconfigurator_preparation/index.html
33802024-05-14T03:39:35.312Z Generated /work/oxidecomputer/omicron/target/doc/nexus_types/index.html
33812024-05-14T03:39:35.312Z Generated /work/oxidecomputer/omicron/target/doc/omicron_certificates/index.html
33822024-05-14T03:39:35.313Z Generated /work/oxidecomputer/omicron/target/doc/omicron_common/index.html
33832024-05-14T03:39:35.313Z Generated /work/oxidecomputer/omicron/target/doc/omicron_ddm_admin_client/index.html
33842024-05-14T03:39:35.313Z Generated /work/oxidecomputer/omicron/target/doc/omicron_gateway/index.html
33852024-05-14T03:39:35.313Z Generated /work/oxidecomputer/omicron/target/doc/omicron_nexus/index.html
33862024-05-14T03:39:35.314Z Generated /work/oxidecomputer/omicron/target/doc/schema_updater/index.html
33872024-05-14T03:39:35.314Z Generated /work/oxidecomputer/omicron/target/doc/omicron_package/index.html
33882024-05-14T03:39:35.314Z Generated /work/oxidecomputer/omicron/target/doc/omicron_passwords/index.html
33892024-05-14T03:39:35.314Z Generated /work/oxidecomputer/omicron/target/doc/omicron_rpaths/index.html
33902024-05-14T03:39:35.314Z Generated /work/oxidecomputer/omicron/target/doc/omicron_sled_agent/index.html
33912024-05-14T03:39:35.314Z Generated /work/oxidecomputer/omicron/target/doc/services_ledger_check_migrate/index.html
33922024-05-14T03:39:35.315Z Generated /work/oxidecomputer/omicron/target/doc/zone_bundle/index.html
33932024-05-14T03:39:35.315Z Generated /work/oxidecomputer/omicron/target/doc/omicron_test_utils/index.html
33942024-05-14T03:39:35.315Z Generated /work/oxidecomputer/omicron/target/doc/falcon_runner/index.html
33952024-05-14T03:39:35.315Z Generated /work/oxidecomputer/omicron/target/doc/falcon_runner_cli/index.html
33962024-05-14T03:39:35.315Z Generated /work/oxidecomputer/omicron/target/doc/omicron_uuid_kinds/index.html
33972024-05-14T03:39:35.315Z Generated /work/oxidecomputer/omicron/target/doc/oxide_client/index.html
33982024-05-14T03:39:35.315Z Generated /work/oxidecomputer/omicron/target/doc/oximeter/index.html
33992024-05-14T03:39:35.315Z Generated /work/oxidecomputer/omicron/target/doc/oximeter_client/index.html
34002024-05-14T03:39:35.315Z Generated /work/oxidecomputer/omicron/target/doc/oximeter_collector/index.html
34012024-05-14T03:39:35.315Z Generated /work/oxidecomputer/omicron/target/doc/clickhouse_schema_updater/index.html
34022024-05-14T03:39:35.316Z Generated /work/oxidecomputer/omicron/target/doc/oximeter/index.html
34032024-05-14T03:39:35.316Z Generated /work/oxidecomputer/omicron/target/doc/oximeter_db/index.html
34042024-05-14T03:39:35.316Z Generated /work/oxidecomputer/omicron/target/doc/oximeter_instruments/index.html
34052024-05-14T03:39:35.316Z Generated /work/oxidecomputer/omicron/target/doc/oximeter_macro_impl/index.html
34062024-05-14T03:39:35.316Z Generated /work/oxidecomputer/omicron/target/doc/oximeter_producer/index.html
34072024-05-14T03:39:35.316Z Generated /work/oxidecomputer/omicron/target/doc/oxlog/index.html
34082024-05-14T03:39:35.316Z Generated /work/oxidecomputer/omicron/target/doc/sled_agent_client/index.html
34092024-05-14T03:39:35.316Z Generated /work/oxidecomputer/omicron/target/doc/sled_hardware/index.html
34102024-05-14T03:39:35.316Z Generated /work/oxidecomputer/omicron/target/doc/sled_hardware_types/index.html
34112024-05-14T03:39:35.316Z Generated /work/oxidecomputer/omicron/target/doc/sled_storage/index.html
34122024-05-14T03:39:35.317Z Generated /work/oxidecomputer/omicron/target/doc/sp_sim/index.html
34132024-05-14T03:39:35.317Z Generated /work/oxidecomputer/omicron/target/doc/tufaceous/index.html
34142024-05-14T03:39:35.317Z Generated /work/oxidecomputer/omicron/target/doc/tufaceous_lib/index.html
34152024-05-14T03:39:35.317Z Generated /work/oxidecomputer/omicron/target/doc/typed_rng/index.html
34162024-05-14T03:39:35.317Z Generated /work/oxidecomputer/omicron/target/doc/update_common/index.html
34172024-05-14T03:39:35.317Z Generated /work/oxidecomputer/omicron/target/doc/update_engine/index.html
34182024-05-14T03:39:35.317Z Generated /work/oxidecomputer/omicron/target/doc/wicket/index.html
34192024-05-14T03:39:35.317Z Generated /work/oxidecomputer/omicron/target/doc/wicket_common/index.html
34202024-05-14T03:39:35.317Z Generated /work/oxidecomputer/omicron/target/doc/wicket_dbg/index.html
34212024-05-14T03:39:35.318Z Generated /work/oxidecomputer/omicron/target/doc/wicket_dbg_server/index.html
34222024-05-14T03:39:35.318Z Generated /work/oxidecomputer/omicron/target/doc/wicketd/index.html
34232024-05-14T03:39:35.318Z Generated /work/oxidecomputer/omicron/target/doc/wicketd_client/index.html
34242024-05-14T03:39:35.318Z Generated /work/oxidecomputer/omicron/target/doc/zone_setup/index.html
34252024-05-14T03:39:35.318Z
34262024-05-14T03:39:35.318Zreal 12:53.921438928
34272024-05-14T03:39:35.318Zuser 36:18.383963269
34282024-05-14T03:39:35.318Zsys 54:10.895833262
34292024-05-14T03:39:35.318Ztrap 1.060715126
34302024-05-14T03:39:35.318Ztflt 0.116995892
34312024-05-14T03:39:35.318Zdflt 0.489214098
34322024-05-14T03:39:35.319Zkflt 0.000072186
34332024-05-14T03:39:35.319Zlock 3:29:05.843694215
34342024-05-14T03:39:35.319Zslp 3:33:10.500745775
34352024-05-14T03:39:35.319Zlat 4:22.582170178
34362024-05-14T03:39:35.319Zstop 2:02.444580259
34372024-05-14T03:39:35.320Zprocess exited: duration 1456722 ms, exit code 0
 
34382024-05-14T03:39:35.340Zfound 0 output files