01HZ2YR93SAAGZG8GHD3GSPEFW: clippy (helios)

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

Buildomat Job: 01HZ2YRTPVFKRAM579HDHJEJ9X

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12024-05-29T19:56:54.544Zjob assigned to worker 01HZ2YRWYPGWDWA1QJ3DHZKYDJ (queued for 58 s)
 
22024-05-29T19:57:01.783Zstarting task 0: "setup"
32024-05-29T19:57:01.838Z++ uname -s
42024-05-29T19:57:01.846Z+ kern=SunOS
52024-05-29T19:57:01.846Z+ case "$kern" in
62024-05-29T19:57:01.846Z+ groupadd -g 12345 build
72024-05-29T19:57:01.847Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-05-29T19:57:03.853Z+ zfs create -o mountpoint=/work rpool/work
92024-05-29T19:57:03.972Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-05-29T19:57:03.978Z+ home_fs=zfs
112024-05-29T19:57:03.978Z+ [[ zfs == autofs ]]
122024-05-29T19:57:03.978Z+ mkdir -p /home/build
132024-05-29T19:57:03.978Z+ chown build:build /home/build /work
142024-05-29T19:57:05.983Z+ chmod 0700 /home/build /work
152024-05-29T19:57:05.989Zprocess exited: duration 4203 ms, exit code 0
 
162024-05-29T19:57:06.002Zstarting task 1: "rust-toolchain"
172024-05-29T19:57:06.011Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
182024-05-29T19:57:06.024Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.78.0 --profile default
192024-05-29T19:57:06.169Zinfo: downloading installer
202024-05-29T19:57:07.683Zwarning: it looks like you have an existing installation of Rust at:
212024-05-29T19:57:07.683Zwarning: /opt/ooce/bin
222024-05-29T19:57:07.683Zwarning: It is recommended that rustup be the primary Rust installation.
232024-05-29T19:57:07.683Zwarning: Otherwise you may have confusion unless you are careful with your PATH
242024-05-29T19:57:07.683Zwarning: If you are sure that you want both rustup and your already installed Rust
252024-05-29T19:57:07.683Zwarning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
262024-05-29T19:57:07.683Zwarning: or pass `-y' to ignore all ignorable checks.
272024-05-29T19:57:07.683Zerror: cannot install while Rust is installed
282024-05-29T19:57:07.683Zwarning: continuing (because the -y flag is set and the error is ignorable)
292024-05-29T19:57:07.815Zinfo: profile set to 'default'
302024-05-29T19:57:07.815Zinfo: default host triple is x86_64-unknown-illumos
312024-05-29T19:57:07.890Zinfo: syncing channel updates for '1.78.0-x86_64-unknown-illumos'
322024-05-29T19:57:08.112Zinfo: latest update on 2024-05-02, rust version 1.78.0 (9b00956e5 2024-04-29)
332024-05-29T19:57:08.112Zinfo: downloading component 'cargo'
342024-05-29T19:57:09.019Zinfo: downloading component 'clippy'
352024-05-29T19:57:09.362Zinfo: downloading component 'rust-docs'
362024-05-29T19:57:10.849Zinfo: downloading component 'rust-std'
372024-05-29T19:57:12.929Zinfo: downloading component 'rustc'
382024-05-29T19:57:22.368Zinfo: downloading component 'rustfmt'
392024-05-29T19:57:22.368Zinfo: installing component 'cargo'
402024-05-29T19:57:22.474Zinfo: installing component 'clippy'
412024-05-29T19:57:22.475Zinfo: installing component 'rust-docs'
422024-05-29T19:57:22.475Zinfo: installing component 'rust-std'
432024-05-29T19:57:23.416Zinfo: installing component 'rustc'
442024-05-29T19:57:27.568Zinfo: installing component 'rustfmt'
452024-05-29T19:57:27.913Zinfo: default toolchain set to '1.78.0-x86_64-unknown-illumos'
462024-05-29T19:57:27.913Z
472024-05-29T19:57:28.208Z 1.78.0-x86_64-unknown-illumos installed - rustc 1.78.0 (9b00956e5 2024-04-29)
482024-05-29T19:57:28.208Z
492024-05-29T19:57:28.231Z
502024-05-29T19:57:28.232ZRust is installed now. Great!
512024-05-29T19:57:28.233Z
522024-05-29T19:57:28.233ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
532024-05-29T19:57:28.233Zenvironment variable. This has not been done automatically.
542024-05-29T19:57:28.233Z
552024-05-29T19:57:28.234ZTo configure your current shell, you need to source
562024-05-29T19:57:28.234Zthe corresponding env file under $HOME/.cargo.
572024-05-29T19:57:28.235Z
582024-05-29T19:57:28.235ZThis is usually done by running one of the following (note the leading DOT):
592024-05-29T19:57:28.235Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
602024-05-29T19:57:28.236Zsource "$HOME/.cargo/env.fish" # For fish
612024-05-29T19:57:28.274Z+ rustc --version
622024-05-29T19:57:28.339Zrustc 1.78.0 (9b00956e5 2024-04-29)
632024-05-29T19:57:28.354Zprocess exited: duration 22332 ms, exit code 0
 
642024-05-29T19:57:28.372Zstarting task 2: "authentication"
652024-05-29T19:57:28.405Zprocess exited: duration 29 ms, exit code 0
 
662024-05-29T19:57:28.432Zstarting task 3: "clone repository"
672024-05-29T19:57:28.443Z+ mkdir -p /work/oxidecomputer/omicron
682024-05-29T19:57:28.443Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
692024-05-29T19:57:28.580ZCloning into '/work/oxidecomputer/omicron'...
702024-05-29T19:57:35.074Z+ cd /work/oxidecomputer/omicron
712024-05-29T19:57:35.074Z+ git fetch origin a155af9134db2bcbdb1add772f94f4da5dd009f8
722024-05-29T19:57:35.659ZFrom https://github.com/oxidecomputer/omicron
732024-05-29T19:57:35.660Z * branch a155af9134db2bcbdb1add772f94f4da5dd009f8 -> FETCH_HEAD
742024-05-29T19:57:35.665Z+ [[ -n '' ]]
752024-05-29T19:57:35.666Z+ git reset --hard a155af9134db2bcbdb1add772f94f4da5dd009f8
762024-05-29T19:57:35.796ZHEAD is now at a155af913 Move some queries into DataStore impls
772024-05-29T19:57:35.803Zprocess exited: duration 7369 ms, exit code 0
 
782024-05-29T19:57:35.825Zstarting task 4: "build"
792024-05-29T19:57:35.833Z+ cargo --version
802024-05-29T19:57:35.872Zcargo 1.78.0 (54d8815d0 2024-03-26)
812024-05-29T19:57:35.876Z+ rustc --version
822024-05-29T19:57:35.929Zrustc 1.78.0 (9b00956e5 2024-04-29)
832024-05-29T19:57:35.933Z+ source ./env.sh
842024-05-29T19:57:35.933Z++ set -o xtrace
852024-05-29T19:57:35.936Z++++ dirname ./env.sh
862024-05-29T19:57:35.936Z+++ readlink -f .
872024-05-29T19:57:36.028Z++ OMICRON_WS=/work/oxidecomputer/omicron
882024-05-29T19:57:36.040Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
892024-05-29T19:57:36.040Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
902024-05-29T19:57:36.040Z++ 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
912024-05-29T19:57:36.040Z++ 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
922024-05-29T19:57:36.040Z++ 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
932024-05-29T19:57:36.040Z++ 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
942024-05-29T19:57:36.041Z++ 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
952024-05-29T19:57:36.041Z++ 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
962024-05-29T19:57:36.041Z++ unset OMICRON_WS
972024-05-29T19:57:36.042Z++ set +o xtrace
982024-05-29T19:57:36.125Z
992024-05-29T19:57:36.125Z ##### ##### ###### ##### ###### #### # # # #### #
1002024-05-29T19:57:36.125Z # # # # # # # # # # # # # # #
1012024-05-29T19:57:36.125Z # # # # ##### # # ##### # # # # # #### #
1022024-05-29T19:57:36.125Z ##### ##### # ##### # # # # # # # # #
1032024-05-29T19:57:36.126Z # # # # # # # # # # # # # # #
1042024-05-29T19:57:36.126Z # # # ###### # # ###### ### # #### # #### #
1052024-05-29T19:57:36.126Z
1062024-05-29T19:57:47.449Z Startup: Refreshing catalog 'helios-dev' ... Done
1072024-05-29T19:57:49.761Z Startup: Caching catalogs ... Done
1082024-05-29T19:57:51.935ZPlanning: Solver setup ... Done (1.484s)
1092024-05-29T19:57:51.962ZPlanning: Running solver ... Done (0.028s)
1102024-05-29T19:57:51.962ZPlanning: Finding local manifests ... Done (0.003s)
1112024-05-29T19:57:51.963ZPlanning: Fetching manifests: 0/4 0% complete
1122024-05-29T19:57:51.963ZPlanning: Fetching manifests: 4/4 100% complete
1132024-05-29T19:57:51.963ZPlanning: Package planning ... Done (0.047s)
1142024-05-29T19:57:51.963ZPlanning: Merging actions ... Done (0.051s)
1152024-05-29T19:57:52.687ZPlanning: Checking for conflicting actions ... Done (0.970s)
1162024-05-29T19:57:52.700ZPlanning: Consolidating action changes ... Done (0.011s)
1172024-05-29T19:57:57.057ZPlanning: Evaluating mediators ... Done (4.357s)
1182024-05-29T19:57:57.067ZPlanning: Planning completed in 7.67 seconds
1192024-05-29T19:57:57.619Z Packages to install: 4
1202024-05-29T19:57:57.619Z Mediators to change: 2
1212024-05-29T19:57:58.070Z Services to change: 1
1222024-05-29T19:57:58.071Z Estimated space available: 155.78 GB
1232024-05-29T19:57:58.071ZEstimated space to be consumed: 1.45 GB
1242024-05-29T19:57:58.071Z Create boot environment: No
1252024-05-29T19:57:58.071ZCreate backup boot environment: No
1262024-05-29T19:57:58.072Z Rebuild boot archive: No
1272024-05-29T19:57:58.072Z
1282024-05-29T19:57:58.072ZChanged mediators:
1292024-05-29T19:57:58.072Z mediator clang:
1302024-05-29T19:57:58.073Z version: None -> 15 (system default)
1312024-05-29T19:57:58.073Z
1322024-05-29T19:57:58.073Z mediator llvm:
1332024-05-29T19:57:58.074Z version: 14 (system default) -> 15 (system default)
1342024-05-29T19:57:58.074Z
1352024-05-29T19:57:58.074ZChanged packages:
1362024-05-29T19:57:58.074Zhelios-dev
1372024-05-29T19:57:58.075Z developer/build-essential
1382024-05-29T19:57:58.075Z None -> 11-2.0
1392024-05-29T19:57:58.075Z library/libxmlsec1
1402024-05-29T19:57:58.075Z None -> 1.2.35-2.0
1412024-05-29T19:57:58.075Z ooce/developer/clang-15
1422024-05-29T19:57:58.075Z None -> 15.0.7-2.0
1432024-05-29T19:57:58.076Z ooce/developer/llvm-15
1442024-05-29T19:57:58.076Z None -> 15.0.7-2.0
1452024-05-29T19:57:58.076Z
1462024-05-29T19:57:58.076ZServices:
1472024-05-29T19:57:58.076Z restart_fmri:
1482024-05-29T19:57:58.077Z svc:/system/update-man-index:default
1492024-05-29T19:57:58.521Z
1502024-05-29T19:57:58.522ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1512024-05-29T19:58:02.756ZDownload: 951/3290 items 19.3/212.6MB 9% complete (3.9M/s)
1522024-05-29T19:58:09.818ZDownload: 1344/3290 items 116.1/212.6MB 54% complete (11.8M/s)
1532024-05-29T19:58:12.772ZDownload: 2210/3290 items 119.1/212.6MB 56% complete (10.0M/s)
1542024-05-29T19:58:19.259ZDownload: 2224/3290 items 119.2/212.6MB 56% complete (9.8M/s)
1552024-05-29T19:58:23.866ZDownload: 2899/3290 items 121.2/212.6MB 56% complete (208k/s)
1562024-05-29T19:58:33.601ZDownload: 3247/3290 items 203.1/212.6MB 95% complete (9.2M/s)
1572024-05-29T19:58:34.428ZDownload: Completed 212.60 MB in 36.67 seconds (5.8M/s)
1582024-05-29T19:58:34.631Z Actions: 1/3689 actions (Installing new actions)
1592024-05-29T19:58:39.631Z Actions: Completed 3689 actions in 5.00 seconds.
1602024-05-29T19:58:39.855Z Done (0.219s)
1612024-05-29T19:58:39.855Z Done (0.000s)
1622024-05-29T19:58:40.159Z Done (0.304s)
1632024-05-29T19:58:45.236Z Done (4.922s)
1642024-05-29T19:58:45.427Z Done (0.120s)
1652024-05-29T19:58:45.435Z Done (0.000s)
1662024-05-29T19:58:45.585Z Done (0.000s)
1672024-05-29T19:58:46.154ZPlanning: Evaluating mediator changes ... Done
1682024-05-29T19:58:46.285ZPlanning: Checking for conflicting actions ... Done
1692024-05-29T19:58:46.289ZPlanning: Consolidating action changes ... Done
1702024-05-29T19:58:46.555ZPlanning: Evaluating mediators ... Done
1712024-05-29T19:58:46.559ZPlanning: Planning completed in 0.43 seconds
1722024-05-29T19:58:46.591Z Mediators to change: 2
1732024-05-29T19:58:46.591Z Create boot environment: No
1742024-05-29T19:58:46.595ZCreate backup boot environment: No
1752024-05-29T19:58:46.664Z Done
1762024-05-29T19:58:46.664Z Done
1772024-05-29T19:58:46.862Z Done
1782024-05-29T19:58:50.376Z Done
1792024-05-29T19:58:50.461Z Done
1802024-05-29T19:58:50.465Z Done
1812024-05-29T19:58:50.580Z Done
1822024-05-29T19:58:51.172ZPlanning: Evaluating mediator changes ... Done
1832024-05-29T19:58:51.176ZPlanning: Merging actions ... Done
1842024-05-29T19:58:51.362ZPlanning: Checking for conflicting actions ... Done
1852024-05-29T19:58:51.369ZPlanning: Consolidating action changes ... Done
1862024-05-29T19:58:51.633ZPlanning: Evaluating mediators ... Done
1872024-05-29T19:58:51.683ZPlanning: Planning completed in 0.75 seconds
1882024-05-29T19:58:51.717Z Packages to change: 1
1892024-05-29T19:58:51.717Z Mediators to change: 1
1902024-05-29T19:58:51.722Z Services to change: 1
1912024-05-29T19:58:51.722Z Create boot environment: No
1922024-05-29T19:58:51.722ZCreate backup boot environment: Yes
1932024-05-29T19:58:53.582Z Actions: 1/6 actions (Updating modified actions)
1942024-05-29T19:58:53.630Z Actions: Completed 6 actions in 0.05 seconds.
1952024-05-29T19:58:53.646Z Done
1962024-05-29T19:58:53.646Z Done
1972024-05-29T19:58:53.691Z Done
1982024-05-29T19:58:57.217Z Done
1992024-05-29T19:58:57.679Z Done
2002024-05-29T19:58:57.692Z Done
2012024-05-29T19:58:57.692Z Done
2022024-05-29T19:58:57.815ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2032024-05-29T19:58:57.816Zclang system 15 system
2042024-05-29T19:58:57.816Zcsh system system illumos
2052024-05-29T19:58:57.816Zctags system system illumos
2062024-05-29T19:58:57.816Zgcc vendor 12 vendor
2072024-05-29T19:58:57.816Zgcc system 10 system
2082024-05-29T19:58:57.816Zgcc system 7 system
2092024-05-29T19:58:57.817Zgo system 1.20 system
2102024-05-29T19:58:57.817Zgo system 1.19 system
2112024-05-29T19:58:57.817Zllvm system 15 system
2122024-05-29T19:58:57.817Zllvm system 14 system
2132024-05-29T19:58:57.817Zmariadb system 10.6 system
2142024-05-29T19:58:57.818Zmta vendor vendor dma
2152024-05-29T19:58:57.818Zopenjdk system 17 system
2162024-05-29T19:58:57.818Zopenjdk system 11 system
2172024-05-29T19:58:57.818Zopenjdk system 1.8 system
2182024-05-29T19:58:57.819Zopenssl vendor 3 vendor
2192024-05-29T19:58:57.819Zperl system 5.36 system
2202024-05-29T19:58:57.819Zpostgresql system 15 system
2212024-05-29T19:58:57.819Zpostgresql system 13 system
2222024-05-29T19:58:57.819Zpython vendor 3 vendor
2232024-05-29T19:58:57.819Zpython system 2 system
2242024-05-29T19:58:57.820Zpython3 system 3.11 system
2252024-05-29T19:58:57.820Zruby system 3.0 system
2262024-05-29T19:58:57.820Zwords vendor vendor american-english
2272024-05-29T19:58:57.820Zwords system system australian-english
2282024-05-29T19:58:57.820Zwords system system british-english
2292024-05-29T19:58:57.820Zwords system system canadian-english
2302024-05-29T19:58:57.821Zwords system system french
2312024-05-29T19:58:57.821Zwords system system italian
2322024-05-29T19:58:57.821Zwords system system ngerman
2332024-05-29T19:58:57.821Zwords system system ogerman
2342024-05-29T19:58:57.821Zwords system system spanish
2352024-05-29T19:58:58.142ZPUBLISHER TYPE STATUS P LOCATION
2362024-05-29T19:58:58.142Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2372024-05-29T19:58:59.572ZFMRI IFO
2382024-05-29T19:58:59.573Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2392024-05-29T19:58:59.573Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2402024-05-29T19:58:59.574Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2412024-05-29T19:58:59.574Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2422024-05-29T19:58:59.574Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2432024-05-29T19:58:59.574Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2442024-05-29T19:58:59.574Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i--
2452024-05-29T19:58:59.575Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2462024-05-29T19:58:59.575Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2472024-05-29T19:58:59.575Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2482024-05-29T19:58:59.575Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2492024-05-29T19:58:59.576Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2502024-05-29T19:58:59.840Z+ set -o errexit
2512024-05-29T19:58:59.844Z+++ dirname ./tools/ci_download_cockroachdb
2522024-05-29T19:58:59.844Z++ cd ./tools
2532024-05-29T19:58:59.844Z++ pwd
2542024-05-29T19:58:59.848Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
2552024-05-29T19:58:59.848Z++ basename ./tools/ci_download_cockroachdb
2562024-05-29T19:58:59.848Z+ ARG0=ci_download_cockroachdb
2572024-05-29T19:58:59.848Z++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version
2582024-05-29T19:58:59.851Z+ CIDL_VERSION=v22.1.9
2592024-05-29T19:58:59.851Z+ source /work/oxidecomputer/omicron/tools/cockroachdb_checksums
2602024-05-29T19:58:59.852Z++ CIDL_SHA256_DARWIN=1ca69e0911af11a73305c3c6f4650b912d70754900b5bf7b80a1d361efe36561
2612024-05-29T19:58:59.852Z++ CIDL_SHA256_LINUX=24c321820e7ee45fa07fe91ac138befe13ad860e41c6ed595ce58823205ff4a9
2622024-05-29T19:58:59.852Z++ CIDL_SHA256_ILLUMOS=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088
2632024-05-29T19:58:59.852Z+ TARGET_DIR=out
2642024-05-29T19:58:59.852Z+ DOWNLOAD_DIR=out/downloads
2652024-05-29T19:58:59.852Z+ DEST_DIR=./out/cockroachdb
2662024-05-29T19:58:59.852Z+ CIDL_URL_COCKROACH=https://binaries.cockroachdb.com
2672024-05-29T19:58:59.852Z+ CIDL_URL_ILLUMOS=https://illumos.org/downloads
2682024-05-29T19:58:59.852Z+ main
2692024-05-29T19:58:59.852Z+ [[ 0 != 0 ]]
2702024-05-29T19:58:59.852Z+ CIDL_OS=solaris2.11
2712024-05-29T19:58:59.852Z+ [[ 0 != 0 ]]
2722024-05-29T19:58:59.852Z+ configure_os solaris2.11
2732024-05-29T19:58:59.852Z+ echo 'current directory: /work/oxidecomputer/omicron'
2742024-05-29T19:58:59.852Zcurrent directory: /work/oxidecomputer/omicron
2752024-05-29T19:58:59.852Z+ echo 'configuring based on OS: "solaris2.11"'
2762024-05-29T19:58:59.852Z+ case "$1" in
2772024-05-29T19:58:59.852Zconfiguring based on OS: "solaris2.11"
2782024-05-29T19:58:59.852Z+ CIDL_BUILD=illumos
2792024-05-29T19:58:59.852Z+ CIDL_SUFFIX=tar.gz
2802024-05-29T19:58:59.852Z+ CIDL_SHA256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088
2812024-05-29T19:58:59.852Z+ CIDL_URL_BASE=https://illumos.org/downloads
2822024-05-29T19:58:59.853Z+ CIDL_ASSEMBLE=do_assemble_illumos
2832024-05-29T19:58:59.853Z+ TARBALL_DIRNAME=cockroach-v22.1.9.illumos
2842024-05-29T19:58:59.853Z+ TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz
2852024-05-29T19:58:59.853Z+ TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz
2862024-05-29T19:58:59.853Z+ TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos
2872024-05-29T19:58:59.853Z+ CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
2882024-05-29T19:58:59.853Z+ CIDL_SHA256FUNC=do_sha256sum
2892024-05-29T19:58:59.853ZURL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
2902024-05-29T19:58:59.853ZLocal file: out/downloads/cockroach-v22.1.9.illumos.tar.gz
2912024-05-29T19:58:59.853Z+ echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz'
2922024-05-29T19:58:59.853Z+ echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz'
2932024-05-29T19:58:59.853Z+ mkdir -p out/downloads
2942024-05-29T19:58:59.856Z+ mkdir -p ./out/cockroachdb
2952024-05-29T19:58:59.856Z+ local DO_DOWNLOAD=true
2962024-05-29T19:58:59.856Z+ [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]]
2972024-05-29T19:58:59.856Z+ '[' true == true ']'
2982024-05-29T19:58:59.857Z+ echo Downloading...
2992024-05-29T19:58:59.857ZDownloading...
3002024-05-29T19:58:59.857Z+ do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz
3012024-05-29T19:58:59.857Z+ 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
3022024-05-29T19:59:02.521Z++ do_sha256sum out/downloads/cockroach-v22.1.9.illumos.tar.gz
3032024-05-29T19:59:02.525Z++ sha256sum
3042024-05-29T19:59:02.525Z++ awk '{print $1}'
3052024-05-29T19:59:02.584Z+ calculated_sha256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088
3062024-05-29T19:59:02.584Z+ [[ 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 ]]
3072024-05-29T19:59:02.588Z+ do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz
3082024-05-29T19:59:02.589Z+ tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads
3092024-05-29T19:59:04.754Z+ do_assemble_illumos
3102024-05-29T19:59:04.754Z+ rm -r ./out/cockroachdb
3112024-05-29T19:59:04.758Z+ cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb
3122024-05-29T19:59:05.157Z+ ./out/cockroachdb/bin/cockroach version
3132024-05-29T19:59:05.392ZBuild Tag: v22.1.9-dirty
3142024-05-29T19:59:05.392ZBuild Time: 2022/10/26 21:17:46
3152024-05-29T19:59:05.392ZDistribution: OSS
3162024-05-29T19:59:05.392ZPlatform: illumos amd64 (x86_64-pc-solaris2.11)
3172024-05-29T19:59:05.392ZGo Version: go1.17.13
3182024-05-29T19:59:05.392ZC Compiler: gcc 10.3.0
3192024-05-29T19:59:05.392ZBuild Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493
3202024-05-29T19:59:05.392ZBuild Type: release
3212024-05-29T19:59:05.409Z+ set -o errexit
3222024-05-29T19:59:05.414Z+++ dirname ./tools/ci_download_clickhouse
3232024-05-29T19:59:05.414Z++ cd ./tools
3242024-05-29T19:59:05.414Z++ pwd
3252024-05-29T19:59:05.424Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3262024-05-29T19:59:05.424Z++ basename ./tools/ci_download_clickhouse
3272024-05-29T19:59:05.424Z+ ARG0=ci_download_clickhouse
3282024-05-29T19:59:05.424Z+ TARGET_DIR=out
3292024-05-29T19:59:05.424Z+ DOWNLOAD_DIR=out/downloads
3302024-05-29T19:59:05.425Z+ DEST_DIR=./out/clickhouse
3312024-05-29T19:59:05.425Z++ cat /work/oxidecomputer/omicron/tools/clickhouse_version
3322024-05-29T19:59:05.425Z+ CIDL_VERSION=v23.8.7.24
3332024-05-29T19:59:05.425Z+ source /work/oxidecomputer/omicron/tools/clickhouse_checksums
3342024-05-29T19:59:05.425Z++ CIDL_MD5_DARWIN=3e20c3284b7e6b0cfcfedf622ecf547a
3352024-05-29T19:59:05.425Z++ CIDL_MD5_LINUX=f6c30a25a86deac3bad6c50dcf758fd5
3362024-05-29T19:59:05.426Z++ CIDL_MD5_ILLUMOS=409222de8ecb59e5dd97dcc942ccdffe
3372024-05-29T19:59:05.426Z+ CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com
3382024-05-29T19:59:05.426Z+ main
3392024-05-29T19:59:05.426Z+ [[ 0 != 0 ]]
3402024-05-29T19:59:05.427Z+ CIDL_OS=solaris2.11
3412024-05-29T19:59:05.427Z+ [[ 0 != 0 ]]
3422024-05-29T19:59:05.427Z+ configure_os solaris2.11
3432024-05-29T19:59:05.427Z+ echo 'current directory: /work/oxidecomputer/omicron'
3442024-05-29T19:59:05.427Z+ echo 'configuring based on OS: "solaris2.11"'
3452024-05-29T19:59:05.427Zcurrent directory: /work/oxidecomputer/omicron
3462024-05-29T19:59:05.427Zconfiguring based on OS: "solaris2.11"
3472024-05-29T19:59:05.427Z+ CIDL_DASHREV=
3482024-05-29T19:59:05.427Z+ case "$1" in
3492024-05-29T19:59:05.427Z+ CIDL_PLATFORM=illumos
3502024-05-29T19:59:05.427Z+ CIDL_MD5=409222de8ecb59e5dd97dcc942ccdffe
3512024-05-29T19:59:05.427Z+ CIDL_MD5FUNC=do_md5sum
3522024-05-29T19:59:05.428Z+ TARBALL_DIRNAME=clickhouse-v23.8.7.24
3532024-05-29T19:59:05.428Z+ TARBALL_FILENAME=clickhouse-v23.8.7.24.illumos.tar.gz
3542024-05-29T19:59:05.428Z+ TARBALL_FILE=out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz
3552024-05-29T19:59:05.428Z+ CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz
3562024-05-29T19:59:05.428Z+ echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz'
3572024-05-29T19:59:05.428ZURL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz
3582024-05-29T19:59:05.429ZLocal file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz
3592024-05-29T19:59:05.429Z+ echo 'Local file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz'
3602024-05-29T19:59:05.429Z+ mkdir -p out/downloads
3612024-05-29T19:59:05.452Z+ mkdir -p ./out/clickhouse
3622024-05-29T19:59:05.453Z+ local DO_DOWNLOAD=true
3632024-05-29T19:59:05.454Z+ [[ -f out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ]]
3642024-05-29T19:59:05.455Z+ '[' true == true ']'
3652024-05-29T19:59:05.455Z+ echo Downloading...
3662024-05-29T19:59:05.455ZDownloading...
3672024-05-29T19:59:05.455Z+ do_download_curl https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz
3682024-05-29T19:59:05.455Z+ curl --silent --show-error --fail --location --output out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz
3692024-05-29T19:59:07.228Z++ do_md5sum out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz
3702024-05-29T19:59:07.231Z++ md5sum
3712024-05-29T19:59:07.231Z++ awk '{print $1}'
3722024-05-29T19:59:07.526Z+ calculated_md5=409222de8ecb59e5dd97dcc942ccdffe
3732024-05-29T19:59:07.526Z+ [[ 409222de8ecb59e5dd97dcc942ccdffe != \4\0\9\2\2\2\d\e\8\e\c\b\5\9\e\5\d\d\9\7\d\c\c\9\4\2\c\c\d\f\f\e ]]
3742024-05-29T19:59:07.536Z+ do_untar out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ./out/clickhouse
3752024-05-29T19:59:07.536Z+ mkdir -p ./out/clickhouse
3762024-05-29T19:59:07.536Z+ tar xzf out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz -C ./out/clickhouse
3772024-05-29T19:59:11.360Z+ [[ solaris2.11 == darwin* ]]
3782024-05-29T19:59:11.361Z+ ./out/clickhouse/clickhouse server --version
3792024-05-29T19:59:11.643ZClickHouse server version 23.8.7.1.
3802024-05-29T19:59:11.653Z+ set -o errexit
3812024-05-29T19:59:11.658Z+++ dirname ./tools/ci_download_console
3822024-05-29T19:59:11.658Z++ cd ./tools
3832024-05-29T19:59:11.658Z++ pwd
3842024-05-29T19:59:11.658Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3852024-05-29T19:59:11.658Z++ basename ./tools/ci_download_console
3862024-05-29T19:59:11.667Z+ ARG0=ci_download_console
3872024-05-29T19:59:11.667Z+ TARGET_DIR=out
3882024-05-29T19:59:11.667Z+ DOWNLOAD_DIR=out/downloads
3892024-05-29T19:59:11.667Z+ DEST_DIR=./out/console-assets
3902024-05-29T19:59:11.668Z+ source /work/oxidecomputer/omicron/tools/console_version
3912024-05-29T19:59:11.668Z++ COMMIT=a228b75ba35952b68c0b8b0892c452d4fc29467a
3922024-05-29T19:59:11.668Z++ SHA2=8d5b06680e5986b633b3f97e46d7823ea2dddf2b98930d8c6a4f7dc1eb382048
3932024-05-29T19:59:11.668Z+ URL=https://dl.oxide.computer/releases/console/a228b75ba35952b68c0b8b0892c452d4fc29467a.tar.gz
3942024-05-29T19:59:11.668Z+ TARBALL_FILE=out/downloads/console.tar.gz
3952024-05-29T19:59:11.668Z+ main
3962024-05-29T19:59:11.668Z+ [[ 0 != 0 ]]
3972024-05-29T19:59:11.668Z+ echo 'URL: https://dl.oxide.computer/releases/console/a228b75ba35952b68c0b8b0892c452d4fc29467a.tar.gz'
3982024-05-29T19:59:11.668Z+ echo 'Local file: out/downloads/console.tar.gz'
3992024-05-29T19:59:11.668ZURL: https://dl.oxide.computer/releases/console/a228b75ba35952b68c0b8b0892c452d4fc29467a.tar.gz
4002024-05-29T19:59:11.669ZLocal file: out/downloads/console.tar.gz
4012024-05-29T19:59:11.669Z+ local DO_DOWNLOAD=true
4022024-05-29T19:59:11.669Z+ [[ -f out/downloads/console.tar.gz ]]
4032024-05-29T19:59:11.669Z+ mkdir -p out/downloads
4042024-05-29T19:59:11.669Z+ '[' true == true ']'
4052024-05-29T19:59:11.669Z+ echo Downloading...
4062024-05-29T19:59:11.669ZDownloading...
4072024-05-29T19:59:11.669Z+ do_download_curl https://dl.oxide.computer/releases/console/a228b75ba35952b68c0b8b0892c452d4fc29467a.tar.gz out/downloads/console.tar.gz
4082024-05-29T19:59:11.669Z+ curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/a228b75ba35952b68c0b8b0892c452d4fc29467a.tar.gz
4092024-05-29T19:59:12.297Z++ do_sha256sum out/downloads/console.tar.gz
4102024-05-29T19:59:12.305Z++ case "$OSTYPE" in
4112024-05-29T19:59:12.305Z++ SHA=sha256sum
4122024-05-29T19:59:12.306Z++ sha256sum
4132024-05-29T19:59:12.306Z++ awk '{print $1}'
4142024-05-29T19:59:12.317Z+ calculated_sha2=8d5b06680e5986b633b3f97e46d7823ea2dddf2b98930d8c6a4f7dc1eb382048
4152024-05-29T19:59:12.317Z+ [[ 8d5b06680e5986b633b3f97e46d7823ea2dddf2b98930d8c6a4f7dc1eb382048 != \8\d\5\b\0\6\6\8\0\e\5\9\8\6\b\6\3\3\b\3\f\9\7\e\4\6\d\7\8\2\3\e\a\2\d\d\d\f\2\b\9\8\9\3\0\d\8\c\6\a\4\f\7\d\c\1\e\b\3\8\2\0\4\8 ]]
4162024-05-29T19:59:12.317Z+ rm -rf ./out/console-assets
4172024-05-29T19:59:12.318Z+ mkdir -p ./out/console-assets
4182024-05-29T19:59:12.318Z+ do_untar out/downloads/console.tar.gz ./out/console-assets
4192024-05-29T19:59:12.318Z+ mkdir -p ./out/console-assets
4202024-05-29T19:59:12.318Z+ tar xzf out/downloads/console.tar.gz -C ./out/console-assets
4212024-05-29T19:59:12.409Z+ set -o errexit
4222024-05-29T19:59:12.414Z+++ dirname ./tools/ci_download_dendrite_openapi
4232024-05-29T19:59:12.414Z++ cd ./tools
4242024-05-29T19:59:12.415Z++ pwd
4252024-05-29T19:59:12.415Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4262024-05-29T19:59:12.415Z++ basename ./tools/ci_download_dendrite_openapi
4272024-05-29T19:59:12.415Z+ ARG0=ci_download_dendrite_openapi
4282024-05-29T19:59:12.415Z+ TARGET_DIR=out
4292024-05-29T19:59:12.415Z+ DOWNLOAD_DIR=out/downloads
4302024-05-29T19:59:12.416Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
4312024-05-29T19:59:12.416Z++ COMMIT=6334bf74fa21790c15f1c4e494ea2ec0edd1c83c
4322024-05-29T19:59:12.416Z++ SHA2=213031aa058f0aa355964e4a5ca350db30110454bad5c77cbc94ab77fdcbe013
4332024-05-29T19:59:12.416Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/6334bf74fa21790c15f1c4e494ea2ec0edd1c83c/dpd.json
4342024-05-29T19:59:12.416Z+ LOCAL_FILE=out/downloads/dpd-6334bf74fa21790c15f1c4e494ea2ec0edd1c83c.json
4352024-05-29T19:59:12.417Z+ main
4362024-05-29T19:59:12.417Z+ [[ 0 != 0 ]]
4372024-05-29T19:59:12.417Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/6334bf74fa21790c15f1c4e494ea2ec0edd1c83c/dpd.json'
4382024-05-29T19:59:12.417ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/6334bf74fa21790c15f1c4e494ea2ec0edd1c83c/dpd.json
4392024-05-29T19:59:12.417Z+ echo 'Local file: out/downloads/dpd-6334bf74fa21790c15f1c4e494ea2ec0edd1c83c.json'
4402024-05-29T19:59:12.417ZLocal file: out/downloads/dpd-6334bf74fa21790c15f1c4e494ea2ec0edd1c83c.json
4412024-05-29T19:59:12.417Z+ local DO_DOWNLOAD=true
4422024-05-29T19:59:12.417Z+ [[ -f out/downloads/dpd-6334bf74fa21790c15f1c4e494ea2ec0edd1c83c.json ]]
4432024-05-29T19:59:12.418Z+ mkdir -p out/downloads
4442024-05-29T19:59:12.418Z+ '[' true == true ']'
4452024-05-29T19:59:12.418Z+ echo Downloading...
4462024-05-29T19:59:12.418ZDownloading...
4472024-05-29T19:59:12.418Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/6334bf74fa21790c15f1c4e494ea2ec0edd1c83c/dpd.json out/downloads/dpd-6334bf74fa21790c15f1c4e494ea2ec0edd1c83c.json
4482024-05-29T19:59:12.418Z+ curl --silent --show-error --fail --location --output out/downloads/dpd-6334bf74fa21790c15f1c4e494ea2ec0edd1c83c.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/6334bf74fa21790c15f1c4e494ea2ec0edd1c83c/dpd.json
4492024-05-29T19:59:12.662Z++ do_sha256sum out/downloads/dpd-6334bf74fa21790c15f1c4e494ea2ec0edd1c83c.json
4502024-05-29T19:59:12.662Z++ case "$OSTYPE" in
4512024-05-29T19:59:12.666Z++ SHA=sha256sum
4522024-05-29T19:59:12.666Z++ sha256sum
4532024-05-29T19:59:12.667Z++ awk '{print $1}'
4542024-05-29T19:59:12.671Z+ calculated_sha2=213031aa058f0aa355964e4a5ca350db30110454bad5c77cbc94ab77fdcbe013
4552024-05-29T19:59:12.671Z+ [[ 213031aa058f0aa355964e4a5ca350db30110454bad5c77cbc94ab77fdcbe013 != \2\1\3\0\3\1\a\a\0\5\8\f\0\a\a\3\5\5\9\6\4\e\4\a\5\c\a\3\5\0\d\b\3\0\1\1\0\4\5\4\b\a\d\5\c\7\7\c\b\c\9\4\a\b\7\7\f\d\c\b\e\0\1\3 ]]
4562024-05-29T19:59:12.676Z+ set -o errexit
4572024-05-29T19:59:12.681Z+++ dirname ./tools/ci_download_dendrite_stub
4582024-05-29T19:59:12.681Z++ cd ./tools
4592024-05-29T19:59:12.681Z++ pwd
4602024-05-29T19:59:12.681Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4612024-05-29T19:59:12.681Z++ basename ./tools/ci_download_dendrite_stub
4622024-05-29T19:59:12.686Z+ ARG0=ci_download_dendrite_stub
4632024-05-29T19:59:12.687Z+ source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums
4642024-05-29T19:59:12.687Z++ CIDL_SHA256_ILLUMOS=5929f9abf0daf4bbf17d835e5d69fc842b9617b312fb5644fa99daf785203700
4652024-05-29T19:59:12.687Z++ CIDL_SHA256_LINUX_DPD=fa38138db9ce1c2cababd11dd9ef1289295e4a8185c78372f6ff1a090c75a05b
4662024-05-29T19:59:12.687Z++ CIDL_SHA256_LINUX_SWADM=ebda6c0a8e29f40c389337fe2e37c1191eeeb34d729de7724b6d707bb6c9a882
4672024-05-29T19:59:12.687Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
4682024-05-29T19:59:12.687Z++ COMMIT=6334bf74fa21790c15f1c4e494ea2ec0edd1c83c
4692024-05-29T19:59:12.687Z++ SHA2=213031aa058f0aa355964e4a5ca350db30110454bad5c77cbc94ab77fdcbe013
4702024-05-29T19:59:12.688Z+ TARGET_DIR=out
4712024-05-29T19:59:12.688Z+ DOWNLOAD_DIR=out/downloads
4722024-05-29T19:59:12.688Z+ DEST_DIR=./out/dendrite-stub
4732024-05-29T19:59:12.688Z+ BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin
4742024-05-29T19:59:12.688Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
4752024-05-29T19:59:12.688Z+ REPO=oxidecomputer/dendrite
4762024-05-29T19:59:12.689Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/6334bf74fa21790c15f1c4e494ea2ec0edd1c83c
4772024-05-29T19:59:12.689Z+ main
4782024-05-29T19:59:12.689Z+ [[ 0 != 0 ]]
4792024-05-29T19:59:12.689Z+ CIDL_OS=solaris2.11
4802024-05-29T19:59:12.689Z+ [[ 0 != 0 ]]
4812024-05-29T19:59:12.689Z+ configure_os solaris2.11
4822024-05-29T19:59:12.689Z+ echo 'current directory: /work/oxidecomputer/omicron'
4832024-05-29T19:59:12.689Zcurrent directory: /work/oxidecomputer/omicron
4842024-05-29T19:59:12.690Z+ echo 'configuring based on OS: "solaris2.11"'
4852024-05-29T19:59:12.690Z+ case "$1" in
4862024-05-29T19:59:12.690Z+ SET_BINARIES=
4872024-05-29T19:59:12.690Zconfiguring based on OS: "solaris2.11"
4882024-05-29T19:59:12.690Z+ CIDL_SHA256=5929f9abf0daf4bbf17d835e5d69fc842b9617b312fb5644fa99daf785203700
4892024-05-29T19:59:12.690Z+ CIDL_SHA256FUNC=do_sha256sum
4902024-05-29T19:59:12.690Z+ TARBALL_FILENAME=dendrite-stub.tar.gz
4912024-05-29T19:59:12.690Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/6334bf74fa21790c15f1c4e494ea2ec0edd1c83c/dendrite-stub.tar.gz
4922024-05-29T19:59:12.691Z+ TARBALL_FILE=out/downloads/dendrite-stub.tar.gz
4932024-05-29T19:59:12.691Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/6334bf74fa21790c15f1c4e494ea2ec0edd1c83c/dendrite-stub.tar.gz'
4942024-05-29T19:59:12.691ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/6334bf74fa21790c15f1c4e494ea2ec0edd1c83c/dendrite-stub.tar.gz
4952024-05-29T19:59:12.691ZLocal file: out/downloads/dendrite-stub.tar.gz
4962024-05-29T19:59:12.691Z+ echo 'Local file: out/downloads/dendrite-stub.tar.gz'
4972024-05-29T19:59:12.691Z+ mkdir -p out/downloads
4982024-05-29T19:59:12.691Z+ mkdir -p ./out/dendrite-stub
4992024-05-29T19:59:12.692Z+ fetch_and_verify
5002024-05-29T19:59:12.692Z+ local DO_DOWNLOAD=true
5012024-05-29T19:59:12.692Z+ [[ -f out/downloads/dendrite-stub.tar.gz ]]
5022024-05-29T19:59:12.692Z+ '[' true == true ']'
5032024-05-29T19:59:12.692Z+ echo Downloading...
5042024-05-29T19:59:12.692ZDownloading...
5052024-05-29T19:59:12.693Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/6334bf74fa21790c15f1c4e494ea2ec0edd1c83c/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz
5062024-05-29T19:59:12.693Z+ curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/6334bf74fa21790c15f1c4e494ea2ec0edd1c83c/dendrite-stub.tar.gz
5072024-05-29T19:59:23.671Z++ do_sha256sum out/downloads/dendrite-stub.tar.gz
5082024-05-29T19:59:23.686Z++ sha256sum
5092024-05-29T19:59:23.686Z++ awk '{print $1}'
5102024-05-29T19:59:23.696Z+ calculated_sha256=5929f9abf0daf4bbf17d835e5d69fc842b9617b312fb5644fa99daf785203700
5112024-05-29T19:59:23.696Z+ [[ 5929f9abf0daf4bbf17d835e5d69fc842b9617b312fb5644fa99daf785203700 != \5\9\2\9\f\9\a\b\f\0\d\a\f\4\b\b\f\1\7\d\8\3\5\e\5\d\6\9\f\c\8\4\2\b\9\6\1\7\b\3\1\2\f\b\5\6\4\4\f\a\9\9\d\a\f\7\8\5\2\0\3\7\0\0 ]]
5122024-05-29T19:59:23.696Z+ do_untar out/downloads/dendrite-stub.tar.gz
5132024-05-29T19:59:23.696Z+ tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads
5142024-05-29T19:59:24.325Z+ do_assemble
5152024-05-29T19:59:24.325Z+ rm -r ./out/dendrite-stub
5162024-05-29T19:59:24.328Z+ mkdir ./out/dendrite-stub
5172024-05-29T19:59:24.331Z+ cp -r out/downloads/root ./out/dendrite-stub/root
5182024-05-29T19:59:24.415Z+ ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin
5192024-05-29T19:59:24.425Z+ set -o errexit
5202024-05-29T19:59:24.429Z+++ dirname ./tools/ci_download_maghemite_mgd
5212024-05-29T19:59:24.429Z++ cd ./tools
5222024-05-29T19:59:24.429Z++ pwd
5232024-05-29T19:59:24.433Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5242024-05-29T19:59:24.433Z++ basename ./tools/ci_download_maghemite_mgd
5252024-05-29T19:59:24.433Z+ ARG0=ci_download_maghemite_mgd
5262024-05-29T19:59:24.433Z+ source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums
5272024-05-29T19:59:24.433Z++ CIDL_SHA256=e0907de39ca9f8ab45d40d361a1dbeed4bd8e9b157f8d3d8fe0a4bc259d933bd
5282024-05-29T19:59:24.433Z++ MGD_LINUX_SHA256=903413ddaab89594ed7518cb8f2f27793e96cd17ed2d6b3fe11657ec4375cb19
5292024-05-29T19:59:24.433Z+ source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version
5302024-05-29T19:59:24.433Z++ COMMIT=23b0cf439f9f62b9a4933e55cc72bcaddc9596cd
5312024-05-29T19:59:24.433Z++ SHA2=fdb33ee7425923560534672264008ef8948d227afce948ab704de092ad72157c
5322024-05-29T19:59:24.433Z+ TARGET_DIR=out
5332024-05-29T19:59:24.433Z+ DOWNLOAD_DIR=out/downloads
5342024-05-29T19:59:24.433Z+ DEST_DIR=./out/mgd
5352024-05-29T19:59:24.433Z+ BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin
5362024-05-29T19:59:24.433Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
5372024-05-29T19:59:24.433Z+ REPO=oxidecomputer/maghemite
5382024-05-29T19:59:24.433Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/23b0cf439f9f62b9a4933e55cc72bcaddc9596cd
5392024-05-29T19:59:24.434Z+ main
5402024-05-29T19:59:24.434Z+ rm -rf out/downloads/root
5412024-05-29T19:59:24.439Z+ [[ 0 != 0 ]]
5422024-05-29T19:59:24.439Z+ CIDL_OS=solaris2.11
5432024-05-29T19:59:24.443Z+ [[ 0 != 0 ]]
5442024-05-29T19:59:24.443Z+ configure_os solaris2.11
5452024-05-29T19:59:24.443Z+ echo 'current directory: /work/oxidecomputer/omicron'
5462024-05-29T19:59:24.443Zcurrent directory: /work/oxidecomputer/omicron
5472024-05-29T19:59:24.443Z+ echo 'configuring based on OS: "solaris2.11"'
5482024-05-29T19:59:24.443Z+ case "$1" in
5492024-05-29T19:59:24.443Zconfiguring based on OS: "solaris2.11"
5502024-05-29T19:59:24.443Z+ SET_BINARIES=
5512024-05-29T19:59:24.444Z+ CIDL_SHA256FUNC=do_sha256sum
5522024-05-29T19:59:24.444Z+ TARBALL_FILENAME=mgd.tar.gz
5532024-05-29T19:59:24.444Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/23b0cf439f9f62b9a4933e55cc72bcaddc9596cd/mgd.tar.gz
5542024-05-29T19:59:24.444Z+ TARBALL_FILE=out/downloads/mgd.tar.gz
5552024-05-29T19:59:24.444Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/23b0cf439f9f62b9a4933e55cc72bcaddc9596cd/mgd.tar.gz'
5562024-05-29T19:59:24.444ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/23b0cf439f9f62b9a4933e55cc72bcaddc9596cd/mgd.tar.gz
5572024-05-29T19:59:24.444ZLocal file: out/downloads/mgd.tar.gz
5582024-05-29T19:59:24.444Z+ echo 'Local file: out/downloads/mgd.tar.gz'
5592024-05-29T19:59:24.444Z+ mkdir -p out/downloads
5602024-05-29T19:59:24.444Z+ mkdir -p ./out/mgd
5612024-05-29T19:59:24.450Z+ fetch_and_verify
5622024-05-29T19:59:24.450Z+ local DO_DOWNLOAD=true
5632024-05-29T19:59:24.450Z+ [[ -f out/downloads/mgd.tar.gz ]]
5642024-05-29T19:59:24.451Z+ '[' true == true ']'
5652024-05-29T19:59:24.451Z+ echo Downloading...
5662024-05-29T19:59:24.451ZDownloading...
5672024-05-29T19:59:24.451Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/23b0cf439f9f62b9a4933e55cc72bcaddc9596cd/mgd.tar.gz out/downloads/mgd.tar.gz
5682024-05-29T19:59:24.451Z+ curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/23b0cf439f9f62b9a4933e55cc72bcaddc9596cd/mgd.tar.gz
5692024-05-29T19:59:32.854Z++ do_sha256sum out/downloads/mgd.tar.gz
5702024-05-29T19:59:32.857Z++ sha256sum
5712024-05-29T19:59:32.857Z++ awk '{print $1}'
5722024-05-29T19:59:32.912Z+ calculated_sha256=e0907de39ca9f8ab45d40d361a1dbeed4bd8e9b157f8d3d8fe0a4bc259d933bd
5732024-05-29T19:59:32.927Z+ [[ e0907de39ca9f8ab45d40d361a1dbeed4bd8e9b157f8d3d8fe0a4bc259d933bd != \e\0\9\0\7\d\e\3\9\c\a\9\f\8\a\b\4\5\d\4\0\d\3\6\1\a\1\d\b\e\e\d\4\b\d\8\e\9\b\1\5\7\f\8\d\3\d\8\f\e\0\a\4\b\c\2\5\9\d\9\3\3\b\d ]]
5742024-05-29T19:59:32.927Z+ do_untar out/downloads/mgd.tar.gz
5752024-05-29T19:59:32.927Z+ tar xzf out/downloads/mgd.tar.gz -C out/downloads
5762024-05-29T19:59:33.470Z+ do_assemble
5772024-05-29T19:59:33.470Z+ rm -r ./out/mgd
5782024-05-29T19:59:33.490Z+ mkdir ./out/mgd
5792024-05-29T19:59:33.490Z+ cp -r out/downloads/root ./out/mgd/root
5802024-05-29T19:59:33.910Z+ set -o errexit
5812024-05-29T19:59:33.910Z+++ dirname ./tools/ci_download_transceiver_control
5822024-05-29T19:59:33.910Z++ cd ./tools
5832024-05-29T19:59:33.910Z++ pwd
5842024-05-29T19:59:33.910Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5852024-05-29T19:59:33.910Z++ basename ./tools/ci_download_transceiver_control
5862024-05-29T19:59:33.910Z+ ARG0=ci_download_transceiver_control
5872024-05-29T19:59:33.910Z+ source /work/oxidecomputer/omicron/tools/transceiver_control_version
5882024-05-29T19:59:33.910Z++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a
5892024-05-29T19:59:33.910Z++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
5902024-05-29T19:59:33.910Z+ TARGET_DIR=out
5912024-05-29T19:59:33.911Z+ DOWNLOAD_DIR=out/downloads
5922024-05-29T19:59:33.911Z+ DEST_DIR=./out/transceiver-control
5932024-05-29T19:59:33.911Z+ BIN_DIR=/opt/oxide/bin
5942024-05-29T19:59:33.911Z+ BINARY=xcvradm
5952024-05-29T19:59:33.911Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
5962024-05-29T19:59:33.911Z+ REPO=oxidecomputer/transceiver-control
5972024-05-29T19:59:33.911Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a
5982024-05-29T19:59:33.911Z+ main
5992024-05-29T19:59:33.911Z+ [[ 0 != 0 ]]
6002024-05-29T19:59:33.911Z+ CIDL_OS=solaris2.11
6012024-05-29T19:59:33.911Z+ [[ 0 != 0 ]]
6022024-05-29T19:59:33.911Z+ configure_os solaris2.11
6032024-05-29T19:59:33.911Z+ echo 'current directory: /work/oxidecomputer/omicron'
6042024-05-29T19:59:33.911Zcurrent directory: /work/oxidecomputer/omicron
6052024-05-29T19:59:33.911Z+ echo 'configuring based on OS: "solaris2.11"'
6062024-05-29T19:59:33.911Z+ case "$1" in
6072024-05-29T19:59:33.911Zconfiguring based on OS: "solaris2.11"
6082024-05-29T19:59:33.911Z+ SET_BINARIES=
6092024-05-29T19:59:33.911Z+ CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6102024-05-29T19:59:33.911Z+ CIDL_SHA256FUNC=do_sha256sum
6112024-05-29T19:59:33.911Z+ ARCHIVE_FILENAME=xcvradm.gz
6122024-05-29T19:59:33.911Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6132024-05-29T19:59:33.911Z+ ARCHIVE_FILE=out/downloads/xcvradm.gz
6142024-05-29T19:59:33.912Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz'
6152024-05-29T19:59:33.912ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6162024-05-29T19:59:33.912Z+ echo 'Local file: out/downloads/xcvradm.gz'
6172024-05-29T19:59:33.912Z+ mkdir -p out/downloads
6182024-05-29T19:59:33.912ZLocal file: out/downloads/xcvradm.gz
6192024-05-29T19:59:33.912Z+ mkdir -p ./out/transceiver-control
6202024-05-29T19:59:33.912Z+ fetch_and_verify
6212024-05-29T19:59:33.912Z+ local DO_DOWNLOAD=true
6222024-05-29T19:59:33.912Z+ [[ -f out/downloads/xcvradm.gz ]]
6232024-05-29T19:59:33.912Z+ '[' true == true ']'
6242024-05-29T19:59:33.912Z+ echo Downloading...
6252024-05-29T19:59:33.912ZDownloading...
6262024-05-29T19:59:33.912Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz
6272024-05-29T19:59:33.912Z+ 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
6282024-05-29T19:59:36.856Z++ do_sha256sum out/downloads/xcvradm.gz
6292024-05-29T19:59:36.882Z++ sha256sum
6302024-05-29T19:59:36.882Z++ awk '{print $1}'
6312024-05-29T19:59:36.882Z+ calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6322024-05-29T19:59:36.882Z+ [[ 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 ]]
6332024-05-29T19:59:36.882Z+ do_unpack out/downloads/xcvradm.gz
6342024-05-29T19:59:36.882Z+ mkdir -p out/downloads/root//opt/oxide/bin
6352024-05-29T19:59:36.882Z+ gzip -dc out/downloads/xcvradm.gz
6362024-05-29T19:59:36.883Z+ chmod +x out/downloads/root//opt/oxide/bin/xcvradm
6372024-05-29T19:59:36.883Z+ do_assemble
6382024-05-29T19:59:36.883Z+ rm -r ./out/transceiver-control
6392024-05-29T19:59:36.883Z+ mkdir ./out/transceiver-control
6402024-05-29T19:59:36.883Z+ cp -r out/downloads/root ./out/transceiver-control/root
6412024-05-29T19:59:36.883Z+ set -o errexit
6422024-05-29T19:59:36.883Z+++ dirname ./tools/ci_download_thundermuffin
6432024-05-29T19:59:36.883Z++ cd ./tools
6442024-05-29T19:59:36.884Z++ pwd
6452024-05-29T19:59:36.884Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
6462024-05-29T19:59:36.884Z++ basename ./tools/ci_download_thundermuffin
6472024-05-29T19:59:36.884Z+ ARG0=ci_download_thundermuffin
6482024-05-29T19:59:36.884Z+ source /work/oxidecomputer/omicron/tools/thundermuffin_checksums
6492024-05-29T19:59:36.884Z++ CIDL_SHA256=dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa
6502024-05-29T19:59:36.884Z+ source /work/oxidecomputer/omicron/tools/thundermuffin_version
6512024-05-29T19:59:36.884Z++ COMMIT=a4a6108d7c9aac2464a0b6898e88132a8f701a13
6522024-05-29T19:59:36.884Z+ TARGET_DIR=out
6532024-05-29T19:59:36.884Z+ DOWNLOAD_DIR=out/downloads
6542024-05-29T19:59:36.884Z+ DEST_DIR=./out/thundermuffin
6552024-05-29T19:59:36.884Z+ BIN_DIR=./out/thundermuffin/root/opt/oxide/thundermuffin/bin
6562024-05-29T19:59:36.885Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
6572024-05-29T19:59:36.885Z+ REPO=oxidecomputer/thundermuffin
6582024-05-29T19:59:36.885Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13
6592024-05-29T19:59:36.885Z+ main
6602024-05-29T19:59:36.885Z+ rm -rf out/downloads/root
6612024-05-29T19:59:36.885Z+ [[ 0 != 0 ]]
6622024-05-29T19:59:36.885Z+ CIDL_OS=solaris2.11
6632024-05-29T19:59:36.885Z+ [[ 0 != 0 ]]
6642024-05-29T19:59:36.885Z+ configure_os solaris2.11
6652024-05-29T19:59:36.885Z+ echo 'current directory: /work/oxidecomputer/omicron'
6662024-05-29T19:59:36.885Zcurrent directory: /work/oxidecomputer/omicron
6672024-05-29T19:59:36.885Zconfiguring based on OS: "solaris2.11"
6682024-05-29T19:59:36.885Z+ echo 'configuring based on OS: "solaris2.11"'
6692024-05-29T19:59:36.885Z+ case "$1" in
6702024-05-29T19:59:36.885Z+ SET_BINARIES=
6712024-05-29T19:59:36.885Z+ CIDL_SHA256FUNC=do_sha256sum
6722024-05-29T19:59:36.885Z+ TARBALL_FILENAME=thundermuffin.tar.gz
6732024-05-29T19:59:36.885Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz
6742024-05-29T19:59:36.885Z+ TARBALL_FILE=out/downloads/thundermuffin.tar.gz
6752024-05-29T19:59:36.886Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz'
6762024-05-29T19:59:36.886Z+ echo 'Local file: out/downloads/thundermuffin.tar.gz'
6772024-05-29T19:59:36.886ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz
6782024-05-29T19:59:36.886ZLocal file: out/downloads/thundermuffin.tar.gz
6792024-05-29T19:59:36.886Z+ mkdir -p out/downloads
6802024-05-29T19:59:36.886Z+ mkdir -p ./out/thundermuffin
6812024-05-29T19:59:36.886Z+ fetch_and_verify
6822024-05-29T19:59:36.886Z+ local DO_DOWNLOAD=true
6832024-05-29T19:59:36.886Z+ [[ -f out/downloads/thundermuffin.tar.gz ]]
6842024-05-29T19:59:36.886Z+ '[' true == true ']'
6852024-05-29T19:59:36.886Z+ echo Downloading...
6862024-05-29T19:59:36.886ZDownloading...
6872024-05-29T19:59:36.886Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz out/downloads/thundermuffin.tar.gz
6882024-05-29T19:59:36.886Z+ curl --silent --show-error --fail --location --output out/downloads/thundermuffin.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz
6892024-05-29T19:59:38.583Z++ do_sha256sum out/downloads/thundermuffin.tar.gz
6902024-05-29T19:59:38.586Z++ sha256sum
6912024-05-29T19:59:38.586Z++ awk '{print $1}'
6922024-05-29T19:59:38.589Z+ calculated_sha256=dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa
6932024-05-29T19:59:38.593Z+ [[ dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa != \d\c\5\5\a\2\a\c\c\d\3\3\a\3\4\7\d\f\4\c\b\d\c\0\0\2\6\c\b\a\c\c\e\a\2\c\0\0\4\9\4\0\c\3\f\e\c\8\c\a\d\c\d\d\6\3\3\d\4\4\0\d\f\a ]]
6942024-05-29T19:59:38.593Z+ do_untar out/downloads/thundermuffin.tar.gz
6952024-05-29T19:59:38.593Z+ tar xzf out/downloads/thundermuffin.tar.gz -C out/downloads
6962024-05-29T19:59:38.653Z+ do_assemble
6972024-05-29T19:59:38.653Z+ rm -r ./out/thundermuffin
6982024-05-29T19:59:38.657Z+ mkdir ./out/thundermuffin
6992024-05-29T19:59:38.661Z+ cp -r out/downloads/root ./out/thundermuffin/root
7002024-05-29T19:59:38.792ZAll builder prerequisites installed successfully, and PATH looks valid
7012024-05-29T19:59:38.799Z
7022024-05-29T19:59:38.799Zreal 2:02.579603173
7032024-05-29T19:59:38.799Zuser 37.412931905
7042024-05-29T19:59:38.799Zsys 6.773154703
7052024-05-29T19:59:38.799Ztrap 0.008759992
7062024-05-29T19:59:38.800Ztflt 0.361741863
7072024-05-29T19:59:38.800Zdflt 0.315641254
7082024-05-29T19:59:38.800Zkflt 0.186004429
7092024-05-29T19:59:38.800Zlock 1.689774495
7102024-05-29T19:59:38.800Zslp 4:06.138975359
7112024-05-29T19:59:38.800Zlat 1.958942452
7122024-05-29T19:59:38.800Zstop 0.133348919
7132024-05-29T19:59:38.800Z
7142024-05-29T19:59:38.800Z #### # # ##### ##### # #
7152024-05-29T19:59:38.800Z # # # # # # # # # #
7162024-05-29T19:59:38.800Z # # # # # # # #
7172024-05-29T19:59:38.800Z # # # ##### ##### #
7182024-05-29T19:59:38.800Z # # # # # # #
7192024-05-29T19:59:38.800Z #### ###### # # # #
7202024-05-29T19:59:38.800Z
7212024-05-29T19:59:39.018Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
7222024-05-29T19:59:39.365Z Updating git repository `https://github.com/oxidecomputer/zone`
7232024-05-29T19:59:39.630Z Updating crates.io index
7242024-05-29T19:59:39.641Z Updating git repository `https://github.com/oxidecomputer/dropshot`
7252024-05-29T19:59:40.376Z Updating git repository `https://github.com/oxidecomputer/maghemite`
7262024-05-29T19:59:41.052Z Updating git repository `https://github.com/oxidecomputer/progenitor`
7272024-05-29T19:59:42.901Z Updating git repository `http://github.com/oxidecomputer/serde_human_bytes`
7282024-05-29T19:59:43.418Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
7292024-05-29T19:59:43.722Z Updating git repository `https://github.com/oxidecomputer/propolis`
7302024-05-29T19:59:44.737Z Updating git repository `https://github.com/oxidecomputer/crucible`
7312024-05-29T19:59:46.576Z Updating git repository `https://github.com/oxidecomputer/opte`
7322024-05-29T19:59:47.587Z Updating git repository `https://github.com/oxidecomputer/falcon`
7332024-05-29T19:59:48.272Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
7342024-05-29T19:59:48.829Z Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel`
7352024-05-29T19:59:49.182Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
7362024-05-29T19:59:49.508Z Updating git repository `http://github.com/oxidecomputer/sprockets`
7372024-05-29T19:59:49.879Z Updating git repository `https://github.com/oxidecomputer/diesel-dtrace`
7382024-05-29T19:59:51.769Z Updating git repository `http://github.com/oxidecomputer/tofino`
7392024-05-29T19:59:51.779Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
7402024-05-29T19:59:51.981Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
7412024-05-29T19:59:52.255Z Updating git repository `https://github.com/oxidecomputer/libnvme`
7422024-05-29T19:59:52.555Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
7432024-05-29T19:59:52.843Z Updating git repository `https://github.com/oxidecomputer/ispf`
7442024-05-29T19:59:53.280Z Updating git repository `https://github.com/oxidecomputer/poptrie`
7452024-05-29T19:59:53.522Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
7462024-05-29T19:59:54.128Z Updating git repository `https://github.com/jgallagher/nix`
7472024-05-29T19:59:55.125Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
7482024-05-29T19:59:55.612Z Updating git repository `https://github.com/cbiffle/hubpack.git`
7492024-05-29T19:59:55.898Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
7502024-05-29T19:59:56.753Z Updating git repository `https://github.com/oxidecomputer/typify`
7512024-05-29T19:59:58.330Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
7522024-05-29T19:59:59.119Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
7532024-05-29T19:59:59.124Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
7542024-05-29T19:59:59.416Z Updating git repository `https://github.com/oxidecomputer/rfb`
7552024-05-29T20:00:00.939Z Downloading crates ...
7562024-05-29T20:00:01.004Z Downloaded anstream v0.6.14
7572024-05-29T20:00:01.010Z Downloaded anstyle v1.0.7
7582024-05-29T20:00:01.014Z Downloaded anstyle-parse v0.2.4
7592024-05-29T20:00:01.014Z Downloaded anstyle-query v1.0.3
7602024-05-29T20:00:01.019Z Downloaded anyhow v1.0.83
7612024-05-29T20:00:01.019Z Downloaded bitflags v2.5.0
7622024-05-29T20:00:01.023Z Downloaded cargo_metadata v0.18.1
7632024-05-29T20:00:01.026Z Downloaded cargo_toml v0.20.2
7642024-05-29T20:00:01.026Z Downloaded camino v1.1.7
7652024-05-29T20:00:01.030Z Downloaded clap v4.5.4
7662024-05-29T20:00:01.034Z Downloaded autocfg v1.3.0
7672024-05-29T20:00:01.038Z Downloaded indexmap v2.2.6
7682024-05-29T20:00:01.041Z Downloaded heck v0.5.0
7692024-05-29T20:00:01.042Z Downloaded fs-err v2.11.0
7702024-05-29T20:00:01.045Z Downloaded errno v0.3.9
7712024-05-29T20:00:01.045Z Downloaded equivalent v1.0.1
7722024-05-29T20:00:01.045Z Downloaded colorchoice v1.0.1
7732024-05-29T20:00:01.045Z Downloaded clap_lex v0.7.0
7742024-05-29T20:00:01.049Z Downloaded clap_derive v4.5.4
7752024-05-29T20:00:01.061Z Downloaded is_terminal_polyfill v1.70.0
7762024-05-29T20:00:01.064Z Downloaded itoa v1.0.11
7772024-05-29T20:00:01.170Z Downloaded quote v1.0.36
7782024-05-29T20:00:01.174Z Downloaded proc-macro2 v1.0.82
7792024-05-29T20:00:01.178Z Downloaded memchr v2.7.2
7802024-05-29T20:00:01.182Z Downloaded winnow v0.6.8
7812024-05-29T20:00:01.187Z Downloaded syn v2.0.64
7822024-05-29T20:00:01.197Z Downloaded utf8parse v0.2.1
7832024-05-29T20:00:01.200Z Downloaded unicode-ident v1.0.12
7842024-05-29T20:00:01.200Z Downloaded toml_edit v0.22.13
7852024-05-29T20:00:01.220Z Downloaded toml_datetime v0.6.6
7862024-05-29T20:00:01.223Z Downloaded toml v0.8.13
7872024-05-29T20:00:01.227Z Downloaded thiserror-impl v1.0.60
7882024-05-29T20:00:01.227Z Downloaded thiserror v1.0.60
7892024-05-29T20:00:01.232Z Downloaded terminal_size v0.3.0
7902024-05-29T20:00:01.232Z Downloaded swrite v0.1.0
7912024-05-29T20:00:01.232Z Downloaded strsim v0.11.1
7922024-05-29T20:00:01.235Z Downloaded serde_spanned v0.6.6
7932024-05-29T20:00:01.235Z Downloaded serde_json v1.0.117
7942024-05-29T20:00:01.238Z Downloaded serde_derive v1.0.202
7952024-05-29T20:00:01.242Z Downloaded serde v1.0.202
7962024-05-29T20:00:01.247Z Downloaded semver v1.0.23
7972024-05-29T20:00:01.247Z Downloaded ryu v1.0.18
7982024-05-29T20:00:01.250Z Downloaded rustix v0.38.34
7992024-05-29T20:00:01.268Z Downloaded libc v0.2.153
8002024-05-29T20:00:01.295Z Downloaded hashbrown v0.14.5
8012024-05-29T20:00:01.305Z Downloaded clap_builder v4.5.2
8022024-05-29T20:00:01.318Z Downloaded cargo-platform v0.1.8
8032024-05-29T20:00:01.319Z Downloaded macaddr v1.0.1
8042024-05-29T20:00:01.554Z Compiling proc-macro2 v1.0.82
8052024-05-29T20:00:01.554Z Compiling unicode-ident v1.0.12
8062024-05-29T20:00:01.559Z Compiling serde v1.0.202
8072024-05-29T20:00:01.559Z Compiling libc v0.2.153
8082024-05-29T20:00:01.559Z Compiling rustix v0.38.34
8092024-05-29T20:00:01.559Z Compiling bitflags v2.5.0
8102024-05-29T20:00:01.579Z Compiling hashbrown v0.14.5
8112024-05-29T20:00:01.583Z Compiling equivalent v1.0.1
8122024-05-29T20:00:01.709Z Compiling utf8parse v0.2.1
8132024-05-29T20:00:01.774Z Compiling anstyle-query v1.0.3
8142024-05-29T20:00:01.881Z Compiling anstyle-parse v0.2.4
8152024-05-29T20:00:01.928Z Compiling autocfg v1.3.0
8162024-05-29T20:00:02.037Z Compiling thiserror v1.0.60
8172024-05-29T20:00:02.175Z Compiling semver v1.0.23
8182024-05-29T20:00:02.689Z Compiling indexmap v2.2.6
8192024-05-29T20:00:02.718Z Compiling anstyle v1.0.7
8202024-05-29T20:00:02.965Z Compiling camino v1.1.7
8212024-05-29T20:00:03.216Z Compiling is_terminal_polyfill v1.70.0
8222024-05-29T20:00:03.221Z Compiling winnow v0.6.8
8232024-05-29T20:00:03.295Z Compiling serde_json v1.0.117
8242024-05-29T20:00:03.353Z Compiling colorchoice v1.0.1
8252024-05-29T20:00:03.502Z Compiling anstream v0.6.14
8262024-05-29T20:00:03.547Z Compiling fs-err v2.11.0
8272024-05-29T20:00:03.566Z Compiling clap_lex v0.7.0
8282024-05-29T20:00:03.626Z Compiling strsim v0.11.1
8292024-05-29T20:00:03.687Z Compiling ryu v1.0.18
8302024-05-29T20:00:03.806Z Compiling heck v0.5.0
8312024-05-29T20:00:04.061Z Compiling anyhow v1.0.83
8322024-05-29T20:00:04.091Z Compiling itoa v1.0.11
8332024-05-29T20:00:04.237Z Compiling quote v1.0.36
8342024-05-29T20:00:04.325Z Compiling swrite v0.1.0
8352024-05-29T20:00:04.450Z Compiling errno v0.3.9
8362024-05-29T20:00:04.610Z Compiling syn v2.0.64
8372024-05-29T20:00:05.572Z Compiling terminal_size v0.3.0
8382024-05-29T20:00:05.688Z Compiling clap_builder v4.5.2
8392024-05-29T20:00:10.140Z Compiling serde_derive v1.0.202
8402024-05-29T20:00:10.152Z Compiling thiserror-impl v1.0.60
8412024-05-29T20:00:10.152Z Compiling clap_derive v4.5.4
8422024-05-29T20:00:12.651Z Compiling clap v4.5.4
8432024-05-29T20:00:17.792Z Compiling toml_datetime v0.6.6
8442024-05-29T20:00:17.796Z Compiling serde_spanned v0.6.6
8452024-05-29T20:00:17.796Z Compiling cargo-platform v0.1.8
8462024-05-29T20:00:17.796Z Compiling macaddr v1.0.1
8472024-05-29T20:00:18.078Z Compiling toml_edit v0.22.13
8482024-05-29T20:00:19.066Z Compiling cargo_metadata v0.18.1
8492024-05-29T20:00:20.131Z Compiling toml v0.8.13
8502024-05-29T20:00:20.861Z Compiling cargo_toml v0.20.2
8512024-05-29T20:00:24.756Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
8522024-05-29T20:00:27.593Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 48.75s
8532024-05-29T20:00:27.813Z Running `target/debug/xtask clippy`
8542024-05-29T20:00:27.858Zrunning: "/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/cargo" "clippy" "--all-targets" "--" "--deny" "warnings"
8552024-05-29T20:00:28.454Z Downloading crates ...
8562024-05-29T20:00:28.569Z Downloaded adler v1.0.2
8572024-05-29T20:00:28.575Z Downloaded aead v0.5.2
8582024-05-29T20:00:28.580Z Downloaded ahash v0.8.11
8592024-05-29T20:00:28.587Z Downloaded anes v0.1.6
8602024-05-29T20:00:28.591Z Downloaded aho-corasick v1.1.3
8612024-05-29T20:00:28.596Z Downloaded approx v0.5.1
8622024-05-29T20:00:28.600Z Downloaded argon2 v0.5.3
8632024-05-29T20:00:28.604Z Downloaded ascii-canvas v3.0.0
8642024-05-29T20:00:28.604Z Downloaded async-recursion v1.1.1
8652024-05-29T20:00:28.608Z Downloaded assert_matches v1.5.0
8662024-05-29T20:00:28.612Z Downloaded heapless v0.7.17
8672024-05-29T20:00:28.615Z Downloaded backtrace v0.3.71
8682024-05-29T20:00:28.618Z Downloaded highway v1.1.0
8692024-05-29T20:00:28.624Z Downloaded base64 v0.21.7
8702024-05-29T20:00:28.628Z Downloaded bcs v0.1.6
8712024-05-29T20:00:28.632Z Downloaded hkdf v0.12.4
8722024-05-29T20:00:28.632Z Downloaded hostname v0.4.0
8732024-05-29T20:00:28.650Z Downloaded hostname v0.3.1
8742024-05-29T20:00:28.650Z Downloaded bindgen v0.69.4
8752024-05-29T20:00:28.655Z Downloaded http v1.1.0
8762024-05-29T20:00:28.655Z Downloaded humantime v2.1.0
8772024-05-29T20:00:28.655Z Downloaded hubpack_derive v0.1.1
8782024-05-29T20:00:28.655Z Downloaded hyper-rustls v0.24.2
8792024-05-29T20:00:28.659Z Downloaded hyper-rustls v0.26.0
8802024-05-29T20:00:28.663Z Downloaded hyper-tls v0.5.0
8812024-05-29T20:00:28.664Z Downloaded hyper-util v0.1.3
8822024-05-29T20:00:28.667Z Downloaded ident_case v1.0.1
8832024-05-29T20:00:28.667Z Downloaded iana-time-zone v0.1.60
8842024-05-29T20:00:28.672Z Downloaded hyper-staticfile v0.9.5
8852024-05-29T20:00:28.676Z Downloaded hyper v1.3.1
8862024-05-29T20:00:28.681Z Downloaded hubpack v0.1.2
8872024-05-29T20:00:28.685Z Downloaded httpdate v1.0.3
8882024-05-29T20:00:28.685Z Downloaded httparse v1.8.0
8892024-05-29T20:00:28.689Z Downloaded http-range v0.1.5
8902024-05-29T20:00:28.689Z Downloaded http-body v1.0.0
8912024-05-29T20:00:28.693Z Downloaded http-body v0.4.6
8922024-05-29T20:00:28.693Z Downloaded bitstruct_derive v0.1.0
8932024-05-29T20:00:28.694Z Downloaded http v0.2.12
8942024-05-29T20:00:28.697Z Downloaded bitstruct v0.1.1
8952024-05-29T20:00:28.700Z Downloaded bitflags v1.3.2
8962024-05-29T20:00:28.704Z Downloaded bitfield v0.14.0
8972024-05-29T20:00:28.704Z Downloaded home v0.5.9
8982024-05-29T20:00:28.707Z Downloaded hmac v0.12.1
8992024-05-29T20:00:28.711Z Downloaded base64ct v1.6.0
9002024-05-29T20:00:28.711Z Downloaded base64 v0.13.1
9012024-05-29T20:00:28.714Z Downloaded hex v0.4.3
9022024-05-29T20:00:28.717Z Downloaded heck v0.4.1
9032024-05-29T20:00:28.721Z Downloaded heck v0.3.3
9042024-05-29T20:00:28.722Z Downloaded heapless v0.8.0
9052024-05-29T20:00:28.725Z Downloaded crypto-common v0.1.6
9062024-05-29T20:00:28.725Z Downloaded base16ct v0.2.0
9072024-05-29T20:00:28.728Z Downloaded atty v0.2.14
9082024-05-29T20:00:28.731Z Downloaded atomicwrites v0.4.3
9092024-05-29T20:00:28.731Z Downloaded atomic-waker v1.1.2
9102024-05-29T20:00:28.731Z Downloaded async-stream-impl v0.3.5
9112024-05-29T20:00:28.736Z Downloaded async-stream v0.3.5
9122024-05-29T20:00:28.736Z Downloaded assert_cmd v2.0.14
9132024-05-29T20:00:28.739Z Downloaded ascii v1.1.0
9142024-05-29T20:00:28.739Z Downloaded arrayvec v0.7.4
9152024-05-29T20:00:28.743Z Downloaded arc-swap v1.7.1
9162024-05-29T20:00:28.746Z Downloaded allocator-api2 v0.2.18
9172024-05-29T20:00:28.803Z Downloaded buf-list v1.0.3
9182024-05-29T20:00:28.808Z Downloaded block-padding v0.3.3
9192024-05-29T20:00:28.808Z Downloaded block-buffer v0.10.4
9202024-05-29T20:00:28.813Z Downloaded blake3 v1.5.1
9212024-05-29T20:00:28.819Z Downloaded blake2b_simd v1.0.2
9222024-05-29T20:00:28.823Z Downloaded blake2 v0.10.6
9232024-05-29T20:00:28.824Z Downloaded bitvec v1.0.1
9242024-05-29T20:00:28.840Z Downloaded itertools v0.10.5
9252024-05-29T20:00:28.847Z Downloaded mio v0.8.11
9262024-05-29T20:00:28.853Z Downloaded miniz_oxide v0.7.2
9272024-05-29T20:00:28.858Z Downloaded minimal-lexical v0.2.1
9282024-05-29T20:00:28.863Z Downloaded mime_guess v2.0.4
9292024-05-29T20:00:28.867Z Downloaded memoffset v0.7.1
9302024-05-29T20:00:28.867Z Downloaded memmap2 v0.9.4
9312024-05-29T20:00:28.871Z Downloaded memmap v0.7.0
9322024-05-29T20:00:28.871Z Downloaded maybe-uninit v2.0.0
9332024-05-29T20:00:28.871Z Downloaded matches v0.1.10
9342024-05-29T20:00:28.875Z Downloaded match_cfg v0.1.0
9352024-05-29T20:00:28.875Z Downloaded lru-cache v0.1.2
9362024-05-29T20:00:28.875Z Downloaded lru v0.12.3
9372024-05-29T20:00:28.875Z Downloaded log v0.4.21
9382024-05-29T20:00:28.879Z Downloaded linked-hash-map v0.5.6
9392024-05-29T20:00:28.880Z Downloaded linear-map v1.2.0
9402024-05-29T20:00:28.884Z Downloaded libxml v0.3.3
9412024-05-29T20:00:28.901Z Downloaded libsw v3.3.1
9422024-05-29T20:00:28.906Z Downloaded libm v0.2.8
9432024-05-29T20:00:28.907Z Downloaded libloading v0.8.3
9442024-05-29T20:00:28.907Z Downloaded num-bigint v0.4.5
9452024-05-29T20:00:28.912Z Downloaded guppy-workspace-hack v0.1.0
9462024-05-29T20:00:28.916Z Downloaded nix v0.28.0
9472024-05-29T20:00:28.926Z Downloaded idna v0.5.0
9482024-05-29T20:00:28.933Z Downloaded hashbrown v0.12.3
9492024-05-29T20:00:28.938Z Downloaded hashbrown v0.13.2
9502024-05-29T20:00:28.943Z Downloaded pem-rfc7468 v0.7.0
9512024-05-29T20:00:28.953Z Downloaded headers-core v0.2.0
9522024-05-29T20:00:28.958Z Downloaded pest_meta v2.7.10
9532024-05-29T20:00:28.961Z Downloaded pest_generator v2.7.10
9542024-05-29T20:00:28.962Z Downloaded pest_derive v2.7.10
9552024-05-29T20:00:28.966Z Downloaded pest v2.7.10
9562024-05-29T20:00:28.972Z Downloaded percent-encoding v2.3.1
9572024-05-29T20:00:28.976Z Downloaded crossbeam-deque v0.8.5
9582024-05-29T20:00:28.977Z Downloaded crossbeam-channel v0.5.12
9592024-05-29T20:00:28.981Z Downloaded criterion-plot v0.5.0
9602024-05-29T20:00:28.981Z Downloaded crc32fast v1.4.0
9612024-05-29T20:00:28.988Z Downloaded crc-catalog v2.4.0
9622024-05-29T20:00:28.988Z Downloaded phf v0.11.2
9632024-05-29T20:00:28.988Z Downloaded phf_shared v0.11.2
9642024-05-29T20:00:28.988Z Downloaded pin-project v1.1.5
9652024-05-29T20:00:29.000Z Downloaded ref-cast-impl v1.0.23
9662024-05-29T20:00:29.004Z Downloaded pkcs8 v0.10.2
9672024-05-29T20:00:29.005Z Downloaded pkcs1 v0.7.5
9682024-05-29T20:00:29.008Z Downloaded rayon v1.10.0
9692024-05-29T20:00:29.017Z Downloaded smf v0.2.3
9702024-05-29T20:00:29.021Z Downloaded spki v0.7.3
9712024-05-29T20:00:29.022Z Downloaded pin-utils v0.1.0
9722024-05-29T20:00:29.026Z Downloaded pin-project-lite v0.2.14
9732024-05-29T20:00:29.030Z Downloaded shlex v1.3.0
9742024-05-29T20:00:29.034Z Downloaded shell-words v1.1.0
9752024-05-29T20:00:29.034Z Downloaded sha2 v0.10.8
9762024-05-29T20:00:29.034Z Downloaded smoltcp v0.9.1
9772024-05-29T20:00:29.047Z Downloaded sqlformat v0.2.3
9782024-05-29T20:00:29.051Z Downloaded static_assertions v1.1.0
9792024-05-29T20:00:29.051Z Downloaded sqlparser v0.45.0
9802024-05-29T20:00:29.057Z Downloaded stable_deref_trait v1.2.0
9812024-05-29T20:00:29.063Z Downloaded steno v0.4.0
9822024-05-29T20:00:29.075Z Downloaded smawk v0.3.2
9832024-05-29T20:00:29.075Z Downloaded tracing-core v0.1.32
9842024-05-29T20:00:29.075Z Downloaded tracing v0.1.40
9852024-05-29T20:00:29.076Z Downloaded trust-dns-client v0.22.0
9862024-05-29T20:00:29.088Z Downloaded tokio-util v0.7.11
9872024-05-29T20:00:29.096Z Downloaded target-spec v3.1.0
9882024-05-29T20:00:29.096Z Downloaded target-lexicon v0.12.14
9892024-05-29T20:00:29.096Z Downloaded sync_wrapper v0.1.2
9902024-05-29T20:00:29.101Z Downloaded syn v1.0.109
9912024-05-29T20:00:29.108Z Downloaded unicase v2.7.0
9922024-05-29T20:00:29.112Z Downloaded tower v0.4.13
9932024-05-29T20:00:29.118Z Downloaded tough v0.17.1
9942024-05-29T20:00:29.128Z Downloaded topological-sort v0.2.2
9952024-05-29T20:00:29.132Z Downloaded regex-syntax v0.8.3
9962024-05-29T20:00:29.139Z Downloaded filetime v0.2.23
9972024-05-29T20:00:29.143Z Downloaded bzip2-sys v0.1.11+1.0.8
9982024-05-29T20:00:29.156Z Downloaded flume v0.11.0
9992024-05-29T20:00:29.160Z Downloaded float-cmp v0.9.0
10002024-05-29T20:00:29.160Z Downloaded flate2 v1.0.30
10012024-05-29T20:00:29.165Z Downloaded flagset v0.4.5
10022024-05-29T20:00:29.169Z Downloaded fixedbitset v0.4.2
10032024-05-29T20:00:29.169Z Downloaded group v0.13.0
10042024-05-29T20:00:29.173Z Downloaded smoltcp v0.11.0
10052024-05-29T20:00:29.191Z Downloaded bstr v0.2.17
10062024-05-29T20:00:29.196Z Downloaded smallvec v0.6.14
10072024-05-29T20:00:29.201Z Downloaded signal-hook v0.3.17
10082024-05-29T20:00:29.201Z Downloaded toolchain_find v0.4.0
10092024-05-29T20:00:29.205Z Downloaded sqlparser_derive v0.2.2
10102024-05-29T20:00:29.205Z Downloaded smallvec v1.13.2
10112024-05-29T20:00:29.210Z Downloaded slog-term v2.9.1
10122024-05-29T20:00:29.210Z Downloaded slog-stdlog v4.1.1
10132024-05-29T20:00:29.214Z Downloaded slog-scope v4.4.0
10142024-05-29T20:00:29.214Z Downloaded slog-json v2.6.1
10152024-05-29T20:00:29.215Z Downloaded platforms v3.4.0
10162024-05-29T20:00:29.220Z Downloaded plain v0.2.3
10172024-05-29T20:00:29.220Z Downloaded pkg-config v0.3.30
10182024-05-29T20:00:29.224Z Downloaded peg-macros v0.8.3
10192024-05-29T20:00:29.224Z Downloaded peg v0.8.3
10202024-05-29T20:00:29.228Z Downloaded pathdiff v0.2.1
10212024-05-29T20:00:29.228Z Downloaded path-slash v0.1.5
10222024-05-29T20:00:29.233Z Downloaded paste v1.0.15
10232024-05-29T20:00:29.238Z Downloaded password-hash v0.5.0
10242024-05-29T20:00:29.238Z Downloaded partial-io v0.5.4
10252024-05-29T20:00:29.238Z Downloaded parse-size v1.0.0
10262024-05-29T20:00:29.242Z Downloaded guppy v0.17.5
10272024-05-29T20:00:29.247Z Downloaded goblin v0.8.2
10282024-05-29T20:00:29.254Z Downloaded phf_shared v0.10.0
10292024-05-29T20:00:29.258Z Downloaded petgraph v0.6.5
10302024-05-29T20:00:29.274Z Downloaded serde_arrays v0.1.0
10312024-05-29T20:00:29.278Z Downloaded serde-hex v0.1.0
10322024-05-29T20:00:29.279Z Downloaded serde-big-array v0.5.1
10332024-05-29T20:00:29.279Z Downloaded scheduled-thread-pool v0.2.7
10342024-05-29T20:00:29.282Z Downloaded same-file v1.0.6
10352024-05-29T20:00:29.283Z Downloaded samael v0.0.15
10362024-05-29T20:00:29.288Z Downloaded utf-8 v0.7.6
10372024-05-29T20:00:29.293Z Downloaded usdt-macro v0.5.0
10382024-05-29T20:00:29.293Z Downloaded usdt-macro v0.3.5
10392024-05-29T20:00:29.293Z Downloaded usdt-impl v0.5.0
10402024-05-29T20:00:29.297Z Downloaded usdt-impl v0.3.5
10412024-05-29T20:00:29.297Z Downloaded usdt-attr-macro v0.5.0
10422024-05-29T20:00:29.298Z Downloaded usdt-attr-macro v0.3.5
10432024-05-29T20:00:29.298Z Downloaded usdt v0.5.0
10442024-05-29T20:00:29.298Z Downloaded usdt v0.3.5
10452024-05-29T20:00:29.302Z Downloaded untrusted v0.9.0
10462024-05-29T20:00:29.303Z Downloaded whoami v1.5.1
10472024-05-29T20:00:29.307Z Downloaded which v4.4.2
10482024-05-29T20:00:29.307Z Downloaded webpki-roots v0.25.4
10492024-05-29T20:00:29.311Z Downloaded want v0.3.1
10502024-05-29T20:00:29.312Z Downloaded walkdir v2.5.0
10512024-05-29T20:00:29.316Z Downloaded waitgroup v0.1.2
10522024-05-29T20:00:29.316Z Downloaded wait-timeout v0.2.0
10532024-05-29T20:00:29.320Z Downloaded vte_generate_state_changes v0.1.1
10542024-05-29T20:00:29.321Z Downloaded vte v0.11.1
10552024-05-29T20:00:29.321Z Downloaded vsss-rs v3.3.4
10562024-05-29T20:00:29.326Z Downloaded version_check v0.9.4
10572024-05-29T20:00:29.326Z Downloaded vcpkg v0.2.15
10582024-05-29T20:00:29.368Z Downloaded uzers v0.11.3
10592024-05-29T20:00:29.383Z Downloaded uuid v1.8.0
10602024-05-29T20:00:29.383Z Downloaded untrusted v0.7.1
10612024-05-29T20:00:29.384Z Downloaded unsafe-libyaml v0.2.11
10622024-05-29T20:00:29.392Z Downloaded zerocopy v0.6.6
10632024-05-29T20:00:29.392Z Downloaded zerocopy v0.3.2
10642024-05-29T20:00:29.393Z Downloaded yasna v0.5.2
10652024-05-29T20:00:29.393Z Downloaded yansi v0.5.1
10662024-05-29T20:00:29.393Z Downloaded wyz v0.5.1
10672024-05-29T20:00:29.393Z Downloaded ref-cast v1.0.23
10682024-05-29T20:00:29.416Z Downloaded reedline v0.31.0
10692024-05-29T20:00:29.416Z Downloaded zerocopy v0.7.34
10702024-05-29T20:00:29.423Z Downloaded rand_xorshift v0.3.0
10712024-05-29T20:00:29.423Z Downloaded quick-error v1.2.3
10722024-05-29T20:00:29.423Z Downloaded publicsuffix v2.2.3
10732024-05-29T20:00:29.427Z Downloaded prettyplease v0.2.20
10742024-05-29T20:00:29.427Z Downloaded postgres-protocol v0.6.6
10752024-05-29T20:00:29.431Z Downloaded rustc-hash v1.1.0
10762024-05-29T20:00:29.431Z Downloaded rayon-core v1.12.1
10772024-05-29T20:00:29.435Z Downloaded gimli v0.28.1
10782024-05-29T20:00:29.445Z Downloaded ratatui v0.26.2
10792024-05-29T20:00:29.465Z Downloaded structmeta-derive v0.2.0
10802024-05-29T20:00:29.469Z Downloaded structmeta v0.3.0
10812024-05-29T20:00:29.469Z Downloaded structmeta v0.2.0
10822024-05-29T20:00:29.469Z Downloaded strip-ansi-escapes v0.2.0
10832024-05-29T20:00:29.469Z Downloaded stringprep v0.1.4
10842024-05-29T20:00:29.474Z Downloaded string_cache v0.8.7
10852024-05-29T20:00:29.474Z Downloaded slog-envlogger v2.2.0
10862024-05-29T20:00:29.478Z Downloaded slog-dtrace v0.3.0
10872024-05-29T20:00:29.478Z Downloaded slog-bunyan v2.5.0
10882024-05-29T20:00:29.478Z Downloaded slog-async v2.8.0
10892024-05-29T20:00:29.482Z Downloaded slog v2.7.0
10902024-05-29T20:00:29.486Z Downloaded slab v0.4.9
10912024-05-29T20:00:29.486Z Downloaded similar-asserts v1.5.0
10922024-05-29T20:00:29.486Z Downloaded zerocopy-derive v0.6.6
10932024-05-29T20:00:29.497Z Downloaded zerocopy-derive v0.2.0
10942024-05-29T20:00:29.506Z Downloaded tabled_derive v0.7.0
10952024-05-29T20:00:29.510Z Downloaded tabled v0.15.0
10962024-05-29T20:00:29.526Z Downloaded synstructure v0.12.6
10972024-05-29T20:00:29.530Z Downloaded supports-color v3.0.0
10982024-05-29T20:00:29.530Z Downloaded subtle v2.5.0
10992024-05-29T20:00:29.530Z Downloaded subprocess v0.2.9
11002024-05-29T20:00:29.534Z Downloaded strum_macros v0.26.2
11012024-05-29T20:00:29.538Z Downloaded strum_macros v0.25.3
11022024-05-29T20:00:29.538Z Downloaded strum_macros v0.24.3
11032024-05-29T20:00:29.542Z Downloaded strum v0.26.2
11042024-05-29T20:00:29.543Z Downloaded structmeta-derive v0.3.0
11052024-05-29T20:00:29.543Z Downloaded siphasher v0.3.11
11062024-05-29T20:00:29.547Z Downloaded postcard v1.0.8
11072024-05-29T20:00:29.551Z Downloaded oorandom v11.1.3
11082024-05-29T20:00:29.551Z Downloaded once_cell v1.19.0
11092024-05-29T20:00:29.556Z Downloaded openssl-macros v0.1.1
11102024-05-29T20:00:29.557Z Downloaded opaque-debug v0.3.1
11112024-05-29T20:00:29.557Z Downloaded omicron-zone-package v0.11.0
11122024-05-29T20:00:29.562Z Downloaded olpc-cjson v0.1.3
11132024-05-29T20:00:29.562Z Downloaded zone v0.1.8
11142024-05-29T20:00:29.563Z Downloaded zeroize_derive v1.4.2
11152024-05-29T20:00:29.563Z Downloaded zeroize v1.7.0
11162024-05-29T20:00:29.568Z Downloaded toml_edit v0.19.15
11172024-05-29T20:00:29.592Z Downloaded deranged v0.3.11
11182024-05-29T20:00:29.596Z Downloaded der_derive v0.7.2
11192024-05-29T20:00:29.597Z Downloaded defmt-macros v0.3.9
11202024-05-29T20:00:29.597Z Downloaded defmt v0.3.8
11212024-05-29T20:00:29.597Z Downloaded debug-ignore v1.0.5
11222024-05-29T20:00:29.597Z Downloaded datatest-stable v0.2.9
11232024-05-29T20:00:29.597Z Downloaded darling_macro v0.20.9
11242024-05-29T20:00:29.597Z Downloaded darling_core v0.20.9
11252024-05-29T20:00:29.602Z Downloaded zip v0.6.6
11262024-05-29T20:00:29.606Z Downloaded darling v0.20.9
11272024-05-29T20:00:29.610Z Downloaded csv-core v0.1.11
11282024-05-29T20:00:29.614Z Downloaded curve25519-dalek-derive v0.1.1
11292024-05-29T20:00:29.615Z Downloaded toml v0.7.8
11302024-05-29T20:00:29.619Z Downloaded rusty-fork v0.3.0
11312024-05-29T20:00:29.623Z Downloaded rustversion v1.0.17
11322024-05-29T20:00:29.623Z Downloaded rustls-webpki v0.102.4
11332024-05-29T20:00:29.641Z Downloaded rustls-webpki v0.101.7
11342024-05-29T20:00:29.656Z Downloaded predicates-core v1.0.6
11352024-05-29T20:00:29.661Z Downloaded predicates v3.1.0
11362024-05-29T20:00:29.662Z Downloaded precomputed-hash v0.1.1
11372024-05-29T20:00:29.662Z Downloaded ppv-lite86 v0.2.17
11382024-05-29T20:00:29.666Z Downloaded powerfmt v0.2.0
11392024-05-29T20:00:29.666Z Downloaded postgres-types v0.2.6
11402024-05-29T20:00:29.666Z Downloaded portable-atomic v1.6.0
11412024-05-29T20:00:29.673Z Downloaded rustls v0.22.4
11422024-05-29T20:00:29.687Z Downloaded curve25519-dalek v4.1.2
11432024-05-29T20:00:29.696Z Downloaded poly1305 v0.8.0
11442024-05-29T20:00:29.701Z Downloaded plotters-svg v0.3.5
11452024-05-29T20:00:29.701Z Downloaded futures-timer v3.0.3
11462024-05-29T20:00:29.705Z Downloaded futures-task v0.3.30
11472024-05-29T20:00:29.705Z Downloaded elliptic-curve v0.13.8
11482024-05-29T20:00:29.710Z Downloaded either v1.12.0
11492024-05-29T20:00:29.710Z Downloaded ed25519 v1.5.3
11502024-05-29T20:00:29.715Z Downloaded dyn-clone v1.0.17
11512024-05-29T20:00:29.715Z Downloaded dtrace-parser v0.2.0
11522024-05-29T20:00:29.715Z Downloaded display-error-chain v0.2.0
11532024-05-29T20:00:29.719Z Downloaded tokio-native-tls v0.3.1
11542024-05-29T20:00:29.719Z Downloaded tokio-macros v2.2.0
11552024-05-29T20:00:29.720Z Downloaded tls_codec_derive v0.4.1
11562024-05-29T20:00:29.724Z Downloaded rustfmt-wrapper v0.2.1
11572024-05-29T20:00:29.724Z Downloaded num-iter v0.1.45
11582024-05-29T20:00:29.724Z Downloaded num-integer v0.1.46
11592024-05-29T20:00:29.728Z Downloaded num-derive v0.4.2
11602024-05-29T20:00:29.728Z Downloaded num-complex v0.4.6
11612024-05-29T20:00:29.732Z Downloaded regex-automata v0.1.10
11622024-05-29T20:00:29.737Z Downloaded embedded-io v0.4.0
11632024-05-29T20:00:29.741Z Downloaded dtrace-parser v0.1.14
11642024-05-29T20:00:29.741Z Downloaded downcast v0.11.0
11652024-05-29T20:00:29.742Z Downloaded dof v0.3.0
11662024-05-29T20:00:29.742Z Downloaded dof v0.1.5
11672024-05-29T20:00:29.746Z Downloaded doc-comment v0.3.3
11682024-05-29T20:00:29.746Z Downloaded dirs-sys-next v0.1.2
11692024-05-29T20:00:29.746Z Downloaded digest v0.10.7
11702024-05-29T20:00:29.750Z Downloaded signature v2.2.0
11712024-05-29T20:00:29.750Z Downloaded proc-macro-error-attr v1.0.4
11722024-05-29T20:00:29.750Z Downloaded proc-macro-error v1.0.4
11732024-05-29T20:00:29.755Z Downloaded psl-types v2.0.11
11742024-05-29T20:00:29.755Z Downloaded pretty-hex v0.2.1
11752024-05-29T20:00:29.755Z Downloaded proc-macro-crate v1.3.1
11762024-05-29T20:00:29.760Z Downloaded pretty_assertions v1.4.0
11772024-05-29T20:00:29.760Z Downloaded pretty-hex v0.4.1
11782024-05-29T20:00:29.760Z Downloaded parse-display-derive v0.9.0
11792024-05-29T20:00:29.764Z Downloaded parse-display v0.9.0
11802024-05-29T20:00:29.764Z Downloaded parking_lot_core v0.9.10
11812024-05-29T20:00:29.768Z Downloaded parking_lot_core v0.8.6
11822024-05-29T20:00:29.768Z Downloaded signature v1.6.4
11832024-05-29T20:00:29.769Z Downloaded signal-hook-registry v1.4.2
11842024-05-29T20:00:29.772Z Downloaded polar-core v0.27.3
11852024-05-29T20:00:29.781Z Downloaded parking_lot v0.12.2
11862024-05-29T20:00:29.800Z Downloaded parking_lot v0.11.2
11872024-05-29T20:00:29.800Z Downloaded num-rational v0.4.2
11882024-05-29T20:00:29.805Z Downloaded glob v0.3.1
11892024-05-29T20:00:29.805Z Downloaded getrandom v0.2.14
11902024-05-29T20:00:29.805Z Downloaded getopts v0.2.21
11912024-05-29T20:00:29.805Z Downloaded encoding_rs v0.8.34
11922024-05-29T20:00:29.814Z Downloaded sha1 v0.10.6
11932024-05-29T20:00:29.818Z Downloaded serde_yaml v0.9.34+deprecated
11942024-05-29T20:00:29.824Z Downloaded serde_with_macros v3.8.1
11952024-05-29T20:00:29.824Z Downloaded serde_urlencoded v0.7.1
11962024-05-29T20:00:29.824Z Downloaded serde_tokenstream v0.2.0
11972024-05-29T20:00:29.828Z Downloaded serde_tokenstream v0.1.7
11982024-05-29T20:00:29.828Z Downloaded scroll_derive v0.12.0
11992024-05-29T20:00:29.835Z Downloaded predicates-tree v1.0.9
12002024-05-29T20:00:29.835Z Downloaded plotters-backend v0.3.5
12012024-05-29T20:00:29.836Z Downloaded plotters v0.3.5
12022024-05-29T20:00:29.840Z Downloaded diesel_derives v2.1.4
12032024-05-29T20:00:29.844Z Downloaded derive_more v0.99.17
12042024-05-29T20:00:29.849Z Downloaded derive-where v1.2.7
12052024-05-29T20:00:29.853Z Downloaded derive_builder_macro v0.20.0
12062024-05-29T20:00:29.853Z Downloaded derive_builder_core v0.20.0
12072024-05-29T20:00:29.856Z Downloaded derive_builder v0.20.0
12082024-05-29T20:00:29.859Z Downloaded serde_with v3.8.1
12092024-05-29T20:00:29.869Z Downloaded csv v1.3.0
12102024-05-29T20:00:29.889Z Downloaded diesel v2.1.6
12112024-05-29T20:00:29.907Z Downloaded scroll v0.12.0
12122024-05-29T20:00:29.910Z Downloaded scopeguard v1.2.0
12132024-05-29T20:00:29.910Z Downloaded schemars_derive v0.8.19
12142024-05-29T20:00:29.914Z Downloaded rand v0.8.5
12152024-05-29T20:00:29.918Z Downloaded radix_trie v0.2.1
12162024-05-29T20:00:29.922Z Downloaded radium v0.7.0
12172024-05-29T20:00:29.922Z Downloaded r2d2 v0.8.10
12182024-05-29T20:00:29.926Z Downloaded quick-xml v0.31.0
12192024-05-29T20:00:29.930Z Downloaded proptest v1.4.0
12202024-05-29T20:00:29.940Z Downloaded gethostname v0.4.3
12212024-05-29T20:00:29.943Z Downloaded generic-array v0.14.7
12222024-05-29T20:00:29.943Z Downloaded futures-util v0.3.30
12232024-05-29T20:00:29.954Z Downloaded futures-sink v0.3.30
12242024-05-29T20:00:29.958Z Downloaded futures-macro v0.3.30
12252024-05-29T20:00:29.958Z Downloaded futures-io v0.3.30
12262024-05-29T20:00:29.958Z Downloaded futures-executor v0.3.30
12272024-05-29T20:00:30.055Z Downloaded futures-core v0.3.30
12282024-05-29T20:00:30.055Z Downloaded futures-channel v0.3.30
12292024-05-29T20:00:30.055Z Downloaded futures v0.3.30
12302024-05-29T20:00:30.055Z Downloaded fatfs v0.3.6
12312024-05-29T20:00:30.055Z Downloaded fastrand v2.1.0
12322024-05-29T20:00:30.055Z Downloaded fancy-regex v0.13.0
12332024-05-29T20:00:30.055Z Downloaded fallible-iterator v0.2.0
12342024-05-29T20:00:30.055Z Downloaded escape8259 v0.5.2
12352024-05-29T20:00:30.055Z Downloaded erased-serde v0.3.31
12362024-05-29T20:00:30.056Z Downloaded env_logger v0.10.2
12372024-05-29T20:00:30.056Z Downloaded env_logger v0.9.3
12382024-05-29T20:00:30.056Z Downloaded enum-as-inner v0.5.1
12392024-05-29T20:00:30.056Z Downloaded endian-type v0.1.2
12402024-05-29T20:00:30.056Z Downloaded ena v0.14.3
12412024-05-29T20:00:30.056Z Downloaded dirs-next v2.0.0
12422024-05-29T20:00:30.056Z Downloaded diff v0.1.13
12432024-05-29T20:00:30.056Z Downloaded rustls v0.21.12
12442024-05-29T20:00:30.056Z Downloaded regex-automata v0.4.6
12452024-05-29T20:00:30.056Z Downloaded difflib v0.4.0
12462024-05-29T20:00:30.057Z Downloaded diesel_table_macro_syntax v0.1.0
12472024-05-29T20:00:30.057Z Downloaded regress v0.9.1
12482024-05-29T20:00:30.057Z Downloaded regex-syntax v0.6.29
12492024-05-29T20:00:30.057Z Downloaded regex v1.10.4
12502024-05-29T20:00:30.070Z Downloaded rcgen v0.12.1
12512024-05-29T20:00:30.096Z Downloaded rand_seeder v0.2.3
12522024-05-29T20:00:30.097Z Downloaded rand_core v0.6.4
12532024-05-29T20:00:30.097Z Downloaded rand_chacha v0.3.1
12542024-05-29T20:00:30.097Z Downloaded num-bigint-dig v0.8.4
12552024-05-29T20:00:30.097Z Downloaded ring v0.17.8
12562024-05-29T20:00:30.189Z Downloaded globset v0.4.14
12572024-05-29T20:00:30.200Z Downloaded salty v0.2.0
12582024-05-29T20:00:30.200Z Downloaded rustyline v14.0.0
12592024-05-29T20:00:30.200Z Downloaded rtoolbox v0.0.2
12602024-05-29T20:00:30.201Z Downloaded rstest_macros v0.19.0
12612024-05-29T20:00:30.201Z Downloaded relative-path v1.9.3
12622024-05-29T20:00:30.201Z Downloaded rustc_version v0.4.0
12632024-05-29T20:00:30.201Z Downloaded rustc_version v0.1.7
12642024-05-29T20:00:30.201Z Downloaded resolv-conf v0.7.0
12652024-05-29T20:00:30.201Z Downloaded reqwest v0.11.27
12662024-05-29T20:00:30.201Z Downloaded tls_codec v0.4.1
12672024-05-29T20:00:30.201Z Downloaded tinyvec_macros v0.1.1
12682024-05-29T20:00:30.201Z Downloaded tinyvec v1.6.0
12692024-05-29T20:00:30.201Z Downloaded threadpool v1.8.1
12702024-05-29T20:00:30.201Z Downloaded openssl v0.10.64
12712024-05-29T20:00:30.206Z Downloaded openapiv3 v2.0.0
12722024-05-29T20:00:30.211Z Downloaded object v0.32.2
12732024-05-29T20:00:30.220Z Downloaded rustls-pki-types v1.7.0
12742024-05-29T20:00:30.226Z Downloaded rustls-native-certs v0.7.0
12752024-05-29T20:00:30.232Z Downloaded sled v0.34.7
12762024-05-29T20:00:30.237Z Downloaded finl_unicode v1.2.0
12772024-05-29T20:00:30.247Z Downloaded ring v0.16.20
12782024-05-29T20:00:30.326Z Downloaded sha3 v0.10.8
12792024-05-29T20:00:30.331Z Downloaded tokio-stream v0.1.15
12802024-05-29T20:00:30.337Z Downloaded tokio-rustls v0.25.0
12812024-05-29T20:00:30.337Z Downloaded tokio-rustls v0.24.1
12822024-05-29T20:00:30.341Z Downloaded tokio-postgres v0.7.10
12832024-05-29T20:00:30.345Z Downloaded thread_local v1.1.8
12842024-05-29T20:00:30.346Z Downloaded thread-id v4.2.1
12852024-05-29T20:00:30.346Z Downloaded thiserror-no-std v2.0.2
12862024-05-29T20:00:30.350Z Downloaded test-strategy v0.3.1
12872024-05-29T20:00:30.350Z Downloaded termtree v0.4.1
12882024-05-29T20:00:30.355Z Downloaded termios v0.3.3
12892024-05-29T20:00:30.355Z Downloaded termcolor v1.4.1
12902024-05-29T20:00:30.355Z Downloaded term v0.7.0
12912024-05-29T20:00:30.361Z Downloaded similar v2.5.0
12922024-05-29T20:00:30.364Z Downloaded sigpipe v0.1.3
12932024-05-29T20:00:30.364Z Downloaded tokio v1.37.0
12942024-05-29T20:00:30.398Z Downloaded toml v0.5.11
12952024-05-29T20:00:30.401Z Downloaded tokio-tungstenite v0.21.0
12962024-05-29T20:00:30.402Z Downloaded tokio-tungstenite v0.20.1
12972024-05-29T20:00:30.406Z Downloaded textwrap v0.16.1
12982024-05-29T20:00:30.406Z Downloaded papergrid v0.11.0
12992024-05-29T20:00:30.411Z Downloaded packed_struct_codegen v0.10.1
13002024-05-29T20:00:30.416Z Downloaded packed_struct v0.10.1
13012024-05-29T20:00:30.416Z Downloaded owo-colors v4.0.0
13022024-05-29T20:00:30.416Z Downloaded oso-derive v0.27.3
13032024-05-29T20:00:30.421Z Downloaded oso v0.27.3
13042024-05-29T20:00:30.421Z Downloaded openssl-sys v0.9.102
13052024-05-29T20:00:30.425Z Downloaded openssl-probe v0.1.5
13062024-05-29T20:00:30.426Z Downloaded object v0.30.4
13072024-05-29T20:00:30.433Z Downloaded num_enum_derive v0.5.11
13082024-05-29T20:00:30.438Z Downloaded num_cpus v1.16.0
13092024-05-29T20:00:30.438Z Downloaded num-traits v0.2.19
13102024-05-29T20:00:30.443Z Downloaded number_prefix v0.4.0
13112024-05-29T20:00:30.443Z Downloaded num_threads v0.1.7
13122024-05-29T20:00:30.443Z Downloaded num_enum v0.5.11
13132024-05-29T20:00:30.448Z Downloaded portpicker v0.1.1
13142024-05-29T20:00:30.449Z Downloaded funty v2.0.0
13152024-05-29T20:00:30.449Z Downloaded fragile v2.0.0
13162024-05-29T20:00:30.455Z Downloaded form_urlencoded v1.2.1
13172024-05-29T20:00:30.455Z Downloaded foreign-types-shared v0.3.1
13182024-05-29T20:00:30.455Z Downloaded foreign-types-shared v0.1.1
13192024-05-29T20:00:30.456Z Downloaded foreign-types-macros v0.2.3
13202024-05-29T20:00:30.456Z Downloaded foreign-types v0.5.0
13212024-05-29T20:00:30.456Z Downloaded foreign-types v0.3.2
13222024-05-29T20:00:30.456Z Downloaded fnv v1.0.7
13232024-05-29T20:00:30.456Z Downloaded ff v0.13.0
13242024-05-29T20:00:30.460Z Downloaded fd-lock v4.0.2
13252024-05-29T20:00:30.460Z Downloaded expectorate v1.1.0
13262024-05-29T20:00:30.460Z Downloaded tinytemplate v1.2.1
13272024-05-29T20:00:30.465Z Downloaded serde_repr v0.1.19
13282024-05-29T20:00:30.465Z Downloaded serde_plain v1.0.2
13292024-05-29T20:00:30.465Z Downloaded serde_path_to_error v0.1.16
13302024-05-29T20:00:30.466Z Downloaded serde_derive_internals v0.29.1
13312024-05-29T20:00:30.470Z Downloaded serde-big-array v0.4.1
13322024-05-29T20:00:30.470Z Downloaded num-conv v0.1.0
13332024-05-29T20:00:30.471Z Downloaded fxhash v0.2.1
13342024-05-29T20:00:30.471Z Downloaded tempfile v3.10.1
13352024-05-29T20:00:30.475Z Downloaded tar v0.4.40
13362024-05-29T20:00:30.476Z Downloaded tap v1.0.1
13372024-05-29T20:00:30.476Z Downloaded take_mut v0.2.2
13382024-05-29T20:00:30.476Z Downloaded tabwriter v1.4.0
13392024-05-29T20:00:30.483Z Downloaded signal-hook-tokio v0.3.1
13402024-05-29T20:00:30.483Z Downloaded semver v0.1.20
13412024-05-29T20:00:30.483Z Downloaded secrecy v0.8.0
13422024-05-29T20:00:30.483Z Downloaded sec1 v0.7.3
13432024-05-29T20:00:30.483Z Downloaded sct v0.7.1
13442024-05-29T20:00:30.488Z Downloaded schemars v0.8.19
13452024-05-29T20:00:30.496Z Downloaded rstest v0.19.0
13462024-05-29T20:00:30.500Z Downloaded rsa v0.9.6
13472024-05-29T20:00:30.505Z Downloaded rpassword v7.3.1
13482024-05-29T20:00:30.505Z Downloaded ron v0.8.1
13492024-05-29T20:00:30.509Z Downloaded ron v0.7.1
13502024-05-29T20:00:30.513Z Downloaded trust-dns-proto v0.22.0
13512024-05-29T20:00:30.525Z Downloaded url v2.5.0
13522024-05-29T20:00:30.529Z Downloaded try-lock v0.2.5
13532024-05-29T20:00:30.530Z Downloaded tracing-attributes v0.1.27
13542024-05-29T20:00:30.534Z Downloaded winnow v0.5.40
13552024-05-29T20:00:30.550Z Downloaded unarray v0.1.4
13562024-05-29T20:00:30.963Z Downloaded ucd-trie v0.1.6
13572024-05-29T20:00:30.963Z Downloaded typenum v1.17.0
13582024-05-29T20:00:30.963Z Downloaded typed-path v0.7.1
13592024-05-29T20:00:30.963Z Downloaded tungstenite v0.21.0
13602024-05-29T20:00:30.963Z Downloaded tungstenite v0.20.1
13612024-05-29T20:00:30.963Z Downloaded tui-tree-widget v0.19.0
13622024-05-29T20:00:30.963Z Downloaded trybuild v1.0.96
13632024-05-29T20:00:30.963Z Downloaded trust-dns-server v0.22.1
13642024-05-29T20:00:30.964Z Downloaded trust-dns-resolver v0.22.0
13652024-05-29T20:00:30.964Z Downloaded stability v0.2.0
13662024-05-29T20:00:30.964Z Downloaded rustls-pemfile v2.1.2
13672024-05-29T20:00:30.964Z Downloaded rustls-pemfile v1.0.4
13682024-05-29T20:00:30.964Z Downloaded rustc-demangle v0.1.24
13692024-05-29T20:00:30.964Z Downloaded rust-argon2 v2.1.0
13702024-05-29T20:00:30.964Z Downloaded pin-project-internal v1.1.5
13712024-05-29T20:00:30.964Z Downloaded crypto-bigint v0.5.5
13722024-05-29T20:00:30.964Z Downloaded crunchy v0.2.2
13732024-05-29T20:00:30.964Z Downloaded crucible-workspace-hack v0.1.0
13742024-05-29T20:00:30.964Z Downloaded crossterm v0.27.0
13752024-05-29T20:00:30.964Z Downloaded crossbeam-utils v0.8.19
13762024-05-29T20:00:30.964Z Downloaded crossbeam-epoch v0.9.18
13772024-05-29T20:00:30.964Z Downloaded criterion v0.5.1
13782024-05-29T20:00:30.964Z Downloaded cookie v0.17.0
13792024-05-29T20:00:30.964Z Downloaded constant_time_eq v0.3.0
13802024-05-29T20:00:30.964Z Downloaded cipher v0.4.4
13812024-05-29T20:00:30.964Z Downloaded ciborium-io v0.2.2
13822024-05-29T20:00:30.964Z Downloaded cfg-if v1.0.0
13832024-05-29T20:00:30.964Z Downloaded cc v1.0.97
13842024-05-29T20:00:30.964Z Downloaded cassowary v0.3.0
13852024-05-29T20:00:30.964Z Downloaded camino-tempfile v1.1.1
13862024-05-29T20:00:30.965Z Downloaded bzip2 v0.4.4
13872024-05-29T20:00:30.965Z Downloaded bstr v1.9.1
13882024-05-29T20:00:30.965Z Downloaded bit-vec v0.6.3
13892024-05-29T20:00:30.965Z Downloaded bit-set v0.5.3
13902024-05-29T20:00:30.965Z Downloaded bb8 v0.8.3
13912024-05-29T20:00:30.965Z Downloaded base64 v0.22.1
13922024-05-29T20:00:30.965Z Downloaded backoff v0.4.0
13932024-05-29T20:00:30.965Z Downloaded async-trait v0.1.80
13942024-05-29T20:00:30.965Z Downloaded crc-any v2.5.0
13952024-05-29T20:00:30.965Z Downloaded crc v3.2.1
13962024-05-29T20:00:30.965Z Downloaded cpufeatures v0.2.12
13972024-05-29T20:00:30.966Z Downloaded corncobs v0.1.3
13982024-05-29T20:00:30.966Z Downloaded cookie_store v0.20.0
13992024-05-29T20:00:30.966Z Downloaded cookie v0.18.1
14002024-05-29T20:00:30.966Z Downloaded convert_case v0.4.0
14012024-05-29T20:00:30.966Z Downloaded const_format_proc_macros v0.2.32
14022024-05-29T20:00:30.966Z Downloaded const_format v0.2.32
14032024-05-29T20:00:30.966Z Downloaded const-oid v0.9.6
14042024-05-29T20:00:30.966Z Downloaded console v0.15.8
14052024-05-29T20:00:30.966Z Downloaded compact_str v0.7.1
14062024-05-29T20:00:30.966Z Downloaded colored v2.1.0
14072024-05-29T20:00:30.966Z Downloaded cobs v0.2.3
14082024-05-29T20:00:30.966Z Downloaded clang-sys v1.7.0
14092024-05-29T20:00:30.966Z Downloaded ciborium-ll v0.2.2
14102024-05-29T20:00:30.966Z Downloaded ciborium v0.2.2
14112024-05-29T20:00:30.966Z Downloaded chrono v0.4.38
14122024-05-29T20:00:30.966Z Downloaded arrayref v0.3.7
14132024-05-29T20:00:30.966Z Downloaded array-init v0.0.4
14142024-05-29T20:00:30.966Z Downloaded addr2line v0.21.0
14152024-05-29T20:00:30.966Z Downloaded pem v3.0.4
14162024-05-29T20:00:30.966Z Downloaded peg-runtime v0.8.3
14172024-05-29T20:00:30.966Z Downloaded headers v0.3.9
14182024-05-29T20:00:30.967Z Downloaded hash32 v0.3.1
14192024-05-29T20:00:30.967Z Downloaded hash32 v0.2.1
14202024-05-29T20:00:30.967Z Downloaded half v2.4.1
14212024-05-29T20:00:30.967Z Downloaded h2 v0.3.26
14222024-05-29T20:00:30.967Z Downloaded der v0.7.9
14232024-05-29T20:00:30.967Z Downloaded defmt-parser v0.3.4
14242024-05-29T20:00:30.967Z Downloaded data-encoding v2.6.0
14252024-05-29T20:00:30.967Z Downloaded cstr-argument v0.1.2
14262024-05-29T20:00:30.967Z Downloaded zone_cfg_derive v0.1.2
14272024-05-29T20:00:30.967Z Downloaded zerocopy-derive v0.7.34
14282024-05-29T20:00:30.967Z Downloaded xattr v1.3.1
14292024-05-29T20:00:30.967Z Downloaded x509-cert v0.2.5
14302024-05-29T20:00:30.967Z Downloaded universal-hash v0.5.1
14312024-05-29T20:00:30.967Z Downloaded unicode_categories v0.1.1
14322024-05-29T20:00:30.967Z Downloaded unicode-xid v0.2.4
14332024-05-29T20:00:30.967Z Downloaded unicode-width v0.1.12
14342024-05-29T20:00:30.967Z Downloaded unicode-segmentation v1.11.0
14352024-05-29T20:00:30.967Z Downloaded unicode-normalization v0.1.23
14362024-05-29T20:00:30.967Z Downloaded unicode-linebreak v0.1.5
14372024-05-29T20:00:30.967Z Downloaded unicode-bidi v0.3.15
14382024-05-29T20:00:30.967Z Downloaded tower-service v0.3.2
14392024-05-29T20:00:30.967Z Downloaded tower-layer v0.3.2
14402024-05-29T20:00:30.967Z Downloaded tiny-keccak v2.0.2
14412024-05-29T20:00:30.968Z Downloaded time-macros v0.2.18
14422024-05-29T20:00:30.968Z Downloaded time-core v0.1.2
14432024-05-29T20:00:30.968Z Downloaded time v0.3.36
14442024-05-29T20:00:30.968Z Downloaded thiserror-impl-no-std v2.0.2
14452024-05-29T20:00:30.968Z Downloaded spin v0.9.8
14462024-05-29T20:00:30.968Z Downloaded spin v0.5.2
14472024-05-29T20:00:30.968Z Downloaded socket2 v0.5.7
14482024-05-29T20:00:30.968Z Downloaded socket2 v0.4.10
14492024-05-29T20:00:30.968Z Downloaded snafu-derive v0.8.2
14502024-05-29T20:00:30.968Z Downloaded snafu v0.8.2
14512024-05-29T20:00:30.968Z Downloaded signal-hook-mio v0.2.3
14522024-05-29T20:00:30.968Z Downloaded nu-ansi-term v0.50.0
14532024-05-29T20:00:30.968Z Downloaded nested v0.1.1
14542024-05-29T20:00:30.968Z Downloaded native-tls v0.2.11
14552024-05-29T20:00:30.968Z Downloaded nanorand v0.7.0
14562024-05-29T20:00:30.976Z Downloaded multer v3.1.0
14572024-05-29T20:00:30.976Z Downloaded mime v0.3.17
14582024-05-29T20:00:30.976Z Downloaded md-5 v0.10.6
14592024-05-29T20:00:30.976Z Downloaded maplit v1.0.2
14602024-05-29T20:00:30.976Z Downloaded managed v0.8.0
14612024-05-29T20:00:30.976Z Downloaded lock_api v0.4.12
14622024-05-29T20:00:30.976Z Downloaded libtest-mimic v0.7.3
14632024-05-29T20:00:30.976Z Downloaded libefi-sys v0.1.0
14642024-05-29T20:00:30.976Z Downloaded lazycell v1.3.0
14652024-05-29T20:00:30.976Z Downloaded lazy_static v1.4.0
14662024-05-29T20:00:30.976Z Downloaded lalrpop-util v0.19.12
14672024-05-29T20:00:30.976Z Downloaded lalrpop v0.19.12
14682024-05-29T20:00:30.977Z Downloaded keccak v0.1.5
14692024-05-29T20:00:30.977Z Downloaded inout v0.1.3
14702024-05-29T20:00:30.977Z Downloaded indoc v2.0.5
14712024-05-29T20:00:30.977Z Downloaded impl-trait-for-tuples v0.2.2
14722024-05-29T20:00:30.977Z Downloaded idna v0.3.0
14732024-05-29T20:00:30.977Z Downloaded idna v0.2.3
14742024-05-29T20:00:30.977Z Downloaded num v0.4.3
14752024-05-29T20:00:30.977Z Downloaded normalize-line-endings v0.3.0
14762024-05-29T20:00:30.977Z Downloaded nom v7.1.3
14772024-05-29T20:00:30.977Z Downloaded nodrop v0.1.14
14782024-05-29T20:00:30.978Z Downloaded nibble_vec v0.1.0
14792024-05-29T20:00:30.978Z Downloaded newtype_derive v0.1.6
14802024-05-29T20:00:30.978Z Downloaded newtype-uuid v1.1.0
14812024-05-29T20:00:30.978Z Downloaded newline-converter v0.3.0
14822024-05-29T20:00:30.978Z Downloaded new_debug_unreachable v1.0.6
14832024-05-29T20:00:30.978Z Downloaded multimap v0.10.0
14842024-05-29T20:00:30.978Z Downloaded mockall_derive v0.12.1
14852024-05-29T20:00:30.978Z Downloaded mockall v0.12.1
14862024-05-29T20:00:30.978Z Downloaded hyper v0.14.28
14872024-05-29T20:00:30.978Z Downloaded httptest v0.15.5
14882024-05-29T20:00:30.978Z Downloaded hex-literal v0.4.1
14892024-05-29T20:00:30.978Z Downloaded kstat-rs v0.2.3
14902024-05-29T20:00:30.978Z Downloaded itertools v0.12.1
14912024-05-29T20:00:30.978Z Downloaded chacha20poly1305 v0.10.1
14922024-05-29T20:00:30.978Z Downloaded chacha20 v0.9.1
14932024-05-29T20:00:30.978Z Downloaded cfg_aliases v0.1.1
14942024-05-29T20:00:30.978Z Downloaded cfg-expr v0.15.8
14952024-05-29T20:00:30.978Z Downloaded cexpr v0.6.0
14962024-05-29T20:00:30.978Z Downloaded castaway v0.2.2
14972024-05-29T20:00:30.979Z Downloaded cast v0.3.0
14982024-05-29T20:00:30.979Z Downloaded cancel-safe-futures v0.1.5
14992024-05-29T20:00:30.979Z Downloaded is_ci v1.2.0
15002024-05-29T20:00:30.979Z Downloaded is-terminal v0.4.12
15012024-05-29T20:00:30.979Z Downloaded ipnetwork v0.20.0
15022024-05-29T20:00:30.979Z Downloaded ipnet v2.9.0
15032024-05-29T20:00:30.979Z Downloaded instant v0.1.12
15042024-05-29T20:00:30.979Z Downloaded indoc v1.0.9
15052024-05-29T20:00:30.979Z Downloaded indicatif v0.17.8
15062024-05-29T20:00:30.979Z Downloaded indexmap v1.9.3
15072024-05-29T20:00:30.979Z Downloaded bytes v1.6.0
15082024-05-29T20:00:30.979Z Downloaded byteorder v1.5.0
15092024-05-29T20:00:30.979Z Downloaded bytecount v0.6.8
15102024-05-29T20:00:31.466Z Compiling libc v0.2.153
15112024-05-29T20:00:31.466Z Compiling serde v1.0.202
15122024-05-29T20:00:31.478Z Compiling version_check v0.9.4
15132024-05-29T20:00:31.478Z Checking cfg-if v1.0.0
15142024-05-29T20:00:31.528Z Compiling lock_api v0.4.12
15152024-05-29T20:00:31.535Z Compiling parking_lot_core v0.9.10
15162024-05-29T20:00:31.577Z Compiling syn v2.0.64
15172024-05-29T20:00:31.608Z Compiling libm v0.2.8
15182024-05-29T20:00:31.623Z Compiling cc v1.0.97
15192024-05-29T20:00:31.935Z Compiling num-traits v0.2.19
15202024-05-29T20:00:31.957Z Compiling once_cell v1.19.0
15212024-05-29T20:00:32.040Z Compiling memchr v2.7.2
15222024-05-29T20:00:32.066Z Compiling serde_json v1.0.117
15232024-05-29T20:00:32.335Z Compiling ahash v0.8.11
15242024-05-29T20:00:32.413Z Compiling byteorder v1.5.0
15252024-05-29T20:00:32.427Z Compiling syn v1.0.109
15262024-05-29T20:00:32.833Z Checking log v0.4.21
15272024-05-29T20:00:33.446Z Checking getrandom v0.2.14
15282024-05-29T20:00:33.618Z Compiling slab v0.4.9
15292024-05-29T20:00:33.673Z Compiling typenum v1.17.0
15302024-05-29T20:00:33.715Z Checking itoa v1.0.11
15312024-05-29T20:00:33.828Z Compiling generic-array v0.14.7
15322024-05-29T20:00:34.010Z Checking scopeguard v1.2.0
15332024-05-29T20:00:34.010Z Checking smallvec v1.13.2
15342024-05-29T20:00:34.185Z Compiling allocator-api2 v0.2.18
15352024-05-29T20:00:34.276Z Compiling pkg-config v0.3.30
15362024-05-29T20:00:34.343Z Compiling rustix v0.38.34
15372024-05-29T20:00:34.573Z Compiling schemars v0.8.19
15382024-05-29T20:00:34.975Z Checking pin-project-lite v0.2.14
15392024-05-29T20:00:35.179Z Compiling httparse v1.8.0
15402024-05-29T20:00:35.205Z Compiling ring v0.17.8
15412024-05-29T20:00:35.288Z Compiling num-conv v0.1.0
15422024-05-29T20:00:35.342Z Checking parking_lot v0.12.2
15432024-05-29T20:00:35.590Z Compiling time-core v0.1.2
15442024-05-29T20:00:35.640Z Checking signal-hook-registry v1.4.2
15452024-05-29T20:00:35.778Z Compiling time-macros v0.2.18
15462024-05-29T20:00:35.895Z Compiling fnv v1.0.7
15472024-05-29T20:00:35.914Z Checking mio v0.8.11
15482024-05-29T20:00:35.947Z Compiling vcpkg v0.2.15
15492024-05-29T20:00:36.003Z Checking ryu v1.0.18
15502024-05-29T20:00:36.257Z Compiling heck v0.4.1
15512024-05-29T20:00:36.524Z Checking num_cpus v1.16.0
15522024-05-29T20:00:36.644Z Compiling aho-corasick v1.1.3
15532024-05-29T20:00:38.041Z Compiling regex-syntax v0.8.3
15542024-05-29T20:00:38.190Z Compiling openssl-sys v0.9.102
15552024-05-29T20:00:39.035Z Compiling serde_derive_internals v0.29.1
15562024-05-29T20:00:39.752Z Checking rand_core v0.6.4
15572024-05-29T20:00:39.762Z Checking futures-core v0.3.30
15582024-05-29T20:00:39.772Z Checking socket2 v0.5.7
15592024-05-29T20:00:40.309Z Compiling openssl v0.10.64
15602024-05-29T20:00:40.720Z Compiling rustversion v1.0.17
15612024-05-29T20:00:41.247Z Compiling regex-automata v0.4.6
15622024-05-29T20:00:41.713Z Compiling slog v2.7.0
15632024-05-29T20:00:42.109Z Compiling ucd-trie v0.1.6
15642024-05-29T20:00:42.312Z Compiling crossbeam-utils v0.8.19
15652024-05-29T20:00:42.741Z Compiling rustls v0.21.12
15662024-05-29T20:00:42.931Z Compiling iana-time-zone v0.1.60
15672024-05-29T20:00:42.976Z Compiling native-tls v0.2.11
15682024-05-29T20:00:43.253Z Compiling cookie v0.17.0
15692024-05-29T20:00:43.302Z Compiling backtrace v0.3.71
15702024-05-29T20:00:43.508Z Checking futures-sink v0.3.30
15712024-05-29T20:00:43.594Z Compiling dyn-clone v1.0.17
15722024-05-29T20:00:43.735Z Compiling anyhow v1.0.83
15732024-05-29T20:00:43.882Z Checking pin-utils v0.1.0
15742024-05-29T20:00:43.970Z Checking futures-channel v0.3.30
15752024-05-29T20:00:44.466Z Checking futures-task v0.3.30
15762024-05-29T20:00:44.488Z Checking futures-io v0.3.30
15772024-05-29T20:00:44.553Z Compiling tinyvec_macros v0.1.1
15782024-05-29T20:00:44.668Z Compiling tinyvec v1.6.0
15792024-05-29T20:00:44.690Z Compiling thread-id v4.2.1
15802024-05-29T20:00:45.013Z Compiling errno v0.3.9
15812024-05-29T20:00:45.120Z Compiling either v1.12.0
15822024-05-29T20:00:45.428Z Compiling unicode-bidi v0.3.15
15832024-05-29T20:00:45.555Z Compiling unicode-width v0.1.12
15842024-05-29T20:00:45.773Z Checking subtle v2.5.0
15852024-05-29T20:00:45.926Z Compiling serde_derive v1.0.202
15862024-05-29T20:00:46.024Z Compiling zerocopy-derive v0.7.34
15872024-05-29T20:00:46.055Z Compiling thiserror-impl v1.0.60
15882024-05-29T20:00:46.241Z Compiling zeroize_derive v1.4.2
15892024-05-29T20:00:46.497Z Compiling tokio-macros v2.2.0
15902024-05-29T20:00:46.917Z Compiling futures-macro v0.3.30
15912024-05-29T20:00:47.490Z Compiling tracing-attributes v0.1.27
15922024-05-29T20:00:47.883Z Compiling schemars_derive v0.8.19
15932024-05-29T20:00:48.163Z Compiling regex v1.10.4
15942024-05-29T20:00:48.413Z Compiling zerocopy v0.7.34
15952024-05-29T20:00:49.013Z Checking zeroize v1.7.0
15962024-05-29T20:00:49.227Z Compiling openssl-macros v0.1.1
15972024-05-29T20:00:49.436Z Compiling thiserror v1.0.60
15982024-05-29T20:00:49.696Z Compiling pest v2.7.10
15992024-05-29T20:00:49.975Z Compiling async-trait v0.1.80
16002024-05-29T20:00:50.817Z Compiling hashbrown v0.14.5
16012024-05-29T20:00:51.206Z Compiling scroll_derive v0.12.0
16022024-05-29T20:00:51.411Z Checking futures-util v0.3.30
16032024-05-29T20:00:51.937Z Compiling unicode-normalization v0.1.23
16042024-05-29T20:00:52.288Z Compiling pest_meta v2.7.10
16052024-05-29T20:00:52.603Z Compiling der_derive v0.7.2
16062024-05-29T20:00:52.853Z Compiling scroll v0.12.0
16072024-05-29T20:00:52.992Z Compiling spin v0.9.8
16082024-05-29T20:00:53.697Z Compiling pest_generator v2.7.10
16092024-05-29T20:00:54.238Z Compiling usdt-impl v0.5.0
16102024-05-29T20:00:54.603Z Compiling winnow v0.5.40
16112024-05-29T20:00:55.180Z Compiling crc32fast v1.4.0
16122024-05-29T20:00:55.262Z Compiling plain v0.2.3
16132024-05-29T20:00:55.817Z Compiling goblin v0.8.2
16142024-05-29T20:00:57.247Z Compiling pretty-hex v0.4.1
16152024-05-29T20:00:57.470Z Compiling percent-encoding v2.3.1
16162024-05-29T20:00:57.707Z Compiling pest_derive v2.7.10
16172024-05-29T20:00:57.846Z Compiling const-oid v0.9.6
16182024-05-29T20:00:58.202Z Compiling tracing-core v0.1.32
16192024-05-29T20:00:58.403Z Compiling untrusted v0.9.0
16202024-05-29T20:00:58.495Z Compiling dtrace-parser v0.2.0
16212024-05-29T20:00:59.645Z Checking bytes v1.6.0
16222024-05-29T20:00:59.871Z Checking bitflags v2.5.0
16232024-05-29T20:01:00.181Z Checking chrono v0.4.38
16242024-05-29T20:01:00.768Z Compiling indexmap v2.2.6
16252024-05-29T20:01:01.359Z Compiling semver v1.0.23
16262024-05-29T20:01:02.103Z Checking tokio v1.37.0
16272024-05-29T20:01:02.618Z Compiling serde_tokenstream v0.2.0
16282024-05-29T20:01:02.618Z Compiling uuid v1.8.0
16292024-05-29T20:01:02.619Z Compiling http v0.2.12
16302024-05-29T20:01:02.619Z Compiling toml_datetime v0.6.6
16312024-05-29T20:01:02.641Z Compiling serde_spanned v0.6.6
16322024-05-29T20:01:02.848Z Compiling rustc_version v0.4.0
16332024-05-29T20:01:03.611Z Compiling toml_edit v0.19.15
16342024-05-29T20:01:03.627Z Compiling openapiv3 v2.0.0
16352024-05-29T20:01:06.440Z Compiling dof v0.3.0
16362024-05-29T20:01:06.617Z Compiling tracing v0.1.40
16372024-05-29T20:01:06.668Z Compiling clap_derive v4.5.4
16382024-05-29T20:01:08.027Z Compiling signal-hook v0.3.17
16392024-05-29T20:01:08.285Z Compiling foreign-types-shared v0.1.1
16402024-05-29T20:01:08.383Z Compiling spin v0.5.2
16412024-05-29T20:01:08.605Z Compiling powerfmt v0.2.0
16422024-05-29T20:01:08.701Z Compiling foreign-types v0.3.2
16432024-05-29T20:01:08.909Z Compiling form_urlencoded v1.2.1
16442024-05-29T20:01:08.957Z Compiling usdt-macro v0.5.0
16452024-05-29T20:01:08.957Z Compiling deranged v0.3.11
16462024-05-29T20:01:08.996Z Compiling usdt-attr-macro v0.5.0
16472024-05-29T20:01:09.411Z Compiling crypto-common v0.1.6
16482024-05-29T20:01:09.411Z Compiling zerocopy-derive v0.6.6
16492024-05-29T20:01:10.345Z Compiling try-lock v0.2.5
16502024-05-29T20:01:10.543Z Compiling siphasher v0.3.11
16512024-05-29T20:01:10.680Z Compiling base64 v0.21.7
16522024-05-29T20:01:10.760Z Compiling num_threads v0.1.7
16532024-05-29T20:01:10.864Z Compiling tokio-util v0.7.11
16542024-05-29T20:01:10.885Z Compiling time v0.3.36
16552024-05-29T20:01:11.375Z Compiling want v0.3.1
16562024-05-29T20:01:11.444Z Compiling http-body v0.4.6
16572024-05-29T20:01:11.676Z Compiling sct v0.7.1
16582024-05-29T20:01:12.193Z Compiling rustls-webpki v0.101.7
16592024-05-29T20:01:12.198Z Compiling h2 v0.3.26
16602024-05-29T20:01:12.198Z Compiling block-buffer v0.10.4
16612024-05-29T20:01:12.233Z Compiling idna v0.5.0
16622024-05-29T20:01:12.394Z Compiling tower-service v0.3.2
16632024-05-29T20:01:12.610Z Compiling httpdate v1.0.3
16642024-05-29T20:01:12.944Z Compiling openssl-probe v0.1.5
16652024-05-29T20:01:13.091Z Compiling url v2.5.0
16662024-05-29T20:01:13.775Z Compiling digest v0.10.7
16672024-05-29T20:01:14.277Z Compiling heapless v0.7.17
16682024-05-29T20:01:14.710Z Compiling idna v0.3.0
16692024-05-29T20:01:15.259Z Checking equivalent v1.0.1
16702024-05-29T20:01:16.179Z Compiling psl-types v2.0.11
16712024-05-29T20:01:16.337Z Compiling ppv-lite86 v0.2.17
16722024-05-29T20:01:16.381Z Compiling publicsuffix v2.2.3
16732024-05-29T20:01:16.399Z Compiling crossbeam-epoch v0.9.18
16742024-05-29T20:01:17.155Z Compiling rand_chacha v0.3.1
16752024-05-29T20:01:17.737Z Compiling tokio-native-tls v0.3.1
16762024-05-29T20:01:17.843Z Compiling tokio-rustls v0.24.1
16772024-05-29T20:01:18.020Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
16782024-05-29T20:01:18.209Z Compiling bit-vec v0.6.3
16792024-05-29T20:01:18.250Z Compiling ipnet v2.9.0
16802024-05-29T20:01:18.354Z Compiling adler v1.0.2
16812024-05-29T20:01:18.584Z Compiling hyper v0.14.28
16822024-05-29T20:01:18.663Z Compiling miniz_oxide v0.7.2
16832024-05-29T20:01:19.045Z Compiling cookie_store v0.20.0
16842024-05-29T20:01:19.437Z Compiling rand v0.8.5
16852024-05-29T20:01:19.630Z Compiling rustls-pemfile v1.0.4
16862024-05-29T20:01:20.084Z Compiling phf_shared v0.10.0
16872024-05-29T20:01:20.182Z Compiling serde_urlencoded v0.7.1
16882024-05-29T20:01:20.384Z Compiling lazy_static v1.4.0
16892024-05-29T20:01:20.504Z Compiling encoding_rs v0.8.34
16902024-05-29T20:01:20.530Z Compiling minimal-lexical v0.2.1
16912024-05-29T20:01:20.652Z Compiling sync_wrapper v0.1.2
16922024-05-29T20:01:20.701Z Compiling base64ct v1.6.0
16932024-05-29T20:01:20.783Z Compiling mime v0.3.17
16942024-05-29T20:01:21.044Z Compiling webpki-roots v0.25.4
16952024-05-29T20:01:21.202Z Compiling fixedbitset v0.4.2
16962024-05-29T20:01:21.277Z Compiling precomputed-hash v0.1.1
16972024-05-29T20:01:21.395Z Compiling new_debug_unreachable v1.0.6
16982024-05-29T20:01:21.415Z Compiling smoltcp v0.9.1
16992024-05-29T20:01:21.506Z Compiling gimli v0.28.1
17002024-05-29T20:01:21.941Z Compiling string_cache v0.8.7
17012024-05-29T20:01:21.947Z Compiling petgraph v0.6.5
17022024-05-29T20:01:22.003Z Compiling pem-rfc7468 v0.7.0
17032024-05-29T20:01:22.553Z Compiling nom v7.1.3
17042024-05-29T20:01:22.556Z Compiling bit-set v0.5.3
17052024-05-29T20:01:22.773Z Compiling hmac v0.12.1
17062024-05-29T20:01:22.879Z Compiling enum-as-inner v0.5.1
17072024-05-29T20:01:22.956Z Compiling hubpack_derive v0.1.1
17082024-05-29T20:01:22.999Z Compiling itertools v0.10.5
17092024-05-29T20:01:23.858Z Compiling diesel_table_macro_syntax v0.1.0
17102024-05-29T20:01:23.909Z Compiling object v0.32.2
17112024-05-29T20:01:24.297Z Compiling unicode-segmentation v1.11.0
17122024-05-29T20:01:25.137Z Compiling lalrpop-util v0.19.12
17132024-05-29T20:01:25.221Z Compiling hyper-tls v0.5.0
17142024-05-29T20:01:25.498Z Compiling hyper-rustls v0.24.2
17152024-05-29T20:01:25.537Z Compiling addr2line v0.21.0
17162024-05-29T20:01:25.565Z Compiling flagset v0.4.5
17172024-05-29T20:01:25.766Z Compiling reqwest v0.11.27
17182024-05-29T20:01:25.820Z Compiling rustc-demangle v0.1.24
17192024-05-29T20:01:26.188Z Compiling toml_edit v0.22.13
17202024-05-29T20:01:26.315Z Compiling der v0.7.9
17212024-05-29T20:01:26.362Z Compiling diesel_derives v2.1.4
17222024-05-29T20:01:26.779Z Compiling futures-executor v0.3.30
17232024-05-29T20:01:27.341Z Compiling itertools v0.12.1
17242024-05-29T20:01:28.031Z Compiling finl_unicode v1.2.0
17252024-05-29T20:01:28.736Z Compiling cpufeatures v0.2.12
17262024-05-29T20:01:28.835Z Compiling sha2 v0.10.8
17272024-05-29T20:01:29.845Z Compiling stringprep v0.1.4
17282024-05-29T20:01:30.358Z Compiling spki v0.7.3
17292024-05-29T20:01:31.205Z Compiling flate2 v1.0.30
17302024-05-29T20:01:31.453Z Compiling futures v0.3.30
17312024-05-29T20:01:32.143Z Compiling md-5 v0.10.6
17322024-05-29T20:01:32.272Z Compiling toml v0.7.8
17332024-05-29T20:01:32.412Z Compiling hex v0.4.3
17342024-05-29T20:01:32.531Z Compiling serde_repr v0.1.19
17352024-05-29T20:01:32.974Z Compiling strum_macros v0.25.3
17362024-05-29T20:01:33.738Z Compiling num-integer v0.1.46
17372024-05-29T20:01:33.984Z Compiling hash32 v0.2.1
17382024-05-29T20:01:34.207Z Compiling fs-err v2.11.0
17392024-05-29T20:01:34.348Z Checking unicode-ident v1.0.12
17402024-05-29T20:01:34.463Z Compiling stable_deref_trait v1.2.0
17412024-05-29T20:01:34.496Z Compiling fallible-iterator v0.2.0
17422024-05-29T20:01:34.592Z Compiling pkcs8 v0.10.2
17432024-05-29T20:01:34.864Z Compiling phf_shared v0.11.2
17442024-05-29T20:01:35.142Z Compiling postgres-protocol v0.6.6
17452024-05-29T20:01:35.263Z Compiling terminal_size v0.3.0
17462024-05-29T20:01:35.492Z Compiling ff v0.13.0
17472024-05-29T20:01:35.845Z Compiling block-padding v0.3.3
17482024-05-29T20:01:35.919Z Compiling scheduled-thread-pool v0.2.7
17492024-05-29T20:01:36.239Z Compiling matches v0.1.10
17502024-05-29T20:01:36.316Z Compiling base16ct v0.2.0
17512024-05-29T20:01:36.335Z Compiling peg-runtime v0.8.3
17522024-05-29T20:01:36.487Z Compiling managed v0.8.0
17532024-05-29T20:01:36.536Z Compiling bitflags v1.3.2
17542024-05-29T20:01:36.642Z Compiling clap_builder v4.5.2
17552024-05-29T20:01:36.685Z Compiling sec1 v0.7.3
17562024-05-29T20:01:37.011Z Compiling idna v0.2.3
17572024-05-29T20:01:37.239Z Compiling r2d2 v0.8.10
17582024-05-29T20:01:37.428Z Compiling inout v0.1.3
17592024-05-29T20:01:37.701Z Compiling postgres-types v0.2.6
17602024-05-29T20:01:37.971Z Compiling group v0.13.0
17612024-05-29T20:01:38.313Z Compiling signal-hook-mio v0.2.3
17622024-05-29T20:01:38.475Z Compiling phf v0.11.2
17632024-05-29T20:01:38.618Z Compiling num-bigint v0.4.5
17642024-05-29T20:01:38.764Z Compiling hubpack v0.1.2
17652024-05-29T20:01:39.019Z Compiling hkdf v0.12.4
17662024-05-29T20:01:39.250Z Compiling zerocopy v0.6.6
17672024-05-29T20:01:39.283Z Compiling ipnetwork v0.20.0
17682024-05-29T20:01:39.498Z Compiling crypto-bigint v0.5.5
17692024-05-29T20:01:40.129Z Compiling float-cmp v0.9.0
17702024-05-29T20:01:40.239Z Compiling memmap v0.7.0
17712024-05-29T20:01:40.348Z Compiling normalize-line-endings v0.3.0
17722024-05-29T20:01:40.478Z Compiling whoami v1.5.1
17732024-05-29T20:01:40.598Z Compiling static_assertions v1.1.0
17742024-05-29T20:01:41.012Z Compiling difflib v0.4.0
17752024-05-29T20:01:41.122Z Compiling data-encoding v2.6.0
17762024-05-29T20:01:41.227Z Compiling predicates-core v1.0.6
17772024-05-29T20:01:41.601Z Compiling predicates v3.1.0
17782024-05-29T20:01:42.287Z Compiling trust-dns-proto v0.22.0
17792024-05-29T20:01:42.340Z Compiling elliptic-curve v0.13.8
17802024-05-29T20:01:42.905Z Compiling diesel v2.1.6
17812024-05-29T20:01:43.176Z Compiling yasna v0.5.2
17822024-05-29T20:01:43.597Z Compiling tokio-postgres v0.7.10
17832024-05-29T20:01:43.622Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
17842024-05-29T20:01:45.168Z Compiling usdt v0.5.0
17852024-05-29T20:01:45.353Z Compiling clap v4.5.4
17862024-05-29T20:01:45.493Z Compiling crossterm v0.27.0
17872024-05-29T20:01:45.678Z Compiling cipher v0.4.4
17882024-05-29T20:01:46.742Z Checking proc-macro2 v1.0.82
17892024-05-29T20:01:47.041Z Compiling num-iter v0.1.45
17902024-05-29T20:01:47.223Z Compiling similar v2.5.0
17912024-05-29T20:01:47.239Z Compiling console v0.15.8
17922024-05-29T20:01:48.487Z Compiling tokio-stream v0.1.15
17932024-05-29T20:01:48.766Z Compiling bstr v1.9.1
17942024-05-29T20:01:49.208Z Checking quote v1.0.36
17952024-05-29T20:01:52.985Z Checking utf8parse v0.2.1
17962024-05-29T20:01:57.920Z Checking anstyle v1.0.7
17972024-05-29T20:01:59.048Z Checking anstyle-parse v0.2.4
17982024-05-29T20:01:59.309Z Checking anstyle-query v1.0.3
17992024-05-29T20:01:59.397Z Checking colorchoice v1.0.1
18002024-05-29T20:01:59.440Z Checking is_terminal_polyfill v1.70.0
18012024-05-29T20:01:59.542Z Checking anstream v0.6.14
18022024-05-29T20:01:59.731Z Checking clap_lex v0.7.0
18032024-05-29T20:02:00.231Z Checking strsim v0.11.1
18042024-05-29T20:02:03.494Z Checking winnow v0.6.8
18052024-05-29T20:02:13.025Z Compiling regress v0.9.1
18062024-05-29T20:02:13.454Z Compiling getopts v0.2.21
18072024-05-29T20:02:13.498Z Checking heck v0.5.0
18082024-05-29T20:02:13.628Z Compiling unsafe-libyaml v0.2.11
18092024-05-29T20:02:14.470Z Checking progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
18102024-05-29T20:02:14.867Z Checking camino v1.1.7
18112024-05-29T20:02:15.091Z Compiling serde_yaml v0.9.34+deprecated
18122024-05-29T20:02:15.223Z Checking base64 v0.22.1
18132024-05-29T20:02:15.440Z Checking is-terminal v0.4.12
18142024-05-29T20:02:15.573Z Compiling ident_case v1.0.1
18152024-05-29T20:02:15.600Z Checking sha1 v0.10.6
18162024-05-29T20:02:15.720Z Checking http v1.1.0
18172024-05-29T20:02:15.755Z Compiling darling_core v0.20.9
18182024-05-29T20:02:15.878Z Compiling paste v1.0.15
18192024-05-29T20:02:16.435Z Compiling strum_macros v0.26.2
18202024-05-29T20:02:17.026Z Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
18212024-05-29T20:02:18.178Z Checking rustls-pki-types v1.7.0
18222024-05-29T20:02:18.622Z Checking fastrand v2.1.0
18232024-05-29T20:02:18.947Z Checking match_cfg v0.1.0
18242024-05-29T20:02:19.046Z Checking hostname v0.3.1
18252024-05-29T20:02:19.179Z Checking tempfile v3.10.1
18262024-05-29T20:02:19.378Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18272024-05-29T20:02:19.431Z Checking dirs-sys-next v0.1.2
18282024-05-29T20:02:19.510Z Checking quick-error v1.2.3
18292024-05-29T20:02:19.593Z Checking dirs-next v2.0.0
18302024-05-29T20:02:19.668Z Checking crossbeam-channel v0.5.12
18312024-05-29T20:02:19.730Z Checking thread_local v1.1.8
18322024-05-29T20:02:19.844Z Compiling rustls v0.22.4
18332024-05-29T20:02:20.010Z Compiling slog-async v2.8.0
18342024-05-29T20:02:20.126Z Checking term v0.7.0
18352024-05-29T20:02:20.432Z Checking rustls-webpki v0.102.4
18362024-05-29T20:02:20.538Z Checking instant v0.1.12
18372024-05-29T20:02:20.629Z Checking take_mut v0.2.2
18382024-05-29T20:02:20.650Z Checking slog-term v2.9.1
18392024-05-29T20:02:20.668Z Checking rustls-pemfile v2.1.2
18402024-05-29T20:02:20.918Z Compiling multer v3.1.0
18412024-05-29T20:02:21.065Z Checking debug-ignore v1.0.5
18422024-05-29T20:02:21.140Z Checking toml v0.8.13
18432024-05-29T20:02:21.185Z Checking slog-json v2.6.1
18442024-05-29T20:02:21.283Z Compiling async-stream-impl v0.3.5
18452024-05-29T20:02:21.458Z Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#2fdf3718)
18462024-05-29T20:02:21.716Z Checking strum v0.26.2
18472024-05-29T20:02:21.742Z Checking atomic-waker v1.1.2
18482024-05-29T20:02:21.870Z Checking waitgroup v0.1.2
18492024-05-29T20:02:21.914Z Checking slog-bunyan v2.5.0
18502024-05-29T20:02:22.391Z Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#2fdf3718)
18512024-05-29T20:02:22.391Z Checking serde_path_to_error v0.1.16
18522024-05-29T20:02:22.392Z Checking hostname v0.4.0
18532024-05-29T20:02:22.475Z Checking newtype-uuid v1.1.0
18542024-05-29T20:02:23.084Z Checking wait-timeout v0.2.0
18552024-05-29T20:02:23.099Z Compiling structmeta-derive v0.3.0
18562024-05-29T20:02:23.099Z Checking async-stream v0.3.5
18572024-05-29T20:02:23.100Z Checking rusty-fork v0.3.0
18582024-05-29T20:02:23.100Z Compiling structmeta-derive v0.2.0
18592024-05-29T20:02:23.148Z Compiling darling_macro v0.20.9
18602024-05-29T20:02:23.165Z Checking rand_xorshift v0.3.0
18612024-05-29T20:02:23.347Z Checking unarray v0.1.4
18622024-05-29T20:02:23.506Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=025389ff39d594bf2b815377e2c1dc4dd23b1f96#025389ff)
18632024-05-29T20:02:23.784Z Checking proptest v1.4.0
18642024-05-29T20:02:24.133Z Compiling darling v0.20.9
18652024-05-29T20:02:24.248Z Compiling serde_with_macros v3.8.1
18662024-05-29T20:02:24.252Z Checking backoff v0.4.0
18672024-05-29T20:02:24.537Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
18682024-05-29T20:02:24.650Z Checking tokio-rustls v0.25.0
18692024-05-29T20:02:25.313Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
18702024-05-29T20:02:25.459Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
18712024-05-29T20:02:25.717Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
18722024-05-29T20:02:25.875Z Compiling structmeta v0.3.0
18732024-05-29T20:02:26.046Z Compiling structmeta v0.2.0
18742024-05-29T20:02:26.329Z Compiling parse-display-derive v0.9.0
18752024-05-29T20:02:26.502Z Compiling test-strategy v0.3.1
18762024-05-29T20:02:26.525Z Checking serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
18772024-05-29T20:02:26.689Z Checking macaddr v1.0.1
18782024-05-29T20:02:27.015Z Compiling proc-macro-error-attr v1.0.4
18792024-05-29T20:02:27.339Z Compiling proc-macro-error v1.0.4
18802024-05-29T20:02:27.522Z Checking serde_with v3.8.1
18812024-05-29T20:02:28.236Z Checking camino-tempfile v1.1.1
18822024-05-29T20:02:28.497Z Compiling proc-macro-crate v1.3.1
18832024-05-29T20:02:28.793Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
18842024-05-29T20:02:29.157Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
18852024-05-29T20:02:29.299Z Compiling foreign-types-macros v0.2.3
18862024-05-29T20:02:29.431Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
18872024-05-29T20:02:29.701Z Compiling num_enum_derive v0.5.11
18882024-05-29T20:02:29.727Z Checking foreign-types-shared v0.3.1
18892024-05-29T20:02:30.254Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
18902024-05-29T20:02:30.590Z Checking foreign-types v0.5.0
18912024-05-29T20:02:30.602Z Checking cstr-argument v0.1.2
18922024-05-29T20:02:31.107Z Checking pretty-hex v0.2.1
18932024-05-29T20:02:31.110Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
18942024-05-29T20:02:31.110Z Checking tabwriter v1.4.0
18952024-05-29T20:02:31.110Z Checking colored v2.1.0
18962024-05-29T20:02:31.110Z Checking socket2 v0.4.10
18972024-05-29T20:02:31.111Z Checking smf v0.2.3
18982024-05-29T20:02:31.190Z Checking humantime v2.1.0
18992024-05-29T20:02:31.289Z Checking termcolor v1.4.1
19002024-05-29T20:02:31.335Z Checking parse-display v0.9.0
19012024-05-29T20:02:31.470Z Checking arc-swap v1.7.1
19022024-05-29T20:02:31.491Z Checking xattr v1.3.1
19032024-05-29T20:02:31.522Z Checking filetime v0.2.23
19042024-05-29T20:02:31.556Z Checking utf-8 v0.7.6
19052024-05-29T20:02:32.083Z Checking same-file v1.0.6
19062024-05-29T20:02:32.101Z Checking newline-converter v0.3.0
19072024-05-29T20:02:32.101Z Checking tar v0.4.40
19082024-05-29T20:02:32.101Z Checking tungstenite v0.20.1
19092024-05-29T20:02:32.102Z Checking walkdir v2.5.0
19102024-05-29T20:02:32.102Z Checking expectorate v1.1.0
19112024-05-29T20:02:32.102Z Checking slog-scope v4.4.0
19122024-05-29T20:02:32.102Z Checking termtree v0.4.1
19132024-05-29T20:02:32.102Z Checking slog-stdlog v4.1.1
19142024-05-29T20:02:32.102Z Compiling heapless v0.8.0
19152024-05-29T20:02:32.215Z Checking predicates-tree v1.0.9
19162024-05-29T20:02:32.258Z Checking slog-envlogger v2.2.0
19172024-05-29T20:02:32.375Z Checking hash32 v0.3.1
19182024-05-29T20:02:32.424Z Compiling smoltcp v0.11.0
19192024-05-29T20:02:32.461Z Checking embedded-io v0.4.0
19202024-05-29T20:02:32.483Z Checking num_enum v0.5.11
19212024-05-29T20:02:32.569Z Checking cobs v0.2.3
19222024-05-29T20:02:32.591Z Checking tokio-tungstenite v0.20.1
19232024-05-29T20:02:32.630Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
19242024-05-29T20:02:32.680Z Compiling crucible-workspace-hack v0.1.0
19252024-05-29T20:02:33.163Z Checking postcard v1.0.8
19262024-05-29T20:02:33.178Z Checking sigpipe v0.1.3
19272024-05-29T20:02:33.178Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=194a8d1d6443f78d59702a25849607dba33db732#194a8d1d)
19282024-05-29T20:02:33.178Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=194a8d1d6443f78d59702a25849607dba33db732#194a8d1d)
19292024-05-29T20:02:33.179Z Compiling derror-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=194a8d1d6443f78d59702a25849607dba33db732#194a8d1d)
19302024-05-29T20:02:33.179Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=194a8d1d6443f78d59702a25849607dba33db732#194a8d1d)
19312024-05-29T20:02:33.180Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e)
19322024-05-29T20:02:33.262Z Checking pem v3.0.4
19332024-05-29T20:02:33.467Z Checking atty v0.2.14
19342024-05-29T20:02:33.488Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
19352024-05-29T20:02:33.597Z Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
19362024-05-29T20:02:33.704Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0)
19372024-05-29T20:02:34.195Z Compiling mockall_derive v0.12.1
19382024-05-29T20:02:34.388Z Compiling num-derive v0.4.2
19392024-05-29T20:02:34.388Z Checking fragile v2.0.0
19402024-05-29T20:02:34.826Z Checking downcast v0.11.0
19412024-05-29T20:02:34.842Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0)
19422024-05-29T20:02:34.850Z Compiling derive-where v1.2.7
19432024-05-29T20:02:35.066Z Checking zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
19442024-05-29T20:02:35.241Z Checking env_logger v0.9.3
19452024-05-29T20:02:35.704Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19462024-05-29T20:02:35.880Z Compiling bitstruct_derive v0.1.0
19472024-05-29T20:02:36.039Z Checking viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19482024-05-29T20:02:36.169Z Checking ascii v1.1.0
19492024-05-29T20:02:36.558Z Checking rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c)
19502024-05-29T20:02:36.578Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=8c6d485110ecfae5409575246b986a145c386dc4#8c6d4851)
19512024-05-29T20:02:36.706Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=194a8d1d6443f78d59702a25849607dba33db732#194a8d1d)
19522024-05-29T20:02:37.012Z Checking viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19532024-05-29T20:02:37.159Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19542024-05-29T20:02:37.213Z Checking bitstruct v0.1.1
19552024-05-29T20:02:37.249Z Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
19562024-05-29T20:02:37.339Z Checking dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19572024-05-29T20:02:37.396Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19582024-05-29T20:02:37.442Z Checking serde_arrays v0.1.0
19592024-05-29T20:02:37.589Z Checking erased-serde v0.3.31
19602024-05-29T20:02:37.622Z Compiling heck v0.3.3
19612024-05-29T20:02:37.637Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e)
19622024-05-29T20:02:37.938Z Checking tungstenite v0.21.0
19632024-05-29T20:02:38.023Z Compiling zone_cfg_derive v0.1.2
19642024-05-29T20:02:38.095Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=194a8d1d6443f78d59702a25849607dba33db732#194a8d1d)
19652024-05-29T20:02:38.545Z Checking base64 v0.13.1
19662024-05-29T20:02:38.678Z Checking propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19672024-05-29T20:02:38.783Z Checking tokio-tungstenite v0.21.0
19682024-05-29T20:02:38.936Z Checking ron v0.7.1
19692024-05-29T20:02:39.545Z Checking zone v0.1.8
19702024-05-29T20:02:39.658Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=194a8d1d6443f78d59702a25849607dba33db732#194a8d1d)
19712024-05-29T20:02:39.907Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
19722024-05-29T20:02:40.339Z Checking headers-core v0.2.0
19732024-05-29T20:02:40.347Z Checking portpicker v0.1.1
19742024-05-29T20:02:40.347Z Checking headers v0.3.9
19752024-05-29T20:02:40.348Z Checking rcgen v0.12.1
19762024-05-29T20:02:40.348Z Checking atomicwrites v0.4.3
19772024-05-29T20:02:40.348Z Checking subprocess v0.2.9
19782024-05-29T20:02:40.423Z Compiling convert_case v0.4.0
19792024-05-29T20:02:40.779Z Checking linked-hash-map v0.5.6
19802024-05-29T20:02:40.820Z Checking password-hash v0.5.0
19812024-05-29T20:02:41.077Z Checking blake2 v0.10.6
19822024-05-29T20:02:41.092Z Checking lru-cache v0.1.2
19832024-05-29T20:02:41.221Z Checking swrite v0.1.0
19842024-05-29T20:02:41.281Z Compiling rayon-core v1.12.1
19852024-05-29T20:02:41.297Z Checking resolv-conf v0.7.0
19862024-05-29T20:02:41.336Z Checking half v2.4.1
19872024-05-29T20:02:41.370Z Compiling derive_more v0.99.17
19882024-05-29T20:02:41.514Z Checking argon2 v0.5.3
19892024-05-29T20:02:41.561Z Compiling cancel-safe-futures v0.1.5
19902024-05-29T20:02:41.659Z Checking trust-dns-resolver v0.22.0
19912024-05-29T20:02:41.758Z Checking ciborium-io v0.2.2
19922024-05-29T20:02:41.843Z Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
19932024-05-29T20:02:41.915Z Checking ciborium-ll v0.2.2
19942024-05-29T20:02:41.989Z Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
19952024-05-29T20:02:42.162Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
19962024-05-29T20:02:42.196Z Checking ciborium v0.2.2
19972024-05-29T20:02:42.379Z Checking mockall v0.12.1
19982024-05-29T20:02:42.587Z Compiling slog-dtrace v0.3.0
19992024-05-29T20:02:42.861Z Compiling semver v0.1.20
20002024-05-29T20:02:43.023Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
20012024-05-29T20:02:43.167Z Checking libsw v3.3.1
20022024-05-29T20:02:43.196Z Compiling rustc_version v0.1.7
20032024-05-29T20:02:43.373Z Checking owo-colors v4.0.0
20042024-05-29T20:02:43.443Z Checking linear-map v1.2.0
20052024-05-29T20:02:43.723Z Compiling newtype_derive v0.1.6
20062024-05-29T20:02:43.760Z Compiling unicode-xid v0.2.4
20072024-05-29T20:02:43.873Z Compiling radium v0.7.0
20082024-05-29T20:02:43.915Z Checking num-rational v0.4.2
20092024-05-29T20:02:43.942Z Checking num-complex v0.4.6
20102024-05-29T20:02:44.182Z Checking steno v0.4.0
20112024-05-29T20:02:44.344Z Checking nibble_vec v0.1.0
20122024-05-29T20:02:44.539Z Checking tap v1.0.1
20132024-05-29T20:02:44.561Z Compiling maybe-uninit v2.0.0
20142024-05-29T20:02:44.699Z Checking endian-type v0.1.2
20152024-05-29T20:02:44.847Z Checking num v0.4.3
20162024-05-29T20:02:44.920Z Checking radix_trie v0.2.1
20172024-05-29T20:02:45.357Z Checking wyz v0.5.1
20182024-05-29T20:02:45.361Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
20192024-05-29T20:02:45.361Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
20202024-05-29T20:02:45.385Z Compiling bzip2-sys v0.1.11+1.0.8
20212024-05-29T20:02:45.534Z Checking fxhash v0.2.1
20222024-05-29T20:02:45.705Z Compiling packed_struct v0.10.1
20232024-05-29T20:02:45.829Z Checking crc-catalog v2.4.0
20242024-05-29T20:02:45.962Z Checking funty v2.0.0
20252024-05-29T20:02:46.117Z Compiling num-bigint-dig v0.8.4
20262024-05-29T20:02:46.447Z Checking crc v3.2.1
20272024-05-29T20:02:46.646Z Compiling packed_struct_codegen v0.10.1
20282024-05-29T20:02:46.852Z Compiling indexmap v1.9.3
20292024-05-29T20:02:46.945Z Checking bitvec v1.0.1
20302024-05-29T20:02:47.547Z Checking nodrop v0.1.14
20312024-05-29T20:02:47.986Z Checking array-init v0.0.4
20322024-05-29T20:02:47.986Z Checking smallvec v0.6.14
20332024-05-29T20:02:47.986Z Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
20342024-05-29T20:02:47.994Z Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
20352024-05-29T20:02:48.179Z Checking pkcs1 v0.7.5
20362024-05-29T20:02:48.655Z Checking signature v2.2.0
20372024-05-29T20:02:48.663Z Checking hashbrown v0.12.3
20382024-05-29T20:02:48.663Z Checking bitfield v0.14.0
20392024-05-29T20:02:48.853Z Checking serde-hex v0.1.0
20402024-05-29T20:02:49.599Z Checking bzip2 v0.4.4
20412024-05-29T20:02:50.016Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
20422024-05-29T20:02:50.028Z Checking rsa v0.9.6
20432024-05-29T20:02:50.028Z Checking env_logger v0.10.2
20442024-05-29T20:02:50.029Z Checking x509-cert v0.2.5
20452024-05-29T20:02:50.029Z Checking ron v0.8.1
20462024-05-29T20:02:50.064Z Checking hashbrown v0.13.2
20472024-05-29T20:02:50.274Z Compiling home v0.5.9
20482024-05-29T20:02:50.467Z Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
20492024-05-29T20:02:50.539Z Checking crc-any v2.5.0
20502024-05-29T20:02:50.887Z Checking zip v0.6.6
20512024-05-29T20:02:50.930Z Checking path-slash v0.1.5
20522024-05-29T20:02:51.061Z Checking display-error-chain v0.2.0
20532024-05-29T20:02:51.099Z Checking object v0.30.4
20542024-05-29T20:02:51.214Z Compiling async-recursion v1.1.1
20552024-05-29T20:02:51.227Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
20562024-05-29T20:02:51.477Z Compiling buf-list v1.0.3
20572024-05-29T20:02:51.499Z Compiling ring v0.16.20
20582024-05-29T20:02:51.532Z Compiling blake3 v1.5.1
20592024-05-29T20:02:52.508Z Checking maplit v1.0.2
20602024-05-29T20:02:52.527Z Checking gethostname v0.4.3
20612024-05-29T20:02:52.622Z Compiling parking_lot_core v0.8.6
20622024-05-29T20:02:52.668Z Compiling libefi-sys v0.1.0
20632024-05-29T20:02:52.719Z Compiling pin-project-internal v1.1.5
20642024-05-29T20:02:52.877Z Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
20652024-05-29T20:02:53.290Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
20662024-05-29T20:02:53.317Z Compiling crossbeam-deque v0.8.5
20672024-05-29T20:02:53.420Z Checking keccak v0.1.5
20682024-05-29T20:02:53.439Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
20692024-05-29T20:02:53.632Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81)
20702024-05-29T20:02:53.772Z Checking libnvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81)
20712024-05-29T20:02:54.183Z Checking sha3 v0.10.8
20722024-05-29T20:02:54.806Z Checking parking_lot v0.11.2
20732024-05-29T20:02:54.986Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
20742024-05-29T20:02:55.585Z Checking trust-dns-client v0.22.0
20752024-05-29T20:02:55.598Z Compiling synstructure v0.12.6
20762024-05-29T20:02:55.598Z Checking toml v0.5.11
20772024-05-29T20:02:56.068Z Checking pin-project v1.1.5
20782024-05-29T20:02:56.202Z Checking secrecy v0.8.0
20792024-05-29T20:02:56.826Z Compiling rayon v1.10.0
20802024-05-29T20:02:56.944Z Checking sled v0.34.7
20812024-05-29T20:02:56.944Z Checking trust-dns-server v0.22.1
20822024-05-29T20:02:57.265Z Compiling zerocopy-derive v0.2.0
20832024-05-29T20:02:57.577Z Compiling memmap2 v0.9.4
20842024-05-29T20:02:58.043Z Compiling arrayref v0.3.7
20852024-05-29T20:02:58.049Z Compiling constant_time_eq v0.3.0
20862024-05-29T20:02:58.113Z Compiling arrayvec v0.7.4
20872024-05-29T20:02:58.230Z Compiling untrusted v0.7.1
20882024-05-29T20:02:59.106Z Compiling toolchain_find v0.4.0
20892024-05-29T20:02:59.838Z Compiling vte_generate_state_changes v0.1.1
20902024-05-29T20:03:00.000Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=025389ff39d594bf2b815377e2c1dc4dd23b1f96#025389ff)
20912024-05-29T20:03:00.300Z Compiling topological-sort v0.2.2
20922024-05-29T20:03:00.490Z Checking vte v0.11.1
20932024-05-29T20:03:00.559Z Compiling rustfmt-wrapper v0.2.1
20942024-05-29T20:03:00.784Z Checking fd-lock v4.0.2
20952024-05-29T20:03:00.972Z Compiling glob v0.3.1
20962024-05-29T20:03:01.246Z Compiling snafu-derive v0.8.2
20972024-05-29T20:03:01.459Z Compiling usdt-impl v0.3.5
20982024-05-29T20:03:01.780Z Compiling omicron-zone-package v0.11.0
20992024-05-29T20:03:01.829Z Checking strip-ansi-escapes v0.2.0
21002024-05-29T20:03:01.951Z Checking nu-ansi-term v0.50.0
21012024-05-29T20:03:01.998Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
21022024-05-29T20:03:02.295Z Compiling zerocopy v0.3.2
21032024-05-29T20:03:02.350Z Checking globset v0.4.14
21042024-05-29T20:03:02.370Z Checking reedline v0.31.0
21052024-05-29T20:03:02.855Z Checking olpc-cjson v0.1.3
21062024-05-29T20:03:02.873Z Checking serde_plain v1.0.2
21072024-05-29T20:03:02.978Z Compiling prettyplease v0.2.20
21082024-05-29T20:03:03.065Z Checking typed-path v0.7.1
21092024-05-29T20:03:03.245Z Compiling dof v0.1.5
21102024-05-29T20:03:03.777Z Compiling dtrace-parser v0.1.14
21112024-05-29T20:03:04.145Z Checking parse-size v1.0.0
21122024-05-29T20:03:04.410Z Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
21132024-05-29T20:03:05.603Z Compiling serde_tokenstream v0.1.7
21142024-05-29T20:03:06.132Z Compiling memoffset v0.7.1
21152024-05-29T20:03:06.418Z Compiling platforms v3.4.0
21162024-05-29T20:03:06.618Z Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe)
21172024-05-29T20:03:06.677Z Compiling crunchy v0.2.2
21182024-05-29T20:03:07.466Z Compiling curve25519-dalek v4.1.2
21192024-05-29T20:03:07.472Z Compiling clang-sys v1.7.0
21202024-05-29T20:03:07.472Z Checking snafu v0.8.2
21212024-05-29T20:03:07.597Z Compiling unicase v2.7.0
21222024-05-29T20:03:07.658Z Compiling tiny-keccak v2.0.2
21232024-05-29T20:03:07.757Z Checking tough v0.17.1
21242024-05-29T20:03:08.063Z Compiling usdt-attr-macro v0.3.5
21252024-05-29T20:03:08.148Z Compiling usdt-macro v0.3.5
21262024-05-29T20:03:08.169Z Checking universal-hash v0.5.1
21272024-05-29T20:03:08.205Z Compiling thiserror-impl-no-std v2.0.2
21282024-05-29T20:03:08.345Z Compiling curve25519-dalek-derive v0.1.1
21292024-05-29T20:03:08.546Z Checking nanorand v0.7.0
21302024-05-29T20:03:08.914Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
21312024-05-29T20:03:08.948Z Checking progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
21322024-05-29T20:03:09.206Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
21332024-05-29T20:03:09.498Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
21342024-05-29T20:03:09.565Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
21352024-05-29T20:03:09.818Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
21362024-05-29T20:03:10.881Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
21372024-05-29T20:03:11.092Z Compiling cfg_aliases v0.1.1
21382024-05-29T20:03:11.203Z Compiling salty v0.2.0
21392024-05-29T20:03:11.470Z Checking opaque-debug v0.3.1
21402024-05-29T20:03:11.553Z Checking bytecount v0.6.8
21412024-05-29T20:03:11.703Z Checking signature v1.6.4
21422024-05-29T20:03:11.708Z Checking papergrid v0.11.0
21432024-05-29T20:03:11.848Z Checking ed25519 v1.5.3
21442024-05-29T20:03:12.040Z Checking poly1305 v0.8.0
21452024-05-29T20:03:12.471Z Checking thiserror-no-std v2.0.2
21462024-05-29T20:03:12.534Z Compiling nix v0.28.0
21472024-05-29T20:03:12.831Z Checking usdt v0.3.5
21482024-05-29T20:03:13.510Z Checking flume v0.11.0
21492024-05-29T20:03:13.523Z Compiling ascii-canvas v3.0.0
21502024-05-29T20:03:13.523Z Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1)
21512024-05-29T20:03:13.523Z Checking nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d)
21522024-05-29T20:03:13.704Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
21532024-05-29T20:03:13.789Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
21542024-05-29T20:03:13.935Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
21552024-05-29T20:03:14.193Z Compiling tabled_derive v0.7.0
21562024-05-29T20:03:14.217Z Checking chacha20 v0.9.1
21572024-05-29T20:03:14.316Z Checking aead v0.5.2
21582024-05-29T20:03:14.542Z Checking serde-big-array v0.5.1
21592024-05-29T20:03:14.567Z Checking kstat-rs v0.2.3
21602024-05-29T20:03:14.764Z Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack.git?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
21612024-05-29T20:03:15.011Z Compiling ena v0.14.3
21622024-05-29T20:03:15.360Z Compiling libloading v0.8.3
21632024-05-29T20:03:15.454Z Compiling bindgen v0.69.4
21642024-05-29T20:03:15.572Z Compiling regex-syntax v0.6.29
21652024-05-29T20:03:15.619Z Compiling diff v0.1.13
21662024-05-29T20:03:15.990Z Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
21672024-05-29T20:03:16.158Z Checking hubpack v0.1.0 (https://github.com/cbiffle/hubpack.git?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
21682024-05-29T20:03:16.376Z Checking chacha20poly1305 v0.10.1
21692024-05-29T20:03:16.467Z Checking vsss-rs v3.3.4
21702024-05-29T20:03:16.847Z Checking tabled v0.15.0
21712024-05-29T20:03:17.201Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=8c6d485110ecfae5409575246b986a145c386dc4#8c6d4851)
21722024-05-29T20:03:19.084Z Compiling lalrpop v0.19.12
21732024-05-29T20:03:19.792Z Compiling which v4.4.2
21742024-05-29T20:03:19.941Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
21752024-05-29T20:03:20.234Z Checking signal-hook-tokio v0.3.1
21762024-05-29T20:03:20.422Z Compiling cexpr v0.6.0
21772024-05-29T20:03:20.468Z Checking serde-big-array v0.4.1
21782024-05-29T20:03:20.643Z Compiling rustc-hash v1.1.0
21792024-05-29T20:03:20.795Z Compiling ref-cast v1.0.23
21802024-05-29T20:03:21.310Z Compiling shlex v1.3.0
21812024-05-29T20:03:21.661Z Compiling lazycell v1.3.0
21822024-05-29T20:03:21.796Z Checking sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
21832024-05-29T20:03:21.948Z Compiling mime_guess v2.0.4
21842024-05-29T20:03:23.138Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0)
21852024-05-29T20:03:23.312Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
21862024-05-29T20:03:23.593Z Compiling derive_builder_core v0.20.0
21872024-05-29T20:03:24.791Z Compiling peg-macros v0.8.3
21882024-05-29T20:03:26.331Z Compiling ref-cast-impl v1.0.23
21892024-05-29T20:03:26.501Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
21902024-05-29T20:03:26.865Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
21912024-05-29T20:03:27.557Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
21922024-05-29T20:03:28.608Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
21932024-05-29T20:03:29.352Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
21942024-05-29T20:03:29.392Z Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
21952024-05-29T20:03:30.479Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
21962024-05-29T20:03:31.261Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
21972024-05-29T20:03:31.844Z Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
21982024-05-29T20:03:31.984Z Compiling sqlparser_derive v0.2.2
21992024-05-29T20:03:33.138Z Compiling libxml v0.3.3
22002024-05-29T20:03:33.142Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
22012024-05-29T20:03:33.470Z Checking corncobs v0.1.3
22022024-05-29T20:03:33.835Z Checking unicode_categories v0.1.1
22032024-05-29T20:03:34.121Z Checking sqlformat v0.2.3
22042024-05-29T20:03:34.253Z Checking rustyline v14.0.0
22052024-05-29T20:03:34.669Z Checking sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
22062024-05-29T20:03:34.905Z Checking sqlparser v0.45.0
22072024-05-29T20:03:35.898Z Checking peg v0.8.3
22082024-05-29T20:03:36.147Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
22092024-05-29T20:03:36.533Z Compiling derive_builder_macro v0.20.0
22102024-05-29T20:03:37.484Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
22112024-05-29T20:03:39.061Z Checking bcs v0.1.6
22122024-05-29T20:03:39.067Z Compiling strum_macros v0.24.3
22132024-05-29T20:03:39.111Z Compiling cookie v0.18.1
22142024-05-29T20:03:39.393Z Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0)
22152024-05-29T20:03:39.672Z Compiling indoc v1.0.9
22162024-05-29T20:03:39.720Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
22172024-05-29T20:03:40.759Z Checking highway v1.1.0
22182024-05-29T20:03:41.789Z Checking derive_builder v0.20.0
22192024-05-29T20:03:42.203Z Compiling const_format_proc_macros v0.2.32
22202024-05-29T20:03:42.751Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
22212024-05-29T20:03:43.013Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0)
22222024-05-29T20:03:43.274Z Checking bb8 v0.8.3
22232024-05-29T20:03:43.570Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
22242024-05-29T20:03:43.744Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
22252024-05-29T20:03:43.749Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
22262024-05-29T20:03:44.086Z Checking quick-xml v0.31.0
22272024-05-29T20:03:44.153Z Compiling impl-trait-for-tuples v0.2.2
22282024-05-29T20:03:44.402Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
22292024-05-29T20:03:45.382Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
22302024-05-29T20:03:46.603Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
22312024-05-29T20:03:46.632Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
22322024-05-29T20:03:49.145Z Compiling oso-derive v0.27.3
22332024-05-29T20:03:49.601Z Checking http-range v0.1.5
22342024-05-29T20:03:49.787Z Checking hyper-staticfile v0.9.5
22352024-05-29T20:03:49.912Z Checking const_format v0.2.32
22362024-05-29T20:03:50.190Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
22372024-05-29T20:03:50.217Z Checking async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef)
22382024-05-29T20:03:50.361Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0)
22392024-05-29T20:03:51.499Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
22402024-05-29T20:03:51.673Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
22412024-05-29T20:03:52.943Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
22422024-05-29T20:03:54.437Z Checking assert_matches v1.5.0
22432024-05-29T20:03:54.518Z Compiling portable-atomic v1.6.0
22442024-05-29T20:03:54.539Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
22452024-05-29T20:03:54.818Z Checking rand_seeder v0.2.3
22462024-05-29T20:03:55.056Z Checking number_prefix v0.4.0
22472024-05-29T20:03:55.269Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
22482024-05-29T20:03:55.445Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
22492024-05-29T20:03:55.498Z Checking castaway v0.2.2
22502024-05-29T20:03:55.650Z Checking compact_str v0.7.1
22512024-05-29T20:03:55.654Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
22522024-05-29T20:03:55.950Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
22532024-05-29T20:03:56.227Z Checking lru v0.12.3
22542024-05-29T20:03:56.380Z Compiling stability v0.2.0
22552024-05-29T20:03:56.507Z Checking cassowary v0.3.0
22562024-05-29T20:03:56.576Z Checking indicatif v0.17.8
22572024-05-29T20:03:56.789Z Compiling indoc v2.0.5
22582024-05-29T20:03:56.973Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
22592024-05-29T20:03:57.306Z Checking unicode-linebreak v0.1.5
22602024-05-29T20:03:57.380Z Checking smawk v0.3.2
22612024-05-29T20:03:57.601Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
22622024-05-29T20:03:57.694Z Checking textwrap v0.16.1
22632024-05-29T20:03:57.859Z Checking is_ci v1.2.0
22642024-05-29T20:03:57.876Z Checking ratatui v0.26.2
22652024-05-29T20:03:58.005Z Checking supports-color v3.0.0
22662024-05-29T20:03:58.086Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=8c6d485110ecfae5409575246b986a145c386dc4#8c6d4851)
22672024-05-29T20:03:58.193Z Checking fatfs v0.3.6
22682024-05-29T20:03:59.190Z Checking shell-words v1.1.0
22692024-05-29T20:03:59.359Z Checking rtoolbox v0.0.2
22702024-05-29T20:03:59.569Z Checking rpassword v7.3.1
22712024-05-29T20:03:59.575Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
22722024-05-29T20:03:59.709Z Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
22732024-05-29T20:03:59.725Z Checking yansi v0.5.1
22742024-05-29T20:04:00.103Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
22752024-05-29T20:04:00.801Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
22762024-05-29T20:04:00.970Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
22772024-05-29T20:04:01.391Z Checking tui-tree-widget v0.19.0
22782024-05-29T20:04:01.725Z Checking pretty_assertions v1.4.0
22792024-05-29T20:04:01.935Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
22802024-05-29T20:04:02.039Z Compiling target-lexicon v0.12.14
22812024-05-29T20:04:02.243Z Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
22822024-05-29T20:04:03.115Z Checking cargo-platform v0.1.8
22832024-05-29T20:04:03.411Z Compiling guppy-workspace-hack v0.1.0
22842024-05-29T20:04:03.414Z Checking plotters-backend v0.3.5
22852024-05-29T20:04:03.674Z Compiling doc-comment v0.3.3
22862024-05-29T20:04:03.756Z Checking plotters-svg v0.3.5
22872024-05-29T20:04:03.779Z Checking cargo_metadata v0.18.1
22882024-05-29T20:04:04.393Z Checking http-body v1.0.0
22892024-05-29T20:04:04.412Z Checking tower-layer v0.3.2
22902024-05-29T20:04:04.598Z Compiling assert_cmd v2.0.14
22912024-05-29T20:04:04.689Z Checking cast v0.3.0
22922024-05-29T20:04:04.994Z Compiling target-spec v3.1.0
22932024-05-29T20:04:05.023Z Checking regex-automata v0.1.10
22942024-05-29T20:04:05.425Z Checking criterion-plot v0.5.0
22952024-05-29T20:04:05.464Z Checking bstr v0.2.17
22962024-05-29T20:04:05.623Z Checking tower v0.4.13
22972024-05-29T20:04:05.916Z Checking hyper v1.3.1
22982024-05-29T20:04:06.347Z Checking cfg-expr v0.15.8
22992024-05-29T20:04:06.490Z Checking plotters v0.3.5
23002024-05-29T20:04:07.107Z Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd)
23012024-05-29T20:04:07.182Z Checking tinytemplate v1.2.1
23022024-05-29T20:04:07.808Z Checking oorandom v11.1.3
23032024-05-29T20:04:07.966Z Checking anes v0.1.6
23042024-05-29T20:04:08.309Z Checking criterion v0.5.1
23052024-05-29T20:04:09.126Z Checking hyper-util v0.1.3
23062024-05-29T20:04:09.421Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
23072024-05-29T20:04:10.382Z Checking httptest v0.15.5
23082024-05-29T20:04:10.708Z Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client)
23092024-05-29T20:04:11.104Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
23102024-05-29T20:04:11.121Z Checking rustls-native-certs v0.7.0
23112024-05-29T20:04:11.264Z Checking pathdiff v0.2.1
23122024-05-29T20:04:11.409Z Checking nested v0.1.1
23132024-05-29T20:04:12.073Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
23142024-05-29T20:04:13.169Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
23152024-05-29T20:04:13.567Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
23162024-05-29T20:04:15.384Z Checking guppy v0.17.5
23172024-05-29T20:04:15.994Z Checking hyper-rustls v0.26.0
23182024-05-29T20:04:16.023Z Checking escape8259 v0.5.2
23192024-05-29T20:04:16.200Z Checking threadpool v1.8.1
23202024-05-29T20:04:16.324Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
23212024-05-29T20:04:16.812Z Checking libtest-mimic v0.7.3
23222024-05-29T20:04:16.862Z Checking similar-asserts v1.5.0
23232024-05-29T20:04:17.094Z Checking fancy-regex v0.13.0
23242024-05-29T20:04:17.399Z Compiling rstest_macros v0.19.0
23252024-05-29T20:04:17.832Z Checking datatest-stable v0.2.9
23262024-05-29T20:04:18.040Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
23272024-05-29T20:04:18.108Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
23282024-05-29T20:04:18.499Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
23292024-05-29T20:04:18.667Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
23302024-05-29T20:04:19.323Z Checking csv-core v0.1.11
23312024-05-29T20:04:19.409Z Compiling trybuild v1.0.96
23322024-05-29T20:04:19.549Z Compiling relative-path v1.9.3
23332024-05-29T20:04:19.682Z Checking csv v1.3.0
23342024-05-29T20:04:20.030Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
23352024-05-29T20:04:20.562Z Checking blake2b_simd v1.0.2
23362024-05-29T20:04:21.369Z Checking multimap v0.10.0
23372024-05-29T20:04:21.687Z Checking futures-timer v3.0.3
23382024-05-29T20:04:21.983Z Checking rust-argon2 v2.1.0
23392024-05-29T20:04:23.914Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
23402024-05-29T20:04:25.950Z Checking partial-io v0.5.4
23412024-05-29T20:04:26.355Z Checking approx v0.5.1
23422024-05-29T20:04:26.584Z Checking termios v0.3.3
23432024-05-29T20:04:26.804Z Checking uzers v0.11.3
23442024-05-29T20:04:27.151Z Checking hex-literal v0.4.1
23452024-05-29T20:04:30.081Z Checking rstest v0.19.0
23462024-05-29T20:04:32.028Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
23472024-05-29T20:04:33.070Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
23482024-05-29T20:04:50.639Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
23492024-05-29T20:04:52.850Z Compiling samael v0.0.15
23502024-05-29T20:05:17.220Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
23512024-05-29T20:05:20.235Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli)
23522024-05-29T20:05:37.568Z Compiling polar-core v0.27.3
23532024-05-29T20:05:45.051Z Checking oso v0.27.3
23542024-05-29T20:06:13.514Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
23552024-05-29T20:06:13.517Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
23562024-05-29T20:06:13.517Z Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
23572024-05-29T20:07:22.075Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 53s
23582024-05-29T20:07:22.078Z
23592024-05-29T20:07:22.078Zreal 7:43.098755074
23602024-05-29T20:07:22.078Zuser 38:54.371044469
23612024-05-29T20:07:22.078Zsys 7:01.562927328
23622024-05-29T20:07:22.078Ztrap 1.022944534
23632024-05-29T20:07:22.078Ztflt 3.565374303
23642024-05-29T20:07:22.078Zdflt 4.623584166
23652024-05-29T20:07:22.078Zkflt 0.017927881
23662024-05-29T20:07:22.078Zlock 1:05:38.476596778
23672024-05-29T20:07:22.078Zslp 1:57:13.981025229
23682024-05-29T20:07:22.078Zlat 1:56.305378690
23692024-05-29T20:07:22.078Zstop 5:49.733572365
23702024-05-29T20:07:22.947Zwarning: output filename collision.
23712024-05-29T20:07:22.947ZThe lib target `bhyve_api` in package `bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)` has the same output filename as the lib target `bhyve_api` in package `bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0)`.
23722024-05-29T20:07:22.947ZColliding filename is: /work/oxidecomputer/omicron/target/doc/bhyve_api/index.html
23732024-05-29T20:07:22.947ZThe targets should have unique names.
23742024-05-29T20:07:22.947ZThis is a known bug where multiple crates with the same name use
23752024-05-29T20:07:22.947Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
23762024-05-29T20:07:22.947Zwarning: output filename collision.
23772024-05-29T20:07:22.947ZThe lib target `bhyve_api_sys` in package `bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)` has the same output filename as the lib target `bhyve_api_sys` in package `bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0)`.
23782024-05-29T20:07:22.948ZColliding filename is: /work/oxidecomputer/omicron/target/doc/bhyve_api_sys/index.html
23792024-05-29T20:07:22.948ZThe targets should have unique names.
23802024-05-29T20:07:22.948ZThis is a known bug where multiple crates with the same name use
23812024-05-29T20:07:22.948Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
23822024-05-29T20:07:22.952Zwarning: output filename collision.
23832024-05-29T20:07:22.953ZThe 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.git?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)`.
23842024-05-29T20:07:22.953ZColliding filename is: /work/oxidecomputer/omicron/target/doc/hubpack/index.html
23852024-05-29T20:07:22.953ZThe targets should have unique names.
23862024-05-29T20:07:22.953ZThis is a known bug where multiple crates with the same name use
23872024-05-29T20:07:22.953Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
23882024-05-29T20:07:22.953Zwarning: output filename collision.
23892024-05-29T20:07:22.953ZThe lib target `libnet` in package `libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e)` has the same output filename as the lib target `libnet` in package `libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e)`.
23902024-05-29T20:07:22.953ZColliding filename is: /work/oxidecomputer/omicron/target/doc/libnet/index.html
23912024-05-29T20:07:22.953ZThe targets should have unique names.
23922024-05-29T20:07:22.953ZThis is a known bug where multiple crates with the same name use
23932024-05-29T20:07:22.953Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
23942024-05-29T20:07:22.953Zwarning: output filename collision.
23952024-05-29T20:07:22.953ZThe lib target `nix` in package `nix v0.28.0` has the same output filename as the lib target `nix` in package `nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d)`.
23962024-05-29T20:07:22.953ZColliding filename is: /work/oxidecomputer/omicron/target/doc/nix/index.html
23972024-05-29T20:07:22.953ZThe targets should have unique names.
23982024-05-29T20:07:22.953ZThis is a known bug where multiple crates with the same name use
23992024-05-29T20:07:22.953Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
24002024-05-29T20:07:22.953Zwarning: output filename collision.
24012024-05-29T20:07:22.953ZThe 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)`.
24022024-05-29T20:07:22.953ZColliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html
24032024-05-29T20:07:22.954ZThe targets should have unique names.
24042024-05-29T20:07:22.954ZThis is a known bug where multiple crates with the same name use
24052024-05-29T20:07:22.954Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
24062024-05-29T20:07:22.954Zwarning: output filename collision.
24072024-05-29T20:07:22.954ZThe lib target `propolis-client` in package `propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)` has the same output filename as the lib target `propolis-client` in package `propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0)`.
24082024-05-29T20:07:22.954ZColliding filename is: /work/oxidecomputer/omicron/target/doc/propolis_client/index.html
24092024-05-29T20:07:22.954ZThe targets should have unique names.
24102024-05-29T20:07:22.954ZThis is a known bug where multiple crates with the same name use
24112024-05-29T20:07:22.954Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
24122024-05-29T20:07:22.954Zwarning: output filename collision.
24132024-05-29T20:07:22.954ZThe lib target `tlvc` in package `tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#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)`.
24142024-05-29T20:07:22.954ZColliding filename is: /work/oxidecomputer/omicron/target/doc/tlvc/index.html
24152024-05-29T20:07:22.954ZThe targets should have unique names.
24162024-05-29T20:07:22.954ZThis is a known bug where multiple crates with the same name use
24172024-05-29T20:07:22.954Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
24182024-05-29T20:07:22.954Zwarning: output filename collision.
24192024-05-29T20:07:22.954ZThe lib target `zone` in package `zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)` has the same output filename as the lib target `zone` in package `zone v0.1.8`.
24202024-05-29T20:07:22.954ZColliding filename is: /work/oxidecomputer/omicron/target/doc/zone/index.html
24212024-05-29T20:07:22.954ZThe targets should have unique names.
24222024-05-29T20:07:22.955ZThis is a known bug where multiple crates with the same name use
24232024-05-29T20:07:22.955Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
24242024-05-29T20:07:23.459Z Documenting libc v0.2.153
24252024-05-29T20:07:23.524Z Documenting cfg-if v1.0.0
24262024-05-29T20:07:23.533Z Documenting serde_derive v1.0.202
24272024-05-29T20:07:23.558Z Documenting log v0.4.21
24282024-05-29T20:07:23.575Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
24292024-05-29T20:07:23.588Z Documenting memchr v2.7.2
24302024-05-29T20:07:23.601Z Documenting byteorder v1.5.0
24312024-05-29T20:07:23.618Z Documenting scopeguard v1.2.0
24322024-05-29T20:07:23.828Z Documenting itoa v1.0.11
24332024-05-29T20:07:26.640Z Documenting smallvec v1.13.2
24342024-05-29T20:07:27.094Z Documenting pin-project-lite v0.2.14
24352024-05-29T20:07:27.724Z Documenting libm v0.2.8
24362024-05-29T20:07:27.782Z Documenting once_cell v1.19.0
24372024-05-29T20:07:28.257Z Documenting getrandom v0.2.14
24382024-05-29T20:07:28.362Z Documenting lock_api v0.4.12
24392024-05-29T20:07:28.827Z Documenting signal-hook-registry v1.4.2
24402024-05-29T20:07:29.761Z Documenting parking_lot_core v0.9.10
24412024-05-29T20:07:29.927Z Documenting mio v0.8.11
24422024-05-29T20:07:31.549Z Documenting serde v1.0.202
24432024-05-29T20:07:31.576Z Documenting num-traits v0.2.19
24442024-05-29T20:07:32.104Z Documenting thiserror-impl v1.0.60
24452024-05-29T20:07:32.960Z Documenting rand_core v0.6.4
24462024-05-29T20:07:33.301Z Documenting zeroize_derive v1.4.2
24472024-05-29T20:07:33.520Z Documenting ryu v1.0.18
24482024-05-29T20:07:34.979Z Documenting parking_lot v0.12.2
24492024-05-29T20:07:35.370Z Documenting futures-core v0.3.30
24502024-05-29T20:07:36.421Z Documenting socket2 v0.5.7
24512024-05-29T20:07:37.212Z Documenting num_cpus v1.16.0
24522024-05-29T20:07:37.815Z Documenting tokio-macros v2.2.0
24532024-05-29T20:07:38.437Z Documenting thiserror v1.0.60
24542024-05-29T20:07:38.493Z Documenting zeroize v1.7.0
24552024-05-29T20:07:40.080Z Documenting zerocopy v0.7.34
24562024-05-29T20:07:40.184Z Documenting futures-sink v0.3.30
24572024-05-29T20:07:41.423Z Documenting typenum v1.17.0
24582024-05-29T20:07:41.530Z Documenting pin-utils v0.1.0
24592024-05-29T20:07:43.089Z Documenting subtle v2.5.0
24602024-05-29T20:07:43.153Z Documenting slab v0.4.9
24612024-05-29T20:07:43.679Z Documenting futures-macro v0.3.30
24622024-05-29T20:07:45.739Z Documenting futures-channel v0.3.30
24632024-05-29T20:07:52.302Z Documenting bytes v1.6.0
24642024-05-29T20:07:54.379Z Documenting bitflags v2.5.0
24652024-05-29T20:07:54.383Z Documenting serde_json v1.0.117
24662024-05-29T20:07:54.457Z Documenting iana-time-zone v0.1.60
24672024-05-29T20:07:55.075Z Documenting futures-task v0.3.30
24682024-05-29T20:07:55.079Z Documenting futures-io v0.3.30
24692024-05-29T20:07:55.079Z Documenting uuid v1.8.0
24702024-05-29T20:07:55.698Z Documenting generic-array v0.14.7
24712024-05-29T20:07:57.162Z Documenting tokio v1.37.0
24722024-05-29T20:07:59.546Z Documenting ahash v0.8.11
24732024-05-29T20:07:59.574Z Documenting chrono v0.4.38
24742024-05-29T20:07:59.627Z Documenting futures-util v0.3.30
24752024-05-29T20:07:59.726Z Documenting allocator-api2 v0.2.18
24762024-05-29T20:07:59.834Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24772024-05-29T20:08:00.030Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
24782024-05-29T20:08:00.757Z Documenting const-oid v0.9.6
24792024-05-29T20:08:01.123Z Documenting tinyvec_macros v0.1.1
24802024-05-29T20:08:01.246Z Documenting crypto-common v0.1.6
24812024-05-29T20:08:03.217Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
24822024-05-29T20:08:04.296Z Documenting hashbrown v0.14.5
24832024-05-29T20:08:04.356Z Documenting tinyvec v1.6.0
24842024-05-29T20:08:06.292Z Documenting serde_derive_internals v0.29.1
24852024-05-29T20:08:07.035Z Checking serde_derive_internals v0.29.1
24862024-05-29T20:08:07.080Z Documenting dyn-clone v1.0.17
24872024-05-29T20:08:07.392Z Documenting ppv-lite86 v0.2.17
24882024-05-29T20:08:08.313Z Documenting unicode-normalization v0.1.23
24892024-05-29T20:08:08.824Z Documenting tracing-core v0.1.32
24902024-05-29T20:08:10.133Z Documenting tracing-attributes v0.1.27
24912024-05-29T20:08:10.322Z Documenting unicode-bidi v0.3.15
24922024-05-29T20:08:11.210Z Documenting rand_chacha v0.3.1
24932024-05-29T20:08:11.398Z Documenting lazy_static v1.4.0
24942024-05-29T20:08:11.446Z Documenting percent-encoding v2.3.1
24952024-05-29T20:08:13.199Z Documenting block-buffer v0.10.4
24962024-05-29T20:08:13.494Z Documenting schemars_derive v0.8.19
24972024-05-29T20:08:14.201Z Documenting equivalent v1.0.1
24982024-05-29T20:08:15.266Z Documenting powerfmt v0.2.0
24992024-05-29T20:08:15.940Z Documenting form_urlencoded v1.2.1
25002024-05-29T20:08:16.046Z Documenting time-macros v0.2.18
25012024-05-29T20:08:16.244Z Documenting rand v0.8.5
25022024-05-29T20:08:17.450Z Documenting indexmap v2.2.6
25032024-05-29T20:08:17.908Z Documenting digest v0.10.7
25042024-05-29T20:08:18.166Z Documenting deranged v0.3.11
25052024-05-29T20:08:21.048Z Documenting schemars v0.8.19
25062024-05-29T20:08:21.107Z Documenting time-core v0.1.2
25072024-05-29T20:08:21.223Z Documenting fnv v1.0.7
25082024-05-29T20:08:21.584Z Documenting num-conv v0.1.0
25092024-05-29T20:08:26.912Z Documenting tracing v0.1.40
25102024-05-29T20:08:36.369Z Documenting unicode-width v0.1.12
25112024-05-29T20:08:36.433Z Documenting num_threads v0.1.7
25122024-05-29T20:08:36.433Z Documenting idna v0.5.0
25132024-05-29T20:08:36.433Z Documenting adler v1.0.2
25142024-05-29T20:08:36.433Z Documenting unicode-ident v1.0.12
25152024-05-29T20:08:36.433Z Documenting slog v2.7.0
25162024-05-29T20:08:36.519Z Documenting httparse v1.8.0
25172024-05-29T20:08:36.520Z Documenting cpufeatures v0.2.12
25182024-05-29T20:08:36.520Z Documenting miniz_oxide v0.7.2
25192024-05-29T20:08:36.520Z Documenting proc-macro2 v1.0.82
25202024-05-29T20:08:36.846Z Documenting time v0.3.36
25212024-05-29T20:08:36.862Z Documenting url v2.5.0
25222024-05-29T20:08:37.002Z Documenting tokio-util v0.7.11
25232024-05-29T20:08:37.021Z Documenting errno v0.3.9
25242024-05-29T20:08:37.047Z Documenting async-trait v0.1.80
25252024-05-29T20:08:38.086Z Documenting try-lock v0.2.5
25262024-05-29T20:08:39.844Z Documenting quote v1.0.36
25272024-05-29T20:08:41.575Z Documenting rustix v0.38.34
25282024-05-29T20:08:42.062Z Documenting httpdate v1.0.3
25292024-05-29T20:08:42.062Z Documenting want v0.3.1
25302024-05-29T20:08:43.182Z Documenting http-body v0.4.6
25312024-05-29T20:08:43.460Z Documenting aho-corasick v1.1.3
25322024-05-29T20:08:43.682Z Documenting openssl-sys v0.9.102
25332024-05-29T20:08:43.979Z Documenting h2 v0.3.26
25342024-05-29T20:08:44.924Z Documenting syn v2.0.64
25352024-05-29T20:08:46.402Z Documenting openssl-macros v0.1.1
25362024-05-29T20:08:46.585Z Documenting tower-service v0.3.2
25372024-05-29T20:08:48.171Z Documenting mime v0.3.17
25382024-05-29T20:08:49.062Z Documenting gimli v0.28.1
25392024-05-29T20:08:49.347Z Documenting regex-syntax v0.8.3
25402024-05-29T20:08:51.022Z Documenting object v0.32.2
25412024-05-29T20:08:51.556Z Documenting openssl-probe v0.1.5
25422024-05-29T20:08:52.167Z Documenting openssl v0.10.64
25432024-05-29T20:08:52.762Z Documenting rustc-demangle v0.1.24
25442024-05-29T20:08:54.244Z Documenting hyper v0.14.28
25452024-05-29T20:08:55.721Z Documenting addr2line v0.21.0
25462024-05-29T20:08:56.255Z Documenting ipnet v2.9.0
25472024-05-29T20:08:56.417Z Documenting regex-automata v0.4.6
25482024-05-29T20:08:56.646Z Documenting base64ct v1.6.0
25492024-05-29T20:08:59.707Z Documenting futures-executor v0.3.30
25502024-05-29T20:09:00.702Z Documenting encoding_rs v0.8.34
25512024-05-29T20:09:01.151Z Documenting native-tls v0.2.11
25522024-05-29T20:09:01.657Z Documenting psl-types v2.0.11
25532024-05-29T20:09:04.508Z Documenting backtrace v0.3.71
25542024-05-29T20:09:04.727Z Documenting serde_urlencoded v0.7.1
25552024-05-29T20:09:04.753Z Documenting publicsuffix v2.2.3
25562024-05-29T20:09:05.520Z Documenting semver v1.0.23
25572024-05-29T20:09:05.542Z Checking pest_meta v2.7.10
25582024-05-29T20:09:06.446Z Documenting crossbeam-utils v0.8.19
25592024-05-29T20:09:06.738Z Documenting tokio-native-tls v0.3.1
25602024-05-29T20:09:06.916Z Documenting utf8parse v0.2.1
25612024-05-29T20:09:08.855Z Documenting hyper-rustls v0.24.2
25622024-05-29T20:09:09.847Z Documenting regex v1.10.4
25632024-05-29T20:09:10.033Z Documenting cookie_store v0.20.0
25642024-05-29T20:09:10.323Z Documenting futures v0.3.30
25652024-05-29T20:09:10.977Z Documenting pem-rfc7468 v0.7.0
25662024-05-29T20:09:11.233Z Documenting anyhow v1.0.83
25672024-05-29T20:09:11.853Z Documenting pest_meta v2.7.10
25682024-05-29T20:09:12.728Z Documenting hyper-tls v0.5.0
25692024-05-29T20:09:15.825Z Documenting der_derive v0.7.2
25702024-05-29T20:09:15.895Z Documenting scroll_derive v0.12.0
25712024-05-29T20:09:16.281Z Documenting sync_wrapper v0.1.2
25722024-05-29T20:09:16.319Z Documenting webpki-roots v0.25.4
25732024-05-29T20:09:16.704Z Documenting flagset v0.4.5
25742024-05-29T20:09:17.118Z Documenting pest_generator v2.7.10
25752024-05-29T20:09:18.209Z Checking pest_generator v2.7.10
25762024-05-29T20:09:18.935Z Documenting num-integer v0.1.46
25772024-05-29T20:09:19.159Z Documenting plain v0.2.3
25782024-05-29T20:09:19.572Z Documenting ucd-trie v0.1.6
25792024-05-29T20:09:19.904Z Documenting openapiv3 v2.0.0
25802024-05-29T20:09:22.290Z Documenting reqwest v0.11.27
25812024-05-29T20:09:22.477Z Documenting scroll v0.12.0
25822024-05-29T20:09:22.559Z Documenting pest_derive v2.7.10
25832024-05-29T20:09:22.578Z Documenting der v0.7.9
25842024-05-29T20:09:22.578Z Documenting pretty-hex v0.4.1
25852024-05-29T20:09:23.822Z Documenting pest v2.7.10
25862024-05-29T20:09:24.191Z Documenting spin v0.9.8
25872024-05-29T20:09:25.698Z Documenting thread-id v4.2.1
25882024-05-29T20:09:26.662Z Documenting goblin v0.8.2
25892024-05-29T20:09:27.192Z Documenting anstyle v1.0.7
25902024-05-29T20:09:28.040Z Documenting either v1.12.0
25912024-05-29T20:09:28.549Z Documenting spki v0.7.3
25922024-05-29T20:09:29.275Z Documenting anstyle-parse v0.2.4
25932024-05-29T20:09:30.181Z Documenting dtrace-parser v0.2.0
25942024-05-29T20:09:30.715Z Documenting memmap v0.7.0
25952024-05-29T20:09:32.017Z Documenting colorchoice v1.0.1
25962024-05-29T20:09:32.138Z Documenting anstyle-query v1.0.3
25972024-05-29T20:09:32.842Z Documenting is_terminal_polyfill v1.70.0
25982024-05-29T20:09:32.958Z Documenting data-encoding v2.6.0
25992024-05-29T20:09:33.643Z Documenting pkcs8 v0.10.2
26002024-05-29T20:09:34.485Z Documenting dof v0.3.0
26012024-05-29T20:09:35.005Z Documenting crossbeam-epoch v0.9.18
26022024-05-29T20:09:35.304Z Documenting terminal_size v0.3.0
26032024-05-29T20:09:35.850Z Documenting sha2 v0.10.8
26042024-05-29T20:09:37.031Z Documenting ipnetwork v0.20.0
26052024-05-29T20:09:38.480Z Documenting anstream v0.6.14
26062024-05-29T20:09:38.511Z Documenting hex v0.4.3
26072024-05-29T20:09:38.794Z Documenting crc32fast v1.4.0
26082024-05-29T20:09:40.135Z Documenting usdt-impl v0.5.0
26092024-05-29T20:09:40.283Z Documenting unicode-segmentation v1.11.0
26102024-05-29T20:09:40.616Z Documenting clap_lex v0.7.0
26112024-05-29T20:09:40.760Z Documenting strsim v0.11.1
26122024-05-29T20:09:43.145Z Documenting untrusted v0.9.0
26132024-05-29T20:09:43.151Z Documenting num-iter v0.1.45
26142024-05-29T20:09:43.152Z Documenting hmac v0.12.1
26152024-05-29T20:09:43.633Z Documenting signal-hook v0.3.17
26162024-05-29T20:09:44.121Z Documenting clap_derive v4.5.4
26172024-05-29T20:09:44.838Z Documenting static_assertions v1.1.0
26182024-05-29T20:09:45.096Z Documenting clap_builder v4.5.2
26192024-05-29T20:09:45.693Z Documenting ring v0.17.8
26202024-05-29T20:09:47.503Z Documenting flate2 v1.0.30
26212024-05-29T20:09:47.761Z Documenting managed v0.8.0
26222024-05-29T20:09:47.968Z Documenting usdt v0.5.0
26232024-05-29T20:09:48.219Z Documenting itertools v0.12.1
26242024-05-29T20:09:48.993Z Documenting signal-hook-mio v0.2.3
26252024-05-29T20:09:50.896Z Documenting enum-as-inner v0.5.1
26262024-05-29T20:09:51.512Z Documenting regress v0.9.1
26272024-05-29T20:09:51.641Z Documenting block-padding v0.3.3
26282024-05-29T20:09:51.991Z Documenting clap v4.5.4
26292024-05-29T20:09:52.507Z Documenting scheduled-thread-pool v0.2.7
26302024-05-29T20:09:53.589Z Checking diesel_table_macro_syntax v0.1.0
26312024-05-29T20:09:53.761Z Documenting diesel_table_macro_syntax v0.1.0
26322024-05-29T20:09:53.994Z Documenting finl_unicode v1.2.0
26332024-05-29T20:09:56.528Z Documenting crossterm v0.27.0
26342024-05-29T20:09:56.569Z Documenting trust-dns-proto v0.22.0
26352024-05-29T20:09:57.090Z Documenting inout v0.1.3
26362024-05-29T20:09:57.760Z Documenting r2d2 v0.8.10
26372024-05-29T20:09:57.852Z Documenting md-5 v0.10.6
26382024-05-29T20:09:58.887Z Documenting ff v0.13.0
26392024-05-29T20:09:59.214Z Documenting stringprep v0.1.4
26402024-05-29T20:09:59.649Z Documenting diesel_derives v2.1.4
26412024-05-29T20:10:01.953Z Documenting serde_spanned v0.6.6
26422024-05-29T20:10:02.057Z Documenting toml_datetime v0.6.6
26432024-05-29T20:10:02.542Z Documenting pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
26442024-05-29T20:10:02.669Z Documenting winnow v0.6.8
26452024-05-29T20:10:03.911Z Documenting fallible-iterator v0.2.0
26462024-05-29T20:10:04.315Z Checking unsafe-libyaml v0.2.11
26472024-05-29T20:10:05.522Z Documenting bit-vec v0.6.3
26482024-05-29T20:10:05.994Z Checking ident_case v1.0.1
26492024-05-29T20:10:06.145Z Documenting heck v0.5.0
26502024-05-29T20:10:07.090Z Documenting siphasher v0.3.11
26512024-05-29T20:10:07.345Z Documenting base16ct v0.2.0
26522024-05-29T20:10:07.508Z Documenting group v0.13.0
26532024-05-29T20:10:07.934Z Documenting diesel v2.1.6
26542024-05-29T20:10:08.846Z Documenting toml_edit v0.22.13
26552024-05-29T20:10:09.175Z Documenting postgres-protocol v0.6.6
26562024-05-29T20:10:09.344Z Documenting typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
26572024-05-29T20:10:10.218Z Documenting cipher v0.4.4
26582024-05-29T20:10:10.520Z Documenting phf_shared v0.11.2
26592024-05-29T20:10:10.619Z Documenting sec1 v0.7.3
26602024-05-29T20:10:12.102Z Documenting hkdf v0.12.4
26612024-05-29T20:10:15.514Z Documenting typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
26622024-05-29T20:10:15.753Z Documenting num-bigint v0.4.5
26632024-05-29T20:10:23.734Z Documenting bstr v1.9.1
26642024-05-29T20:10:24.190Z Documenting console v0.15.8
26652024-05-29T20:10:31.734Z Documenting crypto-bigint v0.5.5
26662024-05-29T20:10:31.956Z Documenting hubpack v0.1.2
26672024-05-29T20:10:31.962Z Documenting serde_repr v0.1.19
26682024-05-29T20:10:32.347Z Documenting fixedbitset v0.4.2
26692024-05-29T20:10:32.758Z Documenting minimal-lexical v0.2.1
26702024-05-29T20:10:32.803Z Documenting unsafe-libyaml v0.2.11
26712024-05-29T20:10:32.993Z Documenting lalrpop-util v0.19.12
26722024-05-29T20:10:34.406Z Documenting precomputed-hash v0.1.1
26732024-05-29T20:10:36.254Z Documenting new_debug_unreachable v1.0.6
26742024-05-29T20:10:36.666Z Documenting petgraph v0.6.5
26752024-05-29T20:10:37.325Z Documenting serde_yaml v0.9.34+deprecated
26762024-05-29T20:10:37.420Z Documenting yasna v0.5.2
26772024-05-29T20:10:37.597Z Documenting nom v7.1.3
26782024-05-29T20:10:37.762Z Documenting gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
26792024-05-29T20:10:47.956Z Documenting typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
26802024-05-29T20:10:47.988Z Documenting string_cache v0.8.7
26812024-05-29T20:10:48.448Z Documenting postgres-types v0.2.6
26822024-05-29T20:10:48.585Z Documenting phf v0.11.2
26832024-05-29T20:10:48.724Z Checking darling_core v0.20.9
26842024-05-29T20:10:49.009Z Checking serde_yaml v0.9.34+deprecated
26852024-05-29T20:10:49.172Z Documenting elliptic-curve v0.13.8
26862024-05-29T20:10:49.987Z Documenting similar v2.5.0
26872024-05-29T20:10:50.947Z Documenting progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
26882024-05-29T20:10:51.025Z Documenting getopts v0.2.21
26892024-05-29T20:10:53.219Z Documenting float-cmp v0.9.0
26902024-05-29T20:10:53.962Z Documenting predicates-core v1.0.6
26912024-05-29T20:10:55.060Z Documenting difflib v0.4.0
26922024-05-29T20:10:55.322Z Documenting peg-runtime v0.8.3
26932024-05-29T20:10:55.365Z Documenting whoami v1.5.1
26942024-05-29T20:11:04.990Z Documenting normalize-line-endings v0.3.0
26952024-05-29T20:11:05.070Z Documenting progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
26962024-05-29T20:11:05.189Z Documenting progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
26972024-05-29T20:11:05.234Z Documenting bit-set v0.5.3
26982024-05-29T20:11:05.351Z Documenting fs-err v2.11.0
26992024-05-29T20:11:05.461Z Documenting tokio-stream v0.1.15
27002024-05-29T20:11:05.642Z Documenting tokio-postgres v0.7.10
27012024-05-29T20:11:05.853Z Documenting ident_case v1.0.1
27022024-05-29T20:11:09.760Z Documenting predicates v3.1.0
27032024-05-29T20:11:09.991Z Documenting darling_core v0.20.9
27042024-05-29T20:11:10.181Z Checking darling v0.20.9
27052024-05-29T20:11:10.295Z Documenting is-terminal v0.4.12
27062024-05-29T20:11:10.799Z Documenting strum v0.26.2
27072024-05-29T20:11:11.216Z Documenting base64 v0.22.1
27082024-05-29T20:11:13.425Z Documenting camino v1.1.7
27092024-05-29T20:11:13.661Z Documenting progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
27102024-05-29T20:11:14.552Z Documenting dirs-sys-next v0.1.2
27112024-05-29T20:11:14.664Z Documenting sha1 v0.10.6
27122024-05-29T20:11:15.579Z Documenting http v1.1.0
27132024-05-29T20:11:16.228Z Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
27142024-05-29T20:11:16.253Z Documenting paste v1.0.15
27152024-05-29T20:11:18.236Z Documenting thread_local v1.1.8
27162024-05-29T20:11:19.603Z Documenting rustls-pki-types v1.7.0
27172024-05-29T20:11:19.676Z Documenting dirs-next v2.0.0
27182024-05-29T20:11:20.238Z Documenting darling_macro v0.20.9
27192024-05-29T20:11:20.696Z Documenting crossbeam-channel v0.5.12
27202024-05-29T20:11:21.058Z Documenting take_mut v0.2.2
27212024-05-29T20:11:21.364Z Documenting slog-json v2.6.1
27222024-05-29T20:11:22.569Z Documenting async-stream-impl v0.3.5
27232024-05-29T20:11:24.019Z Documenting atomic-waker v1.1.2
27242024-05-29T20:11:24.640Z Documenting rustls-webpki v0.102.4
27252024-05-29T20:11:24.683Z Documenting term v0.7.0
27262024-05-29T20:11:25.331Z Documenting debug-ignore v1.0.5
27272024-05-29T20:11:25.925Z Documenting slog-async v2.8.0
27282024-05-29T20:11:26.013Z Documenting darling v0.20.9
27292024-05-29T20:11:26.548Z Documenting slog-bunyan v2.5.0
27302024-05-29T20:11:27.654Z Documenting waitgroup v0.1.2
27312024-05-29T20:11:28.367Z Documenting async-stream v0.3.5
27322024-05-29T20:11:34.824Z Documenting rustls-pemfile v2.1.2
27332024-05-29T20:11:34.824Z Documenting rustls v0.22.4
27342024-05-29T20:11:34.824Z Documenting slog-term v2.9.1
27352024-05-29T20:11:34.824Z Documenting multer v3.1.0
27362024-05-29T20:11:34.824Z Documenting toml v0.8.13
27372024-05-29T20:11:34.824Z Documenting dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#2fdf3718)
27382024-05-29T20:11:34.824Z Documenting serde_path_to_error v0.1.16
27392024-05-29T20:11:34.910Z Documenting hostname v0.4.0
27402024-05-29T20:11:34.910Z Documenting serde_with_macros v3.8.1
27412024-05-29T20:11:34.910Z Documenting structmeta-derive v0.3.0
27422024-05-29T20:11:35.898Z Documenting newtype-uuid v1.1.0
27432024-05-29T20:11:37.240Z Checking structmeta v0.3.0
27442024-05-29T20:11:37.295Z Documenting instant v0.1.12
27452024-05-29T20:11:37.470Z Documenting slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27462024-05-29T20:11:38.514Z Documenting mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=025389ff39d594bf2b815377e2c1dc4dd23b1f96#025389ff)
27472024-05-29T20:11:38.660Z Documenting serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
27482024-05-29T20:11:38.787Z Documenting serde_with v3.8.1
27492024-05-29T20:11:39.334Z Documenting tokio-rustls v0.25.0
27502024-05-29T20:11:41.303Z Documenting structmeta v0.3.0
27512024-05-29T20:11:41.485Z Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
27522024-05-29T20:11:42.193Z Documenting backoff v0.4.0
27532024-05-29T20:11:43.112Z Documenting slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27542024-05-29T20:11:43.336Z Documenting macaddr v1.0.1
27552024-05-29T20:11:45.299Z Documenting dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#2fdf3718)
27562024-05-29T20:11:46.940Z Documenting parse-display-derive v0.9.0
27572024-05-29T20:11:47.155Z Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
27582024-05-29T20:11:47.585Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
27592024-05-29T20:11:47.783Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
27602024-05-29T20:11:48.005Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
27612024-05-29T20:11:48.105Z Documenting fastrand v2.1.0
27622024-05-29T20:11:48.541Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
27632024-05-29T20:11:48.901Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
27642024-05-29T20:11:49.179Z Checking proc-macro-crate v1.3.1
27652024-05-29T20:11:49.425Z Documenting proc-macro-crate v1.3.1
27662024-05-29T20:11:51.046Z Documenting foreign-types-macros v0.2.3
27672024-05-29T20:11:51.554Z Documenting foreign-types-shared v0.3.1
27682024-05-29T20:11:52.174Z Documenting libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
27692024-05-29T20:11:52.741Z Documenting tempfile v3.10.1
27702024-05-29T20:11:52.894Z Documenting nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
27712024-05-29T20:11:53.664Z Documenting parse-display v0.9.0
27722024-05-29T20:11:54.471Z Documenting cstr-argument v0.1.2
27732024-05-29T20:11:55.155Z Documenting num_enum_derive v0.5.11
27742024-05-29T20:11:56.455Z Documenting rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
27752024-05-29T20:11:56.924Z Documenting foreign-types v0.5.0
27762024-05-29T20:11:57.660Z Documenting camino-tempfile v1.1.1
27772024-05-29T20:11:57.755Z Documenting tabwriter v1.4.0
27782024-05-29T20:11:59.184Z Documenting colored v2.1.0
27792024-05-29T20:11:59.324Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
27802024-05-29T20:11:59.441Z Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
27812024-05-29T20:12:01.562Z Documenting nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
27822024-05-29T20:12:02.248Z Documenting rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
27832024-05-29T20:12:02.633Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
27842024-05-29T20:12:02.935Z Documenting hash32 v0.3.1
27852024-05-29T20:12:02.953Z Documenting stable_deref_trait v1.2.0
27862024-05-29T20:12:03.064Z Documenting num_enum v0.5.11
27872024-05-29T20:12:03.516Z Documenting smf v0.2.3
27882024-05-29T20:12:05.718Z Documenting cobs v0.2.3
27892024-05-29T20:12:06.352Z Documenting embedded-io v0.4.0
27902024-05-29T20:12:06.628Z Documenting derive-where v1.2.7
27912024-05-29T20:12:07.157Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
27922024-05-29T20:12:07.803Z Documenting heapless v0.8.0
27932024-05-29T20:12:08.159Z Documenting dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
27942024-05-29T20:12:08.538Z Documenting illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=194a8d1d6443f78d59702a25849607dba33db732#194a8d1d)
27952024-05-29T20:12:08.770Z Documenting crucible-workspace-hack v0.1.0
27962024-05-29T20:12:09.939Z Documenting postcard v1.0.8
27972024-05-29T20:12:11.614Z Documenting derror-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=194a8d1d6443f78d59702a25849607dba33db732#194a8d1d)
27982024-05-29T20:12:13.001Z Documenting kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=194a8d1d6443f78d59702a25849607dba33db732#194a8d1d)
27992024-05-29T20:12:13.474Z Documenting newline-converter v0.3.0
28002024-05-29T20:12:13.593Z Documenting smoltcp v0.11.0
28012024-05-29T20:12:13.901Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
28022024-05-29T20:12:15.672Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
28032024-05-29T20:12:15.856Z Documenting poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
28042024-05-29T20:12:16.777Z Documenting libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e)
28052024-05-29T20:12:17.008Z Documenting bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0)
28062024-05-29T20:12:17.189Z Documenting sigpipe v0.1.3
28072024-05-29T20:12:18.505Z Documenting expectorate v1.1.0
28082024-05-29T20:12:18.836Z Documenting num-derive v0.4.2
28092024-05-29T20:12:19.773Z Documenting convert_case v0.4.0
28102024-05-29T20:12:19.921Z Documenting opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=194a8d1d6443f78d59702a25849607dba33db732#194a8d1d)
28112024-05-29T20:12:19.970Z Checking convert_case v0.4.0
28122024-05-29T20:12:20.192Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
28132024-05-29T20:12:22.235Z Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
28142024-05-29T20:12:22.521Z Documenting bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0)
28152024-05-29T20:12:22.957Z Documenting zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
28162024-05-29T20:12:23.622Z Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
28172024-05-29T20:12:23.741Z Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
28182024-05-29T20:12:24.623Z Documenting derive_more v0.99.17
28192024-05-29T20:12:24.827Z Documenting crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=8c6d485110ecfae5409575246b986a145c386dc4#8c6d4851)
28202024-05-29T20:12:26.662Z Documenting opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=194a8d1d6443f78d59702a25849607dba33db732#194a8d1d)
28212024-05-29T20:12:27.353Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
28222024-05-29T20:12:27.708Z Documenting password-hash v0.5.0
28232024-05-29T20:12:27.977Z Documenting blake2 v0.10.6
28242024-05-29T20:12:29.792Z Documenting linked-hash-map v0.5.6
28252024-05-29T20:12:30.856Z Documenting humantime v2.1.0
28262024-05-29T20:12:31.818Z Documenting swrite v0.1.0
28272024-05-29T20:12:32.317Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
28282024-05-29T20:12:32.842Z Documenting argon2 v0.5.3
28292024-05-29T20:12:34.127Z Documenting oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=194a8d1d6443f78d59702a25849607dba33db732#194a8d1d)
28302024-05-29T20:12:34.244Z Documenting lru-cache v0.1.2
28312024-05-29T20:12:34.448Z Documenting newtype_derive v0.1.6
28322024-05-29T20:12:35.036Z Documenting arc-swap v1.7.1
28332024-05-29T20:12:35.750Z Documenting quick-error v1.2.3
28342024-05-29T20:12:36.585Z Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
28352024-05-29T20:12:37.681Z Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
28362024-05-29T20:12:38.448Z Documenting xattr v1.3.1
28372024-05-29T20:12:39.096Z Documenting filetime v0.2.23
28382024-05-29T20:12:39.301Z Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
28392024-05-29T20:12:39.320Z Documenting steno v0.4.0
28402024-05-29T20:12:40.371Z Documenting slog-scope v4.4.0
28412024-05-29T20:12:40.535Z Documenting resolv-conf v0.7.0
28422024-05-29T20:12:41.415Z Documenting opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=194a8d1d6443f78d59702a25849607dba33db732#194a8d1d)
28432024-05-29T20:12:44.087Z Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
28442024-05-29T20:12:44.199Z Documenting tar v0.4.40
28452024-05-29T20:12:45.357Z Documenting slog-stdlog v4.1.1
28462024-05-29T20:12:45.677Z Documenting trust-dns-resolver v0.22.0
28472024-05-29T20:12:46.144Z Documenting num-rational v0.4.2
28482024-05-29T20:12:48.257Z Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
28492024-05-29T20:12:48.635Z Documenting num-complex v0.4.6
28502024-05-29T20:12:49.361Z Documenting tap v1.0.1
28512024-05-29T20:12:50.360Z Documenting slog-envlogger v2.2.0
28522024-05-29T20:12:51.535Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
28532024-05-29T20:12:52.418Z Documenting wyz v0.5.1
28542024-05-29T20:12:52.695Z Documenting radium v0.7.0
28552024-05-29T20:12:53.879Z Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
28562024-05-29T20:12:54.168Z Documenting num v0.4.3
28572024-05-29T20:12:54.638Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
28582024-05-29T20:12:54.855Z Documenting nibble_vec v0.1.0
28592024-05-29T20:12:55.906Z Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
28602024-05-29T20:12:56.131Z Documenting same-file v1.0.6
28612024-05-29T20:12:56.332Z Documenting endian-type v0.1.2
28622024-05-29T20:12:58.606Z Documenting crc-catalog v2.4.0
28632024-05-29T20:12:59.132Z Documenting funty v2.0.0
28642024-05-29T20:13:00.017Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
28652024-05-29T20:13:00.540Z Documenting cancel-safe-futures v0.1.5
28662024-05-29T20:13:00.578Z Documenting walkdir v2.5.0
28672024-05-29T20:13:01.144Z Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
28682024-05-29T20:13:01.662Z Documenting radix_trie v0.2.1
28692024-05-29T20:13:01.998Z Documenting crc v3.2.1
28702024-05-29T20:13:03.012Z Documenting bitvec v1.0.1
28712024-05-29T20:13:04.626Z Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
28722024-05-29T20:13:04.989Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
28732024-05-29T20:13:05.255Z Documenting packed_struct_codegen v0.10.1
28742024-05-29T20:13:05.271Z Documenting nodrop v0.1.14
28752024-05-29T20:13:06.577Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
28762024-05-29T20:13:06.772Z Documenting bzip2-sys v0.1.11+1.0.8
28772024-05-29T20:13:08.217Z Documenting array-init v0.0.4
28782024-05-29T20:13:08.618Z Documenting num-bigint-dig v0.8.4
28792024-05-29T20:13:10.066Z Documenting pem v3.0.4
28802024-05-29T20:13:10.899Z Documenting packed_struct v0.10.1
28812024-05-29T20:13:11.916Z Documenting pkcs1 v0.7.5
28822024-05-29T20:13:12.143Z Documenting signature v2.2.0
28832024-05-29T20:13:14.801Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
28842024-05-29T20:13:15.152Z Documenting termcolor v1.4.1
28852024-05-29T20:13:15.190Z Documenting bitfield v0.14.0
28862024-05-29T20:13:15.830Zwarning: unresolved link to `Blueprints`
28872024-05-29T20:13:15.830Z --> nexus/types/src/deployment/blueprint_diff.rs:5:33
28882024-05-29T20:13:15.831Z |
28892024-05-29T20:13:15.831Z5 | //! Types helpful for diffing [`Blueprints`].
28902024-05-29T20:13:15.831Z | ^^^^^^^^^^ no item named `Blueprints` in scope
28912024-05-29T20:13:15.831Z |
28922024-05-29T20:13:15.831Z = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
28932024-05-29T20:13:15.831Z = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
28942024-05-29T20:13:15.831Z
28952024-05-29T20:13:15.835Zwarning: unresolved link to `Blueprints`
28962024-05-29T20:13:15.835Z --> nexus/types/src/deployment/blueprint_display.rs:5:35
28972024-05-29T20:13:15.835Z |
28982024-05-29T20:13:15.835Z5 | //! Types helpful for rendering [`Blueprints`].
28992024-05-29T20:13:15.835Z | ^^^^^^^^^^ no item named `Blueprints` in scope
29002024-05-29T20:13:15.835Z |
29012024-05-29T20:13:15.835Z = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
29022024-05-29T20:13:15.835Z
29032024-05-29T20:13:15.835Zwarning: unresolved link to `BpSledTable`
29042024-05-29T20:13:15.835Z --> nexus/types/src/deployment/blueprint_display.rs:174:49
29052024-05-29T20:13:15.835Z |
29062024-05-29T20:13:15.835Z174 | /// `BpSledSubtable`s are always nested under [`BpSledTable`]s.
29072024-05-29T20:13:15.835Z | ^^^^^^^^^^^ no item named `BpSledTable` in scope
29082024-05-29T20:13:15.835Z |
29092024-05-29T20:13:15.835Z = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
29102024-05-29T20:13:15.835Z
29112024-05-29T20:13:16.673Z Documenting display-error-chain v0.2.0
29122024-05-29T20:13:16.987Z Documenting rsa v0.9.6
29132024-05-29T20:13:18.127Z Documenting serde-hex v0.1.0
29142024-05-29T20:13:18.243Zwarning: `nexus-types` (lib doc) generated 3 warnings
29152024-05-29T20:13:18.246Z Documenting bzip2 v0.4.4
29162024-05-29T20:13:19.275Z Documenting tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
29172024-05-29T20:13:19.311Z Documenting slog-dtrace v0.3.0
29182024-05-29T20:13:19.677Z Documenting env_logger v0.10.2
29192024-05-29T20:13:19.886Z Documenting lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
29202024-05-29T20:13:21.601Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
29212024-05-29T20:13:21.850Z Documenting x509-cert v0.2.5
29222024-05-29T20:13:23.837Z Documenting libsw v3.3.1
29232024-05-29T20:13:24.359Z Documenting ron v0.8.1
29242024-05-29T20:13:24.396Z Documenting half v2.4.1
29252024-05-29T20:13:25.063Z Documenting owo-colors v4.0.0
29262024-05-29T20:13:25.829Z Documenting ciborium-io v0.2.2
29272024-05-29T20:13:26.737Z Documenting linear-map v1.2.0
29282024-05-29T20:13:27.671Z Documenting crc-any v2.5.0
29292024-05-29T20:13:27.736Z Documenting maplit v1.0.2
29302024-05-29T20:13:28.133Z Documenting zip v0.6.6
29312024-05-29T20:13:30.188Z Documenting tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
29322024-05-29T20:13:30.505Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
29332024-05-29T20:13:30.642Z Documenting ciborium-ll v0.2.2
29342024-05-29T20:13:31.331Z Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
29352024-05-29T20:13:31.465Z Documenting lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
29362024-05-29T20:13:32.155Z Documenting internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
29372024-05-29T20:13:32.745Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
29382024-05-29T20:13:33.733Z Documenting headers-core v0.2.0
29392024-05-29T20:13:34.915Z Documenting async-recursion v1.1.1
29402024-05-29T20:13:35.699Z Documenting path-slash v0.1.5
29412024-05-29T20:13:38.834Z Documenting headers v0.3.9
29422024-05-29T20:13:40.686Z Documenting ciborium v0.2.2
29432024-05-29T20:13:40.787Z Documenting fxhash v0.2.1
29442024-05-29T20:13:40.842Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
29452024-05-29T20:13:41.132Z Documenting hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe)
29462024-05-29T20:13:42.146Z Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
29472024-05-29T20:13:45.388Z Documenting buf-list v1.0.3
29482024-05-29T20:13:45.961Z Documenting pin-project-internal v1.1.5
29492024-05-29T20:13:45.969Z Documenting vte_generate_state_changes v0.1.1
29502024-05-29T20:13:46.726Z Documenting derive_builder_core v0.20.0
29512024-05-29T20:13:51.322Z Documenting bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
29522024-05-29T20:13:51.337Z Documenting vte v0.11.1
29532024-05-29T20:13:52.022Z Checking derive_builder_core v0.20.0
29542024-05-29T20:13:52.280Z Documenting pin-project v1.1.5
29552024-05-29T20:13:53.331Z Documenting crossbeam-deque v0.8.5
29562024-05-29T20:13:53.343Z Documenting snafu-derive v0.8.2
29572024-05-29T20:13:55.154Z Documenting fd-lock v4.0.2
29582024-05-29T20:13:55.934Z Documenting viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
29592024-05-29T20:13:55.948Z Documenting bitstruct_derive v0.1.0
29602024-05-29T20:13:56.450Z Documenting ascii v1.1.0
29612024-05-29T20:13:58.182Z Documenting rayon-core v1.12.1
29622024-05-29T20:13:59.541Z Documenting rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c)
29632024-05-29T20:14:00.411Z Documenting viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
29642024-05-29T20:14:00.913Z Documenting snafu v0.8.2
29652024-05-29T20:14:01.156Z Documenting bitstruct v0.1.1
29662024-05-29T20:14:01.307Z Documenting bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
29672024-05-29T20:14:02.905Z Documenting strip-ansi-escapes v0.2.0
29682024-05-29T20:14:03.787Z Documenting derive_builder_macro v0.20.0
29692024-05-29T20:14:04.395Z Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
29702024-05-29T20:14:05.541Z Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
29712024-05-29T20:14:05.774Z Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
29722024-05-29T20:14:05.992Z Documenting dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
29732024-05-29T20:14:06.106Z Documenting proc-macro-error-attr v1.0.4
29742024-05-29T20:14:06.431Z Documenting globset v0.4.14
29752024-05-29T20:14:07.812Z Documenting propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
29762024-05-29T20:14:08.880Z Documenting olpc-cjson v0.1.3
29772024-05-29T20:14:11.223Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
29782024-05-29T20:14:11.381Z Documenting erased-serde v0.3.31
29792024-05-29T20:14:12.214Z Documenting serde_plain v1.0.2
29802024-05-29T20:14:13.035Z Documenting serde_arrays v0.1.0
29812024-05-29T20:14:13.568Z Documenting ref-cast-impl v1.0.23
29822024-05-29T20:14:13.758Z Documenting nu-ansi-term v0.50.0
29832024-05-29T20:14:17.660Z Checking unicode-xid v0.2.4
29842024-05-29T20:14:17.813Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
29852024-05-29T20:14:17.858Z Documenting unicode-xid v0.2.4
29862024-05-29T20:14:17.909Z Documenting typed-path v0.7.1
29872024-05-29T20:14:18.102Z Documenting propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
29882024-05-29T20:14:18.727Z Documenting reedline v0.31.0
29892024-05-29T20:14:18.846Z Documenting ref-cast v1.0.23
29902024-05-29T20:14:19.372Z Documenting proc-macro-error v1.0.4
29912024-05-29T20:14:20.838Z Documenting const_format_proc_macros v0.2.32
29922024-05-29T20:14:21.860Z Documenting derive_builder v0.20.0
29932024-05-29T20:14:24.104Z Documenting rayon v1.10.0
29942024-05-29T20:14:24.496Z Documenting tough v0.17.1
29952024-05-29T20:14:25.798Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
29962024-05-29T20:14:26.656Z Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
29972024-05-29T20:14:26.928Z Documenting libefi-sys v0.1.0
29982024-05-29T20:14:31.464Z Documenting trust-dns-client v0.22.0
29992024-05-29T20:14:32.234Z Documenting polar-core v0.27.3
30002024-05-29T20:14:32.356Z Documenting libxml v0.3.3
30012024-05-29T20:14:32.699Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
30022024-05-29T20:14:34.623Z Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
30032024-05-29T20:14:34.720Z Documenting illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
30042024-05-29T20:14:35.725Z Checking proc-macro-error v1.0.4
30052024-05-29T20:14:35.994Z Documenting bb8 v0.8.3
30062024-05-29T20:14:39.649Z Documenting quick-xml v0.31.0
30072024-05-29T20:14:40.473Z Documenting impl-trait-for-tuples v0.2.2
30082024-05-29T20:14:40.706Z Documenting oso-derive v0.27.3
30092024-05-29T20:14:40.945Z Documenting utf-8 v0.7.6
30102024-05-29T20:14:42.784Z Documenting parse-size v1.0.0
30112024-05-29T20:14:43.163Z Documenting libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81)
30122024-05-29T20:14:46.046Z Documenting keccak v0.1.5
30132024-05-29T20:14:46.390Z Documenting bytecount v0.6.8
30142024-05-29T20:14:46.564Z Documenting samael v0.0.15
30152024-05-29T20:14:46.661Z Documenting tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
30162024-05-29T20:14:46.741Z Documenting oso v0.27.3
30172024-05-29T20:14:48.448Z Documenting libnvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81)
30182024-05-29T20:14:48.856Z Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
30192024-05-29T20:14:49.051Z Documenting sha3 v0.10.8
30202024-05-29T20:14:49.617Z Documenting papergrid v0.11.0
30212024-05-29T20:14:53.048Z Documenting tungstenite v0.21.0
30222024-05-29T20:14:53.465Z Documenting async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef)
30232024-05-29T20:14:54.082Z Documenting trust-dns-server v0.22.1
30242024-05-29T20:14:55.732Z Documenting tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
30252024-05-29T20:14:56.588Z Documenting tabled_derive v0.7.0
30262024-05-29T20:14:58.448Z Documenting cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
30272024-05-29T20:14:59.836Z Documenting libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
30282024-05-29T20:15:00.459Z Documenting const_format v0.2.32
30292024-05-29T20:15:02.111Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30302024-05-29T20:15:02.223Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
30312024-05-29T20:15:02.777Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
30322024-05-29T20:15:02.961Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
30332024-05-29T20:15:03.316Z Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
30342024-05-29T20:15:03.792Z Documenting sled v0.34.7
30352024-05-29T20:15:04.042Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
30362024-05-29T20:15:04.308Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
30372024-05-29T20:15:04.635Z Documenting nix v0.28.0
30382024-05-29T20:15:04.907Z Documenting cookie v0.18.1
30392024-05-29T20:15:05.215Z Documenting diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0)
30402024-05-29T20:15:09.071Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
30412024-05-29T20:15:09.349Z Documenting secrecy v0.8.0
30422024-05-29T20:15:09.629Z Documenting gethostname v0.4.3
30432024-05-29T20:15:10.315Z Documenting peg-macros v0.8.3
30442024-05-29T20:15:10.378Z Documenting rustversion v1.0.17
30452024-05-29T20:15:11.643Z Documenting sqlparser_derive v0.2.2
30462024-05-29T20:15:14.156Z Documenting home v0.5.9
30472024-05-29T20:15:14.387Z Documenting unicode_categories v0.1.1
30482024-05-29T20:15:14.405Z Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
30492024-05-29T20:15:14.621Z Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
30502024-05-29T20:15:15.423Z Documenting castaway v0.2.2
30512024-05-29T20:15:16.254Z Documenting peg v0.8.3
30522024-05-29T20:15:17.293Z Documenting sqlparser v0.45.0
30532024-05-29T20:15:19.268Z Documenting rustyline v14.0.0
30542024-05-29T20:15:19.375Z Documenting sqlformat v0.2.3
30552024-05-29T20:15:20.424Z Documenting propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
30562024-05-29T20:15:21.363Z Documenting tabled v0.15.0
30572024-05-29T20:15:24.817Z Documenting tokio-tungstenite v0.21.0
30582024-05-29T20:15:26.443Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
30592024-05-29T20:15:27.037Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
30602024-05-29T20:15:28.341Z Documenting dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
30612024-05-29T20:15:28.949Z Documenting zone v0.1.8
30622024-05-29T20:15:29.440Z Documenting libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e)
30632024-05-29T20:15:29.586Z Documenting ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=025389ff39d594bf2b815377e2c1dc4dd23b1f96#025389ff)
30642024-05-29T20:15:32.593Z Documenting propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
30652024-05-29T20:15:33.070Z Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
30662024-05-29T20:15:34.412Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
30672024-05-29T20:15:34.555Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
30682024-05-29T20:15:34.676Z Documenting portpicker v0.1.1
30692024-05-29T20:15:34.807Z Documenting universal-hash v0.5.1
30702024-05-29T20:15:36.369Z Documenting bcs v0.1.6
30712024-05-29T20:15:39.957Z Documenting kstat-rs v0.2.3
30722024-05-29T20:15:40.531Z Documenting thiserror-impl-no-std v2.0.2
30732024-05-29T20:15:49.943Z Documenting curve25519-dalek-derive v0.1.1
30742024-05-29T20:15:50.108Z Documenting highway v1.1.0
30752024-05-29T20:15:50.125Z Documenting opaque-debug v0.3.1
30762024-05-29T20:15:50.249Z Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
30772024-05-29T20:15:50.463Z Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
30782024-05-29T20:15:50.688Z Documenting thiserror-no-std v2.0.2
30792024-05-29T20:15:50.939Z Documenting libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1)
30802024-05-29T20:15:53.084Z Documenting poly1305 v0.8.0
30812024-05-29T20:15:54.034Z Documenting compact_str v0.7.1
30822024-05-29T20:15:55.101Z Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30832024-05-29T20:15:55.637Z Documenting curve25519-dalek v4.1.2
30842024-05-29T20:15:58.982Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
30852024-05-29T20:15:59.367Z Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
30862024-05-29T20:16:00.976Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
30872024-05-29T20:16:01.369Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
30882024-05-29T20:16:01.828Z Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
30892024-05-29T20:16:02.255Z Documenting portable-atomic v1.6.0
30902024-05-29T20:16:04.536Z Documenting ed25519 v1.5.3
30912024-05-29T20:16:04.771Z Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
30922024-05-29T20:16:05.736Z Documenting memoffset v0.7.1
30932024-05-29T20:16:06.194Z Documenting unicase v2.7.0
30942024-05-29T20:16:07.299Z Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
30952024-05-29T20:16:07.571Z Documenting rcgen v0.12.1
30962024-05-29T20:16:09.038Z Documenting propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0)
30972024-05-29T20:16:09.490Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
30982024-05-29T20:16:11.741Zwarning: could not parse code block as Rust code
30992024-05-29T20:16:11.741Z --> oximeter/db/src/oxql/ast/grammar.rs:246:9
31002024-05-29T20:16:11.741Z |
31012024-05-29T20:16:11.741Z246 | / /// Parse a string literal, either single- or double-quoted.
31022024-05-29T20:16:11.742Z247 | | ///
31032024-05-29T20:16:11.742Z248 | | /// Parsing string literals is pretty tricky, but we add several
31042024-05-29T20:16:11.742Z249 | | /// constraints to simplify things. First strings must be quoted, either
31052024-05-29T20:16:11.742Z... |
31062024-05-29T20:16:11.743Z277 | | ///
31072024-05-29T20:16:11.743Z278 | | /// Will be parsed as `this string has " in it`.
31082024-05-29T20:16:11.743Z | |________________________________________________________^
31092024-05-29T20:16:11.743Z |
31102024-05-29T20:16:11.743Z = help: `ignore` code blocks require valid Rust code for syntax highlighting; mark blocks that do not contain Rust code as text: ```text
31112024-05-29T20:16:11.744Z = note: error from rustc: unknown start of token: \
31122024-05-29T20:16:11.744Z = note: error from rustc: unknown start of token: \
31132024-05-29T20:16:11.744Z = note: error from rustc: unknown start of token: \
31142024-05-29T20:16:11.744Z = note: error from rustc: unknown start of token: \
31152024-05-29T20:16:11.744Z = note: error from rustc: unknown start of token: \
31162024-05-29T20:16:11.744Z = note: `#[warn(rustdoc::invalid_rust_codeblocks)]` on by default
31172024-05-29T20:16:11.744Z
31182024-05-29T20:16:12.297Z Documenting crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=8c6d485110ecfae5409575246b986a145c386dc4#8c6d4851)
31192024-05-29T20:16:13.018Zwarning: `oximeter-db` (lib doc) generated 1 warning
31202024-05-29T20:16:13.022Z Documenting atomicwrites v0.4.3
31212024-05-29T20:16:16.084Z Documenting chacha20 v0.9.1
31222024-05-29T20:16:16.738Z Documenting lru v0.12.3
31232024-05-29T20:16:18.025Z Documenting aead v0.5.2
31242024-05-29T20:16:19.129Z Documenting rand_seeder v0.2.3
31252024-05-29T20:16:20.970Z Documenting nanorand v0.7.0
31262024-05-29T20:16:22.312Z Documenting subprocess v0.2.9
31272024-05-29T20:16:23.710Z Documenting stability v0.2.0
31282024-05-29T20:16:31.960Z Documenting number_prefix v0.4.0
31292024-05-29T20:16:32.292Z Documenting glob v0.3.1
31302024-05-29T20:16:32.438Z Documenting cassowary v0.3.0
31312024-05-29T20:16:32.522Z Documenting flume v0.11.0
31322024-05-29T20:16:32.699Z Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
31332024-05-29T20:16:32.807Z Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
31342024-05-29T20:16:32.912Z Documenting chacha20poly1305 v0.10.1
31352024-05-29T20:16:37.140Z Documenting indicatif v0.17.8
31362024-05-29T20:16:37.160Z Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
31372024-05-29T20:16:37.507Z Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
31382024-05-29T20:16:37.692Z Documenting ratatui v0.26.2
31392024-05-29T20:16:49.574Z Documenting mime_guess v2.0.4
31402024-05-29T20:16:49.985Z Documenting nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d)
31412024-05-29T20:16:49.985Z Documenting salty v0.2.0
31422024-05-29T20:16:50.307Z Documenting vsss-rs v3.3.4
31432024-05-29T20:16:50.599Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
31442024-05-29T20:16:51.914Z Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
31452024-05-29T20:16:53.385Z Documenting hubpack v0.1.0 (https://github.com/cbiffle/hubpack.git?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
31462024-05-29T20:16:54.413Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
31472024-05-29T20:16:54.938Z Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
31482024-05-29T20:16:55.682Z Documenting tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
31492024-05-29T20:16:55.710Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
31502024-05-29T20:16:55.760Z Documenting serde-big-array v0.5.1
31512024-05-29T20:16:56.694Z Documenting memmap2 v0.9.4
31522024-05-29T20:16:58.158Z Documenting rtoolbox v0.0.2
31532024-05-29T20:16:58.277Z Documenting arrayref v0.3.7
31542024-05-29T20:17:00.223Z Documenting is_ci v1.2.0
31552024-05-29T20:17:00.462Z Documenting unicode-linebreak v0.1.5
31562024-05-29T20:17:01.289Z Documenting shell-words v1.1.0
31572024-05-29T20:17:01.673Z Documenting arrayvec v0.7.4
31582024-05-29T20:17:03.377Z Documenting smawk v0.3.2
31592024-05-29T20:17:03.549Z Documenting http-range v0.1.5
31602024-05-29T20:17:05.321Z Documenting constant_time_eq v0.3.0
31612024-05-29T20:17:05.499Z Documenting supports-color v3.0.0
31622024-05-29T20:17:06.195Z Documenting rpassword v7.3.1
31632024-05-29T20:17:06.219Z Documenting gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
31642024-05-29T20:17:06.242Zwarning: unresolved link to `test_sled_transitions`
31652024-05-29T20:17:06.242Z --> nexus/db-queries/src/db/datastore/sled.rs:698:11
31662024-05-29T20:17:06.242Z |
31672024-05-29T20:17:06.242Z698 | /// [`test_sled_transitions`].
31682024-05-29T20:17:06.242Z | ^^^^^^^^^^^^^^^^^^^^^ no item named `test_sled_transitions` in scope
31692024-05-29T20:17:06.243Z |
31702024-05-29T20:17:06.243Z = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
31712024-05-29T20:17:06.243Z = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
31722024-05-29T20:17:06.243Z
31732024-05-29T20:17:06.251Zwarning: unresolved link to `test_sled_transitions`
31742024-05-29T20:17:06.251Z --> nexus/db-queries/src/db/datastore/sled.rs:734:11
31752024-05-29T20:17:06.251Z |
31762024-05-29T20:17:06.251Z734 | /// [`test_sled_transitions`].
31772024-05-29T20:17:06.251Z | ^^^^^^^^^^^^^^^^^^^^^ no item named `test_sled_transitions` in scope
31782024-05-29T20:17:06.251Z |
31792024-05-29T20:17:06.251Z = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
31802024-05-29T20:17:06.251Z
31812024-05-29T20:17:06.252Zwarning: unresolved link to `DataStore::update_tuf_repo_description_insert`
31822024-05-29T20:17:06.252Z --> nexus/db-queries/src/db/datastore/update.rs:28:27
31832024-05-29T20:17:06.252Z |
31842024-05-29T20:17:06.252Z28 | /// The return value of [`DataStore::update_tuf_repo_description_insert`].
31852024-05-29T20:17:06.252Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the struct `DataStore` has no field or associated item named `update_tuf_repo_description_insert`
31862024-05-29T20:17:06.252Z
31872024-05-29T20:17:11.848Z Documenting textwrap v0.16.1
31882024-05-29T20:17:11.848Z Documenting blake3 v1.5.1
31892024-05-29T20:17:11.848Z Documenting hyper-staticfile v0.9.5
31902024-05-29T20:17:11.848Z Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31912024-05-29T20:17:11.848Z Documenting sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
31922024-05-29T20:17:11.849Z Documenting tui-tree-widget v0.19.0
31932024-05-29T20:17:12.808Z Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
31942024-05-29T20:17:14.366Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
31952024-05-29T20:17:16.746Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
31962024-05-29T20:17:16.782Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
31972024-05-29T20:17:17.828Z Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
31982024-05-29T20:17:17.927Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
31992024-05-29T20:17:18.778Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
32002024-05-29T20:17:19.252Z Documenting signal-hook-tokio v0.3.1
32012024-05-29T20:17:19.570Z Documenting topological-sort v0.2.2
32022024-05-29T20:17:20.037Z Documenting corncobs v0.1.3
32032024-05-29T20:17:21.358Z Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
32042024-05-29T20:17:23.615Z Documenting sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
32052024-05-29T20:17:24.121Z Documenting omicron-zone-package v0.11.0
32062024-05-29T20:17:24.866Z Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
32072024-05-29T20:17:24.968Zwarning: `nexus-db-queries` (lib doc) generated 3 warnings
32082024-05-29T20:17:24.985Z Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
32092024-05-29T20:17:27.898Z Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32102024-05-29T20:17:28.206Z Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
32112024-05-29T20:17:29.801Z Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
32122024-05-29T20:17:37.047Z Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
32132024-05-29T20:17:37.169Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32142024-05-29T20:17:40.460Zwarning: unclosed HTML tag `usize`
32152024-05-29T20:17:40.460Z --> wicket/src/ui/panes/update.rs:153:19
32162024-05-29T20:17:40.461Z |
32172024-05-29T20:17:40.461Z153 | /// TODO: The <usize> generic parameter is carried over from earlier versions
32182024-05-29T20:17:40.461Z | ^^^^^^^
32192024-05-29T20:17:40.461Z |
32202024-05-29T20:17:40.461Z = note: `#[warn(rustdoc::invalid_html_tags)]` on by default
32212024-05-29T20:17:40.461Z
32222024-05-29T20:17:41.924Zwarning: `wicket` (lib doc) generated 1 warning
32232024-05-29T20:17:41.928Z Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
32242024-05-29T20:17:45.738Zwarning: unresolved link to `BlueprintDisksConfig`
32252024-05-29T20:17:45.738Z --> nexus/reconfigurator/planning/src/blueprint_builder/builder.rs:959:55
32262024-05-29T20:17:45.738Z |
32272024-05-29T20:17:45.739Z959 | /// blueprint. We do this by keeping a copy of any [`BlueprintDisksConfig`]
32282024-05-29T20:17:45.739Z | ^^^^^^^^^^^^^^^^^^^^ no item named `BlueprintDisksConfig` in scope
32292024-05-29T20:17:45.739Z |
32302024-05-29T20:17:45.739Z = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
32312024-05-29T20:17:45.739Z = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
32322024-05-29T20:17:45.739Z
32332024-05-29T20:17:46.830Zwarning: `nexus-reconfigurator-planning` (lib doc) generated 1 warning
32342024-05-29T20:17:46.843Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
32352024-05-29T20:17:47.304Z Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
32362024-05-29T20:17:48.647Z Documenting crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=8c6d485110ecfae5409575246b986a145c386dc4#8c6d4851)
32372024-05-29T20:17:55.440Z Documenting fatfs v0.3.6
32382024-05-29T20:17:58.414Z Documenting cargo-platform v0.1.8
32392024-05-29T20:17:59.754Z Documenting assert_matches v1.5.0
32402024-05-29T20:18:00.133Z Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
32412024-05-29T20:18:01.099Z Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
32422024-05-29T20:18:01.191Z Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
32432024-05-29T20:18:03.701Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
32442024-05-29T20:18:03.750Z Documenting cargo_metadata v0.18.1
32452024-05-29T20:18:04.735Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
32462024-05-29T20:18:05.068Zwarning: unresolved link to `propolis_client::api::InstanceStateMonitorResponse`
32472024-05-29T20:18:05.068Z --> sled-agent/src/sim/instance.rs:46:7
32482024-05-29T20:18:05.068Z |
32492024-05-29T20:18:05.068Z46 | /// [`propolis_client::api::InstanceStateMonitorResponse`]. Transition requests
32502024-05-29T20:18:05.068Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `api` in module `propolis_client`
32512024-05-29T20:18:05.068Z |
32522024-05-29T20:18:05.068Z = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
32532024-05-29T20:18:05.068Z
32542024-05-29T20:18:06.976Z Documenting installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd)
32552024-05-29T20:18:08.652Zwarning: `omicron-sled-agent` (lib doc) generated 1 warning
32562024-05-29T20:18:08.655Z Documenting installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client)
32572024-05-29T20:18:09.315Z Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd)
32582024-05-29T20:18:10.043Z Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client)
32592024-05-29T20:18:13.183Z Documenting uzers v0.11.3
32602024-05-29T20:18:13.849Z Documenting termios v0.3.3
32612024-05-29T20:18:18.549Z Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
32622024-05-29T20:18:18.998Z Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
32632024-05-29T20:18:21.375Z Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
32642024-05-29T20:18:22.135Z Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
32652024-05-29T20:18:26.215Z Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
32662024-05-29T20:18:27.250Z Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
32672024-05-29T20:18:33.935Z Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
32682024-05-29T20:18:52.736Z Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
32692024-05-29T20:19:00.738Z Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
32702024-05-29T20:19:08.095Z Documenting tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
32712024-05-29T20:19:10.079Z Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli)
32722024-05-29T20:19:15.303Z Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
32732024-05-29T20:19:16.493Z Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
32742024-05-29T20:19:17.960Z Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
32752024-05-29T20:19:23.917Zwarning: unresolved link to `Nexus`
32762024-05-29T20:19:23.917Z --> nexus/src/app/instance_network.rs:242:34
32772024-05-29T20:19:23.918Z |
32782024-05-29T20:19:23.918Z242 | /// called by methods on the [`Nexus`] type, this is the `OpContext` used for
32792024-05-29T20:19:23.918Z | ^^^^^ no item named `Nexus` in scope
32802024-05-29T20:19:23.918Z |
32812024-05-29T20:19:23.918Z = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
32822024-05-29T20:19:23.918Z = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
32832024-05-29T20:19:23.918Z
32842024-05-29T20:19:23.941Zwarning: unresolved link to `Nexus`
32852024-05-29T20:19:23.941Z --> nexus/src/app/instance_network.rs:420:34
32862024-05-29T20:19:23.941Z |
32872024-05-29T20:19:23.941Z420 | /// called by methods on the [`Nexus`] type, this is the `OpContext` used for
32882024-05-29T20:19:23.941Z | ^^^^^ no item named `Nexus` in scope
32892024-05-29T20:19:23.941Z |
32902024-05-29T20:19:23.942Z = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
32912024-05-29T20:19:23.942Z
32922024-05-29T20:19:23.942Zwarning: unresolved link to `VolumeConstructionRequest`
32932024-05-29T20:19:23.942Z --> nexus/src/app/sagas/volume_delete.rs:338:7
32942024-05-29T20:19:23.942Z |
32952024-05-29T20:19:23.942Z338 | /// [`VolumeConstructionRequest`] is shown here):
32962024-05-29T20:19:23.943Z | ^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `VolumeConstructionRequest` in scope
32972024-05-29T20:19:23.943Z |
32982024-05-29T20:19:23.943Z = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
32992024-05-29T20:19:23.943Z
33002024-05-29T20:19:23.944Zwarning: unresolved link to `fd00:1122:3344:101::5`
33012024-05-29T20:19:23.944Z --> nexus/src/app/sagas/volume_delete.rs:348:17
33022024-05-29T20:19:23.944Z |
33032024-05-29T20:19:23.944Z348 | /// "[fd00:1122:3344:101::5]:1000",
33042024-05-29T20:19:23.944Z | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:101` in scope
33052024-05-29T20:19:23.944Z
33062024-05-29T20:19:23.944Zwarning: unresolved link to `fd00:1122:3344:102::9`
33072024-05-29T20:19:23.944Z --> nexus/src/app/sagas/volume_delete.rs:349:17
33082024-05-29T20:19:23.944Z |
33092024-05-29T20:19:23.944Z349 | /// "[fd00:1122:3344:102::9]:1000",
33102024-05-29T20:19:23.944Z | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:102` in scope
33112024-05-29T20:19:23.945Z
33122024-05-29T20:19:23.945Zwarning: unresolved link to `fd00:1122:3344:103::2`
33132024-05-29T20:19:23.945Z --> nexus/src/app/sagas/volume_delete.rs:350:17
33142024-05-29T20:19:23.945Z |
33152024-05-29T20:19:23.945Z350 | /// "[fd00:1122:3344:103::2]:1000"
33162024-05-29T20:19:23.945Z | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:103` in scope
33172024-05-29T20:19:23.945Z
33182024-05-29T20:19:23.945Zwarning: unresolved link to `fd00:1122:3344:101::5`
33192024-05-29T20:19:23.945Z --> nexus/src/app/sagas/volume_delete.rs:369:17
33202024-05-29T20:19:23.946Z |
33212024-05-29T20:19:23.946Z369 | /// "[fd00:1122:3344:101::5]:1001", <-- port changed
33222024-05-29T20:19:23.946Z | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:101` in scope
33232024-05-29T20:19:23.946Z
33242024-05-29T20:19:23.946Zwarning: unresolved link to `fd00:1122:3344:102::9`
33252024-05-29T20:19:23.946Z --> nexus/src/app/sagas/volume_delete.rs:370:17
33262024-05-29T20:19:23.946Z |
33272024-05-29T20:19:23.946Z370 | /// "[fd00:1122:3344:102::9]:1001", <-- port changed
33282024-05-29T20:19:23.946Z | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:102` in scope
33292024-05-29T20:19:23.947Z
33302024-05-29T20:19:23.947Zwarning: unresolved link to `fd00:1122:3344:103::2`
33312024-05-29T20:19:23.947Z --> nexus/src/app/sagas/volume_delete.rs:371:17
33322024-05-29T20:19:23.947Z |
33332024-05-29T20:19:23.947Z371 | /// "[fd00:1122:3344:103::2]:1001" <-- port changed
33342024-05-29T20:19:23.947Z | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:103` in scope
33352024-05-29T20:19:23.947Z
33362024-05-29T20:19:27.055Zwarning: `omicron-nexus` (lib doc) generated 9 warnings
33372024-05-29T20:19:44.268Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12m 22s
33382024-05-29T20:19:44.375Z Generated /work/oxidecomputer/omicron/target/doc/authz_macros/index.html and 80 other files
33392024-05-29T20:19:44.453Z
33402024-05-29T20:19:44.471Zreal 12:22.393126428
33412024-05-29T20:19:44.472Zuser 35:58.505353981
33422024-05-29T20:19:44.472Zsys 52:55.637608616
33432024-05-29T20:19:44.472Ztrap 0.906865283
33442024-05-29T20:19:44.472Ztflt 0.104129656
33452024-05-29T20:19:44.472Zdflt 0.546204618
33462024-05-29T20:19:44.472Zkflt 0.000104596
33472024-05-29T20:19:44.472Zlock 3:14:26.726374617
33482024-05-29T20:19:44.473Zslp 3:27:38.202567410
33492024-05-29T20:19:44.473Zlat 4:25.554844670
33502024-05-29T20:19:44.473Zstop 2:23.777057735
33512024-05-29T20:19:44.473Zprocess exited: duration 1328496 ms, exit code 0
 
33522024-05-29T20:19:44.904Zfound 0 output files