01HPX6BXJAY3AZ9R4FV39N0QD4: 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: 01HPX6C8DRRHF2A80J6X4XQ8TV

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12024-02-18T04:08:49.780Zjob assigned to worker 01HPX6CGRN1SACM7QNB0AHM0GE (queued for 57 s)
 
22024-02-18T04:08:50.110Zstarting task 0: "setup"
32024-02-18T04:08:50.187Z++ uname -s
42024-02-18T04:08:50.194Z+ kern=SunOS
52024-02-18T04:08:50.194Z+ case "$kern" in
62024-02-18T04:08:50.194Z+ groupadd -g 12345 build
72024-02-18T04:08:50.206Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-02-18T04:08:52.204Z+ zfs create -o mountpoint=/work rpool/work
92024-02-18T04:08:52.284Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-02-18T04:08:52.295Z+ home_fs=zfs
112024-02-18T04:08:52.295Z+ [[ zfs == autofs ]]
122024-02-18T04:08:52.296Z+ mkdir -p /home/build
132024-02-18T04:08:52.296Z+ chown build:build /home/build /work
142024-02-18T04:08:53.283Z+ chmod 0700 /home/build /work
152024-02-18T04:08:53.286Zprocess exited: duration 3176 ms, exit code 0
 
162024-02-18T04:08:53.292Zstarting task 1: "rust-toolchain"
172024-02-18T04:08:53.299Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
182024-02-18T04:08:53.303Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default
192024-02-18T04:08:53.454Zinfo: downloading installer
202024-02-18T04:08:55.073Zwarning: it looks like you have an existing installation of Rust at:
212024-02-18T04:08:55.073Zwarning: /opt/ooce/bin
222024-02-18T04:08:55.073Zwarning: It is recommended that rustup be the primary Rust installation.
232024-02-18T04:08:55.073Zwarning: Otherwise you may have confusion unless you are careful with your PATH
242024-02-18T04:08:55.073Zwarning: If you are sure that you want both rustup and your already installed Rust
252024-02-18T04:08:55.073Zwarning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
262024-02-18T04:08:55.073Zwarning: or pass `-y' to ignore all ignorable checks.
272024-02-18T04:08:55.073Zerror: cannot install while Rust is installed
282024-02-18T04:08:55.073Zwarning: continuing (because the -y flag is set and the error is ignorable)
292024-02-18T04:08:55.231Zinfo: profile set to 'default'
302024-02-18T04:08:55.232Zinfo: default host triple is x86_64-unknown-illumos
312024-02-18T04:08:55.232Zinfo: syncing channel updates for '1.72.1-x86_64-unknown-illumos'
322024-02-18T04:08:55.312Zinfo: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13)
332024-02-18T04:08:55.312Zinfo: downloading component 'cargo'
342024-02-18T04:08:56.379Zinfo: downloading component 'clippy'
352024-02-18T04:08:56.795Zinfo: downloading component 'rust-docs'
362024-02-18T04:08:58.051Zinfo: downloading component 'rust-std'
372024-02-18T04:09:00.159Zinfo: downloading component 'rustc'
382024-02-18T04:09:05.614Zinfo: downloading component 'rustfmt'
392024-02-18T04:09:05.864Zinfo: installing component 'cargo'
402024-02-18T04:09:06.756Zinfo: installing component 'clippy'
412024-02-18T04:09:07.159Zinfo: installing component 'rust-docs'
422024-02-18T04:09:08.693Zinfo: installing component 'rust-std'
432024-02-18T04:09:10.587Zinfo: installing component 'rustc'
442024-02-18T04:09:14.803Zinfo: installing component 'rustfmt'
452024-02-18T04:09:15.149Zinfo: default toolchain set to '1.72.1-x86_64-unknown-illumos'
462024-02-18T04:09:15.149Z
472024-02-18T04:09:15.428Z 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13)
482024-02-18T04:09:15.429Z
492024-02-18T04:09:15.432Z
502024-02-18T04:09:15.432ZRust is installed now. Great!
512024-02-18T04:09:15.432Z
522024-02-18T04:09:15.432ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
532024-02-18T04:09:15.432Zenvironment variable. This has not been done automatically.
542024-02-18T04:09:15.432Z
552024-02-18T04:09:15.432ZTo configure your current shell, run:
562024-02-18T04:09:15.432Zsource "$HOME/.cargo/env"
572024-02-18T04:09:15.489Z+ rustc --version
582024-02-18T04:09:15.558Zrustc 1.72.1 (d5c2e9c34 2023-09-13)
592024-02-18T04:09:15.562Zprocess exited: duration 22272 ms, exit code 0
 
602024-02-18T04:09:15.569Zstarting task 2: "authentication"
612024-02-18T04:09:15.592Zprocess exited: duration 21 ms, exit code 0
 
622024-02-18T04:09:15.600Zstarting task 3: "clone repository"
632024-02-18T04:09:15.605Z+ mkdir -p /work/oxidecomputer/omicron
642024-02-18T04:09:15.608Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
652024-02-18T04:09:15.816ZCloning into '/work/oxidecomputer/omicron'...
662024-02-18T04:09:20.856Z+ cd /work/oxidecomputer/omicron
672024-02-18T04:09:20.856Z+ git fetch origin 6860360564fcb4b86f442e1907dc6dcf2b82169d
682024-02-18T04:09:21.175ZFrom https://github.com/oxidecomputer/omicron
692024-02-18T04:09:21.175Z * branch 6860360564fcb4b86f442e1907dc6dcf2b82169d -> FETCH_HEAD
702024-02-18T04:09:21.603Z+ [[ -n renovate/ring-0.x ]]
712024-02-18T04:09:21.603Z++ git branch --show-current
722024-02-18T04:09:21.603Z+ current=main
732024-02-18T04:09:21.603Z+ [[ main != renovate/ring-0.x ]]
742024-02-18T04:09:21.603Z+ git branch -f renovate/ring-0.x 6860360564fcb4b86f442e1907dc6dcf2b82169d
752024-02-18T04:09:21.603Z+ git checkout -f renovate/ring-0.x
762024-02-18T04:09:21.606ZSwitched to branch 'renovate/ring-0.x'
772024-02-18T04:09:21.606Z+ git reset --hard 6860360564fcb4b86f442e1907dc6dcf2b82169d
782024-02-18T04:09:21.606ZHEAD is now at 686036056 chore(deps): update rust crate ring to 0.17.8
792024-02-18T04:09:21.606Zprocess exited: duration 5711 ms, exit code 0
 
802024-02-18T04:09:21.613Zstarting task 4: "build"
812024-02-18T04:09:21.622Z+ cargo --version
822024-02-18T04:09:21.625Zinfo: syncing channel updates for '1.74.1-x86_64-unknown-illumos'
832024-02-18T04:09:21.778Zinfo: latest update on 2023-12-07, rust version 1.74.1 (a28077b28 2023-12-04)
842024-02-18T04:09:21.778Zinfo: downloading component 'cargo'
852024-02-18T04:09:22.850Zinfo: downloading component 'clippy'
862024-02-18T04:09:23.299Zinfo: downloading component 'rust-docs'
872024-02-18T04:09:24.172Zinfo: downloading component 'rust-std'
882024-02-18T04:09:25.961Zinfo: downloading component 'rustc'
892024-02-18T04:09:31.367Zinfo: downloading component 'rustfmt'
902024-02-18T04:09:31.367Zinfo: installing component 'cargo'
912024-02-18T04:09:32.192Zinfo: installing component 'clippy'
922024-02-18T04:09:32.547Zinfo: installing component 'rust-docs'
932024-02-18T04:09:34.115Zinfo: installing component 'rust-std'
942024-02-18T04:09:35.760Zinfo: installing component 'rustc'
952024-02-18T04:09:39.788Zinfo: installing component 'rustfmt'
962024-02-18T04:09:40.172Zcargo 1.74.1 (ecb9851af 2023-10-18)
972024-02-18T04:09:40.176Z+ rustc --version
982024-02-18T04:09:40.243Zrustc 1.74.1 (a28077b28 2023-12-04)
992024-02-18T04:09:40.248Z+ source ./env.sh
1002024-02-18T04:09:40.250Z++ set -o xtrace
1012024-02-18T04:09:40.254Z++++ dirname ./env.sh
1022024-02-18T04:09:40.364Z+++ cd .
1032024-02-18T04:09:40.367Z+++ echo /work/oxidecomputer/omicron
1042024-02-18T04:09:40.367Z++ OMICRON_WS=/work/oxidecomputer/omicron
1052024-02-18T04:09:40.367Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1062024-02-18T04:09:40.367Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1072024-02-18T04:09:40.367Z++ 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
1082024-02-18T04:09:40.368Z++ 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
1092024-02-18T04:09:40.368Z++ 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
1102024-02-18T04:09:40.368Z++ 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
1112024-02-18T04:09:40.368Z++ 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
1122024-02-18T04:09:40.368Z++ 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
1132024-02-18T04:09:40.368Z++ unset OMICRON_WS
1142024-02-18T04:09:40.368Z++ set +o xtrace
1152024-02-18T04:09:40.451Z
1162024-02-18T04:09:40.451Z ##### ##### ###### ##### ###### #### # # # #### #
1172024-02-18T04:09:40.451Z # # # # # # # # # # # # # # #
1182024-02-18T04:09:40.451Z # # # # ##### # # ##### # # # # # #### #
1192024-02-18T04:09:40.451Z ##### ##### # ##### # # # # # # # # #
1202024-02-18T04:09:40.451Z # # # # # # # # # # # # # # #
1212024-02-18T04:09:40.451Z # # # ###### # # ###### ### # #### # #### #
1222024-02-18T04:09:40.451Z
1232024-02-18T04:09:55.793Z Startup: Refreshing catalog 'helios-dev' ... Done
1242024-02-18T04:09:57.011Z Startup: Caching catalogs ... Done
1252024-02-18T04:09:58.838ZPlanning: Solver setup ... Done (1.031s)
1262024-02-18T04:09:58.848ZPlanning: Running solver ... Done (0.028s)
1272024-02-18T04:09:58.927ZPlanning: Finding local manifests ... Done (0.432s)
1282024-02-18T04:09:58.933ZPlanning: Fetching manifests: 0/4 0% complete
1292024-02-18T04:09:59.608ZPlanning: Fetching manifests: 4/4 100% complete
1302024-02-18T04:09:59.660ZPlanning: Package planning ... Done (0.051s)
1312024-02-18T04:09:59.709ZPlanning: Merging actions ... Done (0.051s)
1322024-02-18T04:10:01.195ZPlanning: Checking for conflicting actions ... Done (1.486s)
1332024-02-18T04:10:01.208ZPlanning: Consolidating action changes ... Done (0.011s)
1342024-02-18T04:10:05.144ZPlanning: Evaluating mediators ... Done (3.930s)
1352024-02-18T04:10:05.160ZPlanning: Planning completed in 8.09 seconds
1362024-02-18T04:10:05.173Z Packages to install: 4
1372024-02-18T04:10:05.173Z Mediators to change: 2
1382024-02-18T04:10:05.173Z Services to change: 1
1392024-02-18T04:10:05.173Z Estimated space available: 148.87 GB
1402024-02-18T04:10:05.173ZEstimated space to be consumed: 1.41 GB
1412024-02-18T04:10:05.174Z Create boot environment: No
1422024-02-18T04:10:05.174ZCreate backup boot environment: No
1432024-02-18T04:10:05.174Z Rebuild boot archive: No
1442024-02-18T04:10:05.174Z
1452024-02-18T04:10:05.174ZChanged mediators:
1462024-02-18T04:10:05.174Z mediator clang:
1472024-02-18T04:10:05.174Z version: None -> 15 (system default)
1482024-02-18T04:10:05.174Z
1492024-02-18T04:10:05.174Z mediator llvm:
1502024-02-18T04:10:05.174Z version: 14 (system default) -> 15 (system default)
1512024-02-18T04:10:05.174Z
1522024-02-18T04:10:05.174ZChanged packages:
1532024-02-18T04:10:05.174Zhelios-dev
1542024-02-18T04:10:05.174Z developer/build-essential
1552024-02-18T04:10:05.174Z None -> 11-2.0
1562024-02-18T04:10:05.174Z library/libxmlsec1
1572024-02-18T04:10:05.174Z None -> 1.2.35-2.0
1582024-02-18T04:10:05.174Z ooce/developer/clang-15
1592024-02-18T04:10:05.174Z None -> 15.0.7-2.0
1602024-02-18T04:10:05.174Z ooce/developer/llvm-15
1612024-02-18T04:10:05.174Z None -> 15.0.7-2.0
1622024-02-18T04:10:05.174Z
1632024-02-18T04:10:05.174ZServices:
1642024-02-18T04:10:05.174Z restart_fmri:
1652024-02-18T04:10:05.175Z svc:/system/update-man-index:default
1662024-02-18T04:10:05.478Z
1672024-02-18T04:10:05.478ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1682024-02-18T04:10:10.477ZDownload: 525/3290 items 17.4/212.6MB 8% complete (3.5M/s)
1692024-02-18T04:10:15.475ZDownload: 1125/3290 items 53.0/212.6MB 24% complete (5.3M/s)
1702024-02-18T04:10:23.144ZDownload: 1198/3290 items 83.5/212.6MB 39% complete (8.2M/s)
1712024-02-18T04:10:28.153ZDownload: 1541/3290 items 115.9/212.6MB 54% complete (3.4M/s)
1722024-02-18T04:10:33.162ZDownload: 2218/3290 items 118.6/212.6MB 55% complete (3.7M/s)
1732024-02-18T04:10:43.733ZDownload: 2224/3290 items 119.2/212.6MB 56% complete (1.6M/s)
1742024-02-18T04:10:48.770ZDownload: 2659/3290 items 120.6/212.6MB 56% complete (306k/s)
1752024-02-18T04:10:53.778ZDownload: 3092/3290 items 121.5/212.6MB 57% complete (231k/s)
1762024-02-18T04:10:59.799ZDownload: 3245/3290 items 203.1/212.6MB 95% complete (8.3M/s)
1772024-02-18T04:11:09.176ZDownload: 3246/3290 items 203.1/212.6MB 95% complete
1782024-02-18T04:11:15.506ZDownload: 3289/3290 items 212.6/212.6MB 100% complete (8.3M/s)
1792024-02-18T04:11:15.531ZDownload: Completed 212.60 MB in 70.07 seconds (3.0M/s)
1802024-02-18T04:11:15.679Z Actions: 1/3689 actions (Installing new actions)
1812024-02-18T04:11:20.697Z Actions: 3594/3689 actions (Installing new actions)
1822024-02-18T04:11:20.774Z Actions: Completed 3689 actions in 5.10 seconds.
1832024-02-18T04:11:20.954Z Done (0.174s)
1842024-02-18T04:11:20.954Z Done (0.000s)
1852024-02-18T04:11:21.173Z Done (0.220s)
1862024-02-18T04:11:26.383Z Done (5.077s)
1872024-02-18T04:11:26.525Z Done (0.076s)
1882024-02-18T04:11:26.528Z Done (0.000s)
1892024-02-18T04:11:26.679Z Done (0.000s)
1902024-02-18T04:11:27.195ZPlanning: Evaluating mediator changes ... Done
1912024-02-18T04:11:27.358ZPlanning: Checking for conflicting actions ... Done
1922024-02-18T04:11:27.361ZPlanning: Consolidating action changes ... Done
1932024-02-18T04:11:27.630ZPlanning: Evaluating mediators ... Done
1942024-02-18T04:11:27.634ZPlanning: Planning completed in 0.44 seconds
1952024-02-18T04:11:27.665Z Mediators to change: 2
1962024-02-18T04:11:27.668Z Create boot environment: No
1972024-02-18T04:11:27.668ZCreate backup boot environment: No
1982024-02-18T04:11:27.741Z Done
1992024-02-18T04:11:27.741Z Done
2002024-02-18T04:11:27.871Z Done
2012024-02-18T04:11:32.062Z Done
2022024-02-18T04:11:32.070Z Done
2032024-02-18T04:11:32.070Z Done
2042024-02-18T04:11:32.070Z Done
2052024-02-18T04:11:32.477ZPlanning: Evaluating mediator changes ... Done
2062024-02-18T04:11:32.480ZPlanning: Merging actions ... Done
2072024-02-18T04:11:32.671ZPlanning: Checking for conflicting actions ... Done
2082024-02-18T04:11:32.674ZPlanning: Consolidating action changes ... Done
2092024-02-18T04:11:32.942ZPlanning: Evaluating mediators ... Done
2102024-02-18T04:11:33.001ZPlanning: Planning completed in 0.80 seconds
2112024-02-18T04:11:33.035Z Packages to change: 1
2122024-02-18T04:11:33.035Z Mediators to change: 1
2132024-02-18T04:11:33.038Z Services to change: 1
2142024-02-18T04:11:33.039Z Create boot environment: No
2152024-02-18T04:11:33.039ZCreate backup boot environment: Yes
2162024-02-18T04:11:34.789Z Actions: 1/6 actions (Updating modified actions)
2172024-02-18T04:11:35.243Z Actions: Completed 6 actions in 0.03 seconds.
2182024-02-18T04:11:35.258Z Done
2192024-02-18T04:11:35.258Z Done
2202024-02-18T04:11:35.258Z Done
2212024-02-18T04:11:38.670Z Done
2222024-02-18T04:11:38.761Z Done
2232024-02-18T04:11:38.765Z Done
2242024-02-18T04:11:38.861Z Done
2252024-02-18T04:11:39.321ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2262024-02-18T04:11:39.321Zclang system 15 system
2272024-02-18T04:11:39.321Zcsh system system illumos
2282024-02-18T04:11:39.321Zctags system system illumos
2292024-02-18T04:11:39.321Zgcc vendor 12 vendor
2302024-02-18T04:11:39.321Zgcc system 10 system
2312024-02-18T04:11:39.321Zgcc system 7 system
2322024-02-18T04:11:39.322Zgo system 1.20 system
2332024-02-18T04:11:39.322Zgo system 1.19 system
2342024-02-18T04:11:39.322Zllvm system 15 system
2352024-02-18T04:11:39.322Zllvm system 14 system
2362024-02-18T04:11:39.322Zmariadb system 10.6 system
2372024-02-18T04:11:39.322Zmta vendor vendor dma
2382024-02-18T04:11:39.322Zopenjdk system 17 system
2392024-02-18T04:11:39.322Zopenjdk system 11 system
2402024-02-18T04:11:39.322Zopenjdk system 1.8 system
2412024-02-18T04:11:39.322Zopenssl vendor 3 vendor
2422024-02-18T04:11:39.322Zperl system 5.36 system
2432024-02-18T04:11:39.322Zpostgresql system 15 system
2442024-02-18T04:11:39.322Zpostgresql system 13 system
2452024-02-18T04:11:39.322Zpython vendor 3 vendor
2462024-02-18T04:11:39.322Zpython system 2 system
2472024-02-18T04:11:39.322Zpython3 system 3.11 system
2482024-02-18T04:11:39.322Zruby system 3.0 system
2492024-02-18T04:11:39.322Zwords vendor vendor american-english
2502024-02-18T04:11:39.322Zwords system system australian-english
2512024-02-18T04:11:39.322Zwords system system british-english
2522024-02-18T04:11:39.322Zwords system system canadian-english
2532024-02-18T04:11:39.322Zwords system system french
2542024-02-18T04:11:39.322Zwords system system italian
2552024-02-18T04:11:39.322Zwords system system ngerman
2562024-02-18T04:11:39.322Zwords system system ogerman
2572024-02-18T04:11:39.323Zwords system system spanish
2582024-02-18T04:11:40.072ZFMRI IFO
2592024-02-18T04:11:40.072Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2602024-02-18T04:11:40.072Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2612024-02-18T04:11:40.072Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2622024-02-18T04:11:40.072Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2632024-02-18T04:11:40.072Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2642024-02-18T04:11:40.072Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i--
2652024-02-18T04:11:40.072Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2662024-02-18T04:11:40.072Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2672024-02-18T04:11:40.076Z+ set -o errexit
2682024-02-18T04:11:40.076Z+++ dirname ./tools/ci_download_cockroachdb
2692024-02-18T04:11:40.076Z++ cd ./tools
2702024-02-18T04:11:40.076Z++ pwd
2712024-02-18T04:11:40.077Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
2722024-02-18T04:11:40.077Z++ basename ./tools/ci_download_cockroachdb
2732024-02-18T04:11:40.077Z+ ARG0=ci_download_cockroachdb
2742024-02-18T04:11:40.077Z++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version
2752024-02-18T04:11:40.077Z+ CIDL_VERSION=v22.1.9
2762024-02-18T04:11:40.077Z+ source /work/oxidecomputer/omicron/tools/cockroachdb_checksums
2772024-02-18T04:11:40.077Z++ CIDL_SHA256_DARWIN=1ca69e0911af11a73305c3c6f4650b912d70754900b5bf7b80a1d361efe36561
2782024-02-18T04:11:40.077Z++ CIDL_SHA256_LINUX=24c321820e7ee45fa07fe91ac138befe13ad860e41c6ed595ce58823205ff4a9
2792024-02-18T04:11:40.077Z++ CIDL_SHA256_ILLUMOS=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088
2802024-02-18T04:11:40.077Z+ TARGET_DIR=out
2812024-02-18T04:11:40.077Z+ DOWNLOAD_DIR=out/downloads
2822024-02-18T04:11:40.077Z+ DEST_DIR=./out/cockroachdb
2832024-02-18T04:11:40.077Z+ CIDL_URL_COCKROACH=https://binaries.cockroachdb.com
2842024-02-18T04:11:40.077Z+ CIDL_URL_ILLUMOS=https://illumos.org/downloads
2852024-02-18T04:11:40.077Z+ main
2862024-02-18T04:11:40.077Z+ [[ 0 != 0 ]]
2872024-02-18T04:11:40.077Z+ CIDL_OS=solaris2.11
2882024-02-18T04:11:40.077Z+ [[ 0 != 0 ]]
2892024-02-18T04:11:40.077Z+ configure_os solaris2.11
2902024-02-18T04:11:40.077Z+ echo 'current directory: /work/oxidecomputer/omicron'
2912024-02-18T04:11:40.077Zcurrent directory: /work/oxidecomputer/omicron
2922024-02-18T04:11:40.077Z+ echo 'configuring based on OS: "solaris2.11"'
2932024-02-18T04:11:40.077Z+ case "$1" in
2942024-02-18T04:11:40.077Z+ CIDL_BUILD=illumos
2952024-02-18T04:11:40.078Z+ CIDL_SUFFIX=tar.gz
2962024-02-18T04:11:40.078Zconfiguring based on OS: "solaris2.11"
2972024-02-18T04:11:40.078Z+ CIDL_SHA256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088
2982024-02-18T04:11:40.078Z+ CIDL_URL_BASE=https://illumos.org/downloads
2992024-02-18T04:11:40.078Z+ CIDL_ASSEMBLE=do_assemble_illumos
3002024-02-18T04:11:40.078Z+ TARBALL_DIRNAME=cockroach-v22.1.9.illumos
3012024-02-18T04:11:40.078Z+ TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz
3022024-02-18T04:11:40.078Z+ TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz
3032024-02-18T04:11:40.078Z+ TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos
3042024-02-18T04:11:40.078Z+ CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
3052024-02-18T04:11:40.078Z+ CIDL_SHA256FUNC=do_sha256sum
3062024-02-18T04:11:40.078Z+ echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz'
3072024-02-18T04:11:40.078ZURL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
3082024-02-18T04:11:40.078Z+ echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz'
3092024-02-18T04:11:40.078ZLocal file: out/downloads/cockroach-v22.1.9.illumos.tar.gz
3102024-02-18T04:11:40.078Z+ mkdir -p out/downloads
3112024-02-18T04:11:40.078Z+ mkdir -p ./out/cockroachdb
3122024-02-18T04:11:40.078Z+ local DO_DOWNLOAD=true
3132024-02-18T04:11:40.078Z+ [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]]
3142024-02-18T04:11:40.078Z+ '[' true == true ']'
3152024-02-18T04:11:40.078Z+ echo Downloading...
3162024-02-18T04:11:40.078ZDownloading...
3172024-02-18T04:11:40.078Z+ do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz
3182024-02-18T04:11:40.078Z+ 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
3192024-02-18T04:11:44.827Z++ do_sha256sum out/downloads/cockroach-v22.1.9.illumos.tar.gz
3202024-02-18T04:11:44.836Z++ sha256sum
3212024-02-18T04:11:44.836Z++ awk '{print $1}'
3222024-02-18T04:11:44.926Z+ calculated_sha256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088
3232024-02-18T04:11:44.926Z+ [[ f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 != \f\1\5\1\7\1\4\b\a\3\a\6\e\0\2\c\a\a\a\a\5\9\7\2\7\4\8\2\c\3\6\0\8\5\e\6\0\d\6\b\d\2\f\a\9\6\3\9\3\8\e\9\a\3\d\8\c\8\a\7\7\0\8\8 ]]
3242024-02-18T04:11:44.940Z+ do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz
3252024-02-18T04:11:44.940Z+ tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads
3262024-02-18T04:11:47.089Z+ do_assemble_illumos
3272024-02-18T04:11:47.089Z+ rm -r ./out/cockroachdb
3282024-02-18T04:11:47.093Z+ cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb
3292024-02-18T04:11:47.520Z+ ./out/cockroachdb/bin/cockroach version
3302024-02-18T04:11:47.711ZBuild Tag: v22.1.9-dirty
3312024-02-18T04:11:47.712ZBuild Time: 2022/10/26 21:17:46
3322024-02-18T04:11:47.712ZDistribution: OSS
3332024-02-18T04:11:47.712ZPlatform: illumos amd64 (x86_64-pc-solaris2.11)
3342024-02-18T04:11:47.712ZGo Version: go1.17.13
3352024-02-18T04:11:47.712ZC Compiler: gcc 10.3.0
3362024-02-18T04:11:47.712ZBuild Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493
3372024-02-18T04:11:47.712ZBuild Type: release
3382024-02-18T04:11:47.740Z+ set -o errexit
3392024-02-18T04:11:47.745Z+++ dirname ./tools/ci_download_clickhouse
3402024-02-18T04:11:47.745Z++ cd ./tools
3412024-02-18T04:11:47.745Z++ pwd
3422024-02-18T04:11:47.745Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3432024-02-18T04:11:47.745Z++ basename ./tools/ci_download_clickhouse
3442024-02-18T04:11:47.745Z+ ARG0=ci_download_clickhouse
3452024-02-18T04:11:47.745Z+ TARGET_DIR=out
3462024-02-18T04:11:47.745Z+ DOWNLOAD_DIR=out/downloads
3472024-02-18T04:11:47.746Z+ DEST_DIR=./out/clickhouse
3482024-02-18T04:11:47.746Z++ cat /work/oxidecomputer/omicron/tools/clickhouse_version
3492024-02-18T04:11:47.746Z+ CIDL_VERSION=v22.8.9.24
3502024-02-18T04:11:47.746Z+ source /work/oxidecomputer/omicron/tools/clickhouse_checksums
3512024-02-18T04:11:47.746Z++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45
3522024-02-18T04:11:47.746Z++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1
3532024-02-18T04:11:47.746Z++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306
3542024-02-18T04:11:47.746Z+ CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com
3552024-02-18T04:11:47.746Z+ main
3562024-02-18T04:11:47.746Z+ [[ 0 != 0 ]]
3572024-02-18T04:11:47.746Z+ CIDL_OS=solaris2.11
3582024-02-18T04:11:47.746Z+ [[ 0 != 0 ]]
3592024-02-18T04:11:47.747Z+ configure_os solaris2.11
3602024-02-18T04:11:47.747Z+ echo 'current directory: /work/oxidecomputer/omicron'
3612024-02-18T04:11:47.747Zcurrent directory: /work/oxidecomputer/omicron
3622024-02-18T04:11:47.747Z+ echo 'configuring based on OS: "solaris2.11"'
3632024-02-18T04:11:47.747Z+ CIDL_DASHREV=
3642024-02-18T04:11:47.747Z+ case "$1" in
3652024-02-18T04:11:47.747Zconfiguring based on OS: "solaris2.11"
3662024-02-18T04:11:47.747Z+ CIDL_PLATFORM=illumos
3672024-02-18T04:11:47.747Z+ CIDL_MD5=7702939ce5b4b51846a1ba39f1392306
3682024-02-18T04:11:47.747Z+ CIDL_MD5FUNC=do_md5sum
3692024-02-18T04:11:47.747Z+ CIDL_DASHREV=-1
3702024-02-18T04:11:47.747Z+ TARBALL_DIRNAME=clickhouse-v22.8.9.24
3712024-02-18T04:11:47.747Z+ TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz
3722024-02-18T04:11:47.748Z+ TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3732024-02-18T04:11:47.748Z+ CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz
3742024-02-18T04:11:47.748Z+ echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz'
3752024-02-18T04:11:47.748ZURL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz
3762024-02-18T04:11:47.748Z+ echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz'
3772024-02-18T04:11:47.748ZLocal file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3782024-02-18T04:11:47.748Z+ mkdir -p out/downloads
3792024-02-18T04:11:47.748Z+ mkdir -p ./out/clickhouse
3802024-02-18T04:11:47.748Z+ local DO_DOWNLOAD=true
3812024-02-18T04:11:47.748Z+ [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]]
3822024-02-18T04:11:47.748Z+ '[' true == true ']'
3832024-02-18T04:11:47.748Z+ echo Downloading...
3842024-02-18T04:11:47.748ZDownloading...
3852024-02-18T04:11:47.749Z+ 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
3862024-02-18T04:11:47.749Z+ 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
3872024-02-18T04:11:49.031Z++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3882024-02-18T04:11:49.034Z++ md5sum
3892024-02-18T04:11:49.034Z++ awk '{print $1}'
3902024-02-18T04:11:49.221Z+ calculated_md5=7702939ce5b4b51846a1ba39f1392306
3912024-02-18T04:11:49.221Z+ [[ 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 ]]
3922024-02-18T04:11:49.234Z+ do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse
3932024-02-18T04:11:49.234Z+ mkdir -p ./out/clickhouse
3942024-02-18T04:11:49.234Z+ tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse
3952024-02-18T04:11:52.403Z+ ./out/clickhouse/clickhouse server --version
3962024-02-18T04:11:52.427ZClickHouse server version 22.8.9.1.
3972024-02-18T04:11:52.454Z+ set -o errexit
3982024-02-18T04:11:52.460Z+++ dirname ./tools/ci_download_console
3992024-02-18T04:11:52.461Z++ cd ./tools
4002024-02-18T04:11:52.461Z++ pwd
4012024-02-18T04:11:52.461Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4022024-02-18T04:11:52.461Z++ basename ./tools/ci_download_console
4032024-02-18T04:11:52.461Z+ ARG0=ci_download_console
4042024-02-18T04:11:52.461Z+ TARGET_DIR=out
4052024-02-18T04:11:52.461Z+ DOWNLOAD_DIR=out/downloads
4062024-02-18T04:11:52.461Z+ DEST_DIR=./out/console-assets
4072024-02-18T04:11:52.461Z+ source /work/oxidecomputer/omicron/tools/console_version
4082024-02-18T04:11:52.461Z++ COMMIT=e5a1f804faa913de3be5b4cddac2011247a99774
4092024-02-18T04:11:52.461Z++ SHA2=54ff1026062fc1a3f0de86aa558d051b8ad6248d458c1767b9e926f2606e75f5
4102024-02-18T04:11:52.461Z+ URL=https://dl.oxide.computer/releases/console/e5a1f804faa913de3be5b4cddac2011247a99774.tar.gz
4112024-02-18T04:11:52.461Z+ TARBALL_FILE=out/downloads/console.tar.gz
4122024-02-18T04:11:52.462Z+ main
4132024-02-18T04:11:52.462Z+ [[ 0 != 0 ]]
4142024-02-18T04:11:52.462Z+ echo 'URL: https://dl.oxide.computer/releases/console/e5a1f804faa913de3be5b4cddac2011247a99774.tar.gz'
4152024-02-18T04:11:52.462ZURL: https://dl.oxide.computer/releases/console/e5a1f804faa913de3be5b4cddac2011247a99774.tar.gz
4162024-02-18T04:11:52.462ZLocal file: out/downloads/console.tar.gz
4172024-02-18T04:11:52.462Z+ echo 'Local file: out/downloads/console.tar.gz'
4182024-02-18T04:11:52.462Z+ local DO_DOWNLOAD=true
4192024-02-18T04:11:52.462Z+ [[ -f out/downloads/console.tar.gz ]]
4202024-02-18T04:11:52.462Z+ mkdir -p out/downloads
4212024-02-18T04:11:52.462Z+ '[' true == true ']'
4222024-02-18T04:11:52.462Z+ echo Downloading...
4232024-02-18T04:11:52.462ZDownloading...
4242024-02-18T04:11:52.462Z+ do_download_curl https://dl.oxide.computer/releases/console/e5a1f804faa913de3be5b4cddac2011247a99774.tar.gz out/downloads/console.tar.gz
4252024-02-18T04:11:52.462Z+ curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/e5a1f804faa913de3be5b4cddac2011247a99774.tar.gz
4262024-02-18T04:11:53.499Z++ do_sha256sum out/downloads/console.tar.gz
4272024-02-18T04:11:53.499Z++ case "$OSTYPE" in
4282024-02-18T04:11:53.522Z++ SHA=sha256sum
4292024-02-18T04:11:53.522Z++ sha256sum
4302024-02-18T04:11:53.523Z++ awk '{print $1}'
4312024-02-18T04:11:53.523Z+ calculated_sha2=54ff1026062fc1a3f0de86aa558d051b8ad6248d458c1767b9e926f2606e75f5
4322024-02-18T04:11:53.523Z+ [[ 54ff1026062fc1a3f0de86aa558d051b8ad6248d458c1767b9e926f2606e75f5 != \5\4\f\f\1\0\2\6\0\6\2\f\c\1\a\3\f\0\d\e\8\6\a\a\5\5\8\d\0\5\1\b\8\a\d\6\2\4\8\d\4\5\8\c\1\7\6\7\b\9\e\9\2\6\f\2\6\0\6\e\7\5\f\5 ]]
4332024-02-18T04:11:53.523Z+ rm -rf ./out/console-assets
4342024-02-18T04:11:53.523Z+ mkdir -p ./out/console-assets
4352024-02-18T04:11:53.523Z+ do_untar out/downloads/console.tar.gz ./out/console-assets
4362024-02-18T04:11:53.523Z+ mkdir -p ./out/console-assets
4372024-02-18T04:11:53.523Z+ tar xzf out/downloads/console.tar.gz -C ./out/console-assets
4382024-02-18T04:11:53.523Z+ set -o errexit
4392024-02-18T04:11:53.523Z+++ dirname ./tools/ci_download_maghemite_openapi
4402024-02-18T04:11:53.523Z++ cd ./tools
4412024-02-18T04:11:53.523Z++ pwd
4422024-02-18T04:11:53.523Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4432024-02-18T04:11:53.523Z++ basename ./tools/ci_download_maghemite_openapi
4442024-02-18T04:11:53.523Z+ ARG0=ci_download_maghemite_openapi
4452024-02-18T04:11:53.523Z+ TARGET_DIR=out
4462024-02-18T04:11:53.524Z+ DOWNLOAD_DIR=out/downloads
4472024-02-18T04:11:53.524Z+ source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version
4482024-02-18T04:11:53.524Z++ COMMIT=41a69a11db6cfa8fc0c8686dc2d725708e0586ce
4492024-02-18T04:11:53.524Z++ SHA2=0b0dbc2f8bbc5d2d9be92d64c4865f8f9335355aae62f7de9f67f81dfb3f1803
4502024-02-18T04:11:53.524Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/ddm-admin.json
4512024-02-18T04:11:53.524Z+ LOCAL_FILE=out/downloads/ddm-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json
4522024-02-18T04:11:53.524Z+ main
4532024-02-18T04:11:53.524Z+ [[ 0 != 0 ]]
4542024-02-18T04:11:53.524Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/ddm-admin.json'
4552024-02-18T04:11:53.524ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/ddm-admin.json
4562024-02-18T04:11:53.524Z+ echo 'Local file: out/downloads/ddm-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json'
4572024-02-18T04:11:53.524ZLocal file: out/downloads/ddm-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json
4582024-02-18T04:11:53.524Z+ local DO_DOWNLOAD=true
4592024-02-18T04:11:53.524Z+ [[ -f out/downloads/ddm-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json ]]
4602024-02-18T04:11:53.524Z+ mkdir -p out/downloads
4612024-02-18T04:11:53.524Z+ '[' true == true ']'
4622024-02-18T04:11:53.525Z+ echo Downloading...
4632024-02-18T04:11:53.525ZDownloading...
4642024-02-18T04:11:53.525Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/ddm-admin.json out/downloads/ddm-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json
4652024-02-18T04:11:53.525Z+ curl --silent --show-error --fail --location --output out/downloads/ddm-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/ddm-admin.json
4662024-02-18T04:11:53.525Z++ do_sha256sum out/downloads/ddm-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json
4672024-02-18T04:11:53.525Z++ case "$OSTYPE" in
4682024-02-18T04:11:53.525Z++ SHA=sha256sum
4692024-02-18T04:11:53.525Z++ sha256sum
4702024-02-18T04:11:53.526Z++ awk '{print $1}'
4712024-02-18T04:11:53.526Z+ calculated_sha2=0b0dbc2f8bbc5d2d9be92d64c4865f8f9335355aae62f7de9f67f81dfb3f1803
4722024-02-18T04:11:53.526Z+ [[ 0b0dbc2f8bbc5d2d9be92d64c4865f8f9335355aae62f7de9f67f81dfb3f1803 != \0\b\0\d\b\c\2\f\8\b\b\c\5\d\2\d\9\b\e\9\2\d\6\4\c\4\8\6\5\f\8\f\9\3\3\5\3\5\5\a\a\e\6\2\f\7\d\e\9\f\6\7\f\8\1\d\f\b\3\f\1\8\0\3 ]]
4732024-02-18T04:11:53.526Z+ source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version
4742024-02-18T04:11:53.526Z++ COMMIT=41a69a11db6cfa8fc0c8686dc2d725708e0586ce
4752024-02-18T04:11:53.526Z++ SHA2=0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355
4762024-02-18T04:11:53.526Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mg-admin.json
4772024-02-18T04:11:53.526Z+ LOCAL_FILE=out/downloads/mg-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json
4782024-02-18T04:11:53.526Z+ main
4792024-02-18T04:11:53.526Z+ [[ 0 != 0 ]]
4802024-02-18T04:11:53.527Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mg-admin.json'
4812024-02-18T04:11:53.527ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mg-admin.json
4822024-02-18T04:11:53.527Z+ echo 'Local file: out/downloads/mg-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json'
4832024-02-18T04:11:53.527ZLocal file: out/downloads/mg-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json
4842024-02-18T04:11:53.527Z+ local DO_DOWNLOAD=true
4852024-02-18T04:11:53.527Z+ [[ -f out/downloads/mg-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json ]]
4862024-02-18T04:11:53.527Z+ mkdir -p out/downloads
4872024-02-18T04:11:53.527Z+ '[' true == true ']'
4882024-02-18T04:11:53.527Z+ echo Downloading...
4892024-02-18T04:11:53.528ZDownloading...
4902024-02-18T04:11:53.528Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mg-admin.json out/downloads/mg-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json
4912024-02-18T04:11:53.528Z+ curl --silent --show-error --fail --location --output out/downloads/mg-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mg-admin.json
4922024-02-18T04:11:53.528Z++ do_sha256sum out/downloads/mg-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json
4932024-02-18T04:11:53.528Z++ case "$OSTYPE" in
4942024-02-18T04:11:53.528Z++ SHA=sha256sum
4952024-02-18T04:11:53.528Z++ sha256sum
4962024-02-18T04:11:53.528Z++ awk '{print $1}'
4972024-02-18T04:11:53.528Z+ calculated_sha2=0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355
4982024-02-18T04:11:53.528Z+ [[ 0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355 != \0\a\c\0\3\8\b\b\a\a\5\4\d\0\a\e\0\a\c\5\c\c\a\e\f\f\4\8\f\0\3\0\7\0\6\1\8\3\7\2\c\c\a\2\6\c\9\d\0\9\b\7\1\6\b\9\0\9\b\f\9\3\5\5 ]]
4992024-02-18T04:11:53.529Z+ set -o errexit
5002024-02-18T04:11:53.529Z+++ dirname ./tools/ci_download_dendrite_openapi
5012024-02-18T04:11:53.529Z++ cd ./tools
5022024-02-18T04:11:53.529Z++ pwd
5032024-02-18T04:11:53.529Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5042024-02-18T04:11:53.529Z++ basename ./tools/ci_download_dendrite_openapi
5052024-02-18T04:11:53.529Z+ ARG0=ci_download_dendrite_openapi
5062024-02-18T04:11:53.529Z+ TARGET_DIR=out
5072024-02-18T04:11:53.529Z+ DOWNLOAD_DIR=out/downloads
5082024-02-18T04:11:53.529Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
5092024-02-18T04:11:53.529Z++ COMMIT=3618dd6017b363c5d34399273453cf50b9c9a43e
5102024-02-18T04:11:53.529Z++ SHA2=aa670165e5b459fab4caba36ae4d382a09264ff5cf6a2dac0dae0a0db39a378e
5112024-02-18T04:11:53.529Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3618dd6017b363c5d34399273453cf50b9c9a43e/dpd.json
5122024-02-18T04:11:53.530Z+ LOCAL_FILE=out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json
5132024-02-18T04:11:53.530Z+ main
5142024-02-18T04:11:53.530Z+ [[ 0 != 0 ]]
5152024-02-18T04:11:53.530Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3618dd6017b363c5d34399273453cf50b9c9a43e/dpd.json'
5162024-02-18T04:11:53.530ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3618dd6017b363c5d34399273453cf50b9c9a43e/dpd.json
5172024-02-18T04:11:53.530ZLocal file: out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json
5182024-02-18T04:11:53.530Z+ echo 'Local file: out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json'
5192024-02-18T04:11:53.530Z+ local DO_DOWNLOAD=true
5202024-02-18T04:11:53.530Z+ [[ -f out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json ]]
5212024-02-18T04:11:53.530Z+ mkdir -p out/downloads
5222024-02-18T04:11:53.530Z+ '[' true == true ']'
5232024-02-18T04:11:53.530Z+ echo Downloading...
5242024-02-18T04:11:53.531ZDownloading...
5252024-02-18T04:11:53.531Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3618dd6017b363c5d34399273453cf50b9c9a43e/dpd.json out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json
5262024-02-18T04:11:53.531Z+ curl --silent --show-error --fail --location --output out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3618dd6017b363c5d34399273453cf50b9c9a43e/dpd.json
5272024-02-18T04:11:53.620Z++ do_sha256sum out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json
5282024-02-18T04:11:53.620Z++ case "$OSTYPE" in
5292024-02-18T04:11:53.623Z++ SHA=sha256sum
5302024-02-18T04:11:53.623Z++ sha256sum
5312024-02-18T04:11:53.623Z++ awk '{print $1}'
5322024-02-18T04:11:53.626Z+ calculated_sha2=aa670165e5b459fab4caba36ae4d382a09264ff5cf6a2dac0dae0a0db39a378e
5332024-02-18T04:11:53.626Z+ [[ aa670165e5b459fab4caba36ae4d382a09264ff5cf6a2dac0dae0a0db39a378e != \a\a\6\7\0\1\6\5\e\5\b\4\5\9\f\a\b\4\c\a\b\a\3\6\a\e\4\d\3\8\2\a\0\9\2\6\4\f\f\5\c\f\6\a\2\d\a\c\0\d\a\e\0\a\0\d\b\3\9\a\3\7\8\e ]]
5342024-02-18T04:11:53.633Z+ set -o errexit
5352024-02-18T04:11:53.636Z+++ dirname ./tools/ci_download_dendrite_stub
5362024-02-18T04:11:53.639Z++ cd ./tools
5372024-02-18T04:11:53.639Z++ pwd
5382024-02-18T04:11:53.639Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5392024-02-18T04:11:53.639Z++ basename ./tools/ci_download_dendrite_stub
5402024-02-18T04:11:53.644Z+ ARG0=ci_download_dendrite_stub
5412024-02-18T04:11:53.644Z+ source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums
5422024-02-18T04:11:53.644Z++ CIDL_SHA256_ILLUMOS=eb98985871f321411f7875ef7751dba85ae0dd3034877b63ccb78cedcb96e6e7
5432024-02-18T04:11:53.644Z++ CIDL_SHA256_LINUX_DPD=cb9a1978d1fe3a3f2391757f80436d8cc87c0041161652ad2234e7cf83e9ae36
5442024-02-18T04:11:53.644Z++ CIDL_SHA256_LINUX_SWADM=b7e737be56a8a815a95624f0b5c42ce1e339b07feeae7b3d7b9b4bc17c204245
5452024-02-18T04:11:53.644Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
5462024-02-18T04:11:53.644Z++ COMMIT=3618dd6017b363c5d34399273453cf50b9c9a43e
5472024-02-18T04:11:53.644Z++ SHA2=aa670165e5b459fab4caba36ae4d382a09264ff5cf6a2dac0dae0a0db39a378e
5482024-02-18T04:11:53.644Z+ TARGET_DIR=out
5492024-02-18T04:11:53.644Z+ DOWNLOAD_DIR=out/downloads
5502024-02-18T04:11:53.644Z+ DEST_DIR=./out/dendrite-stub
5512024-02-18T04:11:53.644Z+ BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin
5522024-02-18T04:11:53.644Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
5532024-02-18T04:11:53.644Z+ REPO=oxidecomputer/dendrite
5542024-02-18T04:11:53.644Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e
5552024-02-18T04:11:53.645Z+ main
5562024-02-18T04:11:53.645Z+ [[ 0 != 0 ]]
5572024-02-18T04:11:53.645Z+ CIDL_OS=solaris2.11
5582024-02-18T04:11:53.645Z+ [[ 0 != 0 ]]
5592024-02-18T04:11:53.645Z+ configure_os solaris2.11
5602024-02-18T04:11:53.645Z+ echo 'current directory: /work/oxidecomputer/omicron'
5612024-02-18T04:11:53.645Zcurrent directory: /work/oxidecomputer/omicron
5622024-02-18T04:11:53.645Z+ echo 'configuring based on OS: "solaris2.11"'
5632024-02-18T04:11:53.645Z+ case "$1" in
5642024-02-18T04:11:53.645Zconfiguring based on OS: "solaris2.11"
5652024-02-18T04:11:53.645Z+ SET_BINARIES=
5662024-02-18T04:11:53.645Z+ CIDL_SHA256=eb98985871f321411f7875ef7751dba85ae0dd3034877b63ccb78cedcb96e6e7
5672024-02-18T04:11:53.645Z+ CIDL_SHA256FUNC=do_sha256sum
5682024-02-18T04:11:53.645Z+ TARBALL_FILENAME=dendrite-stub.tar.gz
5692024-02-18T04:11:53.645Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e/dendrite-stub.tar.gz
5702024-02-18T04:11:53.645Z+ TARBALL_FILE=out/downloads/dendrite-stub.tar.gz
5712024-02-18T04:11:53.645Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e/dendrite-stub.tar.gz'
5722024-02-18T04:11:53.645ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e/dendrite-stub.tar.gz
5732024-02-18T04:11:53.645Z+ echo 'Local file: out/downloads/dendrite-stub.tar.gz'
5742024-02-18T04:11:53.645Z+ mkdir -p out/downloads
5752024-02-18T04:11:53.645ZLocal file: out/downloads/dendrite-stub.tar.gz
5762024-02-18T04:11:53.645Z+ mkdir -p ./out/dendrite-stub
5772024-02-18T04:11:53.649Z+ fetch_and_verify
5782024-02-18T04:11:53.649Z+ local DO_DOWNLOAD=true
5792024-02-18T04:11:53.649Z+ [[ -f out/downloads/dendrite-stub.tar.gz ]]
5802024-02-18T04:11:53.649Z+ '[' true == true ']'
5812024-02-18T04:11:53.649Z+ echo Downloading...
5822024-02-18T04:11:53.649ZDownloading...
5832024-02-18T04:11:53.649Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz
5842024-02-18T04:11:53.649Z+ curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e/dendrite-stub.tar.gz
5852024-02-18T04:12:01.559Z++ do_sha256sum out/downloads/dendrite-stub.tar.gz
5862024-02-18T04:12:02.420Z++ sha256sum
5872024-02-18T04:12:02.420Z++ awk '{print $1}'
5882024-02-18T04:12:02.420Z+ calculated_sha256=eb98985871f321411f7875ef7751dba85ae0dd3034877b63ccb78cedcb96e6e7
5892024-02-18T04:12:02.420Z+ [[ eb98985871f321411f7875ef7751dba85ae0dd3034877b63ccb78cedcb96e6e7 != \e\b\9\8\9\8\5\8\7\1\f\3\2\1\4\1\1\f\7\8\7\5\e\f\7\7\5\1\d\b\a\8\5\a\e\0\d\d\3\0\3\4\8\7\7\b\6\3\c\c\b\7\8\c\e\d\c\b\9\6\e\6\e\7 ]]
5902024-02-18T04:12:02.420Z+ do_untar out/downloads/dendrite-stub.tar.gz
5912024-02-18T04:12:02.420Z+ tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads
5922024-02-18T04:12:02.455Z+ do_assemble
5932024-02-18T04:12:02.456Z+ rm -r ./out/dendrite-stub
5942024-02-18T04:12:02.456Z+ mkdir ./out/dendrite-stub
5952024-02-18T04:12:02.456Z+ cp -r out/downloads/root ./out/dendrite-stub/root
5962024-02-18T04:12:02.456Z+ ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin
5972024-02-18T04:12:02.456Z+ set -o errexit
5982024-02-18T04:12:02.456Z+++ dirname ./tools/ci_download_maghemite_mgd
5992024-02-18T04:12:02.456Z++ cd ./tools
6002024-02-18T04:12:02.456Z++ pwd
6012024-02-18T04:12:02.456Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
6022024-02-18T04:12:02.456Z++ basename ./tools/ci_download_maghemite_mgd
6032024-02-18T04:12:02.456Z+ ARG0=ci_download_maghemite_mgd
6042024-02-18T04:12:02.456Z+ source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums
6052024-02-18T04:12:02.456Z++ CIDL_SHA256=26d34f61589f63be64eaa77a6e9e2db4c95d6675798386a1d61721c1ccc59d4d
6062024-02-18T04:12:02.456Z++ MGD_LINUX_SHA256=b2c823dd714fad67546a0e0c0d4ae56f2fe2e7c43434469b38e13b78de9f6968
6072024-02-18T04:12:02.456Z+ source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version
6082024-02-18T04:12:02.456Z++ COMMIT=41a69a11db6cfa8fc0c8686dc2d725708e0586ce
6092024-02-18T04:12:02.457Z++ SHA2=0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355
6102024-02-18T04:12:02.457Z+ TARGET_DIR=out
6112024-02-18T04:12:02.457Z+ DOWNLOAD_DIR=out/downloads
6122024-02-18T04:12:02.457Z+ DEST_DIR=./out/mgd
6132024-02-18T04:12:02.457Z+ BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin
6142024-02-18T04:12:02.457Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
6152024-02-18T04:12:02.458Z+ REPO=oxidecomputer/maghemite
6162024-02-18T04:12:02.458Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/41a69a11db6cfa8fc0c8686dc2d725708e0586ce
6172024-02-18T04:12:02.458Z+ main
6182024-02-18T04:12:02.458Z+ [[ 0 != 0 ]]
6192024-02-18T04:12:02.458Z+ CIDL_OS=solaris2.11
6202024-02-18T04:12:02.458Z+ [[ 0 != 0 ]]
6212024-02-18T04:12:02.458Z+ configure_os solaris2.11
6222024-02-18T04:12:02.458Z+ echo 'current directory: /work/oxidecomputer/omicron'
6232024-02-18T04:12:02.458Zcurrent directory: /work/oxidecomputer/omicron
6242024-02-18T04:12:02.458Z+ echo 'configuring based on OS: "solaris2.11"'
6252024-02-18T04:12:02.458Z+ case "$1" in
6262024-02-18T04:12:02.458Z+ SET_BINARIES=
6272024-02-18T04:12:02.458Zconfiguring based on OS: "solaris2.11"
6282024-02-18T04:12:02.458Z+ CIDL_SHA256FUNC=do_sha256sum
6292024-02-18T04:12:02.459Z+ TARBALL_FILENAME=mgd.tar.gz
6302024-02-18T04:12:02.459Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mgd.tar.gz
6312024-02-18T04:12:02.459Z+ TARBALL_FILE=out/downloads/mgd.tar.gz
6322024-02-18T04:12:02.459Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mgd.tar.gz'
6332024-02-18T04:12:02.459ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mgd.tar.gz
6342024-02-18T04:12:02.459Z+ echo 'Local file: out/downloads/mgd.tar.gz'
6352024-02-18T04:12:02.459Z+ mkdir -p out/downloads
6362024-02-18T04:12:02.460ZLocal file: out/downloads/mgd.tar.gz
6372024-02-18T04:12:02.460Z+ mkdir -p ./out/mgd
6382024-02-18T04:12:02.460Z+ fetch_and_verify
6392024-02-18T04:12:02.460Z+ local DO_DOWNLOAD=true
6402024-02-18T04:12:02.460Z+ [[ -f out/downloads/mgd.tar.gz ]]
6412024-02-18T04:12:02.460Z+ '[' true == true ']'
6422024-02-18T04:12:02.460Z+ echo Downloading...
6432024-02-18T04:12:02.460ZDownloading...
6442024-02-18T04:12:02.460Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mgd.tar.gz out/downloads/mgd.tar.gz
6452024-02-18T04:12:02.461Z+ curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mgd.tar.gz
6462024-02-18T04:12:11.477Z++ do_sha256sum out/downloads/mgd.tar.gz
6472024-02-18T04:12:11.489Z++ sha256sum
6482024-02-18T04:12:11.490Z++ awk '{print $1}'
6492024-02-18T04:12:11.501Z+ calculated_sha256=26d34f61589f63be64eaa77a6e9e2db4c95d6675798386a1d61721c1ccc59d4d
6502024-02-18T04:12:11.501Z+ [[ 26d34f61589f63be64eaa77a6e9e2db4c95d6675798386a1d61721c1ccc59d4d != \2\6\d\3\4\f\6\1\5\8\9\f\6\3\b\e\6\4\e\a\a\7\7\a\6\e\9\e\2\d\b\4\c\9\5\d\6\6\7\5\7\9\8\3\8\6\a\1\d\6\1\7\2\1\c\1\c\c\c\5\9\d\4\d ]]
6512024-02-18T04:12:11.501Z+ do_untar out/downloads/mgd.tar.gz
6522024-02-18T04:12:11.502Z+ tar xzf out/downloads/mgd.tar.gz -C out/downloads
6532024-02-18T04:12:11.948Z+ do_assemble
6542024-02-18T04:12:11.948Z+ rm -r ./out/mgd
6552024-02-18T04:12:11.952Z+ mkdir ./out/mgd
6562024-02-18T04:12:11.955Z+ cp -r out/downloads/root ./out/mgd/root
6572024-02-18T04:12:12.109Z+ set -o errexit
6582024-02-18T04:12:12.112Z+++ dirname ./tools/ci_download_transceiver_control
6592024-02-18T04:12:12.116Z++ cd ./tools
6602024-02-18T04:12:12.116Z++ pwd
6612024-02-18T04:12:12.116Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
6622024-02-18T04:12:12.116Z++ basename ./tools/ci_download_transceiver_control
6632024-02-18T04:12:12.116Z+ ARG0=ci_download_transceiver_control
6642024-02-18T04:12:12.116Z+ source /work/oxidecomputer/omicron/tools/transceiver_control_version
6652024-02-18T04:12:12.120Z++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a
6662024-02-18T04:12:12.120Z++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6672024-02-18T04:12:12.120Z+ TARGET_DIR=out
6682024-02-18T04:12:12.120Z+ DOWNLOAD_DIR=out/downloads
6692024-02-18T04:12:12.120Z+ DEST_DIR=./out/transceiver-control
6702024-02-18T04:12:12.120Z+ BIN_DIR=/opt/oxide/bin
6712024-02-18T04:12:12.120Z+ BINARY=xcvradm
6722024-02-18T04:12:12.120Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
6732024-02-18T04:12:12.120Z+ REPO=oxidecomputer/transceiver-control
6742024-02-18T04:12:12.120Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a
6752024-02-18T04:12:12.120Z+ main
6762024-02-18T04:12:12.120Z+ [[ 0 != 0 ]]
6772024-02-18T04:12:12.120Z+ CIDL_OS=solaris2.11
6782024-02-18T04:12:12.120Z+ [[ 0 != 0 ]]
6792024-02-18T04:12:12.120Z+ configure_os solaris2.11
6802024-02-18T04:12:12.120Z+ echo 'current directory: /work/oxidecomputer/omicron'
6812024-02-18T04:12:12.120Zcurrent directory: /work/oxidecomputer/omicron
6822024-02-18T04:12:12.120Zconfiguring based on OS: "solaris2.11"
6832024-02-18T04:12:12.120Z+ echo 'configuring based on OS: "solaris2.11"'
6842024-02-18T04:12:12.120Z+ case "$1" in
6852024-02-18T04:12:12.120Z+ SET_BINARIES=
6862024-02-18T04:12:12.120Z+ CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6872024-02-18T04:12:12.120Z+ CIDL_SHA256FUNC=do_sha256sum
6882024-02-18T04:12:12.121Z+ ARCHIVE_FILENAME=xcvradm.gz
6892024-02-18T04:12:12.121Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6902024-02-18T04:12:12.121Z+ ARCHIVE_FILE=out/downloads/xcvradm.gz
6912024-02-18T04:12:12.121Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz'
6922024-02-18T04:12:12.121ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6932024-02-18T04:12:12.121ZLocal file: out/downloads/xcvradm.gz
6942024-02-18T04:12:12.121Z+ echo 'Local file: out/downloads/xcvradm.gz'
6952024-02-18T04:12:12.121Z+ mkdir -p out/downloads
6962024-02-18T04:12:12.121Z+ mkdir -p ./out/transceiver-control
6972024-02-18T04:12:12.124Z+ fetch_and_verify
6982024-02-18T04:12:12.124Z+ local DO_DOWNLOAD=true
6992024-02-18T04:12:12.124Z+ [[ -f out/downloads/xcvradm.gz ]]
7002024-02-18T04:12:12.124Z+ '[' true == true ']'
7012024-02-18T04:12:12.124Z+ echo Downloading...
7022024-02-18T04:12:12.124ZDownloading...
7032024-02-18T04:12:12.124Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz
7042024-02-18T04:12:12.124Z+ 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
7052024-02-18T04:12:13.426Z++ do_sha256sum out/downloads/xcvradm.gz
7062024-02-18T04:12:13.429Z++ sha256sum
7072024-02-18T04:12:13.429Z++ awk '{print $1}'
7082024-02-18T04:12:13.435Z+ calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
7092024-02-18T04:12:13.438Z+ [[ 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 ]]
7102024-02-18T04:12:13.438Z+ do_unpack out/downloads/xcvradm.gz
7112024-02-18T04:12:13.438Z+ mkdir -p out/downloads/root//opt/oxide/bin
7122024-02-18T04:12:13.438Z+ gzip -dc out/downloads/xcvradm.gz
7132024-02-18T04:12:13.557Z+ chmod +x out/downloads/root//opt/oxide/bin/xcvradm
7142024-02-18T04:12:13.561Z+ do_assemble
7152024-02-18T04:12:13.561Z+ rm -r ./out/transceiver-control
7162024-02-18T04:12:13.564Z+ mkdir ./out/transceiver-control
7172024-02-18T04:12:13.564Z+ cp -r out/downloads/root ./out/transceiver-control/root
7182024-02-18T04:12:13.915ZAll builder prerequisites installed successfully, and PATH looks valid
7192024-02-18T04:12:13.922Z
7202024-02-18T04:12:13.922Zreal 2:33.446653916
7212024-02-18T04:12:13.922Zuser 34.858322654
7222024-02-18T04:12:13.922Zsys 6.847976960
7232024-02-18T04:12:13.922Ztrap 0.007382620
7242024-02-18T04:12:13.922Ztflt 0.442889337
7252024-02-18T04:12:13.922Zdflt 0.841735990
7262024-02-18T04:12:13.922Zkflt 0.324156429
7272024-02-18T04:12:13.922Zlock 1.445305913
7282024-02-18T04:12:13.923Zslp 5:03.938191384
7292024-02-18T04:12:13.923Zlat 1.787146218
7302024-02-18T04:12:13.923Zstop 0.148576698
7312024-02-18T04:12:13.923Z
7322024-02-18T04:12:13.923Z #### # # ##### ##### # #
7332024-02-18T04:12:13.923Z # # # # # # # # # #
7342024-02-18T04:12:13.923Z # # # # # # # #
7352024-02-18T04:12:13.923Z # # # ##### ##### #
7362024-02-18T04:12:13.923Z # # # # # # #
7372024-02-18T04:12:13.923Z #### ###### # # # #
7382024-02-18T04:12:13.923Z
7392024-02-18T04:12:14.144Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
7402024-02-18T04:12:14.469Z Updating git repository `https://github.com/oxidecomputer/samael`
7412024-02-18T04:12:14.806Z Updating crates.io index
7422024-02-18T04:12:14.918Z Updating git repository `https://github.com/oxidecomputer/dropshot`
7432024-02-18T04:12:15.642Z Updating git repository `https://github.com/oxidecomputer/progenitor`
7442024-02-18T04:12:17.316Z Updating git repository `http://github.com/oxidecomputer/serde_human_bytes`
7452024-02-18T04:12:18.271Z Updating git repository `http://github.com/oxidecomputer/tofino`
7462024-02-18T04:12:18.282Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
7472024-02-18T04:12:18.413Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
7482024-02-18T04:12:18.647Z Updating git repository `https://github.com/oxidecomputer/propolis`
7492024-02-18T04:12:19.543Z Updating git repository `https://github.com/oxidecomputer/crucible`
7502024-02-18T04:12:21.508Z Updating git repository `https://github.com/oxidecomputer/opte`
7512024-02-18T04:12:22.385Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
7522024-02-18T04:12:22.697Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
7532024-02-18T04:12:23.260Z Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel`
7542024-02-18T04:12:23.548Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
7552024-02-18T04:12:23.815Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
7562024-02-18T04:12:24.110Z Updating git repository `http://github.com/oxidecomputer/sprockets`
7572024-02-18T04:12:24.468Z Updating git repository `https://github.com/oxidecomputer/diesel-dtrace`
7582024-02-18T04:12:24.913Z Updating git repository `https://github.com/oxidecomputer/poptrie`
7592024-02-18T04:12:25.195Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
7602024-02-18T04:12:25.659Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
7612024-02-18T04:12:26.014Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
7622024-02-18T04:12:26.292Z Updating git repository `https://github.com/jgallagher/nix`
7632024-02-18T04:12:27.344Z Updating git repository `https://github.com/cbiffle/hubpack`
7642024-02-18T04:12:27.693Z Updating git repository `https://github.com/oxidecomputer/typify`
7652024-02-18T04:12:29.244Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
7662024-02-18T04:12:29.687Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
7672024-02-18T04:12:29.982Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
7682024-02-18T04:12:31.199Z Downloading crates ...
7692024-02-18T04:12:31.420Z Downloaded serde v1.0.196
7702024-02-18T04:12:31.423Z Downloaded colorchoice v1.0.0
7712024-02-18T04:12:31.426Z Downloaded anstyle-parse v0.2.1
7722024-02-18T04:12:31.430Z Downloaded equivalent v1.0.1
7732024-02-18T04:12:31.430Z Downloaded utf8parse v0.2.1
7742024-02-18T04:12:31.430Z Downloaded clap_lex v0.7.0
7752024-02-18T04:12:31.433Z Downloaded cargo-platform v0.1.3
7762024-02-18T04:12:31.433Z Downloaded anstream v0.6.11
7772024-02-18T04:12:31.444Z Downloaded cargo_metadata v0.18.1
7782024-02-18T04:12:31.447Z Downloaded anyhow v1.0.75
7792024-02-18T04:12:31.454Z Downloaded heck v0.4.1
7802024-02-18T04:12:31.458Z Downloaded toml_datetime v0.6.5
7812024-02-18T04:12:31.458Z Downloaded itoa v1.0.9
7822024-02-18T04:12:31.458Z Downloaded thiserror v1.0.57
7832024-02-18T04:12:31.458Z Downloaded strsim v0.11.0
7842024-02-18T04:12:31.461Z Downloaded anstyle v1.0.2
7852024-02-18T04:12:31.461Z Downloaded proc-macro2 v1.0.78
7862024-02-18T04:12:31.464Z Downloaded anstyle-query v1.0.0
7872024-02-18T04:12:31.464Z Downloaded thiserror-impl v1.0.57
7882024-02-18T04:12:31.873Z Downloaded quote v1.0.35
7892024-02-18T04:12:31.877Z Downloaded cargo_toml v0.19.0
7902024-02-18T04:12:31.877Z Downloaded unicode-ident v1.0.12
7912024-02-18T04:12:31.877Z Downloaded semver v1.0.21
7922024-02-18T04:12:31.877Z Downloaded errno v0.3.8
7932024-02-18T04:12:31.877Z Downloaded camino v1.1.6
7942024-02-18T04:12:31.877Z Downloaded terminal_size v0.3.0
7952024-02-18T04:12:31.877Z Downloaded indexmap v2.2.3
7962024-02-18T04:12:31.877Z Downloaded serde_derive v1.0.196
7972024-02-18T04:12:31.878Z Downloaded clap_derive v4.5.0
7982024-02-18T04:12:31.878Z Downloaded bitflags v2.4.0
7992024-02-18T04:12:31.878Z Downloaded toml v0.8.10
8002024-02-18T04:12:31.878Z Downloaded serde_spanned v0.6.5
8012024-02-18T04:12:31.878Z Downloaded ryu v1.0.15
8022024-02-18T04:12:31.878Z Downloaded clap v4.5.0
8032024-02-18T04:12:31.878Z Downloaded memchr v2.6.3
8042024-02-18T04:12:31.878Z Downloaded toml_edit v0.22.6
8052024-02-18T04:12:31.878Z Downloaded serde_json v1.0.113
8062024-02-18T04:12:31.878Z Downloaded hashbrown v0.14.3
8072024-02-18T04:12:31.878Z Downloaded winnow v0.6.1
8082024-02-18T04:12:31.878Z Downloaded clap_builder v4.5.0
8092024-02-18T04:12:31.878Z Downloaded syn v2.0.48
8102024-02-18T04:12:31.878Z Downloaded rustix v0.38.31
8112024-02-18T04:12:31.878Z Downloaded libc v0.2.153
8122024-02-18T04:12:31.878Z Compiling proc-macro2 v1.0.78
8132024-02-18T04:12:31.878Z Compiling unicode-ident v1.0.12
8142024-02-18T04:12:31.878Z Compiling serde v1.0.196
8152024-02-18T04:12:31.878Z Compiling libc v0.2.153
8162024-02-18T04:12:31.878Z Compiling rustix v0.38.31
8172024-02-18T04:12:31.878Z Compiling equivalent v1.0.1
8182024-02-18T04:12:31.878Z Compiling bitflags v2.4.0
8192024-02-18T04:12:31.878Z Compiling hashbrown v0.14.3
8202024-02-18T04:12:31.994Z Compiling utf8parse v0.2.1
8212024-02-18T04:12:32.048Z Compiling colorchoice v1.0.0
8222024-02-18T04:12:32.164Z Compiling anstyle-parse v0.2.1
8232024-02-18T04:12:32.208Z Compiling semver v1.0.21
8242024-02-18T04:12:32.340Z Compiling thiserror v1.0.57
8252024-02-18T04:12:32.483Z Compiling anstyle v1.0.2
8262024-02-18T04:12:32.831Z Compiling serde_json v1.0.113
8272024-02-18T04:12:33.053Z Compiling indexmap v2.2.3
8282024-02-18T04:12:33.057Z Compiling winnow v0.6.1
8292024-02-18T04:12:33.115Z Compiling camino v1.1.6
8302024-02-18T04:12:33.125Z Compiling anstyle-query v1.0.0
8312024-02-18T04:12:33.233Z Compiling anstream v0.6.11
8322024-02-18T04:12:33.307Z Compiling itoa v1.0.9
8332024-02-18T04:12:33.385Z Compiling ryu v1.0.15
8342024-02-18T04:12:33.511Z Compiling heck v0.4.1
8352024-02-18T04:12:33.758Z Compiling anyhow v1.0.75
8362024-02-18T04:12:33.807Z Compiling clap_lex v0.7.0
8372024-02-18T04:12:33.944Z Compiling strsim v0.11.0
8382024-02-18T04:12:34.027Z Compiling quote v1.0.35
8392024-02-18T04:12:34.390Z Compiling errno v0.3.8
8402024-02-18T04:12:34.432Z Compiling syn v2.0.48
8412024-02-18T04:12:35.471Z Compiling terminal_size v0.3.0
8422024-02-18T04:12:35.574Z Compiling clap_builder v4.5.0
8432024-02-18T04:12:39.442Z Compiling serde_derive v1.0.196
8442024-02-18T04:12:39.442Z Compiling thiserror-impl v1.0.57
8452024-02-18T04:12:39.446Z Compiling clap_derive v4.5.0
8462024-02-18T04:12:42.295Z Compiling clap v4.5.0
8472024-02-18T04:12:47.711Z Compiling serde_spanned v0.6.5
8482024-02-18T04:12:47.714Z Compiling toml_datetime v0.6.5
8492024-02-18T04:12:47.714Z Compiling cargo-platform v0.1.3
8502024-02-18T04:12:47.948Z Compiling toml_edit v0.22.6
8512024-02-18T04:12:49.012Z Compiling cargo_metadata v0.18.1
8522024-02-18T04:12:50.014Z Compiling toml v0.8.10
8532024-02-18T04:12:50.696Z Compiling cargo_toml v0.19.0
8542024-02-18T04:12:54.562Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
8552024-02-18T04:12:55.532Z Finished dev [unoptimized + debuginfo] target(s) in 41.57s
8562024-02-18T04:12:55.714Z Running `target/debug/xtask clippy`
8572024-02-18T04:12:55.742Zrunning: "/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/cargo" "clippy" "--all-targets" "--" "--deny" "warnings" "--allow" "clippy::style" "--warn" "clippy::disallowed_macros" "--warn" "clippy::disallowed_methods" "--warn" "clippy::disallowed_names" "--warn" "clippy::disallowed_script_idents" "--warn" "clippy::disallowed_types"
8582024-02-18T04:12:56.264Z Downloading crates ...
8592024-02-18T04:12:56.471Z Downloaded ciborium-io v0.2.2
8602024-02-18T04:12:56.476Z Downloaded http-range v0.1.5
8612024-02-18T04:12:56.479Z Downloaded block-padding v0.3.3
8622024-02-18T04:12:56.479Z Downloaded byteorder v1.5.0
8632024-02-18T04:12:56.482Z Downloaded bitfield v0.14.0
8642024-02-18T04:12:56.490Z Downloaded block-buffer v0.10.4
8652024-02-18T04:12:56.494Z Downloaded http-body v0.4.5
8662024-02-18T04:12:56.497Z Downloaded home v0.5.5
8672024-02-18T04:12:56.497Z Downloaded ident_case v1.0.1
8682024-02-18T04:12:56.513Z Downloaded blake2 v0.10.6
8692024-02-18T04:12:56.513Z Downloaded async-stream v0.3.5
8702024-02-18T04:12:56.513Z Downloaded bb8 v0.8.3
8712024-02-18T04:12:56.513Z Downloaded adler v1.0.2
8722024-02-18T04:12:56.513Z Downloaded highway v1.1.0
8732024-02-18T04:12:56.516Z Downloaded http-body v1.0.0
8742024-02-18T04:12:56.516Z Downloaded instant v0.1.12
8752024-02-18T04:12:56.520Z Downloaded hyper-rustls v0.24.2
8762024-02-18T04:12:56.523Z Downloaded httpdate v1.0.3
8772024-02-18T04:12:56.526Z Downloaded aho-corasick v1.0.4
8782024-02-18T04:12:56.540Z Downloaded rpassword v7.3.1
8792024-02-18T04:12:56.544Z Downloaded num-complex v0.4.4
8802024-02-18T04:12:56.544Z Downloaded normalize-line-endings v0.3.0
8812024-02-18T04:12:56.544Z Downloaded colored v2.0.4
8822024-02-18T04:12:56.544Z Downloaded newline-converter v0.3.0
8832024-02-18T04:12:56.547Z Downloaded rustfmt-wrapper v0.2.0
8842024-02-18T04:12:56.550Z Downloaded relative-path v1.9.0
8852024-02-18T04:12:56.550Z Downloaded newtype-uuid v1.0.1
8862024-02-18T04:12:56.553Z Downloaded num-rational v0.4.1
8872024-02-18T04:12:56.556Z Downloaded atomicwrites v0.4.3
8882024-02-18T04:12:56.559Z Downloaded hubpack v0.1.2
8892024-02-18T04:12:56.562Z Downloaded camino-tempfile v1.1.1
8902024-02-18T04:12:56.568Z Downloaded cstr-argument v0.1.2
8912024-02-18T04:12:56.568Z Downloaded crucible-workspace-hack v0.1.0
8922024-02-18T04:12:56.573Z Downloaded async-stream-impl v0.3.5
8932024-02-18T04:12:56.573Z Downloaded num-bigint-dig v0.8.4
8942024-02-18T04:12:56.580Z Downloaded rustc-demangle v0.1.23
8952024-02-18T04:12:56.580Z Downloaded cipher v0.4.4
8962024-02-18T04:12:56.594Z Downloaded crunchy v0.2.2
8972024-02-18T04:12:56.594Z Downloaded bit-set v0.5.3
8982024-02-18T04:12:56.595Z Downloaded cancel-safe-futures v0.1.5
8992024-02-18T04:12:56.620Z Downloaded chacha20 v0.9.1
9002024-02-18T04:12:56.620Z Downloaded buf-list v1.0.3
9012024-02-18T04:12:56.620Z Downloaded libloading v0.7.4
9022024-02-18T04:12:56.621Z Downloaded match_cfg v0.1.0
9032024-02-18T04:12:56.621Z Downloaded lazy_static v1.4.0
9042024-02-18T04:12:56.621Z Downloaded matches v0.1.10
9052024-02-18T04:12:56.621Z Downloaded linked-hash-map v0.5.6
9062024-02-18T04:12:56.624Z Downloaded crossbeam-epoch v0.9.15
9072024-02-18T04:12:56.624Z Downloaded array-init v0.0.4
9082024-02-18T04:12:56.624Z Downloaded nested v0.1.1
9092024-02-18T04:12:56.624Z Downloaded bzip2 v0.4.4
9102024-02-18T04:12:56.624Z Downloaded md-5 v0.10.5
9112024-02-18T04:12:56.628Z Downloaded multimap v0.10.0
9122024-02-18T04:12:56.628Z Downloaded new_debug_unreachable v1.0.4
9132024-02-18T04:12:56.630Z Downloaded mime v0.3.17
9142024-02-18T04:12:56.633Z Downloaded tower-service v0.3.2
9152024-02-18T04:12:56.636Z Downloaded lru-cache v0.1.2
9162024-02-18T04:12:56.637Z Downloaded linear-map v1.2.0
9172024-02-18T04:12:56.639Z Downloaded ipnetwork v0.20.0
9182024-02-18T04:12:56.642Z Downloaded mockall v0.12.0
9192024-02-18T04:12:56.645Z Downloaded nodrop v0.1.14
9202024-02-18T04:12:56.645Z Downloaded strum v0.25.0
9212024-02-18T04:12:56.648Z Downloaded mime_guess v2.0.4
9222024-02-18T04:12:56.651Z Downloaded nanorand v0.7.0
9232024-02-18T04:12:56.654Z Downloaded dof v0.3.0
9242024-02-18T04:12:56.660Z Downloaded libefi-sys v0.1.0
9252024-02-18T04:12:56.662Z Downloaded hostname v0.3.1
9262024-02-18T04:12:56.663Z Downloaded crc-catalog v2.2.0
9272024-02-18T04:12:56.663Z Downloaded cc v1.0.83
9282024-02-18T04:12:56.666Z Downloaded nibble_vec v0.1.0
9292024-02-18T04:12:56.669Z Downloaded maplit v1.0.2
9302024-02-18T04:12:56.669Z Downloaded precomputed-hash v0.1.1
9312024-02-18T04:12:56.672Z Downloaded libsw v3.3.1
9322024-02-18T04:12:56.675Z Downloaded memoffset v0.9.0
9332024-02-18T04:12:56.675Z Downloaded threadpool v1.8.1
9342024-02-18T04:12:56.679Z Downloaded native-tls v0.2.11
9352024-02-18T04:12:56.682Z Downloaded approx v0.5.1
9362024-02-18T04:12:56.685Z Downloaded memmap v0.7.0
9372024-02-18T04:12:56.685Z Downloaded plotters-svg v0.3.5
9382024-02-18T04:12:56.688Z Downloaded blake2b_simd v1.0.1
9392024-02-18T04:12:56.691Z Downloaded async-trait v0.1.77
9402024-02-18T04:12:56.694Z Downloaded rustls-pemfile v2.0.0
9412024-02-18T04:12:56.697Z Downloaded foreign-types-shared v0.1.1
9422024-02-18T04:12:56.703Z Downloaded slog-envlogger v2.2.0
9432024-02-18T04:12:56.706Z Downloaded headers-core v0.2.0
9442024-02-18T04:12:56.706Z Downloaded cfg-expr v0.15.6
9452024-02-18T04:12:56.709Z Downloaded openssl-macros v0.1.1
9462024-02-18T04:12:56.709Z Downloaded dof v0.1.5
9472024-02-18T04:12:56.712Z Downloaded memmap2 v0.7.1
9482024-02-18T04:12:56.715Z Downloaded strum_macros v0.24.3
9492024-02-18T04:12:56.718Z Downloaded stable_deref_trait v1.2.0
9502024-02-18T04:12:56.718Z Downloaded futures-task v0.3.30
9512024-02-18T04:12:56.721Z Downloaded futures-sink v0.3.30
9522024-02-18T04:12:56.721Z Downloaded deranged v0.3.8
9532024-02-18T04:12:56.724Z Downloaded proc-macro-error-attr v1.0.4
9542024-02-18T04:12:56.727Z Downloaded foreign-types-macros v0.2.3
9552024-02-18T04:12:56.727Z Downloaded multer v3.0.0
9562024-02-18T04:12:56.730Z Downloaded scheduled-thread-pool v0.2.7
9572024-02-18T04:12:56.733Z Downloaded strip-ansi-escapes v0.2.0
9582024-02-18T04:12:56.733Z Downloaded structmeta-derive v0.2.0
9592024-02-18T04:12:56.735Z Downloaded ansi_term v0.12.1
9602024-02-18T04:12:56.739Z Downloaded derive_builder_core v0.12.0
9612024-02-18T04:12:56.741Z Downloaded zone v0.3.0
9622024-02-18T04:12:56.741Z Downloaded crc-any v2.4.3
9632024-02-18T04:12:56.744Z Downloaded termtree v0.4.1
9642024-02-18T04:12:56.750Z Downloaded smallvec v1.13.1
9652024-02-18T04:12:56.753Z Downloaded plotters-backend v0.3.5
9662024-02-18T04:12:56.753Z Downloaded oorandom v11.1.3
9672024-02-18T04:12:56.753Z Downloaded pkcs8 v0.10.2
9682024-02-18T04:12:56.756Z Downloaded tokio-stream v0.1.14
9692024-02-18T04:12:56.760Z Downloaded serde-big-array v0.5.1
9702024-02-18T04:12:56.763Z Downloaded futures-macro v0.3.30
9712024-02-18T04:12:56.766Z Downloaded ref-cast-impl v1.0.20
9722024-02-18T04:12:56.767Z Downloaded tui-tree-widget v0.17.0
9732024-02-18T04:12:56.770Z Downloaded rustc-hash v1.1.0
9742024-02-18T04:12:56.770Z Downloaded slog-async v2.8.0
9752024-02-18T04:12:56.773Z Downloaded version_check v0.9.4
9762024-02-18T04:12:56.773Z Downloaded fragile v2.0.0
9772024-02-18T04:12:56.776Z Downloaded derive_builder v0.12.0
9782024-02-18T04:12:56.781Z Downloaded pretty-hex v0.2.1
9792024-02-18T04:12:56.784Z Downloaded tower-layer v0.3.2
9802024-02-18T04:12:56.786Z Downloaded vte v0.11.1
9812024-02-18T04:12:56.787Z Downloaded pathdiff v0.2.1
9822024-02-18T04:12:56.790Z Downloaded proc-macro-crate v1.3.1
9832024-02-18T04:12:56.792Z Downloaded signature v2.1.0
9842024-02-18T04:12:56.792Z Downloaded arc-swap v1.6.0
9852024-02-18T04:12:56.799Z Downloaded phf_shared v0.10.0
9862024-02-18T04:12:56.802Z Downloaded partial-io v0.5.4
9872024-02-18T04:12:56.802Z Downloaded same-file v1.0.6
9882024-02-18T04:12:56.810Z Downloaded zerocopy v0.6.4
9892024-02-18T04:12:56.813Z Downloaded defmt-macros v0.3.6
9902024-02-18T04:12:56.813Z Downloaded take_mut v0.2.2
9912024-02-18T04:12:56.813Z Downloaded indicatif v0.17.8
9922024-02-18T04:12:56.816Z Downloaded once_cell v1.19.0
9932024-02-18T04:12:56.819Z Downloaded tiny-keccak v2.0.2
9942024-02-18T04:12:56.822Z Downloaded tabled_derive v0.7.0
9952024-02-18T04:12:56.826Z Downloaded wait-timeout v0.2.0
9962024-02-18T04:12:56.826Z Downloaded yasna v0.5.2
9972024-02-18T04:12:56.829Z Downloaded scroll_derive v0.12.0
9982024-02-18T04:12:56.829Z Downloaded der_derive v0.7.2
9992024-02-18T04:12:56.833Z Downloaded trybuild v1.0.89
10002024-02-18T04:12:56.836Z Downloaded test-strategy v0.3.1
10012024-02-18T04:12:56.842Z Downloaded schemars_derive v0.8.16
10022024-02-18T04:12:56.846Z Downloaded serde_yaml v0.9.25
10032024-02-18T04:12:56.849Z Downloaded chacha20poly1305 v0.10.1
10042024-02-18T04:12:56.851Z Downloaded rtoolbox v0.0.1
10052024-02-18T04:12:56.851Z Downloaded generic-array v0.14.7
10062024-02-18T04:12:57.260Z Downloaded num_enum_derive v0.5.11
10072024-02-18T04:12:57.260Z Downloaded sec1 v0.7.3
10082024-02-18T04:12:57.266Z Downloaded serde_tokenstream v0.1.7
10092024-02-18T04:12:57.266Z Downloaded try-lock v0.2.4
10102024-02-18T04:12:57.266Z Downloaded darling_macro v0.20.3
10112024-02-18T04:12:57.266Z Downloaded scopeguard v1.2.0
10122024-02-18T04:12:57.266Z Downloaded semver v0.11.0
10132024-02-18T04:12:57.266Z Downloaded rand_xorshift v0.3.0
10142024-02-18T04:12:57.266Z Downloaded structopt-derive v0.4.18
10152024-02-18T04:12:57.266Z Downloaded semver-parser v0.10.2
10162024-02-18T04:12:57.267Z Downloaded sqlparser_derive v0.2.2
10172024-02-18T04:12:57.267Z Downloaded unicode-linebreak v0.1.5
10182024-02-18T04:12:57.267Z Downloaded term v0.7.0
10192024-02-18T04:12:57.267Z Downloaded parking_lot_core v0.9.8
10202024-02-18T04:12:57.267Z Downloaded serde_urlencoded v0.7.1
10212024-02-18T04:12:57.267Z Downloaded phf_shared v0.11.2
10222024-02-18T04:12:57.267Z Downloaded rcgen v0.12.1
10232024-02-18T04:12:57.267Z Downloaded oso-derive v0.27.0
10242024-02-18T04:12:57.267Z Downloaded slab v0.4.9
10252024-02-18T04:12:57.267Z Downloaded strsim v0.8.0
10262024-02-18T04:12:57.267Z Downloaded serde_with_macros v3.6.1
10272024-02-18T04:12:57.267Z Downloaded rand_chacha v0.3.1
10282024-02-18T04:12:57.267Z Downloaded tracing-attributes v0.1.26
10292024-02-18T04:12:57.267Z Downloaded slog-stdlog v4.1.1
10302024-02-18T04:12:57.267Z Downloaded phf v0.11.2
10312024-02-18T04:12:57.267Z Downloaded slog-term v2.9.0
10322024-02-18T04:12:57.267Z Downloaded termios v0.3.3
10332024-02-18T04:12:57.267Z Downloaded slog v2.7.0
10342024-02-18T04:12:57.267Z Downloaded darling_core v0.20.3
10352024-02-18T04:12:57.267Z Downloaded serde_derive_internals v0.26.0
10362024-02-18T04:12:57.267Z Downloaded thread_local v1.1.7
10372024-02-18T04:12:57.267Z Downloaded supports-color v3.0.0
10382024-02-18T04:12:57.267Z Downloaded subtle v2.5.0
10392024-02-18T04:12:57.267Z Downloaded string_cache v0.8.7
10402024-02-18T04:12:57.268Z Downloaded derive_builder_macro v0.12.0
10412024-02-18T04:12:57.268Z Downloaded unicode-bidi v0.3.13
10422024-02-18T04:12:57.268Z Downloaded parking_lot_core v0.8.6
10432024-02-18T04:12:57.268Z Downloaded tinytemplate v1.2.1
10442024-02-18T04:12:57.268Z Downloaded stringprep v0.1.3
10452024-02-18T04:12:57.268Z Downloaded siphasher v0.3.11
10462024-02-18T04:12:57.268Z Downloaded digest v0.10.7
10472024-02-18T04:12:57.268Z Downloaded flagset v0.4.3
10482024-02-18T04:12:57.268Z Downloaded yansi v0.5.1
10492024-02-18T04:12:57.268Z Downloaded futures-timer v3.0.2
10502024-02-18T04:12:57.268Z Downloaded which v4.4.0
10512024-02-18T04:12:57.268Z Downloaded float-cmp v0.9.0
10522024-02-18T04:12:57.268Z Downloaded toml_edit v0.19.15
10532024-02-18T04:12:57.268Z Downloaded foreign-types-shared v0.3.1
10542024-02-18T04:12:57.268Z Downloaded darling_macro v0.14.4
10552024-02-18T04:12:57.268Z Downloaded form_urlencoded v1.2.1
10562024-02-18T04:12:57.268Z Downloaded structmeta v0.3.0
10572024-02-18T04:12:57.268Z Downloaded olpc-cjson v0.1.3
10582024-02-18T04:12:57.268Z Downloaded slog-bunyan v2.5.0
10592024-02-18T04:12:57.268Z Downloaded rand_core v0.6.4
10602024-02-18T04:12:57.268Z Downloaded strum_macros v0.26.1
10612024-02-18T04:12:57.268Z Downloaded slog-scope v4.4.0
10622024-02-18T04:12:57.268Z Downloaded rust-argon2 v1.0.1
10632024-02-18T04:12:57.268Z Downloaded swrite v0.1.0
10642024-02-18T04:12:57.269Z Downloaded path-slash v0.1.5
10652024-02-18T04:12:57.269Z Downloaded paste v1.0.14
10662024-02-18T04:12:57.269Z Downloaded ref-cast v1.0.20
10672024-02-18T04:12:57.269Z Downloaded tokio-rustls v0.25.0
10682024-02-18T04:12:57.269Z Downloaded pin-project-lite v0.2.13
10692024-02-18T04:12:57.269Z Downloaded untrusted v0.7.1
10702024-02-18T04:12:57.269Z Downloaded radium v0.7.0
10712024-02-18T04:12:57.269Z Downloaded strsim v0.10.0
10722024-02-18T04:12:57.269Z Downloaded postgres-protocol v0.6.6
10732024-02-18T04:12:57.269Z Downloaded smallvec v0.6.14
10742024-02-18T04:12:57.269Z Downloaded pest_meta v2.7.6
10752024-02-18T04:12:57.269Z Downloaded slog-dtrace v0.3.0
10762024-02-18T04:12:57.269Z Downloaded tokio-tungstenite v0.20.1
10772024-02-18T04:12:57.269Z Downloaded der v0.7.8
10782024-02-18T04:12:57.269Z Downloaded omicron-zone-package v0.11.0
10792024-02-18T04:12:57.269Z Downloaded structmeta-derive v0.3.0
10802024-02-18T04:12:57.269Z Downloaded rustls-pemfile v1.0.3
10812024-02-18T04:12:57.269Z Downloaded spin v0.5.2
10822024-02-18T04:12:57.269Z Downloaded unarray v0.1.4
10832024-02-18T04:12:57.269Z Downloaded scroll v0.12.0
10842024-02-18T04:12:57.269Z Downloaded crossterm v0.27.0
10852024-02-18T04:12:57.269Z Downloaded sct v0.7.0
10862024-02-18T04:12:57.269Z Downloaded tap v1.0.1
10872024-02-18T04:12:57.269Z Downloaded zeroize_derive v1.4.2
10882024-02-18T04:12:57.269Z Downloaded pem v3.0.2
10892024-02-18T04:12:57.270Z Downloaded tracing-core v0.1.31
10902024-02-18T04:12:57.270Z Downloaded heapless v0.7.16
10912024-02-18T04:12:57.270Z Downloaded strum_macros v0.25.2
10922024-02-18T04:12:57.270Z Downloaded x509-cert v0.2.4
10932024-02-18T04:12:57.270Z Downloaded plain v0.2.3
10942024-02-18T04:12:57.270Z Downloaded trust-dns-server v0.22.1
10952024-02-18T04:12:57.270Z Downloaded papergrid v0.11.0
10962024-02-18T04:12:57.270Z Downloaded zip v0.6.6
10972024-02-18T04:12:57.270Z Downloaded heapless v0.8.0
10982024-02-18T04:12:57.270Z Downloaded zeroize v1.7.0
10992024-02-18T04:12:57.270Z Downloaded darling v0.14.4
11002024-02-18T04:12:57.270Z Downloaded socket2 v0.5.5
11012024-02-18T04:12:57.270Z Downloaded trust-dns-resolver v0.22.0
11022024-02-18T04:12:57.270Z Downloaded num-traits v0.2.16
11032024-02-18T04:12:57.270Z Downloaded hashbrown v0.12.3
11042024-02-18T04:12:57.270Z Downloaded pkcs1 v0.7.5
11052024-02-18T04:12:57.270Z Downloaded rustls-webpki v0.102.1
11062024-02-18T04:12:57.270Z Downloaded postgres-types v0.2.6
11072024-02-18T04:12:57.270Z Downloaded steno v0.4.0
11082024-02-18T04:12:57.275Z Downloaded schemars v0.8.16
11092024-02-18T04:12:57.275Z Downloaded regex-automata v0.1.10
11102024-02-18T04:12:57.275Z Downloaded signal-hook-tokio v0.3.1
11112024-02-18T04:12:57.275Z Downloaded shell-words v1.1.0
11122024-02-18T04:12:57.275Z Downloaded unicode-segmentation v1.10.1
11132024-02-18T04:12:57.275Z Downloaded thiserror-impl-no-std v2.0.2
11142024-02-18T04:12:57.275Z Downloaded usdt v0.5.0
11152024-02-18T04:12:57.275Z Downloaded guppy-workspace-hack v0.1.0
11162024-02-18T04:12:57.275Z Downloaded diesel_table_macro_syntax v0.1.0
11172024-02-18T04:12:57.275Z Downloaded waitgroup v0.1.2
11182024-02-18T04:12:57.275Z Downloaded number_prefix v0.4.0
11192024-02-18T04:12:57.275Z Downloaded prettyplease v0.2.16
11202024-02-18T04:12:57.275Z Downloaded serde_with v3.6.1
11212024-02-18T04:12:57.275Z Downloaded shlex v1.3.0
11222024-02-18T04:12:57.275Z Downloaded serde_plain v1.0.2
11232024-02-18T04:12:57.276Z Downloaded usdt-impl v0.3.5
11242024-02-18T04:12:57.276Z Downloaded openssl-probe v0.1.5
11252024-02-18T04:12:57.276Z Downloaded spki v0.7.2
11262024-02-18T04:12:57.276Z Downloaded downcast v0.11.0
11272024-02-18T04:12:57.276Z Downloaded display-error-chain v0.2.0
11282024-02-18T04:12:57.276Z Downloaded ed25519 v1.5.3
11292024-02-18T04:12:57.276Z Downloaded topological-sort v0.2.2
11302024-02-18T04:12:57.276Z Downloaded funty v2.0.0
11312024-02-18T04:12:57.276Z Downloaded either v1.10.0
11322024-02-18T04:12:57.276Z Downloaded dtrace-parser v0.2.0
11332024-02-18T04:12:57.276Z Downloaded toolchain_find v0.2.0
11342024-02-18T04:12:57.276Z Downloaded getopts v0.2.21
11352024-02-18T04:12:57.276Z Downloaded sha2 v0.10.8
11362024-02-18T04:12:57.276Z Downloaded foreign-types v0.3.2
11372024-02-18T04:12:57.276Z Downloaded untrusted v0.9.0
11382024-02-18T04:12:57.276Z Downloaded spin v0.9.8
11392024-02-18T04:12:57.276Z Downloaded serde-hex v0.1.0
11402024-02-18T04:12:57.276Z Downloaded hyper v0.14.27
11412024-02-18T04:12:57.276Z Downloaded reedline v0.29.0
11422024-02-18T04:12:57.276Z Downloaded plotters v0.3.5
11432024-02-18T04:12:57.276Z Downloaded parking_lot v0.11.2
11442024-02-18T04:12:57.276Z Downloaded getrandom v0.2.10
11452024-02-18T04:12:57.276Z Downloaded remove_dir_all v0.5.3
11462024-02-18T04:12:57.277Z Downloaded futures v0.3.30
11472024-02-18T04:12:57.277Z Downloaded embedded-io v0.4.0
11482024-02-18T04:12:57.277Z Downloaded url v2.5.0
11492024-02-18T04:12:57.277Z Downloaded signal-hook-registry v1.4.1
11502024-02-18T04:12:57.277Z Downloaded dirs-sys-next v0.1.2
11512024-02-18T04:12:57.277Z Downloaded tokio-native-tls v0.3.1
11522024-02-18T04:12:57.280Z Downloaded smoltcp v0.9.1
11532024-02-18T04:12:57.287Z Downloaded syn v1.0.109
11542024-02-18T04:12:57.299Z Downloaded openssl v0.10.60
11552024-02-18T04:12:57.310Z Downloaded polar-core v0.27.0
11562024-02-18T04:12:57.319Z Downloaded pin-project-internal v1.1.3
11572024-02-18T04:12:57.323Z Downloaded universal-hash v0.5.1
11582024-02-18T04:12:57.323Z Downloaded filetime v0.2.23
11592024-02-18T04:12:57.326Z Downloaded pest_derive v2.7.6
11602024-02-18T04:12:57.326Z Downloaded smoltcp v0.11.0
11612024-02-18T04:12:57.339Z Downloaded diff v0.1.13
11622024-02-18T04:12:57.342Z Downloaded diesel_derives v2.1.2
11632024-02-18T04:12:57.345Z Downloaded quick-xml v0.30.0
11642024-02-18T04:12:57.352Z Downloaded tough v0.16.0
11652024-02-18T04:12:57.360Z Downloaded object v0.32.1
11662024-02-18T04:12:57.375Z Downloaded uuid v1.7.0
11672024-02-18T04:12:57.378Z Downloaded reqwest v0.11.22
11682024-02-18T04:12:57.384Z Downloaded sled v0.34.7
11692024-02-18T04:12:57.397Z Downloaded zerocopy-derive v0.6.4
11702024-02-18T04:12:57.408Z Downloaded elliptic-curve v0.13.8
11712024-02-18T04:12:57.411Z Downloaded tokio-rustls v0.24.1
11722024-02-18T04:12:57.414Z Downloaded futures-util v0.3.30
11732024-02-18T04:12:57.427Z Downloaded sqlparser v0.43.1
11742024-02-18T04:12:57.433Z Downloaded hash32 v0.2.1
11752024-02-18T04:12:57.436Z Downloaded chrono v0.4.31
11762024-02-18T04:12:57.443Z Downloaded tokio-postgres v0.7.10
11772024-02-18T04:12:57.448Z Downloaded time v0.3.27
11782024-02-18T04:12:57.454Z Downloaded zerocopy v0.7.32
11792024-02-18T04:12:57.473Z Downloaded goblin v0.8.0
11802024-02-18T04:12:57.477Z Downloaded unicode_categories v0.1.1
11812024-02-18T04:12:57.480Z Downloaded csv v1.3.0
11822024-02-18T04:12:57.503Z Downloaded proptest v1.4.0
11832024-02-18T04:12:57.513Z Downloaded tabled v0.15.0
11842024-02-18T04:12:57.531Z Downloaded flume v0.11.0
11852024-02-18T04:12:57.534Z Downloaded pest v2.7.6
11862024-02-18T04:12:57.537Z Downloaded idna v0.5.0
11872024-02-18T04:12:57.543Z Downloaded bitvec v1.0.1
11882024-02-18T04:12:57.559Z Downloaded half v2.3.1
11892024-02-18T04:12:57.562Z Downloaded guppy v0.17.5
11902024-02-18T04:12:57.568Z Downloaded tinyvec v1.6.0
11912024-02-18T04:12:57.572Z Downloaded zerocopy-derive v0.2.0
11922024-02-18T04:12:57.579Z Downloaded gimli v0.28.0
11932024-02-18T04:12:57.587Z Downloaded bstr v0.2.17
11942024-02-18T04:12:57.597Z Downloaded nix v0.27.1
11952024-02-18T04:12:57.608Z Downloaded h2 v0.3.24
11962024-02-18T04:12:57.615Z Downloaded tungstenite v0.20.1
11972024-02-18T04:12:57.620Z Downloaded petgraph v0.6.4
11982024-02-18T04:12:57.638Z Downloaded object v0.30.4
11992024-02-18T04:12:57.643Z Downloaded clap v2.34.0
12002024-02-18T04:12:57.650Z Downloaded radix_trie v0.2.1
12012024-02-18T04:12:57.657Z Downloaded curve25519-dalek v4.1.1
12022024-02-18T04:12:57.664Z Downloaded walkdir v2.4.0
12032024-02-18T04:12:57.668Z Downloaded rustls v0.21.9
12042024-02-18T04:12:57.679Z Downloaded dyn-clone v1.0.16
12052024-02-18T04:12:57.685Z Downloaded unicode-width v0.1.11
12062024-02-18T04:12:57.685Z Downloaded hash32 v0.3.1
12072024-02-18T04:12:57.685Z Downloaded webpki-roots v0.25.2
12082024-02-18T04:12:57.688Z Downloaded trust-dns-proto v0.22.0
12092024-02-18T04:12:57.699Z Downloaded rustls v0.22.2
12102024-02-18T04:12:57.712Z Downloaded vcpkg v0.2.15
12112024-02-18T04:12:57.754Z Downloaded regex v1.10.3
12122024-02-18T04:12:57.766Z Downloaded toml v0.7.8
12132024-02-18T04:12:57.770Z Downloaded unicode-xid v0.2.4
12142024-02-18T04:12:57.773Z Downloaded regress v0.8.0
12152024-02-18T04:12:57.782Z Downloaded fixedbitset v0.4.2
12162024-02-18T04:12:57.785Z Downloaded fd-lock v4.0.2
12172024-02-18T04:12:57.785Z Downloaded owo-colors v4.0.0
12182024-02-18T04:12:57.785Z Downloaded vec_map v0.8.2
12192024-02-18T04:12:57.788Z Downloaded thiserror-no-std v2.0.2
12202024-02-18T04:12:57.792Z Downloaded rayon v1.8.0
12212024-02-18T04:12:57.799Z Downloaded regex-syntax v0.6.29
12222024-02-18T04:12:57.806Z Downloaded futures-channel v0.3.30
12232024-02-18T04:12:57.809Z Downloaded sqlformat v0.2.3
12242024-02-18T04:12:57.812Z Downloaded ff v0.13.0
12252024-02-18T04:12:57.812Z Downloaded openapiv3 v2.0.0
12262024-02-18T04:12:57.824Z Downloaded regex-syntax v0.8.2
12272024-02-18T04:12:57.832Z Downloaded ratatui v0.26.1
12282024-02-18T04:12:57.850Z Downloaded diesel v2.1.4
12292024-02-18T04:12:57.870Z Downloaded bzip2-sys v0.1.11+1.0.8
12302024-02-18T04:12:57.881Z Downloaded bstr v1.6.0
12312024-02-18T04:12:57.892Z Downloaded packed_struct v0.10.1
12322024-02-18T04:12:57.898Z Downloaded r2d2 v0.8.10
12332024-02-18T04:12:57.898Z Downloaded utf-8 v0.7.6
12342024-02-18T04:12:57.901Z Downloaded fnv v1.0.7
12352024-02-18T04:12:57.901Z Downloaded usdt-attr-macro v0.5.0
12362024-02-18T04:12:57.901Z Downloaded usdt-attr-macro v0.3.5
12372024-02-18T04:12:57.901Z Downloaded thread-id v4.2.0
12382024-02-18T04:12:57.901Z Downloaded fastrand v2.0.1
12392024-02-18T04:12:57.901Z Downloaded dtrace-parser v0.1.14
12402024-02-18T04:12:57.901Z Downloaded doc-comment v0.3.3
12412024-02-18T04:12:57.905Z Downloaded tinyvec_macros v0.1.1
12422024-02-18T04:12:57.905Z Downloaded usdt-macro v0.5.0
12432024-02-18T04:12:57.905Z Downloaded fs-err v2.11.0
12442024-02-18T04:12:57.908Z Downloaded num_threads v0.1.6
12452024-02-18T04:12:57.908Z Downloaded want v0.3.1
12462024-02-18T04:12:57.908Z Downloaded blake3 v1.5.0
12472024-02-18T04:12:57.914Z Downloaded bindgen v0.69.2
12482024-02-18T04:12:57.921Z Downloaded fatfs v0.3.6
12492024-02-18T04:12:57.924Z Downloaded hashbrown v0.13.2
12502024-02-18T04:12:57.928Z Downloaded textwrap v0.16.0
12512024-02-18T04:12:57.931Z Downloaded glob v0.3.1
12522024-02-18T04:12:57.934Z Downloaded portable-atomic v1.4.3
12532024-02-18T04:12:57.937Z Downloaded rand v0.4.6
12542024-02-18T04:12:57.941Z Downloaded winnow v0.5.15
12552024-02-18T04:12:57.949Z Downloaded regex-automata v0.3.8
12562024-02-18T04:12:57.967Z Downloaded itertools v0.12.1
12572024-02-18T04:12:57.974Z Downloaded darling v0.20.3
12582024-02-18T04:12:57.977Z Downloaded regex-automata v0.4.4
12592024-02-18T04:12:57.995Z Downloaded tokio-util v0.7.10
12602024-02-18T04:12:58.002Z Downloaded trust-dns-client v0.22.0
12612024-02-18T04:12:58.007Z Downloaded postcard v1.0.8
12622024-02-18T04:12:58.010Z Downloaded oso v0.27.0
12632024-02-18T04:12:58.013Z Downloaded subprocess v0.2.9
12642024-02-18T04:12:58.017Z Downloaded lalrpop v0.19.12
12652024-02-18T04:12:58.027Z Downloaded tokio v1.36.0
12662024-02-18T04:12:58.066Z Downloaded hyper v1.1.0
12672024-02-18T04:12:58.072Z Downloaded rustls-webpki v0.101.7
12682024-02-18T04:12:58.087Z Downloaded tempfile v3.10.0
12692024-02-18T04:12:58.093Z Downloaded derive_more v0.99.17
12702024-02-18T04:12:58.096Z Downloaded openssl-sys v0.9.96
12712024-02-18T04:12:58.099Z Downloaded sha3 v0.10.8
12722024-02-18T04:12:58.104Z Downloaded typenum v1.16.0
12732024-02-18T04:12:58.112Z Downloaded rsa v0.9.2
12742024-02-18T04:12:58.112Z Downloaded num-bigint v0.4.4
12752024-02-18T04:12:58.116Z Downloaded typed-path v0.7.0
12762024-02-18T04:12:58.121Z Downloaded libxml v0.3.3
12772024-02-18T04:12:58.128Z Downloaded libm v0.2.7
12782024-02-18T04:12:58.138Z Downloaded password-hash v0.5.0
12792024-02-18T04:12:58.141Z Downloaded ron v0.8.1
12802024-02-18T04:12:58.144Z Downloaded structopt v0.3.26
12812024-02-18T04:12:58.151Z Downloaded rayon-core v1.12.0
12822024-02-18T04:12:58.155Z Downloaded tower v0.4.13
12832024-02-18T04:12:58.167Z Downloaded idna v0.2.3
12842024-02-18T04:12:58.171Z Downloaded encoding_rs v0.8.33
12852024-02-18T04:12:58.194Z Downloaded textwrap v0.11.0
12862024-02-18T04:12:58.197Z Downloaded resolv-conf v0.7.0
12872024-02-18T04:12:58.197Z Downloaded platforms v3.0.2
12882024-02-18T04:12:58.205Z Downloaded pkg-config v0.3.27
12892024-02-18T04:12:58.205Z Downloaded parse-display v0.9.0
12902024-02-18T04:12:58.205Z Downloaded group v0.13.0
12912024-02-18T04:12:58.209Z Downloaded unsafe-libyaml v0.2.10
12922024-02-18T04:12:58.209Z Downloaded expectorate v1.1.0
12932024-02-18T04:12:58.210Z Downloaded dirs-next v2.0.0
12942024-02-18T04:12:58.210Z Downloaded signature v1.6.4
12952024-02-18T04:12:58.214Z Downloaded headers v0.3.9
12962024-02-18T04:12:58.217Z Downloaded toml v0.5.11
12972024-02-18T04:12:58.220Z Downloaded rand v0.8.5
12982024-02-18T04:12:58.223Z Downloaded unicode-normalization v0.1.22
12992024-02-18T04:12:58.229Z Downloaded rustyline v13.0.0
13002024-02-18T04:12:58.232Z Downloaded nom v7.1.3
13012024-02-18T04:12:58.235Z Downloaded flate2 v1.0.28
13022024-02-18T04:12:58.240Z Downloaded rustc_version v0.1.7
13032024-02-18T04:12:58.243Z Downloaded pin-project v1.1.3
13042024-02-18T04:12:58.253Z Downloaded ppv-lite86 v0.2.17
13052024-02-18T04:12:58.262Z Downloaded fd-lock v3.0.13
13062024-02-18T04:12:58.262Z Downloaded zerocopy v0.3.0
13072024-02-18T04:12:58.262Z Downloaded itertools v0.10.5
13082024-02-18T04:12:58.265Z Downloaded enum-as-inner v0.5.1
13092024-02-18T04:12:58.266Z Downloaded time-macros v0.2.13
13102024-02-18T04:12:58.269Z Downloaded endian-type v0.1.2
13112024-02-18T04:12:58.269Z Downloaded predicates-tree v1.0.9
13122024-02-18T04:12:58.269Z Downloaded vte_generate_state_changes v0.1.1
13132024-02-18T04:12:58.269Z Downloaded target-lexicon v0.12.13
13142024-02-18T04:12:58.272Z Downloaded quick-error v1.2.3
13152024-02-18T04:12:58.272Z Downloaded zerocopy-derive v0.7.32
13162024-02-18T04:12:58.276Z Downloaded tracing v0.1.37
13172024-02-18T04:12:58.279Z Downloaded datatest-stable v0.2.3
13182024-02-18T04:12:58.285Z Downloaded proc-macro-error v1.0.4
13192024-02-18T04:12:58.288Z Downloaded pretty_assertions v1.4.0
13202024-02-18T04:12:58.288Z Downloaded hkdf v0.12.4
13212024-02-18T04:12:58.291Z Downloaded snafu v0.7.5
13222024-02-18T04:12:58.294Z Downloaded rstest v0.18.2
13232024-02-18T04:12:58.301Z Downloaded serde_tokenstream v0.2.0
13242024-02-18T04:12:58.305Z Downloaded percent-encoding v2.3.1
13252024-02-18T04:12:58.305Z Downloaded http v1.0.0
13262024-02-18T04:12:58.309Z Downloaded base64 v0.21.7
13272024-02-18T04:12:58.312Z Downloaded crossbeam-channel v0.5.8
13282024-02-18T04:12:58.316Z Downloaded globset v0.4.13
13292024-02-18T04:12:58.323Z Downloaded vsss-rs v3.3.4
13302024-02-18T04:12:58.323Z Downloaded salty v0.2.0
13312024-02-18T04:12:58.329Z Downloaded parking_lot v0.12.1
13322024-02-18T04:12:58.329Z Downloaded tempdir v0.3.7
13332024-02-18T04:12:58.333Z Downloaded gethostname v0.4.3
13342024-02-18T04:12:58.333Z Downloaded mio v0.8.9
13352024-02-18T04:12:58.340Z Downloaded target-spec v3.1.0
13362024-02-18T04:12:58.340Z Downloaded unicase v2.7.0
13372024-02-18T04:12:58.340Z Downloaded minimal-lexical v0.2.1
13382024-02-18T04:12:58.346Z Downloaded allocator-api2 v0.2.16
13392024-02-18T04:12:58.346Z Downloaded futures-io v0.3.30
13402024-02-18T04:12:58.351Z Downloaded signal-hook v0.3.17
13412024-02-18T04:12:58.351Z Downloaded structmeta v0.2.0
13422024-02-18T04:12:58.351Z Downloaded pem-rfc7468 v0.7.0
13432024-02-18T04:12:58.354Z Downloaded darling_core v0.14.4
13442024-02-18T04:12:58.354Z Downloaded pin-utils v0.1.0
13452024-02-18T04:12:58.357Z Downloaded env_logger v0.10.0
13462024-02-18T04:12:58.361Z Downloaded similar v2.3.0
13472024-02-18T04:12:58.366Z Downloaded mockall_derive v0.12.0
13482024-02-18T04:12:58.369Z Downloaded secrecy v0.8.0
13492024-02-18T04:12:58.369Z Downloaded wyz v0.5.1
13502024-02-18T04:12:58.369Z Downloaded ucd-trie v0.1.6
13512024-02-18T04:12:58.369Z Downloaded debug-ignore v1.0.5
13522024-02-18T04:12:58.379Z Downloaded serde_repr v0.1.16
13532024-02-18T04:12:58.379Z Downloaded termcolor v1.2.0
13542024-02-18T04:12:58.384Z Downloaded serde-big-array v0.4.1
13552024-02-18T04:12:58.384Z Downloaded semver v0.1.20
13562024-02-18T04:12:58.384Z Downloaded num_enum v0.5.11
13572024-02-18T04:12:58.385Z Downloaded parse-display-derive v0.9.0
13582024-02-18T04:12:58.385Z Downloaded num_cpus v1.16.0
13592024-02-18T04:12:58.385Z Downloaded poly1305 v0.8.0
13602024-02-18T04:12:58.388Z Downloaded miniz_oxide v0.7.1
13612024-02-18T04:12:58.388Z Downloaded peeking_take_while v0.1.2
13622024-02-18T04:12:58.388Z Downloaded difflib v0.4.0
13632024-02-18T04:12:58.391Z Downloaded fxhash v0.2.1
13642024-02-18T04:12:58.391Z Downloaded pretty-hex v0.4.1
13652024-02-18T04:12:58.391Z Downloaded predicates-core v1.0.6
13662024-02-18T04:12:58.394Z Downloaded crypto-bigint v0.5.2
13672024-02-18T04:12:58.398Z Downloaded parse-size v1.0.0
13682024-02-18T04:12:58.401Z Downloaded defmt v0.3.5
13692024-02-18T04:12:58.404Z Downloaded xattr v1.0.1
13702024-02-18T04:12:58.404Z Downloaded defmt-parser v0.3.3
13712024-02-18T04:12:58.404Z Downloaded derive-where v1.2.7
13722024-02-18T04:12:58.407Z Downloaded tar v0.4.40
13732024-02-18T04:12:58.413Z Downloaded socket2 v0.4.9
13742024-02-18T04:12:58.417Z Downloaded whoami v1.4.1
13752024-02-18T04:12:58.417Z Downloaded rustls-native-certs v0.7.0
13762024-02-18T04:12:58.417Z Downloaded time-core v0.1.1
13772024-02-18T04:12:58.417Z Downloaded log v0.4.20
13782024-02-18T04:12:58.424Z Downloaded http v0.2.11
13792024-02-18T04:12:58.427Z Downloaded ahash v0.8.7
13802024-02-18T04:12:58.427Z Downloaded usdt-impl v0.5.0
13812024-02-18T04:12:58.430Z Downloaded snafu-derive v0.7.5
13822024-02-18T04:12:58.431Z Downloaded indexmap v1.9.3
13832024-02-18T04:12:58.434Z Downloaded cookie v0.18.0
13842024-02-18T04:12:58.438Z Downloaded compact_str v0.7.1
13852024-02-18T04:12:58.438Z Downloaded smf v0.2.2
13862024-02-18T04:12:58.454Z Downloaded slog-json v2.6.1
13872024-02-18T04:12:58.454Z Downloaded maybe-uninit v2.0.0
13882024-02-18T04:12:58.454Z Downloaded libtest-mimic v0.6.1
13892024-02-18T04:12:58.457Z Downloaded predicates v3.1.0
13902024-02-18T04:12:58.457Z Downloaded futures-executor v0.3.30
13912024-02-18T04:12:58.457Z Downloaded arrayvec v0.7.4
13922024-02-18T04:12:58.457Z Downloaded keccak v0.1.4
13932024-02-18T04:12:58.457Z Downloaded futures-core v0.3.30
13942024-02-18T04:12:58.457Z Downloaded zone_cfg_derive v0.3.0
13952024-02-18T04:12:58.457Z Downloaded pest_generator v2.7.6
13962024-02-18T04:12:58.457Z Downloaded packed_struct_codegen v0.10.1
13972024-02-18T04:12:58.458Z Downloaded opaque-debug v0.3.0
13982024-02-18T04:12:58.458Z Downloaded corncobs v0.1.3
13992024-02-18T04:12:58.458Z Downloaded hyper-util v0.1.2
14002024-02-18T04:12:58.463Z Downloaded hex-literal v0.4.1
14012024-02-18T04:12:58.463Z Downloaded hex v0.4.3
14022024-02-18T04:12:58.463Z Downloaded heck v0.3.3
14032024-02-18T04:12:58.467Z Downloaded fallible-iterator v0.2.0
14042024-02-18T04:12:58.467Z Downloaded ena v0.14.2
14052024-02-18T04:12:58.467Z Downloaded synstructure v0.12.6
14062024-02-18T04:12:58.467Z Downloaded rustls-pki-types v1.1.0
14072024-02-18T04:12:58.470Z Downloaded clang-sys v1.6.1
14082024-02-18T04:12:58.470Z Downloaded base64ct v1.6.0
14092024-02-18T04:12:58.473Z Downloaded data-encoding v2.4.0
14102024-02-18T04:12:58.473Z Downloaded argon2 v0.5.3
14112024-02-18T04:12:58.476Z Downloaded crossbeam-utils v0.8.16
14122024-02-18T04:12:58.476Z Downloaded bitflags v1.3.2
14132024-02-18T04:12:58.479Z Downloaded backoff v0.4.0
14142024-02-18T04:12:58.501Z Downloaded usdt v0.3.5
14152024-02-18T04:12:58.501Z Downloaded tokio-macros v2.2.0
14162024-02-18T04:12:58.501Z Downloaded static_assertions v1.1.0
14172024-02-18T04:12:58.502Z Downloaded signal-hook-mio v0.2.3
14182024-02-18T04:12:58.502Z Downloaded num-derive v0.4.0
14192024-02-18T04:12:58.502Z Downloaded addr2line v0.21.0
14202024-02-18T04:12:58.502Z Downloaded ipnet v2.9.0
14212024-02-18T04:12:58.502Z Downloaded sha1 v0.10.6
14222024-02-18T04:12:58.502Z Downloaded lalrpop-util v0.19.12
14232024-02-18T04:12:58.502Z Downloaded httptest v0.15.5
14242024-02-18T04:12:58.515Z Downloaded constant_time_eq v0.3.0
14252024-02-18T04:12:58.515Z Downloaded hubpack_derive v0.1.1
14262024-02-18T04:12:58.515Z Downloaded foreign-types v0.5.0
14272024-02-18T04:12:58.515Z Downloaded similar-asserts v1.5.0
14282024-02-18T04:12:58.515Z Downloaded serde_path_to_error v0.1.15
14292024-02-18T04:12:58.515Z Downloaded smawk v0.3.1
14302024-02-18T04:12:58.515Z Downloaded memoffset v0.7.1
14312024-02-18T04:12:58.516Z Downloaded macaddr v1.0.1
14322024-02-18T04:12:58.516Z Downloaded managed v0.8.0
14332024-02-18T04:12:58.516Z Downloaded rusty-fork v0.3.0
14342024-02-18T04:12:58.516Z Downloaded rustversion v1.0.14
14352024-02-18T04:12:58.516Z Downloaded crc v3.0.1
14362024-02-18T04:12:58.535Z Downloaded csv-core v0.1.11
14372024-02-18T04:12:58.535Z Downloaded async-recursion v1.0.5
14382024-02-18T04:12:58.536Z Downloaded usdt-macro v0.3.5
14392024-02-18T04:12:58.536Z Downloaded strum v0.26.1
14402024-02-18T04:12:58.537Z Downloaded stability v0.1.1
14412024-02-18T04:12:58.537Z Downloaded hyper-rustls v0.26.0
14422024-02-18T04:12:58.537Z Downloaded humantime v2.1.0
14432024-02-18T04:12:58.537Z Downloaded console v0.15.8
14442024-02-18T04:12:58.537Z Downloaded crypto-common v0.1.6
14452024-02-18T04:12:58.537Z Downloaded lru v0.12.1
14462024-02-18T04:12:58.538Z Downloaded lock_api v0.4.10
14472024-02-18T04:12:58.545Z Downloaded base16ct v0.2.0
14482024-02-18T04:12:58.546Z Downloaded ascii-canvas v3.0.0
14492024-02-18T04:12:58.546Z Downloaded crc32fast v1.3.2
14502024-02-18T04:12:58.546Z Downloaded anes v0.1.6
14512024-02-18T04:12:58.546Z Downloaded indoc v1.0.9
14522024-02-18T04:12:58.546Z Downloaded atomic-waker v1.1.1
14532024-02-18T04:12:58.546Z Downloaded assert_matches v1.5.0
14542024-02-18T04:12:58.546Z Downloaded arrayref v0.3.7
14552024-02-18T04:12:58.547Z Downloaded indoc v2.0.3
14562024-02-18T04:12:58.547Z Downloaded backtrace v0.3.69
14572024-02-18T04:12:58.555Z Downloaded lazycell v1.3.0
14582024-02-18T04:12:58.555Z Downloaded kstat-rs v0.2.3
14592024-02-18T04:12:58.556Z Downloaded criterion-plot v0.5.0
14602024-02-18T04:12:58.556Z Downloaded criterion v0.5.1
14612024-02-18T04:12:58.563Z Downloaded ring v0.17.8
14622024-02-18T04:12:58.623Z Downloaded iana-time-zone v0.1.57
14632024-02-18T04:12:58.627Z Downloaded hyper-staticfile v0.9.5
14642024-02-18T04:12:58.634Z Downloaded curve25519-dalek-derive v0.1.0
14652024-02-18T04:12:58.634Z Downloaded is-terminal v0.4.9
14662024-02-18T04:12:58.634Z Downloaded newtype_derive v0.1.6
14672024-02-18T04:12:58.634Z Downloaded assert_cmd v2.0.13
14682024-02-18T04:12:58.637Z Downloaded basic-toml v0.1.8
14692024-02-18T04:12:58.640Z Downloaded convert_case v0.4.0
14702024-02-18T04:12:58.644Z Downloaded ciborium v0.2.2
14712024-02-18T04:12:58.644Z Downloaded httparse v1.8.0
14722024-02-18T04:12:58.647Z Downloaded bcs v0.1.6
14732024-02-18T04:12:58.650Z Downloaded inout v0.1.3
14742024-02-18T04:12:58.650Z Downloaded hyper-tls v0.5.0
14752024-02-18T04:12:58.650Z Downloaded crossbeam-deque v0.8.3
14762024-02-18T04:12:58.654Z Downloaded rstest_macros v0.18.2
14772024-02-18T04:12:58.654Z Downloaded ciborium-ll v0.2.2
14782024-02-18T04:12:58.657Z Downloaded bytecount v0.6.3
14792024-02-18T04:12:58.657Z Downloaded aead v0.5.2
14802024-02-18T04:12:58.657Z Downloaded num-iter v0.1.43
14812024-02-18T04:12:58.661Z Downloaded constant_time_eq v0.2.6
14822024-02-18T04:12:58.661Z Downloaded cobs v0.2.3
14832024-02-18T04:12:58.661Z Downloaded cfg-if v1.0.0
14842024-02-18T04:12:58.664Z Downloaded cexpr v0.6.0
14852024-02-18T04:12:58.664Z Downloaded autocfg v1.1.0
14862024-02-18T04:12:58.664Z Downloaded rustc_version v0.4.0
14872024-02-18T04:12:58.669Z Downloaded num-integer v0.1.46
14882024-02-18T04:12:58.669Z Downloaded nu-ansi-term v0.50.0
14892024-02-18T04:12:58.675Z Downloaded is_ci v1.2.0
14902024-02-18T04:12:58.675Z Downloaded cpufeatures v0.2.12
14912024-02-18T04:12:58.675Z Downloaded cast v0.3.0
14922024-02-18T04:12:58.675Z Downloaded impl-trait-for-tuples v0.2.2
14932024-02-18T04:12:58.679Z Downloaded castaway v0.2.2
14942024-02-18T04:12:58.679Z Downloaded hmac v0.12.1
14952024-02-18T04:12:58.679Z Downloaded ring v0.16.20
14962024-02-18T04:12:58.759Z Downloaded const-oid v0.9.5
14972024-02-18T04:12:58.762Z Downloaded num v0.4.1
14982024-02-18T04:12:58.762Z Downloaded bytes v1.5.0
14992024-02-18T04:12:58.766Z Downloaded cassowary v0.3.0
15002024-02-18T04:12:58.768Z Downloaded atty v0.2.14
15012024-02-18T04:12:58.769Z Downloaded bit-vec v0.6.3
15022024-02-18T04:12:59.282Z Compiling libc v0.2.153
15032024-02-18T04:12:59.282Z Compiling serde v1.0.196
15042024-02-18T04:12:59.286Z Compiling autocfg v1.1.0
15052024-02-18T04:12:59.286Z Compiling version_check v0.9.4
15062024-02-18T04:12:59.286Z Checking cfg-if v1.0.0
15072024-02-18T04:12:59.338Z Compiling syn v1.0.109
15082024-02-18T04:12:59.373Z Compiling syn v2.0.48
15092024-02-18T04:12:59.450Z Compiling parking_lot_core v0.9.8
15102024-02-18T04:12:59.474Z Compiling libm v0.2.7
15112024-02-18T04:12:59.827Z Compiling memchr v2.6.3
15122024-02-18T04:12:59.944Z Compiling once_cell v1.19.0
15132024-02-18T04:12:59.966Z Compiling serde_json v1.0.113
15142024-02-18T04:13:00.076Z Compiling ahash v0.8.7
15152024-02-18T04:13:00.306Z Compiling lock_api v0.4.10
15162024-02-18T04:13:00.359Z Compiling num-traits v0.2.16
15172024-02-18T04:13:00.522Z Compiling byteorder v1.5.0
15182024-02-18T04:13:00.993Z Compiling log v0.4.20
15192024-02-18T04:13:01.249Z Checking getrandom v0.2.10
15202024-02-18T04:13:01.454Z Compiling cc v1.0.83
15212024-02-18T04:13:01.487Z Compiling slab v0.4.9
15222024-02-18T04:13:01.657Z Compiling typenum v1.16.0
15232024-02-18T04:13:01.788Z Checking itoa v1.0.9
15242024-02-18T04:13:01.913Z Compiling generic-array v0.14.7
15252024-02-18T04:13:01.987Z Checking scopeguard v1.2.0
15262024-02-18T04:13:01.995Z Compiling allocator-api2 v0.2.16
15272024-02-18T04:13:02.204Z Compiling pkg-config v0.3.27
15282024-02-18T04:13:02.465Z Compiling rustix v0.38.31
15292024-02-18T04:13:02.930Z Checking smallvec v1.13.1
15302024-02-18T04:13:03.304Z Compiling schemars v0.8.16
15312024-02-18T04:13:03.342Z Compiling httparse v1.8.0
15322024-02-18T04:13:03.444Z Compiling fnv v1.0.7
15332024-02-18T04:13:03.722Z Compiling vcpkg v0.2.15
15342024-02-18T04:13:03.834Z Compiling aho-corasick v1.0.4
15352024-02-18T04:13:04.096Z Compiling regex-syntax v0.8.2
15362024-02-18T04:13:04.761Z Compiling ring v0.17.8
15372024-02-18T04:13:06.136Z Compiling openssl-sys v0.9.96
15382024-02-18T04:13:06.694Z Checking parking_lot v0.12.1
15392024-02-18T04:13:06.867Z Compiling ucd-trie v0.1.6
15402024-02-18T04:13:07.039Z Checking pin-project-lite v0.2.13
15412024-02-18T04:13:07.439Z Compiling ring v0.16.20
15422024-02-18T04:13:07.561Z Compiling serde_derive_internals v0.26.0
15432024-02-18T04:13:08.206Z Compiling regex-automata v0.4.4
15442024-02-18T04:13:08.592Z Checking ryu v1.0.15
15452024-02-18T04:13:09.799Z Checking signal-hook-registry v1.4.1
15462024-02-18T04:13:10.052Z Compiling openssl v0.10.60
15472024-02-18T04:13:10.361Z Compiling crossbeam-utils v0.8.16
15482024-02-18T04:13:10.487Z Checking mio v0.8.9
15492024-02-18T04:13:10.915Z Checking rand_core v0.6.4
15502024-02-18T04:13:10.939Z Compiling iana-time-zone v0.1.57
15512024-02-18T04:13:11.064Z Checking num_cpus v1.16.0
15522024-02-18T04:13:11.172Z Compiling rustls v0.21.9
15532024-02-18T04:13:11.208Z Checking futures-core v0.3.30
15542024-02-18T04:13:11.226Z Compiling native-tls v0.2.11
15552024-02-18T04:13:11.360Z Compiling spin v0.5.2
15562024-02-18T04:13:11.391Z Compiling dyn-clone v1.0.16
15572024-02-18T04:13:11.583Z Checking socket2 v0.5.5
15582024-02-18T04:13:12.006Z Compiling async-trait v0.1.77
15592024-02-18T04:13:12.007Z Compiling slog v2.7.0
15602024-02-18T04:13:12.092Z Compiling memoffset v0.9.0
15612024-02-18T04:13:12.412Z Compiling regex v1.10.3
15622024-02-18T04:13:12.562Z Compiling crossbeam-epoch v0.9.15
15632024-02-18T04:13:12.679Z Compiling backtrace v0.3.69
15642024-02-18T04:13:13.166Z Compiling futures-sink v0.3.30
15652024-02-18T04:13:13.207Z Compiling errno v0.3.8
15662024-02-18T04:13:13.320Z Compiling tinyvec_macros v0.1.1
15672024-02-18T04:13:13.412Z Compiling rustversion v1.0.14
15682024-02-18T04:13:13.433Z Compiling either v1.10.0
15692024-02-18T04:13:13.538Z Compiling unicode-xid v0.2.4
15702024-02-18T04:13:13.557Z Compiling crc32fast v1.3.2
15712024-02-18T04:13:13.712Z Compiling tinyvec v1.6.0
15722024-02-18T04:13:13.786Z Compiling futures-channel v0.3.30
15732024-02-18T04:13:14.151Z Compiling anyhow v1.0.75
15742024-02-18T04:13:14.162Z Compiling futures-task v0.3.30
15752024-02-18T04:13:14.187Z Compiling futures-io v0.3.30
15762024-02-18T04:13:14.382Z Compiling serde_derive v1.0.196
15772024-02-18T04:13:14.471Z Compiling zerocopy-derive v0.7.32
15782024-02-18T04:13:14.487Z Compiling thiserror-impl v1.0.57
15792024-02-18T04:13:14.633Z Compiling zeroize_derive v1.4.2
15802024-02-18T04:13:14.699Z Compiling tokio-macros v2.2.0
15812024-02-18T04:13:15.083Z Compiling futures-macro v0.3.30
15822024-02-18T04:13:15.178Z Compiling tracing-attributes v0.1.26
15832024-02-18T04:13:16.380Z Compiling schemars_derive v0.8.16
15842024-02-18T04:13:16.546Z Compiling openssl-macros v0.1.1
15852024-02-18T04:13:16.995Z Compiling zerocopy v0.7.32
15862024-02-18T04:13:17.408Z Checking zeroize v1.7.0
15872024-02-18T04:13:18.153Z Compiling thiserror v1.0.57
15882024-02-18T04:13:18.286Z Compiling pest v2.7.6
15892024-02-18T04:13:18.778Z Compiling pin-utils v0.1.0
15902024-02-18T04:13:18.870Z Compiling unicode-width v0.1.11
15912024-02-18T04:13:19.022Z Compiling futures-util v0.3.30
15922024-02-18T04:13:19.040Z Compiling unicode-normalization v0.1.22
15932024-02-18T04:13:19.346Z Compiling hashbrown v0.14.3
15942024-02-18T04:13:20.124Z Compiling spin v0.9.8
15952024-02-18T04:13:20.127Z Compiling tracing-core v0.1.31
15962024-02-18T04:13:20.474Z Compiling unicode-bidi v0.3.13
15972024-02-18T04:13:20.679Z Compiling pest_meta v2.7.6
15982024-02-18T04:13:21.052Z Compiling tracing v0.1.37
15992024-02-18T04:13:21.284Z Compiling der_derive v0.7.2
16002024-02-18T04:13:21.657Z Compiling winnow v0.5.15
16012024-02-18T04:13:22.112Z Compiling pest_generator v2.7.6
16022024-02-18T04:13:22.129Z Compiling lazy_static v1.4.0
16032024-02-18T04:13:22.751Z Checking subtle v2.5.0
16042024-02-18T04:13:25.224Z Compiling time-core v0.1.1
16052024-02-18T04:13:25.400Z Compiling foreign-types-shared v0.1.1
16062024-02-18T04:13:25.464Z Compiling untrusted v0.7.1
16072024-02-18T04:13:25.508Z Compiling untrusted v0.9.0
16082024-02-18T04:13:25.557Z Compiling percent-encoding v2.3.1
16092024-02-18T04:13:25.921Z Compiling foreign-types v0.3.2
16102024-02-18T04:13:25.973Z Compiling pest_derive v2.7.6
16112024-02-18T04:13:26.008Z Compiling time-macros v0.2.13
16122024-02-18T04:13:26.850Z Compiling scroll_derive v0.12.0
16132024-02-18T04:13:28.075Z Compiling synstructure v0.12.6
16142024-02-18T04:13:28.615Z Compiling thread-id v4.2.0
16152024-02-18T04:13:28.730Z Compiling try-lock v0.2.4
16162024-02-18T04:13:28.871Z Compiling base64 v0.21.7
16172024-02-18T04:13:28.909Z Checking bytes v1.5.0
16182024-02-18T04:13:29.520Z Checking bitflags v2.4.0
16192024-02-18T04:13:29.718Z Checking tokio v1.36.0
16202024-02-18T04:13:29.737Z Compiling want v0.3.1
16212024-02-18T04:13:29.751Z Compiling rustls-webpki v0.101.7
16222024-02-18T04:13:29.793Z Compiling sct v0.7.0
16232024-02-18T04:13:29.898Z Compiling form_urlencoded v1.2.1
16242024-02-18T04:13:29.989Z Compiling zerocopy-derive v0.2.0
16252024-02-18T04:13:30.100Z Compiling socket2 v0.4.9
16262024-02-18T04:13:30.221Z Compiling const-oid v0.9.5
16272024-02-18T04:13:30.713Z Compiling indexmap v2.2.3
16282024-02-18T04:13:31.725Z Compiling chrono v0.4.31
16292024-02-18T04:13:31.795Z Compiling uuid v1.7.0
16302024-02-18T04:13:32.183Z Compiling http v0.2.11
16312024-02-18T04:13:32.198Z Compiling semver v1.0.21
16322024-02-18T04:13:32.970Z Compiling toml_datetime v0.6.5
16332024-02-18T04:13:33.451Z Compiling serde_spanned v0.6.5
16342024-02-18T04:13:33.468Z Compiling openapiv3 v2.0.0
16352024-02-18T04:13:33.694Z Compiling rustc_version v0.4.0
16362024-02-18T04:13:34.016Z Compiling toml_edit v0.19.15
16372024-02-18T04:13:34.876Z Compiling http-body v0.4.5
16382024-02-18T04:13:35.529Z Compiling openssl-probe v0.1.5
16392024-02-18T04:13:35.842Z Compiling httpdate v1.0.3
16402024-02-18T04:13:36.082Z Compiling tower-service v0.3.2
16412024-02-18T04:13:36.299Z Compiling idna v0.5.0
16422024-02-18T04:13:37.966Z Compiling adler v1.0.2
16432024-02-18T04:13:38.201Z Compiling miniz_oxide v0.7.1
16442024-02-18T04:13:38.613Z Compiling url v2.5.0
16452024-02-18T04:13:38.858Z Compiling signal-hook v0.3.17
16462024-02-18T04:13:39.161Z Compiling ipnet v2.9.0
16472024-02-18T04:13:39.800Z Compiling serde_urlencoded v0.7.1
16482024-02-18T04:13:40.338Z Compiling rustls-pemfile v1.0.3
16492024-02-18T04:13:40.448Z Compiling crypto-common v0.1.6
16502024-02-18T04:13:40.612Z Compiling tokio-util v0.7.10
16512024-02-18T04:13:40.671Z Compiling tokio-rustls v0.24.1
16522024-02-18T04:13:40.719Z Compiling zerocopy-derive v0.6.4
16532024-02-18T04:13:41.084Z Compiling clap_derive v4.5.0
16542024-02-18T04:13:41.367Z Compiling usdt-impl v0.3.5
16552024-02-18T04:13:41.744Z Compiling h2 v0.3.24
16562024-02-18T04:13:42.285Z Compiling encoding_rs v0.8.33
16572024-02-18T04:13:42.812Z Compiling tokio-native-tls v0.3.1
16582024-02-18T04:13:43.078Z Compiling siphasher v0.3.11
16592024-02-18T04:13:43.129Z Compiling mime v0.3.17
16602024-02-18T04:13:43.509Z Compiling gimli v0.28.0
16612024-02-18T04:13:43.751Z Compiling webpki-roots v0.25.2
16622024-02-18T04:13:44.060Z Compiling zerocopy v0.3.0
16632024-02-18T04:13:44.342Z Compiling scroll v0.12.0
16642024-02-18T04:13:44.907Z Compiling block-buffer v0.10.4
16652024-02-18T04:13:45.184Z Compiling bzip2-sys v0.1.11+1.0.8
16662024-02-18T04:13:45.251Z Compiling object v0.32.1
16672024-02-18T04:13:45.676Z Compiling num-iter v0.1.43
16682024-02-18T04:13:45.728Z Compiling usdt-impl v0.5.0
16692024-02-18T04:13:45.998Z Compiling rustc-demangle v0.1.23
16702024-02-18T04:13:46.077Z Compiling plain v0.2.3
16712024-02-18T04:13:46.242Z Compiling goblin v0.8.0
16722024-02-18T04:13:47.007Z Compiling flate2 v1.0.28
16732024-02-18T04:13:47.025Z Compiling digest v0.10.7
16742024-02-18T04:13:47.509Z Compiling dof v0.1.5
16752024-02-18T04:13:47.527Z Compiling heapless v0.7.16
16762024-02-18T04:13:47.969Z Compiling dtrace-parser v0.1.14
16772024-02-18T04:13:48.082Z Compiling addr2line v0.21.0
16782024-02-18T04:13:48.492Z Compiling futures-executor v0.3.30
16792024-02-18T04:13:48.619Z Compiling strum_macros v0.25.2
16802024-02-18T04:13:48.749Z Compiling ppv-lite86 v0.2.17
16812024-02-18T04:13:48.919Z Compiling hyper v0.14.27
16822024-02-18T04:13:49.114Z Compiling pretty-hex v0.4.1
16832024-02-18T04:13:49.558Z Checking equivalent v1.0.1
16842024-02-18T04:13:50.091Z Compiling toml_edit v0.22.6
16852024-02-18T04:13:50.956Z Compiling rand_chacha v0.3.1
16862024-02-18T04:13:51.099Z Compiling futures v0.3.30
16872024-02-18T04:13:52.846Z Compiling dof v0.3.0
16882024-02-18T04:13:53.109Z Compiling toml v0.7.8
16892024-02-18T04:13:53.112Z Compiling hex v0.4.3
16902024-02-18T04:13:53.139Z Compiling serde_tokenstream v0.1.7
16912024-02-18T04:13:54.286Z Compiling dtrace-parser v0.2.0
16922024-02-18T04:13:55.183Z Compiling bit-vec v0.6.3
16932024-02-18T04:13:55.593Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
16942024-02-18T04:13:55.984Z Compiling rand v0.8.5
16952024-02-18T04:13:56.210Z Compiling hyper-rustls v0.24.2
16962024-02-18T04:13:56.417Z Compiling hyper-tls v0.5.0
16972024-02-18T04:13:56.533Z Compiling phf_shared v0.10.0
16982024-02-18T04:13:56.571Z Compiling num-bigint v0.4.4
16992024-02-18T04:13:56.762Z Compiling reqwest v0.11.22
17002024-02-18T04:13:57.036Z Compiling precomputed-hash v0.1.1
17012024-02-18T04:13:57.104Z Compiling minimal-lexical v0.2.1
17022024-02-18T04:13:57.154Z Compiling new_debug_unreachable v1.0.4
17032024-02-18T04:13:57.255Z Compiling base64ct v1.6.0
17042024-02-18T04:13:57.373Z Compiling smoltcp v0.9.1
17052024-02-18T04:13:57.494Z Compiling fixedbitset v0.4.2
17062024-02-18T04:13:57.662Z Compiling nom v7.1.3
17072024-02-18T04:13:57.891Z Compiling petgraph v0.6.4
17082024-02-18T04:13:57.953Z Compiling pem-rfc7468 v0.7.0
17092024-02-18T04:13:58.336Z Compiling string_cache v0.8.7
17102024-02-18T04:13:58.751Z Compiling bit-set v0.5.3
17112024-02-18T04:13:58.832Z Compiling usdt-macro v0.3.5
17122024-02-18T04:13:58.876Z Compiling usdt-attr-macro v0.3.5
17132024-02-18T04:13:59.038Z Compiling hmac v0.12.1
17142024-02-18T04:13:59.292Z Compiling enum-as-inner v0.5.1
17152024-02-18T04:13:59.580Z Compiling hubpack_derive v0.1.1
17162024-02-18T04:13:59.947Z Compiling itertools v0.10.5
17172024-02-18T04:14:00.270Z Compiling diesel_table_macro_syntax v0.1.0
17182024-02-18T04:14:00.499Z Compiling flagset v0.4.3
17192024-02-18T04:14:00.531Z Compiling lalrpop-util v0.19.12
17202024-02-18T04:14:00.560Z Compiling unicode-segmentation v1.10.1
17212024-02-18T04:14:00.698Z Compiling diesel_derives v2.1.2
17222024-02-18T04:14:00.715Z Compiling der v0.7.8
17232024-02-18T04:14:01.965Z Compiling cpufeatures v0.2.12
17242024-02-18T04:14:02.115Z Compiling sha2 v0.10.8
17252024-02-18T04:14:02.868Z Compiling md-5 v0.10.5
17262024-02-18T04:14:02.937Z Compiling spki v0.7.2
17272024-02-18T04:14:02.982Z Compiling stringprep v0.1.3
17282024-02-18T04:14:03.019Z Compiling serde_repr v0.1.16
17292024-02-18T04:14:03.107Z Compiling num-integer v0.1.46
17302024-02-18T04:14:03.307Z Compiling hash32 v0.2.1
17312024-02-18T04:14:03.682Z Compiling fallible-iterator v0.2.0
17322024-02-18T04:14:03.936Z Compiling stable_deref_trait v1.2.0
17332024-02-18T04:14:04.039Z Compiling pkcs8 v0.10.2
17342024-02-18T04:14:04.393Z Compiling postgres-protocol v0.6.6
17352024-02-18T04:14:04.436Z Compiling phf_shared v0.11.2
17362024-02-18T04:14:04.777Z Compiling ff v0.13.0
17372024-02-18T04:14:05.015Z Compiling terminal_size v0.3.0
17382024-02-18T04:14:05.259Z Compiling block-padding v0.3.3
17392024-02-18T04:14:05.420Z Compiling scheduled-thread-pool v0.2.7
17402024-02-18T04:14:05.472Z Compiling deranged v0.3.8
17412024-02-18T04:14:05.516Z Compiling managed v0.8.0
17422024-02-18T04:14:05.793Z Checking unicode-ident v1.0.12
17432024-02-18T04:14:05.898Z Compiling bitflags v1.3.2
17442024-02-18T04:14:05.948Z Compiling regex-automata v0.1.10
17452024-02-18T04:14:05.975Z Compiling num_threads v0.1.6
17462024-02-18T04:14:06.020Z Compiling matches v0.1.10
17472024-02-18T04:14:06.104Z Compiling base16ct v0.2.0
17482024-02-18T04:14:06.120Z Compiling idna v0.2.3
17492024-02-18T04:14:06.123Z Compiling clap_builder v4.5.0
17502024-02-18T04:14:06.424Z Compiling bstr v0.2.17
17512024-02-18T04:14:06.477Z Compiling sec1 v0.7.3
17522024-02-18T04:14:07.057Z Compiling r2d2 v0.8.10
17532024-02-18T04:14:07.379Z Compiling time v0.3.27
17542024-02-18T04:14:07.448Z Compiling inout v0.1.3
17552024-02-18T04:14:07.780Z Compiling postgres-types v0.2.6
17562024-02-18T04:14:07.956Z Compiling signal-hook-mio v0.2.3
17572024-02-18T04:14:08.109Z Compiling group v0.13.0
17582024-02-18T04:14:08.126Z Compiling phf v0.11.2
17592024-02-18T04:14:08.401Z Compiling bzip2 v0.4.4
17602024-02-18T04:14:08.440Z Compiling hubpack v0.1.2
17612024-02-18T04:14:08.787Z Compiling hkdf v0.12.4
17622024-02-18T04:14:09.038Z Compiling zerocopy v0.6.4
17632024-02-18T04:14:09.245Z Compiling ipnetwork v0.20.0
17642024-02-18T04:14:09.409Z Compiling crypto-bigint v0.5.2
17652024-02-18T04:14:10.180Z Compiling float-cmp v0.9.0
17662024-02-18T04:14:10.408Z Compiling predicates-core v1.0.6
17672024-02-18T04:14:11.004Z Compiling static_assertions v1.1.0
17682024-02-18T04:14:11.108Z Compiling regex-automata v0.3.8
17692024-02-18T04:14:11.362Z Compiling normalize-line-endings v0.3.0
17702024-02-18T04:14:11.489Z Compiling data-encoding v2.4.0
17712024-02-18T04:14:12.176Z Compiling whoami v1.4.1
17722024-02-18T04:14:12.817Z Compiling difflib v0.4.0
17732024-02-18T04:14:13.032Z Compiling bstr v1.6.0
17742024-02-18T04:14:13.122Z Compiling tokio-postgres v0.7.10
17752024-02-18T04:14:13.652Z Compiling predicates v3.1.0
17762024-02-18T04:14:13.959Z Compiling trust-dns-proto v0.22.0
17772024-02-18T04:14:14.524Z Compiling yasna v0.5.2
17782024-02-18T04:14:14.728Z Compiling elliptic-curve v0.13.8
17792024-02-18T04:14:15.427Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
17802024-02-18T04:14:15.554Z Compiling clap v4.5.0
17812024-02-18T04:14:15.679Z Compiling zip v0.6.6
17822024-02-18T04:14:16.464Z Compiling crossterm v0.27.0
17832024-02-18T04:14:16.588Z Compiling cipher v0.4.4
17842024-02-18T04:14:17.129Z Compiling similar v2.3.0
17852024-02-18T04:14:17.661Z Compiling diesel v2.1.4
17862024-02-18T04:14:18.584Z Compiling usdt v0.3.5
17872024-02-18T04:14:18.871Z Compiling strum v0.25.0
17882024-02-18T04:14:18.939Z Compiling tokio-stream v0.1.14
17892024-02-18T04:14:19.031Z Compiling console v0.15.8
17902024-02-18T04:14:19.854Z Checking proc-macro2 v1.0.78
17912024-02-18T04:14:20.529Z Checking quote v1.0.35
17922024-02-18T04:14:23.140Z Checking utf8parse v0.2.1
17932024-02-18T04:14:24.494Z Checking anstyle v1.0.2
17942024-02-18T04:14:28.914Z Checking anstyle-parse v0.2.1
17952024-02-18T04:14:29.995Z Checking anstyle-query v1.0.0
17962024-02-18T04:14:30.054Z Checking colorchoice v1.0.0
17972024-02-18T04:14:30.181Z Checking anstream v0.6.11
17982024-02-18T04:14:30.526Z Compiling serde_tokenstream v0.2.0
17992024-02-18T04:14:30.529Z Checking clap_lex v0.7.0
18002024-02-18T04:14:30.784Z Checking strsim v0.11.0
18012024-02-18T04:14:36.664Z Checking winnow v0.6.1
18022024-02-18T04:14:43.050Z Compiling regress v0.8.0
18032024-02-18T04:14:46.159Z Compiling getopts v0.2.21
18042024-02-18T04:14:46.193Z Compiling unsafe-libyaml v0.2.10
18052024-02-18T04:14:46.528Z Compiling typify-impl v0.0.15 (https://github.com/oxidecomputer/typify#ce009d6f)
18062024-02-18T04:14:47.241Z Checking heck v0.4.1
18072024-02-18T04:14:48.275Z Compiling serde_yaml v0.9.25
18082024-02-18T04:14:48.643Z Checking camino v1.1.6
18092024-02-18T04:14:48.896Z Checking progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#bc0bb4b0)
18102024-02-18T04:14:49.220Z Compiling strsim v0.10.0
18112024-02-18T04:14:49.237Z Compiling ident_case v1.0.1
18122024-02-18T04:14:49.409Z Checking fastrand v2.0.1
18132024-02-18T04:14:49.431Z Checking rustls-pki-types v1.1.0
18142024-02-18T04:14:49.735Z Checking match_cfg v0.1.0
18152024-02-18T04:14:49.821Z Checking hostname v0.3.1
18162024-02-18T04:14:49.824Z Checking tempfile v3.10.0
18172024-02-18T04:14:49.953Z Checking http v1.0.0
18182024-02-18T04:14:50.013Z Checking atty v0.2.14
18192024-02-18T04:14:50.132Z Compiling paste v1.0.14
18202024-02-18T04:14:50.180Z Checking quick-error v1.2.3
18212024-02-18T04:14:50.315Z Checking sha1 v0.10.6
18222024-02-18T04:14:50.583Z Checking dirs-sys-next v0.1.2
18232024-02-18T04:14:50.732Z Compiling rustls v0.22.2
18242024-02-18T04:14:50.752Z Checking dirs-next v2.0.0
18252024-02-18T04:14:51.065Z Checking rustls-webpki v0.102.1
18262024-02-18T04:14:51.385Z Checking crossbeam-channel v0.5.8
18272024-02-18T04:14:51.813Z Checking thread_local v1.1.7
18282024-02-18T04:14:52.110Z Checking instant v0.1.12
18292024-02-18T04:14:52.136Z Compiling slog-async v2.8.0
18302024-02-18T04:14:52.239Z Checking term v0.7.0
18312024-02-18T04:14:52.640Z Checking rustls-pemfile v2.0.0
18322024-02-18T04:14:52.668Z Compiling multer v3.0.0
18332024-02-18T04:14:52.751Z Checking take_mut v0.2.2
18342024-02-18T04:14:52.855Z Checking debug-ignore v1.0.5
18352024-02-18T04:14:52.983Z Checking slog-term v2.9.0
18362024-02-18T04:14:52.986Z Compiling darling_core v0.20.3
18372024-02-18T04:14:53.056Z Checking slog-json v2.6.1
18382024-02-18T04:14:53.150Z Compiling async-stream-impl v0.3.5
18392024-02-18T04:14:53.314Z Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490)
18402024-02-18T04:14:53.456Z Checking atomic-waker v1.1.1
18412024-02-18T04:14:53.583Z Checking waitgroup v0.1.2
18422024-02-18T04:14:53.712Z Checking slog-bunyan v2.5.0
18432024-02-18T04:14:53.877Z Checking toml v0.8.10
18442024-02-18T04:14:54.139Z Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490)
18452024-02-18T04:14:54.617Z Checking async-stream v0.3.5
18462024-02-18T04:14:54.633Z Checking serde_path_to_error v0.1.15
18472024-02-18T04:14:54.808Z Checking wait-timeout v0.2.0
18482024-02-18T04:14:54.978Z Compiling strum_macros v0.26.1
18492024-02-18T04:14:55.270Z Compiling structmeta-derive v0.3.0
18502024-02-18T04:14:56.026Z Checking tokio-rustls v0.25.0
18512024-02-18T04:14:56.399Z Checking rusty-fork v0.3.0
18522024-02-18T04:14:56.691Z Checking newtype-uuid v1.0.1
18532024-02-18T04:14:56.931Z Compiling structmeta-derive v0.2.0
18542024-02-18T04:14:58.602Z Compiling structmeta v0.3.0
18552024-02-18T04:14:59.070Z Checking rand_xorshift v0.3.0
18562024-02-18T04:14:59.241Z Checking unarray v0.1.4
18572024-02-18T04:14:59.329Z Compiling darling_macro v0.20.3
18582024-02-18T04:14:59.385Z Checking proptest v1.4.0
18592024-02-18T04:15:00.204Z Compiling structmeta v0.2.0
18602024-02-18T04:15:00.435Z Compiling darling v0.20.3
18612024-02-18T04:15:00.468Z Compiling parse-display-derive v0.9.0
18622024-02-18T04:15:00.559Z Compiling serde_with_macros v3.6.1
18632024-02-18T04:15:00.575Z Checking strum v0.26.1
18642024-02-18T04:15:00.607Z Checking backoff v0.4.0
18652024-02-18T04:15:00.711Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18662024-02-18T04:15:00.727Z Compiling test-strategy v0.3.1
18672024-02-18T04:15:00.908Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
18682024-02-18T04:15:01.080Z Checking serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
18692024-02-18T04:15:01.208Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
18702024-02-18T04:15:01.225Z Checking macaddr v1.0.1
18712024-02-18T04:15:01.557Z Checking camino-tempfile v1.1.1
18722024-02-18T04:15:01.841Z Checking is-terminal v0.4.9
18732024-02-18T04:15:01.966Z Compiling proc-macro-error-attr v1.0.4
18742024-02-18T04:15:02.120Z Compiling proc-macro-error v1.0.4
18752024-02-18T04:15:02.601Z Compiling proc-macro-crate v1.3.1
18762024-02-18T04:15:03.719Z Checking termtree v0.4.1
18772024-02-18T04:15:03.923Z Compiling heapless v0.8.0
18782024-02-18T04:15:03.969Z Checking serde_with v3.6.1
18792024-02-18T04:15:03.995Z Checking predicates-tree v1.0.9
18802024-02-18T04:15:04.081Z Compiling num_enum_derive v0.5.11
18812024-02-18T04:15:04.141Z Checking hash32 v0.3.1
18822024-02-18T04:15:04.325Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
18832024-02-18T04:15:04.685Z Compiling smoltcp v0.11.0
18842024-02-18T04:15:05.076Z Compiling usdt-attr-macro v0.5.0
18852024-02-18T04:15:05.471Z Checking parse-display v0.9.0
18862024-02-18T04:15:05.515Z Compiling usdt-macro v0.5.0
18872024-02-18T04:15:05.546Z Compiling typify-macro v0.0.15 (https://github.com/oxidecomputer/typify#ce009d6f)
18882024-02-18T04:15:05.689Z Checking memmap v0.7.0
18892024-02-18T04:15:05.794Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
18902024-02-18T04:15:05.897Z Compiling crucible-workspace-hack v0.1.0
18912024-02-18T04:15:06.118Z Checking cobs v0.2.3
18922024-02-18T04:15:06.217Z Checking embedded-io v0.4.0
18932024-02-18T04:15:06.408Z Checking postcard v1.0.8
18942024-02-18T04:15:06.853Z Compiling foreign-types-macros v0.2.3
18952024-02-18T04:15:06.977Z Checking num_enum v0.5.11
18962024-02-18T04:15:07.154Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60)
18972024-02-18T04:15:07.171Z Checking usdt v0.5.0
18982024-02-18T04:15:07.192Z Checking foreign-types-shared v0.3.1
18992024-02-18T04:15:07.305Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
19002024-02-18T04:15:07.429Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60)
19012024-02-18T04:15:07.641Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
19022024-02-18T04:15:07.661Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60)
19032024-02-18T04:15:07.700Z Checking cstr-argument v0.1.2
19042024-02-18T04:15:07.749Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d)
19052024-02-18T04:15:07.873Z Checking pretty-hex v0.2.1
19062024-02-18T04:15:08.046Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
19072024-02-18T04:15:08.095Z Checking colored v2.0.4
19082024-02-18T04:15:08.216Z Checking foreign-types v0.5.0
19092024-02-18T04:15:08.300Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
19102024-02-18T04:15:08.317Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
19112024-02-18T04:15:08.383Z Compiling zone_cfg_derive v0.3.0
19122024-02-18T04:15:08.530Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18)
19132024-02-18T04:15:08.617Z Compiling num-derive v0.4.0
19142024-02-18T04:15:08.633Z Compiling mockall_derive v0.12.0
19152024-02-18T04:15:08.868Z Checking downcast v0.11.0
19162024-02-18T04:15:09.072Z Checking fragile v2.0.0
19172024-02-18T04:15:09.350Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18)
19182024-02-18T04:15:09.602Z Checking smf v0.2.2
19192024-02-18T04:15:09.635Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60)
19202024-02-18T04:15:10.002Z Checking zone v0.3.0
19212024-02-18T04:15:10.046Z Checking xattr v1.0.1
19222024-02-18T04:15:10.231Z Checking filetime v0.2.23
19232024-02-18T04:15:10.427Z Checking same-file v1.0.6
19242024-02-18T04:15:10.513Z Checking tar v0.4.40
19252024-02-18T04:15:10.593Z Checking walkdir v2.4.0
19262024-02-18T04:15:10.800Z Checking pem v3.0.2
19272024-02-18T04:15:10.862Z Compiling rayon-core v1.12.0
19282024-02-18T04:15:10.984Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60)
19292024-02-18T04:15:11.041Z Checking linked-hash-map v0.5.6
19302024-02-18T04:15:11.069Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=796dce526dd7ed7b52a0429a486ccba4a9da1ce5#796dce52)
19312024-02-18T04:15:11.084Z Compiling typify v0.0.15 (https://github.com/oxidecomputer/typify#ce009d6f)
19322024-02-18T04:15:11.217Z Compiling progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#bc0bb4b0)
19332024-02-18T04:15:11.258Z Checking itertools v0.12.1
19342024-02-18T04:15:11.352Z Checking lru-cache v0.1.2
19352024-02-18T04:15:11.527Z Checking headers-core v0.2.0
19362024-02-18T04:15:11.541Z Checking password-hash v0.5.0
19372024-02-18T04:15:11.668Z Checking headers v0.3.9
19382024-02-18T04:15:11.981Z Checking blake2 v0.10.6
19392024-02-18T04:15:12.466Z Checking swrite v0.1.0
19402024-02-18T04:15:12.521Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60)
19412024-02-18T04:15:12.587Z Checking argon2 v0.5.3
19422024-02-18T04:15:12.806Z Compiling derive-where v1.2.7
19432024-02-18T04:15:12.825Z Checking rcgen v0.12.1
19442024-02-18T04:15:13.185Z Checking atomicwrites v0.4.3
19452024-02-18T04:15:13.344Z Checking subprocess v0.2.9
19462024-02-18T04:15:13.391Z Checking arc-swap v1.6.0
19472024-02-18T04:15:13.517Z Compiling cancel-safe-futures v0.1.5
19482024-02-18T04:15:13.827Z Checking slog-scope v4.4.0
19492024-02-18T04:15:13.863Z Checking half v2.3.1
19502024-02-18T04:15:13.918Z Checking ciborium-io v0.2.2
19512024-02-18T04:15:14.020Z Checking slog-stdlog v4.1.1
19522024-02-18T04:15:14.035Z Checking resolv-conf v0.7.0
19532024-02-18T04:15:14.178Z Checking slog-envlogger v2.2.0
19542024-02-18T04:15:14.333Z Checking ciborium-ll v0.2.2
19552024-02-18T04:15:14.381Z Checking trust-dns-resolver v0.22.0
19562024-02-18T04:15:14.398Z Checking libsw v3.3.1
19572024-02-18T04:15:14.411Z Checking linear-map v1.2.0
19582024-02-18T04:15:14.630Z Checking ciborium v0.2.2
19592024-02-18T04:15:14.658Z Checking owo-colors v4.0.0
19602024-02-18T04:15:14.739Z Compiling slog-dtrace v0.3.0
19612024-02-18T04:15:15.143Z Checking textwrap v0.11.0
19622024-02-18T04:15:15.364Z Compiling heck v0.3.3
19632024-02-18T04:15:15.684Z Compiling blake3 v1.5.0
19642024-02-18T04:15:15.789Z Compiling libefi-sys v0.1.0
19652024-02-18T04:15:15.968Z Checking ansi_term v0.12.1
19662024-02-18T04:15:16.112Z Checking vec_map v0.8.2
19672024-02-18T04:15:16.271Z Checking strsim v0.8.0
19682024-02-18T04:15:16.317Z Checking termcolor v1.2.0
19692024-02-18T04:15:16.463Z Checking clap v2.34.0
19702024-02-18T04:15:16.682Z Compiling structopt-derive v0.4.18
19712024-02-18T04:15:16.713Z Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802)
19722024-02-18T04:15:16.730Z Checking nibble_vec v0.1.0
19732024-02-18T04:15:16.910Z Checking endian-type v0.1.2
19742024-02-18T04:15:17.096Z Compiling radium v0.7.0
19752024-02-18T04:15:17.145Z Checking radix_trie v0.2.1
19762024-02-18T04:15:17.311Z Checking mockall v0.12.0
19772024-02-18T04:15:17.525Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
19782024-02-18T04:15:17.541Z Checking tap v1.0.1
19792024-02-18T04:15:17.620Z Compiling maybe-uninit v2.0.0
19802024-02-18T04:15:17.704Z Checking wyz v0.5.1
19812024-02-18T04:15:17.789Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
19822024-02-18T04:15:18.021Z Checking fxhash v0.2.1
19832024-02-18T04:15:18.095Z Checking gethostname v0.4.3
19842024-02-18T04:15:18.193Z Checking funty v2.0.0
19852024-02-18T04:15:18.235Z Compiling semver v0.1.20
19862024-02-18T04:15:18.238Z Compiling packed_struct v0.10.1
19872024-02-18T04:15:18.263Z Checking crc-catalog v2.2.0
19882024-02-18T04:15:18.395Z Compiling num-bigint-dig v0.8.4
19892024-02-18T04:15:18.760Z Compiling rustc_version v0.1.7
19902024-02-18T04:15:18.773Z Checking crc v3.0.1
19912024-02-18T04:15:18.979Z Compiling packed_struct_codegen v0.10.1
19922024-02-18T04:15:19.001Z Compiling indexmap v1.9.3
19932024-02-18T04:15:19.255Z Checking nodrop v0.1.14
19942024-02-18T04:15:19.329Z Checking bitvec v1.0.1
19952024-02-18T04:15:19.343Z Compiling newtype_derive v0.1.6
19962024-02-18T04:15:19.356Z Checking smallvec v0.6.14
19972024-02-18T04:15:19.371Z Checking array-init v0.0.4
19982024-02-18T04:15:19.552Z Compiling progenitor-macro v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#bc0bb4b0)
19992024-02-18T04:15:19.667Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
20002024-02-18T04:15:19.670Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
20012024-02-18T04:15:19.738Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
20022024-02-18T04:15:19.855Z Checking structopt v0.3.26
20032024-02-18T04:15:20.018Z Checking pkcs1 v0.7.5
20042024-02-18T04:15:20.242Z Checking signature v2.1.0
20052024-02-18T04:15:20.384Z Compiling crossbeam-deque v0.8.3
20062024-02-18T04:15:20.433Z Checking hashbrown v0.12.3
20072024-02-18T04:15:20.650Z Checking bitfield v0.14.0
20082024-02-18T04:15:22.058Z Checking rsa v0.9.2
20092024-02-18T04:15:22.185Z Checking serde-hex v0.1.0
20102024-02-18T04:15:22.307Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
20112024-02-18T04:15:22.567Z Checking env_logger v0.10.0
20122024-02-18T04:15:22.875Z Checking x509-cert v0.2.4
20132024-02-18T04:15:22.989Z Checking ron v0.8.1
20142024-02-18T04:15:22.992Z Checking hashbrown v0.13.2
20152024-02-18T04:15:23.024Z Compiling semver-parser v0.10.2
20162024-02-18T04:15:24.163Z Compiling num-rational v0.4.1
20172024-02-18T04:15:24.204Z Checking crc-any v2.4.3
20182024-02-18T04:15:24.555Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
20192024-02-18T04:15:24.584Z Checking object v0.30.4
20202024-02-18T04:15:24.745Z Compiling semver v0.11.0
20212024-02-18T04:15:24.805Z Compiling rayon v1.8.0
20222024-02-18T04:15:25.552Z Compiling memmap2 v0.7.1
20232024-02-18T04:15:25.919Z Compiling arrayref v0.3.7
20242024-02-18T04:15:25.959Z Compiling home v0.5.5
20252024-02-18T04:15:25.972Z Compiling arrayvec v0.7.4
20262024-02-18T04:15:26.008Z Checking path-slash v0.1.5
20272024-02-18T04:15:26.142Z Compiling constant_time_eq v0.3.0
20282024-02-18T04:15:26.219Z Compiling toolchain_find v0.2.0
20292024-02-18T04:15:26.241Z Checking lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
20302024-02-18T04:15:26.530Z Checking steno v0.4.0
20312024-02-18T04:15:26.828Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
20322024-02-18T04:15:27.511Z Compiling toml v0.5.11
20332024-02-18T04:15:27.618Z Checking num-complex v0.4.4
20342024-02-18T04:15:28.566Z Compiling convert_case v0.4.0
20352024-02-18T04:15:28.590Z Compiling topological-sort v0.2.2
20362024-02-18T04:15:28.806Z Checking num v0.4.1
20372024-02-18T04:15:28.909Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
20382024-02-18T04:15:28.983Z Checking newline-converter v0.3.0
20392024-02-18T04:15:29.685Z Compiling derive_more v0.99.17
20402024-02-18T04:15:30.197Z Compiling omicron-zone-package v0.11.0
20412024-02-18T04:15:30.955Z Compiling rustfmt-wrapper v0.2.0
20422024-02-18T04:15:31.263Z Checking expectorate v1.1.0
20432024-02-18T04:15:31.305Z Checking utf-8 v0.7.6
20442024-02-18T04:15:31.411Z Compiling buf-list v1.0.3
20452024-02-18T04:15:31.426Z Checking display-error-chain v0.2.0
20462024-02-18T04:15:31.510Z Checking tungstenite v0.20.1
20472024-02-18T04:15:31.558Z Compiling parking_lot_core v0.8.6
20482024-02-18T04:15:31.600Z Checking keccak v0.1.4
20492024-02-18T04:15:31.887Z Checking sha3 v0.10.8
20502024-02-18T04:15:32.258Z Checking trust-dns-client v0.22.0
20512024-02-18T04:15:32.436Z Checking tokio-tungstenite v0.20.1
20522024-02-18T04:15:32.466Z Checking parking_lot v0.11.2
20532024-02-18T04:15:32.793Z Checking secrecy v0.8.0
20542024-02-18T04:15:32.910Z Compiling pin-project-internal v1.1.3
20552024-02-18T04:15:33.018Z Compiling doc-comment v0.3.3
20562024-02-18T04:15:33.594Z Checking sled v0.34.7
20572024-02-18T04:15:33.876Z Checking glob v0.3.1
20582024-02-18T04:15:33.928Z Checking trust-dns-server v0.22.1
20592024-02-18T04:15:34.181Z Compiling vte_generate_state_changes v0.1.1
20602024-02-18T04:15:34.902Z Checking vte v0.11.1
20612024-02-18T04:15:36.226Z Checking pin-project v1.1.3
20622024-02-18T04:15:36.346Z Compiling unicase v2.7.0
20632024-02-18T04:15:36.450Z Compiling platforms v3.0.2
20642024-02-18T04:15:36.469Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
20652024-02-18T04:15:36.624Z Checking strip-ansi-escapes v0.2.0
20662024-02-18T04:15:36.768Z Checking fd-lock v3.0.13
20672024-02-18T04:15:36.839Z Compiling snafu-derive v0.7.5
20682024-02-18T04:15:36.855Z Compiling fs-err v2.11.0
20692024-02-18T04:15:36.858Z Checking nu-ansi-term v0.50.0
20702024-02-18T04:15:36.945Z Checking globset v0.4.13
20712024-02-18T04:15:37.298Z Checking reedline v0.29.0
20722024-02-18T04:15:37.379Z Checking olpc-cjson v0.1.3
20732024-02-18T04:15:37.454Z Checking serde_plain v1.0.2
20742024-02-18T04:15:37.558Z Compiling async-recursion v1.0.5
20752024-02-18T04:15:37.587Z Checking typed-path v0.7.0
20762024-02-18T04:15:37.632Z Checking lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
20772024-02-18T04:15:37.696Z Compiling curve25519-dalek v4.1.1
20782024-02-18T04:15:38.535Z Checking hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84)
20792024-02-18T04:15:38.668Z Compiling progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor#bc0bb4b0)
20802024-02-18T04:15:38.950Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
20812024-02-18T04:15:39.052Z Compiling memoffset v0.7.1
20822024-02-18T04:15:39.116Z Checking parse-size v1.0.0
20832024-02-18T04:15:39.272Z Checking progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#bc0bb4b0)
20842024-02-18T04:15:39.478Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
20852024-02-18T04:15:39.506Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
20862024-02-18T04:15:39.538Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
20872024-02-18T04:15:39.554Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
20882024-02-18T04:15:39.748Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
20892024-02-18T04:15:40.100Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
20902024-02-18T04:15:40.241Z Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client)
20912024-02-18T04:15:40.641Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
20922024-02-18T04:15:43.165Z Checking snafu v0.7.5
20932024-02-18T04:15:43.486Z Compiling mime_guess v2.0.4
20942024-02-18T04:15:43.687Z Checking tough v0.16.0
20952024-02-18T04:15:46.203Z Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
20962024-02-18T04:15:46.623Z Checking progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor#bc0bb4b0)
20972024-02-18T04:15:46.974Z Checking universal-hash v0.5.1
20982024-02-18T04:15:47.110Z Compiling thiserror-impl-no-std v2.0.2
20992024-02-18T04:15:47.175Z Compiling curve25519-dalek-derive v0.1.0
21002024-02-18T04:15:47.206Z Compiling progenitor-macro v0.5.0 (https://github.com/oxidecomputer/progenitor#bc0bb4b0)
21012024-02-18T04:15:48.709Z Checking opaque-debug v0.3.0
21022024-02-18T04:15:48.802Z Checking poly1305 v0.8.0
21032024-02-18T04:15:50.660Z Checking thiserror-no-std v2.0.2
21042024-02-18T04:15:50.769Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
21052024-02-18T04:15:50.976Z Checking chacha20 v0.9.1
21062024-02-18T04:15:51.118Z Checking aead v0.5.2
21072024-02-18T04:15:51.319Z Checking kstat-rs v0.2.3
21082024-02-18T04:15:51.343Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
21092024-02-18T04:15:51.640Z Checking signature v1.6.4
21102024-02-18T04:15:51.773Z Compiling salty v0.2.0
21112024-02-18T04:15:52.384Z Checking ed25519 v1.5.3
21122024-02-18T04:15:52.635Z Checking chacha20poly1305 v0.10.1
21132024-02-18T04:15:52.827Z Checking vsss-rs v3.3.4
21142024-02-18T04:15:53.406Z Checking nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d)
21152024-02-18T04:15:53.486Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
21162024-02-18T04:15:53.748Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
21172024-02-18T04:15:53.761Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
21182024-02-18T04:15:55.716Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
21192024-02-18T04:15:56.276Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
21202024-02-18T04:15:56.420Z Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
21212024-02-18T04:15:56.923Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
21222024-02-18T04:15:57.772Z Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
21232024-02-18T04:15:57.881Z Checking serde-big-array v0.5.1
21242024-02-18T04:15:57.982Z Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
21252024-02-18T04:15:58.101Z Checking bytecount v0.6.3
21262024-02-18T04:15:58.257Z Checking papergrid v0.11.0
21272024-02-18T04:15:58.952Z Checking hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
21282024-02-18T04:16:00.371Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=796dce526dd7ed7b52a0429a486ccba4a9da1ce5#796dce52)
21292024-02-18T04:16:00.385Z Compiling tabled_derive v0.7.0
21302024-02-18T04:16:01.091Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
21312024-02-18T04:16:01.377Z Checking signal-hook-tokio v0.3.1
21322024-02-18T04:16:01.437Z Checking fd-lock v4.0.2
21332024-02-18T04:16:01.561Z Checking nix v0.27.1
21342024-02-18T04:16:01.632Z Checking serde-big-array v0.4.1
21352024-02-18T04:16:01.809Z Compiling sqlparser_derive v0.2.2
21362024-02-18T04:16:02.804Z Checking humantime v2.1.0
21372024-02-18T04:16:03.020Z Checking unicode_categories v0.1.1
21382024-02-18T04:16:03.073Z Compiling prettyplease v0.2.16
21392024-02-18T04:16:03.224Z Checking tabled v0.15.0
21402024-02-18T04:16:03.315Z Checking sqlformat v0.2.3
21412024-02-18T04:16:03.420Z Checking sqlparser v0.43.1
21422024-02-18T04:16:04.343Z Checking rustyline v13.0.0
21432024-02-18T04:16:04.765Z Checking sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
21442024-02-18T04:16:05.810Z Checking bcs v0.1.6
21452024-02-18T04:16:06.101Z Checking corncobs v0.1.3
21462024-02-18T04:16:06.278Z Checking highway v1.1.0
21472024-02-18T04:16:06.295Z Checking sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
21482024-02-18T04:16:06.419Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18)
21492024-02-18T04:16:06.692Z Checking http-range v0.1.5
21502024-02-18T04:16:06.706Z Compiling crunchy v0.2.2
21512024-02-18T04:16:06.866Z Checking hyper-staticfile v0.9.5
21522024-02-18T04:16:06.935Z Checking progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor#bc0bb4b0)
21532024-02-18T04:16:07.163Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18)
21542024-02-18T04:16:07.178Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18)
21552024-02-18T04:16:07.312Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
21562024-02-18T04:16:07.453Z Compiling clang-sys v1.6.1
21572024-02-18T04:16:07.880Z Compiling tiny-keccak v2.0.2
21582024-02-18T04:16:08.366Z Compiling darling_core v0.14.4
21592024-02-18T04:16:09.836Z Checking assert_matches v1.5.0
21602024-02-18T04:16:09.931Z Compiling ascii-canvas v3.0.0
21612024-02-18T04:16:11.141Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
21622024-02-18T04:16:11.254Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
21632024-02-18T04:16:11.290Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
21642024-02-18T04:16:11.324Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
21652024-02-18T04:16:12.290Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
21662024-02-18T04:16:12.397Z Compiling ena v0.14.2
21672024-02-18T04:16:12.431Z Compiling libloading v0.7.4
21682024-02-18T04:16:12.801Z Compiling bindgen v0.69.2
21692024-02-18T04:16:12.815Z Compiling regex-syntax v0.6.29
21702024-02-18T04:16:13.006Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
21712024-02-18T04:16:13.537Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
21722024-02-18T04:16:14.011Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
21732024-02-18T04:16:15.028Z Compiling darling_macro v0.14.4
21742024-02-18T04:16:16.179Z Compiling diff v0.1.13
21752024-02-18T04:16:16.877Z Compiling lalrpop v0.19.12
21762024-02-18T04:16:17.029Z Compiling darling v0.14.4
21772024-02-18T04:16:18.332Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
21782024-02-18T04:16:18.600Z Compiling cexpr v0.6.0
21792024-02-18T04:16:19.070Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
21802024-02-18T04:16:19.085Z Compiling which v4.4.0
21812024-02-18T04:16:19.713Z Compiling shlex v1.3.0
21822024-02-18T04:16:20.069Z Compiling rustc-hash v1.1.0
21832024-02-18T04:16:20.125Z Compiling portable-atomic v1.4.3
21842024-02-18T04:16:20.208Z Compiling ref-cast v1.0.20
21852024-02-18T04:16:20.352Z Compiling peeking_take_while v0.1.2
21862024-02-18T04:16:20.496Z Checking maplit v1.0.2
21872024-02-18T04:16:20.609Z Compiling lazycell v1.3.0
21882024-02-18T04:16:20.642Z Compiling derive_builder_core v0.12.0
21892024-02-18T04:16:20.856Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
21902024-02-18T04:16:21.178Z Compiling ref-cast-impl v1.0.20
21912024-02-18T04:16:21.303Z Compiling libxml v0.3.3
21922024-02-18T04:16:22.122Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
21932024-02-18T04:16:22.666Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
21942024-02-18T04:16:22.825Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
21952024-02-18T04:16:23.087Z Compiling strum_macros v0.24.3
21962024-02-18T04:16:23.117Z Compiling derive_builder_macro v0.12.0
21972024-02-18T04:16:23.254Z Compiling cookie v0.18.0
21982024-02-18T04:16:23.596Z Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0)
21992024-02-18T04:16:23.945Z Compiling indoc v1.0.9
22002024-02-18T04:16:24.100Z Checking number_prefix v0.4.0
22012024-02-18T04:16:24.275Z Checking indicatif v0.17.8
22022024-02-18T04:16:25.063Z Checking derive_builder v0.12.0
22032024-02-18T04:16:25.231Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
22042024-02-18T04:16:25.562Z Checking bb8 v0.8.3
22052024-02-18T04:16:26.043Z Checking quick-xml v0.30.0
22062024-02-18T04:16:27.020Z Checking castaway v0.2.2
22072024-02-18T04:16:27.173Z Compiling oso-derive v0.27.0
22082024-02-18T04:16:27.193Z Compiling impl-trait-for-tuples v0.2.2
22092024-02-18T04:16:27.208Z Checking compact_str v0.7.1
22102024-02-18T04:16:27.996Z Checking async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef)
22112024-02-18T04:16:28.608Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
22122024-02-18T04:16:28.636Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
22132024-02-18T04:16:28.777Z Checking lru v0.12.1
22142024-02-18T04:16:29.053Z Compiling stability v0.1.1
22152024-02-18T04:16:30.009Z Checking cassowary v0.3.0
22162024-02-18T04:16:30.119Z Compiling indoc v2.0.3
22172024-02-18T04:16:30.417Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
22182024-02-18T04:16:30.542Z Checking smawk v0.3.1
22192024-02-18T04:16:30.753Z Checking unicode-linebreak v0.1.5
22202024-02-18T04:16:30.821Z Checking is_ci v1.2.0
22212024-02-18T04:16:30.950Z Checking supports-color v3.0.0
22222024-02-18T04:16:31.141Z Compiling nexus-blueprint-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/blueprint-execution)
22232024-02-18T04:16:31.156Z Checking textwrap v0.16.0
22242024-02-18T04:16:31.221Z Checking ratatui v0.26.1
22252024-02-18T04:16:31.499Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
22262024-02-18T04:16:31.518Z Checking rtoolbox v0.0.1
22272024-02-18T04:16:31.718Z Checking rpassword v7.3.1
22282024-02-18T04:16:31.845Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=796dce526dd7ed7b52a0429a486ccba4a9da1ce5#796dce52)
22292024-02-18T04:16:31.866Z Checking fatfs v0.3.6
22302024-02-18T04:16:31.943Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
22312024-02-18T04:16:32.960Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
22322024-02-18T04:16:33.438Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
22332024-02-18T04:16:33.453Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
22342024-02-18T04:16:34.435Z Checking tui-tree-widget v0.17.0
22352024-02-18T04:16:34.489Z Checking nexus-deployment v0.1.0 (/work/oxidecomputer/omicron/nexus/deployment)
22362024-02-18T04:16:34.765Z Checking shell-words v1.1.0
22372024-02-18T04:16:34.934Z Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
22382024-02-18T04:16:35.615Z Checking yansi v0.5.1
22392024-02-18T04:16:35.911Z Checking pretty_assertions v1.4.0
22402024-02-18T04:16:36.054Z Compiling target-lexicon v0.12.13
22412024-02-18T04:16:36.606Z Checking plotters-backend v0.3.5
22422024-02-18T04:16:36.985Z Compiling guppy-workspace-hack v0.1.0
22432024-02-18T04:16:37.332Z Checking plotters-svg v0.3.5
22442024-02-18T04:16:37.559Z Checking http-body v1.0.0
22452024-02-18T04:16:37.697Z Checking rand v0.4.6
22462024-02-18T04:16:37.768Z Compiling target-spec v3.1.0
22472024-02-18T04:16:38.405Z Checking remove_dir_all v0.5.3
22482024-02-18T04:16:38.515Z Checking tower-layer v0.3.2
22492024-02-18T04:16:38.766Z Checking cast v0.3.0
22502024-02-18T04:16:38.891Z Checking tower v0.4.13
22512024-02-18T04:16:39.071Z Checking criterion-plot v0.5.0
22522024-02-18T04:16:39.383Z Checking tempdir v0.3.7
22532024-02-18T04:16:39.567Z Checking hyper v1.1.0
22542024-02-18T04:16:39.585Z Checking cfg-expr v0.15.6
22552024-02-18T04:16:39.689Z Checking plotters v0.3.5
22562024-02-18T04:16:40.614Z Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd)
22572024-02-18T04:16:40.848Z Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
22582024-02-18T04:16:41.567Z Checking tinytemplate v1.2.1
22592024-02-18T04:16:41.601Z Checking cargo-platform v0.1.3
22602024-02-18T04:16:41.893Z Checking anes v0.1.6
22612024-02-18T04:16:41.962Z Checking oorandom v11.1.3
22622024-02-18T04:16:42.146Z Checking cargo_metadata v0.18.1
22632024-02-18T04:16:42.300Z Checking criterion v0.5.1
22642024-02-18T04:16:42.457Z Checking hyper-util v0.1.2
22652024-02-18T04:16:44.027Z Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client)
22662024-02-18T04:16:44.166Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
22672024-02-18T04:16:45.272Z Checking assert_cmd v2.0.13
22682024-02-18T04:16:45.352Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
22692024-02-18T04:16:45.701Z Checking rustls-native-certs v0.7.0
22702024-02-18T04:16:45.847Z Checking pathdiff v0.2.1
22712024-02-18T04:16:46.002Z Checking nested v0.1.1
22722024-02-18T04:16:46.231Z Checking guppy v0.17.5
22732024-02-18T04:16:48.457Z Checking hyper-rustls v0.26.0
22742024-02-18T04:16:48.802Z Checking httptest v0.15.5
22752024-02-18T04:16:49.319Z Checking threadpool v1.8.1
22762024-02-18T04:16:49.513Z Checking nanorand v0.7.0
22772024-02-18T04:16:49.530Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
22782024-02-18T04:16:49.597Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
22792024-02-18T04:16:50.578Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
22802024-02-18T04:16:50.669Z Checking flume v0.11.0
22812024-02-18T04:16:51.145Z Checking libtest-mimic v0.6.1
22822024-02-18T04:16:51.578Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
22832024-02-18T04:16:51.879Z Checking similar-asserts v1.5.0
22842024-02-18T04:16:51.906Z Compiling rstest_macros v0.18.2
22852024-02-18T04:16:52.577Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
22862024-02-18T04:16:53.856Z Checking datatest-stable v0.2.3
22872024-02-18T04:16:54.055Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
22882024-02-18T04:16:54.079Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
22892024-02-18T04:16:54.587Z Checking csv-core v0.1.11
22902024-02-18T04:16:54.643Z Checking constant_time_eq v0.2.6
22912024-02-18T04:16:54.770Z Compiling trybuild v1.0.89
22922024-02-18T04:16:54.786Z Compiling relative-path v1.9.0
22932024-02-18T04:16:54.943Z Checking csv v1.3.0
22942024-02-18T04:16:55.241Z Checking blake2b_simd v1.0.1
22952024-02-18T04:16:55.868Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
22962024-02-18T04:16:56.106Z Checking basic-toml v0.1.8
22972024-02-18T04:16:57.041Z Checking multimap v0.10.0
22982024-02-18T04:16:57.353Z Checking futures-timer v3.0.2
22992024-02-18T04:16:59.140Z Checking rust-argon2 v1.0.1
23002024-02-18T04:16:59.556Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
23012024-02-18T04:17:01.605Z Checking partial-io v0.5.4
23022024-02-18T04:17:01.994Z Checking approx v0.5.1
23032024-02-18T04:17:02.222Z Checking termios v0.3.3
23042024-02-18T04:17:02.436Z Checking hex-literal v0.4.1
23052024-02-18T04:17:05.705Z Checking rstest v0.18.2
23062024-02-18T04:17:07.817Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
23072024-02-18T04:17:55.508Z Checking zone-network-setup v0.1.0 (/work/oxidecomputer/omicron/zone-network-setup)
23082024-02-18T04:17:58.378Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli)
23092024-02-18T04:17:59.849Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
23102024-02-18T04:18:01.642Z Compiling samael v0.0.14 (https://github.com/oxidecomputer/samael?branch=oxide/omicron#9e609a8f)
23112024-02-18T04:18:12.351Z Checking caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util)
23122024-02-18T04:18:23.777Z Compiling polar-core v0.27.0
23132024-02-18T04:18:30.876Z Checking oso v0.27.0
23142024-02-18T04:18:57.439Z Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
23152024-02-18T04:20:00.341Z Finished dev [unoptimized + debuginfo] target(s) in 7m 04s
23162024-02-18T04:20:00.519Z
23172024-02-18T04:20:00.519Zreal 7:46.658706637
23182024-02-18T04:20:00.519Zuser 40:44.482752582
23192024-02-18T04:20:00.519Zsys 6:47.317770819
23202024-02-18T04:20:00.519Ztrap 1.121981773
23212024-02-18T04:20:00.519Ztflt 4.261370309
23222024-02-18T04:20:00.522Zdflt 3.074276221
23232024-02-18T04:20:00.522Zkflt 0.056696573
23242024-02-18T04:20:00.522Zlock 1:02:47.225297950
23252024-02-18T04:20:00.522Zslp 2:04:15.822492356
23262024-02-18T04:20:00.522Zlat 1:43.358799039
23272024-02-18T04:20:00.523Zstop 4:02.587994447
23282024-02-18T04:20:01.345Zwarning: output filename collision.
23292024-02-18T04:20:01.345ZThe 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)`.
23302024-02-18T04:20:01.345ZColliding filename is: /work/oxidecomputer/omicron/target/doc/hubpack/index.html
23312024-02-18T04:20:01.345ZThe targets should have unique names.
23322024-02-18T04:20:01.345ZThis is a known bug where multiple crates with the same name use
23332024-02-18T04:20:01.345Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
23342024-02-18T04:20:01.354Zwarning: output filename collision.
23352024-02-18T04:20:01.354ZThe lib target `nix` in package `nix v0.27.1` has the same output filename as the lib target `nix` in package `nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d)`.
23362024-02-18T04:20:01.354ZColliding filename is: /work/oxidecomputer/omicron/target/doc/nix/index.html
23372024-02-18T04:20:01.354ZThe targets should have unique names.
23382024-02-18T04:20:01.354ZThis is a known bug where multiple crates with the same name use
23392024-02-18T04:20:01.354Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
23402024-02-18T04:20:01.354Zwarning: output filename collision.
23412024-02-18T04:20:01.355ZThe 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)`.
23422024-02-18T04:20:01.355ZColliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html
23432024-02-18T04:20:01.355ZThe targets should have unique names.
23442024-02-18T04:20:01.355ZThis is a known bug where multiple crates with the same name use
23452024-02-18T04:20:01.355Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
23462024-02-18T04:20:01.355Zwarning: output filename collision.
23472024-02-18T04:20:01.355ZThe lib target `progenitor` in package `progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor#bc0bb4b0)` has the same output filename as the lib target `progenitor` in package `progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#bc0bb4b0)`.
23482024-02-18T04:20:01.355ZColliding filename is: /work/oxidecomputer/omicron/target/doc/progenitor/index.html
23492024-02-18T04:20:01.355ZThe targets should have unique names.
23502024-02-18T04:20:01.355ZThis is a known bug where multiple crates with the same name use
23512024-02-18T04:20:01.355Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
23522024-02-18T04:20:01.355Zwarning: output filename collision.
23532024-02-18T04:20:01.355ZThe lib target `progenitor-client` in package `progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor#bc0bb4b0)` has the same output filename as the lib target `progenitor-client` in package `progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#bc0bb4b0)`.
23542024-02-18T04:20:01.355ZColliding filename is: /work/oxidecomputer/omicron/target/doc/progenitor_client/index.html
23552024-02-18T04:20:01.355ZThe targets should have unique names.
23562024-02-18T04:20:01.355ZThis is a known bug where multiple crates with the same name use
23572024-02-18T04:20:01.355Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
23582024-02-18T04:20:01.355Zwarning: output filename collision.
23592024-02-18T04:20:01.355ZThe lib target `progenitor-impl` in package `progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor#bc0bb4b0)` has the same output filename as the lib target `progenitor-impl` in package `progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#bc0bb4b0)`.
23602024-02-18T04:20:01.355ZColliding filename is: /work/oxidecomputer/omicron/target/doc/progenitor_impl/index.html
23612024-02-18T04:20:01.355ZThe targets should have unique names.
23622024-02-18T04:20:01.355ZThis is a known bug where multiple crates with the same name use
23632024-02-18T04:20:01.355Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
23642024-02-18T04:20:01.355Zwarning: output filename collision.
23652024-02-18T04:20:01.355ZThe 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)`.
23662024-02-18T04:20:01.356ZColliding filename is: /work/oxidecomputer/omicron/target/doc/tlvc/index.html
23672024-02-18T04:20:01.356ZThe targets should have unique names.
23682024-02-18T04:20:01.356ZThis is a known bug where multiple crates with the same name use
23692024-02-18T04:20:01.356Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
23702024-02-18T04:20:01.790Z Documenting libc v0.2.153
23712024-02-18T04:20:01.829Z Documenting cfg-if v1.0.0
23722024-02-18T04:20:01.843Z Documenting serde_derive v1.0.196
23732024-02-18T04:20:01.869Z Documenting log v0.4.20
23742024-02-18T04:20:01.869Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23752024-02-18T04:20:01.897Z Documenting memchr v2.6.3
23762024-02-18T04:20:01.907Z Documenting scopeguard v1.2.0
23772024-02-18T04:20:01.919Z Documenting byteorder v1.5.0
23782024-02-18T04:20:02.209Z Documenting smallvec v1.13.1
23792024-02-18T04:20:04.549Z Documenting itoa v1.0.9
23802024-02-18T04:20:04.651Z Documenting lock_api v0.4.10
23812024-02-18T04:20:05.457Z Documenting once_cell v1.19.0
23822024-02-18T04:20:06.005Z Documenting getrandom v0.2.10
23832024-02-18T04:20:06.363Z Documenting zeroize_derive v1.4.2
23842024-02-18T04:20:06.400Z Documenting parking_lot_core v0.9.8
23852024-02-18T04:20:06.453Z Documenting libm v0.2.7
23862024-02-18T04:20:07.394Z Documenting pin-project-lite v0.2.13
23872024-02-18T04:20:07.695Z Documenting signal-hook-registry v1.4.1
23882024-02-18T04:20:08.313Z Documenting serde v1.0.196
23892024-02-18T04:20:09.717Z Documenting num-traits v0.2.16
23902024-02-18T04:20:09.776Z Documenting rand_core v0.6.4
23912024-02-18T04:20:09.985Z Documenting mio v0.8.9
23922024-02-18T04:20:10.241Z Documenting futures-core v0.3.30
23932024-02-18T04:20:10.334Z Documenting parking_lot v0.12.1
23942024-02-18T04:20:12.134Z Documenting zeroize v1.7.0
23952024-02-18T04:20:12.475Z Documenting ryu v1.0.15
23962024-02-18T04:20:13.587Z Documenting thiserror-impl v1.0.57
23972024-02-18T04:20:13.861Z Documenting socket2 v0.5.5
23982024-02-18T04:20:14.103Z Documenting num_cpus v1.16.0
23992024-02-18T04:20:14.214Z Documenting tokio-macros v2.2.0
24002024-02-18T04:20:14.393Z Documenting zerocopy v0.7.32
24012024-02-18T04:20:15.298Z Documenting typenum v1.16.0
24022024-02-18T04:20:16.031Z Documenting subtle v2.5.0
24032024-02-18T04:20:17.860Z Documenting futures-sink v0.3.30
24042024-02-18T04:20:18.112Z Documenting iana-time-zone v0.1.57
24052024-02-18T04:20:18.388Z Documenting thiserror v1.0.57
24062024-02-18T04:20:18.793Z Documenting pin-utils v0.1.0
24072024-02-18T04:20:20.039Z Documenting slab v0.4.9
24082024-02-18T04:20:21.497Z Documenting futures-channel v0.3.30
24092024-02-18T04:20:21.750Z Documenting ahash v0.8.7
24102024-02-18T04:20:21.850Z Documenting futures-macro v0.3.30
24112024-02-18T04:20:22.151Z Documenting allocator-api2 v0.2.16
24122024-02-18T04:20:24.065Z Documenting const-oid v0.9.5
24132024-02-18T04:20:24.976Z Documenting futures-task v0.3.30
24142024-02-18T04:20:25.582Z Documenting futures-io v0.3.30
24152024-02-18T04:20:25.753Z Documenting tinyvec_macros v0.1.1
24162024-02-18T04:20:26.622Z Documenting hashbrown v0.14.3
24172024-02-18T04:20:27.093Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24182024-02-18T04:20:27.241Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
24192024-02-18T04:20:28.081Z Documenting tracing-core v0.1.31
24202024-02-18T04:20:28.847Z Documenting tinyvec v1.6.0
24212024-02-18T04:20:28.869Z Documenting tracing-attributes v0.1.26
24222024-02-18T04:20:29.468Z Documenting futures-util v0.3.30
24232024-02-18T04:20:29.998Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
24242024-02-18T04:20:30.267Z Documenting bytes v1.5.0
24252024-02-18T04:20:32.789Z Documenting bitflags v2.4.0
24262024-02-18T04:20:33.505Z Documenting serde_json v1.0.113
24272024-02-18T04:20:35.696Z Documenting tokio v1.36.0
24282024-02-18T04:20:36.226Z Documenting chrono v0.4.31
24292024-02-18T04:20:37.114Z Documenting uuid v1.7.0
24302024-02-18T04:20:38.719Z Documenting unicode-normalization v0.1.22
24312024-02-18T04:20:39.070Z Documenting ppv-lite86 v0.2.17
24322024-02-18T04:20:40.252Z Documenting equivalent v1.0.1
24332024-02-18T04:20:41.298Z Documenting generic-array v0.14.7
24342024-02-18T04:20:41.818Z Documenting unicode-bidi v0.3.13
24352024-02-18T04:20:42.348Z Checking serde_derive_internals v0.26.0
24362024-02-18T04:20:42.470Z Documenting rand_chacha v0.3.1
24372024-02-18T04:20:42.950Z Documenting serde_derive_internals v0.26.0
24382024-02-18T04:20:43.030Z Documenting indexmap v2.2.3
24392024-02-18T04:20:43.423Z Documenting percent-encoding v2.3.1
24402024-02-18T04:20:46.129Z Documenting crypto-common v0.1.6
24412024-02-18T04:20:46.194Z Documenting block-buffer v0.10.4
24422024-02-18T04:20:46.677Z Documenting rand v0.8.5
24432024-02-18T04:20:46.814Z Documenting dyn-clone v1.0.16
24442024-02-18T04:20:46.906Z Documenting tracing v0.1.37
24452024-02-18T04:20:47.644Z Documenting base64 v0.21.7
24462024-02-18T04:20:48.422Z Documenting schemars_derive v0.8.16
24472024-02-18T04:20:48.525Z Documenting lazy_static v1.4.0
24482024-02-18T04:20:49.862Z Documenting form_urlencoded v1.2.1
24492024-02-18T04:20:50.259Z Documenting fnv v1.0.7
24502024-02-18T04:20:50.837Z Documenting digest v0.10.7
24512024-02-18T04:20:51.458Z Documenting errno v0.3.8
24522024-02-18T04:20:51.501Z Documenting cpufeatures v0.2.12
24532024-02-18T04:20:52.159Z Documenting idna v0.5.0
24542024-02-18T04:20:53.851Z Documenting httparse v1.8.0
24552024-02-18T04:20:53.948Z Documenting unicode-ident v1.0.12
24562024-02-18T04:20:54.261Z Documenting unicode-width v0.1.11
24572024-02-18T04:20:55.036Z Documenting schemars v0.8.16
24582024-02-18T04:20:55.357Z Documenting rustix v0.38.31
24592024-02-18T04:20:56.275Z Documenting url v2.5.0
24602024-02-18T04:20:56.778Z Documenting proc-macro2 v1.0.78
24612024-02-18T04:20:56.967Z Documenting try-lock v0.2.4
24622024-02-18T04:20:57.097Z Documenting httpdate v1.0.3
24632024-02-18T04:20:58.505Z Documenting adler v1.0.2
24642024-02-18T04:20:59.894Z Documenting want v0.3.1
24652024-02-18T04:21:00.888Z Documenting http-body v0.4.5
24662024-02-18T04:21:00.965Z Documenting openssl-sys v0.9.96
24672024-02-18T04:21:01.126Z Documenting openssl-macros v0.1.1
24682024-02-18T04:21:01.565Z Documenting miniz_oxide v0.7.1
24692024-02-18T04:21:02.127Z Documenting tower-service v0.3.2
24702024-02-18T04:21:02.314Z Documenting base64ct v1.6.0
24712024-02-18T04:21:03.587Z Documenting mime v0.3.17
24722024-02-18T04:21:05.002Z Documenting quote v1.0.35
24732024-02-18T04:21:05.466Z Documenting aho-corasick v1.0.4
24742024-02-18T04:21:05.597Z Documenting slog v2.7.0
24752024-02-18T04:21:05.715Z Documenting regex-syntax v0.8.2
24762024-02-18T04:21:06.795Z Documenting openssl-probe v0.1.5
24772024-02-18T04:21:06.865Z Documenting openssl v0.10.60
24782024-02-18T04:21:07.490Z Documenting tokio-util v0.7.10
24792024-02-18T04:21:08.277Z Documenting ipnet v2.9.0
24802024-02-18T04:21:08.772Z Documenting syn v2.0.48
24812024-02-18T04:21:10.176Z Documenting async-trait v0.1.77
24822024-02-18T04:21:10.362Z Documenting pem-rfc7468 v0.7.0
24832024-02-18T04:21:10.616Z Documenting encoding_rs v0.8.33
24842024-02-18T04:21:12.489Z Documenting regex-automata v0.4.4
24852024-02-18T04:21:12.552Z Documenting crossbeam-utils v0.8.16
24862024-02-18T04:21:13.353Z Documenting h2 v0.3.24
24872024-02-18T04:21:14.486Z Documenting der_derive v0.7.2
24882024-02-18T04:21:14.841Z Documenting utf8parse v0.2.1
24892024-02-18T04:21:15.052Z Documenting native-tls v0.2.11
24902024-02-18T04:21:15.249Z Documenting flagset v0.4.3
24912024-02-18T04:21:16.804Z Documenting serde_urlencoded v0.7.1
24922024-02-18T04:21:17.661Z Documenting num-integer v0.1.46
24932024-02-18T04:21:18.059Z Documenting time-macros v0.2.13
24942024-02-18T04:21:19.758Z Documenting der v0.7.8
24952024-02-18T04:21:20.079Z Documenting tokio-native-tls v0.3.1
24962024-02-18T04:21:21.098Z Documenting deranged v0.3.8
24972024-02-18T04:21:21.622Z Documenting regex v1.10.3
24982024-02-18T04:21:22.657Z Documenting num_threads v0.1.6
24992024-02-18T04:21:23.229Z Documenting gimli v0.28.0
25002024-02-18T04:21:24.757Z Documenting time-core v0.1.1
25012024-02-18T04:21:24.772Z Documenting hyper v0.14.27
25022024-02-18T04:21:25.443Z Documenting spki v0.7.2
25032024-02-18T04:21:25.491Z Documenting object v0.32.1
25042024-02-18T04:21:26.319Z Documenting rustc-demangle v0.1.23
25052024-02-18T04:21:27.112Z Documenting webpki-roots v0.25.2
25062024-02-18T04:21:27.646Z Documenting time v0.3.27
25072024-02-18T04:21:27.948Z Documenting spin v0.9.8
25082024-02-18T04:21:29.388Z Documenting either v1.10.0
25092024-02-18T04:21:29.522Z Documenting addr2line v0.21.0
25102024-02-18T04:21:30.153Z Documenting pkcs8 v0.10.2
25112024-02-18T04:21:30.995Z Documenting openapiv3 v2.0.0
25122024-02-18T04:21:31.052Z Documenting futures-executor v0.3.30
25132024-02-18T04:21:33.173Z Checking pest_meta v2.7.6
25142024-02-18T04:21:33.297Z Documenting memoffset v0.9.0
25152024-02-18T04:21:33.447Z Documenting anstyle v1.0.2
25162024-02-18T04:21:34.155Z Documenting data-encoding v2.4.0
25172024-02-18T04:21:34.581Z Documenting anstyle-parse v0.2.1
25182024-02-18T04:21:35.237Z Documenting ipnetwork v0.20.0
25192024-02-18T04:21:36.292Z Documenting crossbeam-epoch v0.9.15
25202024-02-18T04:21:37.329Z Documenting hyper-rustls v0.24.2
25212024-02-18T04:21:37.376Z Documenting hyper-tls v0.5.0
25222024-02-18T04:21:37.952Z Documenting sha2 v0.10.8
25232024-02-18T04:21:38.021Z Documenting hex v0.4.3
25242024-02-18T04:21:38.333Z Documenting backtrace v0.3.69
25252024-02-18T04:21:38.443Z Documenting crc32fast v1.3.2
25262024-02-18T04:21:40.480Z Documenting pest_meta v2.7.6
25272024-02-18T04:21:40.606Z Documenting scroll_derive v0.12.0
25282024-02-18T04:21:42.103Z Documenting untrusted v0.9.0
25292024-02-18T04:21:42.225Z Documenting anstyle-query v1.0.0
25302024-02-18T04:21:42.986Z Documenting colorchoice v1.0.0
25312024-02-18T04:21:44.637Z Documenting anyhow v1.0.75
25322024-02-18T04:21:44.773Z Documenting futures v0.3.30
25332024-02-18T04:21:44.943Z Documenting ring v0.17.8
25342024-02-18T04:21:45.034Z Documenting scroll v0.12.0
25352024-02-18T04:21:45.194Z Documenting pest_generator v2.7.6
25362024-02-18T04:21:45.395Z Documenting reqwest v0.11.22
25372024-02-18T04:21:45.806Z Checking pest_generator v2.7.6
25382024-02-18T04:21:45.898Z Documenting anstream v0.6.11
25392024-02-18T04:21:46.532Z Documenting num-iter v0.1.43
25402024-02-18T04:21:49.021Z Documenting terminal_size v0.3.0
25412024-02-18T04:21:49.650Z Documenting hmac v0.12.1
25422024-02-18T04:21:49.768Z Documenting signal-hook v0.3.17
25432024-02-18T04:21:49.942Z Documenting clap_lex v0.7.0
25442024-02-18T04:21:50.127Z Documenting static_assertions v1.1.0
25452024-02-18T04:21:51.530Z Documenting strsim v0.11.0
25462024-02-18T04:21:53.144Z Documenting plain v0.2.3
25472024-02-18T04:21:53.283Z Documenting ucd-trie v0.1.6
25482024-02-18T04:21:53.294Z Documenting pest_derive v2.7.6
25492024-02-18T04:21:53.808Z Documenting flate2 v1.0.28
25502024-02-18T04:21:54.402Z Documenting clap_derive v4.5.0
25512024-02-18T04:21:54.681Z Documenting unicode-segmentation v1.10.1
25522024-02-18T04:21:55.979Z Documenting clap_builder v4.5.0
25532024-02-18T04:21:56.059Z Documenting goblin v0.8.0
25542024-02-18T04:21:56.255Z Documenting managed v0.8.0
25552024-02-18T04:21:57.747Z Documenting pest v2.7.6
25562024-02-18T04:21:57.926Z Documenting pretty-hex v0.4.1
25572024-02-18T04:21:58.077Z Documenting signal-hook-mio v0.2.3
25582024-02-18T04:21:59.116Z Documenting block-padding v0.3.3
25592024-02-18T04:21:59.551Z Documenting scheduled-thread-pool v0.2.7
25602024-02-18T04:21:59.687Z Documenting bzip2-sys v0.1.11+1.0.8
25612024-02-18T04:22:01.022Z Documenting thread-id v4.2.0
25622024-02-18T04:22:02.135Z Documenting enum-as-inner v0.5.1
25632024-02-18T04:22:02.202Z Documenting clap v4.5.0
25642024-02-18T04:22:02.697Z Documenting dtrace-parser v0.2.0
25652024-02-18T04:22:03.233Z Checking diesel_table_macro_syntax v0.1.0
25662024-02-18T04:22:03.283Z Documenting dof v0.3.0
25672024-02-18T04:22:03.397Z Documenting diesel_table_macro_syntax v0.1.0
25682024-02-18T04:22:03.610Z Documenting r2d2 v0.8.10
25692024-02-18T04:22:03.696Z Documenting bzip2 v0.4.4
25702024-02-18T04:22:05.002Z Documenting inout v0.1.3
25712024-02-18T04:22:06.606Z Documenting crossterm v0.27.0
25722024-02-18T04:22:06.685Z Documenting trust-dns-proto v0.22.0
25732024-02-18T04:22:07.477Z Documenting md-5 v0.10.5
25742024-02-18T04:22:07.768Z Documenting stringprep v0.1.3
25752024-02-18T04:22:07.859Z Documenting toml_datetime v0.6.5
25762024-02-18T04:22:07.962Z Documenting diesel_derives v2.1.2
25772024-02-18T04:22:08.962Z Documenting usdt-impl v0.5.0
25782024-02-18T04:22:09.198Z Documenting serde_spanned v0.6.5
25792024-02-18T04:22:11.788Z Documenting ff v0.13.0
25802024-02-18T04:22:11.867Z Documenting pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
25812024-02-18T04:22:11.881Z Documenting winnow v0.6.1
25822024-02-18T04:22:12.244Z Documenting siphasher v0.3.11
25832024-02-18T04:22:13.171Z Documenting base16ct v0.2.0
25842024-02-18T04:22:14.974Z Documenting fallible-iterator v0.2.0
25852024-02-18T04:22:15.241Z Documenting bit-vec v0.6.3
25862024-02-18T04:22:15.726Z Documenting diesel v2.1.4
25872024-02-18T04:22:15.792Z Documenting group v0.13.0
25882024-02-18T04:22:15.934Z Documenting phf_shared v0.11.2
25892024-02-18T04:22:16.254Z Documenting sec1 v0.7.3
25902024-02-18T04:22:16.547Z Documenting cipher v0.4.4
25912024-02-18T04:22:16.999Z Documenting toml_edit v0.22.6
25922024-02-18T04:22:19.359Z Documenting zip v0.6.6
25932024-02-18T04:22:19.792Z Documenting hkdf v0.12.4
25942024-02-18T04:22:19.903Z Documenting num-bigint v0.4.4
25952024-02-18T04:22:20.131Z Documenting postgres-protocol v0.6.6
25962024-02-18T04:22:22.590Z Documenting crypto-bigint v0.5.2
25972024-02-18T04:22:23.010Z Documenting regress v0.8.0
25982024-02-18T04:22:23.099Z Documenting hubpack v0.1.2
25992024-02-18T04:22:23.819Z Documenting bstr v1.6.0
26002024-02-18T04:22:25.128Z Documenting serde_repr v0.1.16
26012024-02-18T04:22:27.348Z Documenting precomputed-hash v0.1.1
26022024-02-18T04:22:27.578Z Documenting fixedbitset v0.4.2
26032024-02-18T04:22:27.588Z Documenting new_debug_unreachable v1.0.4
26042024-02-18T04:22:28.689Z Documenting lalrpop-util v0.19.12
26052024-02-18T04:22:29.567Z Documenting minimal-lexical v0.2.1
26062024-02-18T04:22:29.579Z Documenting elliptic-curve v0.13.8
26072024-02-18T04:22:29.704Z Documenting gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
26082024-02-18T04:22:30.518Z Documenting yasna v0.5.2
26092024-02-18T04:22:30.975Z Documenting petgraph v0.6.4
26102024-02-18T04:22:31.211Z Documenting string_cache v0.8.7
26112024-02-18T04:22:33.310Z Documenting nom v7.1.3
26122024-02-18T04:22:33.478Z Documenting postgres-types v0.2.6
26132024-02-18T04:22:35.924Z Documenting phf v0.11.2
26142024-02-18T04:22:36.368Z Documenting console v0.15.8
26152024-02-18T04:22:36.503Z Documenting semver v1.0.21
26162024-02-18T04:22:37.550Z Documenting float-cmp v0.9.0
26172024-02-18T04:22:38.281Z Documenting heck v0.4.1
26182024-02-18T04:22:38.315Z Documenting whoami v1.4.1
26192024-02-18T04:22:40.110Z Documenting normalize-line-endings v0.3.0
26202024-02-18T04:22:40.183Z Documenting difflib v0.4.0
26212024-02-18T04:22:40.884Z Documenting predicates-core v1.0.6
26222024-02-18T04:22:41.011Z Documenting bit-set v0.5.3
26232024-02-18T04:22:41.542Z Documenting similar v2.3.0
26242024-02-18T04:22:42.168Z Documenting tokio-postgres v0.7.10
26252024-02-18T04:22:42.679Z Documenting typify-macro v0.0.15 (https://github.com/oxidecomputer/typify#ce009d6f)
26262024-02-18T04:22:42.971Z Documenting typify-impl v0.0.15 (https://github.com/oxidecomputer/typify#ce009d6f)
26272024-02-18T04:22:43.807Z Documenting tokio-stream v0.1.14
26282024-02-18T04:22:43.952Z Documenting getopts v0.2.21
26292024-02-18T04:22:44.725Z Documenting predicates v3.1.0
26302024-02-18T04:22:45.318Z Checking ident_case v1.0.1
26312024-02-18T04:22:45.471Z Checking strsim v0.10.0
26322024-02-18T04:22:45.702Z Documenting progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#bc0bb4b0)
26332024-02-18T04:22:45.926Z Documenting match_cfg v0.1.0
26342024-02-18T04:22:48.498Z Documenting sha1 v0.10.6
26352024-02-18T04:22:48.762Z Documenting hostname v0.3.1
26362024-02-18T04:22:49.083Z Documenting dirs-sys-next v0.1.2
26372024-02-18T04:22:49.444Z Documenting rustls-pki-types v1.1.0
26382024-02-18T04:22:49.805Z Documenting camino v1.1.6
26392024-02-18T04:22:51.014Z Documenting typify v0.0.15 (https://github.com/oxidecomputer/typify#ce009d6f)
26402024-02-18T04:22:51.754Z Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
26412024-02-18T04:22:52.703Z Documenting paste v1.0.14
26422024-02-18T04:22:52.986Z Documenting dirs-next v2.0.0
26432024-02-18T04:22:53.344Z Documenting thread_local v1.1.7
26442024-02-18T04:22:53.422Z Documenting rustls-webpki v0.102.1
26452024-02-18T04:22:54.228Z Documenting crossbeam-channel v0.5.8
26462024-02-18T04:22:54.814Z Documenting atty v0.2.14
26472024-02-18T04:22:55.671Z Documenting take_mut v0.2.2
26482024-02-18T04:22:56.865Z Documenting term v0.7.0
26492024-02-18T04:22:57.284Z Documenting slog-json v2.6.1
26502024-02-18T04:22:57.897Z Documenting rustls v0.22.2
26512024-02-18T04:22:57.973Z Documenting http v1.0.0
26522024-02-18T04:22:58.322Z Documenting async-stream-impl v0.3.5
26532024-02-18T04:22:58.360Z Documenting debug-ignore v1.0.5
26542024-02-18T04:22:58.528Z Documenting progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#bc0bb4b0)
26552024-02-18T04:22:59.428Z Documenting slog-async v2.8.0
26562024-02-18T04:23:00.833Z Documenting slog-term v2.9.0
26572024-02-18T04:23:01.287Z Documenting atomic-waker v1.1.1
26582024-02-18T04:23:02.220Z Documenting slog-bunyan v2.5.0
26592024-02-18T04:23:02.819Z Documenting async-stream v0.3.5
26602024-02-18T04:23:03.313Z Documenting rustls-pemfile v2.0.0
26612024-02-18T04:23:04.132Z Documenting waitgroup v0.1.2
26622024-02-18T04:23:04.135Z Documenting multer v3.0.0
26632024-02-18T04:23:05.233Z Checking darling_core v0.20.3
26642024-02-18T04:23:06.636Z Documenting toml v0.8.10
26652024-02-18T04:23:06.882Z Documenting progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#bc0bb4b0)
26662024-02-18T04:23:07.088Z Documenting dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490)
26672024-02-18T04:23:07.224Z Documenting tokio-rustls v0.25.0
26682024-02-18T04:23:07.300Z Documenting serde_path_to_error v0.1.15
26692024-02-18T04:23:07.438Z Checking darling v0.20.3
26702024-02-18T04:23:07.542Z Documenting serde_with_macros v3.6.1
26712024-02-18T04:23:08.337Z Documenting structmeta-derive v0.3.0
26722024-02-18T04:23:08.930Z Documenting strum v0.26.1
26732024-02-18T04:23:11.545Z Checking structmeta v0.3.0
26742024-02-18T04:23:11.778Z Documenting instant v0.1.12
26752024-02-18T04:23:12.563Z Documenting newtype-uuid v1.0.1
26762024-02-18T04:23:12.628Z Documenting serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
26772024-02-18T04:23:13.160Z Documenting macaddr v1.0.1
26782024-02-18T04:23:13.160Z Documenting serde_with v3.6.1
26792024-02-18T04:23:13.160Z Documenting dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490)
26802024-02-18T04:23:13.166Z Documenting structmeta v0.3.0
26812024-02-18T04:23:15.460Z Documenting backoff v0.4.0
26822024-02-18T04:23:16.160Z Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26832024-02-18T04:23:16.820Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26842024-02-18T04:23:16.969Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
26852024-02-18T04:23:17.068Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
26862024-02-18T04:23:17.566Z Documenting parse-display-derive v0.9.0
26872024-02-18T04:23:17.716Z Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
26882024-02-18T04:23:19.775Z Documenting fastrand v2.0.1
26892024-02-18T04:23:20.954Z Documenting proc-macro-error-attr v1.0.4
26902024-02-18T04:23:20.954Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
26912024-02-18T04:23:21.254Z Checking proc-macro-error v1.0.4
26922024-02-18T04:23:21.444Z Documenting is-terminal v0.4.9
26932024-02-18T04:23:21.536Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
26942024-02-18T04:23:21.622Z Documenting proc-macro-crate v1.3.1
26952024-02-18T04:23:21.812Z Checking proc-macro-crate v1.3.1
26962024-02-18T04:23:22.052Z Documenting hash32 v0.3.1
26972024-02-18T04:23:22.828Z Documenting stable_deref_trait v1.2.0
26982024-02-18T04:23:23.471Z Documenting parse-display v0.9.0
26992024-02-18T04:23:24.223Z Documenting proc-macro-error v1.0.4
27002024-02-18T04:23:24.381Z Documenting tempfile v3.10.0
27012024-02-18T04:23:25.628Z Documenting cobs v0.2.3
27022024-02-18T04:23:26.123Z Documenting heapless v0.8.0
27032024-02-18T04:23:26.996Z Documenting embedded-io v0.4.0
27042024-02-18T04:23:26.999Z Documenting num_enum_derive v0.5.11
27052024-02-18T04:23:27.655Z Documenting foreign-types-macros v0.2.3
27062024-02-18T04:23:28.245Z Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
27072024-02-18T04:23:28.503Z Documenting foreign-types-shared v0.3.1
27082024-02-18T04:23:28.682Z Documenting illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60)
27092024-02-18T04:23:28.862Z Documenting camino-tempfile v1.1.1
27102024-02-18T04:23:29.710Z Documenting postcard v1.0.8
27112024-02-18T04:23:30.962Z Documenting smoltcp v0.11.0
27122024-02-18T04:23:31.372Z Documenting libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
27132024-02-18T04:23:31.580Z Documenting crucible-workspace-hack v0.1.0
27142024-02-18T04:23:32.544Z Documenting foreign-types v0.5.0
27152024-02-18T04:23:32.940Z Documenting num_enum v0.5.11
27162024-02-18T04:23:33.365Z Documenting nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
27172024-02-18T04:23:34.704Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
27182024-02-18T04:23:35.227Z Documenting cstr-argument v0.1.2
27192024-02-18T04:23:35.809Z Documenting rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
27202024-02-18T04:23:36.708Z Documenting kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60)
27212024-02-18T04:23:36.811Z Documenting dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
27222024-02-18T04:23:37.171Z Documenting opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60)
27232024-02-18T04:23:37.222Z Documenting colored v2.0.4
27242024-02-18T04:23:39.787Z Documenting nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
27252024-02-18T04:23:40.226Z Documenting rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
27262024-02-18T04:23:41.293Z Documenting poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
27272024-02-18T04:23:41.565Z Documenting zone_cfg_derive v0.3.0
27282024-02-18T04:23:41.761Z Documenting bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18)
27292024-02-18T04:23:43.796Z Documenting opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60)
27302024-02-18T04:23:43.950Z Documenting num-derive v0.4.0
27312024-02-18T04:23:44.337Z Documenting libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d)
27322024-02-18T04:23:44.502Z Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
27332024-02-18T04:23:46.056Z Documenting bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18)
27342024-02-18T04:23:46.223Z Documenting zone v0.3.0
27352024-02-18T04:23:46.679Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
27362024-02-18T04:23:48.642Z Documenting crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=796dce526dd7ed7b52a0429a486ccba4a9da1ce5#796dce52)
27372024-02-18T04:23:50.217Z Documenting oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60)
27382024-02-18T04:23:50.251Z Documenting smf v0.2.2
27392024-02-18T04:23:50.442Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
27402024-02-18T04:23:50.506Z Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
27412024-02-18T04:23:50.767Z Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
27422024-02-18T04:23:51.703Z Documenting password-hash v0.5.0
27432024-02-18T04:23:52.592Z Documenting blake2 v0.10.6
27442024-02-18T04:23:54.602Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
27452024-02-18T04:23:54.611Z Documenting linked-hash-map v0.5.6
27462024-02-18T04:23:55.084Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
27472024-02-18T04:23:55.901Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
27482024-02-18T04:23:57.273Z Documenting opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60)
27492024-02-18T04:23:57.936Z Documenting argon2 v0.5.3
27502024-02-18T04:23:58.136Z Documenting itertools v0.12.1
27512024-02-18T04:23:58.635Z Documenting memmap v0.7.0
27522024-02-18T04:23:58.986Z Documenting lru-cache v0.1.2
27532024-02-18T04:23:59.055Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
27542024-02-18T04:24:00.084Z Documenting derive-where v1.2.7
27552024-02-18T04:24:00.794Z Documenting swrite v0.1.0
27562024-02-18T04:24:02.044Z Documenting quick-error v1.2.3
27572024-02-18T04:24:02.388Z Documenting usdt v0.5.0
27582024-02-18T04:24:02.804Z Documenting newtype_derive v0.1.6
27592024-02-18T04:24:03.076Z Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
27602024-02-18T04:24:04.078Z Documenting tap v1.0.1
27612024-02-18T04:24:05.290Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
27622024-02-18T04:24:05.379Z Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
27632024-02-18T04:24:05.855Z Documenting resolv-conf v0.7.0
27642024-02-18T04:24:06.527Z Documenting steno v0.4.0
27652024-02-18T04:24:06.615Z Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
27662024-02-18T04:24:07.085Z Documenting radium v0.7.0
27672024-02-18T04:24:07.100Z Documenting wyz v0.5.1
27682024-02-18T04:24:10.343Z Documenting nibble_vec v0.1.0
27692024-02-18T04:24:10.350Z Documenting trust-dns-resolver v0.22.0
27702024-02-18T04:24:10.351Z Checking heck v0.3.3
27712024-02-18T04:24:10.351Z Documenting endian-type v0.1.2
27722024-02-18T04:24:10.351Z Documenting crc-catalog v2.2.0
27732024-02-18T04:24:10.351Z Documenting funty v2.0.0
27742024-02-18T04:24:13.171Z Documenting crc v3.0.1
27752024-02-18T04:24:13.480Z Documenting bitvec v1.0.1
27762024-02-18T04:24:13.978Z Documenting structopt-derive v0.4.18
27772024-02-18T04:24:14.145Z Documenting radix_trie v0.2.1
27782024-02-18T04:24:16.206Z Documenting cancel-safe-futures v0.1.5
27792024-02-18T04:24:17.328Z Documenting filetime v0.2.23
27802024-02-18T04:24:18.179Z Documenting xattr v1.0.1
27812024-02-18T04:24:18.840Z Documenting packed_struct_codegen v0.10.1
27822024-02-18T04:24:18.872Z Documenting nodrop v0.1.14
27832024-02-18T04:24:19.195Z Documenting structopt v0.3.26
27842024-02-18T04:24:21.343Z Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
27852024-02-18T04:24:21.633Z Documenting num-bigint-dig v0.8.4
27862024-02-18T04:24:21.786Z Documenting array-init v0.0.4
27872024-02-18T04:24:22.174Z Documenting tar v0.4.40
27882024-02-18T04:24:22.195Z Documenting libefi-sys v0.1.0
27892024-02-18T04:24:22.801Z Documenting num-rational v0.4.1
27902024-02-18T04:24:23.512Z Documenting illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
27912024-02-18T04:24:24.969Z Documenting packed_struct v0.10.1
27922024-02-18T04:24:25.130Z Documenting pkcs1 v0.7.5
27932024-02-18T04:24:26.260Z Documenting signature v2.1.0
27942024-02-18T04:24:26.406Z Documenting num-complex v0.4.4
27952024-02-18T04:24:27.843Z Documenting bitfield v0.14.0
27962024-02-18T04:24:28.093Z Documenting arc-swap v1.6.0
27972024-02-18T04:24:28.567Z Documenting termcolor v1.2.0
27982024-02-18T04:24:29.813Z Documenting tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802)
27992024-02-18T04:24:30.262Z Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
28002024-02-18T04:24:30.799Z Documenting libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
28012024-02-18T04:24:31.182Z Documenting rsa v0.9.2
28022024-02-18T04:24:31.921Z Documenting num v0.4.1
28032024-02-18T04:24:32.057Z Documenting slog-scope v4.4.0
28042024-02-18T04:24:33.263Z Documenting env_logger v0.10.0
28052024-02-18T04:24:33.973Z Documenting lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
28062024-02-18T04:24:34.978Z Documenting serde-hex v0.1.0
28072024-02-18T04:24:35.308Z Documenting tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
28082024-02-18T04:24:35.990Z Documenting x509-cert v0.2.4
28092024-02-18T04:24:37.847Z Documenting ron v0.8.1
28102024-02-18T04:24:38.215Z Documenting libsw v3.3.1
28112024-02-18T04:24:39.225Z Documenting gethostname v0.4.3
28122024-02-18T04:24:39.682Z Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
28132024-02-18T04:24:41.585Z Documenting half v2.3.1
28142024-02-18T04:24:41.780Z Documenting crc-any v2.4.3
28152024-02-18T04:24:41.931Z Documenting linear-map v1.2.0
28162024-02-18T04:24:42.337Z Documenting owo-colors v4.0.0
28172024-02-18T04:24:43.054Z Documenting same-file v1.0.6
28182024-02-18T04:24:43.157Z Documenting ciborium-io v0.2.2
28192024-02-18T04:24:44.693Z Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
28202024-02-18T04:24:44.901Z Documenting lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
28212024-02-18T04:24:44.981Z Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
28222024-02-18T04:24:46.737Z Documenting tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
28232024-02-18T04:24:46.869Z Documenting ciborium-ll v0.2.2
28242024-02-18T04:24:47.084Z Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
28252024-02-18T04:24:47.618Z Documenting walkdir v2.4.0
28262024-02-18T04:24:51.032Z Documenting slog-stdlog v4.1.1
28272024-02-18T04:24:51.802Z Documenting slog-dtrace v0.3.0
28282024-02-18T04:24:52.205Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
28292024-02-18T04:24:54.985Z Documenting path-slash v0.1.5
28302024-02-18T04:24:56.309Z Documenting slog-envlogger v2.2.0
28312024-02-18T04:24:57.169Z Documenting ciborium v0.2.2
28322024-02-18T04:24:57.621Z Documenting pem v3.0.2
28332024-02-18T04:24:58.735Z Documenting hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84)
28342024-02-18T04:24:59.002Z Documenting fxhash v0.2.1
28352024-02-18T04:25:01.724Z Documenting display-error-chain v0.2.0
28362024-02-18T04:25:01.820Z Documenting utf-8 v0.7.6
28372024-02-18T04:25:01.973Z Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
28382024-02-18T04:25:02.732Z Documenting internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
28392024-02-18T04:25:03.328Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
28402024-02-18T04:25:04.501Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
28412024-02-18T04:25:04.730Z Documenting vte_generate_state_changes v0.1.1
28422024-02-18T04:25:05.328Z Documenting convert_case v0.4.0
28432024-02-18T04:25:05.504Z Checking convert_case v0.4.0
28442024-02-18T04:25:05.696Z Documenting tungstenite v0.20.1
28452024-02-18T04:25:05.723Z Documenting buf-list v1.0.3
28462024-02-18T04:25:08.567Z Documenting vte v0.11.1
28472024-02-18T04:25:09.168Z Documenting derive_more v0.99.17
28482024-02-18T04:25:10.643Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
28492024-02-18T04:25:11.155Z Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client)
28502024-02-18T04:25:12.460Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
28512024-02-18T04:25:12.780Z Checking darling_core v0.14.4
28522024-02-18T04:25:12.995Z Documenting tokio-tungstenite v0.20.1
28532024-02-18T04:25:13.453Z Documenting pin-project-internal v1.1.3
28542024-02-18T04:25:14.582Z Checking darling v0.14.4
28552024-02-18T04:25:14.697Z Documenting strip-ansi-escapes v0.2.0
28562024-02-18T04:25:15.287Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
28572024-02-18T04:25:18.619Z Documenting pin-project v1.1.3
28582024-02-18T04:25:18.731Z Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
28592024-02-18T04:25:19.165Z Documenting doc-comment v0.3.3
28602024-02-18T04:25:20.189Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
28612024-02-18T04:25:21.289Z Documenting crossbeam-deque v0.8.3
28622024-02-18T04:25:21.615Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
28632024-02-18T04:25:21.714Z Documenting snafu-derive v0.7.5
28642024-02-18T04:25:22.027Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28652024-02-18T04:25:22.187Z Documenting nu-ansi-term v0.50.0
28662024-02-18T04:25:23.698Z Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
28672024-02-18T04:25:25.363Z Documenting rayon-core v1.12.0
28682024-02-18T04:25:25.628Z Documenting trust-dns-client v0.22.0
28692024-02-18T04:25:26.413Z Documenting reedline v0.29.0
28702024-02-18T04:25:27.510Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28712024-02-18T04:25:28.764Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
28722024-02-18T04:25:29.129Z Documenting globset v0.4.13
28732024-02-18T04:25:29.889Z Documenting olpc-cjson v0.1.3
28742024-02-18T04:25:30.883Z Documenting snafu v0.7.5
28752024-02-18T04:25:32.169Z Documenting serde_plain v1.0.2
28762024-02-18T04:25:33.867Z Documenting headers-core v0.2.0
28772024-02-18T04:25:34.408Z Documenting async-recursion v1.0.5
28782024-02-18T04:25:34.892Z Documenting keccak v0.1.4
28792024-02-18T04:25:35.400Z Documenting typed-path v0.7.0
28802024-02-18T04:25:36.078Z Documenting bytecount v0.6.3
28812024-02-18T04:25:36.283Z Documenting trust-dns-server v0.22.1
28822024-02-18T04:25:36.653Z Documenting rayon v1.8.0
28832024-02-18T04:25:37.771Z Documenting sha3 v0.10.8
28842024-02-18T04:25:38.573Z Documenting headers v0.3.9
28852024-02-18T04:25:39.120Z Documenting papergrid v0.11.0
28862024-02-18T04:25:40.865Z Documenting tough v0.16.0
28872024-02-18T04:25:41.096Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28882024-02-18T04:25:43.093Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
28892024-02-18T04:25:44.475Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
28902024-02-18T04:25:44.548Z Checking derive_builder_core v0.12.0
28912024-02-18T04:25:45.355Z Documenting derive_builder_core v0.12.0
28922024-02-18T04:25:45.368Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
28932024-02-18T04:25:45.825Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
28942024-02-18T04:25:45.996Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
28952024-02-18T04:25:45.999Z Documenting sled v0.34.7
28962024-02-18T04:25:46.153Z Documenting fs-err v2.11.0
28972024-02-18T04:25:46.673Z Documenting unicase v2.7.0
28982024-02-18T04:25:46.804Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
28992024-02-18T04:25:47.124Z Documenting tabled_derive v0.7.0
29002024-02-18T04:25:47.496Z Documenting progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor#bc0bb4b0)
29012024-02-18T04:25:49.950Z Documenting progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor#bc0bb4b0)
29022024-02-18T04:25:50.351Z Documenting fd-lock v4.0.2
29032024-02-18T04:25:51.731Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
29042024-02-18T04:25:51.883Z Documenting nix v0.27.1
29052024-02-18T04:25:52.749Z Documenting secrecy v0.8.0
29062024-02-18T04:25:53.297Z Documenting rustversion v1.0.14
29072024-02-18T04:25:54.836Z Documenting sqlparser_derive v0.2.2
29082024-02-18T04:25:55.127Z Documenting home v0.5.5
29092024-02-18T04:25:56.096Z Documenting unicode_categories v0.1.1
29102024-02-18T04:25:56.873Z Documenting parse-size v1.0.0
29112024-02-18T04:25:57.261Z Documenting castaway v0.2.2
29122024-02-18T04:25:58.639Z Documenting derive_builder_macro v0.12.0
29132024-02-18T04:25:58.712Z Documenting progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor#bc0bb4b0)
29142024-02-18T04:25:58.967Z Documenting rustyline v13.0.0
29152024-02-18T04:25:59.878Z Documenting tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
29162024-02-18T04:26:00.355Z Documenting sqlparser v0.43.1
29172024-02-18T04:26:00.468Z Documenting sqlformat v0.2.3
29182024-02-18T04:26:01.068Z Documenting tabled v0.15.0
29192024-02-18T04:26:03.222Z Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
29202024-02-18T04:26:05.723Z Documenting mime_guess v2.0.4
29212024-02-18T04:26:07.202Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
29222024-02-18T04:26:08.467Z Documenting dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
29232024-02-18T04:26:08.552Z Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
29242024-02-18T04:26:10.891Z Compiling nexus-blueprint-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/blueprint-execution)
29252024-02-18T04:26:11.207Z Documenting universal-hash v0.5.1
29262024-02-18T04:26:13.152Z Documenting bcs v0.1.6
29272024-02-18T04:26:14.755Z Documenting kstat-rs v0.2.3
29282024-02-18T04:26:17.385Z Documenting thiserror-impl-no-std v2.0.2
29292024-02-18T04:26:17.610Z Documenting curve25519-dalek-derive v0.1.0
29302024-02-18T04:26:19.126Z Documenting slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
29312024-02-18T04:26:21.815Z Documenting ref-cast-impl v1.0.20
29322024-02-18T04:26:21.986Z Documenting highway v1.1.0
29332024-02-18T04:26:22.216Z Documenting opaque-debug v0.3.0
29342024-02-18T04:26:22.233Z Documenting curve25519-dalek v4.1.1
29352024-02-18T04:26:22.449Z Documenting thiserror-no-std v2.0.2
29362024-02-18T04:26:23.791Z Documenting slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
29372024-02-18T04:26:25.208Z Documenting poly1305 v0.8.0
29382024-02-18T04:26:25.341Z Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
29392024-02-18T04:26:26.038Z Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29402024-02-18T04:26:27.325Z Documenting ref-cast v1.0.20
29412024-02-18T04:26:27.884Z Documenting propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18)
29422024-02-18T04:26:28.256Z Documenting derive_builder v0.12.0
29432024-02-18T04:26:28.820Z Documenting compact_str v0.7.1
29442024-02-18T04:26:30.300Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
29452024-02-18T04:26:30.372Z Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
29462024-02-18T04:26:31.840Z Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
29472024-02-18T04:26:33.063Z Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
29482024-02-18T04:26:36.003Z Documenting ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
29492024-02-18T04:26:38.329Z Documenting mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client)
29502024-02-18T04:26:43.145Z Documenting portable-atomic v1.4.3
29512024-02-18T04:26:43.518Z Documenting polar-core v0.27.0
29522024-02-18T04:26:44.373Z Documenting ed25519 v1.5.3
29532024-02-18T04:26:46.950Z Documenting libxml v0.3.3
29542024-02-18T04:26:47.364Z Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
29552024-02-18T04:26:48.389Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
29562024-02-18T04:26:50.996Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
29572024-02-18T04:26:51.876Z Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
29582024-02-18T04:26:52.140Z Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
29592024-02-18T04:26:52.508Z Documenting crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=796dce526dd7ed7b52a0429a486ccba4a9da1ce5#796dce52)
29602024-02-18T04:26:53.532Z Documenting chacha20 v0.9.1
29612024-02-18T04:26:56.820Z Documenting bb8 v0.8.3
29622024-02-18T04:26:57.088Z Documenting aead v0.5.2
29632024-02-18T04:26:58.548Z Documenting lru v0.12.1
29642024-02-18T04:27:02.057Z Documenting quick-xml v0.30.0
29652024-02-18T04:27:03.183Z Documenting stability v0.1.1
29662024-02-18T04:27:03.769Z Documenting impl-trait-for-tuples v0.2.2
29672024-02-18T04:27:03.981Z Documenting oso-derive v0.27.0
29682024-02-18T04:27:06.273Z Documenting cassowary v0.3.0
29692024-02-18T04:27:07.745Z Documenting number_prefix v0.4.0
29702024-02-18T04:27:07.852Z Documenting glob v0.3.1
29712024-02-18T04:27:08.420Z Documenting maplit v1.0.2
29722024-02-18T04:27:08.479Z Documenting samael v0.0.14 (https://github.com/oxidecomputer/samael?branch=oxide/omicron#9e609a8f)
29732024-02-18T04:27:10.118Z Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
29742024-02-18T04:27:10.505Z Documenting ratatui v0.26.1
29752024-02-18T04:27:10.745Z Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
29762024-02-18T04:27:11.544Z Documenting indicatif v0.17.8
29772024-02-18T04:27:12.313Z Documenting oso v0.27.0
29782024-02-18T04:27:12.743Z Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
29792024-02-18T04:27:16.517Z Documenting async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef)
29802024-02-18T04:27:16.685Z Documenting chacha20poly1305 v0.10.1
29812024-02-18T04:27:17.735Z Documenting salty v0.2.0
29822024-02-18T04:27:19.021Z Documenting vsss-rs v3.3.4
29832024-02-18T04:27:22.240Z Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
29842024-02-18T04:27:22.998Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
29852024-02-18T04:27:23.144Z Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
29862024-02-18T04:27:24.090Z Documenting hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
29872024-02-18T04:27:24.159Z Documenting nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d)
29882024-02-18T04:27:26.417Z Documenting diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0)
29892024-02-18T04:27:28.501Z Documenting cookie v0.18.0
29902024-02-18T04:27:28.755Z Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
29912024-02-18T04:27:31.643Z Documenting tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
29922024-02-18T04:27:33.133Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
29932024-02-18T04:27:33.449Z Documenting serde-big-array v0.5.1
29942024-02-18T04:27:34.378Z Documenting rtoolbox v0.0.1
29952024-02-18T04:27:34.420Z Documenting http-range v0.1.5
29962024-02-18T04:27:35.286Z Documenting humantime v2.1.0
29972024-02-18T04:27:35.727Z Documenting unicode-linebreak v0.1.5
29982024-02-18T04:27:37.872Z Documenting is_ci v1.2.0
29992024-02-18T04:27:38.232Z Documenting smawk v0.3.1
30002024-02-18T04:27:38.521Z Documenting rpassword v7.3.1
30012024-02-18T04:27:38.779Z Documenting hyper-staticfile v0.9.5
30022024-02-18T04:27:39.198Z Documenting gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
30032024-02-18T04:27:41.664Z Documenting supports-color v3.0.0
30042024-02-18T04:27:41.742Z Documenting sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
30052024-02-18T04:27:42.816Z Documenting textwrap v0.16.0
30062024-02-18T04:27:43.540Z Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
30072024-02-18T04:27:46.099Z Documenting tui-tree-widget v0.17.0
30082024-02-18T04:27:46.841Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
30092024-02-18T04:27:47.319Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
30102024-02-18T04:27:47.576Z Checking nexus-deployment v0.1.0 (/work/oxidecomputer/omicron/nexus/deployment)
30112024-02-18T04:27:48.339Z Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
30122024-02-18T04:27:49.847Z Documenting rcgen v0.12.1
30132024-02-18T04:27:51.048Z Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
30142024-02-18T04:27:52.458Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
30152024-02-18T04:27:52.770Z Documenting atomicwrites v0.4.3
30162024-02-18T04:27:52.876Z Documenting signal-hook-tokio v0.3.1
30172024-02-18T04:27:56.683Z Documenting memmap2 v0.7.1
30182024-02-18T04:27:57.225Z Documenting subprocess v0.2.9
30192024-02-18T04:27:58.029Z Documenting arrayref v0.3.7
30202024-02-18T04:27:58.041Z Documenting arrayvec v0.7.4
30212024-02-18T04:28:00.991Z Documenting corncobs v0.1.3
30222024-02-18T04:28:01.056Z Documenting shell-words v1.1.0
30232024-02-18T04:28:01.097Z Documenting constant_time_eq v0.3.0
30242024-02-18T04:28:01.425Z Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
30252024-02-18T04:28:01.632Z Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
30262024-02-18T04:28:03.984Z Documenting sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
30272024-02-18T04:28:04.211Z Documenting blake3 v1.5.0
30282024-02-18T04:28:05.481Z Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
30292024-02-18T04:28:06.908Z Documenting nexus-deployment v0.1.0 (/work/oxidecomputer/omicron/nexus/deployment)
30302024-02-18T04:28:08.589Z Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
30312024-02-18T04:28:09.159Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
30322024-02-18T04:28:10.530Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
30332024-02-18T04:28:15.647Z Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
30342024-02-18T04:28:23.430Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
30352024-02-18T04:28:23.459Zwarning: unclosed HTML tag `usize`
30362024-02-18T04:28:23.460Z --> wicket/src/ui/panes/update.rs:153:19
30372024-02-18T04:28:23.460Z |
30382024-02-18T04:28:23.460Z153 | /// TODO: The <usize> generic parameter is carried over from earlier versions
30392024-02-18T04:28:23.460Z | ^^^^^^^
30402024-02-18T04:28:23.460Z |
30412024-02-18T04:28:23.460Z = note: `#[warn(rustdoc::invalid_html_tags)]` on by default
30422024-02-18T04:28:23.460Z
30432024-02-18T04:28:24.708Zwarning: `wicket` (lib doc) generated 1 warning
30442024-02-18T04:28:24.712Z Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
30452024-02-18T04:28:25.279Z Documenting crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=796dce526dd7ed7b52a0429a486ccba4a9da1ce5#796dce52)
30462024-02-18T04:28:28.489Z Documenting fatfs v0.3.6
30472024-02-18T04:28:31.922Z Documenting nanorand v0.7.0
30482024-02-18T04:28:33.701Z Documenting topological-sort v0.2.2
30492024-02-18T04:28:35.368Z Documenting assert_matches v1.5.0
30502024-02-18T04:28:35.530Z Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
30512024-02-18T04:28:36.096Z Documenting flume v0.11.0
30522024-02-18T04:28:38.341Z Documenting omicron-zone-package v0.11.0
30532024-02-18T04:28:38.445Z Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
30542024-02-18T04:28:39.629Z Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
30552024-02-18T04:28:41.445Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
30562024-02-18T04:28:43.706Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
30572024-02-18T04:28:44.736Z Documenting installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client)
30582024-02-18T04:28:46.130Z Documenting installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd)
30592024-02-18T04:28:51.087Z Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd)
30602024-02-18T04:28:51.843Zwarning: unresolved link to `propolis_client::api::InstanceStateMonitorResponse`
30612024-02-18T04:28:51.843Z --> sled-agent/src/sim/instance.rs:46:7
30622024-02-18T04:28:51.843Z |
30632024-02-18T04:28:51.843Z46 | /// [`propolis_client::api::InstanceStateMonitorResponse`]. Transition requests
30642024-02-18T04:28:51.843Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `api` in module `propolis_client`
30652024-02-18T04:28:51.844Z |
30662024-02-18T04:28:51.844Z = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
30672024-02-18T04:28:51.844Z
30682024-02-18T04:28:51.942Z Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client)
30692024-02-18T04:28:55.288Zwarning: `omicron-sled-agent` (lib doc) generated 1 warning
30702024-02-18T04:28:55.291Z Documenting termios v0.3.3
30712024-02-18T04:28:59.337Z Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
30722024-02-18T04:29:07.940Z Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
30732024-02-18T04:29:08.332Z Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
30742024-02-18T04:29:09.260Z Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
30752024-02-18T04:29:18.971Z Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
30762024-02-18T04:29:34.094Z Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
30772024-02-18T04:29:40.245Z Documenting tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
30782024-02-18T04:29:46.268Zwarning: unresolved link to `DataStore::update_tuf_repo_description_insert`
30792024-02-18T04:29:46.268Z --> nexus/db-queries/src/db/datastore/update.rs:28:27
30802024-02-18T04:29:46.268Z |
30812024-02-18T04:29:46.268Z28 | /// The return value of [`DataStore::update_tuf_repo_description_insert`].
30822024-02-18T04:29:46.268Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the struct `DataStore` has no field or associated item named `update_tuf_repo_description_insert`
30832024-02-18T04:29:46.269Z |
30842024-02-18T04:29:46.269Z = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
30852024-02-18T04:29:46.269Z
30862024-02-18T04:29:51.235Z Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli)
30872024-02-18T04:29:53.262Z Documenting caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util)
30882024-02-18T04:29:53.537Z Documenting zone-network-setup v0.1.0 (/work/oxidecomputer/omicron/zone-network-setup)
30892024-02-18T04:29:54.566Z Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
30902024-02-18T04:30:00.033Z Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
30912024-02-18T04:30:02.635Zwarning: `nexus-db-queries` (lib doc) generated 1 warning
30922024-02-18T04:30:02.638Z Documenting nexus-blueprint-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/blueprint-execution)
30932024-02-18T04:30:04.657Z Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
30942024-02-18T04:30:26.409Z Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
30952024-02-18T04:31:13.692Zwarning: unresolved link to `VolumeConstructionRequest`
30962024-02-18T04:31:13.693Z --> nexus/src/app/sagas/volume_delete.rs:338:7
30972024-02-18T04:31:13.693Z |
30982024-02-18T04:31:13.693Z338 | /// [`VolumeConstructionRequest`] is shown here):
30992024-02-18T04:31:13.694Z | ^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `VolumeConstructionRequest` in scope
31002024-02-18T04:31:13.694Z |
31012024-02-18T04:31:13.695Z = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
31022024-02-18T04:31:13.697Z = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
31032024-02-18T04:31:13.697Z
31042024-02-18T04:31:13.713Zwarning: unresolved link to `fd00:1122:3344:101::5`
31052024-02-18T04:31:13.713Z --> nexus/src/app/sagas/volume_delete.rs:348:17
31062024-02-18T04:31:13.713Z |
31072024-02-18T04:31:13.714Z348 | /// "[fd00:1122:3344:101::5]:1000",
31082024-02-18T04:31:13.715Z | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:101` in scope
31092024-02-18T04:31:13.715Z
31102024-02-18T04:31:13.715Zwarning: unresolved link to `fd00:1122:3344:102::9`
31112024-02-18T04:31:13.715Z --> nexus/src/app/sagas/volume_delete.rs:349:17
31122024-02-18T04:31:13.716Z |
31132024-02-18T04:31:13.716Z349 | /// "[fd00:1122:3344:102::9]:1000",
31142024-02-18T04:31:13.716Z | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:102` in scope
31152024-02-18T04:31:13.716Z
31162024-02-18T04:31:13.716Zwarning: unresolved link to `fd00:1122:3344:103::2`
31172024-02-18T04:31:13.716Z --> nexus/src/app/sagas/volume_delete.rs:350:17
31182024-02-18T04:31:13.716Z |
31192024-02-18T04:31:13.717Z350 | /// "[fd00:1122:3344:103::2]:1000"
31202024-02-18T04:31:13.717Z | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:103` in scope
31212024-02-18T04:31:13.717Z
31222024-02-18T04:31:13.717Zwarning: unresolved link to `fd00:1122:3344:101::5`
31232024-02-18T04:31:13.718Z --> nexus/src/app/sagas/volume_delete.rs:369:17
31242024-02-18T04:31:13.718Z |
31252024-02-18T04:31:13.718Z369 | /// "[fd00:1122:3344:101::5]:1001", <-- port changed
31262024-02-18T04:31:13.718Z | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:101` in scope
31272024-02-18T04:31:13.719Z
31282024-02-18T04:31:13.719Zwarning: unresolved link to `fd00:1122:3344:102::9`
31292024-02-18T04:31:13.720Z --> nexus/src/app/sagas/volume_delete.rs:370:17
31302024-02-18T04:31:13.720Z |
31312024-02-18T04:31:13.720Z370 | /// "[fd00:1122:3344:102::9]:1001", <-- port changed
31322024-02-18T04:31:13.720Z | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:102` in scope
31332024-02-18T04:31:13.720Z
31342024-02-18T04:31:13.721Zwarning: unresolved link to `fd00:1122:3344:103::2`
31352024-02-18T04:31:13.721Z --> nexus/src/app/sagas/volume_delete.rs:371:17
31362024-02-18T04:31:13.722Z |
31372024-02-18T04:31:13.722Z371 | /// "[fd00:1122:3344:103::2]:1001" <-- port changed
31382024-02-18T04:31:13.722Z | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:103` in scope
31392024-02-18T04:31:13.722Z
31402024-02-18T04:31:16.643Zwarning: `omicron-nexus` (lib doc) generated 7 warnings
31412024-02-18T04:31:32.678Z Finished dev [unoptimized + debuginfo] target(s) in 11m 32s
31422024-02-18T04:31:32.779Z
31432024-02-18T04:31:32.779Zreal 11:32.319370274
31442024-02-18T04:31:32.779Zuser 31:22.451511907
31452024-02-18T04:31:32.779Zsys 49:31.816384901
31462024-02-18T04:31:32.782Ztrap 0.951821770
31472024-02-18T04:31:32.782Ztflt 0.091059602
31482024-02-18T04:31:32.782Zdflt 0.654173688
31492024-02-18T04:31:32.782Zkflt 0.000116404
31502024-02-18T04:31:32.783Zlock 2:08:59.883524375
31512024-02-18T04:31:32.783Zslp 2:54:24.132970308
31522024-02-18T04:31:32.783Zlat 4:48.283780141
31532024-02-18T04:31:32.783Zstop 1:31.065506137
31542024-02-18T04:31:32.783Zprocess exited: duration 1331330 ms, exit code 0
 
31552024-02-18T04:31:32.789Zfound 0 output files