01HH6C7F7AF33XEH3ZYAS138B3: 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: 01HH6C912C401SRFH7C6FYD8D2

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12023-12-09T04:11:20.699Zjob assigned to worker 01HH6C92966RSPTRWGWT7XRP16 (queued for 1 m 24 s)
 
22023-12-09T04:11:21.541Zstarting task 0: "setup"
32023-12-09T04:11:21.689Z++ uname -s
42023-12-09T04:11:21.724Z+ kern=SunOS
52023-12-09T04:11:21.724Z+ case "$kern" in
62023-12-09T04:11:21.724Z+ groupadd -g 12345 build
72023-12-09T04:11:21.728Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82023-12-09T04:11:23.709Z+ zfs create -o mountpoint=/work rpool/work
92023-12-09T04:11:23.864Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102023-12-09T04:11:23.871Z+ home_fs=zfs
112023-12-09T04:11:23.871Z+ [[ zfs == autofs ]]
122023-12-09T04:11:23.871Z+ mkdir -p /home/build
132023-12-09T04:11:23.871Z+ chown build:build /home/build /work
142023-12-09T04:11:24.895Z+ chmod 0700 /home/build /work
152023-12-09T04:11:24.904Zprocess exited: duration 3331 ms, exit code 0
 
162023-12-09T04:11:24.933Zstarting task 1: "rust-toolchain"
172023-12-09T04:11:24.948Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
182023-12-09T04:11:24.949Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default
192023-12-09T04:11:25.081Zinfo: downloading installer
202023-12-09T04:11:27.038Zwarning: it looks like you have an existing installation of Rust at:
212023-12-09T04:11:27.038Zwarning: /opt/ooce/bin
222023-12-09T04:11:27.038Zwarning: It is recommended that rustup be the primary Rust installation.
232023-12-09T04:11:27.038Zwarning: Otherwise you may have confusion unless you are careful with your PATH
242023-12-09T04:11:27.038Zwarning: If you are sure that you want both rustup and your already installed Rust
252023-12-09T04:11:27.038Zwarning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
262023-12-09T04:11:27.039Zwarning: or pass `-y' to ignore all ignorable checks.
272023-12-09T04:11:27.039Zerror: cannot install while Rust is installed
282023-12-09T04:11:27.040Zwarning: continuing (because the -y flag is set and the error is ignorable)
292023-12-09T04:11:27.179Zinfo: profile set to 'default'
302023-12-09T04:11:27.179Zinfo: default host triple is x86_64-unknown-illumos
312023-12-09T04:11:27.187Zinfo: syncing channel updates for '1.72.1-x86_64-unknown-illumos'
322023-12-09T04:11:27.379Zinfo: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13)
332023-12-09T04:11:27.379Zinfo: downloading component 'cargo'
342023-12-09T04:11:28.182Zinfo: downloading component 'clippy'
352023-12-09T04:11:28.452Zinfo: downloading component 'rust-docs'
362023-12-09T04:11:29.449Zinfo: downloading component 'rust-std'
372023-12-09T04:11:31.686Zinfo: downloading component 'rustc'
382023-12-09T04:11:35.630Zinfo: downloading component 'rustfmt'
392023-12-09T04:11:35.954Zinfo: installing component 'cargo'
402023-12-09T04:11:38.005Zinfo: installing component 'clippy'
412023-12-09T04:11:38.944Zinfo: installing component 'rust-docs'
422023-12-09T04:11:41.756Zinfo: installing component 'rust-std'
432023-12-09T04:11:45.560Zinfo: installing component 'rustc'
442023-12-09T04:11:55.434Zinfo: installing component 'rustfmt'
452023-12-09T04:11:55.487Zinfo: default toolchain set to '1.72.1-x86_64-unknown-illumos'
462023-12-09T04:11:55.488Z
472023-12-09T04:11:55.696Z 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13)
482023-12-09T04:11:55.696Z
492023-12-09T04:11:55.696Z
502023-12-09T04:11:55.710ZRust is installed now. Great!
512023-12-09T04:11:55.710Z
522023-12-09T04:11:55.711ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
532023-12-09T04:11:55.711Zenvironment variable. This has not been done automatically.
542023-12-09T04:11:55.711Z
552023-12-09T04:11:55.711ZTo configure your current shell, run:
562023-12-09T04:11:55.711Zsource "$HOME/.cargo/env"
572023-12-09T04:11:56.128Z+ rustc --version
582023-12-09T04:11:56.129Zrustc 1.72.1 (d5c2e9c34 2023-09-13)
592023-12-09T04:11:56.129Zprocess exited: duration 30975 ms, exit code 0
 
602023-12-09T04:11:56.160Zstarting task 2: "authentication"
612023-12-09T04:11:56.225Zprocess exited: duration 49 ms, exit code 0
 
622023-12-09T04:11:56.252Zstarting task 3: "clone repository"
632023-12-09T04:11:56.278Z+ mkdir -p /work/oxidecomputer/omicron
642023-12-09T04:11:56.278Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
652023-12-09T04:11:56.298ZCloning into '/work/oxidecomputer/omicron'...
662023-12-09T04:12:02.698Z+ cd /work/oxidecomputer/omicron
672023-12-09T04:12:02.698Z+ [[ -n renovate/tokio-1.x ]]
682023-12-09T04:12:02.704Z+ git fetch origin renovate/tokio-1.x
692023-12-09T04:12:03.096ZFrom https://github.com/oxidecomputer/omicron
702023-12-09T04:12:03.096Z * branch renovate/tokio-1.x -> FETCH_HEAD
712023-12-09T04:12:03.107Z+ git checkout -B renovate/tokio-1.x remotes/origin/renovate/tokio-1.x
722023-12-09T04:12:03.207ZSwitched to a new branch 'renovate/tokio-1.x'
732023-12-09T04:12:03.210Zbranch 'renovate/tokio-1.x' set up to track 'origin/renovate/tokio-1.x'.
742023-12-09T04:12:03.210Z+ git reset --hard 5ad549ef17d89bc744fb4ecf3accc6b987fa9e55
752023-12-09T04:12:03.224ZHEAD is now at 5ad549ef Update Rust crate tokio to 1.35.0
762023-12-09T04:12:03.228Zprocess exited: duration 6981 ms, exit code 0
 
772023-12-09T04:12:03.235Zstarting task 4: "build"
782023-12-09T04:12:03.242Z+ cargo --version
792023-12-09T04:12:03.249Zinfo: syncing channel updates for '1.74.0-x86_64-unknown-illumos'
802023-12-09T04:12:03.468Zinfo: latest update on 2023-11-16, rust version 1.74.0 (79e9716c9 2023-11-13)
812023-12-09T04:12:03.474Zinfo: downloading component 'cargo'
822023-12-09T04:12:04.322Zinfo: downloading component 'clippy'
832023-12-09T04:12:04.590Zinfo: downloading component 'rust-docs'
842023-12-09T04:12:05.629Zinfo: downloading component 'rust-std'
852023-12-09T04:12:07.333Zinfo: downloading component 'rustc'
862023-12-09T04:12:11.573Zinfo: downloading component 'rustfmt'
872023-12-09T04:12:11.815Zinfo: installing component 'cargo'
882023-12-09T04:12:13.101Zinfo: installing component 'clippy'
892023-12-09T04:12:13.582Zinfo: installing component 'rust-docs'
902023-12-09T04:12:16.468Zinfo: installing component 'rust-std'
912023-12-09T04:12:19.097Zinfo: installing component 'rustc'
922023-12-09T04:12:25.261Zinfo: installing component 'rustfmt'
932023-12-09T04:12:26.250Zcargo 1.74.0 (ecb9851af 2023-10-18)
942023-12-09T04:12:26.264Z+ rustc --version
952023-12-09T04:12:26.264Zrustc 1.74.0 (79e9716c9 2023-11-13)
962023-12-09T04:12:26.264Z+ source ./env.sh
972023-12-09T04:12:26.264Z++ set -o xtrace
982023-12-09T04:12:26.264Z++++ dirname ./env.sh
992023-12-09T04:12:26.264Z+++ cd .
1002023-12-09T04:12:26.267Z+++ echo /work/oxidecomputer/omicron
1012023-12-09T04:12:26.267Z++ OMICRON_WS=/work/oxidecomputer/omicron
1022023-12-09T04:12:26.267Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1032023-12-09T04:12:26.267Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1042023-12-09T04:12:26.267Z++ 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
1052023-12-09T04:12:26.267Z++ 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
1062023-12-09T04:12:26.267Z++ 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
1072023-12-09T04:12:26.267Z++ 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
1082023-12-09T04:12:26.267Z++ 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
1092023-12-09T04:12:26.268Z++ 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
1102023-12-09T04:12:26.268Z++ unset OMICRON_WS
1112023-12-09T04:12:26.268Z++ set +o xtrace
1122023-12-09T04:12:26.268Z
1132023-12-09T04:12:26.268Z ##### ##### ###### ##### ###### #### # # # #### #
1142023-12-09T04:12:26.268Z # # # # # # # # # # # # # # #
1152023-12-09T04:12:26.268Z # # # # ##### # # ##### # # # # # #### #
1162023-12-09T04:12:26.268Z ##### ##### # ##### # # # # # # # # #
1172023-12-09T04:12:26.268Z # # # # # # # # # # # # # # #
1182023-12-09T04:12:26.268Z # # # ###### # # ###### ### # #### # #### #
1192023-12-09T04:12:26.268Z
1202023-12-09T04:12:35.562Z Startup: Refreshing catalog 'helios-dev' ... Done
1212023-12-09T04:12:36.802Z Startup: Caching catalogs ... Done
1222023-12-09T04:12:43.748ZPlanning: Solver setup ... Done (6.538s)
1232023-12-09T04:12:43.886ZPlanning: Running solver ... Done (0.152s)
1242023-12-09T04:12:43.957ZPlanning: Finding local manifests ... Done (0.004s)
1252023-12-09T04:12:43.971ZPlanning: Fetching manifests: 0/6 0% complete
1262023-12-09T04:12:44.777ZPlanning: Fetching manifests: 6/6 100% complete
1272023-12-09T04:12:44.860ZPlanning: Package planning ... Done (0.089s)
1282023-12-09T04:12:44.952ZPlanning: Merging actions ... Done (0.086s)
1292023-12-09T04:12:45.570ZPlanning: Checking for conflicting actions ... Done (0.626s)
1302023-12-09T04:12:45.588ZPlanning: Consolidating action changes ... Done (0.019s)
1312023-12-09T04:12:49.303ZPlanning: Evaluating mediators ... Done (3.715s)
1322023-12-09T04:12:49.417ZPlanning: Planning completed in 12.56 seconds
1332023-12-09T04:12:49.436Z Packages to install: 4
1342023-12-09T04:12:49.439Z Packages to update: 2
1352023-12-09T04:12:49.439Z Mediators to change: 2
1362023-12-09T04:12:49.439Z Services to change: 1
1372023-12-09T04:12:49.439Z Estimated space available: 148.88 GB
1382023-12-09T04:12:49.439ZEstimated space to be consumed: 1.43 GB
1392023-12-09T04:12:49.439Z Create boot environment: No
1402023-12-09T04:12:49.440ZCreate backup boot environment: Yes
1412023-12-09T04:12:49.440Z Rebuild boot archive: No
1422023-12-09T04:12:49.440Z
1432023-12-09T04:12:49.440ZChanged mediators:
1442023-12-09T04:12:49.440Z mediator clang:
1452023-12-09T04:12:49.440Z version: None -> 15 (system default)
1462023-12-09T04:12:49.440Z
1472023-12-09T04:12:49.441Z mediator llvm:
1482023-12-09T04:12:49.441Z version: 14 (system default) -> 15 (system default)
1492023-12-09T04:12:49.441Z
1502023-12-09T04:12:49.441ZChanged packages:
1512023-12-09T04:12:49.441Zhelios-dev
1522023-12-09T04:12:49.441Z developer/build-essential
1532023-12-09T04:12:49.441Z None -> 11-2.0
1542023-12-09T04:12:49.442Z library/libxmlsec1
1552023-12-09T04:12:49.442Z None -> 1.2.35-2.0
1562023-12-09T04:12:49.442Z ooce/developer/clang-15
1572023-12-09T04:12:49.442Z None -> 15.0.7-2.0
1582023-12-09T04:12:49.442Z ooce/developer/llvm-15
1592023-12-09T04:12:49.442Z None -> 15.0.7-2.0
1602023-12-09T04:12:49.442Z system/library/g++-runtime
1612023-12-09T04:12:49.442Z 12-2.0 -> 13-2.0
1622023-12-09T04:12:49.442Z system/library/gcc-runtime
1632023-12-09T04:12:49.442Z 12-2.0 -> 13-2.0
1642023-12-09T04:12:49.442Z
1652023-12-09T04:12:49.442ZServices:
1662023-12-09T04:12:49.442Z restart_fmri:
1672023-12-09T04:12:49.442Z svc:/system/update-man-index:default
1682023-12-09T04:12:49.625Z
1692023-12-09T04:12:49.625ZDownload: 0/3330 items 0.0/221.1MB 0% complete
1702023-12-09T04:12:54.677ZDownload: 209/3330 items 1.3/221.1MB 0% complete (284k/s)
1712023-12-09T04:12:59.653ZDownload: 635/3330 items 17.7/221.1MB 7% complete (1.8M/s)
1722023-12-09T04:13:04.665ZDownload: 1091/3330 items 19.7/221.1MB 8% complete (1.9M/s)
1732023-12-09T04:13:09.775ZDownload: 1194/3330 items 83.5/221.1MB 37% complete (7.7M/s)
1742023-12-09T04:13:16.159ZDownload: 1197/3330 items 83.5/221.1MB 37% complete (7.5M/s)
1752023-12-09T04:13:21.180ZDownload: 1345/3330 items 115.6/221.1MB 52% complete (3.7M/s)
1762023-12-09T04:13:26.350ZDownload: 2222/3330 items 119.2/221.1MB 53% complete (4.3M/s)
1772023-12-09T04:13:31.339ZDownload: 2344/3330 items 119.9/221.1MB 54% complete (411k/s)
1782023-12-09T04:13:36.379ZDownload: 2693/3330 items 120.7/221.1MB 54% complete (154k/s)
1792023-12-09T04:13:41.398ZDownload: 3053/3330 items 121.4/221.1MB 54% complete (156k/s)
1802023-12-09T04:13:46.424ZDownload: 3245/3330 items 203.0/221.1MB 91% complete (8.2M/s)
1812023-12-09T04:14:00.058ZDownload: 3248/3330 items 203.1/221.1MB 91% complete
1822023-12-09T04:14:05.474ZDownload: 3292/3330 items 214.4/221.1MB 96% complete (2.9M/s)
1832023-12-09T04:14:06.948ZDownload: Completed 221.11 MB in 77.18 seconds (2.9M/s)
1842023-12-09T04:14:08.977Z Actions: 1/3766 actions (Removing old actions)
1852023-12-09T04:14:08.977Z Actions: 5/3766 actions (Installing new actions)
1862023-12-09T04:14:15.218Z Actions: 2375/3766 actions (Installing new actions)
1872023-12-09T04:14:17.088Z Actions: 3729/3766 actions (Updating modified actions)
1882023-12-09T04:14:17.762Z Actions: Completed 3766 actions in 8.78 seconds.
1892023-12-09T04:14:17.877Z Done (0.108s)
1902023-12-09T04:14:17.882Z Done (0.000s)
1912023-12-09T04:14:18.149Z Done (0.270s)
1922023-12-09T04:14:25.505Z Done (7.237s)
1932023-12-09T04:14:25.752Z Done (0.113s)
1942023-12-09T04:14:25.756Z Done (0.000s)
1952023-12-09T04:14:25.947Z Done (0.000s)
1962023-12-09T04:14:26.635ZPlanning: Evaluating mediator changes ... Done
1972023-12-09T04:14:26.936ZPlanning: Checking for conflicting actions ... Done
1982023-12-09T04:14:26.946ZPlanning: Consolidating action changes ... Done
1992023-12-09T04:14:27.344ZPlanning: Evaluating mediators ... Done
2002023-12-09T04:14:27.364ZPlanning: Planning completed in 0.71 seconds
2012023-12-09T04:14:27.410Z Mediators to change: 2
2022023-12-09T04:14:27.410Z Create boot environment: No
2032023-12-09T04:14:27.426ZCreate backup boot environment: No
2042023-12-09T04:14:27.504Z Done
2052023-12-09T04:14:27.504Z Done
2062023-12-09T04:14:27.671Z Done
2072023-12-09T04:14:33.367Z Done
2082023-12-09T04:14:33.485Z Done
2092023-12-09T04:14:33.491Z Done
2102023-12-09T04:14:33.593Z Done
2112023-12-09T04:14:34.599ZPlanning: Evaluating mediator changes ... Done
2122023-12-09T04:14:34.602ZPlanning: Merging actions ... Done
2132023-12-09T04:14:34.932ZPlanning: Checking for conflicting actions ... Done
2142023-12-09T04:14:34.939ZPlanning: Consolidating action changes ... Done
2152023-12-09T04:14:35.354ZPlanning: Evaluating mediators ... Done
2162023-12-09T04:14:35.848ZPlanning: Planning completed in 1.29 seconds
2172023-12-09T04:14:35.853Z Packages to change: 1
2182023-12-09T04:14:35.853Z Mediators to change: 1
2192023-12-09T04:14:35.853Z Services to change: 1
2202023-12-09T04:14:35.853Z Create boot environment: No
2212023-12-09T04:14:35.853ZCreate backup boot environment: Yes
2222023-12-09T04:14:37.699Z Actions: 1/6 actions (Updating modified actions)
2232023-12-09T04:14:37.705Z Actions: Completed 6 actions in 0.00 seconds.
2242023-12-09T04:14:37.705Z Done
2252023-12-09T04:14:37.705Z Done
2262023-12-09T04:14:37.763Z Done
2272023-12-09T04:14:43.463Z Done
2282023-12-09T04:14:43.588Z Done
2292023-12-09T04:14:43.610Z Done
2302023-12-09T04:14:43.691Z Done
2312023-12-09T04:14:44.345ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2322023-12-09T04:14:44.345Zclang system 15 system
2332023-12-09T04:14:44.346Zcsh system system illumos
2342023-12-09T04:14:44.346Zctags system system illumos
2352023-12-09T04:14:44.346Zgcc vendor 12 vendor
2362023-12-09T04:14:44.346Zgcc system 10 system
2372023-12-09T04:14:44.346Zgcc system 7 system
2382023-12-09T04:14:44.346Zgo system 1.20 system
2392023-12-09T04:14:44.346Zgo system 1.19 system
2402023-12-09T04:14:44.346Zllvm system 15 system
2412023-12-09T04:14:44.346Zllvm system 14 system
2422023-12-09T04:14:44.346Zmariadb system 10.6 system
2432023-12-09T04:14:44.346Zmta vendor vendor dma
2442023-12-09T04:14:44.346Zopenjdk system 17 system
2452023-12-09T04:14:44.346Zopenjdk system 11 system
2462023-12-09T04:14:44.346Zopenjdk system 1.8 system
2472023-12-09T04:14:44.346Zopenssl vendor 3 vendor
2482023-12-09T04:14:44.347Zperl system 5.36 system
2492023-12-09T04:14:44.347Zpostgresql system 15 system
2502023-12-09T04:14:44.347Zpostgresql system 13 system
2512023-12-09T04:14:44.347Zpython vendor 3 vendor
2522023-12-09T04:14:44.347Zpython system 2 system
2532023-12-09T04:14:44.347Zpython3 system 3.11 system
2542023-12-09T04:14:44.347Zruby system 3.0 system
2552023-12-09T04:14:44.347Zwords vendor vendor american-english
2562023-12-09T04:14:44.347Zwords system system australian-english
2572023-12-09T04:14:44.347Zwords system system british-english
2582023-12-09T04:14:44.347Zwords system system canadian-english
2592023-12-09T04:14:44.347Zwords system system french
2602023-12-09T04:14:44.347Zwords system system italian
2612023-12-09T04:14:44.347Zwords system system ngerman
2622023-12-09T04:14:44.348Zwords system system ogerman
2632023-12-09T04:14:44.348Zwords system system spanish
2642023-12-09T04:14:44.862ZFMRI IFO
2652023-12-09T04:14:44.862Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2662023-12-09T04:14:44.862Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2672023-12-09T04:14:44.863Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2682023-12-09T04:14:44.863Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z im-
2692023-12-09T04:14:44.863Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2702023-12-09T04:14:44.863Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z i--
2712023-12-09T04:14:44.863Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z im-
2722023-12-09T04:14:44.864Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z im-
2732023-12-09T04:14:44.932Z+ set -o errexit
2742023-12-09T04:14:44.941Z+++ dirname ./tools/ci_download_cockroachdb
2752023-12-09T04:14:44.942Z++ cd ./tools
2762023-12-09T04:14:44.942Z++ pwd
2772023-12-09T04:14:44.942Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
2782023-12-09T04:14:44.942Z++ basename ./tools/ci_download_cockroachdb
2792023-12-09T04:14:44.943Z+ ARG0=ci_download_cockroachdb
2802023-12-09T04:14:44.943Z++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version
2812023-12-09T04:14:44.950Z+ CIDL_VERSION=v22.1.9
2822023-12-09T04:14:44.950Z+ source /work/oxidecomputer/omicron/tools/cockroachdb_checksums
2832023-12-09T04:14:44.950Z++ CIDL_MD5_DARWIN=2db972c254b4e3b599e12110520178b5
2842023-12-09T04:14:44.951Z++ CIDL_MD5_LINUX=8c3170883e0a0be1a34b44090c067a8c
2852023-12-09T04:14:44.951Z++ CIDL_MD5_ILLUMOS=d8999aff364e5d70f226e139fda724a3
2862023-12-09T04:14:44.951Z+ TARGET_DIR=out
2872023-12-09T04:14:44.951Z+ DOWNLOAD_DIR=out/downloads
2882023-12-09T04:14:44.952Z+ DEST_DIR=./out/cockroachdb
2892023-12-09T04:14:44.952Z+ CIDL_URL_COCKROACH=https://binaries.cockroachdb.com
2902023-12-09T04:14:44.952Z+ CIDL_URL_ILLUMOS=https://illumos.org/downloads
2912023-12-09T04:14:44.952Z+ main
2922023-12-09T04:14:44.953Z+ [[ 0 != 0 ]]
2932023-12-09T04:14:44.953Z+ CIDL_OS=solaris2.11
2942023-12-09T04:14:44.953Z+ [[ 0 != 0 ]]
2952023-12-09T04:14:44.953Z+ configure_os solaris2.11
2962023-12-09T04:14:44.954Z+ echo 'current directory: /work/oxidecomputer/omicron'
2972023-12-09T04:14:44.954Zcurrent directory: /work/oxidecomputer/omicron
2982023-12-09T04:14:44.954Z+ echo 'configuring based on OS: "solaris2.11"'
2992023-12-09T04:14:44.954Z+ case "$1" in
3002023-12-09T04:14:44.954Zconfiguring based on OS: "solaris2.11"
3012023-12-09T04:14:44.956Z+ CIDL_BUILD=illumos
3022023-12-09T04:14:44.956Z+ CIDL_SUFFIX=tar.gz
3032023-12-09T04:14:44.957Z+ CIDL_MD5=d8999aff364e5d70f226e139fda724a3
3042023-12-09T04:14:44.957Z+ CIDL_MD5FUNC=do_md5sum
3052023-12-09T04:14:44.957Z+ CIDL_URL_BASE=https://illumos.org/downloads
3062023-12-09T04:14:44.958Z+ CIDL_ASSEMBLE=do_assemble_illumos
3072023-12-09T04:14:44.958Z+ TARBALL_DIRNAME=cockroach-v22.1.9.illumos
3082023-12-09T04:14:44.958Z+ TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz
3092023-12-09T04:14:44.958Z+ TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz
3102023-12-09T04:14:44.958Z+ TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos
3112023-12-09T04:14:44.959Z+ CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
3122023-12-09T04:14:44.959Z+ echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz'
3132023-12-09T04:14:44.959ZURL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
3142023-12-09T04:14:44.960ZLocal file: out/downloads/cockroach-v22.1.9.illumos.tar.gz
3152023-12-09T04:14:44.961Z+ echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz'
3162023-12-09T04:14:44.961Z+ mkdir -p out/downloads
3172023-12-09T04:14:44.961Z+ mkdir -p ./out/cockroachdb
3182023-12-09T04:14:44.962Z+ local DO_DOWNLOAD=true
3192023-12-09T04:14:44.962Z+ [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]]
3202023-12-09T04:14:44.962Z+ '[' true == true ']'
3212023-12-09T04:14:44.963Z+ echo Downloading...
3222023-12-09T04:14:44.963ZDownloading...
3232023-12-09T04:14:44.963Z+ do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz
3242023-12-09T04:14:44.992Z+ 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
3252023-12-09T04:14:47.893Z++ do_md5sum out/downloads/cockroach-v22.1.9.illumos.tar.gz
3262023-12-09T04:14:47.900Z++ md5sum
3272023-12-09T04:14:47.901Z++ awk '{print $1}'
3282023-12-09T04:14:48.313Z+ calculated_md5=d8999aff364e5d70f226e139fda724a3
3292023-12-09T04:14:48.313Z+ [[ d8999aff364e5d70f226e139fda724a3 != \d\8\9\9\9\a\f\f\3\6\4\e\5\d\7\0\f\2\2\6\e\1\3\9\f\d\a\7\2\4\a\3 ]]
3302023-12-09T04:14:48.313Z+ do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz
3312023-12-09T04:14:48.313Z+ tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads
3322023-12-09T04:14:51.658Z+ do_assemble_illumos
3332023-12-09T04:14:51.658Z+ rm -r ./out/cockroachdb
3342023-12-09T04:14:51.667Z+ cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb
3352023-12-09T04:14:52.302Z+ ./out/cockroachdb/bin/cockroach version
3362023-12-09T04:14:52.665ZBuild Tag: v22.1.9-dirty
3372023-12-09T04:14:52.665ZBuild Time: 2022/10/26 21:17:46
3382023-12-09T04:14:52.665ZDistribution: OSS
3392023-12-09T04:14:52.665ZPlatform: illumos amd64 (x86_64-pc-solaris2.11)
3402023-12-09T04:14:52.665ZGo Version: go1.17.13
3412023-12-09T04:14:52.665ZC Compiler: gcc 10.3.0
3422023-12-09T04:14:52.665ZBuild Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493
3432023-12-09T04:14:52.665ZBuild Type: release
3442023-12-09T04:14:52.694Z+ set -o errexit
3452023-12-09T04:14:52.697Z+++ dirname ./tools/ci_download_clickhouse
3462023-12-09T04:14:52.697Z++ cd ./tools
3472023-12-09T04:14:52.697Z++ pwd
3482023-12-09T04:14:52.700Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3492023-12-09T04:14:52.700Z++ basename ./tools/ci_download_clickhouse
3502023-12-09T04:14:52.704Z+ ARG0=ci_download_clickhouse
3512023-12-09T04:14:52.704Z+ TARGET_DIR=out
3522023-12-09T04:14:52.704Z+ DOWNLOAD_DIR=out/downloads
3532023-12-09T04:14:52.704Z+ DEST_DIR=./out/clickhouse
3542023-12-09T04:14:52.704Z+ CIDL_VERSION=v22.8.9.24
3552023-12-09T04:14:52.704Z+ source /work/oxidecomputer/omicron/tools/clickhouse_checksums
3562023-12-09T04:14:52.704Z++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45
3572023-12-09T04:14:52.704Z++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1
3582023-12-09T04:14:52.704Z++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306
3592023-12-09T04:14:52.704Z+ CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com
3602023-12-09T04:14:52.704Z+ main
3612023-12-09T04:14:52.704Z+ [[ 0 != 0 ]]
3622023-12-09T04:14:52.704Z+ CIDL_OS=solaris2.11
3632023-12-09T04:14:52.705Z+ [[ 0 != 0 ]]
3642023-12-09T04:14:52.705Z+ configure_os solaris2.11
3652023-12-09T04:14:52.705Z+ echo 'current directory: /work/oxidecomputer/omicron'
3662023-12-09T04:14:52.705Zcurrent directory: /work/oxidecomputer/omicron
3672023-12-09T04:14:52.705Z+ echo 'configuring based on OS: "solaris2.11"'
3682023-12-09T04:14:52.705Z+ CIDL_DASHREV=
3692023-12-09T04:14:52.706Z+ case "$1" in
3702023-12-09T04:14:52.706Zconfiguring based on OS: "solaris2.11"
3712023-12-09T04:14:52.706Z+ CIDL_PLATFORM=illumos
3722023-12-09T04:14:52.706Z+ CIDL_MD5=7702939ce5b4b51846a1ba39f1392306
3732023-12-09T04:14:52.706Z+ CIDL_MD5FUNC=do_md5sum
3742023-12-09T04:14:52.706Z+ CIDL_DASHREV=-1
3752023-12-09T04:14:52.706Z+ TARBALL_DIRNAME=clickhouse-v22.8.9.24
3762023-12-09T04:14:52.706Z+ TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz
3772023-12-09T04:14:52.706Z+ TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3782023-12-09T04:14:52.706Z+ CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz
3792023-12-09T04:14:52.706Z+ echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz'
3802023-12-09T04:14:52.706Z+ echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz'
3812023-12-09T04:14:52.706ZURL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz
3822023-12-09T04:14:52.706ZLocal file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3832023-12-09T04:14:52.706Z+ mkdir -p out/downloads
3842023-12-09T04:14:52.710Z+ mkdir -p ./out/clickhouse
3852023-12-09T04:14:52.710Z+ local DO_DOWNLOAD=true
3862023-12-09T04:14:52.710Z+ [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]]
3872023-12-09T04:14:52.710Z+ '[' true == true ']'
3882023-12-09T04:14:52.710Z+ echo Downloading...
3892023-12-09T04:14:52.710ZDownloading...
3902023-12-09T04:14:52.710Z+ do_download_curl https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3912023-12-09T04:14:52.710Z+ curl --silent --show-error --fail --location --output out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz
3922023-12-09T04:14:54.312Z++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3932023-12-09T04:14:54.316Z++ md5sum
3942023-12-09T04:14:54.316Z++ awk '{print $1}'
3952023-12-09T04:14:54.574Z+ calculated_md5=7702939ce5b4b51846a1ba39f1392306
3962023-12-09T04:14:54.574Z+ [[ 7702939ce5b4b51846a1ba39f1392306 != \7\7\0\2\9\3\9\c\e\5\b\4\b\5\1\8\4\6\a\1\b\a\3\9\f\1\3\9\2\3\0\6 ]]
3972023-12-09T04:14:54.574Z+ do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse
3982023-12-09T04:14:54.578Z+ mkdir -p ./out/clickhouse
3992023-12-09T04:14:54.578Z+ tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse
4002023-12-09T04:14:59.654Z+ ./out/clickhouse/clickhouse server --version
4012023-12-09T04:14:59.710ZClickHouse server version 22.8.9.1.
4022023-12-09T04:14:59.731Z+ set -o errexit
4032023-12-09T04:14:59.734Z+++ dirname ./tools/ci_download_console
4042023-12-09T04:14:59.740Z++ cd ./tools
4052023-12-09T04:14:59.740Z++ pwd
4062023-12-09T04:14:59.740Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4072023-12-09T04:14:59.740Z++ basename ./tools/ci_download_console
4082023-12-09T04:14:59.740Z+ ARG0=ci_download_console
4092023-12-09T04:14:59.740Z+ TARGET_DIR=out
4102023-12-09T04:14:59.740Z+ DOWNLOAD_DIR=out/downloads
4112023-12-09T04:14:59.741Z+ DEST_DIR=./out/console-assets
4122023-12-09T04:14:59.741Z+ source /work/oxidecomputer/omicron/tools/console_version
4132023-12-09T04:14:59.741Z++ COMMIT=1802c2859f40712017ab89e72740e39bfd59320b
4142023-12-09T04:14:59.741Z++ SHA2=34768a895f187a6ed263c0050c42084f3907c331b547362871c2ce330e9d08d1
4152023-12-09T04:14:59.741Z+ URL=https://dl.oxide.computer/releases/console/1802c2859f40712017ab89e72740e39bfd59320b.tar.gz
4162023-12-09T04:14:59.741Z+ TARBALL_FILE=out/downloads/console.tar.gz
4172023-12-09T04:14:59.745Z+ main
4182023-12-09T04:14:59.746Z+ [[ 0 != 0 ]]
4192023-12-09T04:14:59.746Z+ echo 'URL: https://dl.oxide.computer/releases/console/1802c2859f40712017ab89e72740e39bfd59320b.tar.gz'
4202023-12-09T04:14:59.746ZURL: https://dl.oxide.computer/releases/console/1802c2859f40712017ab89e72740e39bfd59320b.tar.gz
4212023-12-09T04:14:59.746Z+ echo 'Local file: out/downloads/console.tar.gz'
4222023-12-09T04:14:59.746ZLocal file: out/downloads/console.tar.gz
4232023-12-09T04:14:59.746Z+ local DO_DOWNLOAD=true
4242023-12-09T04:14:59.746Z+ [[ -f out/downloads/console.tar.gz ]]
4252023-12-09T04:14:59.746Z+ mkdir -p out/downloads
4262023-12-09T04:14:59.746Z+ '[' true == true ']'
4272023-12-09T04:14:59.746Z+ echo Downloading...
4282023-12-09T04:14:59.747ZDownloading...
4292023-12-09T04:14:59.747Z+ do_download_curl https://dl.oxide.computer/releases/console/1802c2859f40712017ab89e72740e39bfd59320b.tar.gz out/downloads/console.tar.gz
4302023-12-09T04:14:59.747Z+ curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/1802c2859f40712017ab89e72740e39bfd59320b.tar.gz
4312023-12-09T04:15:00.397Z++ do_sha256sum out/downloads/console.tar.gz
4322023-12-09T04:15:00.402Z++ case "$OSTYPE" in
4332023-12-09T04:15:00.402Z++ SHA=sha256sum
4342023-12-09T04:15:00.403Z++ sha256sum
4352023-12-09T04:15:00.403Z++ awk '{print $1}'
4362023-12-09T04:15:00.421Z+ calculated_sha2=34768a895f187a6ed263c0050c42084f3907c331b547362871c2ce330e9d08d1
4372023-12-09T04:15:00.421Z+ [[ 34768a895f187a6ed263c0050c42084f3907c331b547362871c2ce330e9d08d1 != \3\4\7\6\8\a\8\9\5\f\1\8\7\a\6\e\d\2\6\3\c\0\0\5\0\c\4\2\0\8\4\f\3\9\0\7\c\3\3\1\b\5\4\7\3\6\2\8\7\1\c\2\c\e\3\3\0\e\9\d\0\8\d\1 ]]
4382023-12-09T04:15:00.421Z+ rm -rf ./out/console-assets
4392023-12-09T04:15:00.428Z+ mkdir -p ./out/console-assets
4402023-12-09T04:15:00.428Z+ do_untar out/downloads/console.tar.gz ./out/console-assets
4412023-12-09T04:15:00.428Z+ mkdir -p ./out/console-assets
4422023-12-09T04:15:00.428Z+ tar xzf out/downloads/console.tar.gz -C ./out/console-assets
4432023-12-09T04:15:00.573Z+ set -o errexit
4442023-12-09T04:15:00.579Z+++ dirname ./tools/ci_download_maghemite_openapi
4452023-12-09T04:15:00.579Z++ cd ./tools
4462023-12-09T04:15:00.579Z++ pwd
4472023-12-09T04:15:00.579Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4482023-12-09T04:15:00.579Z++ basename ./tools/ci_download_maghemite_openapi
4492023-12-09T04:15:00.580Z+ ARG0=ci_download_maghemite_openapi
4502023-12-09T04:15:00.580Z+ TARGET_DIR=out
4512023-12-09T04:15:00.580Z+ DOWNLOAD_DIR=out/downloads
4522023-12-09T04:15:00.580Z+ source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version
4532023-12-09T04:15:00.580Z++ COMMIT=2fd39b75df696961e5ea190c7d74dd91f4849cd3
4542023-12-09T04:15:00.580Z++ SHA2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf
4552023-12-09T04:15:00.580Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/ddm-admin.json
4562023-12-09T04:15:00.580Z+ LOCAL_FILE=out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json
4572023-12-09T04:15:00.580Z+ main
4582023-12-09T04:15:00.585Z+ [[ 0 != 0 ]]
4592023-12-09T04:15:00.585Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/ddm-admin.json'
4602023-12-09T04:15:00.585ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/ddm-admin.json
4612023-12-09T04:15:00.585Z+ echo 'Local file: out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json'
4622023-12-09T04:15:00.585ZLocal file: out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json
4632023-12-09T04:15:00.585Z+ local DO_DOWNLOAD=true
4642023-12-09T04:15:00.585Z+ [[ -f out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json ]]
4652023-12-09T04:15:00.585Z+ mkdir -p out/downloads
4662023-12-09T04:15:00.585Z+ '[' true == true ']'
4672023-12-09T04:15:00.586Z+ echo Downloading...
4682023-12-09T04:15:00.586ZDownloading...
4692023-12-09T04:15:00.586Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/ddm-admin.json out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json
4702023-12-09T04:15:00.586Z+ curl --silent --show-error --fail --location --output out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/ddm-admin.json
4712023-12-09T04:15:00.870Z++ do_sha256sum out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json
4722023-12-09T04:15:00.871Z++ case "$OSTYPE" in
4732023-12-09T04:15:00.895Z++ SHA=sha256sum
4742023-12-09T04:15:00.896Z++ sha256sum
4752023-12-09T04:15:00.896Z++ awk '{print $1}'
4762023-12-09T04:15:00.896Z+ calculated_sha2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf
4772023-12-09T04:15:00.898Z+ [[ 9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf != \9\7\3\7\9\0\6\5\5\5\a\6\0\9\1\1\6\3\6\5\3\2\f\0\0\f\1\d\c\2\8\6\6\d\c\7\c\d\6\5\5\3\b\e\b\1\0\6\e\9\e\5\7\b\e\a\b\a\d\4\1\c\d\f ]]
4782023-12-09T04:15:00.899Z+ source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version
4792023-12-09T04:15:00.899Z++ COMMIT=2fd39b75df696961e5ea190c7d74dd91f4849cd3
4802023-12-09T04:15:00.899Z++ SHA2=931efa310d972b1f8afba2308751fc6a2035afbaebba77b3a40a8358c123ba3c
4812023-12-09T04:15:00.899Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mg-admin.json
4822023-12-09T04:15:00.899Z+ LOCAL_FILE=out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json
4832023-12-09T04:15:00.899Z+ main
4842023-12-09T04:15:00.899Z+ [[ 0 != 0 ]]
4852023-12-09T04:15:00.899Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mg-admin.json'
4862023-12-09T04:15:00.899ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mg-admin.json
4872023-12-09T04:15:00.900Z+ echo 'Local file: out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json'
4882023-12-09T04:15:00.900ZLocal file: out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json
4892023-12-09T04:15:00.900Z+ local DO_DOWNLOAD=true
4902023-12-09T04:15:00.900Z+ [[ -f out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json ]]
4912023-12-09T04:15:00.900Z+ mkdir -p out/downloads
4922023-12-09T04:15:00.900Z+ '[' true == true ']'
4932023-12-09T04:15:00.900Z+ echo Downloading...
4942023-12-09T04:15:00.900ZDownloading...
4952023-12-09T04:15:00.900Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mg-admin.json out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json
4962023-12-09T04:15:00.900Z+ curl --silent --show-error --fail --location --output out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mg-admin.json
4972023-12-09T04:15:01.023Z++ do_sha256sum out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json
4982023-12-09T04:15:01.026Z++ case "$OSTYPE" in
4992023-12-09T04:15:01.026Z++ SHA=sha256sum
5002023-12-09T04:15:01.026Z++ sha256sum
5012023-12-09T04:15:01.026Z++ awk '{print $1}'
5022023-12-09T04:15:01.026Z+ calculated_sha2=931efa310d972b1f8afba2308751fc6a2035afbaebba77b3a40a8358c123ba3c
5032023-12-09T04:15:01.026Z+ [[ 931efa310d972b1f8afba2308751fc6a2035afbaebba77b3a40a8358c123ba3c != \9\3\1\e\f\a\3\1\0\d\9\7\2\b\1\f\8\a\f\b\a\2\3\0\8\7\5\1\f\c\6\a\2\0\3\5\a\f\b\a\e\b\b\a\7\7\b\3\a\4\0\a\8\3\5\8\c\1\2\3\b\a\3\c ]]
5042023-12-09T04:15:01.035Z+ set -o errexit
5052023-12-09T04:15:01.041Z+++ dirname ./tools/ci_download_dendrite_openapi
5062023-12-09T04:15:01.048Z++ cd ./tools
5072023-12-09T04:15:01.049Z++ pwd
5082023-12-09T04:15:01.049Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5092023-12-09T04:15:01.049Z++ basename ./tools/ci_download_dendrite_openapi
5102023-12-09T04:15:01.049Z+ ARG0=ci_download_dendrite_openapi
5112023-12-09T04:15:01.049Z+ TARGET_DIR=out
5122023-12-09T04:15:01.050Z+ DOWNLOAD_DIR=out/downloads
5132023-12-09T04:15:01.050Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
5142023-12-09T04:15:01.050Z++ COMMIT=45e05b2a90203d84510e0c8e902d9449b09ffd9b
5152023-12-09T04:15:01.050Z++ SHA2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0
5162023-12-09T04:15:01.050Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/45e05b2a90203d84510e0c8e902d9449b09ffd9b/dpd.json
5172023-12-09T04:15:01.051Z+ LOCAL_FILE=out/downloads/dpd-45e05b2a90203d84510e0c8e902d9449b09ffd9b.json
5182023-12-09T04:15:01.051Z+ main
5192023-12-09T04:15:01.051Z+ [[ 0 != 0 ]]
5202023-12-09T04:15:01.051Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/45e05b2a90203d84510e0c8e902d9449b09ffd9b/dpd.json'
5212023-12-09T04:15:01.051ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/45e05b2a90203d84510e0c8e902d9449b09ffd9b/dpd.json
5222023-12-09T04:15:01.051ZLocal file: out/downloads/dpd-45e05b2a90203d84510e0c8e902d9449b09ffd9b.json
5232023-12-09T04:15:01.051Z+ echo 'Local file: out/downloads/dpd-45e05b2a90203d84510e0c8e902d9449b09ffd9b.json'
5242023-12-09T04:15:01.052Z+ local DO_DOWNLOAD=true
5252023-12-09T04:15:01.052Z+ [[ -f out/downloads/dpd-45e05b2a90203d84510e0c8e902d9449b09ffd9b.json ]]
5262023-12-09T04:15:01.052Z+ mkdir -p out/downloads
5272023-12-09T04:15:01.058Z+ '[' true == true ']'
5282023-12-09T04:15:01.058Z+ echo Downloading...
5292023-12-09T04:15:01.058ZDownloading...
5302023-12-09T04:15:01.058Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/45e05b2a90203d84510e0c8e902d9449b09ffd9b/dpd.json out/downloads/dpd-45e05b2a90203d84510e0c8e902d9449b09ffd9b.json
5312023-12-09T04:15:01.058Z+ curl --silent --show-error --fail --location --output out/downloads/dpd-45e05b2a90203d84510e0c8e902d9449b09ffd9b.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/45e05b2a90203d84510e0c8e902d9449b09ffd9b/dpd.json
5322023-12-09T04:15:01.230Z++ do_sha256sum out/downloads/dpd-45e05b2a90203d84510e0c8e902d9449b09ffd9b.json
5332023-12-09T04:15:01.233Z++ case "$OSTYPE" in
5342023-12-09T04:15:01.236Z++ SHA=sha256sum
5352023-12-09T04:15:01.236Z++ sha256sum
5362023-12-09T04:15:01.236Z++ awk '{print $1}'
5372023-12-09T04:15:01.241Z+ calculated_sha2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0
5382023-12-09T04:15:01.241Z+ [[ 07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 != \0\7\d\1\1\5\b\f\a\8\4\9\8\a\8\0\1\5\c\a\2\a\8\4\4\7\e\f\e\e\a\c\3\2\e\2\4\a\e\b\2\5\b\a\f\3\d\5\e\2\3\1\3\2\1\6\e\1\1\2\9\3\c\0 ]]
5392023-12-09T04:15:01.248Z+ set -o errexit
5402023-12-09T04:15:01.252Z+++ dirname ./tools/ci_download_dendrite_stub
5412023-12-09T04:15:01.252Z++ cd ./tools
5422023-12-09T04:15:01.253Z++ pwd
5432023-12-09T04:15:01.258Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5442023-12-09T04:15:01.258Z++ basename ./tools/ci_download_dendrite_stub
5452023-12-09T04:15:01.258Z+ ARG0=ci_download_dendrite_stub
5462023-12-09T04:15:01.258Z+ source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums
5472023-12-09T04:15:01.258Z++ CIDL_SHA256_ILLUMOS=b14e73c8091a004472f9825b9b81b2c685bc5a48801704380a80481499060ad9
5482023-12-09T04:15:01.258Z++ CIDL_SHA256_LINUX_DPD=a0d92b5007826b119c68fdaef753e33b125740ec7b3e771bfa6b3aa8d9fcb8cc
5492023-12-09T04:15:01.258Z++ CIDL_SHA256_LINUX_SWADM=13387460db5b57e6ffad6c0b8877af32cc6d53fecc4a1a0910143c0446d39a38
5502023-12-09T04:15:01.258Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
5512023-12-09T04:15:01.258Z++ COMMIT=45e05b2a90203d84510e0c8e902d9449b09ffd9b
5522023-12-09T04:15:01.258Z++ SHA2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0
5532023-12-09T04:15:01.258Z+ TARGET_DIR=out
5542023-12-09T04:15:01.258Z+ DOWNLOAD_DIR=out/downloads
5552023-12-09T04:15:01.258Z+ DEST_DIR=./out/dendrite-stub
5562023-12-09T04:15:01.259Z+ BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin
5572023-12-09T04:15:01.259Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
5582023-12-09T04:15:01.259Z+ REPO=oxidecomputer/dendrite
5592023-12-09T04:15:01.259Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/45e05b2a90203d84510e0c8e902d9449b09ffd9b
5602023-12-09T04:15:01.259Z+ main
5612023-12-09T04:15:01.259Z+ [[ 0 != 0 ]]
5622023-12-09T04:15:01.259Z+ CIDL_OS=solaris2.11
5632023-12-09T04:15:01.259Z+ [[ 0 != 0 ]]
5642023-12-09T04:15:01.259Z+ configure_os solaris2.11
5652023-12-09T04:15:01.259Z+ echo 'current directory: /work/oxidecomputer/omicron'
5662023-12-09T04:15:01.259Zcurrent directory: /work/oxidecomputer/omicron
5672023-12-09T04:15:01.259Z+ echo 'configuring based on OS: "solaris2.11"'
5682023-12-09T04:15:01.260Zconfiguring based on OS: "solaris2.11"
5692023-12-09T04:15:01.260Z+ case "$1" in
5702023-12-09T04:15:01.260Z+ SET_BINARIES=
5712023-12-09T04:15:01.260Z+ CIDL_SHA256=b14e73c8091a004472f9825b9b81b2c685bc5a48801704380a80481499060ad9
5722023-12-09T04:15:01.260Z+ CIDL_SHA256FUNC=do_sha256sum
5732023-12-09T04:15:01.260Z+ TARBALL_FILENAME=dendrite-stub.tar.gz
5742023-12-09T04:15:01.260Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/45e05b2a90203d84510e0c8e902d9449b09ffd9b/dendrite-stub.tar.gz
5752023-12-09T04:15:01.260Z+ TARBALL_FILE=out/downloads/dendrite-stub.tar.gz
5762023-12-09T04:15:01.260Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/45e05b2a90203d84510e0c8e902d9449b09ffd9b/dendrite-stub.tar.gz'
5772023-12-09T04:15:01.260ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/45e05b2a90203d84510e0c8e902d9449b09ffd9b/dendrite-stub.tar.gz
5782023-12-09T04:15:01.260ZLocal file: out/downloads/dendrite-stub.tar.gz
5792023-12-09T04:15:01.260Z+ echo 'Local file: out/downloads/dendrite-stub.tar.gz'
5802023-12-09T04:15:01.260Z+ mkdir -p out/downloads
5812023-12-09T04:15:01.265Z+ mkdir -p ./out/dendrite-stub
5822023-12-09T04:15:01.265Z+ fetch_and_verify
5832023-12-09T04:15:01.265Z+ local DO_DOWNLOAD=true
5842023-12-09T04:15:01.265Z+ [[ -f out/downloads/dendrite-stub.tar.gz ]]
5852023-12-09T04:15:01.265Z+ '[' true == true ']'
5862023-12-09T04:15:01.265Z+ echo Downloading...
5872023-12-09T04:15:01.265ZDownloading...
5882023-12-09T04:15:01.265Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/45e05b2a90203d84510e0c8e902d9449b09ffd9b/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz
5892023-12-09T04:15:01.265Z+ curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/45e05b2a90203d84510e0c8e902d9449b09ffd9b/dendrite-stub.tar.gz
5902023-12-09T04:15:12.004Z++ do_sha256sum out/downloads/dendrite-stub.tar.gz
5912023-12-09T04:15:12.013Z++ sha256sum
5922023-12-09T04:15:12.014Z++ awk '{print $1}'
5932023-12-09T04:15:12.067Z+ calculated_sha256=b14e73c8091a004472f9825b9b81b2c685bc5a48801704380a80481499060ad9
5942023-12-09T04:15:12.067Z+ [[ b14e73c8091a004472f9825b9b81b2c685bc5a48801704380a80481499060ad9 != \b\1\4\e\7\3\c\8\0\9\1\a\0\0\4\4\7\2\f\9\8\2\5\b\9\b\8\1\b\2\c\6\8\5\b\c\5\a\4\8\8\0\1\7\0\4\3\8\0\a\8\0\4\8\1\4\9\9\0\6\0\a\d\9 ]]
5952023-12-09T04:15:12.072Z+ do_untar out/downloads/dendrite-stub.tar.gz
5962023-12-09T04:15:12.072Z+ tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads
5972023-12-09T04:15:13.243Z+ do_assemble
5982023-12-09T04:15:13.243Z+ rm -r ./out/dendrite-stub
5992023-12-09T04:15:13.246Z+ mkdir ./out/dendrite-stub
6002023-12-09T04:15:13.253Z+ cp -r out/downloads/root ./out/dendrite-stub/root
6012023-12-09T04:15:13.451Z+ ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin
6022023-12-09T04:15:13.472Z+ set -o errexit
6032023-12-09T04:15:13.506Z+++ dirname ./tools/ci_download_maghemite_mgd
6042023-12-09T04:15:13.506Z++ cd ./tools
6052023-12-09T04:15:13.506Z++ pwd
6062023-12-09T04:15:13.506Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
6072023-12-09T04:15:13.506Z++ basename ./tools/ci_download_maghemite_mgd
6082023-12-09T04:15:13.507Z+ ARG0=ci_download_maghemite_mgd
6092023-12-09T04:15:13.507Z+ source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums
6102023-12-09T04:15:13.507Z++ CIDL_SHA256=802636775fa77dc6eec193e65fde87e403f6a11531745d47ef5e7ff13b242890
6112023-12-09T04:15:13.507Z++ MGD_LINUX_SHA256=1bcadfd700902e3640843e0bb53d3defdbcd8d86c3279efa0953ae8d6437e2b0
6122023-12-09T04:15:13.507Z+ source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version
6132023-12-09T04:15:13.507Z++ COMMIT=2fd39b75df696961e5ea190c7d74dd91f4849cd3
6142023-12-09T04:15:13.507Z++ SHA2=931efa310d972b1f8afba2308751fc6a2035afbaebba77b3a40a8358c123ba3c
6152023-12-09T04:15:13.507Z+ TARGET_DIR=out
6162023-12-09T04:15:13.507Z+ DOWNLOAD_DIR=out/downloads
6172023-12-09T04:15:13.507Z+ DEST_DIR=./out/mgd
6182023-12-09T04:15:13.508Z+ BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin
6192023-12-09T04:15:13.508Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
6202023-12-09T04:15:13.508Z+ REPO=oxidecomputer/maghemite
6212023-12-09T04:15:13.508Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2fd39b75df696961e5ea190c7d74dd91f4849cd3
6222023-12-09T04:15:13.508Z+ main
6232023-12-09T04:15:13.508Z+ [[ 0 != 0 ]]
6242023-12-09T04:15:13.508Z+ CIDL_OS=solaris2.11
6252023-12-09T04:15:13.508Z+ [[ 0 != 0 ]]
6262023-12-09T04:15:13.508Z+ configure_os solaris2.11
6272023-12-09T04:15:13.509Z+ echo 'current directory: /work/oxidecomputer/omicron'
6282023-12-09T04:15:13.509Zcurrent directory: /work/oxidecomputer/omicron
6292023-12-09T04:15:13.509Z+ echo 'configuring based on OS: "solaris2.11"'
6302023-12-09T04:15:13.509Z+ case "$1" in
6312023-12-09T04:15:13.509Zconfiguring based on OS: "solaris2.11"
6322023-12-09T04:15:13.509Z+ SET_BINARIES=
6332023-12-09T04:15:13.509Z+ CIDL_SHA256FUNC=do_sha256sum
6342023-12-09T04:15:13.509Z+ TARBALL_FILENAME=mgd.tar.gz
6352023-12-09T04:15:13.509Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mgd.tar.gz
6362023-12-09T04:15:13.509Z+ TARBALL_FILE=out/downloads/mgd.tar.gz
6372023-12-09T04:15:13.509Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mgd.tar.gz'
6382023-12-09T04:15:13.510Z+ echo 'Local file: out/downloads/mgd.tar.gz'
6392023-12-09T04:15:13.510ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mgd.tar.gz
6402023-12-09T04:15:13.510ZLocal file: out/downloads/mgd.tar.gz
6412023-12-09T04:15:13.510Z+ mkdir -p out/downloads
6422023-12-09T04:15:13.510Z+ mkdir -p ./out/mgd
6432023-12-09T04:15:13.510Z+ fetch_and_verify
6442023-12-09T04:15:13.510Z+ local DO_DOWNLOAD=true
6452023-12-09T04:15:13.510Z+ [[ -f out/downloads/mgd.tar.gz ]]
6462023-12-09T04:15:13.510Z+ '[' true == true ']'
6472023-12-09T04:15:13.511Z+ echo Downloading...
6482023-12-09T04:15:13.512ZDownloading...
6492023-12-09T04:15:13.512Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mgd.tar.gz out/downloads/mgd.tar.gz
6502023-12-09T04:15:13.512Z+ curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mgd.tar.gz
6512023-12-09T04:15:19.136Z++ do_sha256sum out/downloads/mgd.tar.gz
6522023-12-09T04:15:19.141Z++ sha256sum
6532023-12-09T04:15:19.141Z++ awk '{print $1}'
6542023-12-09T04:15:19.221Z+ calculated_sha256=802636775fa77dc6eec193e65fde87e403f6a11531745d47ef5e7ff13b242890
6552023-12-09T04:15:19.221Z+ [[ 802636775fa77dc6eec193e65fde87e403f6a11531745d47ef5e7ff13b242890 != \8\0\2\6\3\6\7\7\5\f\a\7\7\d\c\6\e\e\c\1\9\3\e\6\5\f\d\e\8\7\e\4\0\3\f\6\a\1\1\5\3\1\7\4\5\d\4\7\e\f\5\e\7\f\f\1\3\b\2\4\2\8\9\0 ]]
6562023-12-09T04:15:19.233Z+ do_untar out/downloads/mgd.tar.gz
6572023-12-09T04:15:19.236Z+ tar xzf out/downloads/mgd.tar.gz -C out/downloads
6582023-12-09T04:15:19.904Z+ do_assemble
6592023-12-09T04:15:19.904Z+ rm -r ./out/mgd
6602023-12-09T04:15:19.910Z+ mkdir ./out/mgd
6612023-12-09T04:15:19.910Z+ cp -r out/downloads/root ./out/mgd/root
6622023-12-09T04:15:20.128Z+ set -o errexit
6632023-12-09T04:15:20.132Z+++ dirname ./tools/ci_download_transceiver_control
6642023-12-09T04:15:20.136Z++ cd ./tools
6652023-12-09T04:15:20.136Z++ pwd
6662023-12-09T04:15:20.136Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
6672023-12-09T04:15:20.145Z++ basename ./tools/ci_download_transceiver_control
6682023-12-09T04:15:20.145Z+ ARG0=ci_download_transceiver_control
6692023-12-09T04:15:20.145Z+ source /work/oxidecomputer/omicron/tools/transceiver_control_version
6702023-12-09T04:15:20.145Z++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a
6712023-12-09T04:15:20.146Z++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6722023-12-09T04:15:20.146Z+ TARGET_DIR=out
6732023-12-09T04:15:20.146Z+ DOWNLOAD_DIR=out/downloads
6742023-12-09T04:15:20.146Z+ DEST_DIR=./out/transceiver-control
6752023-12-09T04:15:20.146Z+ BIN_DIR=/opt/oxide/bin
6762023-12-09T04:15:20.146Z+ BINARY=xcvradm
6772023-12-09T04:15:20.147Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
6782023-12-09T04:15:20.147Z+ REPO=oxidecomputer/transceiver-control
6792023-12-09T04:15:20.147Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a
6802023-12-09T04:15:20.147Z+ main
6812023-12-09T04:15:20.147Z+ [[ 0 != 0 ]]
6822023-12-09T04:15:20.147Z+ CIDL_OS=solaris2.11
6832023-12-09T04:15:20.147Z+ [[ 0 != 0 ]]
6842023-12-09T04:15:20.147Z+ configure_os solaris2.11
6852023-12-09T04:15:20.148Z+ echo 'current directory: /work/oxidecomputer/omicron'
6862023-12-09T04:15:20.148Zcurrent directory: /work/oxidecomputer/omicron
6872023-12-09T04:15:20.148Z+ echo 'configuring based on OS: "solaris2.11"'
6882023-12-09T04:15:20.148Z+ case "$1" in
6892023-12-09T04:15:20.148Zconfiguring based on OS: "solaris2.11"
6902023-12-09T04:15:20.148Z+ SET_BINARIES=
6912023-12-09T04:15:20.148Z+ CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6922023-12-09T04:15:20.148Z+ CIDL_SHA256FUNC=do_sha256sum
6932023-12-09T04:15:20.148Z+ ARCHIVE_FILENAME=xcvradm.gz
6942023-12-09T04:15:20.149Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6952023-12-09T04:15:20.149ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6962023-12-09T04:15:20.150Z+ ARCHIVE_FILE=out/downloads/xcvradm.gz
6972023-12-09T04:15:20.151Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz'
6982023-12-09T04:15:20.151ZLocal file: out/downloads/xcvradm.gz
6992023-12-09T04:15:20.152Z+ echo 'Local file: out/downloads/xcvradm.gz'
7002023-12-09T04:15:20.152Z+ mkdir -p out/downloads
7012023-12-09T04:15:20.156Z+ mkdir -p ./out/transceiver-control
7022023-12-09T04:15:20.156Z+ fetch_and_verify
7032023-12-09T04:15:20.156Z+ local DO_DOWNLOAD=true
7042023-12-09T04:15:20.156Z+ [[ -f out/downloads/xcvradm.gz ]]
7052023-12-09T04:15:20.156Z+ '[' true == true ']'
7062023-12-09T04:15:20.156Z+ echo Downloading...
7072023-12-09T04:15:20.156ZDownloading...
7082023-12-09T04:15:20.156Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz
7092023-12-09T04:15:20.156Z+ 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
7102023-12-09T04:15:23.156Z++ do_sha256sum out/downloads/xcvradm.gz
7112023-12-09T04:15:23.191Z++ sha256sum
7122023-12-09T04:15:23.191Z++ awk '{print $1}'
7132023-12-09T04:15:23.192Z+ calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
7142023-12-09T04:15:23.192Z+ [[ 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 ]]
7152023-12-09T04:15:23.192Z+ do_unpack out/downloads/xcvradm.gz
7162023-12-09T04:15:23.193Z+ mkdir -p out/downloads/root//opt/oxide/bin
7172023-12-09T04:15:23.193Z+ gzip -dc out/downloads/xcvradm.gz
7182023-12-09T04:15:23.354Z+ chmod +x out/downloads/root//opt/oxide/bin/xcvradm
7192023-12-09T04:15:23.364Z+ do_assemble
7202023-12-09T04:15:23.364Z+ rm -r ./out/transceiver-control
7212023-12-09T04:15:23.365Z+ mkdir ./out/transceiver-control
7222023-12-09T04:15:23.385Z+ cp -r out/downloads/root ./out/transceiver-control/root
7232023-12-09T04:15:23.585ZAll builder prerequisites installed successfully, and PATH looks valid
7242023-12-09T04:15:23.602Z
7252023-12-09T04:15:23.602Zreal 2:57.585520151
7262023-12-09T04:15:23.602Zuser 55.406655816
7272023-12-09T04:15:23.602Zsys 11.124200328
7282023-12-09T04:15:23.602Ztrap 0.025227532
7292023-12-09T04:15:23.603Ztflt 0.159582505
7302023-12-09T04:15:23.603Zdflt 0.476735185
7312023-12-09T04:15:23.603Zkflt 0.147058407
7322023-12-09T04:15:23.603Zlock 2.144104430
7332023-12-09T04:15:23.604Zslp 5:35.451689467
7342023-12-09T04:15:23.604Zlat 4.212144637
7352023-12-09T04:15:23.604Zstop 0.082115670
7362023-12-09T04:15:23.604Z
7372023-12-09T04:15:23.604Z #### # # ##### ##### # #
7382023-12-09T04:15:23.605Z # # # # # # # # # #
7392023-12-09T04:15:23.605Z # # # # # # # #
7402023-12-09T04:15:23.605Z # # # ##### ##### #
7412023-12-09T04:15:23.605Z # # # # # # #
7422023-12-09T04:15:23.605Z #### ###### # # # #
7432023-12-09T04:15:23.606Z
7442023-12-09T04:15:23.930Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
7452023-12-09T04:15:24.294Z Updating crates.io index
7462023-12-09T04:15:24.368Z Updating git repository `https://github.com/oxidecomputer/dropshot`
7472023-12-09T04:15:25.230Z Updating git repository `https://github.com/oxidecomputer/progenitor`
7482023-12-09T04:15:27.068Z Updating git repository `http://github.com/oxidecomputer/serde_human_bytes`
7492023-12-09T04:15:27.677Z Updating git repository `http://github.com/oxidecomputer/tofino`
7502023-12-09T04:15:27.995Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
7512023-12-09T04:15:28.296Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
7522023-12-09T04:15:28.590Z Updating git repository `https://github.com/oxidecomputer/propolis`
7532023-12-09T04:15:29.469Z Updating git repository `https://github.com/oxidecomputer/crucible`
7542023-12-09T04:15:31.614Z Updating git repository `https://github.com/oxidecomputer/opte`
7552023-12-09T04:15:32.682Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
7562023-12-09T04:15:33.028Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
7572023-12-09T04:15:33.818Z Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel`
7582023-12-09T04:15:33.915Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
7592023-12-09T04:15:34.195Z Updating git repository `http://github.com/oxidecomputer/sprockets`
7602023-12-09T04:15:34.609Z Updating git repository `https://github.com/oxidecomputer/diesel-dtrace`
7612023-12-09T04:15:34.936Z Updating git repository `https://github.com/njaremko/samael`
7622023-12-09T04:15:35.460Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
7632023-12-09T04:15:36.020Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
7642023-12-09T04:15:36.390Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
7652023-12-09T04:15:36.704Z Updating git repository `https://github.com/jgallagher/nix`
7662023-12-09T04:15:38.028Z Updating git repository `https://github.com/cbiffle/hubpack`
7672023-12-09T04:15:38.443Z Updating git repository `https://github.com/oxidecomputer/typify`
7682023-12-09T04:15:39.323Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
7692023-12-09T04:15:39.700Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
7702023-12-09T04:15:40.014Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
7712023-12-09T04:15:41.399Z Downloading crates ...
7722023-12-09T04:15:41.629Z Downloaded anstyle-parse v0.2.1
7732023-12-09T04:15:41.635Z Downloaded anstream v0.5.0
7742023-12-09T04:15:41.639Z Downloaded itoa v1.0.9
7752023-12-09T04:15:41.642Z Downloaded camino v1.1.6
7762023-12-09T04:15:41.646Z Downloaded equivalent v1.0.1
7772023-12-09T04:15:41.646Z Downloaded colorchoice v1.0.0
7782023-12-09T04:15:41.662Z Downloaded thiserror-impl v1.0.49
7792023-12-09T04:15:41.666Z Downloaded toml_datetime v0.6.5
7802023-12-09T04:15:41.670Z Downloaded cargo-platform v0.1.3
7812023-12-09T04:15:41.674Z Downloaded utf8parse v0.2.1
7822023-12-09T04:15:41.674Z Downloaded errno v0.3.2
7832023-12-09T04:15:41.678Z Downloaded anstyle-query v1.0.0
7842023-12-09T04:15:41.678Z Downloaded bitflags v1.3.2
7852023-12-09T04:15:41.682Z Downloaded serde_spanned v0.6.4
7862023-12-09T04:15:41.686Z Downloaded thiserror v1.0.49
7872023-12-09T04:15:41.691Z Downloaded cargo_toml v0.17.0
7882023-12-09T04:15:41.694Z Downloaded strsim v0.10.0
7892023-12-09T04:15:41.697Z Downloaded anstyle v1.0.2
7902023-12-09T04:15:41.700Z Downloaded terminal_size v0.2.6
7912023-12-09T04:15:41.703Z Downloaded quote v1.0.33
7922023-12-09T04:15:41.706Z Downloaded heck v0.4.1
7932023-12-09T04:15:41.711Z Downloaded semver v1.0.20
7942023-12-09T04:15:41.715Z Downloaded unicode-ident v1.0.12
7952023-12-09T04:15:41.726Z Downloaded clap_derive v4.4.2
7962023-12-09T04:15:41.726Z Downloaded anyhow v1.0.75
7972023-12-09T04:15:41.742Z Downloaded serde_derive v1.0.192
7982023-12-09T04:15:41.742Z Downloaded clap v4.4.3
7992023-12-09T04:15:41.754Z Downloaded toml v0.8.8
8002023-12-09T04:15:41.763Z Downloaded serde v1.0.192
8012023-12-09T04:15:41.763Z Downloaded memchr v2.6.3
8022023-12-09T04:15:42.171Z Downloaded toml_edit v0.21.0
8032023-12-09T04:15:42.171Z Downloaded winnow v0.5.15
8042023-12-09T04:15:42.171Z Downloaded clap_builder v4.4.2
8052023-12-09T04:15:42.172Z Downloaded syn v2.0.32
8062023-12-09T04:15:42.172Z Downloaded rustix v0.37.23
8072023-12-09T04:15:42.172Z Downloaded serde_json v1.0.108
8082023-12-09T04:15:42.172Z Downloaded libc v0.2.150
8092023-12-09T04:15:42.172Z Downloaded hashbrown v0.14.2
8102023-12-09T04:15:42.173Z Downloaded proc-macro2 v1.0.69
8112023-12-09T04:15:42.173Z Downloaded indexmap v2.1.0
8122023-12-09T04:15:42.173Z Downloaded ryu v1.0.15
8132023-12-09T04:15:42.173Z Downloaded io-lifetimes v1.0.11
8142023-12-09T04:15:42.173Z Downloaded clap_lex v0.5.1
8152023-12-09T04:15:42.174Z Downloaded cargo_metadata v0.18.0
8162023-12-09T04:15:42.174Z Compiling proc-macro2 v1.0.69
8172023-12-09T04:15:42.174Z Compiling unicode-ident v1.0.12
8182023-12-09T04:15:42.174Z Compiling serde v1.0.192
8192023-12-09T04:15:42.174Z Compiling libc v0.2.150
8202023-12-09T04:15:42.174Z Compiling io-lifetimes v1.0.11
8212023-12-09T04:15:42.174Z Compiling rustix v0.37.23
8222023-12-09T04:15:42.175Z Compiling bitflags v1.3.2
8232023-12-09T04:15:42.175Z Compiling equivalent v1.0.1
8242023-12-09T04:15:42.280Z Compiling hashbrown v0.14.2
8252023-12-09T04:15:42.367Z Compiling utf8parse v0.2.1
8262023-12-09T04:15:42.522Z Compiling colorchoice v1.0.0
8272023-12-09T04:15:42.631Z Compiling anstyle-parse v0.2.1
8282023-12-09T04:15:42.738Z Compiling serde_json v1.0.108
8292023-12-09T04:15:43.046Z Compiling anstyle v1.0.2
8302023-12-09T04:15:43.500Z Compiling semver v1.0.20
8312023-12-09T04:15:43.825Z Compiling indexmap v2.1.0
8322023-12-09T04:15:44.175Z Compiling camino v1.1.6
8332023-12-09T04:15:44.181Z Compiling anstyle-query v1.0.0
8342023-12-09T04:15:44.277Z Compiling winnow v0.5.15
8352023-12-09T04:15:44.370Z Compiling thiserror v1.0.49
8362023-12-09T04:15:44.388Z Compiling anstream v0.5.0
8372023-12-09T04:15:44.699Z Compiling anyhow v1.0.75
8382023-12-09T04:15:45.159Z Compiling heck v0.4.1
8392023-12-09T04:15:45.300Z Compiling itoa v1.0.9
8402023-12-09T04:15:45.420Z Compiling clap_lex v0.5.1
8412023-12-09T04:15:45.490Z Compiling quote v1.0.33
8422023-12-09T04:15:45.620Z Compiling strsim v0.10.0
8432023-12-09T04:15:45.637Z Compiling ryu v1.0.15
8442023-12-09T04:15:46.060Z Compiling syn v2.0.32
8452023-12-09T04:15:46.205Z Compiling errno v0.3.2
8462023-12-09T04:15:47.844Z Compiling terminal_size v0.2.6
8472023-12-09T04:15:47.992Z Compiling clap_builder v4.4.2
8482023-12-09T04:15:54.071Z Compiling serde_derive v1.0.192
8492023-12-09T04:15:54.071Z Compiling thiserror-impl v1.0.49
8502023-12-09T04:15:54.482Z Compiling clap_derive v4.4.2
8512023-12-09T04:15:58.768Z Compiling clap v4.4.3
8522023-12-09T04:16:07.266Z Compiling serde_spanned v0.6.4
8532023-12-09T04:16:07.271Z Compiling toml_datetime v0.6.5
8542023-12-09T04:16:07.271Z Compiling cargo-platform v0.1.3
8552023-12-09T04:16:07.603Z Compiling toml_edit v0.21.0
8562023-12-09T04:16:09.253Z Compiling cargo_metadata v0.18.0
8572023-12-09T04:16:10.780Z Compiling toml v0.8.8
8582023-12-09T04:16:11.751Z Compiling cargo_toml v0.17.0
8592023-12-09T04:16:17.826Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
8602023-12-09T04:16:19.219Z Finished dev [unoptimized + debuginfo] target(s) in 55.55s
8612023-12-09T04:16:19.415Z Running `target/debug/xtask clippy`
8622023-12-09T04:16:19.467Zrunning: "/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/cargo" "clippy" "--all-targets" "--" "--deny" "warnings" "--allow" "clippy::style"
8632023-12-09T04:16:20.273Z Downloading crates ...
8642023-12-09T04:16:20.508Z Downloaded addr2line v0.21.0
8652023-12-09T04:16:20.524Z Downloaded instant v0.1.12
8662023-12-09T04:16:20.530Z Downloaded curve25519-dalek-derive v0.1.0
8672023-12-09T04:16:20.534Z Downloaded lalrpop-util v0.19.12
8682023-12-09T04:16:20.537Z Downloaded is_ci v1.1.1
8692023-12-09T04:16:20.553Z Downloaded crossbeam v0.8.2
8702023-12-09T04:16:20.553Z Downloaded crc v3.0.1
8712023-12-09T04:16:20.553Z Downloaded cpufeatures v0.2.9
8722023-12-09T04:16:20.553Z Downloaded lazy_static v1.4.0
8732023-12-09T04:16:20.557Z Downloaded libsw v3.3.0
8742023-12-09T04:16:20.561Z Downloaded cookie v0.18.0
8752023-12-09T04:16:20.565Z Downloaded darling_core v0.20.3
8762023-12-09T04:16:20.577Z Downloaded hyper-tls v0.5.0
8772023-12-09T04:16:20.584Z Downloaded ident_case v1.0.1
8782023-12-09T04:16:20.588Z Downloaded cast v0.3.0
8792023-12-09T04:16:20.591Z Downloaded assert_matches v1.5.0
8802023-12-09T04:16:20.595Z Downloaded indexmap v1.9.3
8812023-12-09T04:16:20.609Z Downloaded atomicwrites v0.4.2
8822023-12-09T04:16:20.612Z Downloaded linked-hash-map v0.5.6
8832023-12-09T04:16:20.618Z Downloaded oso-derive v0.27.0
8842023-12-09T04:16:20.621Z Downloaded openssl-probe v0.1.5
8852023-12-09T04:16:20.625Z Downloaded new_debug_unreachable v1.0.4
8862023-12-09T04:16:20.628Z Downloaded atomic-waker v1.1.1
8872023-12-09T04:16:20.633Z Downloaded managed v0.8.0
8882023-12-09T04:16:20.636Z Downloaded criterion-plot v0.5.0
8892023-12-09T04:16:20.643Z Downloaded macaddr v1.0.1
8902023-12-09T04:16:20.647Z Downloaded lru-cache v0.1.2
8912023-12-09T04:16:20.651Z Downloaded newtype_derive v0.1.6
8922023-12-09T04:16:20.656Z Downloaded mockall v0.11.4
8932023-12-09T04:16:20.710Z Downloaded iana-time-zone v0.1.57
8942023-12-09T04:16:20.736Z Downloaded num_cpus v1.16.0
8952023-12-09T04:16:20.736Z Downloaded num v0.4.1
8962023-12-09T04:16:20.736Z Downloaded cassowary v0.3.0
8972023-12-09T04:16:20.736Z Downloaded num_enum_derive v0.5.11
8982023-12-09T04:16:20.736Z Downloaded multer v2.1.0
8992023-12-09T04:16:20.746Z Downloaded opaque-debug v0.3.0
9002023-12-09T04:16:20.746Z Downloaded mockall_derive v0.11.4
9012023-12-09T04:16:20.746Z Downloaded serde-big-array v0.4.1
9022023-12-09T04:16:20.746Z Downloaded constant_time_eq v0.2.6
9032023-12-09T04:16:20.746Z Downloaded serde-big-array v0.5.1
9042023-12-09T04:16:20.749Z Downloaded once_cell v1.19.0
9052023-12-09T04:16:20.749Z Downloaded corncobs v0.1.3
9062023-12-09T04:16:20.749Z Downloaded tokio-macros v2.2.0
9072023-12-09T04:16:20.749Z Downloaded signal-hook-mio v0.2.3
9082023-12-09T04:16:20.749Z Downloaded nu-ansi-term v0.49.0
9092023-12-09T04:16:20.749Z Downloaded waitgroup v0.1.2
9102023-12-09T04:16:20.749Z Downloaded static_assertions v1.1.0
9112023-12-09T04:16:20.750Z Downloaded foreign-types-macros v0.2.3
9122023-12-09T04:16:20.750Z Downloaded foreign-types v0.3.2
9132023-12-09T04:16:20.750Z Downloaded cexpr v0.6.0
9142023-12-09T04:16:20.753Z Downloaded is-terminal v0.4.9
9152023-12-09T04:16:20.756Z Downloaded sec1 v0.7.3
9162023-12-09T04:16:20.758Z Downloaded chacha20 v0.9.1
9172023-12-09T04:16:20.762Z Downloaded nibble_vec v0.1.0
9182023-12-09T04:16:20.765Z Downloaded smallvec v0.6.14
9192023-12-09T04:16:20.769Z Downloaded parse-display v0.8.2
9202023-12-09T04:16:20.776Z Downloaded constant_time_eq v0.3.0
9212023-12-09T04:16:20.776Z Downloaded tower-service v0.3.2
9222023-12-09T04:16:20.780Z Downloaded miniz_oxide v0.7.1
9232023-12-09T04:16:20.784Z Downloaded openssl-macros v0.1.1
9242023-12-09T04:16:20.785Z Downloaded num-complex v0.4.4
9252023-12-09T04:16:20.791Z Downloaded rand_core v0.6.4
9262023-12-09T04:16:20.794Z Downloaded slab v0.4.9
9272023-12-09T04:16:20.794Z Downloaded bit-set v0.5.3
9282023-12-09T04:16:20.797Z Downloaded rpassword v7.3.1
9292023-12-09T04:16:20.800Z Downloaded version_check v0.9.4
9302023-12-09T04:16:20.802Z Downloaded clang-sys v1.6.1
9312023-12-09T04:16:20.806Z Downloaded num-traits v0.2.16
9322023-12-09T04:16:20.812Z Downloaded unicode-width v0.1.11
9332023-12-09T04:16:20.815Z Downloaded thiserror-no-std v2.0.2
9342023-12-09T04:16:20.823Z Downloaded tempdir v0.3.7
9352023-12-09T04:16:20.826Z Downloaded phf_shared v0.10.0
9362023-12-09T04:16:20.829Z Downloaded ciborium v0.2.1
9372023-12-09T04:16:20.836Z Downloaded datatest-stable v0.2.3
9382023-12-09T04:16:20.839Z Downloaded semver v0.1.20
9392023-12-09T04:16:20.842Z Downloaded postgres-types v0.2.6
9402023-12-09T04:16:20.845Z Downloaded usdt-attr-macro v0.3.5
9412023-12-09T04:16:20.848Z Downloaded owo-colors v3.5.0
9422023-12-09T04:16:20.851Z Downloaded rustc_version v0.4.0
9432023-12-09T04:16:20.854Z Downloaded rustc-hash v1.1.0
9442023-12-09T04:16:20.857Z Downloaded futures-task v0.3.29
9452023-12-09T04:16:21.029Z Downloaded futures-io v0.3.29
9462023-12-09T04:16:21.048Z Downloaded textwrap v0.11.0
9472023-12-09T04:16:21.048Z Downloaded ena v0.14.2
9482023-12-09T04:16:21.048Z Downloaded sha1 v0.10.6
9492023-12-09T04:16:21.048Z Downloaded socket2 v0.4.9
9502023-12-09T04:16:21.048Z Downloaded walkdir v2.4.0
9512023-12-09T04:16:21.048Z Downloaded dtrace-parser v0.1.14
9522023-12-09T04:16:21.048Z Downloaded shlex v1.1.0
9532023-12-09T04:16:21.048Z Downloaded xattr v1.0.1
9542023-12-09T04:16:21.048Z Downloaded der_derive v0.7.2
9552023-12-09T04:16:21.048Z Downloaded yansi v0.5.1
9562023-12-09T04:16:21.048Z Downloaded rustversion v1.0.14
9572023-12-09T04:16:21.048Z Downloaded phf_shared v0.11.2
9582023-12-09T04:16:21.048Z Downloaded phf v0.11.2
9592023-12-09T04:16:21.049Z Downloaded rcgen v0.11.3
9602023-12-09T04:16:21.049Z Downloaded relative-path v1.9.0
9612023-12-09T04:16:21.049Z Downloaded untrusted v0.9.0
9622023-12-09T04:16:21.050Z Downloaded smawk v0.3.1
9632023-12-09T04:16:21.050Z Downloaded tracing-attributes v0.1.26
9642023-12-09T04:16:21.050Z Downloaded fxhash v0.2.1
9652023-12-09T04:16:21.050Z Downloaded fs-err v2.11.0
9662023-12-09T04:16:21.050Z Downloaded slog-envlogger v2.2.0
9672023-12-09T04:16:21.050Z Downloaded path-slash v0.1.5
9682023-12-09T04:16:21.050Z Downloaded siphasher v0.3.11
9692023-12-09T04:16:21.050Z Downloaded test-strategy v0.3.1
9702023-12-09T04:16:21.051Z Downloaded display-error-chain v0.2.0
9712023-12-09T04:16:21.051Z Downloaded futures-timer v3.0.2
9722023-12-09T04:16:21.051Z Downloaded want v0.3.1
9732023-12-09T04:16:21.051Z Downloaded vec_map v0.8.2
9742023-12-09T04:16:21.051Z Downloaded headers-core v0.2.0
9752023-12-09T04:16:21.051Z Downloaded scheduled-thread-pool v0.2.7
9762023-12-09T04:16:21.051Z Downloaded take_mut v0.2.2
9772023-12-09T04:16:21.051Z Downloaded radium v0.7.0
9782023-12-09T04:16:21.051Z Downloaded defmt-macros v0.3.6
9792023-12-09T04:16:21.051Z Downloaded schemars v0.8.13
9802023-12-09T04:16:21.051Z Downloaded whoami v1.4.1
9812023-12-09T04:16:21.051Z Downloaded paste v1.0.14
9822023-12-09T04:16:21.051Z Downloaded spin v0.9.8
9832023-12-09T04:16:21.051Z Downloaded minimal-lexical v0.2.1
9842023-12-09T04:16:21.051Z Downloaded fastrand v2.0.0
9852023-12-09T04:16:21.051Z Downloaded wait-timeout v0.2.0
9862023-12-09T04:16:21.051Z Downloaded ff v0.13.0
9872023-12-09T04:16:21.052Z Downloaded foreign-types-shared v0.3.1
9882023-12-09T04:16:21.053Z Downloaded dirs-sys-next v0.1.2
9892023-12-09T04:16:21.053Z Downloaded defmt-parser v0.3.3
9902023-12-09T04:16:21.053Z Downloaded ed25519 v1.5.3
9912023-12-09T04:16:21.053Z Downloaded zone v0.3.0
9922023-12-09T04:16:21.067Z Downloaded strum_macros v0.25.2
9932023-12-09T04:16:21.067Z Downloaded scopeguard v1.2.0
9942023-12-09T04:16:21.067Z Downloaded parking_lot_core v0.8.6
9952023-12-09T04:16:21.067Z Downloaded oso v0.27.0
9962023-12-09T04:16:21.067Z Downloaded pest_meta v2.7.2
9972023-12-09T04:16:21.067Z Downloaded toml v0.5.11
9982023-12-09T04:16:21.073Z Downloaded pretty-hex v0.4.0
9992023-12-09T04:16:21.074Z Downloaded termtree v0.4.1
10002023-12-09T04:16:21.074Z Downloaded proc-macro-crate v1.3.1
10012023-12-09T04:16:21.074Z Downloaded unicode-linebreak v0.1.5
10022023-12-09T04:16:21.074Z Downloaded difflib v0.4.0
10032023-12-09T04:16:21.077Z Downloaded tokio-native-tls v0.3.1
10042023-12-09T04:16:21.077Z Downloaded smallvec v1.11.0
10052023-12-09T04:16:21.080Z Downloaded endian-type v0.1.2
10062023-12-09T04:16:21.083Z Downloaded futures-macro v0.3.29
10072023-12-09T04:16:21.084Z Downloaded doc-comment v0.3.3
10082023-12-09T04:16:21.088Z Downloaded embedded-io v0.4.0
10092023-12-09T04:16:21.091Z Downloaded rustc_version v0.1.7
10102023-12-09T04:16:21.091Z Downloaded synstructure v0.12.6
10112023-12-09T04:16:21.094Z Downloaded x509-cert v0.2.4
10122023-12-09T04:16:21.105Z Downloaded zerocopy v0.3.0
10132023-12-09T04:16:21.110Z Downloaded httptest v0.15.5
10142023-12-09T04:16:21.113Z Downloaded form_urlencoded v1.2.1
10152023-12-09T04:16:21.113Z Downloaded ron v0.8.1
10162023-12-09T04:16:21.123Z Downloaded precomputed-hash v0.1.1
10172023-12-09T04:16:21.126Z Downloaded libxml v0.3.3
10182023-12-09T04:16:21.139Z Downloaded http-range v0.1.5
10192023-12-09T04:16:21.143Z Downloaded tui-tree-widget v0.13.0
10202023-12-09T04:16:21.143Z Downloaded term v0.7.0
10212023-12-09T04:16:21.148Z Downloaded httparse v1.8.0
10222023-12-09T04:16:21.151Z Downloaded predicates-tree v1.0.9
10232023-12-09T04:16:21.154Z Downloaded plotters-svg v0.3.5
10242023-12-09T04:16:21.154Z Downloaded salty v0.2.0
10252023-12-09T04:16:21.164Z Downloaded try-lock v0.2.4
10262023-12-09T04:16:21.167Z Downloaded semver v0.11.0
10272023-12-09T04:16:21.170Z Downloaded predicates v2.1.5
10282023-12-09T04:16:21.174Z Downloaded signal-hook-tokio v0.3.1
10292023-12-09T04:16:21.177Z Downloaded foreign-types v0.5.0
10302023-12-09T04:16:21.180Z Downloaded either v1.9.0
10312023-12-09T04:16:21.181Z Downloaded usdt-impl v0.3.5
10322023-12-09T04:16:21.184Z Downloaded rsa v0.9.2
10332023-12-09T04:16:21.193Z Downloaded ppv-lite86 v0.2.17
10342023-12-09T04:16:21.196Z Downloaded platforms v3.0.2
10352023-12-09T04:16:21.202Z Downloaded foreign-types-shared v0.1.1
10362023-12-09T04:16:21.205Z Downloaded lalrpop v0.19.12
10372023-12-09T04:16:21.221Z Downloaded hostname v0.3.1
10382023-12-09T04:16:21.225Z Downloaded filetime v0.2.23
10392023-12-09T04:16:21.228Z Downloaded serde_tokenstream v0.2.0
10402023-12-09T04:16:21.232Z Downloaded strum v0.25.0
10412023-12-09T04:16:21.237Z Downloaded hash32 v0.2.1
10422023-12-09T04:16:21.240Z Downloaded usdt-macro v0.3.5
10432023-12-09T04:16:21.240Z Downloaded parse-display-derive v0.8.2
10442023-12-09T04:16:21.240Z Downloaded serde_tokenstream v0.1.7
10452023-12-09T04:16:21.249Z Downloaded deranged v0.3.8
10462023-12-09T04:16:21.252Z Downloaded slog-json v2.6.1
10472023-12-09T04:16:21.253Z Downloaded rustc-demangle v0.1.23
10482023-12-09T04:16:21.256Z Downloaded postgres-protocol v0.6.6
10492023-12-09T04:16:21.259Z Downloaded derive-where v1.2.6
10502023-12-09T04:16:21.265Z Downloaded slog-dtrace v0.2.3
10512023-12-09T04:16:21.270Z Downloaded tabled_derive v0.6.0
10522023-12-09T04:16:21.270Z Downloaded hex-literal v0.4.1
10532023-12-09T04:16:21.273Z Downloaded time-core v0.1.1
10542023-12-09T04:16:21.273Z Downloaded futures-executor v0.3.29
10552023-12-09T04:16:21.276Z Downloaded fragile v2.0.0
10562023-12-09T04:16:21.281Z Downloaded unicode-bidi v0.3.13
10572023-12-09T04:16:21.284Z Downloaded digest v0.10.7
10582023-12-09T04:16:21.286Z Downloaded partial-io v0.5.4
10592023-12-09T04:16:21.290Z Downloaded headers v0.3.9
10602023-12-09T04:16:21.300Z Downloaded getopts v0.2.21
10612023-12-09T04:16:21.303Z Downloaded rtoolbox v0.0.1
10622023-12-09T04:16:21.306Z Downloaded httpdate v1.0.3
10632023-12-09T04:16:21.310Z Downloaded aho-corasick v1.0.4
10642023-12-09T04:16:21.321Z Downloaded rusty-fork v0.3.0
10652023-12-09T04:16:21.325Z Downloaded unarray v0.1.4
10662023-12-09T04:16:21.325Z Downloaded http v0.2.11
10672023-12-09T04:16:21.330Z Downloaded dirs-next v2.0.0
10682023-12-09T04:16:21.333Z Downloaded idna v0.5.0
10692023-12-09T04:16:21.346Z Downloaded half v1.8.2
10702023-12-09T04:16:21.350Z Downloaded tiny-keccak v2.0.2
10712023-12-09T04:16:21.354Z Downloaded tinyvec v1.6.0
10722023-12-09T04:16:21.361Z Downloaded pin-project-lite v0.2.13
10732023-12-09T04:16:21.369Z Downloaded diesel_derives v2.1.2
10742023-12-09T04:16:21.375Z Downloaded expectorate v1.1.0
10752023-12-09T04:16:21.379Z Downloaded idna v0.2.3
10762023-12-09T04:16:21.396Z Downloaded zip v0.6.6
10772023-12-09T04:16:21.400Z Downloaded serde_yaml v0.9.25
10782023-12-09T04:16:21.407Z Downloaded zerocopy v0.6.4
10792023-12-09T04:16:21.411Z Downloaded rayon-core v1.12.0
10802023-12-09T04:16:21.421Z Downloaded tokio-postgres v0.7.10
10812023-12-09T04:16:21.427Z Downloaded unicode-normalization v0.1.22
10822023-12-09T04:16:21.434Z Downloaded hashbrown v0.13.2
10832023-12-09T04:16:21.442Z Downloaded typenum v1.16.0
10842023-12-09T04:16:21.447Z Downloaded regex-automata v0.1.10
10852023-12-09T04:16:21.458Z Downloaded rstest_macros v0.18.2
10862023-12-09T04:16:21.462Z Downloaded zerocopy v0.7.26
10872023-12-09T04:16:21.490Z Downloaded hkdf v0.12.3
10882023-12-09T04:16:21.495Z Downloaded reqwest v0.11.22
10892023-12-09T04:16:21.509Z Downloaded tough v0.16.0
10902023-12-09T04:16:21.524Z Downloaded trust-dns-resolver v0.22.0
10912023-12-09T04:16:21.531Z Downloaded futures-util v0.3.29
10922023-12-09T04:16:21.554Z Downloaded typed-path v0.7.0
10932023-12-09T04:16:21.567Z Downloaded reedline v0.26.0
10942023-12-09T04:16:21.578Z Downloaded syn v1.0.109
10952023-12-09T04:16:21.597Z Downloaded time v0.3.27
10962023-12-09T04:16:21.609Z Downloaded polar-core v0.27.0
10972023-12-09T04:16:21.626Z Downloaded smoltcp v0.9.1
10982023-12-09T04:16:21.648Z Downloaded webpki-roots v0.25.2
10992023-12-09T04:16:21.654Z Downloaded diesel v2.1.4
11002023-12-09T04:16:21.689Z Downloaded proptest v1.4.0
11012023-12-09T04:16:21.705Z Downloaded regex-syntax v0.7.5
11022023-12-09T04:16:21.745Z Downloaded radix_trie v0.2.1
11032023-12-09T04:16:21.765Z Downloaded smoltcp v0.10.0
11042023-12-09T04:16:21.770Z Downloaded ratatui v0.23.0
11052023-12-09T04:16:21.778Z Downloaded regex-syntax v0.8.2
11062023-12-09T04:16:21.793Z Downloaded rustix v0.38.25
11072023-12-09T04:16:21.837Z Downloaded trust-dns-proto v0.22.0
11082023-12-09T04:16:21.858Z Downloaded regex-automata v0.3.8
11092023-12-09T04:16:21.891Z Downloaded tokio v1.35.0
11102023-12-09T04:16:21.969Z Downloaded sha3 v0.10.8
11112023-12-09T04:16:21.974Z Downloaded openapiv3 v2.0.0-rc.1
11122023-12-09T04:16:21.997Z Downloaded zerocopy-derive v0.6.4
11132023-12-09T04:16:22.018Z Downloaded regex-automata v0.4.3
11142023-12-09T04:16:22.051Z Downloaded zerocopy-derive v0.2.0
11152023-12-09T04:16:22.067Z Downloaded zerocopy-derive v0.7.26
11162023-12-09T04:16:22.092Z Downloaded encoding_rs v0.8.33
11172023-12-09T04:16:22.133Z Downloaded bzip2-sys v0.1.11+1.0.8
11182023-12-09T04:16:22.157Z Downloaded gimli v0.28.0
11192023-12-09T04:16:22.173Z Downloaded rustls v0.21.9
11202023-12-09T04:16:22.194Z Downloaded regex-syntax v0.6.29
11212023-12-09T04:16:22.209Z Downloaded sled v0.34.7
11222023-12-09T04:16:22.236Z Downloaded bstr v1.6.0
11232023-12-09T04:16:22.248Z Downloaded regress v0.7.1
11242023-12-09T04:16:22.262Z Downloaded openssl v0.10.60
11252023-12-09T04:16:22.304Z Downloaded regex v1.10.2
11262023-12-09T04:16:22.338Z Downloaded bstr v0.2.17
11272023-12-09T04:16:22.356Z Downloaded tabled v0.14.0
11282023-12-09T04:16:22.387Z Downloaded rustls-webpki v0.101.7
11292023-12-09T04:16:22.417Z Downloaded bitvec v1.0.1
11302023-12-09T04:16:22.446Z Downloaded object v0.30.4
11312023-12-09T04:16:22.467Z Downloaded curve25519-dalek v4.1.0
11322023-12-09T04:16:22.489Z Downloaded object v0.32.1
11332023-12-09T04:16:22.506Z Downloaded portable-atomic v1.4.3
11342023-12-09T04:16:22.517Z Downloaded quick-xml v0.23.1
11352023-12-09T04:16:22.529Z Downloaded petgraph v0.6.4
11362023-12-09T04:16:22.554Z Downloaded vcpkg v0.2.15
11372023-12-09T04:16:22.635Z Downloaded h2 v0.3.21
11382023-12-09T04:16:22.648Z Downloaded rayon v1.8.0
11392023-12-09T04:16:22.667Z Downloaded clap v2.34.0
11402023-12-09T04:16:22.676Z Downloaded ring v0.17.7
11412023-12-09T04:16:22.825Z Downloaded hyper v0.14.27
11422023-12-09T04:16:22.839Z Downloaded bindgen v0.65.1
11432023-12-09T04:16:22.853Z Downloaded pretty_assertions v1.4.0
11442023-12-09T04:16:22.856Z Downloaded plotters v0.3.5
11452023-12-09T04:16:22.880Z Downloaded ring v0.16.20
11462023-12-09T04:16:23.034Z Downloaded tracing v0.1.37
11472023-12-09T04:16:23.040Z Downloaded elliptic-curve v0.13.8
11482023-12-09T04:16:23.046Z Downloaded hashbrown v0.12.3
11492023-12-09T04:16:23.053Z Downloaded tar v0.4.40
11502023-12-09T04:16:23.057Z Downloaded prettyplease v0.2.12
11512023-12-09T04:16:23.065Z Downloaded flate2 v1.0.28
11522023-12-09T04:16:23.071Z Downloaded tokio-util v0.7.10
11532023-12-09T04:16:23.081Z Downloaded pest v2.7.2
11542023-12-09T04:16:23.090Z Downloaded rand v0.8.5
11552023-12-09T04:16:23.096Z Downloaded fallible-iterator v0.2.0
11562023-12-09T04:16:23.098Z Downloaded hubpack v0.1.2
11572023-12-09T04:16:23.102Z Downloaded futures v0.3.29
11582023-12-09T04:16:23.108Z Downloaded flume v0.11.0
11592023-12-09T04:16:23.113Z Downloaded unsafe-libyaml v0.2.9
11602023-12-09T04:16:23.122Z Downloaded socket2 v0.5.5
11612023-12-09T04:16:23.126Z Downloaded snafu v0.7.5
11622023-12-09T04:16:23.132Z Downloaded url v2.5.0
11632023-12-09T04:16:23.137Z Downloaded steno v0.4.0
11642023-12-09T04:16:23.143Z Downloaded uuid v1.6.1
11652023-12-09T04:16:23.150Z Downloaded unicode-segmentation v1.10.1
11662023-12-09T04:16:23.156Z Downloaded smf v0.2.2
11672023-12-09T04:16:23.162Z Downloaded zeroize_derive v1.4.2
11682023-12-09T04:16:23.165Z Downloaded same-file v1.0.6
11692023-12-09T04:16:23.166Z Downloaded tokio-rustls v0.24.1
11702023-12-09T04:16:23.166Z Downloaded pkcs8 v0.10.2
11712023-12-09T04:16:23.174Z Downloaded der v0.7.8
11722023-12-09T04:16:23.178Z Downloaded group v0.13.0
11732023-12-09T04:16:23.181Z Downloaded parking_lot v0.11.2
11742023-12-09T04:16:23.185Z Downloaded signature v2.1.0
11752023-12-09T04:16:23.188Z Downloaded structmeta v0.2.0
11762023-12-09T04:16:23.188Z Downloaded ref-cast-impl v1.0.20
11772023-12-09T04:16:23.191Z Downloaded ref-cast v1.0.20
11782023-12-09T04:16:23.194Z Downloaded enum-as-inner v0.5.1
11792023-12-09T04:16:23.198Z Downloaded heck v0.3.3
11802023-12-09T04:16:23.198Z Downloaded postcard v1.0.8
11812023-12-09T04:16:23.201Z Downloaded tracing-core v0.1.31
11822023-12-09T04:16:23.206Z Downloaded schemars_derive v0.8.13
11832023-12-09T04:16:23.209Z Downloaded tinytemplate v1.2.1
11842023-12-09T04:16:23.211Z Downloaded pin-project-internal v1.1.3
11852023-12-09T04:16:23.218Z Downloaded proc-macro-error v1.0.4
11862023-12-09T04:16:23.222Z Downloaded textwrap v0.16.0
11872023-12-09T04:16:23.227Z Downloaded toml v0.7.8
11882023-12-09T04:16:23.230Z Downloaded fatfs v0.3.6
11892023-12-09T04:16:23.234Z Downloaded heapless v0.7.16
11902023-12-09T04:16:23.238Z Downloaded itertools v0.12.0
11912023-12-09T04:16:23.250Z Downloaded toolchain_find v0.2.0
11922023-12-09T04:16:23.252Z Downloaded pest_generator v2.7.2
11932023-12-09T04:16:23.255Z Downloaded toml_edit v0.19.15
11942023-12-09T04:16:23.282Z Downloaded strsim v0.8.0
11952023-12-09T04:16:23.287Z Downloaded thread_local v1.1.7
11962023-12-09T04:16:23.290Z Downloaded poly1305 v0.8.0
11972023-12-09T04:16:23.290Z Downloaded rustls-native-certs v0.6.3
11982023-12-09T04:16:23.295Z Downloaded serde_with v3.4.0
11992023-12-09T04:16:23.304Z Downloaded proc-macro-error-attr v1.0.4
12002023-12-09T04:16:23.307Z Downloaded darling_macro v0.20.3
12012023-12-09T04:16:23.308Z Downloaded funty v2.0.0
12022023-12-09T04:16:23.311Z Downloaded debug-ignore v1.0.5
12032023-12-09T04:16:23.311Z Downloaded serde_with_macros v3.4.0
12042023-12-09T04:16:23.314Z Downloaded subprocess v0.2.9
12052023-12-09T04:16:23.316Z Downloaded plotters-backend v0.3.5
12062023-12-09T04:16:23.319Z Downloaded derive_builder v0.12.0
12072023-12-09T04:16:23.326Z Downloaded vsss-rs v3.3.1
12082023-12-09T04:16:23.330Z Downloaded derive_more v0.99.17
12092023-12-09T04:16:23.341Z Downloaded thread-id v4.2.0
12102023-12-09T04:16:23.344Z Downloaded quick-error v1.2.3
12112023-12-09T04:16:23.344Z Downloaded globset v0.4.13
12122023-12-09T04:16:23.344Z Downloaded pin-utils v0.1.0
12132023-12-09T04:16:23.347Z Downloaded data-encoding v2.4.0
12142023-12-09T04:16:23.348Z Downloaded strum_macros v0.24.3
12152023-12-09T04:16:23.351Z Downloaded semver-parser v0.10.2
12162023-12-09T04:16:23.354Z Downloaded num-bigint-dig v0.8.4
12172023-12-09T04:16:23.360Z Downloaded nom v7.1.3
12182023-12-09T04:16:23.369Z Downloaded predicates-core v1.0.6
12192023-12-09T04:16:23.372Z Downloaded http-body v0.4.5
12202023-12-09T04:16:23.375Z Downloaded which v4.4.0
12212023-12-09T04:16:23.375Z Downloaded serde_path_to_error v0.1.14
12222023-12-09T04:16:23.378Z Downloaded topological-sort v0.2.2
12232023-12-09T04:16:23.381Z Downloaded unicase v2.7.0
12242023-12-09T04:16:23.384Z Downloaded signature v1.6.4
12252023-12-09T04:16:23.384Z Downloaded env_logger v0.10.0
12262023-12-09T04:16:23.388Z Downloaded tokio-stream v0.1.14
12272023-12-09T04:16:23.395Z Downloaded yasna v0.5.2
12282023-12-09T04:16:23.398Z Downloaded tungstenite v0.20.1
12292023-12-09T04:16:23.404Z Downloaded trust-dns-server v0.22.1
12302023-12-09T04:16:23.416Z Downloaded trust-dns-client v0.22.0
12312023-12-09T04:16:23.422Z Downloaded usdt v0.3.5
12322023-12-09T04:16:23.426Z Downloaded fd-lock v3.0.13
12332023-12-09T04:16:23.429Z Downloaded pkg-config v0.3.27
12342023-12-09T04:16:23.431Z Downloaded hmac v0.12.1
12352023-12-09T04:16:23.435Z Downloaded hubpack_derive v0.1.1
12362023-12-09T04:16:23.435Z Downloaded zeroize v1.7.0
12372023-12-09T04:16:23.438Z Downloaded unicode-xid v0.2.4
12382023-12-09T04:16:23.440Z Downloaded cc v1.0.83
12392023-12-09T04:16:23.443Z Downloaded num-bigint v0.4.4
12402023-12-09T04:16:23.451Z Downloaded pin-project v1.1.3
12412023-12-09T04:16:23.473Z Downloaded rust-argon2 v1.0.1
12422023-12-09T04:16:23.476Z Downloaded sha2 v0.10.8
12432023-12-09T04:16:23.479Z Downloaded structmeta-derive v0.2.0
12442023-12-09T04:16:23.482Z Downloaded strip-ansi-escapes v0.2.0
12452023-12-09T04:16:23.482Z Downloaded rand_xorshift v0.3.0
12462023-12-09T04:16:23.485Z Downloaded rand_chacha v0.3.1
12472023-12-09T04:16:23.485Z Downloaded slog v2.7.0
12482023-12-09T04:16:23.490Z Downloaded rand v0.4.6
12492023-12-09T04:16:23.496Z Downloaded futures-sink v0.3.29
12502023-12-09T04:16:23.500Z Downloaded serde_derive_internals v0.26.0
12512023-12-09T04:16:23.503Z Downloaded float-cmp v0.9.0
12522023-12-09T04:16:23.503Z Downloaded universal-hash v0.5.1
12532023-12-09T04:16:23.505Z Downloaded thiserror-impl-no-std v2.0.2
12542023-12-09T04:16:23.508Z Downloaded indicatif v0.17.7
12552023-12-09T04:16:23.512Z Downloaded signal-hook-registry v1.4.1
12562023-12-09T04:16:23.514Z Downloaded glob v0.3.1
12572023-12-09T04:16:23.517Z Downloaded serde_repr v0.1.16
12582023-12-09T04:16:23.523Z Downloaded futures-channel v0.3.29
12592023-12-09T04:16:23.528Z Downloaded pest_derive v2.7.2
12602023-12-09T04:16:23.528Z Downloaded getrandom v0.2.10
12612023-12-09T04:16:23.531Z Downloaded ucd-trie v0.1.6
12622023-12-09T04:16:23.534Z Downloaded trybuild v1.0.85
12632023-12-09T04:16:23.539Z Downloaded openssl-sys v0.9.96
12642023-12-09T04:16:23.547Z Downloaded chrono v0.4.31
12652023-12-09T04:16:23.561Z Downloaded fnv v1.0.7
12662023-12-09T04:16:23.565Z Downloaded serde_plain v1.0.2
12672023-12-09T04:16:23.567Z Downloaded darling_macro v0.14.4
12682023-12-09T04:16:23.568Z Downloaded pem v3.0.2
12692023-12-09T04:16:23.568Z Downloaded generic-array v0.14.7
12702023-12-09T04:16:23.571Z Downloaded structopt-derive v0.4.18
12712023-12-09T04:16:23.575Z Downloaded parking_lot v0.12.1
12722023-12-09T04:16:23.584Z Downloaded stringprep v0.1.3
12732023-12-09T04:16:23.585Z Downloaded dyn-clone v1.0.13
12742023-12-09T04:16:23.588Z Downloaded flagset v0.4.3
12752023-12-09T04:16:23.588Z Downloaded secrecy v0.8.0
12762023-12-09T04:16:23.589Z Downloaded pkcs1 v0.7.5
12772023-12-09T04:16:23.589Z Downloaded predicates v3.0.4
12782023-12-09T04:16:23.592Z Downloaded itertools v0.11.0
12792023-12-09T04:16:23.604Z Downloaded diesel_table_macro_syntax v0.1.0
12802023-12-09T04:16:23.607Z Downloaded mio v0.8.9
12812023-12-09T04:16:23.614Z Downloaded pem-rfc7468 v0.7.0
12822023-12-09T04:16:23.617Z Downloaded hex v0.4.3
12832023-12-09T04:16:23.620Z Downloaded defmt v0.3.5
12842023-12-09T04:16:23.625Z Downloaded highway v1.1.0
12852023-12-09T04:16:23.628Z Downloaded diff v0.1.13
12862023-12-09T04:16:23.634Z Downloaded structopt v0.3.26
12872023-12-09T04:16:23.646Z Downloaded slog-scope v4.4.0
12882023-12-09T04:16:23.649Z Downloaded tokio-tungstenite v0.20.1
12892023-12-09T04:16:23.658Z Downloaded fixedbitset v0.4.2
12902023-12-09T04:16:23.658Z Downloaded base64 v0.21.5
12912023-12-09T04:16:23.661Z Downloaded backtrace v0.3.69
12922023-12-09T04:16:23.668Z Downloaded password-hash v0.5.0
12932023-12-09T04:16:23.671Z Downloaded const-oid v0.9.5
12942023-12-09T04:16:23.674Z Downloaded crossbeam-utils v0.8.16
12952023-12-09T04:16:23.679Z Downloaded papergrid v0.10.0
12962023-12-09T04:16:23.686Z Downloaded vte v0.11.1
12972023-12-09T04:16:23.690Z Downloaded similar v2.2.1
12982023-12-09T04:16:23.698Z Downloaded rustls-pemfile v1.0.3
12992023-12-09T04:16:23.701Z Downloaded rustfmt-wrapper v0.2.0
13002023-12-09T04:16:23.711Z Downloaded vte_generate_state_changes v0.1.1
13012023-12-09T04:16:23.711Z Downloaded utf-8 v0.7.6
13022023-12-09T04:16:23.711Z Downloaded remove_dir_all v0.5.3
13032023-12-09T04:16:23.711Z Downloaded parking_lot_core v0.9.8
13042023-12-09T04:16:23.720Z Downloaded resolv-conf v0.7.0
13052023-12-09T04:16:23.720Z Downloaded tempfile v3.8.1
13062023-12-09T04:16:23.723Z Downloaded futures-core v0.3.29
13072023-12-09T04:16:23.723Z Downloaded spki v0.7.2
13082023-12-09T04:16:23.724Z Downloaded spin v0.5.2
13092023-12-09T04:16:23.727Z Downloaded basic-toml v0.1.4
13102023-12-09T04:16:23.740Z Downloaded derive_builder_macro v0.12.0
13112023-12-09T04:16:23.743Z Downloaded rstest v0.18.2
13122023-12-09T04:16:23.749Z Downloaded signal-hook v0.3.17
13132023-12-09T04:16:23.755Z Downloaded ipnet v2.8.0
13142023-12-09T04:16:23.759Z Downloaded zone_cfg_derive v0.3.0
13152023-12-09T04:16:23.759Z Downloaded shell-words v1.1.0
13162023-12-09T04:16:23.759Z Downloaded home v0.5.5
13172023-12-09T04:16:23.762Z Downloaded itertools v0.10.5
13182023-12-09T04:16:23.801Z Downloaded crossterm v0.27.0
13192023-12-09T04:16:23.806Z Downloaded serde_urlencoded v0.7.1
13202023-12-09T04:16:23.806Z Downloaded sct v0.7.0
13212023-12-09T04:16:23.806Z Downloaded time-macros v0.2.13
13222023-12-09T04:16:23.806Z Downloaded arc-swap v1.6.0
13232023-12-09T04:16:23.806Z Downloaded derive_builder_core v0.12.0
13242023-12-09T04:16:23.806Z Downloaded slog-term v2.9.0
13252023-12-09T04:16:23.810Z Downloaded snafu-derive v0.7.5
13262023-12-09T04:16:23.810Z Downloaded lock_api v0.4.10
13272023-12-09T04:16:23.826Z Downloaded crypto-bigint v0.5.2
13282023-12-09T04:16:23.832Z Downloaded chacha20poly1305 v0.10.1
13292023-12-09T04:16:23.832Z Downloaded bytes v1.5.0
13302023-12-09T04:16:23.835Z Downloaded darling_core v0.14.4
13312023-12-09T04:16:23.839Z Downloaded blake2 v0.10.6
13322023-12-09T04:16:23.843Z Downloaded bcs v0.1.6
13332023-12-09T04:16:23.846Z Downloaded crc32fast v1.3.2
13342023-12-09T04:16:23.848Z Downloaded termcolor v1.2.0
13352023-12-09T04:16:23.852Z Downloaded percent-encoding v2.3.1
13362023-12-09T04:16:23.856Z Downloaded string_cache v0.8.7
13372023-12-09T04:16:23.856Z Downloaded r2d2 v0.8.10
13382023-12-09T04:16:23.859Z Downloaded pretty-hex v0.2.1
13392023-12-09T04:16:23.859Z Downloaded backoff v0.4.0
13402023-12-09T04:16:23.862Z Downloaded criterion v0.5.1
13412023-12-09T04:16:23.873Z Downloaded packed_struct_codegen v0.10.1
13422023-12-09T04:16:23.876Z Downloaded cancel-safe-futures v0.1.5
13432023-12-09T04:16:23.880Z Downloaded libm v0.2.7
13442023-12-09T04:16:23.895Z Downloaded threadpool v1.8.1
13452023-12-09T04:16:23.898Z Downloaded supports-color v2.1.0
13462023-12-09T04:16:23.902Z Downloaded impl-trait-for-tuples v0.2.2
13472023-12-09T04:16:23.907Z Downloaded indoc v2.0.3
13482023-12-09T04:16:23.910Z Downloaded serde-hex v0.1.0
13492023-12-09T04:16:23.911Z Downloaded inout v0.1.3
13502023-12-09T04:16:23.913Z Downloaded packed_struct v0.10.1
13512023-12-09T04:16:23.916Z Downloaded ahash v0.8.3
13522023-12-09T04:16:23.919Z Downloaded dof v0.1.5
13532023-12-09T04:16:23.923Z Downloaded termios v0.3.3
13542023-12-09T04:16:23.925Z Downloaded subtle v2.5.0
13552023-12-09T04:16:23.925Z Downloaded omicron-zone-package v0.9.1
13562023-12-09T04:16:23.929Z Downloaded base64ct v1.6.0
13572023-12-09T04:16:23.933Z Downloaded wyz v0.5.1
13582023-12-09T04:16:23.938Z Downloaded swrite v0.1.0
13592023-12-09T04:16:23.945Z Downloaded num-iter v0.1.43
13602023-12-09T04:16:23.945Z Downloaded mime_guess v2.0.4
13612023-12-09T04:16:23.945Z Downloaded camino-tempfile v1.1.1
13622023-12-09T04:16:23.948Z Downloaded bzip2 v0.4.4
13632023-12-09T04:16:23.951Z Downloaded blake2b_simd v1.0.1
13642023-12-09T04:16:23.954Z Downloaded mime v0.3.17
13652023-12-09T04:16:23.957Z Downloaded oorandom v11.1.3
13662023-12-09T04:16:23.957Z Downloaded untrusted v0.7.1
13672023-12-09T04:16:23.958Z Downloaded tap v1.0.1
13682023-12-09T04:16:23.962Z Downloaded bitflags v2.4.0
13692023-12-09T04:16:23.967Z Downloaded stable_deref_trait v1.2.0
13702023-12-09T04:16:23.967Z Downloaded peeking_take_while v0.1.2
13712023-12-09T04:16:23.973Z Downloaded arrayvec v0.7.4
13722023-12-09T04:16:23.973Z Downloaded async-trait v0.1.74
13732023-12-09T04:16:23.976Z Downloaded downcast v0.11.0
13742023-12-09T04:16:23.980Z Downloaded slog-stdlog v4.1.1
13752023-12-09T04:16:23.980Z Downloaded libloading v0.7.4
13762023-12-09T04:16:23.983Z Downloaded tinyvec_macros v0.1.1
13772023-12-09T04:16:23.986Z Downloaded libtest-mimic v0.6.1
13782023-12-09T04:16:23.989Z Downloaded argon2 v0.5.2
13792023-12-09T04:16:23.995Z Downloaded crossbeam-epoch v0.9.15
13802023-12-09T04:16:23.998Z Downloaded num-rational v0.4.1
13812023-12-09T04:16:23.998Z Downloaded hyper-staticfile v0.9.5
13822023-12-09T04:16:24.002Z Downloaded slog-async v2.8.0
13832023-12-09T04:16:24.005Z Downloaded olpc-cjson v0.1.3
13842023-12-09T04:16:24.005Z Downloaded native-tls v0.2.11
13852023-12-09T04:16:24.011Z Downloaded cfg-if v1.0.0
13862023-12-09T04:16:24.011Z Downloaded ansi_term v0.12.1
13872023-12-09T04:16:24.017Z Downloaded cipher v0.4.4
13882023-12-09T04:16:24.017Z Downloaded base16ct v0.2.0
13892023-12-09T04:16:24.021Z Downloaded memoffset v0.7.1
13902023-12-09T04:16:24.021Z Downloaded maybe-uninit v2.0.0
13912023-12-09T04:16:24.021Z Downloaded libefi-sys v0.1.0
13922023-12-09T04:16:24.024Z Downloaded byteorder v1.5.0
13932023-12-09T04:16:24.025Z Downloaded buf-list v1.0.3
13942023-12-09T04:16:24.031Z Downloaded block-padding v0.3.3
13952023-12-09T04:16:24.034Z Downloaded crossbeam-queue v0.3.8
13962023-12-09T04:16:24.034Z Downloaded md-5 v0.10.5
13972023-12-09T04:16:24.034Z Downloaded maplit v1.0.2
13982023-12-09T04:16:24.038Z Downloaded linear-map v1.2.0
13992023-12-09T04:16:24.038Z Downloaded darling v0.14.4
14002023-12-09T04:16:24.043Z Downloaded crypto-common v0.1.6
14012023-12-09T04:16:24.048Z Downloaded num_enum v0.5.11
14022023-12-09T04:16:24.052Z Downloaded log v0.4.20
14032023-12-09T04:16:24.057Z Downloaded hyper-rustls v0.24.2
14042023-12-09T04:16:24.060Z Downloaded humantime v2.1.0
14052023-12-09T04:16:24.063Z Downloaded bit-vec v0.6.3
14062023-12-09T04:16:24.069Z Downloaded assert_cmd v2.0.12
14072023-12-09T04:16:24.073Z Downloaded slog-bunyan v2.4.0
14082023-12-09T04:16:24.073Z Downloaded crossbeam-deque v0.8.3
14092023-12-09T04:16:24.073Z Downloaded bitfield v0.14.0
14102023-12-09T04:16:24.076Z Downloaded darling v0.20.3
14112023-12-09T04:16:24.079Z Downloaded bytecount v0.6.3
14122023-12-09T04:16:24.082Z Downloaded async-recursion v1.0.5
14132023-12-09T04:16:24.087Z Downloaded num-integer v0.1.45
14142023-12-09T04:16:24.090Z Downloaded num-derive v0.4.0
14152023-12-09T04:16:24.090Z Downloaded similar-asserts v1.5.0
14162023-12-09T04:16:24.093Z Downloaded indoc v1.0.9
14172023-12-09T04:16:24.098Z Downloaded approx v0.5.1
14182023-12-09T04:16:24.107Z Downloaded nanorand v0.7.0
14192023-12-09T04:16:24.110Z Downloaded memoffset v0.9.0
14202023-12-09T04:16:24.111Z Downloaded async-stream v0.3.5
14212023-12-09T04:16:24.111Z Downloaded autocfg v1.1.0
14222023-12-09T04:16:24.114Z Downloaded adler v1.0.2
14232023-12-09T04:16:24.114Z Downloaded array-init v0.0.4
14242023-12-09T04:16:24.117Z Downloaded arrayref v0.3.7
14252023-12-09T04:16:24.117Z Downloaded aead v0.5.2
14262023-12-09T04:16:24.119Z Downloaded lazycell v1.3.0
14272023-12-09T04:16:24.120Z Downloaded colored v2.0.4
14282023-12-09T04:16:24.122Z Downloaded crossbeam-channel v0.5.8
14292023-12-09T04:16:24.130Z Downloaded matches v0.1.10
14302023-12-09T04:16:24.133Z Downloaded match_cfg v0.1.0
14312023-12-09T04:16:24.133Z Downloaded bytesize v1.3.0
14322023-12-09T04:16:24.136Z Downloaded bb8 v0.8.1
14332023-12-09T04:16:24.136Z Downloaded crc-catalog v2.2.0
14342023-12-09T04:16:24.138Z Downloaded number_prefix v0.4.0
14352023-12-09T04:16:24.139Z Downloaded num_threads v0.1.6
14362023-12-09T04:16:24.141Z Downloaded normalize-line-endings v0.3.0
14372023-12-09T04:16:24.141Z Downloaded nodrop v0.1.14
14382023-12-09T04:16:24.145Z Downloaded newline-converter v0.3.0
14392023-12-09T04:16:24.145Z Downloaded block-buffer v0.10.4
14402023-12-09T04:16:24.152Z Downloaded atty v0.2.14
14412023-12-09T04:16:24.152Z Downloaded async-stream-impl v0.3.5
14422023-12-09T04:16:24.152Z Downloaded keccak v0.1.4
14432023-12-09T04:16:24.155Z Downloaded anes v0.1.6
14442023-12-09T04:16:24.155Z Downloaded ascii-canvas v3.0.0
14452023-12-09T04:16:24.158Z Downloaded crunchy v0.2.2
14462023-12-09T04:16:24.158Z Downloaded cstr-argument v0.1.2
14472023-12-09T04:16:24.161Z Downloaded crc-any v2.4.3
14482023-12-09T04:16:24.165Z Downloaded console v0.15.7
14492023-12-09T04:16:24.167Z Downloaded kstat-rs v0.2.3
14502023-12-09T04:16:24.170Z Downloaded ipnetwork v0.20.0
14512023-12-09T04:16:24.175Z Downloaded convert_case v0.4.0
14522023-12-09T04:16:24.175Z Downloaded cobs v0.2.3
14532023-12-09T04:16:24.178Z Downloaded ciborium-ll v0.2.1
14542023-12-09T04:16:24.178Z Downloaded crucible-workspace-hack v0.1.0
14552023-12-09T04:16:24.178Z Downloaded ciborium-io v0.2.1
14562023-12-09T04:16:24.841Z Compiling serde v1.0.192
14572023-12-09T04:16:24.841Z Compiling autocfg v1.1.0
14582023-12-09T04:16:24.851Z Checking cfg-if v1.0.0
14592023-12-09T04:16:24.851Z Compiling version_check v0.9.4
14602023-12-09T04:16:24.851Z Compiling syn v1.0.109
14612023-12-09T04:16:24.851Z Checking libc v0.2.150
14622023-12-09T04:16:24.857Z Compiling syn v2.0.32
14632023-12-09T04:16:24.918Z Compiling parking_lot_core v0.9.8
14642023-12-09T04:16:24.983Z Compiling libm v0.2.7
14652023-12-09T04:16:25.473Z Compiling cc v1.0.83
14662023-12-09T04:16:25.559Z Compiling futures-core v0.3.29
14672023-12-09T04:16:25.675Z Compiling once_cell v1.19.0
14682023-12-09T04:16:26.115Z Compiling serde_json v1.0.108
14692023-12-09T04:16:26.122Z Compiling memchr v2.6.3
14702023-12-09T04:16:26.147Z Compiling lock_api v0.4.10
14712023-12-09T04:16:26.280Z Compiling num-traits v0.2.16
14722023-12-09T04:16:26.594Z Compiling typenum v1.16.0
14732023-12-09T04:16:26.641Z Checking getrandom v0.2.10
14742023-12-09T04:16:26.744Z Compiling generic-array v0.14.7
14752023-12-09T04:16:26.979Z Compiling slab v0.4.9
14762023-12-09T04:16:27.364Z Compiling futures-task v0.3.29
14772023-12-09T04:16:27.517Z Compiling futures-channel v0.3.29
14782023-12-09T04:16:27.978Z Compiling futures-util v0.3.29
14792023-12-09T04:16:28.110Z Checking scopeguard v1.2.0
14802023-12-09T04:16:28.630Z Compiling log v0.4.20
14812023-12-09T04:16:28.845Z Compiling pkg-config v0.3.27
14822023-12-09T04:16:29.371Z Checking itoa v1.0.9
14832023-12-09T04:16:29.593Z Checking smallvec v1.11.0
14842023-12-09T04:16:29.738Z Compiling rustix v0.38.25
14852023-12-09T04:16:29.984Z Compiling indexmap v1.9.3
14862023-12-09T04:16:30.145Z Compiling schemars v0.8.13
14872023-12-09T04:16:30.379Z Compiling vcpkg v0.2.15
14882023-12-09T04:16:30.442Z Compiling fnv v1.0.7
14892023-12-09T04:16:30.622Z Compiling httparse v1.8.0
14902023-12-09T04:16:30.675Z Checking rand_core v0.6.4
14912023-12-09T04:16:31.089Z Compiling ring v0.16.20
14922023-12-09T04:16:31.243Z Compiling ring v0.17.7
14932023-12-09T04:16:32.927Z Compiling aho-corasick v1.0.4
14942023-12-09T04:16:33.094Z Compiling regex-syntax v0.8.2
14952023-12-09T04:16:34.113Z Compiling openssl-sys v0.9.96
14962023-12-09T04:16:35.776Z Compiling parking_lot v0.12.1
14972023-12-09T04:16:36.789Z Compiling ahash v0.8.3
14982023-12-09T04:16:37.260Z Compiling serde_derive_internals v0.26.0
14992023-12-09T04:16:37.347Z Checking pin-project-lite v0.2.13
15002023-12-09T04:16:37.624Z Checking spin v0.5.2
15012023-12-09T04:16:37.908Z Compiling openssl v0.10.60
15022023-12-09T04:16:38.491Z Compiling regex-automata v0.4.3
15032023-12-09T04:16:39.174Z Checking signal-hook-registry v1.4.1
15042023-12-09T04:16:39.521Z Compiling ucd-trie v0.1.6
15052023-12-09T04:16:40.178Z Compiling rustls v0.21.9
15062023-12-09T04:16:40.476Z Checking mio v0.8.9
15072023-12-09T04:16:40.983Z Compiling native-tls v0.2.11
15082023-12-09T04:16:41.278Z Compiling iana-time-zone v0.1.57
15092023-12-09T04:16:41.430Z Compiling async-trait v0.1.74
15102023-12-09T04:16:41.481Z Checking num_cpus v1.16.0
15112023-12-09T04:16:41.966Z Compiling dyn-clone v1.0.13
15122023-12-09T04:16:42.245Z Compiling unicode-xid v0.2.4
15132023-12-09T04:16:42.260Z Compiling byteorder v1.5.0
15142023-12-09T04:16:43.029Z Compiling backtrace v0.3.69
15152023-12-09T04:16:43.208Z Checking socket2 v0.5.5
15162023-12-09T04:16:43.646Z Compiling futures-sink v0.3.29
15172023-12-09T04:16:43.877Z Compiling hashbrown v0.13.2
15182023-12-09T04:16:43.934Z Compiling errno v0.3.2
15192023-12-09T04:16:43.963Z Compiling crossbeam-utils v0.8.16
15202023-12-09T04:16:44.244Z Compiling tinyvec_macros v0.1.1
15212023-12-09T04:16:44.306Z Compiling crc32fast v1.3.2
15222023-12-09T04:16:44.361Z Checking ryu v1.0.15
15232023-12-09T04:16:44.687Z Compiling tinyvec v1.6.0
15242023-12-09T04:16:45.094Z Compiling regex v1.10.2
15252023-12-09T04:16:45.688Z Compiling futures-io v0.3.29
15262023-12-09T04:16:45.728Z Compiling pin-utils v0.1.0
15272023-12-09T04:16:45.846Z Compiling anyhow v1.0.75
15282023-12-09T04:16:46.099Z Compiling spin v0.9.8
15292023-12-09T04:16:46.657Z Compiling tracing-core v0.1.31
15302023-12-09T04:16:46.911Z Compiling unicode-bidi v0.3.13
15312023-12-09T04:16:47.253Z Compiling unicode-normalization v0.1.22
15322023-12-09T04:16:48.403Z Compiling num-integer v0.1.45
15332023-12-09T04:16:48.490Z Compiling serde_derive v1.0.192
15342023-12-09T04:16:48.806Z Compiling thiserror-impl v1.0.49
15352023-12-09T04:16:49.054Z Compiling zeroize_derive v1.4.2
15362023-12-09T04:16:49.095Z Compiling tokio-macros v2.2.0
15372023-12-09T04:16:49.421Z Compiling futures-macro v0.3.29
15382023-12-09T04:16:49.888Z Compiling tracing-attributes v0.1.26
15392023-12-09T04:16:49.978Z Compiling schemars_derive v0.8.13
15402023-12-09T04:16:51.723Z Checking zeroize v1.7.0
15412023-12-09T04:16:51.874Z Compiling openssl-macros v0.1.1
15422023-12-09T04:16:54.323Z Compiling thiserror v1.0.49
15432023-12-09T04:16:54.476Z Compiling pest v2.7.2
15442023-12-09T04:16:54.604Z Compiling der_derive v0.7.2
15452023-12-09T04:16:55.505Z Compiling synstructure v0.12.6
15462023-12-09T04:16:56.362Z Compiling tracing v0.1.37
15472023-12-09T04:16:56.797Z Compiling lazy_static v1.4.0
15482023-12-09T04:16:56.945Z Compiling base64 v0.21.5
15492023-12-09T04:16:57.103Z Compiling slog v2.7.0
15502023-12-09T04:16:57.920Z Checking subtle v2.5.0
15512023-12-09T04:16:58.131Z Compiling unicode-width v0.1.11
15522023-12-09T04:16:58.297Z Compiling time-core v0.1.1
15532023-12-09T04:16:58.336Z Compiling pest_meta v2.7.2
15542023-12-09T04:16:58.354Z Compiling openssl-probe v0.1.5
15552023-12-09T04:16:58.539Z Compiling untrusted v0.7.1
15562023-12-09T04:16:58.596Z Compiling zerocopy-derive v0.2.0
15572023-12-09T04:16:58.829Z Compiling foreign-types-shared v0.1.1
15582023-12-09T04:16:58.846Z Compiling rustversion v1.0.14
15592023-12-09T04:16:58.853Z Compiling hashbrown v0.12.3
15602023-12-09T04:16:58.963Z Compiling percent-encoding v2.3.1
15612023-12-09T04:16:59.171Z Compiling untrusted v0.9.0
15622023-12-09T04:16:59.525Z Compiling foreign-types v0.3.2
15632023-12-09T04:16:59.932Z Compiling time-macros v0.2.13
15642023-12-09T04:17:01.795Z Compiling pest_generator v2.7.2
15652023-12-09T04:17:04.280Z Compiling try-lock v0.2.4
15662023-12-09T04:17:04.589Z Compiling want v0.3.1
15672023-12-09T04:17:04.993Z Compiling sct v0.7.0
15682023-12-09T04:17:05.104Z Compiling rustls-webpki v0.101.7
15692023-12-09T04:17:05.588Z Compiling form_urlencoded v1.2.1
15702023-12-09T04:17:06.432Z Compiling socket2 v0.4.9
15712023-12-09T04:17:06.657Z Compiling httpdate v1.0.3
15722023-12-09T04:17:06.765Z Compiling pest_derive v2.7.2
15732023-12-09T04:17:07.391Z Compiling either v1.9.0
15742023-12-09T04:17:07.713Z Compiling const-oid v0.9.5
15752023-12-09T04:17:07.850Z Compiling tower-service v0.3.2
15762023-12-09T04:17:07.997Z Compiling rustls-pemfile v1.0.3
15772023-12-09T04:17:08.225Z Compiling idna v0.5.0
15782023-12-09T04:17:08.464Z Compiling memoffset v0.9.0
15792023-12-09T04:17:08.547Z Compiling usdt-impl v0.3.5
15802023-12-09T04:17:08.888Z Compiling adler v1.0.2
15812023-12-09T04:17:09.212Z Compiling miniz_oxide v0.7.1
15822023-12-09T04:17:09.401Z Compiling rustls-native-certs v0.6.3
15832023-12-09T04:17:10.063Z Compiling url v2.5.0
15842023-12-09T04:17:10.670Z Compiling zerocopy v0.3.0
15852023-12-09T04:17:10.887Z Checking crypto-common v0.1.6
15862023-12-09T04:17:11.143Z Compiling signal-hook v0.3.17
15872023-12-09T04:17:11.547Z Checking bytes v1.5.0
15882023-12-09T04:17:11.587Z Checking bitflags v2.4.0
15892023-12-09T04:17:11.895Z Compiling ipnet v2.8.0
15902023-12-09T04:17:13.225Z Compiling indexmap v2.1.0
15912023-12-09T04:17:14.011Z Compiling semver v1.0.20
15922023-12-09T04:17:14.684Z Compiling chrono v0.4.31
15932023-12-09T04:17:14.942Z Compiling uuid v1.6.1
15942023-12-09T04:17:15.174Z Compiling rustc_version v0.4.0
15952023-12-09T04:17:15.196Z Compiling http v0.2.11
15962023-12-09T04:17:15.199Z Compiling tokio v1.35.0
15972023-12-09T04:17:16.350Z Compiling serde_spanned v0.6.4
15982023-12-09T04:17:16.688Z Compiling toml_datetime v0.6.5
15992023-12-09T04:17:17.363Z Compiling toml_edit v0.19.15
16002023-12-09T04:17:18.032Z Compiling openapiv3 v2.0.0-rc.1
16012023-12-09T04:17:21.087Z Compiling http-body v0.4.5
16022023-12-09T04:17:21.710Z Compiling heapless v0.7.16
16032023-12-09T04:17:22.609Z Compiling serde_urlencoded v0.7.1
16042023-12-09T04:17:22.961Z Compiling dof v0.1.5
16052023-12-09T04:17:23.429Z Compiling dtrace-parser v0.1.14
16062023-12-09T04:17:24.798Z Compiling zerocopy-derive v0.6.4
16072023-12-09T04:17:25.186Z Compiling clap_derive v4.4.2
16082023-12-09T04:17:26.402Z Compiling crossbeam-epoch v0.9.15
16092023-12-09T04:17:26.664Z Compiling encoding_rs v0.8.33
16102023-12-09T04:17:27.068Z Compiling thread-id v4.2.0
16112023-12-09T04:17:27.218Z Compiling gimli v0.28.0
16122023-12-09T04:17:27.319Z Compiling mime v0.3.17
16132023-12-09T04:17:28.273Z Compiling tokio-util v0.7.10
16142023-12-09T04:17:28.441Z Compiling tokio-rustls v0.24.1
16152023-12-09T04:17:29.037Z Compiling siphasher v0.3.11
16162023-12-09T04:17:29.660Z Compiling webpki-roots v0.25.2
16172023-12-09T04:17:30.671Z Compiling h2 v0.3.21
16182023-12-09T04:17:30.867Z Compiling serde_tokenstream v0.1.7
16192023-12-09T04:17:31.680Z Compiling strum_macros v0.25.2
16202023-12-09T04:17:33.624Z Compiling tokio-native-tls v0.3.1
16212023-12-09T04:17:33.752Z Compiling block-buffer v0.10.4
16222023-12-09T04:17:34.130Z Compiling addr2line v0.21.0
16232023-12-09T04:17:34.490Z Compiling bzip2-sys v0.1.11+1.0.8
16242023-12-09T04:17:34.532Z Compiling object v0.32.1
16252023-12-09T04:17:35.156Z Compiling num-iter v0.1.43
16262023-12-09T04:17:35.384Z Compiling rustc-demangle v0.1.23
16272023-12-09T04:17:36.503Z Compiling flate2 v1.0.28
16282023-12-09T04:17:36.961Z Compiling digest v0.10.7
16292023-12-09T04:17:37.059Z Compiling doc-comment v0.3.3
16302023-12-09T04:17:37.744Z Compiling ppv-lite86 v0.2.17
16312023-12-09T04:17:38.114Z Compiling usdt-attr-macro v0.3.5
16322023-12-09T04:17:38.139Z Compiling usdt-macro v0.3.5
16332023-12-09T04:17:38.597Z Compiling toml v0.7.8
16342023-12-09T04:17:38.979Z Compiling rand_chacha v0.3.1
16352023-12-09T04:17:39.063Z Compiling toml_edit v0.21.0
16362023-12-09T04:17:40.054Z Compiling hex v0.4.3
16372023-12-09T04:17:40.216Z Compiling pin-project-internal v1.1.3
16382023-12-09T04:17:40.403Z Compiling bit-vec v0.6.3
16392023-12-09T04:17:41.074Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
16402023-12-09T04:17:41.911Z Compiling hyper v0.14.27
16412023-12-09T04:17:42.523Z Compiling rand v0.8.5
16422023-12-09T04:17:42.815Z Compiling phf_shared v0.10.0
16432023-12-09T04:17:43.412Z Compiling num-bigint v0.4.4
16442023-12-09T04:17:43.633Z Compiling fixedbitset v0.4.2
16452023-12-09T04:17:44.688Z Compiling precomputed-hash v0.1.1
16462023-12-09T04:17:44.835Z Compiling new_debug_unreachable v1.0.4
16472023-12-09T04:17:44.969Z Compiling base64ct v1.6.0
16482023-12-09T04:17:45.405Z Compiling smoltcp v0.9.1
16492023-12-09T04:17:45.936Z Compiling pem-rfc7468 v0.7.0
16502023-12-09T04:17:46.136Z Compiling string_cache v0.8.7
16512023-12-09T04:17:46.842Z Compiling petgraph v0.6.4
16522023-12-09T04:17:47.156Z Compiling bit-set v0.5.3
16532023-12-09T04:17:47.288Z Compiling hmac v0.12.1
16542023-12-09T04:17:47.647Z Compiling itertools v0.10.5
16552023-12-09T04:17:48.409Z Compiling enum-as-inner v0.5.1
16562023-12-09T04:17:48.589Z Compiling hubpack_derive v0.1.1
16572023-12-09T04:17:49.065Z Compiling diesel_table_macro_syntax v0.1.0
16582023-12-09T04:17:50.040Z Compiling flagset v0.4.3
16592023-12-09T04:17:50.305Z Compiling unicode-segmentation v1.10.1
16602023-12-09T04:17:50.333Z Compiling lalrpop-util v0.19.12
16612023-12-09T04:17:50.390Z Compiling der v0.7.8
16622023-12-09T04:17:50.852Z Compiling diesel_derives v2.1.2
16632023-12-09T04:17:51.801Z Compiling snafu-derive v0.7.5
16642023-12-09T04:17:52.461Z Compiling cpufeatures v0.2.9
16652023-12-09T04:17:52.590Z Compiling sha2 v0.10.8
16662023-12-09T04:17:52.916Z Compiling rustix v0.37.23
16672023-12-09T04:17:53.192Z Compiling hyper-tls v0.5.0
16682023-12-09T04:17:53.511Z Compiling hyper-rustls v0.24.2
16692023-12-09T04:17:53.689Z Compiling spki v0.7.2
16702023-12-09T04:17:54.253Z Compiling reqwest v0.11.22
16712023-12-09T04:17:54.352Z Compiling md-5 v0.10.5
16722023-12-09T04:17:55.208Z Compiling stringprep v0.1.3
16732023-12-09T04:17:55.780Z Compiling serde_repr v0.1.16
16742023-12-09T04:17:55.996Z Compiling hash32 v0.2.1
16752023-12-09T04:17:56.555Z Compiling fallible-iterator v0.2.0
16762023-12-09T04:17:56.818Z Checking bitflags v1.3.2
16772023-12-09T04:17:56.942Z Compiling stable_deref_trait v1.2.0
16782023-12-09T04:17:57.735Z Compiling postgres-protocol v0.6.6
16792023-12-09T04:17:58.340Z Compiling terminal_size v0.2.6
16802023-12-09T04:17:58.596Z Compiling pkcs8 v0.10.2
16812023-12-09T04:17:59.506Z Compiling phf_shared v0.11.2
16822023-12-09T04:17:59.911Z Compiling ff v0.13.0
16832023-12-09T04:18:00.066Z Compiling block-padding v0.3.3
16842023-12-09T04:18:00.231Z Compiling scheduled-thread-pool v0.2.7
16852023-12-09T04:18:00.722Z Compiling base16ct v0.2.0
16862023-12-09T04:18:01.135Z Compiling deranged v0.3.8
16872023-12-09T04:18:01.211Z Compiling matches v0.1.10
16882023-12-09T04:18:01.238Z Compiling num_threads v0.1.6
16892023-12-09T04:18:01.295Z Compiling managed v0.8.0
16902023-12-09T04:18:01.321Z Compiling regex-automata v0.1.10
16912023-12-09T04:18:01.383Z Compiling idna v0.2.3
16922023-12-09T04:18:01.406Z Compiling clap_builder v4.4.2
16932023-12-09T04:18:02.006Z Compiling bstr v0.2.17
16942023-12-09T04:18:03.009Z Compiling sec1 v0.7.3
16952023-12-09T04:18:03.896Z Compiling r2d2 v0.8.10
16962023-12-09T04:18:04.039Z Compiling time v0.3.27
16972023-12-09T04:18:04.139Z Compiling inout v0.1.3
16982023-12-09T04:18:04.405Z Compiling signal-hook-mio v0.2.3
16992023-12-09T04:18:04.462Z Compiling group v0.13.0
17002023-12-09T04:18:04.533Z Compiling phf v0.11.2
17012023-12-09T04:18:04.610Z Compiling bzip2 v0.4.4
17022023-12-09T04:18:04.920Z Compiling postgres-types v0.2.6
17032023-12-09T04:18:05.180Z Compiling hubpack v0.1.2
17042023-12-09T04:18:05.687Z Compiling hkdf v0.12.3
17052023-12-09T04:18:05.858Z Compiling pin-project v1.1.3
17062023-12-09T04:18:06.153Z Compiling zerocopy v0.6.4
17072023-12-09T04:18:06.561Z Compiling ipnetwork v0.20.0
17082023-12-09T04:18:07.536Z Compiling itertools v0.11.0
17092023-12-09T04:18:07.585Z Compiling crypto-bigint v0.5.2
17102023-12-09T04:18:08.011Z Compiling futures-executor v0.3.29
17112023-12-09T04:18:10.763Z Compiling float-cmp v0.9.0
17122023-12-09T04:18:12.281Z Compiling static_assertions v1.1.0
17132023-12-09T04:18:12.430Z Compiling regex-automata v0.3.8
17142023-12-09T04:18:12.964Z Compiling difflib v0.4.0
17152023-12-09T04:18:13.409Z Compiling normalize-line-endings v0.3.0
17162023-12-09T04:18:13.556Z Compiling predicates-core v1.0.6
17172023-12-09T04:18:13.661Z Compiling data-encoding v2.4.0
17182023-12-09T04:18:14.099Z Compiling whoami v1.4.1
17192023-12-09T04:18:15.060Z Compiling trust-dns-proto v0.22.0
17202023-12-09T04:18:15.571Z Compiling bstr v1.6.0
17212023-12-09T04:18:16.479Z Compiling tokio-postgres v0.7.10
17222023-12-09T04:18:17.452Z Compiling diesel v2.1.4
17232023-12-09T04:18:17.471Z Compiling predicates v3.0.4
17242023-12-09T04:18:18.129Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
17252023-12-09T04:18:18.637Z Compiling elliptic-curve v0.13.8
17262023-12-09T04:18:20.183Z Compiling yasna v0.5.2
17272023-12-09T04:18:21.021Z Compiling futures v0.3.29
17282023-12-09T04:18:21.168Z Compiling clap v4.4.3
17292023-12-09T04:18:21.316Z Compiling snafu v0.7.5
17302023-12-09T04:18:22.635Z Compiling zip v0.6.6
17312023-12-09T04:18:22.728Z Compiling crossterm v0.27.0
17322023-12-09T04:18:23.254Z Compiling cipher v0.4.4
17332023-12-09T04:18:23.387Z Compiling similar v2.2.1
17342023-12-09T04:18:24.568Z Compiling usdt v0.3.5
17352023-12-09T04:18:24.976Z Compiling tokio-stream v0.1.14
17362023-12-09T04:18:26.330Z Compiling console v0.15.7
17372023-12-09T04:18:27.994Z Checking unicode-ident v1.0.12
17382023-12-09T04:18:28.223Z Checking equivalent v1.0.1
17392023-12-09T04:18:28.275Z Checking hashbrown v0.14.2
17402023-12-09T04:18:28.357Z Checking proc-macro2 v1.0.69
17412023-12-09T04:18:29.363Z Checking quote v1.0.33
17422023-12-09T04:18:31.443Z Checking utf8parse v0.2.1
17432023-12-09T04:18:32.505Z Checking anstyle v1.0.2
17442023-12-09T04:18:33.596Z Checking io-lifetimes v1.0.11
17452023-12-09T04:18:37.925Z Checking anstyle-parse v0.2.1
17462023-12-09T04:18:40.569Z Checking anstyle-query v1.0.0
17472023-12-09T04:18:41.023Z Checking colorchoice v1.0.0
17482023-12-09T04:18:41.196Z Checking anstream v0.5.0
17492023-12-09T04:18:41.675Z Checking clap_lex v0.5.1
17502023-12-09T04:18:41.791Z Checking strsim v0.10.0
17512023-12-09T04:18:43.150Z Checking winnow v0.5.15
17522023-12-09T04:18:49.043Z Compiling serde_tokenstream v0.2.0
17532023-12-09T04:18:53.335Z Compiling regress v0.7.1
17542023-12-09T04:18:58.897Z Compiling typify-impl v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f)
17552023-12-09T04:19:05.807Z Compiling getopts v0.2.21
17562023-12-09T04:19:06.853Z Compiling unsafe-libyaml v0.2.9
17572023-12-09T04:19:07.565Z Checking heck v0.4.1
17582023-12-09T04:19:07.859Z Checking progenitor-client v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576)
17592023-12-09T04:19:08.789Z Compiling ident_case v1.0.1
17602023-12-09T04:19:09.035Z Compiling serde_yaml v0.9.25
17612023-12-09T04:19:09.966Z Checking fastrand v2.0.0
17622023-12-09T04:19:10.074Z Checking match_cfg v0.1.0
17632023-12-09T04:19:10.214Z Checking hostname v0.3.1
17642023-12-09T04:19:10.369Z Checking atty v0.2.14
17652023-12-09T04:19:10.462Z Checking tempfile v3.8.1
17662023-12-09T04:19:10.514Z Compiling paste v1.0.14
17672023-12-09T04:19:10.607Z Checking quick-error v1.2.3
17682023-12-09T04:19:10.791Z Checking crossbeam-channel v0.5.8
17692023-12-09T04:19:10.985Z Checking sha1 v0.10.6
17702023-12-09T04:19:11.340Z Checking dirs-sys-next v0.1.2
17712023-12-09T04:19:11.579Z Checking dirs-next v2.0.0
17722023-12-09T04:19:11.750Z Checking thread_local v1.1.7
17732023-12-09T04:19:11.936Z Checking instant v0.1.12
17742023-12-09T04:19:12.080Z Compiling slog-async v2.8.0
17752023-12-09T04:19:12.181Z Checking term v0.7.0
17762023-12-09T04:19:12.836Z Checking camino v1.1.6
17772023-12-09T04:19:12.934Z Compiling multer v2.1.0
17782023-12-09T04:19:13.307Z Checking take_mut v0.2.2
17792023-12-09T04:19:13.432Z Checking slog-term v2.9.0
17802023-12-09T04:19:13.728Z Compiling darling_core v0.20.3
17812023-12-09T04:19:13.904Z Checking slog-json v2.6.1
17822023-12-09T04:19:14.188Z Compiling async-stream-impl v0.3.5
17832023-12-09T04:19:14.288Z Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017)
17842023-12-09T04:19:14.707Z Checking atomic-waker v1.1.1
17852023-12-09T04:19:14.870Z Checking debug-ignore v1.0.5
17862023-12-09T04:19:15.054Z Checking waitgroup v0.1.2
17872023-12-09T04:19:15.307Z Checking slog-bunyan v2.4.0
17882023-12-09T04:19:15.903Z Checking toml v0.8.8
17892023-12-09T04:19:16.105Z Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017)
17902023-12-09T04:19:16.198Z Checking serde_path_to_error v0.1.14
17912023-12-09T04:19:16.421Z Checking async-stream v0.3.5
17922023-12-09T04:19:16.683Z Checking strum v0.25.0
17932023-12-09T04:19:16.888Z Compiling structmeta-derive v0.2.0
17942023-12-09T04:19:17.054Z Checking wait-timeout v0.2.0
17952023-12-09T04:19:17.187Z Checking rand_xorshift v0.3.0
17962023-12-09T04:19:17.361Z Checking rusty-fork v0.3.0
17972023-12-09T04:19:17.475Z Compiling regex-syntax v0.7.5
17982023-12-09T04:19:17.786Z Checking unarray v0.1.4
17992023-12-09T04:19:17.989Z Checking proptest v1.4.0
18002023-12-09T04:19:21.938Z Compiling structmeta v0.2.0
18012023-12-09T04:19:22.641Z Checking backoff v0.4.0
18022023-12-09T04:19:23.068Z Compiling test-strategy v0.3.1
18032023-12-09T04:19:23.812Z Compiling darling_macro v0.20.3
18042023-12-09T04:19:24.892Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18052023-12-09T04:19:25.083Z Checking serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
18062023-12-09T04:19:25.298Z Checking macaddr v1.0.1
18072023-12-09T04:19:25.427Z Compiling darling v0.20.3
18082023-12-09T04:19:25.512Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
18092023-12-09T04:19:25.581Z Compiling serde_with_macros v3.4.0
18102023-12-09T04:19:25.780Z Checking camino-tempfile v1.1.1
18112023-12-09T04:19:25.959Z Checking is-terminal v0.4.9
18122023-12-09T04:19:26.114Z Compiling proc-macro-error-attr v1.0.4
18132023-12-09T04:19:26.184Z Compiling proc-macro-error v1.0.4
18142023-12-09T04:19:26.719Z Compiling proc-macro-crate v1.3.1
18152023-12-09T04:19:26.809Z Checking termtree v0.4.1
18162023-12-09T04:19:27.128Z Checking predicates-tree v1.0.9
18172023-12-09T04:19:27.360Z Compiling smoltcp v0.10.0
18182023-12-09T04:19:28.493Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
18192023-12-09T04:19:28.536Z Compiling num_enum_derive v0.5.11
18202023-12-09T04:19:28.879Z Compiling parse-display-derive v0.8.2
18212023-12-09T04:19:29.051Z Checking embedded-io v0.4.0
18222023-12-09T04:19:29.157Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
18232023-12-09T04:19:29.327Z Compiling typify-macro v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f)
18242023-12-09T04:19:29.330Z Checking cobs v0.2.3
18252023-12-09T04:19:29.556Z Compiling crucible-workspace-hack v0.1.0
18262023-12-09T04:19:29.610Z Checking postcard v1.0.8
18272023-12-09T04:19:29.972Z Checking serde_with v3.4.0
18282023-12-09T04:19:29.994Z Compiling foreign-types-macros v0.2.3
18292023-12-09T04:19:30.682Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=24ceba1969269e4d81bda83d8968d7d7f713c46b#24ceba19)
18302023-12-09T04:19:31.117Z Checking foreign-types-shared v0.3.1
18312023-12-09T04:19:31.260Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=24ceba1969269e4d81bda83d8968d7d7f713c46b#24ceba19)
18322023-12-09T04:19:31.455Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
18332023-12-09T04:19:32.028Z Checking foreign-types v0.5.0
18342023-12-09T04:19:32.320Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
18352023-12-09T04:19:32.480Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=24ceba1969269e4d81bda83d8968d7d7f713c46b#24ceba19)
18362023-12-09T04:19:32.940Z Checking num_enum v0.5.11
18372023-12-09T04:19:33.137Z Compiling zerocopy-derive v0.7.26
18382023-12-09T04:19:33.628Z Checking cstr-argument v0.1.2
18392023-12-09T04:19:33.863Z Checking pretty-hex v0.2.1
18402023-12-09T04:19:33.882Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d)
18412023-12-09T04:19:34.084Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
18422023-12-09T04:19:34.316Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
18432023-12-09T04:19:34.584Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=24ceba1969269e4d81bda83d8968d7d7f713c46b#24ceba19)
18442023-12-09T04:19:34.665Z Checking colored v2.0.4
18452023-12-09T04:19:34.756Z Compiling zone_cfg_derive v0.3.0
18462023-12-09T04:19:35.899Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3e1d129151c3621d28ead5c6e5760693ba6e7fec#3e1d1291)
18472023-12-09T04:19:36.381Z Checking predicates v2.1.5
18482023-12-09T04:19:36.402Z Checking parse-display v0.8.2
18492023-12-09T04:19:36.619Z Compiling mockall_derive v0.11.4
18502023-12-09T04:19:36.679Z Compiling num-derive v0.4.0
18512023-12-09T04:19:36.793Z Checking zerocopy v0.7.26
18522023-12-09T04:19:37.218Z Checking downcast v0.11.0
18532023-12-09T04:19:37.445Z Checking fragile v2.0.0
18542023-12-09T04:19:37.554Z Checking zone v0.3.0
18552023-12-09T04:19:37.837Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3e1d129151c3621d28ead5c6e5760693ba6e7fec#3e1d1291)
18562023-12-09T04:19:37.885Z Compiling typify v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f)
18572023-12-09T04:19:38.062Z Compiling progenitor-impl v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576)
18582023-12-09T04:19:38.150Z Checking smf v0.2.2
18592023-12-09T04:19:38.759Z Checking filetime v0.2.23
18602023-12-09T04:19:38.853Z Checking xattr v1.0.1
18612023-12-09T04:19:38.932Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=24ceba1969269e4d81bda83d8968d7d7f713c46b#24ceba19)
18622023-12-09T04:19:39.033Z Checking pem v3.0.2
18632023-12-09T04:19:39.126Z Checking tar v0.4.40
18642023-12-09T04:19:39.406Z Checking linked-hash-map v0.5.6
18652023-12-09T04:19:39.885Z Checking lru-cache v0.1.2
18662023-12-09T04:19:40.157Z Checking headers-core v0.2.0
18672023-12-09T04:19:40.283Z Checking password-hash v0.5.0
18682023-12-09T04:19:40.328Z Checking headers v0.3.9
18692023-12-09T04:19:40.539Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=945f040d259ca8013d3fb26f510453da7cd7b1a6#945f040d)
18702023-12-09T04:19:40.975Z Checking blake2 v0.10.6
18712023-12-09T04:19:41.058Z Checking swrite v0.1.0
18722023-12-09T04:19:41.118Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=24ceba1969269e4d81bda83d8968d7d7f713c46b#24ceba19)
18732023-12-09T04:19:41.197Z Checking rcgen v0.11.3
18742023-12-09T04:19:41.216Z Checking atomicwrites v0.4.2
18752023-12-09T04:19:41.473Z Checking subprocess v0.2.9
18762023-12-09T04:19:41.501Z Checking ciborium-io v0.2.1
18772023-12-09T04:19:41.614Z Checking argon2 v0.5.2
18782023-12-09T04:19:41.648Z Checking arc-swap v1.6.0
18792023-12-09T04:19:42.096Z Compiling cancel-safe-futures v0.1.5
18802023-12-09T04:19:42.234Z Checking half v1.8.2
18812023-12-09T04:19:42.269Z Checking textwrap v0.11.0
18822023-12-09T04:19:42.347Z Checking slog-scope v4.4.0
18832023-12-09T04:19:42.604Z Compiling heck v0.3.3
18842023-12-09T04:19:42.649Z Checking strsim v0.8.0
18852023-12-09T04:19:42.652Z Checking vec_map v0.8.2
18862023-12-09T04:19:42.681Z Compiling libefi-sys v0.1.0
18872023-12-09T04:19:42.876Z Checking ciborium-ll v0.2.1
18882023-12-09T04:19:42.923Z Checking ansi_term v0.12.1
18892023-12-09T04:19:43.099Z Checking slog-stdlog v4.1.1
18902023-12-09T04:19:43.226Z Compiling structopt-derive v0.4.18
18912023-12-09T04:19:43.310Z Checking ciborium v0.2.1
18922023-12-09T04:19:43.331Z Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802)
18932023-12-09T04:19:43.374Z Checking clap v2.34.0
18942023-12-09T04:19:43.676Z Checking slog-envlogger v2.2.0
18952023-12-09T04:19:44.030Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
18962023-12-09T04:19:44.488Z Checking libsw v3.3.0
18972023-12-09T04:19:44.539Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
18982023-12-09T04:19:44.864Z Compiling derive-where v1.2.6
18992023-12-09T04:19:44.883Z Checking owo-colors v3.5.0
19002023-12-09T04:19:44.918Z Checking linear-map v1.2.0
19012023-12-09T04:19:45.410Z Checking resolv-conf v0.7.0
19022023-12-09T04:19:45.933Z Compiling slog-dtrace v0.2.3
19032023-12-09T04:19:46.432Z Checking trust-dns-resolver v0.22.0
19042023-12-09T04:19:47.938Z Compiling convert_case v0.4.0
19052023-12-09T04:19:48.146Z Checking structopt v0.3.26
19062023-12-09T04:19:48.681Z Checking fxhash v0.2.1
19072023-12-09T04:19:48.760Z Checking itertools v0.12.0
19082023-12-09T04:19:48.913Z Checking termcolor v1.2.0
19092023-12-09T04:19:48.928Z Compiling radium v0.7.0
19102023-12-09T04:19:49.411Z Compiling derive_more v0.99.17
19112023-12-09T04:19:49.514Z Compiling same-file v1.0.6
19122023-12-09T04:19:49.606Z Compiling semver-parser v0.10.2
19132023-12-09T04:19:49.820Z Checking mockall v0.11.4
19142023-12-09T04:19:49.836Z Compiling walkdir v2.4.0
19152023-12-09T04:19:50.120Z Compiling maybe-uninit v2.0.0
19162023-12-09T04:19:50.674Z Compiling progenitor-macro v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576)
19172023-12-09T04:19:50.853Z Checking tap v1.0.1
19182023-12-09T04:19:51.086Z Checking wyz v0.5.1
19192023-12-09T04:19:51.166Z Compiling semver v0.11.0
19202023-12-09T04:19:52.359Z Compiling num-rational v0.4.1
19212023-12-09T04:19:52.886Z Compiling packed_struct v0.10.1
19222023-12-09T04:19:52.960Z Compiling home v0.5.5
19232023-12-09T04:19:53.074Z Checking crc-catalog v2.2.0
19242023-12-09T04:19:53.160Z Compiling num-bigint-dig v0.8.4
19252023-12-09T04:19:53.247Z Checking funty v2.0.0
19262023-12-09T04:19:53.321Z Checking crc v3.0.1
19272023-12-09T04:19:53.341Z Compiling toolchain_find v0.2.0
19282023-12-09T04:19:53.928Z Compiling toml v0.5.11
19292023-12-09T04:19:54.290Z Compiling packed_struct_codegen v0.10.1
19302023-12-09T04:19:54.315Z Checking nodrop v0.1.14
19312023-12-09T04:19:54.458Z Checking array-init v0.0.4
19322023-12-09T04:19:55.041Z Checking bitvec v1.0.1
19332023-12-09T04:19:56.035Z Compiling omicron-zone-package v0.9.1
19342023-12-09T04:19:56.285Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
19352023-12-09T04:19:56.768Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
19362023-12-09T04:19:56.954Z Compiling rustfmt-wrapper v0.2.0
19372023-12-09T04:19:58.995Z Checking smallvec v0.6.14
19382023-12-09T04:19:59.564Z Checking newline-converter v0.3.0
19392023-12-09T04:19:59.767Z Checking pkcs1 v0.7.5
19402023-12-09T04:20:00.091Z Checking signature v2.1.0
19412023-12-09T04:20:00.400Z Checking num-complex v0.4.4
19422023-12-09T04:20:01.946Z Checking keccak v0.1.4
19432023-12-09T04:20:02.441Z Checking bitfield v0.14.0
19442023-12-09T04:20:02.461Z Checking utf-8 v0.7.6
19452023-12-09T04:20:02.753Z Checking tungstenite v0.20.1
19462023-12-09T04:20:02.858Z Checking sha3 v0.10.8
19472023-12-09T04:20:03.006Z Checking rsa v0.9.2
19482023-12-09T04:20:03.203Z Checking num v0.4.1
19492023-12-09T04:20:03.338Z Checking expectorate v1.1.0
19502023-12-09T04:20:03.425Z Checking serde-hex v0.1.0
19512023-12-09T04:20:03.544Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
19522023-12-09T04:20:03.818Z Checking env_logger v0.10.0
19532023-12-09T04:20:03.897Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
19542023-12-09T04:20:04.161Z Checking x509-cert v0.2.4
19552023-12-09T04:20:04.448Z Checking ron v0.8.1
19562023-12-09T04:20:04.465Z Checking secrecy v0.8.0
19572023-12-09T04:20:04.511Z Checking crc-any v2.4.3
19582023-12-09T04:20:04.786Z Checking tokio-tungstenite v0.20.1
19592023-12-09T04:20:05.055Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
19602023-12-09T04:20:05.453Z Checking object v0.30.4
19612023-12-09T04:20:05.778Z Checking path-slash v0.1.5
19622023-12-09T04:20:05.952Z Compiling buf-list v1.0.3
19632023-12-09T04:20:05.991Z Checking lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
19642023-12-09T04:20:06.213Z Checking glob v0.3.1
19652023-12-09T04:20:06.487Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
19662023-12-09T04:20:06.666Z Compiling parking_lot_core v0.8.6
19672023-12-09T04:20:06.835Z Checking nibble_vec v0.1.0
19682023-12-09T04:20:07.103Z Checking endian-type v0.1.2
19692023-12-09T04:20:07.381Z Checking display-error-chain v0.2.0
19702023-12-09T04:20:07.430Z Checking radix_trie v0.2.1
19712023-12-09T04:20:07.558Z Checking pretty-hex v0.4.0
19722023-12-09T04:20:07.799Z Compiling semver v0.1.20
19732023-12-09T04:20:07.940Z Checking parking_lot v0.11.2
19742023-12-09T04:20:08.033Z Checking trust-dns-client v0.22.0
19752023-12-09T04:20:08.429Z Checking sled v0.34.7
19762023-12-09T04:20:08.921Z Compiling rustc_version v0.1.7
19772023-12-09T04:20:09.095Z Checking crossbeam-deque v0.8.3
19782023-12-09T04:20:09.565Z Compiling unicase v2.7.0
19792023-12-09T04:20:09.635Z Compiling newtype_derive v0.1.6
19802023-12-09T04:20:10.031Z Compiling platforms v3.0.2
19812023-12-09T04:20:10.088Z Compiling rayon-core v1.12.0
19822023-12-09T04:20:10.094Z Checking trust-dns-server v0.22.1
19832023-12-09T04:20:10.796Z Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
19842023-12-09T04:20:11.409Z Compiling memoffset v0.7.1
19852023-12-09T04:20:11.516Z Compiling curve25519-dalek v4.1.0
19862023-12-09T04:20:11.533Z Checking rayon v1.8.0
19872023-12-09T04:20:12.028Z Checking steno v0.4.0
19882023-12-09T04:20:12.871Z Checking globset v0.4.13
19892023-12-09T04:20:12.999Z Checking olpc-cjson v0.1.3
19902023-12-09T04:20:13.293Z Checking serde_plain v1.0.2
19912023-12-09T04:20:13.616Z Compiling async-recursion v1.0.5
19922023-12-09T04:20:13.650Z Checking typed-path v0.7.0
19932023-12-09T04:20:14.233Z Compiling mime_guess v2.0.4
19942023-12-09T04:20:15.520Z Checking universal-hash v0.5.1
19952023-12-09T04:20:15.567Z Compiling thiserror-impl-no-std v2.0.2
19962023-12-09T04:20:15.770Z Compiling curve25519-dalek-derive v0.1.0
19972023-12-09T04:20:15.844Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
19982023-12-09T04:20:16.280Z Checking signature v1.6.4
19992023-12-09T04:20:16.379Z Compiling salty v0.2.0
20002023-12-09T04:20:16.435Z Checking opaque-debug v0.3.0
20012023-12-09T04:20:16.548Z Checking poly1305 v0.8.0
20022023-12-09T04:20:16.756Z Checking tough v0.16.0
20032023-12-09T04:20:17.178Z Checking ed25519 v1.5.3
20042023-12-09T04:20:17.391Z Checking nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d)
20052023-12-09T04:20:17.816Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
20062023-12-09T04:20:17.847Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
20072023-12-09T04:20:18.203Z Checking chacha20 v0.9.1
20082023-12-09T04:20:18.251Z Checking serde-big-array v0.5.1
20092023-12-09T04:20:18.568Z Checking aead v0.5.2
20102023-12-09T04:20:18.744Z Checking kstat-rs v0.2.3
20112023-12-09T04:20:18.866Z Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
20122023-12-09T04:20:20.226Z Checking hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
20132023-12-09T04:20:20.728Z Checking chacha20poly1305 v0.10.1
20142023-12-09T04:20:21.070Z Checking signal-hook-tokio v0.3.1
20152023-12-09T04:20:21.122Z Checking thiserror-no-std v2.0.2
20162023-12-09T04:20:21.255Z Checking vsss-rs v3.3.1
20172023-12-09T04:20:21.288Z Checking progenitor v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576)
20182023-12-09T04:20:21.563Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
20192023-12-09T04:20:21.567Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
20202023-12-09T04:20:21.866Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
20212023-12-09T04:20:22.084Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
20222023-12-09T04:20:23.277Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
20232023-12-09T04:20:23.350Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
20242023-12-09T04:20:24.220Z Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client)
20252023-12-09T04:20:25.571Z Checking lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
20262023-12-09T04:20:26.329Z Checking serde-big-array v0.4.1
20272023-12-09T04:20:26.553Z Checking sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
20282023-12-09T04:20:26.899Z Checking hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84)
20292023-12-09T04:20:27.202Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=3e1d129151c3621d28ead5c6e5760693ba6e7fec#3e1d1291)
20302023-12-09T04:20:28.183Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=945f040d259ca8013d3fb26f510453da7cd7b1a6#945f040d)
20312023-12-09T04:20:29.722Z Checking bcs v0.1.6
20322023-12-09T04:20:30.451Z Checking corncobs v0.1.3
20332023-12-09T04:20:30.722Z Checking highway v1.1.0
20342023-12-09T04:20:31.003Z Checking sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
20352023-12-09T04:20:31.267Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3e1d129151c3621d28ead5c6e5760693ba6e7fec#3e1d1291)
20362023-12-09T04:20:31.640Z Compiling crunchy v0.2.2
20372023-12-09T04:20:31.787Z Compiling portable-atomic v1.4.3
20382023-12-09T04:20:32.310Z Checking http-range v0.1.5
20392023-12-09T04:20:32.558Z Checking hyper-staticfile v0.9.5
20402023-12-09T04:20:32.671Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3e1d129151c3621d28ead5c6e5760693ba6e7fec#3e1d1291)
20412023-12-09T04:20:33.158Z Compiling clang-sys v1.6.1
20422023-12-09T04:20:33.415Z Compiling tiny-keccak v2.0.2
20432023-12-09T04:20:33.683Z Checking assert_matches v1.5.0
20442023-12-09T04:20:33.858Z Compiling prettyplease v0.2.12
20452023-12-09T04:20:34.440Z Compiling darling_core v0.14.4
20462023-12-09T04:20:35.519Z Compiling minimal-lexical v0.2.1
20472023-12-09T04:20:36.337Z Checking humantime v2.1.0
20482023-12-09T04:20:36.771Z Checking number_prefix v0.4.0
20492023-12-09T04:20:36.792Z Compiling nom v7.1.3
20502023-12-09T04:20:37.039Z Checking indicatif v0.17.7
20512023-12-09T04:20:38.231Z Compiling ascii-canvas v3.0.0
20522023-12-09T04:20:39.250Z Compiling ena v0.14.2
20532023-12-09T04:20:39.863Z Compiling libloading v0.7.4
20542023-12-09T04:20:39.941Z Compiling diff v0.1.13
20552023-12-09T04:20:40.448Z Compiling bindgen v0.65.1
20562023-12-09T04:20:40.993Z Compiling regex-syntax v0.6.29
20572023-12-09T04:20:42.542Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
20582023-12-09T04:20:43.204Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
20592023-12-09T04:20:44.402Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
20602023-12-09T04:20:45.958Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
20612023-12-09T04:20:47.009Z Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
20622023-12-09T04:20:47.701Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
20632023-12-09T04:20:48.650Z Checking ipcc-key-value v0.1.0 (/work/oxidecomputer/omicron/ipcc-key-value)
20642023-12-09T04:20:49.699Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
20652023-12-09T04:20:49.893Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
20662023-12-09T04:20:50.646Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
20672023-12-09T04:20:51.117Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
20682023-12-09T04:20:51.266Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
20692023-12-09T04:20:52.574Z Compiling darling_macro v0.14.4
20702023-12-09T04:20:53.654Z Compiling lalrpop v0.19.12
20712023-12-09T04:20:54.198Z Compiling darling v0.14.4
20722023-12-09T04:20:54.355Z Compiling cexpr v0.6.0
20732023-12-09T04:21:00.534Z Compiling which v4.4.0
20742023-12-09T04:21:01.493Z Compiling peeking_take_while v0.1.2
20752023-12-09T04:21:01.680Z Compiling ref-cast v1.0.20
20762023-12-09T04:21:02.445Z Compiling rustc-hash v1.1.0
20772023-12-09T04:21:02.650Z Checking maplit v1.0.2
20782023-12-09T04:21:02.798Z Compiling shlex v1.1.0
20792023-12-09T04:21:03.236Z Compiling lazycell v1.3.0
20802023-12-09T04:21:03.428Z Compiling derive_builder_core v0.12.0
20812023-12-09T04:21:04.256Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
20822023-12-09T04:21:04.646Z Compiling ref-cast-impl v1.0.20
20832023-12-09T04:21:06.524Z Compiling libxml v0.3.3
20842023-12-09T04:21:07.289Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
20852023-12-09T04:21:07.527Z Compiling derive_builder_macro v0.12.0
20862023-12-09T04:21:07.892Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
20872023-12-09T04:21:08.780Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
20882023-12-09T04:21:08.804Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
20892023-12-09T04:21:09.907Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
20902023-12-09T04:21:11.188Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
20912023-12-09T04:21:11.301Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
20922023-12-09T04:21:11.588Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
20932023-12-09T04:21:13.864Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
20942023-12-09T04:21:15.227Z Compiling strum_macros v0.24.3
20952023-12-09T04:21:16.699Z Compiling fs-err v2.11.0
20962023-12-09T04:21:17.125Z Compiling cookie v0.18.0
20972023-12-09T04:21:17.141Z Compiling diesel-dtrace v0.2.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#c1252df7)
20982023-12-09T04:21:17.575Z Compiling indoc v1.0.9
20992023-12-09T04:21:17.948Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
21002023-12-09T04:21:19.218Z Checking derive_builder v0.12.0
21012023-12-09T04:21:19.905Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
21022023-12-09T04:21:21.376Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
21032023-12-09T04:21:21.746Z Checking bb8 v0.8.1
21042023-12-09T04:21:21.801Z Checking quick-xml v0.23.1
21052023-12-09T04:21:22.048Z Compiling impl-trait-for-tuples v0.2.2
21062023-12-09T04:21:22.243Z Compiling oso-derive v0.27.0
21072023-12-09T04:21:22.498Z Checking smawk v0.3.1
21082023-12-09T04:21:22.785Z Checking unicode-linebreak v0.1.5
21092023-12-09T04:21:23.457Z Checking textwrap v0.16.0
21102023-12-09T04:21:23.481Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
21112023-12-09T04:21:23.665Z Checking async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef)
21122023-12-09T04:21:24.605Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
21132023-12-09T04:21:24.694Z Checking bytesize v1.3.0
21142023-12-09T04:21:24.996Z Checking is_ci v1.1.1
21152023-12-09T04:21:25.065Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
21162023-12-09T04:21:25.170Z Checking supports-color v2.1.0
21172023-12-09T04:21:25.447Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
21182023-12-09T04:21:25.996Z Compiling indoc v2.0.3
21192023-12-09T04:21:27.158Z Checking cassowary v0.3.0
21202023-12-09T04:21:27.791Z Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
21212023-12-09T04:21:27.814Z Checking ratatui v0.23.0
21222023-12-09T04:21:28.132Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
21232023-12-09T04:21:29.288Z Checking rtoolbox v0.0.1
21242023-12-09T04:21:29.553Z Checking rpassword v7.3.1
21252023-12-09T04:21:29.755Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
21262023-12-09T04:21:30.996Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
21272023-12-09T04:21:31.368Z Checking shell-words v1.1.0
21282023-12-09T04:21:31.451Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=945f040d259ca8013d3fb26f510453da7cd7b1a6#945f040d)
21292023-12-09T04:21:31.557Z Checking tui-tree-widget v0.13.0
21302023-12-09T04:21:31.602Z Checking fatfs v0.3.6
21312023-12-09T04:21:32.232Z Checking yansi v0.5.1
21322023-12-09T04:21:32.652Z Checking pretty_assertions v1.4.0
21332023-12-09T04:21:32.938Z Checking plotters-backend v0.3.5
21342023-12-09T04:21:33.234Z Checking rand v0.4.6
21352023-12-09T04:21:33.492Z Checking plotters-svg v0.3.5
21362023-12-09T04:21:33.726Z Compiling vte_generate_state_changes v0.1.1
21372023-12-09T04:21:33.809Z Checking remove_dir_all v0.5.3
21382023-12-09T04:21:33.988Z Checking cast v0.3.0
21392023-12-09T04:21:34.422Z Checking criterion-plot v0.5.0
21402023-12-09T04:21:34.712Z Checking vte v0.11.1
21412023-12-09T04:21:34.715Z Checking tempdir v0.3.7
21422023-12-09T04:21:34.962Z Checking plotters v0.3.5
21432023-12-09T04:21:35.168Z Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd)
21442023-12-09T04:21:36.493Z Checking tinytemplate v1.2.1
21452023-12-09T04:21:37.103Z Checking oorandom v11.1.3
21462023-12-09T04:21:37.124Z Checking anes v0.1.6
21472023-12-09T04:21:37.322Z Checking strip-ansi-escapes v0.2.0
21482023-12-09T04:21:37.523Z Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
21492023-12-09T04:21:37.714Z Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client)
21502023-12-09T04:21:37.845Z Checking criterion v0.5.1
21512023-12-09T04:21:39.261Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
21522023-12-09T04:21:39.863Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
21532023-12-09T04:21:42.544Z Checking assert_cmd v2.0.12
21542023-12-09T04:21:42.751Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
21552023-12-09T04:21:43.202Z Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
21562023-12-09T04:21:45.616Z Checking fd-lock v3.0.13
21572023-12-09T04:21:45.723Z Checking nu-ansi-term v0.49.0
21582023-12-09T04:21:46.372Z Checking reedline v0.26.0
21592023-12-09T04:21:47.706Z Checking threadpool v1.8.1
21602023-12-09T04:21:47.975Z Checking nanorand v0.7.0
21612023-12-09T04:21:48.530Z Checking topological-sort v0.2.2
21622023-12-09T04:21:48.816Z Checking flume v0.11.0
21632023-12-09T04:21:49.486Z Checking libtest-mimic v0.6.1
21642023-12-09T04:21:49.597Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
21652023-12-09T04:21:50.123Z Checking httptest v0.15.5
21662023-12-09T04:21:51.413Z Checking similar-asserts v1.5.0
21672023-12-09T04:21:51.642Z Compiling rstest_macros v0.18.2
21682023-12-09T04:21:52.395Z Checking bytecount v0.6.3
21692023-12-09T04:21:52.599Z Compiling crossbeam-queue v0.3.8
21702023-12-09T04:21:53.083Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
21712023-12-09T04:21:53.386Z Checking papergrid v0.10.0
21722023-12-09T04:21:54.455Z Checking datatest-stable v0.2.3
21732023-12-09T04:21:54.756Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
21742023-12-09T04:21:54.958Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
21752023-12-09T04:21:55.367Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
21762023-12-09T04:21:55.497Z Compiling tabled_derive v0.6.0
21772023-12-09T04:21:56.391Z Checking arrayref v0.3.7
21782023-12-09T04:21:56.531Z Checking constant_time_eq v0.2.6
21792023-12-09T04:21:56.698Z Compiling relative-path v1.9.0
21802023-12-09T04:21:57.019Z Checking arrayvec v0.7.4
21812023-12-09T04:21:57.636Z Compiling trybuild v1.0.85
21822023-12-09T04:21:58.249Z Checking blake2b_simd v1.0.1
21832023-12-09T04:21:59.704Z Checking tabled v0.14.0
21842023-12-09T04:22:00.420Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
21852023-12-09T04:22:03.920Z Checking basic-toml v0.1.4
21862023-12-09T04:22:05.449Z Checking constant_time_eq v0.3.0
21872023-12-09T04:22:05.620Z Checking futures-timer v3.0.2
21882023-12-09T04:22:06.036Z Checking rust-argon2 v1.0.1
21892023-12-09T04:22:09.136Z Checking crossbeam v0.8.2
21902023-12-09T04:22:09.280Z Checking partial-io v0.5.4
21912023-12-09T04:22:09.852Z Checking approx v0.5.1
21922023-12-09T04:22:10.169Z Checking termios v0.3.3
21932023-12-09T04:22:10.475Z Checking hex-literal v0.4.1
21942023-12-09T04:22:13.574Z Checking rstest v0.18.2
21952023-12-09T04:22:20.327Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
21962023-12-09T04:22:21.131Z Checking omicron-deploy v0.1.0 (/work/oxidecomputer/omicron/dev-tools/thing-flinger)
21972023-12-09T04:23:26.194Z Compiling samael v0.0.10 (https://github.com/njaremko/samael?branch=master#52028e45)
21982023-12-09T04:23:27.795Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli)
21992023-12-09T04:23:28.593Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
22002023-12-09T04:23:41.009Z Checking caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util)
22012023-12-09T04:24:06.102Z Compiling polar-core v0.27.0
22022023-12-09T04:24:16.848Z Checking oso v0.27.0
22032023-12-09T04:24:52.895Z Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
22042023-12-09T04:26:13.840Z Finished dev [unoptimized + debuginfo] target(s) in 9m 54s
22052023-12-09T04:26:14.113Z
22062023-12-09T04:26:14.113Zreal 10:50.508229618
22072023-12-09T04:26:14.113Zuser 59:23.801574402
22082023-12-09T04:26:14.114Zsys 7:37.763756388
22092023-12-09T04:26:14.114Ztrap 2.172447224
22102023-12-09T04:26:14.114Ztflt 3.447462320
22112023-12-09T04:26:14.114Zdflt 5.457120293
22122023-12-09T04:26:14.117Zkflt 0.020406351
22132023-12-09T04:26:14.117Zlock 1:34:34.367629751
22142023-12-09T04:26:14.117Zslp 2:56:49.455518889
22152023-12-09T04:26:14.117Zlat 2:04.166408388
22162023-12-09T04:26:14.118Zstop 4:08.348813494
22172023-12-09T04:26:15.226Zwarning: output filename collision.
22182023-12-09T04:26:15.226ZThe 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)`.
22192023-12-09T04:26:15.226ZColliding filename is: /work/oxidecomputer/omicron/target/doc/hubpack/index.html
22202023-12-09T04:26:15.226ZThe targets should have unique names.
22212023-12-09T04:26:15.226ZThis is a known bug where multiple crates with the same name use
22222023-12-09T04:26:15.226Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
22232023-12-09T04:26:15.229Zwarning: output filename collision.
22242023-12-09T04:26:15.229ZThe 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)`.
22252023-12-09T04:26:15.229ZColliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html
22262023-12-09T04:26:15.230ZThe targets should have unique names.
22272023-12-09T04:26:15.230ZThis is a known bug where multiple crates with the same name use
22282023-12-09T04:26:15.230Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
22292023-12-09T04:26:15.230Zwarning: output filename collision.
22302023-12-09T04:26:15.230ZThe 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)`.
22312023-12-09T04:26:15.230ZColliding filename is: /work/oxidecomputer/omicron/target/doc/tlvc/index.html
22322023-12-09T04:26:15.231ZThe targets should have unique names.
22332023-12-09T04:26:15.231ZThis is a known bug where multiple crates with the same name use
22342023-12-09T04:26:15.231Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
22352023-12-09T04:26:15.810Z Documenting libc v0.2.150
22362023-12-09T04:26:15.825Z Documenting cfg-if v1.0.0
22372023-12-09T04:26:15.834Z Documenting serde_derive v1.0.192
22382023-12-09T04:26:15.861Z Documenting scopeguard v1.2.0
22392023-12-09T04:26:15.865Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
22402023-12-09T04:26:15.879Z Documenting log v0.4.20
22412023-12-09T04:26:15.896Z Documenting smallvec v1.11.0
22422023-12-09T04:26:15.896Z Documenting itoa v1.0.9
22432023-12-09T04:26:16.268Z Documenting memchr v2.6.3
22442023-12-09T04:26:19.780Z Documenting zeroize_derive v1.4.2
22452023-12-09T04:26:19.891Z Documenting lock_api v0.4.10
22462023-12-09T04:26:19.929Z Documenting pin-project-lite v0.2.13
22472023-12-09T04:26:20.368Z Documenting libm v0.2.7
22482023-12-09T04:26:21.882Z Documenting futures-core v0.3.29
22492023-12-09T04:26:22.134Z Documenting getrandom v0.2.10
22502023-12-09T04:26:23.163Z Documenting parking_lot_core v0.9.8
22512023-12-09T04:26:24.055Z Documenting signal-hook-registry v1.4.1
22522023-12-09T04:26:24.321Z Documenting mio v0.8.9
22532023-12-09T04:26:25.285Z Documenting num-traits v0.2.16
22542023-12-09T04:26:25.500Z Documenting serde v1.0.192
22552023-12-09T04:26:27.334Z Documenting zeroize v1.7.0
22562023-12-09T04:26:27.399Z Documenting thiserror-impl v1.0.49
22572023-12-09T04:26:27.818Z Documenting rand_core v0.6.4
22582023-12-09T04:26:28.740Z Documenting parking_lot v0.12.1
22592023-12-09T04:26:30.071Z Documenting socket2 v0.5.5
22602023-12-09T04:26:30.392Z Documenting num_cpus v1.16.0
22612023-12-09T04:26:32.232Z Documenting typenum v1.16.0
22622023-12-09T04:26:33.187Z Documenting tokio-macros v2.2.0
22632023-12-09T04:26:33.307Z Documenting subtle v2.5.0
22642023-12-09T04:26:34.430Z Documenting thiserror v1.0.49
22652023-12-09T04:26:34.567Z Documenting once_cell v1.19.0
22662023-12-09T04:26:35.896Z Documenting ryu v1.0.15
22672023-12-09T04:26:35.928Z Documenting byteorder v1.5.0
22682023-12-09T04:26:39.011Z Documenting futures-sink v0.3.29
22692023-12-09T04:26:39.495Z Documenting const-oid v0.9.5
22702023-12-09T04:26:39.693Z Documenting pin-utils v0.1.0
22712023-12-09T04:26:39.899Z Documenting futures-task v0.3.29
22722023-12-09T04:26:40.496Z Documenting slab v0.4.9
22732023-12-09T04:26:42.023Z Documenting futures-macro v0.3.29
22742023-12-09T04:26:44.366Z Documenting futures-channel v0.3.29
22752023-12-09T04:26:45.498Z Documenting futures-io v0.3.29
22762023-12-09T04:26:46.884Z Documenting iana-time-zone v0.1.57
22772023-12-09T04:26:47.646Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
22782023-12-09T04:26:48.591Z Documenting tinyvec_macros v0.1.1
22792023-12-09T04:26:48.856Z Documenting ppv-lite86 v0.2.17
22802023-12-09T04:26:49.457Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
22812023-12-09T04:26:50.368Z Documenting tracing-core v0.1.31
22822023-12-09T04:26:51.365Z Documenting futures-util v0.3.29
22832023-12-09T04:26:52.970Z Documenting tinyvec v1.6.0
22842023-12-09T04:26:53.046Z Documenting tracing-attributes v0.1.26
22852023-12-09T04:26:54.010Z Documenting rand_chacha v0.3.1
22862023-12-09T04:26:58.640Z Documenting unicode-normalization v0.1.22
22872023-12-09T04:27:00.477Z Documenting bytes v1.5.0
22882023-12-09T04:27:00.668Z Documenting bitflags v2.4.0
22892023-12-09T04:27:02.815Z Documenting serde_json v1.0.108
22902023-12-09T04:27:03.470Z Documenting chrono v0.4.31
22912023-12-09T04:27:05.223Z Documenting uuid v1.6.1
22922023-12-09T04:27:06.745Z Documenting rand v0.8.5
22932023-12-09T04:27:07.109Z Documenting base64 v0.21.5
22942023-12-09T04:27:07.984Z Documenting tokio v1.35.0
22952023-12-09T04:27:11.020Z Documenting fnv v1.0.7
22962023-12-09T04:27:11.723Z Documenting spin v0.9.8
22972023-12-09T04:27:12.523Z Documenting lazy_static v1.4.0
22982023-12-09T04:27:13.250Z Documenting unicode-bidi v0.3.13
22992023-12-09T04:27:15.097Z Documenting percent-encoding v2.3.1
23002023-12-09T04:27:16.186Z Documenting cpufeatures v0.2.9
23012023-12-09T04:27:16.716Z Documenting generic-array v0.14.7
23022023-12-09T04:27:16.832Z Documenting http v0.2.11
23032023-12-09T04:27:16.861Z Documenting serde_derive_internals v0.26.0
23042023-12-09T04:27:19.808Z Checking serde_derive_internals v0.26.0
23052023-12-09T04:27:19.860Z Documenting tracing v0.1.37
23062023-12-09T04:27:20.415Z Documenting dyn-clone v1.0.13
23072023-12-09T04:27:20.731Z Documenting idna v0.5.0
23082023-12-09T04:27:20.788Z Documenting form_urlencoded v1.2.1
23092023-12-09T04:27:23.152Z Documenting crypto-common v0.1.6
23102023-12-09T04:27:24.555Z Documenting block-buffer v0.10.4
23112023-12-09T04:27:24.908Z Documenting errno v0.3.2
23122023-12-09T04:27:24.911Z Documenting schemars_derive v0.8.13
23132023-12-09T04:27:25.405Z Documenting httparse v1.8.0
23142023-12-09T04:27:26.686Z Documenting adler v1.0.2
23152023-12-09T04:27:26.919Z Documenting url v2.5.0
23162023-12-09T04:27:29.922Z Documenting unicode-ident v1.0.12
23172023-12-09T04:27:30.725Z Documenting miniz_oxide v0.7.1
23182023-12-09T04:27:30.903Z Documenting digest v0.10.7
23192023-12-09T04:27:30.981Z Documenting rustix v0.38.25
23202023-12-09T04:27:31.570Z Documenting base64ct v1.6.0
23212023-12-09T04:27:33.396Z Documenting openssl-probe v0.1.5
23222023-12-09T04:27:33.776Z Documenting schemars v0.8.13
23232023-12-09T04:27:34.029Z Documenting proc-macro2 v1.0.69
23242023-12-09T04:27:35.559Z Documenting httpdate v1.0.3
23252023-12-09T04:27:37.883Z Documenting try-lock v0.2.4
23262023-12-09T04:27:38.957Z Documenting untrusted v0.9.0
23272023-12-09T04:27:40.366Z Documenting quote v1.0.33
23282023-12-09T04:27:40.602Z Documenting http-body v0.4.5
23292023-12-09T04:27:41.209Z Documenting openssl-sys v0.9.96
23302023-12-09T04:27:41.550Z Documenting async-trait v0.1.74
23312023-12-09T04:27:42.320Z Documenting want v0.3.1
23322023-12-09T04:27:42.453Z Documenting openssl-macros v0.1.1
23332023-12-09T04:27:43.605Z Documenting ring v0.17.7
23342023-12-09T04:27:46.157Z Documenting mime v0.3.17
23352023-12-09T04:27:47.113Z Documenting tower-service v0.3.2
23362023-12-09T04:27:47.931Z Documenting pem-rfc7468 v0.7.0
23372023-12-09T04:27:48.618Z Documenting aho-corasick v1.0.4
23382023-12-09T04:27:48.862Z Documenting sct v0.7.0
23392023-12-09T04:27:48.911Z Documenting tokio-util v0.7.10
23402023-12-09T04:27:50.318Z Documenting openssl v0.10.60
23412023-12-09T04:27:51.500Z Documenting rustls-webpki v0.101.7
23422023-12-09T04:27:52.321Z Documenting slog v2.7.0
23432023-12-09T04:27:52.730Z Documenting der_derive v0.7.2
23442023-12-09T04:27:54.316Z Documenting equivalent v1.0.1
23452023-12-09T04:27:54.545Z Documenting unicode-width v0.1.11
23462023-12-09T04:27:56.137Z Documenting regex-syntax v0.8.2
23472023-12-09T04:27:57.599Z Documenting h2 v0.3.21
23482023-12-09T04:27:57.962Z Documenting flagset v0.4.3
23492023-12-09T04:27:58.341Z Documenting hashbrown v0.14.2
23502023-12-09T04:27:58.691Z Documenting ipnet v2.8.0
23512023-12-09T04:27:58.730Z Documenting rustls v0.21.9
23522023-12-09T04:28:00.539Z Documenting rustls-pemfile v1.0.3
23532023-12-09T04:28:02.089Z Documenting der v0.7.8
23542023-12-09T04:28:02.958Z Documenting num-integer v0.1.45
23552023-12-09T04:28:04.723Z Documenting time-macros v0.2.13
23562023-12-09T04:28:04.735Z Documenting indexmap v2.1.0
23572023-12-09T04:28:06.081Z Documenting utf8parse v0.2.1
23582023-12-09T04:28:06.494Z Documenting regex-automata v0.4.3
23592023-12-09T04:28:09.005Z Documenting deranged v0.3.8
23602023-12-09T04:28:09.508Z Documenting time-core v0.1.1
23612023-12-09T04:28:10.192Z Documenting num_threads v0.1.6
23622023-12-09T04:28:11.377Z Documenting gimli v0.28.0
23632023-12-09T04:28:11.668Z Documenting tokio-rustls v0.24.1
23642023-12-09T04:28:12.026Z Documenting spki v0.7.2
23652023-12-09T04:28:12.570Z Documenting hyper v0.14.27
23662023-12-09T04:28:13.784Z Documenting native-tls v0.2.11
23672023-12-09T04:28:15.580Z Documenting object v0.32.1
23682023-12-09T04:28:15.802Z Documenting time v0.3.27
23692023-12-09T04:28:18.427Z Documenting encoding_rs v0.8.33
23702023-12-09T04:28:19.142Z Documenting regex v1.10.2
23712023-12-09T04:28:20.900Z Documenting addr2line v0.21.0
23722023-12-09T04:28:20.903Z Documenting crossbeam-utils v0.8.16
23732023-12-09T04:28:21.055Z Checking pest_meta v2.7.2
23742023-12-09T04:28:22.650Z Documenting rustc-demangle v0.1.23
23752023-12-09T04:28:23.824Z Documenting tokio-native-tls v0.3.1
23762023-12-09T04:28:25.723Z Documenting rustls-native-certs v0.6.3
23772023-12-09T04:28:26.436Z Documenting serde_urlencoded v0.7.1
23782023-12-09T04:28:26.889Z Documenting pest_meta v2.7.2
23792023-12-09T04:28:27.021Z Checking pest_generator v2.7.2
23802023-12-09T04:28:27.649Z Documenting pkcs8 v0.10.2
23812023-12-09T04:28:28.276Z Documenting ucd-trie v0.1.6
23822023-12-09T04:28:30.967Z Documenting data-encoding v2.4.0
23832023-12-09T04:28:31.479Z Documenting hyper-rustls v0.24.2
23842023-12-09T04:28:31.745Z Documenting hyper-tls v0.5.0
23852023-12-09T04:28:32.795Z Documenting anstyle v1.0.2
23862023-12-09T04:28:32.972Z Documenting pest_generator v2.7.2
23872023-12-09T04:28:34.565Z Documenting backtrace v0.3.69
23882023-12-09T04:28:34.581Z Documenting webpki-roots v0.25.2
23892023-12-09T04:28:34.659Z Documenting pest v2.7.2
23902023-12-09T04:28:37.534Z Documenting anstyle-parse v0.2.1
23912023-12-09T04:28:38.353Z Documenting syn v2.0.32
23922023-12-09T04:28:39.815Z Documenting pest_derive v2.7.2
23932023-12-09T04:28:40.141Z Documenting ipnetwork v0.20.0
23942023-12-09T04:28:41.955Z Documenting sha2 v0.10.8
23952023-12-09T04:28:42.058Z Documenting futures-executor v0.3.29
23962023-12-09T04:28:42.282Z Documenting reqwest v0.11.22
23972023-12-09T04:28:42.600Z Documenting hex v0.4.3
23982023-12-09T04:28:42.806Z Documenting anyhow v1.0.75
23992023-12-09T04:28:46.981Z Documenting crc32fast v1.3.2
24002023-12-09T04:28:48.467Z Checking serde_tokenstream v0.1.7
24012023-12-09T04:28:48.671Z Documenting colorchoice v1.0.0
24022023-12-09T04:28:49.008Z Documenting anstyle-query v1.0.0
24032023-12-09T04:28:49.051Z Documenting dtrace-parser v0.1.14
24042023-12-09T04:28:49.197Z Documenting openapiv3 v2.0.0-rc.1
24052023-12-09T04:28:50.731Z Documenting num-iter v0.1.43
24062023-12-09T04:28:52.451Z Documenting hmac v0.12.1
24072023-12-09T04:28:52.769Z Documenting dof v0.1.5
24082023-12-09T04:28:54.269Z Documenting anstream v0.5.0
24092023-12-09T04:28:54.617Z Documenting signal-hook v0.3.17
24102023-12-09T04:28:56.825Z Documenting thread-id v4.2.0
24112023-12-09T04:28:57.750Z Documenting terminal_size v0.2.6
24122023-12-09T04:28:58.785Z Documenting memoffset v0.9.0
24132023-12-09T04:28:59.225Z Documenting clap_lex v0.5.1
24142023-12-09T04:28:59.593Z Documenting strsim v0.10.0
24152023-12-09T04:28:59.991Z Documenting flate2 v1.0.28
24162023-12-09T04:29:00.588Z Documenting futures v0.3.29
24172023-12-09T04:29:02.425Z Documenting usdt-impl v0.3.5
24182023-12-09T04:29:02.866Z Documenting crossbeam-epoch v0.9.15
24192023-12-09T04:29:03.956Z Documenting usdt-attr-macro v0.3.5
24202023-12-09T04:29:05.187Z Documenting usdt-macro v0.3.5
24212023-12-09T04:29:05.795Z Documenting clap_builder v4.4.2
24222023-12-09T04:29:06.997Z Documenting clap_derive v4.4.2
24232023-12-09T04:29:07.243Z Documenting managed v0.8.0
24242023-12-09T04:29:08.784Z Documenting signal-hook-mio v0.2.3
24252023-12-09T04:29:10.585Z Documenting block-padding v0.3.3
24262023-12-09T04:29:11.545Z Documenting scheduled-thread-pool v0.2.7
24272023-12-09T04:29:12.235Z Documenting bzip2-sys v0.1.11+1.0.8
24282023-12-09T04:29:12.795Z Documenting usdt v0.3.5
24292023-12-09T04:29:13.357Z Documenting enum-as-inner v0.5.1
24302023-12-09T04:29:14.689Z Documenting pin-project-internal v1.1.3
24312023-12-09T04:29:14.915Z Documenting diesel_table_macro_syntax v0.1.0
24322023-12-09T04:29:15.471Z Documenting clap v4.4.3
24332023-12-09T04:29:16.655Z Checking diesel_table_macro_syntax v0.1.0
24342023-12-09T04:29:16.893Z Documenting unicode-segmentation v1.10.1
24352023-12-09T04:29:17.286Z Documenting r2d2 v0.8.10
24362023-12-09T04:29:17.915Z Documenting bzip2 v0.4.4
24372023-12-09T04:29:19.771Z Documenting trust-dns-proto v0.22.0
24382023-12-09T04:29:20.250Z Documenting inout v0.1.3
24392023-12-09T04:29:21.526Z Documenting diesel_derives v2.1.2
24402023-12-09T04:29:21.800Z Documenting crossterm v0.27.0
24412023-12-09T04:29:21.830Z Documenting pin-project v1.1.3
24422023-12-09T04:29:22.599Z Documenting md-5 v0.10.5
24432023-12-09T04:29:23.398Z Documenting stringprep v0.1.3
24442023-12-09T04:29:23.692Z Documenting serde_spanned v0.6.4
24452023-12-09T04:29:25.908Z Documenting toml_datetime v0.6.5
24462023-12-09T04:29:26.608Z Documenting ff v0.13.0
24472023-12-09T04:29:28.977Z Documenting pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
24482023-12-09T04:29:29.368Z Documenting doc-comment v0.3.3
24492023-12-09T04:29:29.639Z Documenting snafu-derive v0.7.5
24502023-12-09T04:29:30.213Z Documenting fallible-iterator v0.2.0
24512023-12-09T04:29:31.665Z Documenting winnow v0.5.15
24522023-12-09T04:29:32.024Z Documenting static_assertions v1.1.0
24532023-12-09T04:29:32.210Z Documenting siphasher v0.3.11
24542023-12-09T04:29:33.392Z Documenting either v1.9.0
24552023-12-09T04:29:33.453Z Documenting base16ct v0.2.0
24562023-12-09T04:29:34.485Z Documenting bit-vec v0.6.3
24572023-12-09T04:29:36.431Z Documenting diesel v2.1.4
24582023-12-09T04:29:36.645Z Documenting phf_shared v0.11.2
24592023-12-09T04:29:37.858Z Documenting sec1 v0.7.3
24602023-12-09T04:29:37.861Z Documenting postgres-protocol v0.6.6
24612023-12-09T04:29:39.226Z Documenting group v0.13.0
24622023-12-09T04:29:39.327Z Documenting toml_edit v0.21.0
24632023-12-09T04:29:40.542Z Documenting cipher v0.4.4
24642023-12-09T04:29:41.070Z Documenting snafu v0.7.5
24652023-12-09T04:29:42.080Z Documenting zip v0.6.6
24662023-12-09T04:29:45.037Z Documenting hkdf v0.12.3
24672023-12-09T04:29:46.468Z Documenting num-bigint v0.4.4
24682023-12-09T04:29:47.417Z Documenting crypto-bigint v0.5.2
24692023-12-09T04:29:47.628Z Documenting hubpack v0.1.2
24702023-12-09T04:29:47.966Z Documenting bstr v1.6.0
24712023-12-09T04:29:49.493Z Documenting regress v0.7.1
24722023-12-09T04:29:50.315Z Documenting serde_repr v0.1.16
24732023-12-09T04:29:52.510Z Documenting lalrpop-util v0.19.12
24742023-12-09T04:29:54.451Z Documenting new_debug_unreachable v1.0.4
24752023-12-09T04:29:55.631Z Documenting precomputed-hash v0.1.1
24762023-12-09T04:29:56.787Z Documenting fixedbitset v0.4.2
24772023-12-09T04:29:57.212Z Documenting gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
24782023-12-09T04:29:58.808Z Documenting yasna v0.5.2
24792023-12-09T04:29:58.950Z Documenting elliptic-curve v0.13.8
24802023-12-09T04:29:59.245Z Documenting postgres-types v0.2.6
24812023-12-09T04:29:59.293Z Documenting phf v0.11.2
24822023-12-09T04:30:01.248Z Documenting string_cache v0.8.7
24832023-12-09T04:30:01.583Z Documenting petgraph v0.6.4
24842023-12-09T04:30:05.002Z Documenting console v0.15.7
24852023-12-09T04:30:07.657Z Documenting semver v1.0.20
24862023-12-09T04:30:08.033Z Documenting float-cmp v0.9.0
24872023-12-09T04:30:08.557Z Checking unsafe-libyaml v0.2.9
24882023-12-09T04:30:09.660Z Documenting difflib v0.4.0
24892023-12-09T04:30:09.973Z Documenting whoami v1.4.1
24902023-12-09T04:30:10.530Z Documenting heck v0.4.1
24912023-12-09T04:30:11.197Z Documenting predicates-core v1.0.6
24922023-12-09T04:30:12.514Z Documenting normalize-line-endings v0.3.0
24932023-12-09T04:30:14.285Z Documenting bit-set v0.5.3
24942023-12-09T04:30:15.171Z Documenting similar v2.2.1
24952023-12-09T04:30:15.404Z Documenting typify-macro v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f)
24962023-12-09T04:30:15.483Z Documenting tokio-stream v0.1.14
24972023-12-09T04:30:15.818Z Documenting tokio-postgres v0.7.10
24982023-12-09T04:30:16.881Z Documenting unsafe-libyaml v0.2.9
24992023-12-09T04:30:17.061Z Documenting typify-impl v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f)
25002023-12-09T04:30:18.098Z Documenting predicates v3.0.4
25012023-12-09T04:30:20.447Z Checking ident_case v1.0.1
25022023-12-09T04:30:20.656Z Checking serde_yaml v0.9.25
25032023-12-09T04:30:21.497Z Documenting progenitor-client v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576)
25042023-12-09T04:30:22.622Z Documenting serde_yaml v0.9.25
25052023-12-09T04:30:23.218Z Documenting getopts v0.2.21
25062023-12-09T04:30:23.802Z Documenting match_cfg v0.1.0
25072023-12-09T04:30:25.365Z Documenting sha1 v0.10.6
25082023-12-09T04:30:25.848Z Documenting dirs-sys-next v0.1.2
25092023-12-09T04:30:27.858Z Documenting hostname v0.3.1
25102023-12-09T04:30:28.316Z Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25112023-12-09T04:30:28.522Z Documenting typify v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f)
25122023-12-09T04:30:29.381Z Documenting thread_local v1.1.7
25132023-12-09T04:30:31.057Z Documenting progenitor-macro v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576)
25142023-12-09T04:30:31.544Z Documenting dirs-next v2.0.0
25152023-12-09T04:30:32.631Z Documenting paste v1.0.14
25162023-12-09T04:30:33.395Z Documenting crossbeam-channel v0.5.8
25172023-12-09T04:30:33.512Z Documenting atty v0.2.14
25182023-12-09T04:30:33.648Z Documenting take_mut v0.2.2
25192023-12-09T04:30:35.692Z Documenting slog-json v2.6.1
25202023-12-09T04:30:37.219Z Documenting term v0.7.0
25212023-12-09T04:30:38.193Z Documenting camino v1.1.6
25222023-12-09T04:30:38.478Z Documenting progenitor-impl v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576)
25232023-12-09T04:30:38.656Z Documenting async-stream-impl v0.3.5
25242023-12-09T04:30:39.021Z Documenting debug-ignore v1.0.5
25252023-12-09T04:30:39.498Z Documenting slog-async v2.8.0
25262023-12-09T04:30:42.340Z Documenting atomic-waker v1.1.1
25272023-12-09T04:30:42.502Z Documenting slog-bunyan v2.4.0
25282023-12-09T04:30:43.045Z Documenting slog-term v2.9.0
25292023-12-09T04:30:43.176Z Checking darling_core v0.20.3
25302023-12-09T04:30:45.081Z Documenting toml v0.8.8
25312023-12-09T04:30:45.143Z Documenting dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017)
25322023-12-09T04:30:45.350Z Documenting async-stream v0.3.5
25332023-12-09T04:30:46.042Z Documenting multer v2.1.0
25342023-12-09T04:30:46.417Z Documenting waitgroup v0.1.2
25352023-12-09T04:30:49.321Z Documenting serde_path_to_error v0.1.14
25362023-12-09T04:30:49.564Z Documenting strum v0.25.0
25372023-12-09T04:30:50.069Z Documenting progenitor v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576)
25382023-12-09T04:30:50.866Z Checking darling v0.20.3
25392023-12-09T04:30:51.011Z Documenting serde_with_macros v3.4.0
25402023-12-09T04:30:51.874Z Documenting structmeta-derive v0.2.0
25412023-12-09T04:30:52.417Z Checking structmeta v0.2.0
25422023-12-09T04:30:52.775Z Documenting instant v0.1.12
25432023-12-09T04:30:52.987Z Checking regex-syntax v0.7.5
25442023-12-09T04:30:53.242Z Documenting serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
25452023-12-09T04:30:54.931Z Documenting macaddr v1.0.1
25462023-12-09T04:30:55.588Z Documenting dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017)
25472023-12-09T04:30:58.079Z Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
25482023-12-09T04:30:58.145Z Documenting backoff v0.4.0
25492023-12-09T04:30:59.061Z Documenting serde_with v3.4.0
25502023-12-09T04:30:59.332Z Documenting structmeta v0.2.0
25512023-12-09T04:30:59.607Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
25522023-12-09T04:31:00.762Z Documenting fastrand v2.0.0
25532023-12-09T04:31:03.631Z Documenting is-terminal v0.4.9
25542023-12-09T04:31:04.469Z Documenting proc-macro-crate v1.3.1
25552023-12-09T04:31:05.773Z Documenting parse-display-derive v0.8.2
25562023-12-09T04:31:06.261Z Checking proc-macro-crate v1.3.1
25572023-12-09T04:31:06.596Z Documenting proc-macro-error-attr v1.0.4
25582023-12-09T04:31:06.800Z Documenting hash32 v0.2.1
25592023-12-09T04:31:06.856Z Documenting tempfile v3.8.1
25602023-12-09T04:31:10.409Z Documenting stable_deref_trait v1.2.0
25612023-12-09T04:31:10.579Z Checking proc-macro-error v1.0.4
25622023-12-09T04:31:10.802Z Documenting num_enum_derive v0.5.11
25632023-12-09T04:31:10.963Z Documenting embedded-io v0.4.0
25642023-12-09T04:31:12.138Z Documenting proc-macro-error v1.0.4
25652023-12-09T04:31:12.974Z Documenting cobs v0.2.3
25662023-12-09T04:31:13.364Z Documenting camino-tempfile v1.1.1
25672023-12-09T04:31:14.363Z Documenting parse-display v0.8.2
25682023-12-09T04:31:14.472Z Documenting heapless v0.7.16
25692023-12-09T04:31:15.460Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
25702023-12-09T04:31:17.170Z Documenting postcard v1.0.8
25712023-12-09T04:31:18.366Z Documenting foreign-types-macros v0.2.3
25722023-12-09T04:31:18.556Z Documenting illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=24ceba1969269e4d81bda83d8968d7d7f713c46b#24ceba19)
25732023-12-09T04:31:18.925Z Documenting num_enum v0.5.11
25742023-12-09T04:31:19.926Z Documenting foreign-types-shared v0.3.1
25752023-12-09T04:31:20.793Z Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25762023-12-09T04:31:21.768Z Documenting smoltcp v0.10.0
25772023-12-09T04:31:21.822Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
25782023-12-09T04:31:22.217Z Documenting crucible-workspace-hack v0.1.0
25792023-12-09T04:31:22.942Z Documenting libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
25802023-12-09T04:31:24.317Z Documenting nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
25812023-12-09T04:31:24.352Z Documenting cstr-argument v0.1.2
25822023-12-09T04:31:24.561Z Documenting rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
25832023-12-09T04:31:25.008Z Documenting foreign-types v0.5.0
25842023-12-09T04:31:27.643Z Documenting kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=24ceba1969269e4d81bda83d8968d7d7f713c46b#24ceba19)
25852023-12-09T04:31:28.858Z Documenting dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
25862023-12-09T04:31:29.664Z Documenting colored v2.0.4
25872023-12-09T04:31:29.915Z Documenting zerocopy v0.7.26
25882023-12-09T04:31:30.351Z Documenting opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=24ceba1969269e4d81bda83d8968d7d7f713c46b#24ceba19)
25892023-12-09T04:31:30.957Z Documenting rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
25902023-12-09T04:31:31.114Z Documenting nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
25912023-12-09T04:31:33.953Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
25922023-12-09T04:31:35.158Z Documenting zone_cfg_derive v0.3.0
25932023-12-09T04:31:35.786Z Documenting bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3e1d129151c3621d28ead5c6e5760693ba6e7fec#3e1d1291)
25942023-12-09T04:31:36.807Z Documenting num-derive v0.4.0
25952023-12-09T04:31:37.146Z Documenting smf v0.2.2
25962023-12-09T04:31:37.416Z Documenting libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d)
25972023-12-09T04:31:40.061Z Documenting opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=24ceba1969269e4d81bda83d8968d7d7f713c46b#24ceba19)
25982023-12-09T04:31:41.134Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
25992023-12-09T04:31:41.927Z Documenting bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3e1d129151c3621d28ead5c6e5760693ba6e7fec#3e1d1291)
26002023-12-09T04:31:42.922Z Documenting linked-hash-map v0.5.6
26012023-12-09T04:31:43.012Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
26022023-12-09T04:31:43.024Z Documenting zone v0.3.0
26032023-12-09T04:31:43.654Z Documenting crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=945f040d259ca8013d3fb26f510453da7cd7b1a6#945f040d)
26042023-12-09T04:31:46.544Z Documenting blake2 v0.10.6
26052023-12-09T04:31:48.015Z Documenting password-hash v0.5.0
26062023-12-09T04:31:48.823Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
26072023-12-09T04:31:49.346Z Documenting lru-cache v0.1.2
26082023-12-09T04:31:49.712Z Documenting oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=24ceba1969269e4d81bda83d8968d7d7f713c46b#24ceba19)
26092023-12-09T04:31:50.385Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
26102023-12-09T04:31:50.526Z Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
26112023-12-09T04:31:50.746Z Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
26122023-12-09T04:31:50.827Z Checking heck v0.3.3
26132023-12-09T04:31:51.054Z Documenting structopt-derive v0.4.18
26142023-12-09T04:31:54.062Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
26152023-12-09T04:31:54.173Z Documenting illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
26162023-12-09T04:31:54.387Z Documenting argon2 v0.5.2
26172023-12-09T04:31:54.994Z Documenting libefi-sys v0.1.0
26182023-12-09T04:31:58.374Z Documenting quick-error v1.2.3
26192023-12-09T04:31:58.427Z Documenting structopt v0.3.26
26202023-12-09T04:31:59.969Z Documenting opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=24ceba1969269e4d81bda83d8968d7d7f713c46b#24ceba19)
26212023-12-09T04:32:00.892Z Documenting libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
26222023-12-09T04:32:01.353Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
26232023-12-09T04:32:01.949Z Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
26242023-12-09T04:32:03.377Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26252023-12-09T04:32:03.834Z Documenting resolv-conf v0.7.0
26262023-12-09T04:32:04.227Z Documenting cancel-safe-futures v0.1.5
26272023-12-09T04:32:04.833Z Documenting tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802)
26282023-12-09T04:32:06.739Z Documenting convert_case v0.4.0
26292023-12-09T04:32:06.952Z Checking convert_case v0.4.0
26302023-12-09T04:32:07.276Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26312023-12-09T04:32:07.951Z Documenting arc-swap v1.6.0
26322023-12-09T04:32:09.717Z Documenting trust-dns-resolver v0.22.0
26332023-12-09T04:32:11.013Z Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
26342023-12-09T04:32:11.521Z Documenting swrite v0.1.0
26352023-12-09T04:32:11.977Z Documenting tap v1.0.1
26362023-12-09T04:32:12.113Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26372023-12-09T04:32:12.327Z Documenting derive_more v0.99.17
26382023-12-09T04:32:13.827Z Documenting slog-scope v4.4.0
26392023-12-09T04:32:14.012Z Documenting num-rational v0.4.1
26402023-12-09T04:32:16.236Z Documenting wyz v0.5.1
26412023-12-09T04:32:17.180Z Documenting radium v0.7.0
26422023-12-09T04:32:19.301Z Documenting libsw v3.3.0
26432023-12-09T04:32:20.284Z Documenting num-complex v0.4.4
26442023-12-09T04:32:20.676Z Documenting derive-where v1.2.6
26452023-12-09T04:32:20.965Z Documenting owo-colors v3.5.0
26462023-12-09T04:32:22.262Z Documenting half v1.8.2
26472023-12-09T04:32:25.155Z Documenting crc-catalog v2.2.0
26482023-12-09T04:32:25.209Z Documenting funty v2.0.0
26492023-12-09T04:32:25.981Z Documenting linear-map v1.2.0
26502023-12-09T04:32:26.250Z Documenting ciborium-io v0.2.1
26512023-12-09T04:32:27.358Z Documenting num v0.4.1
26522023-12-09T04:32:27.732Z Documenting crc v3.0.1
26532023-12-09T04:32:28.324Z Documenting slog-stdlog v4.1.1
26542023-12-09T04:32:28.483Z Documenting bitvec v1.0.1
26552023-12-09T04:32:30.291Z Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
26562023-12-09T04:32:31.502Z Documenting slog-dtrace v0.2.3
26572023-12-09T04:32:32.150Z Documenting ciborium-ll v0.2.1
26582023-12-09T04:32:32.569Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
26592023-12-09T04:32:32.575Z Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
26602023-12-09T04:32:34.123Z Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26612023-12-09T04:32:34.942Z Documenting xattr v1.0.1
26622023-12-09T04:32:36.042Z Documenting filetime v0.2.23
26632023-12-09T04:32:36.675Z Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
26642023-12-09T04:32:38.015Z Documenting packed_struct_codegen v0.10.1
26652023-12-09T04:32:40.789Z Documenting nodrop v0.1.14
26662023-12-09T04:32:41.675Z Documenting keccak v0.1.4
26672023-12-09T04:32:41.897Z Documenting tar v0.4.40
26682023-12-09T04:32:43.737Z Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
26692023-12-09T04:32:44.914Z Documenting array-init v0.0.4
26702023-12-09T04:32:45.885Z Documenting sha3 v0.10.8
26712023-12-09T04:32:46.360Z Documenting packed_struct v0.10.1
26722023-12-09T04:32:46.699Z Documenting ciborium v0.2.1
26732023-12-09T04:32:47.613Z Documenting slog-envlogger v2.2.0
26742023-12-09T04:32:48.019Z Documenting num-bigint-dig v0.8.4
26752023-12-09T04:32:49.680Z Documenting pkcs1 v0.7.5
26762023-12-09T04:32:53.262Z Documenting signature v2.1.0
26772023-12-09T04:32:53.607Z Documenting fxhash v0.2.1
26782023-12-09T04:32:55.517Z Documenting secrecy v0.8.0
26792023-12-09T04:32:57.318Z Documenting termcolor v1.2.0
26802023-12-09T04:32:57.766Z Documenting bitfield v0.14.0
26812023-12-09T04:33:00.918Z Documenting utf-8 v0.7.6
26822023-12-09T04:33:00.973Z Documenting serde-hex v0.1.0
26832023-12-09T04:33:00.973Z Documenting rsa v0.9.2
26842023-12-09T04:33:01.689Z Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
26852023-12-09T04:33:02.037Z Documenting lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
26862023-12-09T04:33:03.106Z Documenting env_logger v0.10.0
26872023-12-09T04:33:04.323Z Documenting tungstenite v0.20.1
26882023-12-09T04:33:05.049Z Documenting tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
26892023-12-09T04:33:08.563Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
26902023-12-09T04:33:09.908Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
26912023-12-09T04:33:10.712Z Documenting newtype_derive v0.1.6
26922023-12-09T04:33:11.665Z Documenting x509-cert v0.2.4
26932023-12-09T04:33:13.074Z Documenting pem v3.0.2
26942023-12-09T04:33:14.090Z Documenting ron v0.8.1
26952023-12-09T04:33:14.475Z Documenting crc-any v2.4.3
26962023-12-09T04:33:16.114Z Documenting steno v0.4.0
26972023-12-09T04:33:18.730Z Documenting tokio-tungstenite v0.20.1
26982023-12-09T04:33:19.973Z Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26992023-12-09T04:33:20.335Z Documenting lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
27002023-12-09T04:33:20.838Z Documenting tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
27012023-12-09T04:33:25.849Z Documenting internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
27022023-12-09T04:33:27.872Z Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client)
27032023-12-09T04:33:29.682Z Documenting itertools v0.12.0
27042023-12-09T04:33:31.897Z Documenting nibble_vec v0.1.0
27052023-12-09T04:33:35.463Z Documenting endian-type v0.1.2
27062023-12-09T04:33:35.476Z Documenting glob v0.3.1
27072023-12-09T04:33:36.085Z Documenting display-error-chain v0.2.0
27082023-12-09T04:33:38.219Z Documenting same-file v1.0.6
27092023-12-09T04:33:40.948Z Documenting path-slash v0.1.5
27102023-12-09T04:33:41.196Z Documenting radix_trie v0.2.1
27112023-12-09T04:33:41.690Z Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
27122023-12-09T04:33:42.018Z Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27132023-12-09T04:33:44.432Z Documenting walkdir v2.4.0
27142023-12-09T04:33:46.462Z Documenting hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84)
27152023-12-09T04:33:47.217Z Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
27162023-12-09T04:33:47.455Z Documenting buf-list v1.0.3
27172023-12-09T04:33:51.200Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
27182023-12-09T04:33:52.538Z Checking darling_core v0.14.4
27192023-12-09T04:33:54.419Z Documenting trust-dns-client v0.22.0
27202023-12-09T04:33:55.389Z Checking darling v0.14.4
27212023-12-09T04:33:55.541Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
27222023-12-09T04:33:56.275Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
27232023-12-09T04:33:56.678Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
27242023-12-09T04:33:58.448Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27252023-12-09T04:34:00.689Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27262023-12-09T04:34:01.136Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27272023-12-09T04:34:05.615Z Documenting sled v0.34.7
27282023-12-09T04:34:07.920Z Documenting trust-dns-server v0.22.1
27292023-12-09T04:34:08.674Z Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
27302023-12-09T04:34:08.872Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27312023-12-09T04:34:09.001Z Documenting unicase v2.7.0
27322023-12-09T04:34:09.890Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
27332023-12-09T04:34:10.307Z Documenting globset v0.4.13
27342023-12-09T04:34:10.321Z Documenting crossbeam-deque v0.8.3
27352023-12-09T04:34:14.186Z Documenting headers-core v0.2.0
27362023-12-09T04:34:14.363Z Documenting olpc-cjson v0.1.3
27372023-12-09T04:34:15.949Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27382023-12-09T04:34:16.199Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
27392023-12-09T04:34:16.700Z Documenting serde_plain v1.0.2
27402023-12-09T04:34:16.765Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
27412023-12-09T04:34:17.534Z Documenting async-recursion v1.0.5
27422023-12-09T04:34:18.531Z Documenting pretty-hex v0.4.0
27432023-12-09T04:34:20.824Z Documenting typed-path v0.7.0
27442023-12-09T04:34:20.987Z Documenting headers v0.3.9
27452023-12-09T04:34:22.142Z Documenting rayon-core v1.12.0
27462023-12-09T04:34:22.909Z Documenting mime_guess v2.0.4
27472023-12-09T04:34:23.239Z Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27482023-12-09T04:34:23.480Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
27492023-12-09T04:34:24.188Z Checking derive_builder_core v0.12.0
27502023-12-09T04:34:25.523Z Documenting derive_builder_core v0.12.0
27512023-12-09T04:34:28.541Z Documenting dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
27522023-12-09T04:34:28.964Z Documenting tough v0.16.0
27532023-12-09T04:34:29.821Z Checking ipcc-key-value v0.1.0 (/work/oxidecomputer/omicron/ipcc-key-value)
27542023-12-09T04:34:30.770Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27552023-12-09T04:34:30.820Z Documenting universal-hash v0.5.1
27562023-12-09T04:34:31.171Z Documenting bcs v0.1.6
27572023-12-09T04:34:34.523Z Documenting kstat-rs v0.2.3
27582023-12-09T04:34:34.900Z Documenting thiserror-impl-no-std v2.0.2
27592023-12-09T04:34:37.335Z Documenting curve25519-dalek-derive v0.1.0
27602023-12-09T04:34:40.304Z Documenting highway v1.1.0
27612023-12-09T04:34:41.057Z Documenting opaque-debug v0.3.0
27622023-12-09T04:34:42.458Z Documenting thiserror-no-std v2.0.2
27632023-12-09T04:34:44.036Z Documenting curve25519-dalek v4.1.0
27642023-12-09T04:34:44.461Z Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27652023-12-09T04:34:45.268Z Documenting poly1305 v0.8.0
27662023-12-09T04:34:45.957Z Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27672023-12-09T04:34:46.822Z Documenting derive_builder_macro v0.12.0
27682023-12-09T04:34:47.406Z Documenting rayon v1.8.0
27692023-12-09T04:34:50.531Z Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27702023-12-09T04:34:52.731Z Documenting ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
27712023-12-09T04:34:52.855Z Documenting mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client)
27722023-12-09T04:34:54.337Z Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
27732023-12-09T04:34:58.976Z Documenting propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=3e1d129151c3621d28ead5c6e5760693ba6e7fec#3e1d1291)
27742023-12-09T04:35:13.936Z Documenting portable-atomic v1.4.3
27752023-12-09T04:35:17.893Z Documenting ed25519 v1.5.3
27762023-12-09T04:35:19.716Z Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
27772023-12-09T04:35:21.130Z Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27782023-12-09T04:35:22.001Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
27792023-12-09T04:35:22.477Z Documenting crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=945f040d259ca8013d3fb26f510453da7cd7b1a6#945f040d)
27802023-12-09T04:35:22.583Z Documenting chacha20 v0.9.1
27812023-12-09T04:35:22.653Z Documenting aead v0.5.2
27822023-12-09T04:35:25.325Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
27832023-12-09T04:35:25.747Z Documenting ref-cast-impl v1.0.20
27842023-12-09T04:35:27.595Z Documenting vte_generate_state_changes v0.1.1
27852023-12-09T04:35:29.871Z Documenting cassowary v0.3.0
27862023-12-09T04:35:32.064Z Documenting number_prefix v0.4.0
27872023-12-09T04:35:33.353Z Documenting vte v0.11.1
27882023-12-09T04:35:33.910Z Documenting ref-cast v1.0.20
27892023-12-09T04:35:35.925Z Documenting ratatui v0.23.0
27902023-12-09T04:35:37.698Z Documenting indicatif v0.17.7
27912023-12-09T04:35:38.121Z Documenting chacha20poly1305 v0.10.1
27922023-12-09T04:35:39.681Z Documenting salty v0.2.0
27932023-12-09T04:35:39.859Z Documenting derive_builder v0.12.0
27942023-12-09T04:35:40.757Z Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
27952023-12-09T04:35:45.131Z Documenting vsss-rs v3.3.1
27962023-12-09T04:35:46.902Z Documenting fs-err v2.11.0
27972023-12-09T04:35:48.027Z Documenting polar-core v0.27.0
27982023-12-09T04:35:49.932Z Documenting hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
27992023-12-09T04:35:50.160Z Documenting nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d)
28002023-12-09T04:35:51.642Z Documenting libxml v0.3.3
28012023-12-09T04:35:52.860Z Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
28022023-12-09T04:35:56.411Z Documenting ipcc-key-value v0.1.0 (/work/oxidecomputer/omicron/ipcc-key-value)
28032023-12-09T04:35:56.442Z Documenting tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28042023-12-09T04:36:00.331Z Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
28052023-12-09T04:36:01.524Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28062023-12-09T04:36:01.661Z Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
28072023-12-09T04:36:01.954Z Documenting bb8 v0.8.1
28082023-12-09T04:36:02.505Z Documenting bytesize v1.3.0
28092023-12-09T04:36:07.769Z Documenting serde-big-array v0.5.1
28102023-12-09T04:36:09.283Z Documenting quick-xml v0.23.1
28112023-12-09T04:36:09.772Z Documenting rtoolbox v0.0.1
28122023-12-09T04:36:11.166Z Documenting oso-derive v0.27.0
28132023-12-09T04:36:14.140Z Documenting impl-trait-for-tuples v0.2.2
28142023-12-09T04:36:15.585Z Documenting smawk v0.3.1
28152023-12-09T04:36:16.421Z Documenting unicode-linebreak v0.1.5
28162023-12-09T04:36:16.818Z Documenting maplit v1.0.2
28172023-12-09T04:36:17.657Z Documenting http-range v0.1.5
28182023-12-09T04:36:19.350Z Documenting humantime v2.1.0
28192023-12-09T04:36:20.818Z Documenting is_ci v1.1.1
28202023-12-09T04:36:21.758Z Documenting textwrap v0.16.0
28212023-12-09T04:36:22.349Z Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
28222023-12-09T04:36:22.859Z Documenting oso v0.27.0
28232023-12-09T04:36:23.172Z Documenting hyper-staticfile v0.9.5
28242023-12-09T04:36:24.158Z Documenting samael v0.0.10 (https://github.com/njaremko/samael?branch=master#52028e45)
28252023-12-09T04:36:25.109Z Documenting rpassword v7.3.1
28262023-12-09T04:36:25.223Z Documenting gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
28272023-12-09T04:36:26.380Z Documenting supports-color v2.1.0
28282023-12-09T04:36:28.228Z Documenting async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef)
28292023-12-09T04:36:30.846Z Documenting tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
28302023-12-09T04:36:33.637Z Documenting sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
28312023-12-09T04:36:34.053Z Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
28322023-12-09T04:36:40.188Z Documenting tui-tree-widget v0.13.0
28332023-12-09T04:36:41.515Z Documenting strip-ansi-escapes v0.2.0
28342023-12-09T04:36:43.096Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
28352023-12-09T04:36:44.673Z Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
28362023-12-09T04:36:47.168Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
28372023-12-09T04:36:47.498Z Documenting cookie v0.18.0
28382023-12-09T04:36:49.103Z Documenting diesel-dtrace v0.2.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#c1252df7)
28392023-12-09T04:36:49.208Z Documenting rcgen v0.11.3
28402023-12-09T04:36:54.586Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
28412023-12-09T04:36:55.570Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28422023-12-09T04:36:55.859Z Documenting atomicwrites v0.4.2
28432023-12-09T04:36:56.104Z Documenting signal-hook-tokio v0.3.1
28442023-12-09T04:36:59.074Z Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
28452023-12-09T04:37:01.833Z Documenting fd-lock v3.0.13
28462023-12-09T04:37:02.514Z Documenting subprocess v0.2.9
28472023-12-09T04:37:03.548Z Documenting nu-ansi-term v0.49.0
28482023-12-09T04:37:07.248Z Documenting corncobs v0.1.3
28492023-12-09T04:37:08.236Z Documenting shell-words v1.1.0
28502023-12-09T04:37:08.811Z Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
28512023-12-09T04:37:09.319Z Documenting reedline v0.26.0
28522023-12-09T04:37:11.819Z Documenting sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
28532023-12-09T04:37:13.604Z Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28542023-12-09T04:37:14.436Z Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
28552023-12-09T04:37:15.265Z Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
28562023-12-09T04:37:15.396Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
28572023-12-09T04:37:17.349Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28582023-12-09T04:37:18.740Z Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
28592023-12-09T04:37:20.349Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
28602023-12-09T04:37:22.962Z Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
28612023-12-09T04:37:41.063Z Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28622023-12-09T04:37:48.014Z Documenting crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=945f040d259ca8013d3fb26f510453da7cd7b1a6#945f040d)
28632023-12-09T04:37:53.332Z Documenting fatfs v0.3.6
28642023-12-09T04:37:54.055Z Documenting nanorand v0.7.0
28652023-12-09T04:37:57.450Z Documenting assert_matches v1.5.0
28662023-12-09T04:37:59.309Zwarning: unresolved link to `propolis_client::api::InstanceStateMonitorResponse`
28672023-12-09T04:37:59.309Z --> sled-agent/src/sim/instance.rs:46:7
28682023-12-09T04:37:59.309Z |
28692023-12-09T04:37:59.309Z46 | /// [`propolis_client::api::InstanceStateMonitorResponse`]. Transition requests
28702023-12-09T04:37:59.310Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `api` in module `propolis_client`
28712023-12-09T04:37:59.310Z |
28722023-12-09T04:37:59.310Z = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
28732023-12-09T04:37:59.310Z
28742023-12-09T04:38:00.455Z Documenting flume v0.11.0
28752023-12-09T04:38:01.540Z Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
28762023-12-09T04:38:03.081Z Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
28772023-12-09T04:38:03.304Z Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
28782023-12-09T04:38:03.722Zwarning: `omicron-sled-agent` (lib doc) generated 1 warning
28792023-12-09T04:38:03.726Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
28802023-12-09T04:38:05.769Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
28812023-12-09T04:38:07.019Z Documenting omicron-zone-package v0.9.1
28822023-12-09T04:38:07.240Z Documenting installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client)
28832023-12-09T04:38:07.797Z Documenting installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd)
28842023-12-09T04:38:12.502Z Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd)
28852023-12-09T04:38:13.638Z Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client)
28862023-12-09T04:38:18.764Z Documenting termios v0.3.3
28872023-12-09T04:38:24.558Z Documenting topological-sort v0.2.2
28882023-12-09T04:38:24.812Z Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
28892023-12-09T04:38:30.759Z Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
28902023-12-09T04:38:31.052Z Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
28912023-12-09T04:38:40.707Z Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
28922023-12-09T04:38:43.197Z Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
28932023-12-09T04:39:16.681Z Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
28942023-12-09T04:39:19.032Z Documenting tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
28952023-12-09T04:39:43.444Z Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28962023-12-09T04:39:44.899Z Documenting caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util)
28972023-12-09T04:39:46.410Z Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli)
28982023-12-09T04:39:47.778Z Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
28992023-12-09T04:39:49.712Z Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
29002023-12-09T04:40:42.132Zwarning: unresolved link to `VolumeConstructionRequest`
29012023-12-09T04:40:42.132Z --> nexus/src/app/sagas/volume_delete.rs:338:7
29022023-12-09T04:40:42.132Z |
29032023-12-09T04:40:42.132Z338 | /// [`VolumeConstructionRequest`] is shown here):
29042023-12-09T04:40:42.132Z | ^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `VolumeConstructionRequest` in scope
29052023-12-09T04:40:42.132Z |
29062023-12-09T04:40:42.132Z = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
29072023-12-09T04:40:42.132Z = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
29082023-12-09T04:40:42.132Z
29092023-12-09T04:40:42.136Zwarning: unresolved link to `fd00:1122:3344:101::5`
29102023-12-09T04:40:42.136Z --> nexus/src/app/sagas/volume_delete.rs:348:17
29112023-12-09T04:40:42.136Z |
29122023-12-09T04:40:42.136Z348 | /// "[fd00:1122:3344:101::5]:1000",
29132023-12-09T04:40:42.136Z | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:101` in scope
29142023-12-09T04:40:42.136Z
29152023-12-09T04:40:42.137Zwarning: unresolved link to `fd00:1122:3344:102::9`
29162023-12-09T04:40:42.137Z --> nexus/src/app/sagas/volume_delete.rs:349:17
29172023-12-09T04:40:42.137Z |
29182023-12-09T04:40:42.137Z349 | /// "[fd00:1122:3344:102::9]:1000",
29192023-12-09T04:40:42.137Z | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:102` in scope
29202023-12-09T04:40:42.137Z
29212023-12-09T04:40:42.137Zwarning: unresolved link to `fd00:1122:3344:103::2`
29222023-12-09T04:40:42.137Z --> nexus/src/app/sagas/volume_delete.rs:350:17
29232023-12-09T04:40:42.137Z |
29242023-12-09T04:40:42.137Z350 | /// "[fd00:1122:3344:103::2]:1000"
29252023-12-09T04:40:42.137Z | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:103` in scope
29262023-12-09T04:40:42.137Z
29272023-12-09T04:40:42.137Zwarning: unresolved link to `fd00:1122:3344:101::5`
29282023-12-09T04:40:42.137Z --> nexus/src/app/sagas/volume_delete.rs:369:17
29292023-12-09T04:40:42.137Z |
29302023-12-09T04:40:42.137Z369 | /// "[fd00:1122:3344:101::5]:1001", <-- port changed
29312023-12-09T04:40:42.137Z | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:101` in scope
29322023-12-09T04:40:42.138Z
29332023-12-09T04:40:42.138Zwarning: unresolved link to `fd00:1122:3344:102::9`
29342023-12-09T04:40:42.138Z --> nexus/src/app/sagas/volume_delete.rs:370:17
29352023-12-09T04:40:42.138Z |
29362023-12-09T04:40:42.138Z370 | /// "[fd00:1122:3344:102::9]:1001", <-- port changed
29372023-12-09T04:40:42.138Z | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:102` in scope
29382023-12-09T04:40:42.138Z
29392023-12-09T04:40:42.138Zwarning: unresolved link to `fd00:1122:3344:103::2`
29402023-12-09T04:40:42.138Z --> nexus/src/app/sagas/volume_delete.rs:371:17
29412023-12-09T04:40:42.138Z |
29422023-12-09T04:40:42.138Z371 | /// "[fd00:1122:3344:103::2]:1001" <-- port changed
29432023-12-09T04:40:42.138Z | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:103` in scope
29442023-12-09T04:40:42.138Z
29452023-12-09T04:40:45.350Zwarning: `omicron-nexus` (lib doc) generated 7 warnings
29462023-12-09T04:41:06.603Z Finished dev [unoptimized + debuginfo] target(s) in 14m 52s
29472023-12-09T04:41:06.709Z
29482023-12-09T04:41:06.709Zreal 14:52.690545734
29492023-12-09T04:41:06.712Zuser 51:29.440937280
29502023-12-09T04:41:06.712Zsys 57:46.422867905
29512023-12-09T04:41:06.712Ztrap 1.989996080
29522023-12-09T04:41:06.713Ztflt 0.622600916
29532023-12-09T04:41:06.713Zdflt 0.636310002
29542023-12-09T04:41:06.713Zkflt 0.000664988
29552023-12-09T04:41:06.713Zlock 2:59:38.909178569
29562023-12-09T04:41:06.713Zslp 3:56:33.827939179
29572023-12-09T04:41:06.713Zlat 5:37.900926812
29582023-12-09T04:41:06.713Zstop 1:19.898987923
29592023-12-09T04:41:06.713Zprocess exited: duration 1743601 ms, exit code 0
 
29602023-12-09T04:41:06.720Zfound 0 output files