01HYNJGRCVKN7AKPFY29TGYN1Y: 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: 01HYNJGZHXD79JKYCGCRBVYMFP

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12024-05-24T15:12:24.211Zjob assigned to worker 01HYNJH1K9V8SB0PS12DGTQJV5 (queued for 35 s)
 
22024-05-24T15:12:25.132Zstarting task 0: "setup"
32024-05-24T15:12:25.157Z++ uname -s
42024-05-24T15:12:25.157Z+ kern=SunOS
52024-05-24T15:12:25.157Z+ case "$kern" in
62024-05-24T15:12:25.157Z+ groupadd -g 12345 build
72024-05-24T15:12:25.157Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-05-24T15:12:27.163Z+ zfs create -o mountpoint=/work rpool/work
92024-05-24T15:12:27.210Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-05-24T15:12:27.235Z+ home_fs=zfs
112024-05-24T15:12:27.235Z+ [[ zfs == autofs ]]
122024-05-24T15:12:27.235Z+ mkdir -p /home/build
132024-05-24T15:12:27.235Z+ chown build:build /home/build /work
142024-05-24T15:12:29.221Z+ chmod 0700 /home/build /work
152024-05-24T15:12:29.259Zprocess exited: duration 4087 ms, exit code 0
 
162024-05-24T15:12:29.339Zstarting task 1: "rust-toolchain"
172024-05-24T15:12:29.371Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
182024-05-24T15:12:29.372Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.78.0 --profile default
192024-05-24T15:12:29.459Zinfo: downloading installer
202024-05-24T15:12:29.946Zwarning: it looks like you have an existing installation of Rust at:
212024-05-24T15:12:29.946Zwarning: /opt/ooce/bin
222024-05-24T15:12:29.946Zwarning: It is recommended that rustup be the primary Rust installation.
232024-05-24T15:12:29.946Zwarning: Otherwise you may have confusion unless you are careful with your PATH
242024-05-24T15:12:29.946Zwarning: If you are sure that you want both rustup and your already installed Rust
252024-05-24T15:12:29.947Zwarning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
262024-05-24T15:12:29.947Zwarning: or pass `-y' to ignore all ignorable checks.
272024-05-24T15:12:29.947Zerror: cannot install while Rust is installed
282024-05-24T15:12:29.947Zwarning: continuing (because the -y flag is set and the error is ignorable)
292024-05-24T15:12:29.990Zinfo: profile set to 'default'
302024-05-24T15:12:29.991Zinfo: default host triple is x86_64-unknown-illumos
312024-05-24T15:12:30.019Zinfo: syncing channel updates for '1.78.0-x86_64-unknown-illumos'
322024-05-24T15:12:30.087Zinfo: latest update on 2024-05-02, rust version 1.78.0 (9b00956e5 2024-04-29)
332024-05-24T15:12:30.087Zinfo: downloading component 'cargo'
342024-05-24T15:12:30.324Zinfo: downloading component 'clippy'
352024-05-24T15:12:30.417Zinfo: downloading component 'rust-docs'
362024-05-24T15:12:31.095Zinfo: downloading component 'rust-std'
372024-05-24T15:12:31.149Zinfo: downloading component 'rustc'
382024-05-24T15:12:32.049Zinfo: downloading component 'rustfmt'
392024-05-24T15:12:32.086Zinfo: installing component 'cargo'
402024-05-24T15:12:33.188Zinfo: installing component 'clippy'
412024-05-24T15:12:33.624Zinfo: installing component 'rust-docs'
422024-05-24T15:12:36.166Zinfo: installing component 'rust-std'
432024-05-24T15:12:38.221Zinfo: installing component 'rustc'
442024-05-24T15:12:43.118Zinfo: installing component 'rustfmt'
452024-05-24T15:12:43.500Zinfo: default toolchain set to '1.78.0-x86_64-unknown-illumos'
462024-05-24T15:12:43.500Z
472024-05-24T15:12:43.614Z 1.78.0-x86_64-unknown-illumos installed - rustc 1.78.0 (9b00956e5 2024-04-29)
482024-05-24T15:12:43.614Z
492024-05-24T15:12:43.639Z
502024-05-24T15:12:43.639ZRust is installed now. Great!
512024-05-24T15:12:43.639Z
522024-05-24T15:12:43.639ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
532024-05-24T15:12:43.639Zenvironment variable. This has not been done automatically.
542024-05-24T15:12:43.639Z
552024-05-24T15:12:43.639ZTo configure your current shell, you need to source
562024-05-24T15:12:43.639Zthe corresponding env file under $HOME/.cargo.
572024-05-24T15:12:43.639Z
582024-05-24T15:12:43.639ZThis is usually done by running one of the following (note the leading DOT):
592024-05-24T15:12:43.639Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
602024-05-24T15:12:43.639Zsource "$HOME/.cargo/env.fish" # For fish
612024-05-24T15:12:43.687Z+ rustc --version
622024-05-24T15:12:43.800Zrustc 1.78.0 (9b00956e5 2024-04-29)
632024-05-24T15:12:43.825Zprocess exited: duration 14475 ms, exit code 0
 
642024-05-24T15:12:43.881Zstarting task 2: "authentication"
652024-05-24T15:12:43.944Zprocess exited: duration 66 ms, exit code 0
 
662024-05-24T15:12:43.997Zstarting task 3: "clone repository"
672024-05-24T15:12:44.022Z+ mkdir -p /work/oxidecomputer/omicron
682024-05-24T15:12:44.022Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
692024-05-24T15:12:44.047ZCloning into '/work/oxidecomputer/omicron'...
702024-05-24T15:12:49.486Z+ cd /work/oxidecomputer/omicron
712024-05-24T15:12:49.486Z+ git fetch origin ac617d70685a3600e4bb8d3df159c7b1bcbeef10
722024-05-24T15:12:49.895ZFrom https://github.com/oxidecomputer/omicron
732024-05-24T15:12:49.895Z * branch ac617d70685a3600e4bb8d3df159c7b1bcbeef10 -> FETCH_HEAD
742024-05-24T15:12:49.921Z+ [[ -n ipnet-weeds ]]
752024-05-24T15:12:49.921Z++ git branch --show-current
762024-05-24T15:12:49.921Z+ current=main
772024-05-24T15:12:49.921Z+ [[ main != ipnet-weeds ]]
782024-05-24T15:12:49.921Z+ git branch -f ipnet-weeds ac617d70685a3600e4bb8d3df159c7b1bcbeef10
792024-05-24T15:12:49.921Z+ git checkout -f ipnet-weeds
802024-05-24T15:12:50.081ZSwitched to branch 'ipnet-weeds'
812024-05-24T15:12:50.105Z+ git reset --hard ac617d70685a3600e4bb8d3df159c7b1bcbeef10
822024-05-24T15:12:50.234ZHEAD is now at ac617d706 one more stray dep
832024-05-24T15:12:50.258Zprocess exited: duration 6238 ms, exit code 0
 
842024-05-24T15:12:50.308Zstarting task 4: "build"
852024-05-24T15:12:50.333Z+ cargo --version
862024-05-24T15:12:50.384Zcargo 1.78.0 (54d8815d0 2024-03-26)
872024-05-24T15:12:50.409Z+ rustc --version
882024-05-24T15:12:50.456Zrustc 1.78.0 (9b00956e5 2024-04-29)
892024-05-24T15:12:50.482Z+ source ./env.sh
902024-05-24T15:12:50.482Z++ set -o xtrace
912024-05-24T15:12:50.482Z++++ dirname ./env.sh
922024-05-24T15:12:50.482Z+++ readlink -f .
932024-05-24T15:12:50.482Z++ OMICRON_WS=/work/oxidecomputer/omicron
942024-05-24T15:12:50.482Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
952024-05-24T15:12:50.482Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
962024-05-24T15:12:50.482Z++ 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
972024-05-24T15:12:50.482Z++ 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
982024-05-24T15:12:50.482Z++ 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
992024-05-24T15:12:50.482Z++ 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
1002024-05-24T15:12:50.482Z++ 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
1012024-05-24T15:12:50.482Z++ 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
1022024-05-24T15:12:50.482Z++ unset OMICRON_WS
1032024-05-24T15:12:50.482Z++ set +o xtrace
1042024-05-24T15:12:50.482Z
1052024-05-24T15:12:50.482Z ##### ##### ###### ##### ###### #### # # # #### #
1062024-05-24T15:12:50.482Z # # # # # # # # # # # # # # #
1072024-05-24T15:12:50.482Z # # # # ##### # # ##### # # # # # #### #
1082024-05-24T15:12:50.482Z ##### ##### # ##### # # # # # # # # #
1092024-05-24T15:12:50.482Z # # # # # # # # # # # # # # #
1102024-05-24T15:12:50.483Z # # # ###### # # ###### ### # #### # #### #
1112024-05-24T15:12:50.483Z
1122024-05-24T15:12:55.228Z Startup: Refreshing catalog 'helios-dev' ... Done
1132024-05-24T15:12:57.175Z Startup: Caching catalogs ... Done
1142024-05-24T15:12:59.592ZPlanning: Solver setup ... Done (1.849s)
1152024-05-24T15:12:59.625ZPlanning: Running solver ... Done (0.033s)
1162024-05-24T15:12:59.661ZPlanning: Finding local manifests ... Done (0.002s)
1172024-05-24T15:12:59.738ZPlanning: Fetching manifests: 0/4 0% complete
1182024-05-24T15:13:00.112ZPlanning: Fetching manifests: 4/4 100% complete
1192024-05-24T15:13:00.182ZPlanning: Package planning ... Done (0.067s)
1202024-05-24T15:13:00.238ZPlanning: Merging actions ... Done (0.060s)
1212024-05-24T15:13:00.596ZPlanning: Checking for conflicting actions ... Done (0.354s)
1222024-05-24T15:13:00.628ZPlanning: Consolidating action changes ... Done (0.013s)
1232024-05-24T15:13:01.221ZPlanning: Evaluating mediators ... Done (0.617s)
1242024-05-24T15:13:01.247ZPlanning: Planning completed in 4.00 seconds
1252024-05-24T15:13:01.273Z Packages to install: 4
1262024-05-24T15:13:01.273Z Mediators to change: 2
1272024-05-24T15:13:01.273Z Services to change: 1
1282024-05-24T15:13:01.274Z Estimated space available: 148.90 GB
1292024-05-24T15:13:01.274ZEstimated space to be consumed: 1.45 GB
1302024-05-24T15:13:01.274Z Create boot environment: No
1312024-05-24T15:13:01.274ZCreate backup boot environment: No
1322024-05-24T15:13:01.274Z Rebuild boot archive: No
1332024-05-24T15:13:01.274Z
1342024-05-24T15:13:01.274ZChanged mediators:
1352024-05-24T15:13:01.274Z mediator clang:
1362024-05-24T15:13:01.274Z version: None -> 15 (system default)
1372024-05-24T15:13:01.274Z
1382024-05-24T15:13:01.274Z mediator llvm:
1392024-05-24T15:13:01.274Z version: 14 (system default) -> 15 (system default)
1402024-05-24T15:13:01.274Z
1412024-05-24T15:13:01.274ZChanged packages:
1422024-05-24T15:13:01.274Zhelios-dev
1432024-05-24T15:13:01.274Z developer/build-essential
1442024-05-24T15:13:01.274Z None -> 11-2.0
1452024-05-24T15:13:01.274Z library/libxmlsec1
1462024-05-24T15:13:01.274Z None -> 1.2.35-2.0
1472024-05-24T15:13:01.274Z ooce/developer/clang-15
1482024-05-24T15:13:01.274Z None -> 15.0.7-2.0
1492024-05-24T15:13:01.274Z ooce/developer/llvm-15
1502024-05-24T15:13:01.275Z None -> 15.0.7-2.0
1512024-05-24T15:13:01.275Z
1522024-05-24T15:13:01.275ZServices:
1532024-05-24T15:13:01.275Z restart_fmri:
1542024-05-24T15:13:01.275Z svc:/system/update-man-index:default
1552024-05-24T15:13:01.310Z
1562024-05-24T15:13:01.311ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1572024-05-24T15:13:06.307ZDownload: 1141/3290 items 45.5/212.6MB 21% complete (9.0M/s)
1582024-05-24T15:13:11.308ZDownload: 2420/3290 items 120.1/212.6MB 56% complete (12.1M/s)
1592024-05-24T15:13:16.317ZDownload: 3248/3290 items 198.5/212.6MB 93% complete (15.3M/s)
1602024-05-24T15:13:17.745ZDownload: Completed 212.60 MB in 16.44 seconds (12.9M/s)
1612024-05-24T15:13:17.966Z Actions: 1/3689 actions (Installing new actions)
1622024-05-24T15:13:22.999Z Actions: 3258/3689 actions (Installing new actions)
1632024-05-24T15:13:23.694Z Actions: Completed 3689 actions in 5.72 seconds.
1642024-05-24T15:13:23.994Z Done (0.299s)
1652024-05-24T15:13:23.995Z Done (0.000s)
1662024-05-24T15:13:24.354Z Done (0.356s)
1672024-05-24T15:13:29.254Z Done (4.781s)
1682024-05-24T15:13:29.344Z Done (0.017s)
1692024-05-24T15:13:29.371Z Done (0.000s)
1702024-05-24T15:13:29.495Z Done (0.000s)
1712024-05-24T15:13:30.101ZPlanning: Evaluating mediator changes ... Done
1722024-05-24T15:13:30.301ZPlanning: Checking for conflicting actions ... Done
1732024-05-24T15:13:30.326ZPlanning: Consolidating action changes ... Done
1742024-05-24T15:13:30.626ZPlanning: Evaluating mediators ... Done
1752024-05-24T15:13:30.658ZPlanning: Planning completed in 0.52 seconds
1762024-05-24T15:13:31.103Z Mediators to change: 2
1772024-05-24T15:13:31.103Z Create boot environment: No
1782024-05-24T15:13:31.103ZCreate backup boot environment: No
1792024-05-24T15:13:31.103Z Done
1802024-05-24T15:13:31.103Z Done
1812024-05-24T15:13:31.103Z Done
1822024-05-24T15:13:35.306Z Done
1832024-05-24T15:13:35.397Z Done
1842024-05-24T15:13:35.424Z Done
1852024-05-24T15:13:35.468Z Done
1862024-05-24T15:13:36.205ZPlanning: Evaluating mediator changes ... Done
1872024-05-24T15:13:36.251ZPlanning: Merging actions ... Done
1882024-05-24T15:13:36.458ZPlanning: Checking for conflicting actions ... Done
1892024-05-24T15:13:36.907ZPlanning: Consolidating action changes ... Done
1902024-05-24T15:13:36.908ZPlanning: Evaluating mediators ... Done
1912024-05-24T15:13:36.908ZPlanning: Planning completed in 0.96 seconds
1922024-05-24T15:13:36.935Z Packages to change: 1
1932024-05-24T15:13:36.935Z Mediators to change: 1
1942024-05-24T15:13:36.935Z Services to change: 1
1952024-05-24T15:13:36.935Z Create boot environment: No
1962024-05-24T15:13:36.935ZCreate backup boot environment: Yes
1972024-05-24T15:13:38.425Z Actions: 1/6 actions (Updating modified actions)
1982024-05-24T15:13:38.453Z Actions: Completed 6 actions in 0.00 seconds.
1992024-05-24T15:13:38.454Z Done
2002024-05-24T15:13:38.454Z Done
2012024-05-24T15:13:38.516Z Done
2022024-05-24T15:13:42.838Z Done
2032024-05-24T15:13:42.925Z Done
2042024-05-24T15:13:42.950Z Done
2052024-05-24T15:13:42.998Z Done
2062024-05-24T15:13:43.523ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2072024-05-24T15:13:43.523Zclang system 15 system
2082024-05-24T15:13:43.523Zcsh system system illumos
2092024-05-24T15:13:43.523Zctags system system illumos
2102024-05-24T15:13:43.523Zgcc vendor 12 vendor
2112024-05-24T15:13:43.523Zgcc system 10 system
2122024-05-24T15:13:43.524Zgcc system 7 system
2132024-05-24T15:13:43.524Zgo system 1.20 system
2142024-05-24T15:13:43.524Zgo system 1.19 system
2152024-05-24T15:13:43.524Zllvm system 15 system
2162024-05-24T15:13:43.524Zllvm system 14 system
2172024-05-24T15:13:43.524Zmariadb system 10.6 system
2182024-05-24T15:13:43.524Zmta vendor vendor dma
2192024-05-24T15:13:43.524Zopenjdk system 17 system
2202024-05-24T15:13:43.524Zopenjdk system 11 system
2212024-05-24T15:13:43.524Zopenjdk system 1.8 system
2222024-05-24T15:13:43.524Zopenssl vendor 3 vendor
2232024-05-24T15:13:43.524Zperl system 5.36 system
2242024-05-24T15:13:43.524Zpostgresql system 15 system
2252024-05-24T15:13:43.524Zpostgresql system 13 system
2262024-05-24T15:13:43.524Zpython vendor 3 vendor
2272024-05-24T15:13:43.524Zpython system 2 system
2282024-05-24T15:13:43.524Zpython3 system 3.11 system
2292024-05-24T15:13:43.524Zruby system 3.0 system
2302024-05-24T15:13:43.524Zwords vendor vendor american-english
2312024-05-24T15:13:43.524Zwords system system australian-english
2322024-05-24T15:13:43.524Zwords system system british-english
2332024-05-24T15:13:43.524Zwords system system canadian-english
2342024-05-24T15:13:43.525Zwords system system french
2352024-05-24T15:13:43.525Zwords system system italian
2362024-05-24T15:13:43.525Zwords system system ngerman
2372024-05-24T15:13:43.525Zwords system system ogerman
2382024-05-24T15:13:43.525Zwords system system spanish
2392024-05-24T15:13:43.938ZPUBLISHER TYPE STATUS P LOCATION
2402024-05-24T15:13:43.938Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2412024-05-24T15:13:45.702ZFMRI IFO
2422024-05-24T15:13:45.702Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2432024-05-24T15:13:45.702Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2442024-05-24T15:13:45.702Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2452024-05-24T15:13:45.702Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2462024-05-24T15:13:45.702Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2472024-05-24T15:13:45.702Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2482024-05-24T15:13:45.703Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i--
2492024-05-24T15:13:45.703Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2502024-05-24T15:13:45.703Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2512024-05-24T15:13:45.703Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2522024-05-24T15:13:45.703Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2532024-05-24T15:13:45.703Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2542024-05-24T15:13:45.963Z+ set -o errexit
2552024-05-24T15:13:45.993Z+++ dirname ./tools/ci_download_cockroachdb
2562024-05-24T15:13:45.993Z++ cd ./tools
2572024-05-24T15:13:45.993Z++ pwd
2582024-05-24T15:13:45.993Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
2592024-05-24T15:13:45.993Z++ basename ./tools/ci_download_cockroachdb
2602024-05-24T15:13:45.994Z+ ARG0=ci_download_cockroachdb
2612024-05-24T15:13:45.994Z++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version
2622024-05-24T15:13:45.994Z+ CIDL_VERSION=v22.1.9
2632024-05-24T15:13:45.994Z+ source /work/oxidecomputer/omicron/tools/cockroachdb_checksums
2642024-05-24T15:13:45.994Z++ CIDL_SHA256_DARWIN=1ca69e0911af11a73305c3c6f4650b912d70754900b5bf7b80a1d361efe36561
2652024-05-24T15:13:45.994Z++ CIDL_SHA256_LINUX=24c321820e7ee45fa07fe91ac138befe13ad860e41c6ed595ce58823205ff4a9
2662024-05-24T15:13:45.994Z++ CIDL_SHA256_ILLUMOS=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088
2672024-05-24T15:13:45.994Z+ TARGET_DIR=out
2682024-05-24T15:13:45.994Z+ DOWNLOAD_DIR=out/downloads
2692024-05-24T15:13:45.994Z+ DEST_DIR=./out/cockroachdb
2702024-05-24T15:13:45.994Z+ CIDL_URL_COCKROACH=https://binaries.cockroachdb.com
2712024-05-24T15:13:45.994Z+ CIDL_URL_ILLUMOS=https://illumos.org/downloads
2722024-05-24T15:13:45.994Z+ main
2732024-05-24T15:13:45.994Z+ [[ 0 != 0 ]]
2742024-05-24T15:13:45.994Z+ CIDL_OS=solaris2.11
2752024-05-24T15:13:45.994Z+ [[ 0 != 0 ]]
2762024-05-24T15:13:45.994Z+ configure_os solaris2.11
2772024-05-24T15:13:45.994Z+ echo 'current directory: /work/oxidecomputer/omicron'
2782024-05-24T15:13:45.994Z+ echo 'configuring based on OS: "solaris2.11"'
2792024-05-24T15:13:45.994Zcurrent directory: /work/oxidecomputer/omicron
2802024-05-24T15:13:45.994Zconfiguring based on OS: "solaris2.11"
2812024-05-24T15:13:45.994Z+ case "$1" in
2822024-05-24T15:13:45.994Z+ CIDL_BUILD=illumos
2832024-05-24T15:13:45.995Z+ CIDL_SUFFIX=tar.gz
2842024-05-24T15:13:45.995Z+ CIDL_SHA256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088
2852024-05-24T15:13:45.995Z+ CIDL_URL_BASE=https://illumos.org/downloads
2862024-05-24T15:13:45.995Z+ CIDL_ASSEMBLE=do_assemble_illumos
2872024-05-24T15:13:45.995Z+ TARBALL_DIRNAME=cockroach-v22.1.9.illumos
2882024-05-24T15:13:45.995Z+ TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz
2892024-05-24T15:13:45.995Z+ TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz
2902024-05-24T15:13:45.995Z+ TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos
2912024-05-24T15:13:45.995Z+ CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
2922024-05-24T15:13:45.995Z+ CIDL_SHA256FUNC=do_sha256sum
2932024-05-24T15:13:45.995Z+ echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz'
2942024-05-24T15:13:45.995ZURL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
2952024-05-24T15:13:45.995Z+ echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz'
2962024-05-24T15:13:45.995Z+ mkdir -p out/downloads
2972024-05-24T15:13:45.995ZLocal file: out/downloads/cockroach-v22.1.9.illumos.tar.gz
2982024-05-24T15:13:45.995Z+ mkdir -p ./out/cockroachdb
2992024-05-24T15:13:45.995Z+ local DO_DOWNLOAD=true
3002024-05-24T15:13:45.995Z+ [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]]
3012024-05-24T15:13:45.995Z+ '[' true == true ']'
3022024-05-24T15:13:45.995Z+ echo Downloading...
3032024-05-24T15:13:45.995ZDownloading...
3042024-05-24T15:13:45.995Z+ do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz
3052024-05-24T15:13:45.995Z+ 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
3062024-05-24T15:13:50.413Z++ do_sha256sum out/downloads/cockroach-v22.1.9.illumos.tar.gz
3072024-05-24T15:13:50.448Z++ sha256sum
3082024-05-24T15:13:50.448Z++ awk '{print $1}'
3092024-05-24T15:13:50.498Z+ calculated_sha256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088
3102024-05-24T15:13:50.498Z+ [[ 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 ]]
3112024-05-24T15:13:50.499Z+ do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz
3122024-05-24T15:13:50.535Z+ tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads
3132024-05-24T15:13:53.389Z+ do_assemble_illumos
3142024-05-24T15:13:53.389Z+ rm -r ./out/cockroachdb
3152024-05-24T15:13:53.414Z+ cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb
3162024-05-24T15:13:53.802Z+ ./out/cockroachdb/bin/cockroach version
3172024-05-24T15:13:54.049ZBuild Tag: v22.1.9-dirty
3182024-05-24T15:13:54.049ZBuild Time: 2022/10/26 21:17:46
3192024-05-24T15:13:54.050ZDistribution: OSS
3202024-05-24T15:13:54.050ZPlatform: illumos amd64 (x86_64-pc-solaris2.11)
3212024-05-24T15:13:54.050ZGo Version: go1.17.13
3222024-05-24T15:13:54.050ZC Compiler: gcc 10.3.0
3232024-05-24T15:13:54.050ZBuild Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493
3242024-05-24T15:13:54.050ZBuild Type: release
3252024-05-24T15:13:54.075Z+ set -o errexit
3262024-05-24T15:13:54.101Z+++ dirname ./tools/ci_download_clickhouse
3272024-05-24T15:13:54.101Z++ cd ./tools
3282024-05-24T15:13:54.101Z++ pwd
3292024-05-24T15:13:54.101Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3302024-05-24T15:13:54.101Z++ basename ./tools/ci_download_clickhouse
3312024-05-24T15:13:54.101Z+ ARG0=ci_download_clickhouse
3322024-05-24T15:13:54.101Z+ TARGET_DIR=out
3332024-05-24T15:13:54.101Z+ DOWNLOAD_DIR=out/downloads
3342024-05-24T15:13:54.101Z+ DEST_DIR=./out/clickhouse
3352024-05-24T15:13:54.101Z++ cat /work/oxidecomputer/omicron/tools/clickhouse_version
3362024-05-24T15:13:54.101Z+ CIDL_VERSION=v23.8.7.24
3372024-05-24T15:13:54.101Z+ source /work/oxidecomputer/omicron/tools/clickhouse_checksums
3382024-05-24T15:13:54.101Z++ CIDL_MD5_DARWIN=3e20c3284b7e6b0cfcfedf622ecf547a
3392024-05-24T15:13:54.102Z++ CIDL_MD5_LINUX=f6c30a25a86deac3bad6c50dcf758fd5
3402024-05-24T15:13:54.102Z++ CIDL_MD5_ILLUMOS=409222de8ecb59e5dd97dcc942ccdffe
3412024-05-24T15:13:54.102Z+ CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com
3422024-05-24T15:13:54.102Z+ main
3432024-05-24T15:13:54.102Z+ [[ 0 != 0 ]]
3442024-05-24T15:13:54.102Z+ CIDL_OS=solaris2.11
3452024-05-24T15:13:54.102Z+ [[ 0 != 0 ]]
3462024-05-24T15:13:54.102Z+ configure_os solaris2.11
3472024-05-24T15:13:54.102Z+ echo 'current directory: /work/oxidecomputer/omicron'
3482024-05-24T15:13:54.102Z+ echo 'configuring based on OS: "solaris2.11"'
3492024-05-24T15:13:54.102Zcurrent directory: /work/oxidecomputer/omicron
3502024-05-24T15:13:54.102Zconfiguring based on OS: "solaris2.11"
3512024-05-24T15:13:54.102Z+ CIDL_DASHREV=
3522024-05-24T15:13:54.102Z+ case "$1" in
3532024-05-24T15:13:54.102Z+ CIDL_PLATFORM=illumos
3542024-05-24T15:13:54.102Z+ CIDL_MD5=409222de8ecb59e5dd97dcc942ccdffe
3552024-05-24T15:13:54.102Z+ CIDL_MD5FUNC=do_md5sum
3562024-05-24T15:13:54.102Z+ TARBALL_DIRNAME=clickhouse-v23.8.7.24
3572024-05-24T15:13:54.102Z+ TARBALL_FILENAME=clickhouse-v23.8.7.24.illumos.tar.gz
3582024-05-24T15:13:54.102Z+ TARBALL_FILE=out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz
3592024-05-24T15:13:54.102Z+ CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz
3602024-05-24T15:13:54.102Z+ echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz'
3612024-05-24T15:13:54.102ZURL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz
3622024-05-24T15:13:54.103Z+ echo 'Local file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz'
3632024-05-24T15:13:54.103Z+ mkdir -p out/downloads
3642024-05-24T15:13:54.103ZLocal file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz
3652024-05-24T15:13:54.103Z+ mkdir -p ./out/clickhouse
3662024-05-24T15:13:54.103Z+ local DO_DOWNLOAD=true
3672024-05-24T15:13:54.103Z+ [[ -f out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ]]
3682024-05-24T15:13:54.103Z+ '[' true == true ']'
3692024-05-24T15:13:54.103Z+ echo Downloading...
3702024-05-24T15:13:54.103ZDownloading...
3712024-05-24T15:13:54.103Z+ 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
3722024-05-24T15:13:54.103Z+ 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
3732024-05-24T15:14:01.242Z++ do_md5sum out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz
3742024-05-24T15:14:01.268Z++ md5sum
3752024-05-24T15:14:01.268Z++ awk '{print $1}'
3762024-05-24T15:14:01.512Z+ calculated_md5=409222de8ecb59e5dd97dcc942ccdffe
3772024-05-24T15:14:01.512Z+ [[ 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 ]]
3782024-05-24T15:14:01.512Z+ do_untar out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ./out/clickhouse
3792024-05-24T15:14:01.512Z+ mkdir -p ./out/clickhouse
3802024-05-24T15:14:01.539Z+ tar xzf out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz -C ./out/clickhouse
3812024-05-24T15:14:06.634Z+ [[ solaris2.11 == darwin* ]]
3822024-05-24T15:14:06.634Z+ ./out/clickhouse/clickhouse server --version
3832024-05-24T15:14:06.796ZClickHouse server version 23.8.7.1.
3842024-05-24T15:14:06.826Z+ set -o errexit
3852024-05-24T15:14:06.852Z+++ dirname ./tools/ci_download_console
3862024-05-24T15:14:06.852Z++ cd ./tools
3872024-05-24T15:14:06.852Z++ pwd
3882024-05-24T15:14:06.852Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3892024-05-24T15:14:06.852Z++ basename ./tools/ci_download_console
3902024-05-24T15:14:06.852Z+ ARG0=ci_download_console
3912024-05-24T15:14:06.852Z+ TARGET_DIR=out
3922024-05-24T15:14:06.852Z+ DOWNLOAD_DIR=out/downloads
3932024-05-24T15:14:06.852Z+ DEST_DIR=./out/console-assets
3942024-05-24T15:14:06.852Z+ source /work/oxidecomputer/omicron/tools/console_version
3952024-05-24T15:14:06.852Z++ COMMIT=a228b75ba35952b68c0b8b0892c452d4fc29467a
3962024-05-24T15:14:06.852Z++ SHA2=8d5b06680e5986b633b3f97e46d7823ea2dddf2b98930d8c6a4f7dc1eb382048
3972024-05-24T15:14:06.852Z+ URL=https://dl.oxide.computer/releases/console/a228b75ba35952b68c0b8b0892c452d4fc29467a.tar.gz
3982024-05-24T15:14:06.852Z+ TARBALL_FILE=out/downloads/console.tar.gz
3992024-05-24T15:14:06.853Z+ main
4002024-05-24T15:14:06.853Z+ [[ 0 != 0 ]]
4012024-05-24T15:14:06.853Z+ echo 'URL: https://dl.oxide.computer/releases/console/a228b75ba35952b68c0b8b0892c452d4fc29467a.tar.gz'
4022024-05-24T15:14:06.853Z+ echo 'Local file: out/downloads/console.tar.gz'
4032024-05-24T15:14:06.853ZURL: https://dl.oxide.computer/releases/console/a228b75ba35952b68c0b8b0892c452d4fc29467a.tar.gz
4042024-05-24T15:14:06.853ZLocal file: out/downloads/console.tar.gz
4052024-05-24T15:14:06.853Z+ local DO_DOWNLOAD=true
4062024-05-24T15:14:06.853Z+ [[ -f out/downloads/console.tar.gz ]]
4072024-05-24T15:14:06.853Z+ mkdir -p out/downloads
4082024-05-24T15:14:06.853Z+ '[' true == true ']'
4092024-05-24T15:14:06.853Z+ echo Downloading...
4102024-05-24T15:14:06.853ZDownloading...
4112024-05-24T15:14:06.853Z+ do_download_curl https://dl.oxide.computer/releases/console/a228b75ba35952b68c0b8b0892c452d4fc29467a.tar.gz out/downloads/console.tar.gz
4122024-05-24T15:14:06.853Z+ curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/a228b75ba35952b68c0b8b0892c452d4fc29467a.tar.gz
4132024-05-24T15:14:07.154Z++ do_sha256sum out/downloads/console.tar.gz
4142024-05-24T15:14:07.154Z++ case "$OSTYPE" in
4152024-05-24T15:14:07.154Z++ SHA=sha256sum
4162024-05-24T15:14:07.180Z++ sha256sum
4172024-05-24T15:14:07.180Z++ awk '{print $1}'
4182024-05-24T15:14:07.180Z+ calculated_sha2=8d5b06680e5986b633b3f97e46d7823ea2dddf2b98930d8c6a4f7dc1eb382048
4192024-05-24T15:14:07.180Z+ [[ 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 ]]
4202024-05-24T15:14:07.180Z+ rm -rf ./out/console-assets
4212024-05-24T15:14:07.180Z+ mkdir -p ./out/console-assets
4222024-05-24T15:14:07.180Z+ do_untar out/downloads/console.tar.gz ./out/console-assets
4232024-05-24T15:14:07.180Z+ mkdir -p ./out/console-assets
4242024-05-24T15:14:07.180Z+ tar xzf out/downloads/console.tar.gz -C ./out/console-assets
4252024-05-24T15:14:07.306Z+ set -o errexit
4262024-05-24T15:14:07.334Z+++ dirname ./tools/ci_download_dendrite_openapi
4272024-05-24T15:14:07.334Z++ cd ./tools
4282024-05-24T15:14:07.334Z++ pwd
4292024-05-24T15:14:07.334Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4302024-05-24T15:14:07.334Z++ basename ./tools/ci_download_dendrite_openapi
4312024-05-24T15:14:07.334Z+ ARG0=ci_download_dendrite_openapi
4322024-05-24T15:14:07.334Z+ TARGET_DIR=out
4332024-05-24T15:14:07.334Z+ DOWNLOAD_DIR=out/downloads
4342024-05-24T15:14:07.334Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
4352024-05-24T15:14:07.334Z++ COMMIT=6334bf74fa21790c15f1c4e494ea2ec0edd1c83c
4362024-05-24T15:14:07.334Z++ SHA2=213031aa058f0aa355964e4a5ca350db30110454bad5c77cbc94ab77fdcbe013
4372024-05-24T15:14:07.334Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/6334bf74fa21790c15f1c4e494ea2ec0edd1c83c/dpd.json
4382024-05-24T15:14:07.334Z+ LOCAL_FILE=out/downloads/dpd-6334bf74fa21790c15f1c4e494ea2ec0edd1c83c.json
4392024-05-24T15:14:07.334Z+ main
4402024-05-24T15:14:07.334Z+ [[ 0 != 0 ]]
4412024-05-24T15:14:07.334Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/6334bf74fa21790c15f1c4e494ea2ec0edd1c83c/dpd.json'
4422024-05-24T15:14:07.334ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/6334bf74fa21790c15f1c4e494ea2ec0edd1c83c/dpd.json
4432024-05-24T15:14:07.334Z+ echo 'Local file: out/downloads/dpd-6334bf74fa21790c15f1c4e494ea2ec0edd1c83c.json'
4442024-05-24T15:14:07.334Z+ local DO_DOWNLOAD=true
4452024-05-24T15:14:07.334ZLocal file: out/downloads/dpd-6334bf74fa21790c15f1c4e494ea2ec0edd1c83c.json
4462024-05-24T15:14:07.334Z+ [[ -f out/downloads/dpd-6334bf74fa21790c15f1c4e494ea2ec0edd1c83c.json ]]
4472024-05-24T15:14:07.334Z+ mkdir -p out/downloads
4482024-05-24T15:14:07.335Z+ '[' true == true ']'
4492024-05-24T15:14:07.335Z+ echo Downloading...
4502024-05-24T15:14:07.335ZDownloading...
4512024-05-24T15:14:07.335Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/6334bf74fa21790c15f1c4e494ea2ec0edd1c83c/dpd.json out/downloads/dpd-6334bf74fa21790c15f1c4e494ea2ec0edd1c83c.json
4522024-05-24T15:14:07.335Z+ 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
4532024-05-24T15:14:07.614Z++ do_sha256sum out/downloads/dpd-6334bf74fa21790c15f1c4e494ea2ec0edd1c83c.json
4542024-05-24T15:14:07.614Z++ case "$OSTYPE" in
4552024-05-24T15:14:07.614Z++ SHA=sha256sum
4562024-05-24T15:14:07.642Z++ sha256sum
4572024-05-24T15:14:07.643Z++ awk '{print $1}'
4582024-05-24T15:14:07.643Z+ calculated_sha2=213031aa058f0aa355964e4a5ca350db30110454bad5c77cbc94ab77fdcbe013
4592024-05-24T15:14:07.643Z+ [[ 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 ]]
4602024-05-24T15:14:07.643Z+ set -o errexit
4612024-05-24T15:14:07.643Z+++ dirname ./tools/ci_download_dendrite_stub
4622024-05-24T15:14:07.643Z++ cd ./tools
4632024-05-24T15:14:07.643Z++ pwd
4642024-05-24T15:14:07.643Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4652024-05-24T15:14:07.643Z++ basename ./tools/ci_download_dendrite_stub
4662024-05-24T15:14:07.644Z+ ARG0=ci_download_dendrite_stub
4672024-05-24T15:14:07.644Z+ source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums
4682024-05-24T15:14:07.644Z++ CIDL_SHA256_ILLUMOS=5929f9abf0daf4bbf17d835e5d69fc842b9617b312fb5644fa99daf785203700
4692024-05-24T15:14:07.644Z++ CIDL_SHA256_LINUX_DPD=fa38138db9ce1c2cababd11dd9ef1289295e4a8185c78372f6ff1a090c75a05b
4702024-05-24T15:14:07.644Z++ CIDL_SHA256_LINUX_SWADM=ebda6c0a8e29f40c389337fe2e37c1191eeeb34d729de7724b6d707bb6c9a882
4712024-05-24T15:14:07.644Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
4722024-05-24T15:14:07.644Z++ COMMIT=6334bf74fa21790c15f1c4e494ea2ec0edd1c83c
4732024-05-24T15:14:07.644Z++ SHA2=213031aa058f0aa355964e4a5ca350db30110454bad5c77cbc94ab77fdcbe013
4742024-05-24T15:14:07.645Z+ TARGET_DIR=out
4752024-05-24T15:14:07.645Z+ DOWNLOAD_DIR=out/downloads
4762024-05-24T15:14:07.645Z+ DEST_DIR=./out/dendrite-stub
4772024-05-24T15:14:07.645Z+ BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin
4782024-05-24T15:14:07.645Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
4792024-05-24T15:14:07.645Z+ REPO=oxidecomputer/dendrite
4802024-05-24T15:14:07.645Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/6334bf74fa21790c15f1c4e494ea2ec0edd1c83c
4812024-05-24T15:14:07.645Z+ main
4822024-05-24T15:14:07.645Z+ [[ 0 != 0 ]]
4832024-05-24T15:14:07.646Z+ CIDL_OS=solaris2.11
4842024-05-24T15:14:07.646Z+ [[ 0 != 0 ]]
4852024-05-24T15:14:07.646Z+ configure_os solaris2.11
4862024-05-24T15:14:07.646Z+ echo 'current directory: /work/oxidecomputer/omicron'
4872024-05-24T15:14:07.646Zcurrent directory: /work/oxidecomputer/omicron
4882024-05-24T15:14:07.646Z+ echo 'configuring based on OS: "solaris2.11"'
4892024-05-24T15:14:07.646Z+ case "$1" in
4902024-05-24T15:14:07.646Z+ SET_BINARIES=
4912024-05-24T15:14:07.646Zconfiguring based on OS: "solaris2.11"
4922024-05-24T15:14:07.647Z+ CIDL_SHA256=5929f9abf0daf4bbf17d835e5d69fc842b9617b312fb5644fa99daf785203700
4932024-05-24T15:14:07.647Z+ CIDL_SHA256FUNC=do_sha256sum
4942024-05-24T15:14:07.647Z+ TARBALL_FILENAME=dendrite-stub.tar.gz
4952024-05-24T15:14:07.647Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/6334bf74fa21790c15f1c4e494ea2ec0edd1c83c/dendrite-stub.tar.gz
4962024-05-24T15:14:07.647Z+ TARBALL_FILE=out/downloads/dendrite-stub.tar.gz
4972024-05-24T15:14:07.647Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/6334bf74fa21790c15f1c4e494ea2ec0edd1c83c/dendrite-stub.tar.gz'
4982024-05-24T15:14:07.647Z+ echo 'Local file: out/downloads/dendrite-stub.tar.gz'
4992024-05-24T15:14:07.647Z+ mkdir -p out/downloads
5002024-05-24T15:14:07.648ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/6334bf74fa21790c15f1c4e494ea2ec0edd1c83c/dendrite-stub.tar.gz
5012024-05-24T15:14:07.648ZLocal file: out/downloads/dendrite-stub.tar.gz
5022024-05-24T15:14:07.648Z+ mkdir -p ./out/dendrite-stub
5032024-05-24T15:14:07.648Z+ fetch_and_verify
5042024-05-24T15:14:07.648Z+ local DO_DOWNLOAD=true
5052024-05-24T15:14:07.648Z+ [[ -f out/downloads/dendrite-stub.tar.gz ]]
5062024-05-24T15:14:07.648Z+ '[' true == true ']'
5072024-05-24T15:14:07.648Z+ echo Downloading...
5082024-05-24T15:14:07.649ZDownloading...
5092024-05-24T15:14:07.649Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/6334bf74fa21790c15f1c4e494ea2ec0edd1c83c/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz
5102024-05-24T15:14:07.649Z+ 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
5112024-05-24T15:14:15.021Z++ do_sha256sum out/downloads/dendrite-stub.tar.gz
5122024-05-24T15:14:15.046Z++ sha256sum
5132024-05-24T15:14:15.046Z++ awk '{print $1}'
5142024-05-24T15:14:15.078Z+ calculated_sha256=5929f9abf0daf4bbf17d835e5d69fc842b9617b312fb5644fa99daf785203700
5152024-05-24T15:14:15.078Z+ [[ 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 ]]
5162024-05-24T15:14:15.078Z+ do_untar out/downloads/dendrite-stub.tar.gz
5172024-05-24T15:14:15.078Z+ tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads
5182024-05-24T15:14:15.893Z+ do_assemble
5192024-05-24T15:14:15.893Z+ rm -r ./out/dendrite-stub
5202024-05-24T15:14:15.920Z+ mkdir ./out/dendrite-stub
5212024-05-24T15:14:15.920Z+ cp -r out/downloads/root ./out/dendrite-stub/root
5222024-05-24T15:14:16.056Z+ ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin
5232024-05-24T15:14:16.087Z+ set -o errexit
5242024-05-24T15:14:16.087Z+++ dirname ./tools/ci_download_maghemite_mgd
5252024-05-24T15:14:16.087Z++ cd ./tools
5262024-05-24T15:14:16.088Z++ pwd
5272024-05-24T15:14:16.088Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5282024-05-24T15:14:16.088Z++ basename ./tools/ci_download_maghemite_mgd
5292024-05-24T15:14:16.088Z+ ARG0=ci_download_maghemite_mgd
5302024-05-24T15:14:16.088Z+ source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums
5312024-05-24T15:14:16.089Z++ CIDL_SHA256=e0907de39ca9f8ab45d40d361a1dbeed4bd8e9b157f8d3d8fe0a4bc259d933bd
5322024-05-24T15:14:16.089Z++ MGD_LINUX_SHA256=903413ddaab89594ed7518cb8f2f27793e96cd17ed2d6b3fe11657ec4375cb19
5332024-05-24T15:14:16.089Z+ source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version
5342024-05-24T15:14:16.089Z++ COMMIT=23b0cf439f9f62b9a4933e55cc72bcaddc9596cd
5352024-05-24T15:14:16.089Z++ SHA2=fdb33ee7425923560534672264008ef8948d227afce948ab704de092ad72157c
5362024-05-24T15:14:16.090Z+ TARGET_DIR=out
5372024-05-24T15:14:16.090Z+ DOWNLOAD_DIR=out/downloads
5382024-05-24T15:14:16.090Z+ DEST_DIR=./out/mgd
5392024-05-24T15:14:16.090Z+ BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin
5402024-05-24T15:14:16.090Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
5412024-05-24T15:14:16.091Z+ REPO=oxidecomputer/maghemite
5422024-05-24T15:14:16.091Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/23b0cf439f9f62b9a4933e55cc72bcaddc9596cd
5432024-05-24T15:14:16.091Z+ main
5442024-05-24T15:14:16.091Z+ rm -rf out/downloads/root
5452024-05-24T15:14:16.091Z+ [[ 0 != 0 ]]
5462024-05-24T15:14:16.092Z+ CIDL_OS=solaris2.11
5472024-05-24T15:14:16.092Z+ [[ 0 != 0 ]]
5482024-05-24T15:14:16.092Z+ configure_os solaris2.11
5492024-05-24T15:14:16.092Z+ echo 'current directory: /work/oxidecomputer/omicron'
5502024-05-24T15:14:16.092Zcurrent directory: /work/oxidecomputer/omicron
5512024-05-24T15:14:16.093Z+ echo 'configuring based on OS: "solaris2.11"'
5522024-05-24T15:14:16.093Z+ case "$1" in
5532024-05-24T15:14:16.093Z+ SET_BINARIES=
5542024-05-24T15:14:16.093Zconfiguring based on OS: "solaris2.11"
5552024-05-24T15:14:16.093Z+ CIDL_SHA256FUNC=do_sha256sum
5562024-05-24T15:14:16.093Z+ TARBALL_FILENAME=mgd.tar.gz
5572024-05-24T15:14:16.094Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/23b0cf439f9f62b9a4933e55cc72bcaddc9596cd/mgd.tar.gz
5582024-05-24T15:14:16.094Z+ TARBALL_FILE=out/downloads/mgd.tar.gz
5592024-05-24T15:14:16.094Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/23b0cf439f9f62b9a4933e55cc72bcaddc9596cd/mgd.tar.gz'
5602024-05-24T15:14:16.094ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/23b0cf439f9f62b9a4933e55cc72bcaddc9596cd/mgd.tar.gz
5612024-05-24T15:14:16.094Z+ echo 'Local file: out/downloads/mgd.tar.gz'
5622024-05-24T15:14:16.095Z+ mkdir -p out/downloads
5632024-05-24T15:14:16.095ZLocal file: out/downloads/mgd.tar.gz
5642024-05-24T15:14:16.095Z+ mkdir -p ./out/mgd
5652024-05-24T15:14:16.155Z+ fetch_and_verify
5662024-05-24T15:14:16.155Z+ local DO_DOWNLOAD=true
5672024-05-24T15:14:16.155Z+ [[ -f out/downloads/mgd.tar.gz ]]
5682024-05-24T15:14:16.155Z+ '[' true == true ']'
5692024-05-24T15:14:16.156Z+ echo Downloading...
5702024-05-24T15:14:16.156ZDownloading...
5712024-05-24T15:14:16.156Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/23b0cf439f9f62b9a4933e55cc72bcaddc9596cd/mgd.tar.gz out/downloads/mgd.tar.gz
5722024-05-24T15:14:16.156Z+ 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
5732024-05-24T15:14:25.057Z++ do_sha256sum out/downloads/mgd.tar.gz
5742024-05-24T15:14:25.085Z++ sha256sum
5752024-05-24T15:14:25.085Z++ awk '{print $1}'
5762024-05-24T15:14:25.118Z+ calculated_sha256=e0907de39ca9f8ab45d40d361a1dbeed4bd8e9b157f8d3d8fe0a4bc259d933bd
5772024-05-24T15:14:25.118Z+ [[ 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 ]]
5782024-05-24T15:14:25.118Z+ do_untar out/downloads/mgd.tar.gz
5792024-05-24T15:14:25.119Z+ tar xzf out/downloads/mgd.tar.gz -C out/downloads
5802024-05-24T15:14:25.846Z+ do_assemble
5812024-05-24T15:14:25.846Z+ rm -r ./out/mgd
5822024-05-24T15:14:25.881Z+ mkdir ./out/mgd
5832024-05-24T15:14:25.881Z+ cp -r out/downloads/root ./out/mgd/root
5842024-05-24T15:14:25.927Z+ set -o errexit
5852024-05-24T15:14:25.976Z+++ dirname ./tools/ci_download_transceiver_control
5862024-05-24T15:14:25.976Z++ cd ./tools
5872024-05-24T15:14:25.976Z++ pwd
5882024-05-24T15:14:25.976Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5892024-05-24T15:14:25.976Z++ basename ./tools/ci_download_transceiver_control
5902024-05-24T15:14:25.976Z+ ARG0=ci_download_transceiver_control
5912024-05-24T15:14:25.976Z+ source /work/oxidecomputer/omicron/tools/transceiver_control_version
5922024-05-24T15:14:25.976Z++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a
5932024-05-24T15:14:25.976Z++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
5942024-05-24T15:14:25.976Z+ TARGET_DIR=out
5952024-05-24T15:14:25.976Z+ DOWNLOAD_DIR=out/downloads
5962024-05-24T15:14:25.976Z+ DEST_DIR=./out/transceiver-control
5972024-05-24T15:14:25.976Z+ BIN_DIR=/opt/oxide/bin
5982024-05-24T15:14:25.976Z+ BINARY=xcvradm
5992024-05-24T15:14:25.977Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
6002024-05-24T15:14:25.977Z+ REPO=oxidecomputer/transceiver-control
6012024-05-24T15:14:25.977Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a
6022024-05-24T15:14:25.977Z+ main
6032024-05-24T15:14:25.977Z+ [[ 0 != 0 ]]
6042024-05-24T15:14:25.977Z+ CIDL_OS=solaris2.11
6052024-05-24T15:14:25.977Z+ [[ 0 != 0 ]]
6062024-05-24T15:14:25.977Z+ configure_os solaris2.11
6072024-05-24T15:14:25.977Z+ echo 'current directory: /work/oxidecomputer/omicron'
6082024-05-24T15:14:25.977Z+ echo 'configuring based on OS: "solaris2.11"'
6092024-05-24T15:14:25.977Z+ case "$1" in
6102024-05-24T15:14:25.977Zcurrent directory: /work/oxidecomputer/omicron
6112024-05-24T15:14:25.977Z+ SET_BINARIES=
6122024-05-24T15:14:25.977Zconfiguring based on OS: "solaris2.11"
6132024-05-24T15:14:25.977Z+ CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6142024-05-24T15:14:25.977Z+ CIDL_SHA256FUNC=do_sha256sum
6152024-05-24T15:14:25.977Z+ ARCHIVE_FILENAME=xcvradm.gz
6162024-05-24T15:14:25.977Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6172024-05-24T15:14:25.977Z+ ARCHIVE_FILE=out/downloads/xcvradm.gz
6182024-05-24T15:14:25.977Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz'
6192024-05-24T15:14:25.977ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6202024-05-24T15:14:25.977Z+ echo 'Local file: out/downloads/xcvradm.gz'
6212024-05-24T15:14:25.977Z+ mkdir -p out/downloads
6222024-05-24T15:14:25.978ZLocal file: out/downloads/xcvradm.gz
6232024-05-24T15:14:25.978Z+ mkdir -p ./out/transceiver-control
6242024-05-24T15:14:25.978Z+ fetch_and_verify
6252024-05-24T15:14:25.978Z+ local DO_DOWNLOAD=true
6262024-05-24T15:14:25.978Z+ [[ -f out/downloads/xcvradm.gz ]]
6272024-05-24T15:14:25.978Z+ '[' true == true ']'
6282024-05-24T15:14:25.978Z+ echo Downloading...
6292024-05-24T15:14:25.978ZDownloading...
6302024-05-24T15:14:25.978Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz
6312024-05-24T15:14:25.978Z+ 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
6322024-05-24T15:14:27.937Z++ do_sha256sum out/downloads/xcvradm.gz
6332024-05-24T15:14:27.962Z++ sha256sum
6342024-05-24T15:14:27.962Z++ awk '{print $1}'
6352024-05-24T15:14:27.962Z+ calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6362024-05-24T15:14:27.962Z+ [[ 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 ]]
6372024-05-24T15:14:27.962Z+ do_unpack out/downloads/xcvradm.gz
6382024-05-24T15:14:27.963Z+ mkdir -p out/downloads/root//opt/oxide/bin
6392024-05-24T15:14:27.963Z+ gzip -dc out/downloads/xcvradm.gz
6402024-05-24T15:14:28.096Z+ chmod +x out/downloads/root//opt/oxide/bin/xcvradm
6412024-05-24T15:14:28.120Z+ do_assemble
6422024-05-24T15:14:28.120Z+ rm -r ./out/transceiver-control
6432024-05-24T15:14:28.121Z+ mkdir ./out/transceiver-control
6442024-05-24T15:14:28.121Z+ cp -r out/downloads/root ./out/transceiver-control/root
6452024-05-24T15:14:28.189Z+ set -o errexit
6462024-05-24T15:14:28.214Z+++ dirname ./tools/ci_download_thundermuffin
6472024-05-24T15:14:28.214Z++ cd ./tools
6482024-05-24T15:14:28.214Z++ pwd
6492024-05-24T15:14:28.214Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
6502024-05-24T15:14:28.215Z++ basename ./tools/ci_download_thundermuffin
6512024-05-24T15:14:28.215Z+ ARG0=ci_download_thundermuffin
6522024-05-24T15:14:28.215Z+ source /work/oxidecomputer/omicron/tools/thundermuffin_checksums
6532024-05-24T15:14:28.215Z++ CIDL_SHA256=dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa
6542024-05-24T15:14:28.215Z+ source /work/oxidecomputer/omicron/tools/thundermuffin_version
6552024-05-24T15:14:28.215Z++ COMMIT=a4a6108d7c9aac2464a0b6898e88132a8f701a13
6562024-05-24T15:14:28.215Z+ TARGET_DIR=out
6572024-05-24T15:14:28.215Z+ DOWNLOAD_DIR=out/downloads
6582024-05-24T15:14:28.215Z+ DEST_DIR=./out/thundermuffin
6592024-05-24T15:14:28.215Z+ BIN_DIR=./out/thundermuffin/root/opt/oxide/thundermuffin/bin
6602024-05-24T15:14:28.215Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
6612024-05-24T15:14:28.215Z+ REPO=oxidecomputer/thundermuffin
6622024-05-24T15:14:28.215Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13
6632024-05-24T15:14:28.215Z+ main
6642024-05-24T15:14:28.215Z+ rm -rf out/downloads/root
6652024-05-24T15:14:28.215Z+ [[ 0 != 0 ]]
6662024-05-24T15:14:28.215Z+ CIDL_OS=solaris2.11
6672024-05-24T15:14:28.215Z+ [[ 0 != 0 ]]
6682024-05-24T15:14:28.215Z+ configure_os solaris2.11
6692024-05-24T15:14:28.215Z+ echo 'current directory: /work/oxidecomputer/omicron'
6702024-05-24T15:14:28.215Zcurrent directory: /work/oxidecomputer/omicron
6712024-05-24T15:14:28.215Z+ echo 'configuring based on OS: "solaris2.11"'
6722024-05-24T15:14:28.216Zconfiguring based on OS: "solaris2.11"
6732024-05-24T15:14:28.216Z+ case "$1" in
6742024-05-24T15:14:28.216Z+ SET_BINARIES=
6752024-05-24T15:14:28.216Z+ CIDL_SHA256FUNC=do_sha256sum
6762024-05-24T15:14:28.216Z+ TARBALL_FILENAME=thundermuffin.tar.gz
6772024-05-24T15:14:28.216Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz
6782024-05-24T15:14:28.216Z+ TARBALL_FILE=out/downloads/thundermuffin.tar.gz
6792024-05-24T15:14:28.216Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz'
6802024-05-24T15:14:28.216Z+ echo 'Local file: out/downloads/thundermuffin.tar.gz'
6812024-05-24T15:14:28.216ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz
6822024-05-24T15:14:28.216ZLocal file: out/downloads/thundermuffin.tar.gz
6832024-05-24T15:14:28.216Z+ mkdir -p out/downloads
6842024-05-24T15:14:28.216Z+ mkdir -p ./out/thundermuffin
6852024-05-24T15:14:28.241Z+ fetch_and_verify
6862024-05-24T15:14:28.241Z+ local DO_DOWNLOAD=true
6872024-05-24T15:14:28.241Z+ [[ -f out/downloads/thundermuffin.tar.gz ]]
6882024-05-24T15:14:28.241Z+ '[' true == true ']'
6892024-05-24T15:14:28.241Z+ echo Downloading...
6902024-05-24T15:14:28.241ZDownloading...
6912024-05-24T15:14:28.241Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz out/downloads/thundermuffin.tar.gz
6922024-05-24T15:14:28.241Z+ 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
6932024-05-24T15:14:28.644Z++ do_sha256sum out/downloads/thundermuffin.tar.gz
6942024-05-24T15:14:28.674Z++ sha256sum
6952024-05-24T15:14:28.674Z++ awk '{print $1}'
6962024-05-24T15:14:28.674Z+ calculated_sha256=dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa
6972024-05-24T15:14:28.674Z+ [[ 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 ]]
6982024-05-24T15:14:28.674Z+ do_untar out/downloads/thundermuffin.tar.gz
6992024-05-24T15:14:28.674Z+ tar xzf out/downloads/thundermuffin.tar.gz -C out/downloads
7002024-05-24T15:14:28.736Z+ do_assemble
7012024-05-24T15:14:28.736Z+ rm -r ./out/thundermuffin
7022024-05-24T15:14:28.761Z+ mkdir ./out/thundermuffin
7032024-05-24T15:14:28.761Z+ cp -r out/downloads/root ./out/thundermuffin/root
7042024-05-24T15:14:28.785ZAll builder prerequisites installed successfully, and PATH looks valid
7052024-05-24T15:14:28.785Z
7062024-05-24T15:14:28.785Zreal 1:38.298776323
7072024-05-24T15:14:28.786Zuser 44.703131185
7082024-05-24T15:14:28.786Zsys 11.025251911
7092024-05-24T15:14:28.786Ztrap 0.012258947
7102024-05-24T15:14:28.786Ztflt 0.009073605
7112024-05-24T15:14:28.786Zdflt 0.017743740
7122024-05-24T15:14:28.786Zkflt 0.005388641
7132024-05-24T15:14:28.786Zlock 1.952704058
7142024-05-24T15:14:28.786Zslp 3:11.349046511
7152024-05-24T15:14:28.786Zlat 4.364328309
7162024-05-24T15:14:28.786Zstop 0.069803317
7172024-05-24T15:14:28.786Z
7182024-05-24T15:14:28.786Z #### # # ##### ##### # #
7192024-05-24T15:14:28.786Z # # # # # # # # # #
7202024-05-24T15:14:28.786Z # # # # # # # #
7212024-05-24T15:14:28.786Z # # # ##### ##### #
7222024-05-24T15:14:28.786Z # # # # # # #
7232024-05-24T15:14:28.786Z #### ###### # # # #
7242024-05-24T15:14:28.786Z
7252024-05-24T15:14:29.050Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
7262024-05-24T15:14:29.646Z Updating git repository `https://github.com/oxidecomputer/zone`
7272024-05-24T15:14:30.166Z Updating crates.io index
7282024-05-24T15:14:30.230Z Updating git repository `https://github.com/oxidecomputer/dropshot`
7292024-05-24T15:14:31.057Z Updating git repository `https://github.com/oxidecomputer/maghemite`
7302024-05-24T15:14:31.941Z Updating git repository `https://github.com/oxidecomputer/oxnet`
7312024-05-24T15:14:32.405Z Updating git repository `https://github.com/oxidecomputer/progenitor`
7322024-05-24T15:14:34.593Z Updating git repository `http://github.com/oxidecomputer/serde_human_bytes`
7332024-05-24T15:14:35.092Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
7342024-05-24T15:14:35.553Z Updating git repository `https://github.com/oxidecomputer/propolis`
7352024-05-24T15:14:36.738Z Updating git repository `https://github.com/oxidecomputer/crucible`
7362024-05-24T15:14:38.621Z Updating git repository `https://github.com/oxidecomputer/opte`
7372024-05-24T15:14:39.685Z Updating git repository `https://github.com/oxidecomputer/falcon`
7382024-05-24T15:14:40.575Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
7392024-05-24T15:14:41.306Z Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel`
7402024-05-24T15:14:41.808Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
7412024-05-24T15:14:42.438Z Updating git repository `http://github.com/oxidecomputer/sprockets`
7422024-05-24T15:14:43.051Z Updating git repository `https://github.com/oxidecomputer/diesel-dtrace`
7432024-05-24T15:14:43.673Z Updating git repository `http://github.com/oxidecomputer/tofino`
7442024-05-24T15:14:44.246Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
7452024-05-24T15:14:44.739Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
7462024-05-24T15:14:45.207Z Updating git repository `https://github.com/oxidecomputer/libnvme`
7472024-05-24T15:14:45.863Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
7482024-05-24T15:14:46.365Z Updating git repository `https://github.com/oxidecomputer/ispf`
7492024-05-24T15:14:47.095Z Updating git repository `https://github.com/oxidecomputer/poptrie`
7502024-05-24T15:14:47.559Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
7512024-05-24T15:14:48.340Z Updating git repository `https://github.com/jgallagher/nix`
7522024-05-24T15:14:49.438Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
7532024-05-24T15:14:49.920Z Updating git repository `https://github.com/cbiffle/hubpack.git`
7542024-05-24T15:14:50.383Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
7552024-05-24T15:14:50.884Z Updating git repository `https://github.com/oxidecomputer/typify`
7562024-05-24T15:14:53.127Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
7572024-05-24T15:14:53.592Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
7582024-05-24T15:14:54.008Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
7592024-05-24T15:14:54.540Z Updating git repository `https://github.com/oxidecomputer/rfb`
7602024-05-24T15:14:56.075Z Downloading crates ...
7612024-05-24T15:14:56.134Z Downloaded anstyle v1.0.7
7622024-05-24T15:14:56.159Z Downloaded camino v1.1.7
7632024-05-24T15:14:56.159Z Downloaded semver v1.0.23
7642024-05-24T15:14:56.159Z Downloaded clap v4.5.4
7652024-05-24T15:14:56.159Z Downloaded anyhow v1.0.83
7662024-05-24T15:14:56.185Z Downloaded utf8parse v0.2.1
7672024-05-24T15:14:56.185Z Downloaded swrite v0.1.0
7682024-05-24T15:14:56.185Z Downloaded serde_json v1.0.117
7692024-05-24T15:14:56.185Z Downloaded winnow v0.6.8
7702024-05-24T15:14:56.210Z Downloaded syn v2.0.64
7712024-05-24T15:14:56.210Z Downloaded libc v0.2.153
7722024-05-24T15:14:56.237Z Downloaded unicode-ident v1.0.12
7732024-05-24T15:14:56.261Z Downloaded toml_edit v0.22.13
7742024-05-24T15:14:56.286Z Downloaded rustix v0.38.34
7752024-05-24T15:14:56.311Z Downloaded itoa v1.0.11
7762024-05-24T15:14:56.311Z Downloaded hashbrown v0.14.5
7772024-05-24T15:14:56.311Z Downloaded fs-err v2.11.0
7782024-05-24T15:14:56.311Z Downloaded clap_derive v4.5.4
7792024-05-24T15:14:56.311Z Downloaded serde_spanned v0.6.6
7802024-05-24T15:14:56.311Z Downloaded ryu v1.0.18
7812024-05-24T15:14:56.311Z Downloaded toml_datetime v0.6.6
7822024-05-24T15:14:56.336Z Downloaded toml v0.8.13
7832024-05-24T15:14:56.336Z Downloaded thiserror-impl v1.0.60
7842024-05-24T15:14:56.336Z Downloaded thiserror v1.0.60
7852024-05-24T15:14:56.336Z Downloaded terminal_size v0.3.0
7862024-05-24T15:14:56.336Z Downloaded strsim v0.11.1
7872024-05-24T15:14:56.336Z Downloaded serde_derive v1.0.202
7882024-05-24T15:14:56.336Z Downloaded serde v1.0.202
7892024-05-24T15:14:56.336Z Downloaded quote v1.0.36
7902024-05-24T15:14:56.361Z Downloaded proc-macro2 v1.0.82
7912024-05-24T15:14:56.362Z Downloaded memchr v2.7.2
7922024-05-24T15:14:56.362Z Downloaded macaddr v1.0.1
7932024-05-24T15:14:56.362Z Downloaded is_terminal_polyfill v1.70.0
7942024-05-24T15:14:56.362Z Downloaded indexmap v2.2.6
7952024-05-24T15:14:56.362Z Downloaded heck v0.5.0
7962024-05-24T15:14:56.362Z Downloaded errno v0.3.9
7972024-05-24T15:14:56.362Z Downloaded equivalent v1.0.1
7982024-05-24T15:14:56.387Z Downloaded colorchoice v1.0.1
7992024-05-24T15:14:56.387Z Downloaded clap_lex v0.7.0
8002024-05-24T15:14:56.387Z Downloaded clap_builder v4.5.2
8012024-05-24T15:14:56.387Z Downloaded cargo_toml v0.20.2
8022024-05-24T15:14:56.387Z Downloaded cargo_metadata v0.18.1
8032024-05-24T15:14:56.387Z Downloaded bitflags v2.5.0
8042024-05-24T15:14:56.387Z Downloaded autocfg v1.3.0
8052024-05-24T15:14:56.387Z Downloaded anstyle-query v1.0.3
8062024-05-24T15:14:56.387Z Downloaded anstyle-parse v0.2.4
8072024-05-24T15:14:56.415Z Downloaded cargo-platform v0.1.8
8082024-05-24T15:14:56.415Z Downloaded anstream v0.6.14
8092024-05-24T15:14:56.505Z Compiling proc-macro2 v1.0.82
8102024-05-24T15:14:56.530Z Compiling unicode-ident v1.0.12
8112024-05-24T15:14:56.530Z Compiling serde v1.0.202
8122024-05-24T15:14:56.530Z Compiling libc v0.2.153
8132024-05-24T15:14:56.530Z Compiling rustix v0.38.34
8142024-05-24T15:14:56.530Z Compiling utf8parse v0.2.1
8152024-05-24T15:14:56.530Z Compiling equivalent v1.0.1
8162024-05-24T15:14:56.530Z Compiling hashbrown v0.14.5
8172024-05-24T15:14:56.749Z Compiling bitflags v2.5.0
8182024-05-24T15:14:56.791Z Compiling anstyle-parse v0.2.4
8192024-05-24T15:14:56.817Z Compiling is_terminal_polyfill v1.70.0
8202024-05-24T15:14:56.945Z Compiling anstyle-query v1.0.3
8212024-05-24T15:14:57.083Z Compiling serde_json v1.0.117
8222024-05-24T15:14:57.113Z Compiling anstyle v1.0.7
8232024-05-24T15:14:57.204Z Compiling colorchoice v1.0.1
8242024-05-24T15:14:57.243Z Compiling semver v1.0.23
8252024-05-24T15:14:57.362Z Compiling thiserror v1.0.60
8262024-05-24T15:14:57.387Z Compiling winnow v0.6.8
8272024-05-24T15:14:57.422Z Compiling autocfg v1.3.0
8282024-05-24T15:14:57.522Z Compiling camino v1.1.7
8292024-05-24T15:14:57.750Z Compiling indexmap v2.2.6
8302024-05-24T15:14:57.812Z Compiling anstream v0.6.14
8312024-05-24T15:14:57.958Z Compiling quote v1.0.36
8322024-05-24T15:14:58.637Z Compiling itoa v1.0.11
8332024-05-24T15:14:59.547Z Compiling fs-err v2.11.0
8342024-05-24T15:14:59.547Z Compiling syn v2.0.64
8352024-05-24T15:14:59.547Z Compiling errno v0.3.9
8362024-05-24T15:14:59.548Z Compiling ryu v1.0.18
8372024-05-24T15:14:59.548Z Compiling clap_lex v0.7.0
8382024-05-24T15:14:59.548Z Compiling strsim v0.11.1
8392024-05-24T15:14:59.576Z Compiling heck v0.5.0
8402024-05-24T15:14:59.577Z Compiling anyhow v1.0.83
8412024-05-24T15:14:59.577Z Compiling swrite v0.1.0
8422024-05-24T15:14:59.577Z Compiling terminal_size v0.3.0
8432024-05-24T15:14:59.675Z Compiling clap_builder v4.5.2
8442024-05-24T15:15:04.736Z Compiling serde_derive v1.0.202
8452024-05-24T15:15:04.736Z Compiling thiserror-impl v1.0.60
8462024-05-24T15:15:04.764Z Compiling clap_derive v4.5.4
8472024-05-24T15:15:07.605Z Compiling clap v4.5.4
8482024-05-24T15:15:13.722Z Compiling serde_spanned v0.6.6
8492024-05-24T15:15:13.750Z Compiling toml_datetime v0.6.6
8502024-05-24T15:15:13.750Z Compiling cargo-platform v0.1.8
8512024-05-24T15:15:13.750Z Compiling macaddr v1.0.1
8522024-05-24T15:15:13.998Z Compiling toml_edit v0.22.13
8532024-05-24T15:15:15.101Z Compiling cargo_metadata v0.18.1
8542024-05-24T15:15:16.245Z Compiling toml v0.8.13
8552024-05-24T15:15:16.978Z Compiling cargo_toml v0.20.2
8562024-05-24T15:15:21.333Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
8572024-05-24T15:15:24.596Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 55.76s
8582024-05-24T15:15:24.789Z Running `target/debug/xtask clippy`
8592024-05-24T15:15:24.847Zrunning: "/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/cargo" "clippy" "--all-targets" "--" "--deny" "warnings"
8602024-05-24T15:15:25.615Z Downloading crates ...
8612024-05-24T15:15:25.729Z Downloaded aead v0.5.2
8622024-05-24T15:15:25.754Z Downloaded anes v0.1.6
8632024-05-24T15:15:25.754Z Downloaded addr2line v0.21.0
8642024-05-24T15:15:25.754Z Downloaded approx v0.5.1
8652024-05-24T15:15:25.754Z Downloaded allocator-api2 v0.2.18
8662024-05-24T15:15:25.754Z Downloaded ahash v0.8.11
8672024-05-24T15:15:25.779Z Downloaded adler v1.0.2
8682024-05-24T15:15:25.779Z Downloaded base16ct v0.2.0
8692024-05-24T15:15:25.779Z Downloaded base64 v0.21.7
8702024-05-24T15:15:25.780Z Downloaded home v0.5.9
8712024-05-24T15:15:25.780Z Downloaded highway v1.1.0
8722024-05-24T15:15:25.806Z Downloaded hex v0.4.3
8732024-05-24T15:15:25.806Z Downloaded hostname v0.3.1
8742024-05-24T15:15:25.806Z Downloaded httpdate v1.0.3
8752024-05-24T15:15:25.806Z Downloaded hyper-util v0.1.3
8762024-05-24T15:15:25.806Z Downloaded humantime v2.1.0
8772024-05-24T15:15:25.806Z Downloaded ident_case v1.0.1
8782024-05-24T15:15:25.832Z Downloaded maybe-uninit v2.0.0
8792024-05-24T15:15:25.832Z Downloaded lazycell v1.3.0
8802024-05-24T15:15:25.832Z Downloaded instant v0.1.12
8812024-05-24T15:15:25.832Z Downloaded num v0.4.3
8822024-05-24T15:15:25.832Z Downloaded minimal-lexical v0.2.1
8832024-05-24T15:15:25.832Z Downloaded corncobs v0.1.3
8842024-05-24T15:15:25.860Z Downloaded num-conv v0.1.0
8852024-05-24T15:15:25.860Z Downloaded serde_arrays v0.1.0
8862024-05-24T15:15:25.860Z Downloaded rustls-pki-types v1.7.0
8872024-05-24T15:15:25.860Z Downloaded darling_macro v0.20.9
8882024-05-24T15:15:25.887Z Downloaded want v0.3.1
8892024-05-24T15:15:25.887Z Downloaded path-slash v0.1.5
8902024-05-24T15:15:25.887Z Downloaded precomputed-hash v0.1.1
8912024-05-24T15:15:25.887Z Downloaded termtree v0.4.1
8922024-05-24T15:15:25.912Z Downloaded thread_local v1.1.8
8932024-05-24T15:15:25.912Z Downloaded tinytemplate v1.2.1
8942024-05-24T15:15:25.912Z Downloaded phf_shared v0.10.0
8952024-05-24T15:15:25.912Z Downloaded enum-as-inner v0.5.1
8962024-05-24T15:15:25.938Z Downloaded sqlformat v0.2.3
8972024-05-24T15:15:25.938Z Downloaded portpicker v0.1.1
8982024-05-24T15:15:25.938Z Downloaded percent-encoding v2.3.1
8992024-05-24T15:15:25.938Z Downloaded hash32 v0.2.1
9002024-05-24T15:15:25.963Z Downloaded sigpipe v0.1.3
9012024-05-24T15:15:25.964Z Downloaded similar-asserts v1.5.0
9022024-05-24T15:15:25.989Z Downloaded doc-comment v0.3.3
9032024-05-24T15:15:25.989Z Downloaded num_threads v0.1.7
9042024-05-24T15:15:25.989Z Downloaded rpassword v7.3.1
9052024-05-24T15:15:25.989Z Downloaded tower-service v0.3.2
9062024-05-24T15:15:26.014Z Downloaded serde-hex v0.1.0
9072024-05-24T15:15:26.014Z Downloaded serde_plain v1.0.2
9082024-05-24T15:15:26.014Z Downloaded ron v0.7.1
9092024-05-24T15:15:26.014Z Downloaded rustc_version v0.4.0
9102024-05-24T15:15:26.040Z Downloaded vte_generate_state_changes v0.1.1
9112024-05-24T15:15:26.040Z Downloaded usdt-macro v0.3.5
9122024-05-24T15:15:26.040Z Downloaded version_check v0.9.4
9132024-05-24T15:15:26.040Z Downloaded rustc-demangle v0.1.24
9142024-05-24T15:15:26.040Z Downloaded futures-task v0.3.30
9152024-05-24T15:15:26.040Z Downloaded psl-types v2.0.11
9162024-05-24T15:15:26.040Z Downloaded futures-core v0.3.30
9172024-05-24T15:15:26.040Z Downloaded embedded-io v0.4.0
9182024-05-24T15:15:26.040Z Downloaded guppy v0.17.5
9192024-05-24T15:15:26.065Z Downloaded futures-channel v0.3.30
9202024-05-24T15:15:26.066Z Downloaded futures v0.3.30
9212024-05-24T15:15:26.066Z Downloaded tough v0.17.1
9222024-05-24T15:15:26.090Z Downloaded x509-cert v0.2.5
9232024-05-24T15:15:26.090Z Downloaded publicsuffix v2.2.3
9242024-05-24T15:15:26.090Z Downloaded quick-xml v0.31.0
9252024-05-24T15:15:26.116Z Downloaded proptest v1.4.0
9262024-05-24T15:15:26.116Z Downloaded radix_trie v0.2.1
9272024-05-24T15:15:26.140Z Downloaded regex-automata v0.4.6
9282024-05-24T15:15:26.165Z Downloaded tokio v1.37.0
9292024-05-24T15:15:26.198Z Downloaded sha3 v0.10.8
9302024-05-24T15:15:26.223Z Downloaded csv v1.3.0
9312024-05-24T15:15:26.247Z Downloaded encoding_rs v0.8.34
9322024-05-24T15:15:26.272Z Downloaded zerocopy-derive v0.6.6
9332024-05-24T15:15:26.272Z Downloaded zerocopy-derive v0.2.0
9342024-05-24T15:15:26.297Z Downloaded petgraph v0.6.5
9352024-05-24T15:15:26.322Z Downloaded regress v0.9.1
9362024-05-24T15:15:26.322Z Downloaded regex-syntax v0.8.3
9372024-05-24T15:15:26.322Z Downloaded regex-syntax v0.6.29
9382024-05-24T15:15:26.347Z Downloaded openapiv3 v2.0.0
9392024-05-24T15:15:26.347Z Downloaded finl_unicode v1.2.0
9402024-05-24T15:15:26.371Z Downloaded vcpkg v0.2.15
9412024-05-24T15:15:26.415Z Downloaded regex v1.10.4
9422024-05-24T15:15:26.440Z Downloaded ratatui v0.26.2
9432024-05-24T15:15:26.464Z Downloaded trust-dns-proto v0.22.0
9442024-05-24T15:15:26.489Z Downloaded syn v1.0.109
9452024-05-24T15:15:26.489Z Downloaded openssl v0.10.64
9462024-05-24T15:15:26.514Z Downloaded curve25519-dalek v4.1.2
9472024-05-24T15:15:26.514Z Downloaded ring v0.17.8
9482024-05-24T15:15:26.587Z Downloaded diesel v2.1.6
9492024-05-24T15:15:26.611Z Downloaded h2 v0.3.26
9502024-05-24T15:15:26.636Z Downloaded tabled v0.15.0
9512024-05-24T15:15:26.636Z Downloaded polar-core v0.27.3
9522024-05-24T15:15:26.660Z Downloaded sled v0.34.7
9532024-05-24T15:15:26.660Z Downloaded ring v0.16.20
9542024-05-24T15:15:26.750Z Downloaded object v0.32.2
9552024-05-24T15:15:26.775Z Downloaded object v0.30.4
9562024-05-24T15:15:26.775Z Downloaded elliptic-curve v0.13.8
9572024-05-24T15:15:26.802Z Downloaded rand v0.8.5
9582024-05-24T15:15:26.802Z Downloaded trust-dns-resolver v0.22.0
9592024-05-24T15:15:26.802Z Downloaded tracing v0.1.40
9602024-05-24T15:15:26.802Z Downloaded tower v0.4.13
9612024-05-24T15:15:26.827Z Downloaded tokio-postgres v0.7.10
9622024-05-24T15:15:26.827Z Downloaded futures-util v0.3.30
9632024-05-24T15:15:26.827Z Downloaded either v1.12.0
9642024-05-24T15:15:26.827Z Downloaded vte v0.11.1
9652024-05-24T15:15:26.827Z Downloaded trust-dns-client v0.22.0
9662024-05-24T15:15:26.852Z Downloaded tracing-core v0.1.32
9672024-05-24T15:15:26.852Z Downloaded rstest_macros v0.19.0
9682024-05-24T15:15:26.852Z Downloaded rstest v0.19.0
9692024-05-24T15:15:26.852Z Downloaded rsa v0.9.6
9702024-05-24T15:15:26.852Z Downloaded plotters v0.3.5
9712024-05-24T15:15:26.877Z Downloaded rustls v0.22.4
9722024-05-24T15:15:26.877Z Downloaded idna v0.5.0
9732024-05-24T15:15:26.901Z Downloaded idna v0.3.0
9742024-05-24T15:15:26.901Z Downloaded futures-macro v0.3.30
9752024-05-24T15:15:26.901Z Downloaded futures-io v0.3.30
9762024-05-24T15:15:26.901Z Downloaded futures-executor v0.3.30
9772024-05-24T15:15:26.901Z Downloaded funty v2.0.0
9782024-05-24T15:15:26.902Z Downloaded fragile v2.0.0
9792024-05-24T15:15:26.902Z Downloaded form_urlencoded v1.2.1
9802024-05-24T15:15:26.902Z Downloaded foreign-types-shared v0.3.1
9812024-05-24T15:15:26.902Z Downloaded wait-timeout v0.2.0
9822024-05-24T15:15:26.902Z Downloaded goblin v0.8.2
9832024-05-24T15:15:26.927Z Downloaded nix v0.28.0
9842024-05-24T15:15:26.927Z Downloaded futures-sink v0.3.30
9852024-05-24T15:15:26.927Z Downloaded waitgroup v0.1.2
9862024-05-24T15:15:26.927Z Downloaded vsss-rs v3.3.4
9872024-05-24T15:15:26.927Z Downloaded uuid v1.8.0
9882024-05-24T15:15:26.927Z Downloaded rand_seeder v0.2.3
9892024-05-24T15:15:26.927Z Downloaded serde_repr v0.1.19
9902024-05-24T15:15:26.927Z Downloaded der v0.7.9
9912024-05-24T15:15:26.951Z Downloaded uzers v0.11.3
9922024-05-24T15:15:26.951Z Downloaded utf-8 v0.7.6
9932024-05-24T15:15:26.952Z Downloaded proc-macro-error v1.0.4
9942024-05-24T15:15:26.952Z Downloaded ref-cast-impl v1.0.23
9952024-05-24T15:15:26.952Z Downloaded rand_chacha v0.3.1
9962024-05-24T15:15:26.952Z Downloaded r2d2 v0.8.10
9972024-05-24T15:15:26.952Z Downloaded usdt-impl v0.5.0
9982024-05-24T15:15:26.952Z Downloaded usdt-macro v0.5.0
9992024-05-24T15:15:26.952Z Downloaded rand_core v0.6.4
10002024-05-24T15:15:26.952Z Downloaded radium v0.7.0
10012024-05-24T15:15:26.952Z Downloaded quick-error v1.2.3
10022024-05-24T15:15:26.952Z Downloaded rustc_version v0.1.7
10032024-05-24T15:15:26.952Z Downloaded rust-argon2 v2.1.0
10042024-05-24T15:15:26.952Z Downloaded rtoolbox v0.0.2
10052024-05-24T15:15:26.977Z Downloaded ron v0.8.1
10062024-05-24T15:15:26.977Z Downloaded tracing-attributes v0.1.27
10072024-05-24T15:15:26.977Z Downloaded dyn-clone v1.0.17
10082024-05-24T15:15:26.977Z Downloaded dof v0.1.5
10092024-05-24T15:15:26.977Z Downloaded once_cell v1.19.0
10102024-05-24T15:15:26.977Z Downloaded term v0.7.0
10112024-05-24T15:15:26.977Z Downloaded tar v0.4.40
10122024-05-24T15:15:26.977Z Downloaded papergrid v0.11.0
10132024-05-24T15:15:27.002Z Downloaded zerocopy v0.7.34
10142024-05-24T15:15:27.002Z Downloaded steno v0.4.0
10152024-05-24T15:15:27.002Z Downloaded topological-sort v0.2.2
10162024-05-24T15:15:27.002Z Downloaded sha2 v0.10.8
10172024-05-24T15:15:27.026Z Downloaded serde_yaml v0.9.34+deprecated
10182024-05-24T15:15:27.026Z Downloaded derive_builder v0.20.0
10192024-05-24T15:15:27.026Z Downloaded pretty_assertions v1.4.0
10202024-05-24T15:15:27.027Z Downloaded heapless v0.8.0
10212024-05-24T15:15:27.027Z Downloaded heapless v0.7.17
10222024-05-24T15:15:27.027Z Downloaded strum_macros v0.25.3
10232024-05-24T15:15:27.027Z Downloaded strum_macros v0.24.3
10242024-05-24T15:15:27.054Z Downloaded ed25519 v1.5.3
10252024-05-24T15:15:27.054Z Downloaded dof v0.3.0
10262024-05-24T15:15:27.055Z Downloaded parking_lot v0.12.2
10272024-05-24T15:15:27.055Z Downloaded prettyplease v0.2.20
10282024-05-24T15:15:27.055Z Downloaded unicode_categories v0.1.1
10292024-05-24T15:15:27.055Z Downloaded expectorate v1.1.0
10302024-05-24T15:15:27.055Z Downloaded serde_path_to_error v0.1.16
10312024-05-24T15:15:27.055Z Downloaded serde_derive_internals v0.29.1
10322024-05-24T15:15:27.055Z Downloaded serde-big-array v0.5.1
10332024-05-24T15:15:27.055Z Downloaded yasna v0.5.2
10342024-05-24T15:15:27.055Z Downloaded omicron-zone-package v0.11.0
10352024-05-24T15:15:27.079Z Downloaded dirs-sys-next v0.1.2
10362024-05-24T15:15:27.079Z Downloaded derive_builder_core v0.20.0
10372024-05-24T15:15:27.080Z Downloaded derive-where v1.2.7
10382024-05-24T15:15:27.080Z Downloaded zerocopy v0.3.2
10392024-05-24T15:15:27.080Z Downloaded tempfile v3.10.1
10402024-05-24T15:15:27.080Z Downloaded target-lexicon v0.12.14
10412024-05-24T15:15:27.080Z Downloaded subprocess v0.2.9
10422024-05-24T15:15:27.080Z Downloaded headers v0.3.9
10432024-05-24T15:15:27.080Z Downloaded sqlparser v0.45.0
10442024-05-24T15:15:27.104Z Downloaded rustls v0.21.12
10452024-05-24T15:15:27.104Z Downloaded winnow v0.5.40
10462024-05-24T15:15:27.104Z Downloaded tower-layer v0.3.2
10472024-05-24T15:15:27.105Z Downloaded strum v0.26.2
10482024-05-24T15:15:27.129Z Downloaded sha1 v0.10.6
10492024-05-24T15:15:27.130Z Downloaded dtrace-parser v0.1.14
10502024-05-24T15:15:27.130Z Downloaded num-traits v0.2.19
10512024-05-24T15:15:27.130Z Downloaded gethostname v0.4.3
10522024-05-24T15:15:27.130Z Downloaded parking_lot_core v0.9.10
10532024-05-24T15:15:27.130Z Downloaded parking_lot_core v0.8.6
10542024-05-24T15:15:27.130Z Downloaded parking_lot v0.11.2
10552024-05-24T15:15:27.130Z Downloaded postcard v1.0.8
10562024-05-24T15:15:27.130Z Downloaded fancy-regex v0.13.0
10572024-05-24T15:15:27.130Z Downloaded gimli v0.28.1
10582024-05-24T15:15:27.155Z Downloaded smoltcp v0.11.0
10592024-05-24T15:15:27.155Z Downloaded dtrace-parser v0.2.0
10602024-05-24T15:15:27.155Z Downloaded downcast v0.11.0
10612024-05-24T15:15:27.155Z Downloaded yansi v0.5.1
10622024-05-24T15:15:27.155Z Downloaded xattr v1.3.1
10632024-05-24T15:15:27.180Z Downloaded proc-macro-error-attr v1.0.4
10642024-05-24T15:15:27.180Z Downloaded olpc-cjson v0.1.3
10652024-05-24T15:15:27.180Z Downloaded number_prefix v0.4.0
10662024-05-24T15:15:27.180Z Downloaded num_enum_derive v0.5.11
10672024-05-24T15:15:27.180Z Downloaded num_enum v0.5.11
10682024-05-24T15:15:27.180Z Downloaded num_cpus v1.16.0
10692024-05-24T15:15:27.180Z Downloaded num-rational v0.4.2
10702024-05-24T15:15:27.180Z Downloaded tokio-native-tls v0.3.1
10712024-05-24T15:15:27.180Z Downloaded termcolor v1.4.1
10722024-05-24T15:15:27.180Z Downloaded target-spec v3.1.0
10732024-05-24T15:15:27.180Z Downloaded tap v1.0.1
10742024-05-24T15:15:27.180Z Downloaded der_derive v0.7.2
10752024-05-24T15:15:27.181Z Downloaded darling_core v0.20.9
10762024-05-24T15:15:27.205Z Downloaded portable-atomic v1.6.0
10772024-05-24T15:15:27.205Z Downloaded pest v2.7.10
10782024-05-24T15:15:27.205Z Downloaded unsafe-libyaml v0.2.11
10792024-05-24T15:15:27.205Z Downloaded num-iter v0.1.45
10802024-05-24T15:15:27.205Z Downloaded num-integer v0.1.46
10812024-05-24T15:15:27.205Z Downloaded num-derive v0.4.2
10822024-05-24T15:15:27.205Z Downloaded guppy-workspace-hack v0.1.0
10832024-05-24T15:15:27.206Z Downloaded generic-array v0.14.7
10842024-05-24T15:15:27.206Z Downloaded fxhash v0.2.1
10852024-05-24T15:15:27.230Z Downloaded futures-timer v3.0.3
10862024-05-24T15:15:27.230Z Downloaded take_mut v0.2.2
10872024-05-24T15:15:27.230Z Downloaded tabwriter v1.4.0
10882024-05-24T15:15:27.230Z Downloaded tabled_derive v0.7.0
10892024-05-24T15:15:27.230Z Downloaded synstructure v0.12.6
10902024-05-24T15:15:27.230Z Downloaded sync_wrapper v0.1.2
10912024-05-24T15:15:27.230Z Downloaded supports-color v3.0.0
10922024-05-24T15:15:27.230Z Downloaded subtle v2.5.0
10932024-05-24T15:15:27.231Z Downloaded parse-display-derive v0.9.0
10942024-05-24T15:15:27.231Z Downloaded parse-display v0.9.0
10952024-05-24T15:15:27.231Z Downloaded packed_struct v0.10.1
10962024-05-24T15:15:27.231Z Downloaded owo-colors v4.0.0
10972024-05-24T15:15:27.231Z Downloaded oso-derive v0.27.3
10982024-05-24T15:15:27.231Z Downloaded deranged v0.3.11
10992024-05-24T15:15:27.231Z Downloaded defmt-parser v0.3.4
11002024-05-24T15:15:27.231Z Downloaded defmt-macros v0.3.9
11012024-05-24T15:15:27.231Z Downloaded debug-ignore v1.0.5
11022024-05-24T15:15:27.231Z Downloaded darling v0.20.9
11032024-05-24T15:15:27.256Z Downloaded zeroize_derive v1.4.2
11042024-05-24T15:15:27.256Z Downloaded zeroize v1.7.0
11052024-05-24T15:15:27.256Z Downloaded zerocopy-derive v0.7.34
11062024-05-24T15:15:27.256Z Downloaded structmeta-derive v0.3.0
11072024-05-24T15:15:27.256Z Downloaded structmeta-derive v0.2.0
11082024-05-24T15:15:27.256Z Downloaded structmeta v0.3.0
11092024-05-24T15:15:27.256Z Downloaded structmeta v0.2.0
11102024-05-24T15:15:27.256Z Downloaded strip-ansi-escapes v0.2.0
11112024-05-24T15:15:27.256Z Downloaded stringprep v0.1.4
11122024-05-24T15:15:27.256Z Downloaded proc-macro-crate v1.3.1
11132024-05-24T15:15:27.256Z Downloaded postgres-types v0.2.6
11142024-05-24T15:15:27.256Z Downloaded postgres-protocol v0.6.6
11152024-05-24T15:15:27.256Z Downloaded usdt-impl v0.3.5
11162024-05-24T15:15:27.256Z Downloaded trust-dns-server v0.22.1
11172024-05-24T15:15:27.281Z Downloaded fatfs v0.3.6
11182024-05-24T15:15:27.281Z Downloaded webpki-roots v0.25.4
11192024-05-24T15:15:27.281Z Downloaded smoltcp v0.9.1
11202024-05-24T15:15:27.281Z Downloaded display-error-chain v0.2.0
11212024-05-24T15:15:27.306Z Downloaded strum_macros v0.26.2
11222024-05-24T15:15:27.306Z Downloaded packed_struct_codegen v0.10.1
11232024-05-24T15:15:27.306Z Downloaded opaque-debug v0.3.1
11242024-05-24T15:15:27.306Z Downloaded oorandom v11.1.3
11252024-05-24T15:15:27.306Z Downloaded defmt v0.3.8
11262024-05-24T15:15:27.306Z Downloaded zerocopy v0.6.6
11272024-05-24T15:15:27.306Z Downloaded similar v2.5.0
11282024-05-24T15:15:27.306Z Downloaded signature v2.2.0
11292024-05-24T15:15:27.306Z Downloaded signal-hook-registry v1.4.2
11302024-05-24T15:15:27.307Z Downloaded signal-hook v0.3.17
11312024-05-24T15:15:27.307Z Downloaded shlex v1.3.0
11322024-05-24T15:15:27.307Z Downloaded shell-words v1.1.0
11332024-05-24T15:15:27.331Z Downloaded hashbrown v0.13.2
11342024-05-24T15:15:27.331Z Downloaded hashbrown v0.12.3
11352024-05-24T15:15:27.331Z Downloaded unicode-segmentation v1.11.0
11362024-05-24T15:15:27.331Z Downloaded unicode-normalization v0.1.23
11372024-05-24T15:15:27.331Z Downloaded typed-path v0.7.1
11382024-05-24T15:15:27.331Z Downloaded tungstenite v0.20.1
11392024-05-24T15:15:27.356Z Downloaded stable_deref_trait v1.2.0
11402024-05-24T15:15:27.356Z Downloaded poly1305 v0.8.0
11412024-05-24T15:15:27.356Z Downloaded platforms v3.4.0
11422024-05-24T15:15:27.356Z Downloaded rustfmt-wrapper v0.2.1
11432024-05-24T15:15:27.356Z Downloaded pretty-hex v0.2.1
11442024-05-24T15:15:27.357Z Downloaded heck v0.3.3
11452024-05-24T15:15:27.357Z Downloaded usdt-attr-macro v0.5.0
11462024-05-24T15:15:27.357Z Downloaded tungstenite v0.21.0
11472024-05-24T15:15:27.357Z Downloaded trybuild v1.0.96
11482024-05-24T15:15:27.357Z Downloaded static_assertions v1.1.0
11492024-05-24T15:15:27.357Z Downloaded time v0.3.36
11502024-05-24T15:15:27.382Z Downloaded rayon v1.10.0
11512024-05-24T15:15:27.382Z Downloaded url v2.5.0
11522024-05-24T15:15:27.382Z Downloaded signature v1.6.4
11532024-05-24T15:15:27.382Z Downloaded signal-hook-tokio v0.3.1
11542024-05-24T15:15:27.382Z Downloaded signal-hook-mio v0.2.3
11552024-05-24T15:15:27.382Z Downloaded pretty-hex v0.4.1
11562024-05-24T15:15:27.382Z Downloaded partial-io v0.5.4
11572024-05-24T15:15:27.407Z Downloaded hash32 v0.3.1
11582024-05-24T15:15:27.407Z Downloaded half v2.4.1
11592024-05-24T15:15:27.407Z Downloaded unicode-bidi v0.3.15
11602024-05-24T15:15:27.407Z Downloaded ucd-trie v0.1.6
11612024-05-24T15:15:27.407Z Downloaded typenum v1.17.0
11622024-05-24T15:15:27.407Z Downloaded string_cache v0.8.7
11632024-05-24T15:15:27.407Z Downloaded plotters-backend v0.3.5
11642024-05-24T15:15:27.407Z Downloaded foreign-types v0.5.0
11652024-05-24T15:15:27.407Z Downloaded erased-serde v0.3.31
11662024-05-24T15:15:27.407Z Downloaded tokio-macros v2.2.0
11672024-05-24T15:15:27.407Z Downloaded flume v0.11.0
11682024-05-24T15:15:27.407Z Downloaded flate2 v1.0.30
11692024-05-24T15:15:27.433Z Downloaded libxml v0.3.3
11702024-05-24T15:15:27.433Z Downloaded usdt-attr-macro v0.3.5
11712024-05-24T15:15:27.433Z Downloaded universal-hash v0.5.1
11722024-05-24T15:15:27.433Z Downloaded unarray v0.1.4
11732024-05-24T15:15:27.433Z Downloaded socket2 v0.5.7
11742024-05-24T15:15:27.433Z Downloaded foreign-types-shared v0.1.1
11752024-05-24T15:15:27.433Z Downloaded foreign-types-macros v0.2.3
11762024-05-24T15:15:27.433Z Downloaded fd-lock v4.0.2
11772024-05-24T15:15:27.433Z Downloaded fastrand v2.1.0
11782024-05-24T15:15:27.433Z Downloaded fallible-iterator v0.2.0
11792024-05-24T15:15:27.433Z Downloaded tinyvec v1.6.0
11802024-05-24T15:15:27.458Z Downloaded scroll v0.12.0
11812024-05-24T15:15:27.458Z Downloaded diesel_derives v2.1.4
11822024-05-24T15:15:27.458Z Downloaded libm v0.2.8
11832024-05-24T15:15:27.458Z Downloaded itertools v0.12.1
11842024-05-24T15:15:27.458Z Downloaded parse-size v1.0.0
11852024-05-24T15:15:27.458Z Downloaded unicode-xid v0.2.4
11862024-05-24T15:15:27.458Z Downloaded unicode-width v0.1.12
11872024-05-24T15:15:27.483Z Downloaded unicode-linebreak v0.1.5
11882024-05-24T15:15:27.483Z Downloaded unicase v2.7.0
11892024-05-24T15:15:27.483Z Downloaded fnv v1.0.7
11902024-05-24T15:15:27.483Z Downloaded ff v0.13.0
11912024-05-24T15:15:27.483Z Downloaded curve25519-dalek-derive v0.1.1
11922024-05-24T15:15:27.483Z Downloaded csv-core v0.1.11
11932024-05-24T15:15:27.483Z Downloaded sct v0.7.1
11942024-05-24T15:15:27.483Z Downloaded scopeguard v1.2.0
11952024-05-24T15:15:27.483Z Downloaded rustyline v14.0.0
11962024-05-24T15:15:27.483Z Downloaded predicates v3.1.0
11972024-05-24T15:15:27.483Z Downloaded pem-rfc7468 v0.7.0
11982024-05-24T15:15:27.483Z Downloaded openssl-sys v0.9.102
11992024-05-24T15:15:27.508Z Downloaded toml_edit v0.19.15
12002024-05-24T15:15:27.508Z Downloaded tui-tree-widget v0.19.0
12012024-05-24T15:15:27.508Z Downloaded try-lock v0.2.5
12022024-05-24T15:15:27.508Z Downloaded stability v0.2.0
12032024-05-24T15:15:27.533Z Downloaded sqlparser_derive v0.2.2
12042024-05-24T15:15:27.533Z Downloaded spin v0.9.8
12052024-05-24T15:15:27.533Z Downloaded spin v0.5.2
12062024-05-24T15:15:27.533Z Downloaded plotters-svg v0.3.5
12072024-05-24T15:15:27.533Z Downloaded plain v0.2.3
12082024-05-24T15:15:27.533Z Downloaded pkg-config v0.3.30
12092024-05-24T15:15:27.533Z Downloaded pkcs8 v0.10.2
12102024-05-24T15:15:27.533Z Downloaded pkcs1 v0.7.5
12112024-05-24T15:15:27.533Z Downloaded pin-utils v0.1.0
12122024-05-24T15:15:27.533Z Downloaded pin-project-lite v0.2.14
12132024-05-24T15:15:27.533Z Downloaded pin-project v1.1.5
12142024-05-24T15:15:27.558Z Downloaded phf v0.11.2
12152024-05-24T15:15:27.558Z Downloaded pest_meta v2.7.10
12162024-05-24T15:15:27.558Z Downloaded pest_generator v2.7.10
12172024-05-24T15:15:27.558Z Downloaded pest_derive v2.7.10
12182024-05-24T15:15:27.558Z Downloaded foreign-types v0.3.2
12192024-05-24T15:15:27.558Z Downloaded escape8259 v0.5.2
12202024-05-24T15:15:27.558Z Downloaded textwrap v0.16.1
12212024-05-24T15:15:27.558Z Downloaded salty v0.2.0
12222024-05-24T15:15:27.586Z Downloaded spki v0.7.3
12232024-05-24T15:15:27.586Z Downloaded siphasher v0.3.11
12242024-05-24T15:15:27.586Z Downloaded pin-project-internal v1.1.5
12252024-05-24T15:15:27.586Z Downloaded phf_shared v0.11.2
12262024-05-24T15:15:27.586Z Downloaded env_logger v0.10.2
12272024-05-24T15:15:27.586Z Downloaded env_logger v0.9.3
12282024-05-24T15:15:27.586Z Downloaded zip v0.6.6
12292024-05-24T15:15:27.586Z Downloaded tls_codec_derive v0.4.1
12302024-05-24T15:15:27.586Z Downloaded tls_codec v0.4.1
12312024-05-24T15:15:27.586Z Downloaded test-strategy v0.3.1
12322024-05-24T15:15:27.586Z Downloaded secrecy v0.8.0
12332024-05-24T15:15:27.586Z Downloaded sec1 v0.7.3
12342024-05-24T15:15:27.612Z Downloaded schemars_derive v0.8.20
12352024-05-24T15:15:27.612Z Downloaded diff v0.1.13
12362024-05-24T15:15:27.612Z Downloaded rustls-webpki v0.102.4
12372024-05-24T15:15:27.612Z Downloaded num-bigint v0.4.5
12382024-05-24T15:15:27.637Z Downloaded nom v7.1.3
12392024-05-24T15:15:27.637Z Downloaded bstr v1.9.1
12402024-05-24T15:15:27.637Z Downloaded ena v0.14.3
12412024-05-24T15:15:27.637Z Downloaded zone v0.1.8
12422024-05-24T15:15:27.637Z Downloaded serde-big-array v0.4.1
12432024-05-24T15:15:27.637Z Downloaded semver v0.1.20
12442024-05-24T15:15:27.662Z Downloaded samael v0.0.15
12452024-05-24T15:15:27.662Z Downloaded predicates-core v1.0.6
12462024-05-24T15:15:27.662Z Downloaded peg-macros v0.8.3
12472024-05-24T15:15:27.662Z Downloaded oso v0.27.3
12482024-05-24T15:15:27.662Z Downloaded derive_more v0.99.17
12492024-05-24T15:15:27.662Z Downloaded tokio-util v0.7.11
12502024-05-24T15:15:27.686Z Downloaded serde_with v3.8.1
12512024-05-24T15:15:27.687Z Downloaded rustls-webpki v0.101.7
12522024-05-24T15:15:27.711Z Downloaded lalrpop v0.19.12
12532024-05-24T15:15:27.711Z Downloaded idna v0.2.3
12542024-05-24T15:15:27.711Z Downloaded endian-type v0.1.2
12552024-05-24T15:15:27.711Z Downloaded cstr-argument v0.1.2
12562024-05-24T15:15:27.711Z Downloaded zone_cfg_derive v0.1.2
12572024-05-24T15:15:27.711Z Downloaded tinyvec_macros v0.1.1
12582024-05-24T15:15:27.712Z Downloaded threadpool v1.8.1
12592024-05-24T15:15:27.736Z Downloaded thread-id v4.2.1
12602024-05-24T15:15:27.736Z Downloaded schemars v0.8.20
12612024-05-24T15:15:27.736Z Downloaded rcgen v0.12.1
12622024-05-24T15:15:27.736Z Downloaded rayon-core v1.12.1
12632024-05-24T15:15:27.737Z Downloaded peg v0.8.3
12642024-05-24T15:15:27.761Z Downloaded flagset v0.4.5
12652024-05-24T15:15:27.761Z Downloaded digest v0.10.7
12662024-05-24T15:15:27.761Z Downloaded reqwest v0.11.27
12672024-05-24T15:15:27.761Z Downloaded reedline v0.31.0
12682024-05-24T15:15:27.761Z Downloaded blake3 v1.5.1
12692024-05-24T15:15:27.786Z Downloaded tiny-keccak v2.0.2
12702024-05-24T15:15:27.786Z Downloaded time-macros v0.2.18
12712024-05-24T15:15:27.786Z Downloaded time-core v0.1.2
12722024-05-24T15:15:27.786Z Downloaded termios v0.3.3
12732024-05-24T15:15:27.786Z Downloaded scroll_derive v0.12.0
12742024-05-24T15:15:27.787Z Downloaded same-file v1.0.6
12752024-05-24T15:15:27.787Z Downloaded rusty-fork v0.3.0
12762024-05-24T15:15:27.787Z Downloaded rustversion v1.0.17
12772024-05-24T15:15:27.787Z Downloaded predicates-tree v1.0.9
12782024-05-24T15:15:27.787Z Downloaded pem v3.0.4
12792024-05-24T15:15:27.787Z Downloaded float-cmp v0.9.0
12802024-05-24T15:15:27.787Z Downloaded difflib v0.4.0
12812024-05-24T15:15:27.787Z Downloaded wyz v0.5.1
12822024-05-24T15:15:27.787Z Downloaded whoami v1.5.1
12832024-05-24T15:15:27.814Z Downloaded regex-automata v0.1.10
12842024-05-24T15:15:27.814Z Downloaded criterion v0.5.1
12852024-05-24T15:15:27.815Z Downloaded thiserror-no-std v2.0.2
12862024-05-24T15:15:27.815Z Downloaded thiserror-impl-no-std v2.0.2
12872024-05-24T15:15:27.815Z Downloaded scheduled-thread-pool v0.2.7
12882024-05-24T15:15:27.815Z Downloaded ref-cast v1.0.23
12892024-05-24T15:15:27.815Z Downloaded peg-runtime v0.8.3
12902024-05-24T15:15:27.840Z Downloaded group v0.13.0
12912024-05-24T15:15:27.840Z Downloaded fixedbitset v0.4.2
12922024-05-24T15:15:27.840Z Downloaded filetime v0.2.23
12932024-05-24T15:15:27.840Z Downloaded dirs-next v2.0.0
12942024-05-24T15:15:27.840Z Downloaded datatest-stable v0.2.9
12952024-05-24T15:15:27.840Z Downloaded data-encoding v2.6.0
12962024-05-24T15:15:27.840Z Downloaded usdt v0.3.5
12972024-05-24T15:15:27.840Z Downloaded snafu v0.8.2
12982024-05-24T15:15:27.840Z Downloaded rand_xorshift v0.3.0
12992024-05-24T15:15:27.840Z Downloaded pathdiff v0.2.1
13002024-05-24T15:15:27.840Z Downloaded password-hash v0.5.0
13012024-05-24T15:15:27.840Z Downloaded openssl-probe v0.1.5
13022024-05-24T15:15:27.840Z Downloaded derive_builder_macro v0.20.0
13032024-05-24T15:15:27.840Z Downloaded smallvec v1.13.2
13042024-05-24T15:15:27.865Z Downloaded slog v2.7.0
13052024-05-24T15:15:27.865Z Downloaded indicatif v0.17.8
13062024-05-24T15:15:27.865Z Downloaded ppv-lite86 v0.2.17
13072024-05-24T15:15:27.865Z Downloaded powerfmt v0.2.0
13082024-05-24T15:15:27.865Z Downloaded paste v1.0.15
13092024-05-24T15:15:27.865Z Downloaded openssl-macros v0.1.1
13102024-05-24T15:15:27.865Z Downloaded globset v0.4.14
13112024-05-24T15:15:27.865Z Downloaded glob v0.3.1
13122024-05-24T15:15:27.865Z Downloaded getrandom v0.2.14
13132024-05-24T15:15:27.865Z Downloaded getopts v0.2.21
13142024-05-24T15:15:27.865Z Downloaded diesel_table_macro_syntax v0.1.0
13152024-05-24T15:15:27.865Z Downloaded which v4.4.2
13162024-05-24T15:15:27.890Z Downloaded walkdir v2.5.0
13172024-05-24T15:15:27.890Z Downloaded toolchain_find v0.4.0
13182024-05-24T15:15:27.890Z Downloaded toml v0.7.8
13192024-05-24T15:15:27.890Z Downloaded toml v0.5.11
13202024-05-24T15:15:27.890Z Downloaded tokio-rustls v0.25.0
13212024-05-24T15:15:27.890Z Downloaded socket2 v0.4.10
13222024-05-24T15:15:27.890Z Downloaded snafu-derive v0.8.2
13232024-05-24T15:15:27.890Z Downloaded slog-term v2.9.1
13242024-05-24T15:15:27.890Z Downloaded slog-bunyan v2.5.0
13252024-05-24T15:15:27.891Z Downloaded nu-ansi-term v0.50.0
13262024-05-24T15:15:27.915Z Downloaded chacha20poly1305 v0.10.1
13272024-05-24T15:15:27.915Z Downloaded cc v1.0.97
13282024-05-24T15:15:27.915Z Downloaded usdt v0.5.0
13292024-05-24T15:15:27.915Z Downloaded tokio-tungstenite v0.21.0
13302024-05-24T15:15:27.915Z Downloaded tokio-tungstenite v0.20.1
13312024-05-24T15:15:27.915Z Downloaded tokio-stream v0.1.15
13322024-05-24T15:15:27.915Z Downloaded tokio-rustls v0.24.1
13332024-05-24T15:15:27.915Z Downloaded smallvec v0.6.14
13342024-05-24T15:15:27.915Z Downloaded slog-json v2.6.1
13352024-05-24T15:15:27.915Z Downloaded slab v0.4.9
13362024-05-24T15:15:27.941Z Downloaded serde_with_macros v3.8.1
13372024-05-24T15:15:27.941Z Downloaded serde_urlencoded v0.7.1
13382024-05-24T15:15:27.941Z Downloaded libtest-mimic v0.7.3
13392024-05-24T15:15:27.941Z Downloaded libloading v0.8.3
13402024-05-24T15:15:27.941Z Downloaded untrusted v0.9.0
13412024-05-24T15:15:27.941Z Downloaded untrusted v0.7.1
13422024-05-24T15:15:27.941Z Downloaded smf v0.2.3
13432024-05-24T15:15:27.941Z Downloaded smawk v0.3.2
13442024-05-24T15:15:27.941Z Downloaded slog-stdlog v4.1.1
13452024-05-24T15:15:27.941Z Downloaded slog-dtrace v0.3.0
13462024-05-24T15:15:27.941Z Downloaded slog-async v2.8.0
13472024-05-24T15:15:27.941Z Downloaded serde_tokenstream v0.2.0
13482024-05-24T15:15:27.941Z Downloaded serde_tokenstream v0.1.7
13492024-05-24T15:15:27.967Z Downloaded rustls-native-certs v0.7.0
13502024-05-24T15:15:27.967Z Downloaded rustc-hash v1.1.0
13512024-05-24T15:15:27.967Z Downloaded num-complex v0.4.6
13522024-05-24T15:15:27.967Z Downloaded num-bigint-dig v0.8.4
13532024-05-24T15:15:27.967Z Downloaded mockall_derive v0.12.1
13542024-05-24T15:15:27.967Z Downloaded mime_guess v2.0.4
13552024-05-24T15:15:27.967Z Downloaded memmap2 v0.9.4
13562024-05-24T15:15:28.002Z Downloaded lock_api v0.4.12
13572024-05-24T15:15:28.002Z Downloaded crossbeam-utils v0.8.19
13582024-05-24T15:15:28.027Z Downloaded const_format v0.2.32
13592024-05-24T15:15:28.027Z Downloaded bytes v1.6.0
13602024-05-24T15:15:28.027Z Downloaded slog-scope v4.4.0
13612024-05-24T15:15:28.027Z Downloaded slog-envlogger v2.2.0
13622024-05-24T15:15:28.027Z Downloaded rustls-pemfile v1.0.4
13632024-05-24T15:15:28.052Z Downloaded relative-path v1.9.3
13642024-05-24T15:15:28.052Z Downloaded normalize-line-endings v0.3.0
13652024-05-24T15:15:28.052Z Downloaded nibble_vec v0.1.0
13662024-05-24T15:15:28.053Z Downloaded nanorand v0.7.0
13672024-05-24T15:15:28.053Z Downloaded multimap v0.10.0
13682024-05-24T15:15:28.053Z Downloaded multer v3.1.0
13692024-05-24T15:15:28.053Z Downloaded mockall v0.12.1
13702024-05-24T15:15:28.053Z Downloaded memmap v0.7.0
13712024-05-24T15:15:28.053Z Downloaded match_cfg v0.1.0
13722024-05-24T15:15:28.053Z Downloaded maplit v1.0.2
13732024-05-24T15:15:28.053Z Downloaded lru-cache v0.1.2
13742024-05-24T15:15:28.077Z Downloaded lru v0.12.3
13752024-05-24T15:15:28.078Z Downloaded libsw v3.3.1
13762024-05-24T15:15:28.078Z Downloaded libefi-sys v0.1.0
13772024-05-24T15:15:28.078Z Downloaded lazy_static v1.4.0
13782024-05-24T15:15:28.078Z Downloaded crc-any v2.5.0
13792024-05-24T15:15:28.103Z Downloaded native-tls v0.2.11
13802024-05-24T15:15:28.103Z Downloaded mio v0.8.11
13812024-05-24T15:15:28.103Z Downloaded linear-map v1.2.0
13822024-05-24T15:15:28.103Z Downloaded kstat-rs v0.2.3
13832024-05-24T15:15:28.103Z Downloaded keccak v0.1.5
13842024-05-24T15:15:28.103Z Downloaded criterion-plot v0.5.0
13852024-05-24T15:15:28.128Z Downloaded cookie v0.18.1
13862024-05-24T15:15:28.128Z Downloaded rustls-pemfile v2.1.2
13872024-05-24T15:15:28.128Z Downloaded resolv-conf v0.7.0
13882024-05-24T15:15:28.128Z Downloaded new_debug_unreachable v1.0.6
13892024-05-24T15:15:28.128Z Downloaded nested v0.1.1
13902024-05-24T15:15:28.128Z Downloaded miniz_oxide v0.7.2
13912024-05-24T15:15:28.128Z Downloaded mime v0.3.17
13922024-05-24T15:15:28.128Z Downloaded matches v0.1.10
13932024-05-24T15:15:28.128Z Downloaded linked-hash-map v0.5.6
13942024-05-24T15:15:28.128Z Downloaded headers-core v0.2.0
13952024-05-24T15:15:28.128Z Downloaded crossbeam-epoch v0.9.18
13962024-05-24T15:15:28.153Z Downloaded crossbeam-deque v0.8.5
13972024-05-24T15:15:28.153Z Downloaded crc32fast v1.4.0
13982024-05-24T15:15:28.153Z Downloaded crc-catalog v2.4.0
13992024-05-24T15:15:28.153Z Downloaded crc v3.2.1
14002024-05-24T15:15:28.153Z Downloaded cpufeatures v0.2.12
14012024-05-24T15:15:28.153Z Downloaded cookie_store v0.20.0
14022024-05-24T15:15:28.153Z Downloaded constant_time_eq v0.3.0
14032024-05-24T15:15:28.153Z Downloaded const_format_proc_macros v0.2.32
14042024-05-24T15:15:28.153Z Downloaded cexpr v0.6.0
14052024-05-24T15:15:28.153Z Downloaded nodrop v0.1.14
14062024-05-24T15:15:28.154Z Downloaded newtype_derive v0.1.6
14072024-05-24T15:15:28.154Z Downloaded newtype-uuid v1.1.0
14082024-05-24T15:15:28.178Z Downloaded memoffset v0.7.1
14092024-05-24T15:15:28.178Z Downloaded managed v0.8.0
14102024-05-24T15:15:28.179Z Downloaded log v0.4.21
14112024-05-24T15:15:28.179Z Downloaded lalrpop-util v0.19.12
14122024-05-24T15:15:28.179Z Downloaded itertools v0.10.5
14132024-05-24T15:15:28.179Z Downloaded convert_case v0.4.0
14142024-05-24T15:15:28.179Z Downloaded cipher v0.4.4
14152024-05-24T15:15:28.179Z Downloaded ciborium-ll v0.2.2
14162024-05-24T15:15:28.179Z Downloaded cfg_aliases v0.1.1
14172024-05-24T15:15:28.179Z Downloaded cfg-if v1.0.0
14182024-05-24T15:15:28.204Z Downloaded cfg-expr v0.15.8
14192024-05-24T15:15:28.204Z Downloaded castaway v0.2.2
14202024-05-24T15:15:28.204Z Downloaded blake2b_simd v1.0.2
14212024-05-24T15:15:28.204Z Downloaded blake2 v0.10.6
14222024-05-24T15:15:28.204Z Downloaded bit-vec v0.6.3
14232024-05-24T15:15:28.204Z Downloaded bb8 v0.8.3
14242024-05-24T15:15:28.204Z Downloaded cobs v0.2.3
14252024-05-24T15:15:28.204Z Downloaded chacha20 v0.9.1
14262024-05-24T15:15:28.204Z Downloaded cast v0.3.0
14272024-05-24T15:15:28.204Z Downloaded bzip2-sys v0.1.11+1.0.8
14282024-05-24T15:15:28.229Z Downloaded bstr v0.2.17
14292024-05-24T15:15:28.229Z Downloaded md-5 v0.10.6
14302024-05-24T15:15:28.229Z Downloaded indoc v2.0.5
14312024-05-24T15:15:28.254Z Downloaded crunchy v0.2.2
14322024-05-24T15:15:28.254Z Downloaded crossterm v0.27.0
14332024-05-24T15:15:28.254Z Downloaded clang-sys v1.7.0
14342024-05-24T15:15:28.254Z Downloaded newline-converter v0.3.0
14352024-05-24T15:15:28.254Z Downloaded is-terminal v0.4.12
14362024-05-24T15:15:28.254Z Downloaded ipnetwork v0.20.0
14372024-05-24T15:15:28.279Z Downloaded ipnet v2.9.0
14382024-05-24T15:15:28.279Z Downloaded inout v0.1.3
14392024-05-24T15:15:28.279Z Downloaded cancel-safe-futures v0.1.5
14402024-05-24T15:15:28.279Z Downloaded bytecount v0.6.8
14412024-05-24T15:15:28.279Z Downloaded bindgen v0.69.4
14422024-05-24T15:15:28.303Z Downloaded indoc v1.0.9
14432024-05-24T15:15:28.303Z Downloaded indexmap v1.9.3
14442024-05-24T15:15:28.304Z Downloaded impl-trait-for-tuples v0.2.2
14452024-05-24T15:15:28.304Z Downloaded is_ci v1.2.0
14462024-05-24T15:15:28.304Z Downloaded hyper v0.14.28
14472024-05-24T15:15:28.328Z Downloaded compact_str v0.7.1
14482024-05-24T15:15:28.329Z Downloaded ciborium-io v0.2.2
14492024-05-24T15:15:28.329Z Downloaded bzip2 v0.4.4
14502024-05-24T15:15:28.329Z Downloaded bitvec v1.0.1
14512024-05-24T15:15:28.353Z Downloaded async-stream v0.3.5
14522024-05-24T15:15:28.353Z Downloaded iana-time-zone v0.1.60
14532024-05-24T15:15:28.353Z Downloaded hyper-tls v0.5.0
14542024-05-24T15:15:28.353Z Downloaded hyper-staticfile v0.9.5
14552024-05-24T15:15:28.378Z Downloaded hyper-rustls v0.26.0
14562024-05-24T15:15:28.378Z Downloaded hyper-rustls v0.24.2
14572024-05-24T15:15:28.378Z Downloaded hyper v1.3.1
14582024-05-24T15:15:28.378Z Downloaded hubpack_derive v0.1.1
14592024-05-24T15:15:28.378Z Downloaded hubpack v0.1.2
14602024-05-24T15:15:28.379Z Downloaded httptest v0.15.5
14612024-05-24T15:15:28.405Z Downloaded httparse v1.8.0
14622024-05-24T15:15:28.405Z Downloaded http-range v0.1.5
14632024-05-24T15:15:28.405Z Downloaded http-body v0.4.6
14642024-05-24T15:15:28.405Z Downloaded http v0.2.12
14652024-05-24T15:15:28.405Z Downloaded hostname v0.4.0
14662024-05-24T15:15:28.406Z Downloaded http v1.1.0
14672024-05-24T15:15:28.432Z Downloaded block-padding v0.3.3
14682024-05-24T15:15:28.432Z Downloaded http-body v1.0.0
14692024-05-24T15:15:28.432Z Downloaded crypto-common v0.1.6
14702024-05-24T15:15:28.432Z Downloaded crossbeam-channel v0.5.12
14712024-05-24T15:15:28.432Z Downloaded cookie v0.17.0
14722024-05-24T15:15:28.432Z Downloaded ciborium v0.2.2
14732024-05-24T15:15:28.432Z Downloaded bitstruct v0.1.1
14742024-05-24T15:15:28.457Z Downloaded hmac v0.12.1
14752024-05-24T15:15:28.457Z Downloaded hkdf v0.12.4
14762024-05-24T15:15:28.458Z Downloaded chrono v0.4.38
14772024-05-24T15:15:28.458Z Downloaded async-stream-impl v0.3.5
14782024-05-24T15:15:28.458Z Downloaded heck v0.4.1
14792024-05-24T15:15:28.482Z Downloaded colored v2.1.0
14802024-05-24T15:15:28.483Z Downloaded cassowary v0.3.0
14812024-05-24T15:15:28.483Z Downloaded camino-tempfile v1.1.1
14822024-05-24T15:15:28.483Z Downloaded byteorder v1.5.0
14832024-05-24T15:15:28.483Z Downloaded block-buffer v0.10.4
14842024-05-24T15:15:28.483Z Downloaded bitstruct_derive v0.1.0
14852024-05-24T15:15:28.483Z Downloaded bitflags v1.3.2
14862024-05-24T15:15:28.483Z Downloaded bitfield v0.14.0
14872024-05-24T15:15:28.483Z Downloaded hex-literal v0.4.1
14882024-05-24T15:15:28.483Z Downloaded crypto-bigint v0.5.5
14892024-05-24T15:15:28.508Z Downloaded crucible-workspace-hack v0.1.0
14902024-05-24T15:15:28.508Z Downloaded const-oid v0.9.6
14912024-05-24T15:15:28.508Z Downloaded buf-list v1.0.3
14922024-05-24T15:15:28.508Z Downloaded bit-set v0.5.3
14932024-05-24T15:15:28.508Z Downloaded bcs v0.1.6
14942024-05-24T15:15:28.509Z Downloaded base64ct v1.6.0
14952024-05-24T15:15:28.509Z Downloaded base64 v0.22.1
14962024-05-24T15:15:28.534Z Downloaded base64 v0.13.1
14972024-05-24T15:15:28.534Z Downloaded backtrace v0.3.71
14982024-05-24T15:15:28.534Z Downloaded backoff v0.4.0
14992024-05-24T15:15:28.534Z Downloaded atomic-waker v1.1.2
15002024-05-24T15:15:28.534Z Downloaded assert_matches v1.5.0
15012024-05-24T15:15:28.534Z Downloaded assert_cmd v2.0.14
15022024-05-24T15:15:28.534Z Downloaded ascii-canvas v3.0.0
15032024-05-24T15:15:28.534Z Downloaded ascii v1.1.0
15042024-05-24T15:15:28.534Z Downloaded arrayvec v0.7.4
15052024-05-24T15:15:28.560Z Downloaded arc-swap v1.7.1
15062024-05-24T15:15:28.560Z Downloaded console v0.15.8
15072024-05-24T15:15:28.560Z Downloaded atty v0.2.14
15082024-05-24T15:15:28.560Z Downloaded async-recursion v1.1.1
15092024-05-24T15:15:28.560Z Downloaded aho-corasick v1.1.3
15102024-05-24T15:15:28.560Z Downloaded atomicwrites v0.4.3
15112024-05-24T15:15:28.560Z Downloaded async-trait v0.1.80
15122024-05-24T15:15:28.587Z Downloaded arrayref v0.3.7
15132024-05-24T15:15:28.587Z Downloaded array-init v0.0.4
15142024-05-24T15:15:28.587Z Downloaded argon2 v0.5.3
15152024-05-24T15:15:29.169Z Compiling libc v0.2.153
15162024-05-24T15:15:29.169Z Compiling serde v1.0.202
15172024-05-24T15:15:29.169Z Compiling version_check v0.9.4
15182024-05-24T15:15:29.194Z Checking cfg-if v1.0.0
15192024-05-24T15:15:29.194Z Compiling lock_api v0.4.12
15202024-05-24T15:15:29.194Z Compiling parking_lot_core v0.9.10
15212024-05-24T15:15:29.280Z Compiling syn v2.0.64
15222024-05-24T15:15:29.326Z Compiling libm v0.2.8
15232024-05-24T15:15:29.351Z Compiling cc v1.0.97
15242024-05-24T15:15:29.686Z Compiling num-traits v0.2.19
15252024-05-24T15:15:29.710Z Compiling serde_json v1.0.117
15262024-05-24T15:15:29.741Z Compiling once_cell v1.19.0
15272024-05-24T15:15:29.766Z Compiling memchr v2.7.2
15282024-05-24T15:15:29.950Z Compiling ahash v0.8.11
15292024-05-24T15:15:30.127Z Compiling byteorder v1.5.0
15302024-05-24T15:15:30.296Z Compiling syn v1.0.109
15312024-05-24T15:15:30.518Z Checking log v0.4.21
15322024-05-24T15:15:30.846Z Checking getrandom v0.2.14
15332024-05-24T15:15:31.062Z Compiling slab v0.4.9
15342024-05-24T15:15:31.147Z Checking itoa v1.0.11
15352024-05-24T15:15:31.172Z Compiling typenum v1.17.0
15362024-05-24T15:15:31.196Z Compiling generic-array v0.14.7
15372024-05-24T15:15:31.342Z Checking scopeguard v1.2.0
15382024-05-24T15:15:31.430Z Checking smallvec v1.13.2
15392024-05-24T15:15:31.520Z Compiling allocator-api2 v0.2.18
15402024-05-24T15:15:31.694Z Compiling pkg-config v0.3.30
15412024-05-24T15:15:31.738Z Compiling rustix v0.38.34
15422024-05-24T15:15:31.844Z Compiling schemars v0.8.20
15432024-05-24T15:15:32.213Z Compiling httparse v1.8.0
15442024-05-24T15:15:32.316Z Compiling ring v0.17.8
15452024-05-24T15:15:32.402Z Checking pin-project-lite v0.2.14
15462024-05-24T15:15:32.461Z Checking parking_lot v0.12.2
15472024-05-24T15:15:32.582Z Compiling num-conv v0.1.0
15482024-05-24T15:15:32.762Z Compiling time-core v0.1.2
15492024-05-24T15:15:32.840Z Checking signal-hook-registry v1.4.2
15502024-05-24T15:15:32.913Z Compiling time-macros v0.2.18
15512024-05-24T15:15:33.013Z Compiling fnv v1.0.7
15522024-05-24T15:15:33.038Z Checking mio v0.8.11
15532024-05-24T15:15:33.137Z Checking ryu v1.0.18
15542024-05-24T15:15:33.169Z Compiling vcpkg v0.2.15
15552024-05-24T15:15:33.352Z Compiling heck v0.4.1
15562024-05-24T15:15:33.612Z Checking num_cpus v1.16.0
15572024-05-24T15:15:33.706Z Compiling aho-corasick v1.1.3
15582024-05-24T15:15:34.794Z Compiling regex-syntax v0.8.3
15592024-05-24T15:15:35.159Z Compiling openssl-sys v0.9.102
15602024-05-24T15:15:35.885Z Compiling serde_derive_internals v0.29.1
15612024-05-24T15:15:36.078Z Checking rand_core v0.6.4
15622024-05-24T15:15:36.265Z Checking futures-core v0.3.30
15632024-05-24T15:15:36.327Z Checking socket2 v0.5.7
15642024-05-24T15:15:36.653Z Compiling openssl v0.10.64
15652024-05-24T15:15:36.704Z Compiling slog v2.7.0
15662024-05-24T15:15:36.980Z Compiling ucd-trie v0.1.6
15672024-05-24T15:15:37.309Z Compiling rustversion v1.0.17
15682024-05-24T15:15:37.495Z Compiling regex-automata v0.4.6
15692024-05-24T15:15:37.918Z Compiling crossbeam-utils v0.8.19
15702024-05-24T15:15:38.269Z Compiling rustls v0.21.12
15712024-05-24T15:15:38.471Z Compiling iana-time-zone v0.1.60
15722024-05-24T15:15:38.498Z Compiling native-tls v0.2.11
15732024-05-24T15:15:38.524Z Compiling cookie v0.17.0
15742024-05-24T15:15:38.809Z Compiling backtrace v0.3.71
15752024-05-24T15:15:38.882Z Compiling dyn-clone v1.0.17
15762024-05-24T15:15:38.977Z Checking futures-sink v0.3.30
15772024-05-24T15:15:39.106Z Compiling anyhow v1.0.83
15782024-05-24T15:15:39.229Z Checking pin-utils v0.1.0
15792024-05-24T15:15:39.308Z Checking futures-channel v0.3.30
15802024-05-24T15:15:39.743Z Checking futures-task v0.3.30
15812024-05-24T15:15:39.945Z Checking futures-io v0.3.30
15822024-05-24T15:15:40.025Z Compiling tinyvec_macros v0.1.1
15832024-05-24T15:15:40.097Z Compiling tinyvec v1.6.0
15842024-05-24T15:15:40.159Z Compiling thread-id v4.2.1
15852024-05-24T15:15:40.236Z Compiling errno v0.3.9
15862024-05-24T15:15:40.261Z Compiling either v1.12.0
15872024-05-24T15:15:40.434Z Compiling unicode-bidi v0.3.15
15882024-05-24T15:15:40.736Z Compiling unicode-width v0.1.12
15892024-05-24T15:15:40.928Z Checking subtle v2.5.0
15902024-05-24T15:15:41.137Z Compiling spin v0.9.8
15912024-05-24T15:15:41.247Z Compiling unicode-normalization v0.1.23
15922024-05-24T15:15:41.433Z Compiling serde_derive v1.0.202
15932024-05-24T15:15:41.473Z Compiling zerocopy-derive v0.7.34
15942024-05-24T15:15:41.559Z Compiling thiserror-impl v1.0.60
15952024-05-24T15:15:41.654Z Compiling zeroize_derive v1.4.2
15962024-05-24T15:15:42.096Z Compiling tokio-macros v2.2.0
15972024-05-24T15:15:42.246Z Compiling futures-macro v0.3.30
15982024-05-24T15:15:42.793Z Compiling tracing-attributes v0.1.27
15992024-05-24T15:15:42.943Z Compiling schemars_derive v0.8.20
16002024-05-24T15:15:43.412Z Compiling zerocopy v0.7.34
16012024-05-24T15:15:43.506Z Compiling regex v1.10.4
16022024-05-24T15:15:43.958Z Checking zeroize v1.7.0
16032024-05-24T15:15:44.190Z Compiling openssl-macros v0.1.1
16042024-05-24T15:15:44.222Z Compiling thiserror v1.0.60
16052024-05-24T15:15:44.388Z Compiling pest v2.7.10
16062024-05-24T15:15:44.808Z Compiling async-trait v0.1.80
16072024-05-24T15:15:45.174Z Compiling hashbrown v0.14.5
16082024-05-24T15:15:45.669Z Compiling scroll_derive v0.12.0
16092024-05-24T15:15:45.906Z Checking futures-util v0.3.30
16102024-05-24T15:15:46.289Z Compiling der_derive v0.7.2
16112024-05-24T15:15:46.411Z Compiling pest_meta v2.7.10
16122024-05-24T15:15:46.856Z Compiling scroll v0.12.0
16132024-05-24T15:15:47.095Z Compiling usdt-impl v0.5.0
16142024-05-24T15:15:47.434Z Compiling pest_generator v2.7.10
16152024-05-24T15:15:47.921Z Compiling winnow v0.5.40
16162024-05-24T15:15:48.397Z Compiling plain v0.2.3
16172024-05-24T15:15:48.475Z Compiling crc32fast v1.4.0
16182024-05-24T15:15:48.536Z Compiling goblin v0.8.2
16192024-05-24T15:15:50.153Z Compiling pretty-hex v0.4.1
16202024-05-24T15:15:50.461Z Compiling percent-encoding v2.3.1
16212024-05-24T15:15:50.657Z Compiling pest_derive v2.7.10
16222024-05-24T15:15:50.967Z Compiling const-oid v0.9.6
16232024-05-24T15:15:50.992Z Compiling tracing-core v0.1.32
16242024-05-24T15:15:51.068Z Compiling untrusted v0.9.0
16252024-05-24T15:15:51.285Z Compiling dtrace-parser v0.2.0
16262024-05-24T15:15:51.986Z Checking bytes v1.6.0
16272024-05-24T15:15:52.411Z Checking bitflags v2.5.0
16282024-05-24T15:15:52.629Z Checking tokio v1.37.0
16292024-05-24T15:15:53.005Z Compiling indexmap v2.2.6
16302024-05-24T15:15:53.538Z Compiling semver v1.0.23
16312024-05-24T15:15:53.844Z Compiling serde_tokenstream v0.2.0
16322024-05-24T15:15:54.166Z Compiling chrono v0.4.38
16332024-05-24T15:15:54.194Z Compiling uuid v1.8.0
16342024-05-24T15:15:54.297Z Compiling http v0.2.12
16352024-05-24T15:15:54.484Z Compiling toml_datetime v0.6.6
16362024-05-24T15:15:54.517Z Compiling serde_spanned v0.6.6
16372024-05-24T15:15:54.718Z Compiling rustc_version v0.4.0
16382024-05-24T15:15:55.336Z Compiling toml_edit v0.19.15
16392024-05-24T15:15:55.361Z Compiling openapiv3 v2.0.0
16402024-05-24T15:15:56.980Z Compiling dof v0.3.0
16412024-05-24T15:15:58.518Z Compiling tracing v0.1.40
16422024-05-24T15:15:58.971Z Compiling clap_derive v4.5.4
16432024-05-24T15:15:58.998Z Compiling powerfmt v0.2.0
16442024-05-24T15:15:59.022Z Compiling signal-hook v0.3.17
16452024-05-24T15:15:59.047Z Compiling spin v0.5.2
16462024-05-24T15:15:59.218Z Compiling foreign-types-shared v0.1.1
16472024-05-24T15:15:59.264Z Compiling usdt-macro v0.5.0
16482024-05-24T15:15:59.289Z Compiling deranged v0.3.11
16492024-05-24T15:15:59.332Z Compiling foreign-types v0.3.2
16502024-05-24T15:15:59.386Z Compiling usdt-attr-macro v0.5.0
16512024-05-24T15:15:59.621Z Compiling form_urlencoded v1.2.1
16522024-05-24T15:15:59.887Z Compiling crypto-common v0.1.6
16532024-05-24T15:15:59.912Z Compiling zerocopy-derive v0.6.6
16542024-05-24T15:16:00.505Z Compiling try-lock v0.2.5
16552024-05-24T15:16:00.637Z Compiling siphasher v0.3.11
16562024-05-24T15:16:00.728Z Compiling base64 v0.21.7
16572024-05-24T15:16:00.798Z Compiling num_threads v0.1.7
16582024-05-24T15:16:00.921Z Compiling time v0.3.36
16592024-05-24T15:16:00.968Z Compiling want v0.3.1
16602024-05-24T15:16:01.229Z Compiling http-body v0.4.6
16612024-05-24T15:16:01.358Z Compiling rustls-webpki v0.101.7
16622024-05-24T15:16:01.643Z Compiling tokio-util v0.7.11
16632024-05-24T15:16:01.729Z Compiling sct v0.7.1
16642024-05-24T15:16:01.993Z Compiling block-buffer v0.10.4
16652024-05-24T15:16:02.024Z Compiling idna v0.5.0
16662024-05-24T15:16:02.780Z Compiling h2 v0.3.26
16672024-05-24T15:16:02.892Z Compiling httpdate v1.0.3
16682024-05-24T15:16:02.936Z Compiling openssl-probe v0.1.5
16692024-05-24T15:16:03.023Z Compiling tower-service v0.3.2
16702024-05-24T15:16:03.279Z Compiling url v2.5.0
16712024-05-24T15:16:03.305Z Compiling digest v0.10.7
16722024-05-24T15:16:03.692Z Compiling heapless v0.7.17
16732024-05-24T15:16:04.162Z Compiling idna v0.3.0
16742024-05-24T15:16:04.804Z Compiling psl-types v2.0.11
16752024-05-24T15:16:04.967Z Checking equivalent v1.0.1
16762024-05-24T15:16:05.322Z Compiling ppv-lite86 v0.2.17
16772024-05-24T15:16:05.395Z Compiling publicsuffix v2.2.3
16782024-05-24T15:16:05.612Z Compiling crossbeam-epoch v0.9.18
16792024-05-24T15:16:05.923Z Compiling rand_chacha v0.3.1
16802024-05-24T15:16:06.360Z Compiling tokio-rustls v0.24.1
16812024-05-24T15:16:06.695Z Compiling tokio-native-tls v0.3.1
16822024-05-24T15:16:06.782Z Compiling adler v1.0.2
16832024-05-24T15:16:06.929Z Compiling bit-vec v0.6.3
16842024-05-24T15:16:06.980Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
16852024-05-24T15:16:07.300Z Compiling ipnet v2.9.0
16862024-05-24T15:16:07.383Z Compiling miniz_oxide v0.7.2
16872024-05-24T15:16:07.524Z Compiling cookie_store v0.20.0
16882024-05-24T15:16:07.642Z Compiling rand v0.8.5
16892024-05-24T15:16:08.362Z Compiling hyper v0.14.28
16902024-05-24T15:16:08.390Z Compiling rustls-pemfile v1.0.4
16912024-05-24T15:16:08.415Z Compiling phf_shared v0.10.0
16922024-05-24T15:16:08.704Z Compiling serde_urlencoded v0.7.1
16932024-05-24T15:16:08.742Z Compiling lazy_static v1.4.0
16942024-05-24T15:16:08.767Z Compiling encoding_rs v0.8.34
16952024-05-24T15:16:08.842Z Compiling gimli v0.28.1
16962024-05-24T15:16:08.867Z Compiling base64ct v1.6.0
16972024-05-24T15:16:09.132Z Compiling fixedbitset v0.4.2
16982024-05-24T15:16:09.365Z Compiling webpki-roots v0.25.4
16992024-05-24T15:16:09.402Z Compiling smoltcp v0.9.1
17002024-05-24T15:16:09.504Z Compiling sync_wrapper v0.1.2
17012024-05-24T15:16:09.528Z Compiling mime v0.3.17
17022024-05-24T15:16:09.622Z Compiling precomputed-hash v0.1.1
17032024-05-24T15:16:09.725Z Compiling minimal-lexical v0.2.1
17042024-05-24T15:16:09.983Z Compiling new_debug_unreachable v1.0.6
17052024-05-24T15:16:10.032Z Compiling nom v7.1.3
17062024-05-24T15:16:10.075Z Compiling string_cache v0.8.7
17072024-05-24T15:16:10.167Z Compiling petgraph v0.6.5
17082024-05-24T15:16:10.464Z Compiling pem-rfc7468 v0.7.0
17092024-05-24T15:16:10.626Z Compiling bit-set v0.5.3
17102024-05-24T15:16:10.949Z Compiling hmac v0.12.1
17112024-05-24T15:16:11.106Z Compiling hubpack_derive v0.1.1
17122024-05-24T15:16:11.171Z Compiling enum-as-inner v0.5.1
17132024-05-24T15:16:11.229Z Compiling itertools v0.10.5
17142024-05-24T15:16:11.804Z Compiling diesel_table_macro_syntax v0.1.0
17152024-05-24T15:16:11.958Z Compiling object v0.32.2
17162024-05-24T15:16:12.150Z Compiling addr2line v0.21.0
17172024-05-24T15:16:12.204Z Compiling flagset v0.4.5
17182024-05-24T15:16:12.378Z Compiling rustc-demangle v0.1.24
17192024-05-24T15:16:12.685Z Compiling lalrpop-util v0.19.12
17202024-05-24T15:16:12.979Z Compiling unicode-segmentation v1.11.0
17212024-05-24T15:16:13.321Z Compiling toml_edit v0.22.13
17222024-05-24T15:16:13.372Z Compiling der v0.7.9
17232024-05-24T15:16:13.397Z Compiling diesel_derives v2.1.4
17242024-05-24T15:16:13.474Z Compiling futures-executor v0.3.30
17252024-05-24T15:16:13.659Z Compiling hyper-tls v0.5.0
17262024-05-24T15:16:13.687Z Compiling hyper-rustls v0.24.2
17272024-05-24T15:16:13.942Z Compiling reqwest v0.11.27
17282024-05-24T15:16:13.982Z Compiling itertools v0.12.1
17292024-05-24T15:16:14.768Z Compiling cpufeatures v0.2.12
17302024-05-24T15:16:16.003Z Compiling finl_unicode v1.2.0
17312024-05-24T15:16:16.334Z Compiling spki v0.7.3
17322024-05-24T15:16:16.405Z Compiling stringprep v0.1.4
17332024-05-24T15:16:16.473Z Compiling sha2 v0.10.8
17342024-05-24T15:16:16.909Z Compiling flate2 v1.0.30
17352024-05-24T15:16:17.453Z Compiling futures v0.3.30
17362024-05-24T15:16:17.701Z Compiling md-5 v0.10.6
17372024-05-24T15:16:18.606Z Compiling toml v0.7.8
17382024-05-24T15:16:18.660Z Compiling hex v0.4.3
17392024-05-24T15:16:18.854Z Compiling strum_macros v0.25.3
17402024-05-24T15:16:18.938Z Compiling serde_repr v0.1.19
17412024-05-24T15:16:19.829Z Compiling num-integer v0.1.46
17422024-05-24T15:16:19.972Z Compiling hash32 v0.2.1
17432024-05-24T15:16:20.151Z Compiling fs-err v2.11.0
17442024-05-24T15:16:20.220Z Compiling fallible-iterator v0.2.0
17452024-05-24T15:16:20.295Z Checking unicode-ident v1.0.12
17462024-05-24T15:16:20.371Z Compiling stable_deref_trait v1.2.0
17472024-05-24T15:16:20.437Z Compiling pkcs8 v0.10.2
17482024-05-24T15:16:20.498Z Compiling phf_shared v0.11.2
17492024-05-24T15:16:20.790Z Compiling postgres-protocol v0.6.6
17502024-05-24T15:16:20.837Z Compiling terminal_size v0.3.0
17512024-05-24T15:16:20.931Z Compiling ff v0.13.0
17522024-05-24T15:16:21.121Z Compiling block-padding v0.3.3
17532024-05-24T15:16:21.200Z Compiling scheduled-thread-pool v0.2.7
17542024-05-24T15:16:21.378Z Compiling bitflags v1.3.2
17552024-05-24T15:16:21.471Z Compiling peg-runtime v0.8.3
17562024-05-24T15:16:21.496Z Compiling base16ct v0.2.0
17572024-05-24T15:16:21.707Z Compiling managed v0.8.0
17582024-05-24T15:16:21.775Z Compiling matches v0.1.10
17592024-05-24T15:16:21.870Z Compiling idna v0.2.3
17602024-05-24T15:16:21.924Z Compiling sec1 v0.7.3
17612024-05-24T15:16:22.076Z Compiling clap_builder v4.5.2
17622024-05-24T15:16:22.207Z Compiling postgres-types v0.2.6
17632024-05-24T15:16:22.405Z Compiling r2d2 v0.8.10
17642024-05-24T15:16:22.723Z Compiling inout v0.1.3
17652024-05-24T15:16:23.141Z Compiling group v0.13.0
17662024-05-24T15:16:23.321Z Compiling signal-hook-mio v0.2.3
17672024-05-24T15:16:23.425Z Compiling phf v0.11.2
17682024-05-24T15:16:23.467Z Compiling num-bigint v0.4.5
17692024-05-24T15:16:23.532Z Compiling hubpack v0.1.2
17702024-05-24T15:16:23.679Z Compiling hkdf v0.12.4
17712024-05-24T15:16:23.913Z Compiling zerocopy v0.6.6
17722024-05-24T15:16:23.937Z Compiling ipnetwork v0.20.0
17732024-05-24T15:16:24.026Z Compiling crypto-bigint v0.5.5
17742024-05-24T15:16:24.569Z Compiling float-cmp v0.9.0
17752024-05-24T15:16:24.698Z Compiling memmap v0.7.0
17762024-05-24T15:16:24.764Z Compiling normalize-line-endings v0.3.0
17772024-05-24T15:16:24.882Z Compiling whoami v1.5.1
17782024-05-24T15:16:25.004Z Compiling difflib v0.4.0
17792024-05-24T15:16:25.273Z Compiling predicates-core v1.0.6
17802024-05-24T15:16:25.418Z Compiling data-encoding v2.6.0
17812024-05-24T15:16:25.589Z Compiling static_assertions v1.1.0
17822024-05-24T15:16:25.685Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
17832024-05-24T15:16:26.175Z Compiling trust-dns-proto v0.22.0
17842024-05-24T15:16:26.298Z Compiling yasna v0.5.2
17852024-05-24T15:16:26.359Z Compiling elliptic-curve v0.13.8
17862024-05-24T15:16:27.027Z Compiling predicates v3.1.0
17872024-05-24T15:16:27.364Z Compiling diesel v2.1.6
17882024-05-24T15:16:27.803Z Compiling tokio-postgres v0.7.10
17892024-05-24T15:16:28.503Z Compiling clap v4.5.4
17902024-05-24T15:16:28.611Z Compiling usdt v0.5.0
17912024-05-24T15:16:28.761Z Compiling crossterm v0.27.0
17922024-05-24T15:16:29.019Z Compiling cipher v0.4.4
17932024-05-24T15:16:29.690Z Checking proc-macro2 v1.0.82
17942024-05-24T15:16:30.115Z Compiling num-iter v0.1.45
17952024-05-24T15:16:30.234Z Compiling similar v2.5.0
17962024-05-24T15:16:30.259Z Compiling console v0.15.8
17972024-05-24T15:16:30.284Z Compiling tokio-stream v0.1.15
17982024-05-24T15:16:31.045Z Compiling bstr v1.9.1
17992024-05-24T15:16:31.461Z Checking quote v1.0.36
18002024-05-24T15:16:34.704Z Checking utf8parse v0.2.1
18012024-05-24T15:16:38.730Z Checking anstyle v1.0.7
18022024-05-24T15:16:39.803Z Checking anstyle-parse v0.2.4
18032024-05-24T15:16:39.902Z Checking anstyle-query v1.0.3
18042024-05-24T15:16:39.956Z Checking is_terminal_polyfill v1.70.0
18052024-05-24T15:16:40.020Z Checking colorchoice v1.0.1
18062024-05-24T15:16:40.155Z Checking anstream v0.6.14
18072024-05-24T15:16:40.225Z Checking strsim v0.11.1
18082024-05-24T15:16:40.469Z Checking clap_lex v0.7.0
18092024-05-24T15:16:43.149Z Checking winnow v0.6.8
18102024-05-24T15:16:51.433Z Compiling regress v0.9.1
18112024-05-24T15:16:51.638Z Compiling getopts v0.2.21
18122024-05-24T15:16:51.680Z Checking heck v0.5.0
18132024-05-24T15:16:51.847Z Compiling unsafe-libyaml v0.2.11
18142024-05-24T15:16:52.493Z Checking progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
18152024-05-24T15:16:52.948Z Compiling serde_yaml v0.9.34+deprecated
18162024-05-24T15:16:53.079Z Checking camino v1.1.7
18172024-05-24T15:16:53.135Z Checking base64 v0.22.1
18182024-05-24T15:16:53.343Z Checking is-terminal v0.4.12
18192024-05-24T15:16:53.448Z Compiling ident_case v1.0.1
18202024-05-24T15:16:53.536Z Checking sha1 v0.10.6
18212024-05-24T15:16:53.561Z Checking http v1.1.0
18222024-05-24T15:16:53.615Z Compiling darling_core v0.20.9
18232024-05-24T15:16:53.779Z Compiling paste v1.0.15
18242024-05-24T15:16:54.176Z Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
18252024-05-24T15:16:54.624Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18262024-05-24T15:16:54.718Z Compiling strum_macros v0.26.2
18272024-05-24T15:16:54.988Z Checking fastrand v2.1.0
18282024-05-24T15:16:55.247Z Checking match_cfg v0.1.0
18292024-05-24T15:16:55.333Z Checking rustls-pki-types v1.7.0
18302024-05-24T15:16:55.361Z Checking hostname v0.3.1
18312024-05-24T15:16:55.475Z Checking tempfile v3.10.1
18322024-05-24T15:16:55.769Z Checking dirs-sys-next v0.1.2
18332024-05-24T15:16:55.919Z Checking quick-error v1.2.3
18342024-05-24T15:16:56.038Z Checking dirs-next v2.0.0
18352024-05-24T15:16:56.157Z Checking crossbeam-channel v0.5.12
18362024-05-24T15:16:56.202Z Checking thread_local v1.1.8
18372024-05-24T15:16:56.451Z Compiling rustls v0.22.4
18382024-05-24T15:16:56.476Z Compiling slog-async v2.8.0
18392024-05-24T15:16:56.696Z Checking term v0.7.0
18402024-05-24T15:16:56.721Z Checking rustls-webpki v0.102.4
18412024-05-24T15:16:56.777Z Checking instant v0.1.12
18422024-05-24T15:16:56.898Z Checking take_mut v0.2.2
18432024-05-24T15:16:56.944Z Checking rustls-pemfile v2.1.2
18442024-05-24T15:16:57.054Z Checking slog-term v2.9.1
18452024-05-24T15:16:57.160Z Compiling multer v3.1.0
18462024-05-24T15:16:57.275Z Checking debug-ignore v1.0.5
18472024-05-24T15:16:57.404Z Checking toml v0.8.13
18482024-05-24T15:16:57.449Z Checking slog-json v2.6.1
18492024-05-24T15:16:57.475Z Compiling async-stream-impl v0.3.5
18502024-05-24T15:16:57.676Z Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#0cd0e828)
18512024-05-24T15:16:57.891Z Checking atomic-waker v1.1.2
18522024-05-24T15:16:58.064Z Checking waitgroup v0.1.2
18532024-05-24T15:16:58.114Z Checking slog-bunyan v2.5.0
18542024-05-24T15:16:58.254Z Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#0cd0e828)
18552024-05-24T15:16:58.514Z Checking serde_path_to_error v0.1.16
18562024-05-24T15:16:58.624Z Checking async-stream v0.3.5
18572024-05-24T15:16:58.790Z Checking hostname v0.4.0
18582024-05-24T15:16:58.879Z Checking strum v0.26.2
18592024-05-24T15:16:58.920Z Checking newtype-uuid v1.1.0
18602024-05-24T15:16:59.022Z Checking wait-timeout v0.2.0
18612024-05-24T15:16:59.048Z Compiling structmeta-derive v0.3.0
18622024-05-24T15:16:59.126Z Compiling structmeta-derive v0.2.0
18632024-05-24T15:16:59.173Z Checking rusty-fork v0.3.0
18642024-05-24T15:16:59.412Z Checking rand_xorshift v0.3.0
18652024-05-24T15:16:59.468Z Compiling darling_macro v0.20.9
18662024-05-24T15:16:59.573Z Checking unarray v0.1.4
18672024-05-24T15:16:59.704Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=025389ff39d594bf2b815377e2c1dc4dd23b1f96#025389ff)
18682024-05-24T15:16:59.953Z Checking proptest v1.4.0
18692024-05-24T15:17:00.044Z Checking backoff v0.4.0
18702024-05-24T15:17:00.290Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
18712024-05-24T15:17:00.315Z Checking tokio-rustls v0.25.0
18722024-05-24T15:17:00.340Z Compiling darling v0.20.9
18732024-05-24T15:17:00.443Z Compiling serde_with_macros v3.8.1
18742024-05-24T15:17:00.887Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
18752024-05-24T15:17:01.008Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
18762024-05-24T15:17:01.221Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
18772024-05-24T15:17:01.469Z Compiling structmeta v0.3.0
18782024-05-24T15:17:01.529Z Compiling structmeta v0.2.0
18792024-05-24T15:17:01.839Z Checking serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
18802024-05-24T15:17:01.865Z Compiling parse-display-derive v0.9.0
18812024-05-24T15:17:01.905Z Compiling test-strategy v0.3.1
18822024-05-24T15:17:01.979Z Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet?branch=main#42b4d3c7)
18832024-05-24T15:17:02.251Z Checking macaddr v1.0.1
18842024-05-24T15:17:02.509Z Compiling proc-macro-error-attr v1.0.4
18852024-05-24T15:17:02.786Z Compiling proc-macro-error v1.0.4
18862024-05-24T15:17:02.871Z Checking serde_with v3.8.1
18872024-05-24T15:17:03.475Z Checking camino-tempfile v1.1.1
18882024-05-24T15:17:03.612Z Compiling proc-macro-crate v1.3.1
18892024-05-24T15:17:03.705Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
18902024-05-24T15:17:03.999Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
18912024-05-24T15:17:04.231Z Compiling foreign-types-macros v0.2.3
18922024-05-24T15:17:04.486Z Checking foreign-types-shared v0.3.1
18932024-05-24T15:17:04.525Z Compiling num_enum_derive v0.5.11
18942024-05-24T15:17:04.592Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
18952024-05-24T15:17:05.103Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
18962024-05-24T15:17:05.191Z Checking cstr-argument v0.1.2
18972024-05-24T15:17:05.261Z Checking foreign-types v0.5.0
18982024-05-24T15:17:05.356Z Checking pretty-hex v0.2.1
18992024-05-24T15:17:05.382Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
19002024-05-24T15:17:05.503Z Checking tabwriter v1.4.0
19012024-05-24T15:17:05.601Z Checking colored v2.1.0
19022024-05-24T15:17:05.645Z Checking socket2 v0.4.10
19032024-05-24T15:17:05.704Z Checking smf v0.2.3
19042024-05-24T15:17:05.740Z Checking parse-display v0.9.0
19052024-05-24T15:17:05.848Z Checking humantime v2.1.0
19062024-05-24T15:17:05.913Z Checking termcolor v1.4.1
19072024-05-24T15:17:05.938Z Checking arc-swap v1.7.1
19082024-05-24T15:17:05.998Z Checking xattr v1.3.1
19092024-05-24T15:17:06.066Z Checking filetime v0.2.23
19102024-05-24T15:17:06.091Z Checking same-file v1.0.6
19112024-05-24T15:17:06.164Z Checking utf-8 v0.7.6
19122024-05-24T15:17:06.243Z Checking walkdir v2.5.0
19132024-05-24T15:17:06.268Z Checking tar v0.4.40
19142024-05-24T15:17:06.268Z Checking newline-converter v0.3.0
19152024-05-24T15:17:06.304Z Checking slog-scope v4.4.0
19162024-05-24T15:17:06.344Z Checking tungstenite v0.20.1
19172024-05-24T15:17:06.416Z Checking expectorate v1.1.0
19182024-05-24T15:17:06.468Z Compiling heapless v0.8.0
19192024-05-24T15:17:06.493Z Checking slog-stdlog v4.1.1
19202024-05-24T15:17:06.549Z Checking termtree v0.4.1
19212024-05-24T15:17:06.629Z Checking slog-envlogger v2.2.0
19222024-05-24T15:17:06.723Z Checking num_enum v0.5.11
19232024-05-24T15:17:06.748Z Checking predicates-tree v1.0.9
19242024-05-24T15:17:06.814Z Checking hash32 v0.3.1
19252024-05-24T15:17:06.855Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
19262024-05-24T15:17:06.880Z Compiling smoltcp v0.11.0
19272024-05-24T15:17:06.906Z Compiling crucible-workspace-hack v0.1.0
19282024-05-24T15:17:06.981Z Checking cobs v0.2.3
19292024-05-24T15:17:07.073Z Checking tokio-tungstenite v0.20.1
19302024-05-24T15:17:07.098Z Checking embedded-io v0.4.0
19312024-05-24T15:17:07.145Z Checking sigpipe v0.1.3
19322024-05-24T15:17:07.170Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=194a8d1d6443f78d59702a25849607dba33db732#194a8d1d)
19332024-05-24T15:17:07.250Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=194a8d1d6443f78d59702a25849607dba33db732#194a8d1d)
19342024-05-24T15:17:07.275Z Checking postcard v1.0.8
19352024-05-24T15:17:07.464Z Compiling derror-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=194a8d1d6443f78d59702a25849607dba33db732#194a8d1d)
19362024-05-24T15:17:07.489Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=194a8d1d6443f78d59702a25849607dba33db732#194a8d1d)
19372024-05-24T15:17:07.489Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e)
19382024-05-24T15:17:07.545Z Checking pem v3.0.4
19392024-05-24T15:17:07.744Z Checking atty v0.2.14
19402024-05-24T15:17:07.768Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
19412024-05-24T15:17:07.867Z Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
19422024-05-24T15:17:07.961Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0)
19432024-05-24T15:17:08.277Z Compiling mockall_derive v0.12.1
19442024-05-24T15:17:08.315Z Compiling num-derive v0.4.2
19452024-05-24T15:17:08.399Z Checking fragile v2.0.0
19462024-05-24T15:17:08.626Z Checking downcast v0.11.0
19472024-05-24T15:17:08.797Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0)
19482024-05-24T15:17:09.020Z Compiling derive-where v1.2.7
19492024-05-24T15:17:09.176Z Checking zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
19502024-05-24T15:17:09.372Z Checking env_logger v0.9.3
19512024-05-24T15:17:09.670Z Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
19522024-05-24T15:17:09.784Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19532024-05-24T15:17:09.835Z Compiling bitstruct_derive v0.1.0
19542024-05-24T15:17:10.121Z Checking viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19552024-05-24T15:17:10.246Z Checking ascii v1.1.0
19562024-05-24T15:17:10.300Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=8c6d485110ecfae5409575246b986a145c386dc4#8c6d4851)
19572024-05-24T15:17:10.534Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=194a8d1d6443f78d59702a25849607dba33db732#194a8d1d)
19582024-05-24T15:17:10.622Z Checking rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c)
19592024-05-24T15:17:10.692Z Checking viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19602024-05-24T15:17:10.852Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19612024-05-24T15:17:11.037Z Checking bitstruct v0.1.1
19622024-05-24T15:17:11.072Z Checking dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19632024-05-24T15:17:11.148Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19642024-05-24T15:17:11.337Z Checking erased-serde v0.3.31
19652024-05-24T15:17:11.375Z Checking serde_arrays v0.1.0
19662024-05-24T15:17:11.400Z Compiling heck v0.3.3
19672024-05-24T15:17:11.516Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e)
19682024-05-24T15:17:11.713Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=194a8d1d6443f78d59702a25849607dba33db732#194a8d1d)
19692024-05-24T15:17:11.738Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
19702024-05-24T15:17:11.777Z Compiling zone_cfg_derive v0.1.2
19712024-05-24T15:17:11.812Z Checking tungstenite v0.21.0
19722024-05-24T15:17:11.986Z Checking base64 v0.13.1
19732024-05-24T15:17:12.215Z Checking propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19742024-05-24T15:17:12.319Z Checking ron v0.7.1
19752024-05-24T15:17:12.487Z Checking tokio-tungstenite v0.21.0
19762024-05-24T15:17:12.861Z Checking headers-core v0.2.0
19772024-05-24T15:17:12.976Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=194a8d1d6443f78d59702a25849607dba33db732#194a8d1d)
19782024-05-24T15:17:13.033Z Checking zone v0.1.8
19792024-05-24T15:17:13.059Z Checking portpicker v0.1.1
19802024-05-24T15:17:13.162Z Checking headers v0.3.9
19812024-05-24T15:17:13.254Z Checking rcgen v0.12.1
19822024-05-24T15:17:13.281Z Checking atomicwrites v0.4.3
19832024-05-24T15:17:13.412Z Checking subprocess v0.2.9
19842024-05-24T15:17:13.437Z Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
19852024-05-24T15:17:13.567Z Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
19862024-05-24T15:17:13.611Z Compiling convert_case v0.4.0
19872024-05-24T15:17:13.818Z Checking linked-hash-map v0.5.6
19882024-05-24T15:17:13.888Z Checking password-hash v0.5.0
19892024-05-24T15:17:14.042Z Checking blake2 v0.10.6
19902024-05-24T15:17:14.087Z Checking lru-cache v0.1.2
19912024-05-24T15:17:14.248Z Checking swrite v0.1.0
19922024-05-24T15:17:14.272Z Compiling rayon-core v1.12.1
19932024-05-24T15:17:14.360Z Checking resolv-conf v0.7.0
19942024-05-24T15:17:14.406Z Checking argon2 v0.5.3
19952024-05-24T15:17:14.462Z Compiling derive_more v0.99.17
19962024-05-24T15:17:14.529Z Checking half v2.4.1
19972024-05-24T15:17:14.649Z Checking trust-dns-resolver v0.22.0
19982024-05-24T15:17:14.743Z Checking mockall v0.12.1
19992024-05-24T15:17:14.916Z Compiling cancel-safe-futures v0.1.5
20002024-05-24T15:17:14.947Z Checking ciborium-io v0.2.2
20012024-05-24T15:17:14.972Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
20022024-05-24T15:17:15.028Z Compiling slog-dtrace v0.3.0
20032024-05-24T15:17:15.058Z Checking ciborium-ll v0.2.2
20042024-05-24T15:17:15.253Z Compiling semver v0.1.20
20052024-05-24T15:17:15.305Z Checking ciborium v0.2.2
20062024-05-24T15:17:15.342Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
20072024-05-24T15:17:15.579Z Compiling rustc_version v0.1.7
20082024-05-24T15:17:15.652Z Checking libsw v3.3.1
20092024-05-24T15:17:15.806Z Checking linear-map v1.2.0
20102024-05-24T15:17:15.831Z Checking owo-colors v4.0.0
20112024-05-24T15:17:16.005Z Compiling newtype_derive v0.1.6
20122024-05-24T15:17:16.087Z Compiling unicode-xid v0.2.4
20132024-05-24T15:17:16.113Z Compiling radium v0.7.0
20142024-05-24T15:17:16.213Z Checking num-rational v0.4.2
20152024-05-24T15:17:16.254Z Checking num-complex v0.4.6
20162024-05-24T15:17:16.405Z Checking steno v0.4.0
20172024-05-24T15:17:16.494Z Checking nibble_vec v0.1.0
20182024-05-24T15:17:16.660Z Checking tap v1.0.1
20192024-05-24T15:17:16.735Z Compiling maybe-uninit v2.0.0
20202024-05-24T15:17:16.804Z Checking endian-type v0.1.2
20212024-05-24T15:17:16.965Z Checking num v0.4.3
20222024-05-24T15:17:16.995Z Checking radix_trie v0.2.1
20232024-05-24T15:17:17.064Z Checking wyz v0.5.1
20242024-05-24T15:17:17.200Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
20252024-05-24T15:17:17.339Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
20262024-05-24T15:17:17.384Z Compiling bzip2-sys v0.1.11+1.0.8
20272024-05-24T15:17:17.547Z Checking fxhash v0.2.1
20282024-05-24T15:17:17.689Z Checking crc-catalog v2.4.0
20292024-05-24T15:17:17.726Z Checking funty v2.0.0
20302024-05-24T15:17:17.815Z Compiling packed_struct v0.10.1
20312024-05-24T15:17:18.219Z Compiling num-bigint-dig v0.8.4
20322024-05-24T15:17:18.267Z Checking crc v3.2.1
20332024-05-24T15:17:18.558Z Compiling packed_struct_codegen v0.10.1
20342024-05-24T15:17:18.583Z Checking bitvec v1.0.1
20352024-05-24T15:17:18.644Z Compiling indexmap v1.9.3
20362024-05-24T15:17:18.870Z Checking nodrop v0.1.14
20372024-05-24T15:17:18.971Z Checking array-init v0.0.4
20382024-05-24T15:17:19.134Z Checking smallvec v0.6.14
20392024-05-24T15:17:19.420Z Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
20402024-05-24T15:17:19.657Z Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
20412024-05-24T15:17:19.749Z Checking pkcs1 v0.7.5
20422024-05-24T15:17:20.023Z Checking signature v2.2.0
20432024-05-24T15:17:20.054Z Checking hashbrown v0.12.3
20442024-05-24T15:17:20.199Z Checking bitfield v0.14.0
20452024-05-24T15:17:20.266Z Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
20462024-05-24T15:17:20.424Z Checking serde-hex v0.1.0
20472024-05-24T15:17:20.744Z Checking bzip2 v0.4.4
20482024-05-24T15:17:20.849Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
20492024-05-24T15:17:21.002Z Checking env_logger v0.10.2
20502024-05-24T15:17:21.055Z Checking x509-cert v0.2.5
20512024-05-24T15:17:21.176Z Checking rsa v0.9.6
20522024-05-24T15:17:21.288Z Checking ron v0.8.1
20532024-05-24T15:17:21.362Z Checking hashbrown v0.13.2
20542024-05-24T15:17:21.448Z Compiling home v0.5.9
20552024-05-24T15:17:21.670Z Checking crc-any v2.5.0
20562024-05-24T15:17:21.957Z Checking zip v0.6.6
20572024-05-24T15:17:22.024Z Checking path-slash v0.1.5
20582024-05-24T15:17:22.146Z Checking display-error-chain v0.2.0
20592024-05-24T15:17:22.172Z Checking object v0.30.4
20602024-05-24T15:17:22.262Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
20612024-05-24T15:17:22.287Z Compiling async-recursion v1.1.1
20622024-05-24T15:17:22.312Z Compiling buf-list v1.0.3
20632024-05-24T15:17:22.479Z Compiling ring v0.16.20
20642024-05-24T15:17:22.529Z Compiling blake3 v1.5.1
20652024-05-24T15:17:23.163Z Checking maplit v1.0.2
20662024-05-24T15:17:23.252Z Checking gethostname v0.4.3
20672024-05-24T15:17:23.351Z Compiling libefi-sys v0.1.0
20682024-05-24T15:17:23.385Z Compiling parking_lot_core v0.8.6
20692024-05-24T15:17:23.550Z Compiling pin-project-internal v1.1.5
20702024-05-24T15:17:23.616Z Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
20712024-05-24T15:17:23.641Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
20722024-05-24T15:17:24.018Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
20732024-05-24T15:17:24.043Z Compiling crossbeam-deque v0.8.5
20742024-05-24T15:17:24.075Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81)
20752024-05-24T15:17:24.208Z Checking keccak v0.1.5
20762024-05-24T15:17:24.471Z Checking sha3 v0.10.8
20772024-05-24T15:17:25.303Z Checking libnvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81)
20782024-05-24T15:17:25.548Z Checking parking_lot v0.11.2
20792024-05-24T15:17:25.574Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
20802024-05-24T15:17:25.598Z Checking trust-dns-client v0.22.0
20812024-05-24T15:17:25.766Z Compiling synstructure v0.12.6
20822024-05-24T15:17:25.834Z Checking toml v0.5.11
20832024-05-24T15:17:26.031Z Checking pin-project v1.1.5
20842024-05-24T15:17:26.141Z Checking secrecy v0.8.0
20852024-05-24T15:17:26.311Z Checking sled v0.34.7
20862024-05-24T15:17:26.336Z Compiling rayon v1.10.0
20872024-05-24T15:17:26.960Z Checking trust-dns-server v0.22.1
20882024-05-24T15:17:27.176Z Compiling memmap2 v0.9.4
20892024-05-24T15:17:27.210Z Compiling zerocopy-derive v0.2.0
20902024-05-24T15:17:27.556Z Compiling arrayvec v0.7.4
20912024-05-24T15:17:27.636Z Compiling untrusted v0.7.1
20922024-05-24T15:17:27.786Z Compiling arrayref v0.3.7
20932024-05-24T15:17:27.871Z Compiling constant_time_eq v0.3.0
20942024-05-24T15:17:28.812Z Compiling toolchain_find v0.4.0
20952024-05-24T15:17:29.294Z Compiling vte_generate_state_changes v0.1.1
20962024-05-24T15:17:29.373Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=025389ff39d594bf2b815377e2c1dc4dd23b1f96#025389ff)
20972024-05-24T15:17:29.586Z Compiling topological-sort v0.2.2
20982024-05-24T15:17:29.806Z Checking vte v0.11.1
20992024-05-24T15:17:29.831Z Compiling rustfmt-wrapper v0.2.1
21002024-05-24T15:17:30.181Z Checking fd-lock v4.0.2
21012024-05-24T15:17:30.289Z Compiling omicron-zone-package v0.11.0
21022024-05-24T15:17:30.342Z Compiling glob v0.3.1
21032024-05-24T15:17:30.660Z Compiling snafu-derive v0.8.2
21042024-05-24T15:17:30.763Z Checking strip-ansi-escapes v0.2.0
21052024-05-24T15:17:30.891Z Compiling usdt-impl v0.3.5
21062024-05-24T15:17:30.920Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
21072024-05-24T15:17:31.106Z Checking nu-ansi-term v0.50.0
21082024-05-24T15:17:31.151Z Compiling zerocopy v0.3.2
21092024-05-24T15:17:31.219Z Checking globset v0.4.14
21102024-05-24T15:17:31.320Z Checking olpc-cjson v0.1.3
21112024-05-24T15:17:31.443Z Checking reedline v0.31.0
21122024-05-24T15:17:31.502Z Checking serde_plain v1.0.2
21132024-05-24T15:17:31.621Z Compiling prettyplease v0.2.20
21142024-05-24T15:17:31.646Z Checking typed-path v0.7.1
21152024-05-24T15:17:31.710Z Compiling dof v0.1.5
21162024-05-24T15:17:31.863Z Compiling dtrace-parser v0.1.14
21172024-05-24T15:17:32.365Z Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
21182024-05-24T15:17:32.457Z Checking parse-size v1.0.0
21192024-05-24T15:17:33.549Z Compiling serde_tokenstream v0.1.7
21202024-05-24T15:17:33.636Z Compiling memoffset v0.7.1
21212024-05-24T15:17:33.875Z Compiling crunchy v0.2.2
21222024-05-24T15:17:33.956Z Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe)
21232024-05-24T15:17:34.008Z Compiling platforms v3.4.0
21242024-05-24T15:17:34.312Z Compiling clang-sys v1.7.0
21252024-05-24T15:17:34.555Z Compiling curve25519-dalek v4.1.2
21262024-05-24T15:17:34.603Z Compiling unicase v2.7.0
21272024-05-24T15:17:34.641Z Compiling tiny-keccak v2.0.2
21282024-05-24T15:17:35.151Z Compiling usdt-macro v0.3.5
21292024-05-24T15:17:35.189Z Compiling usdt-attr-macro v0.3.5
21302024-05-24T15:17:35.216Z Checking progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
21312024-05-24T15:17:35.369Z Checking snafu v0.8.2
21322024-05-24T15:17:35.509Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
21332024-05-24T15:17:35.549Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
21342024-05-24T15:17:35.667Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
21352024-05-24T15:17:35.789Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
21362024-05-24T15:17:36.387Z Checking tough v0.17.1
21372024-05-24T15:17:36.451Z Checking universal-hash v0.5.1
21382024-05-24T15:17:36.525Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
21392024-05-24T15:17:36.611Z Compiling thiserror-impl-no-std v2.0.2
21402024-05-24T15:17:37.181Z Compiling curve25519-dalek-derive v0.1.1
21412024-05-24T15:17:38.050Z Checking nanorand v0.7.0
21422024-05-24T15:17:38.363Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
21432024-05-24T15:17:38.481Z Compiling cfg_aliases v0.1.1
21442024-05-24T15:17:38.588Z Compiling salty v0.2.0
21452024-05-24T15:17:38.613Z Checking signature v1.6.4
21462024-05-24T15:17:38.728Z Checking bytecount v0.6.8
21472024-05-24T15:17:38.795Z Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1)
21482024-05-24T15:17:38.871Z Checking opaque-debug v0.3.1
21492024-05-24T15:17:38.971Z Checking poly1305 v0.8.0
21502024-05-24T15:17:39.043Z Checking papergrid v0.11.0
21512024-05-24T15:17:39.072Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
21522024-05-24T15:17:39.239Z Checking thiserror-no-std v2.0.2
21532024-05-24T15:17:39.340Z Checking ed25519 v1.5.3
21542024-05-24T15:17:39.437Z Compiling nix v0.28.0
21552024-05-24T15:17:40.055Z Checking flume v0.11.0
21562024-05-24T15:17:40.184Z Checking usdt v0.3.5
21572024-05-24T15:17:40.365Z Compiling ascii-canvas v3.0.0
21582024-05-24T15:17:40.411Z Checking nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d)
21592024-05-24T15:17:40.489Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
21602024-05-24T15:17:40.708Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
21612024-05-24T15:17:40.834Z Compiling tabled_derive v0.7.0
21622024-05-24T15:17:40.946Z Checking chacha20 v0.9.1
21632024-05-24T15:17:40.972Z Checking aead v0.5.2
21642024-05-24T15:17:41.008Z Checking serde-big-array v0.5.1
21652024-05-24T15:17:41.157Z Checking kstat-rs v0.2.3
21662024-05-24T15:17:41.188Z Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack.git?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
21672024-05-24T15:17:41.247Z Compiling ena v0.14.3
21682024-05-24T15:17:41.569Z Compiling libloading v0.8.3
21692024-05-24T15:17:41.594Z Compiling regex-syntax v0.6.29
21702024-05-24T15:17:41.886Z Compiling bindgen v0.69.4
21712024-05-24T15:17:42.137Z Compiling diff v0.1.13
21722024-05-24T15:17:42.494Z Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
21732024-05-24T15:17:42.704Z Checking hubpack v0.1.0 (https://github.com/cbiffle/hubpack.git?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
21742024-05-24T15:17:42.845Z Checking tabled v0.15.0
21752024-05-24T15:17:42.970Z Checking chacha20poly1305 v0.10.1
21762024-05-24T15:17:43.211Z Checking vsss-rs v3.3.4
21772024-05-24T15:17:43.906Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=8c6d485110ecfae5409575246b986a145c386dc4#8c6d4851)
21782024-05-24T15:17:44.736Z Compiling lalrpop v0.19.12
21792024-05-24T15:17:45.185Z Compiling which v4.4.2
21802024-05-24T15:17:45.730Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
21812024-05-24T15:17:45.777Z Checking signal-hook-tokio v0.3.1
21822024-05-24T15:17:45.955Z Compiling cexpr v0.6.0
21832024-05-24T15:17:45.992Z Checking serde-big-array v0.4.1
21842024-05-24T15:17:46.173Z Compiling ref-cast v1.0.23
21852024-05-24T15:17:46.309Z Compiling lazycell v1.3.0
21862024-05-24T15:17:46.479Z Compiling shlex v1.3.0
21872024-05-24T15:17:46.652Z Compiling rustc-hash v1.1.0
21882024-05-24T15:17:46.966Z Checking sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
21892024-05-24T15:17:47.506Z Compiling mime_guess v2.0.4
21902024-05-24T15:17:47.792Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0)
21912024-05-24T15:17:48.635Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
21922024-05-24T15:17:48.854Z Compiling derive_builder_core v0.20.0
21932024-05-24T15:17:48.992Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
21942024-05-24T15:17:49.786Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
21952024-05-24T15:17:50.783Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
21962024-05-24T15:17:51.090Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
21972024-05-24T15:17:51.186Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
21982024-05-24T15:17:52.642Z Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
21992024-05-24T15:17:53.230Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
22002024-05-24T15:17:53.793Z Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
22012024-05-24T15:17:54.055Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
22022024-05-24T15:17:54.407Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
22032024-05-24T15:17:54.492Z Compiling peg-macros v0.8.3
22042024-05-24T15:17:55.609Z Compiling ref-cast-impl v1.0.23
22052024-05-24T15:17:55.729Z Compiling sqlparser_derive v0.2.2
22062024-05-24T15:17:56.546Z Compiling libxml v0.3.3
22072024-05-24T15:17:56.619Z Checking unicode_categories v0.1.1
22082024-05-24T15:17:56.818Z Checking corncobs v0.1.3
22092024-05-24T15:17:56.981Z Checking sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
22102024-05-24T15:17:57.006Z Checking rustyline v14.0.0
22112024-05-24T15:17:57.161Z Checking sqlformat v0.2.3
22122024-05-24T15:17:57.350Z Checking peg v0.8.3
22132024-05-24T15:17:57.484Z Checking sqlparser v0.45.0
22142024-05-24T15:17:58.323Z Compiling derive_builder_macro v0.20.0
22152024-05-24T15:17:58.423Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
22162024-05-24T15:17:58.805Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
22172024-05-24T15:17:59.229Z Checking bcs v0.1.6
22182024-05-24T15:17:59.616Z Compiling strum_macros v0.24.3
22192024-05-24T15:17:59.826Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
22202024-05-24T15:18:00.567Z Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0)
22212024-05-24T15:18:00.793Z Compiling cookie v0.18.1
22222024-05-24T15:18:01.013Z Compiling indoc v1.0.9
22232024-05-24T15:18:01.826Z Checking highway v1.1.0
22242024-05-24T15:18:02.224Z Checking derive_builder v0.20.0
22252024-05-24T15:18:02.623Z Compiling const_format_proc_macros v0.2.32
22262024-05-24T15:18:02.653Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
22272024-05-24T15:18:02.878Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0)
22282024-05-24T15:18:03.121Z Checking bb8 v0.8.3
22292024-05-24T15:18:03.406Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
22302024-05-24T15:18:03.488Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
22312024-05-24T15:18:03.775Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
22322024-05-24T15:18:04.085Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
22332024-05-24T15:18:04.507Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
22342024-05-24T15:18:04.532Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
22352024-05-24T15:18:05.152Z Checking quick-xml v0.31.0
22362024-05-24T15:18:05.452Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
22372024-05-24T15:18:06.685Z Compiling impl-trait-for-tuples v0.2.2
22382024-05-24T15:18:07.156Z Compiling oso-derive v0.27.3
22392024-05-24T15:18:07.394Z Checking http-range v0.1.5
22402024-05-24T15:18:07.546Z Checking hyper-staticfile v0.9.5
22412024-05-24T15:18:07.801Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
22422024-05-24T15:18:07.887Z Checking const_format v0.2.32
22432024-05-24T15:18:07.995Z Checking async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef)
22442024-05-24T15:18:08.282Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0)
22452024-05-24T15:18:09.146Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
22462024-05-24T15:18:09.463Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
22472024-05-24T15:18:10.126Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
22482024-05-24T15:18:11.421Z Checking assert_matches v1.5.0
22492024-05-24T15:18:11.519Z Checking rand_seeder v0.2.3
22502024-05-24T15:18:11.575Z Compiling portable-atomic v1.6.0
22512024-05-24T15:18:11.723Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
22522024-05-24T15:18:11.749Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
22532024-05-24T15:18:11.927Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
22542024-05-24T15:18:12.452Z Checking number_prefix v0.4.0
22552024-05-24T15:18:12.620Z Checking castaway v0.2.2
22562024-05-24T15:18:12.763Z Checking compact_str v0.7.1
22572024-05-24T15:18:13.012Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
22582024-05-24T15:18:13.234Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
22592024-05-24T15:18:13.259Z Checking indicatif v0.17.8
22602024-05-24T15:18:13.376Z Checking lru v0.12.3
22612024-05-24T15:18:13.461Z Compiling stability v0.2.0
22622024-05-24T15:18:13.614Z Checking cassowary v0.3.0
22632024-05-24T15:18:13.855Z Compiling indoc v2.0.5
22642024-05-24T15:18:14.008Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
22652024-05-24T15:18:14.273Z Checking smawk v0.3.2
22662024-05-24T15:18:14.445Z Checking unicode-linebreak v0.1.5
22672024-05-24T15:18:14.746Z Checking ratatui v0.26.2
22682024-05-24T15:18:14.772Z Checking textwrap v0.16.1
22692024-05-24T15:18:15.095Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
22702024-05-24T15:18:15.385Z Checking is_ci v1.2.0
22712024-05-24T15:18:15.453Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=8c6d485110ecfae5409575246b986a145c386dc4#8c6d4851)
22722024-05-24T15:18:15.539Z Checking supports-color v3.0.0
22732024-05-24T15:18:15.735Z Checking fatfs v0.3.6
22742024-05-24T15:18:15.875Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
22752024-05-24T15:18:16.624Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
22762024-05-24T15:18:16.720Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
22772024-05-24T15:18:16.925Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
22782024-05-24T15:18:17.090Z Checking shell-words v1.1.0
22792024-05-24T15:18:17.116Z Checking rtoolbox v0.0.2
22802024-05-24T15:18:17.257Z Checking tui-tree-widget v0.19.0
22812024-05-24T15:18:17.301Z Checking rpassword v7.3.1
22822024-05-24T15:18:17.449Z Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
22832024-05-24T15:18:17.549Z Checking yansi v0.5.1
22842024-05-24T15:18:17.574Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
22852024-05-24T15:18:18.034Z Checking pretty_assertions v1.4.0
22862024-05-24T15:18:18.509Z Compiling target-lexicon v0.12.14
22872024-05-24T15:18:18.665Z Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
22882024-05-24T15:18:18.879Z Checking cargo-platform v0.1.8
22892024-05-24T15:18:19.122Z Compiling doc-comment v0.3.3
22902024-05-24T15:18:19.361Z Compiling guppy-workspace-hack v0.1.0
22912024-05-24T15:18:19.579Z Checking plotters-backend v0.3.5
22922024-05-24T15:18:19.872Z Checking cargo_metadata v0.18.1
22932024-05-24T15:18:19.897Z Checking plotters-svg v0.3.5
22942024-05-24T15:18:20.078Z Checking http-body v1.0.0
22952024-05-24T15:18:20.152Z Compiling assert_cmd v2.0.14
22962024-05-24T15:18:20.265Z Compiling target-spec v3.1.0
22972024-05-24T15:18:20.451Z Checking cast v0.3.0
22982024-05-24T15:18:20.700Z Checking tower-layer v0.3.2
22992024-05-24T15:18:20.725Z Checking regex-automata v0.1.10
23002024-05-24T15:18:20.920Z Checking tower v0.4.13
23012024-05-24T15:18:21.051Z Checking bstr v0.2.17
23022024-05-24T15:18:21.106Z Checking criterion-plot v0.5.0
23032024-05-24T15:18:21.570Z Checking hyper v1.3.1
23042024-05-24T15:18:21.595Z Checking cfg-expr v0.15.8
23052024-05-24T15:18:21.727Z Checking plotters v0.3.5
23062024-05-24T15:18:22.361Z Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd)
23072024-05-24T15:18:22.557Z Checking tinytemplate v1.2.1
23082024-05-24T15:18:23.121Z Checking anes v0.1.6
23092024-05-24T15:18:23.156Z Checking oorandom v11.1.3
23102024-05-24T15:18:23.431Z Checking criterion v0.5.1
23112024-05-24T15:18:23.760Z Checking hyper-util v0.1.3
23122024-05-24T15:18:24.437Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
23132024-05-24T15:18:25.099Z Checking httptest v0.15.5
23142024-05-24T15:18:25.153Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
23152024-05-24T15:18:25.272Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
23162024-05-24T15:18:25.602Z Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client)
23172024-05-24T15:18:25.699Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
23182024-05-24T15:18:26.045Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
23192024-05-24T15:18:27.193Z Checking rustls-native-certs v0.7.0
23202024-05-24T15:18:27.346Z Checking pathdiff v0.2.1
23212024-05-24T15:18:27.478Z Checking nested v0.1.1
23222024-05-24T15:18:29.146Z Checking guppy v0.17.5
23232024-05-24T15:18:29.206Z Checking hyper-rustls v0.26.0
23242024-05-24T15:18:29.471Z Checking escape8259 v0.5.2
23252024-05-24T15:18:29.623Z Checking threadpool v1.8.1
23262024-05-24T15:18:29.659Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
23272024-05-24T15:18:29.791Z Checking libtest-mimic v0.7.3
23282024-05-24T15:18:30.148Z Checking similar-asserts v1.5.0
23292024-05-24T15:18:30.337Z Checking fancy-regex v0.13.0
23302024-05-24T15:18:30.755Z Compiling rstest_macros v0.19.0
23312024-05-24T15:18:30.930Z Checking datatest-stable v0.2.9
23322024-05-24T15:18:31.161Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
23332024-05-24T15:18:31.294Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
23342024-05-24T15:18:31.511Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
23352024-05-24T15:18:31.728Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
23362024-05-24T15:18:32.134Z Checking csv-core v0.1.11
23372024-05-24T15:18:32.182Z Compiling trybuild v1.0.96
23382024-05-24T15:18:32.293Z Compiling relative-path v1.9.3
23392024-05-24T15:18:32.410Z Checking csv v1.3.0
23402024-05-24T15:18:32.671Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
23412024-05-24T15:18:33.152Z Checking blake2b_simd v1.0.2
23422024-05-24T15:18:33.804Z Checking multimap v0.10.0
23432024-05-24T15:18:34.103Z Checking futures-timer v3.0.3
23442024-05-24T15:18:34.373Z Checking rust-argon2 v2.1.0
23452024-05-24T15:18:35.893Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
23462024-05-24T15:18:37.560Z Checking partial-io v0.5.4
23472024-05-24T15:18:37.891Z Checking approx v0.5.1
23482024-05-24T15:18:38.104Z Checking uzers v0.11.3
23492024-05-24T15:18:38.407Z Checking termios v0.3.3
23502024-05-24T15:18:38.605Z Checking hex-literal v0.4.1
23512024-05-24T15:18:40.593Z Checking rstest v0.19.0
23522024-05-24T15:18:42.102Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
23532024-05-24T15:18:43.559Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
23542024-05-24T15:18:51.298Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
23552024-05-24T15:18:57.216Z Compiling samael v0.0.15
23562024-05-24T15:19:16.826Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli)
23572024-05-24T15:19:17.009Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
23582024-05-24T15:19:32.468Z Compiling polar-core v0.27.3
23592024-05-24T15:19:41.507Z Checking oso v0.27.3
23602024-05-24T15:20:16.342Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
23612024-05-24T15:20:16.367Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
23622024-05-24T15:20:16.367Z Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
23632024-05-24T15:21:39.739Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 14s
23642024-05-24T15:21:40.007Z
23652024-05-24T15:21:40.007Zreal 7:11.239800107
23662024-05-24T15:21:40.007Zuser 32:09.282707606
23672024-05-24T15:21:40.007Zsys 6:14.997115819
23682024-05-24T15:21:40.008Ztrap 0.820831537
23692024-05-24T15:21:40.008Ztflt 0.696742599
23702024-05-24T15:21:40.008Zdflt 1.997342476
23712024-05-24T15:21:40.008Zkflt 0.002762118
23722024-05-24T15:21:40.008Zlock 54:44.953110274
23732024-05-24T15:21:40.008Zslp 1:37:07.011048862
23742024-05-24T15:21:40.008Zlat 1:46.111218953
23752024-05-24T15:21:40.008Zstop 5:19.533574078
23762024-05-24T15:21:41.235Zwarning: output filename collision.
23772024-05-24T15:21:41.305ZThe 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)`.
23782024-05-24T15:21:41.305ZColliding filename is: /work/oxidecomputer/omicron/target/doc/bhyve_api/index.html
23792024-05-24T15:21:41.305ZThe targets should have unique names.
23802024-05-24T15:21:41.305ZThis is a known bug where multiple crates with the same name use
23812024-05-24T15:21:41.305Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
23822024-05-24T15:21:41.305Zwarning: output filename collision.
23832024-05-24T15:21:41.305ZThe 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)`.
23842024-05-24T15:21:41.305ZColliding filename is: /work/oxidecomputer/omicron/target/doc/bhyve_api_sys/index.html
23852024-05-24T15:21:41.306ZThe targets should have unique names.
23862024-05-24T15:21:41.306ZThis is a known bug where multiple crates with the same name use
23872024-05-24T15:21:41.306Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
23882024-05-24T15:21:41.306Zwarning: output filename collision.
23892024-05-24T15:21:41.306ZThe 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)`.
23902024-05-24T15:21:41.306ZColliding filename is: /work/oxidecomputer/omicron/target/doc/hubpack/index.html
23912024-05-24T15:21:41.306ZThe targets should have unique names.
23922024-05-24T15:21:41.306ZThis is a known bug where multiple crates with the same name use
23932024-05-24T15:21:41.306Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
23942024-05-24T15:21:41.306Zwarning: output filename collision.
23952024-05-24T15:21:41.306ZThe 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)`.
23962024-05-24T15:21:41.306ZColliding filename is: /work/oxidecomputer/omicron/target/doc/libnet/index.html
23972024-05-24T15:21:41.306ZThe targets should have unique names.
23982024-05-24T15:21:41.306ZThis is a known bug where multiple crates with the same name use
23992024-05-24T15:21:41.306Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
24002024-05-24T15:21:41.306Zwarning: output filename collision.
24012024-05-24T15:21:41.306ZThe 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)`.
24022024-05-24T15:21:41.306ZColliding filename is: /work/oxidecomputer/omicron/target/doc/nix/index.html
24032024-05-24T15:21:41.306ZThe targets should have unique names.
24042024-05-24T15:21:41.306ZThis is a known bug where multiple crates with the same name use
24052024-05-24T15:21:41.306Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
24062024-05-24T15:21:41.306Zwarning: output filename collision.
24072024-05-24T15:21:41.306ZThe 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)`.
24082024-05-24T15:21:41.306ZColliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html
24092024-05-24T15:21:41.307ZThe targets should have unique names.
24102024-05-24T15:21:41.307ZThis is a known bug where multiple crates with the same name use
24112024-05-24T15:21:41.307Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
24122024-05-24T15:21:41.307Zwarning: output filename collision.
24132024-05-24T15:21:41.307ZThe 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)`.
24142024-05-24T15:21:41.307ZColliding filename is: /work/oxidecomputer/omicron/target/doc/propolis_client/index.html
24152024-05-24T15:21:41.307ZThe targets should have unique names.
24162024-05-24T15:21:41.307ZThis is a known bug where multiple crates with the same name use
24172024-05-24T15:21:41.307Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
24182024-05-24T15:21:41.307Zwarning: output filename collision.
24192024-05-24T15:21:41.307ZThe 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)`.
24202024-05-24T15:21:41.307ZColliding filename is: /work/oxidecomputer/omicron/target/doc/tlvc/index.html
24212024-05-24T15:21:41.307ZThe targets should have unique names.
24222024-05-24T15:21:41.307ZThis is a known bug where multiple crates with the same name use
24232024-05-24T15:21:41.307Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
24242024-05-24T15:21:41.307Zwarning: output filename collision.
24252024-05-24T15:21:41.307ZThe 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`.
24262024-05-24T15:21:41.307ZColliding filename is: /work/oxidecomputer/omicron/target/doc/zone/index.html
24272024-05-24T15:21:41.307ZThe targets should have unique names.
24282024-05-24T15:21:41.307ZThis is a known bug where multiple crates with the same name use
24292024-05-24T15:21:41.307Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
24302024-05-24T15:21:41.849Z Documenting libc v0.2.153
24312024-05-24T15:21:41.875Z Documenting cfg-if v1.0.0
24322024-05-24T15:21:41.900Z Documenting serde_derive v1.0.202
24332024-05-24T15:21:41.932Z Documenting log v0.4.21
24342024-05-24T15:21:41.957Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
24352024-05-24T15:21:41.982Z Documenting memchr v2.7.2
24362024-05-24T15:21:42.007Z Documenting byteorder v1.5.0
24372024-05-24T15:21:42.007Z Documenting itoa v1.0.11
24382024-05-24T15:21:42.199Z Documenting scopeguard v1.2.0
24392024-05-24T15:21:44.497Z Documenting smallvec v1.13.2
24402024-05-24T15:21:44.662Z Documenting pin-project-lite v0.2.14
24412024-05-24T15:21:45.654Z Documenting libm v0.2.8
24422024-05-24T15:21:45.788Z Documenting getrandom v0.2.14
24432024-05-24T15:21:45.868Z Documenting signal-hook-registry v1.4.2
24442024-05-24T15:21:46.141Z Documenting lock_api v0.4.12
24452024-05-24T15:21:46.205Z Documenting mio v0.8.11
24462024-05-24T15:21:47.242Z Documenting once_cell v1.19.0
24472024-05-24T15:21:47.299Z Documenting parking_lot_core v0.9.10
24482024-05-24T15:21:48.194Z Documenting serde v1.0.202
24492024-05-24T15:21:48.590Z Documenting num-traits v0.2.19
24502024-05-24T15:21:49.598Z Documenting rand_core v0.6.4
24512024-05-24T15:21:49.934Z Documenting thiserror-impl v1.0.60
24522024-05-24T15:21:49.958Z Documenting zeroize_derive v1.4.2
24532024-05-24T15:21:50.595Z Documenting ryu v1.0.18
24542024-05-24T15:21:51.173Z Documenting futures-core v0.3.30
24552024-05-24T15:21:51.326Z Documenting parking_lot v0.12.2
24562024-05-24T15:21:52.991Z Documenting socket2 v0.5.7
24572024-05-24T15:21:53.257Z Documenting num_cpus v1.16.0
24582024-05-24T15:21:53.492Z Documenting tokio-macros v2.2.0
24592024-05-24T15:21:54.497Z Documenting zeroize v1.7.0
24602024-05-24T15:21:54.969Z Documenting thiserror v1.0.60
24612024-05-24T15:21:54.993Z Documenting zerocopy v0.7.34
24622024-05-24T15:21:55.469Z Documenting futures-sink v0.3.30
24632024-05-24T15:21:57.023Z Documenting typenum v1.17.0
24642024-05-24T15:21:57.063Z Documenting pin-utils v0.1.0
24652024-05-24T15:21:59.577Z Documenting iana-time-zone v0.1.60
24662024-05-24T15:21:59.606Z Documenting subtle v2.5.0
24672024-05-24T15:21:59.630Z Documenting slab v0.4.9
24682024-05-24T15:21:59.630Z Documenting futures-channel v0.3.30
24692024-05-24T15:22:06.811Z Documenting bytes v1.6.0
24702024-05-24T15:22:10.370Z Documenting serde_json v1.0.117
24712024-05-24T15:22:10.443Z Documenting bitflags v2.5.0
24722024-05-24T15:22:10.468Z Documenting chrono v0.4.38
24732024-05-24T15:22:10.506Z Documenting futures-macro v0.3.30
24742024-05-24T15:22:10.531Z Documenting futures-io v0.3.30
24752024-05-24T15:22:10.743Z Documenting tokio v1.37.0
24762024-05-24T15:22:10.771Z Documenting futures-task v0.3.30
24772024-05-24T15:22:11.681Z Documenting generic-array v0.14.7
24782024-05-24T15:22:14.518Z Documenting uuid v1.8.0
24792024-05-24T15:22:14.674Z Documenting ahash v0.8.11
24802024-05-24T15:22:14.812Z Documenting allocator-api2 v0.2.18
24812024-05-24T15:22:15.372Z Documenting futures-util v0.3.30
24822024-05-24T15:22:15.793Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24832024-05-24T15:22:15.972Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
24842024-05-24T15:22:16.159Z Documenting crypto-common v0.1.6
24852024-05-24T15:22:16.257Z Documenting const-oid v0.9.6
24862024-05-24T15:22:16.596Z Documenting tinyvec_macros v0.1.1
24872024-05-24T15:22:17.778Z Documenting serde_derive_internals v0.29.1
24882024-05-24T15:22:18.722Z Checking serde_derive_internals v0.29.1
24892024-05-24T15:22:18.939Z Documenting hashbrown v0.14.5
24902024-05-24T15:22:19.186Z Documenting tinyvec v1.6.0
24912024-05-24T15:22:19.229Z Documenting dyn-clone v1.0.17
24922024-05-24T15:22:20.318Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
24932024-05-24T15:22:21.196Z Documenting ppv-lite86 v0.2.17
24942024-05-24T15:22:21.548Z Documenting tracing-core v0.1.32
24952024-05-24T15:22:21.917Z Documenting tracing-attributes v0.1.27
24962024-05-24T15:22:22.396Z Documenting unicode-normalization v0.1.23
24972024-05-24T15:22:23.019Z Documenting schemars_derive v0.8.20
24982024-05-24T15:22:24.057Z Documenting rand_chacha v0.3.1
24992024-05-24T15:22:24.263Z Documenting unicode-bidi v0.3.15
25002024-05-24T15:22:24.514Z Documenting lazy_static v1.4.0
25012024-05-24T15:22:26.835Z Documenting percent-encoding v2.3.1
25022024-05-24T15:22:27.017Z Documenting block-buffer v0.10.4
25032024-05-24T15:22:27.285Z Documenting powerfmt v0.2.0
25042024-05-24T15:22:27.388Z Documenting equivalent v1.0.1
25052024-05-24T15:22:28.246Z Documenting rand v0.8.5
25062024-05-24T15:22:28.367Z Documenting schemars v0.8.20
25072024-05-24T15:22:28.391Z Documenting time-macros v0.2.18
25082024-05-24T15:22:31.253Z Documenting deranged v0.3.11
25092024-05-24T15:22:31.277Z Documenting indexmap v2.2.6
25102024-05-24T15:22:31.380Z Documenting form_urlencoded v1.2.1
25112024-05-24T15:22:31.484Z Documenting digest v0.10.7
25122024-05-24T15:22:32.335Z Documenting time-core v0.1.2
25132024-05-24T15:22:32.539Z Documenting unicode-width v0.1.12
25142024-05-24T15:22:34.076Z Documenting num_threads v0.1.7
25152024-05-24T15:22:35.075Z Documenting num-conv v0.1.0
25162024-05-24T15:22:35.275Z Documenting fnv v1.0.7
25172024-05-24T15:22:35.300Z Documenting idna v0.5.0
25182024-05-24T15:22:35.814Z Documenting adler v1.0.2
25192024-05-24T15:22:36.698Z Documenting unicode-ident v1.0.12
25202024-05-24T15:22:37.212Z Documenting tracing v0.1.40
25212024-05-24T15:22:46.154Z Documenting slog v2.7.0
25222024-05-24T15:22:46.200Z Documenting time v0.3.36
25232024-05-24T15:22:46.250Z Documenting miniz_oxide v0.7.2
25242024-05-24T15:22:46.347Z Documenting httparse v1.8.0
25252024-05-24T15:22:46.438Z Documenting proc-macro2 v1.0.82
25262024-05-24T15:22:46.463Z Documenting url v2.5.0
25272024-05-24T15:22:47.202Z Documenting cpufeatures v0.2.12
25282024-05-24T15:22:49.489Z Documenting tokio-util v0.7.11
25292024-05-24T15:22:49.762Z Documenting errno v0.3.9
25302024-05-24T15:22:50.260Z Documenting async-trait v0.1.80
25312024-05-24T15:22:50.366Z Documenting try-lock v0.2.5
25322024-05-24T15:22:50.534Z Documenting httpdate v1.0.3
25332024-05-24T15:22:50.712Z Documenting quote v1.0.36
25342024-05-24T15:22:52.017Z Documenting http-body v0.4.6
25352024-05-24T15:22:53.026Z Documenting want v0.3.1
25362024-05-24T15:22:53.947Z Documenting rustix v0.38.34
25372024-05-24T15:22:54.429Z Documenting aho-corasick v1.1.3
25382024-05-24T15:22:54.713Z Documenting openssl-sys v0.9.102
25392024-05-24T15:22:54.740Z Documenting syn v2.0.64
25402024-05-24T15:22:55.168Z Documenting h2 v0.3.26
25412024-05-24T15:22:55.193Z Documenting openssl-macros v0.1.1
25422024-05-24T15:22:56.467Z Documenting regex-syntax v0.8.3
25432024-05-24T15:22:56.696Z Documenting tower-service v0.3.2
25442024-05-24T15:22:59.019Z Documenting mime v0.3.17
25452024-05-24T15:22:59.528Z Documenting gimli v0.28.1
25462024-05-24T15:23:00.196Z Documenting object v0.32.2
25472024-05-24T15:23:00.223Z Documenting openssl v0.10.64
25482024-05-24T15:23:00.549Z Documenting ipnet v2.9.0
25492024-05-24T15:23:02.525Z Documenting regex-automata v0.4.6
25502024-05-24T15:23:02.885Z Documenting rustc-demangle v0.1.24
25512024-05-24T15:23:03.523Z Documenting hyper v0.14.28
25522024-05-24T15:23:04.707Z Documenting openssl-probe v0.1.5
25532024-05-24T15:23:05.378Z Documenting addr2line v0.21.0
25542024-05-24T15:23:05.612Z Documenting base64ct v1.6.0
25552024-05-24T15:23:08.170Z Documenting futures-executor v0.3.30
25562024-05-24T15:23:08.628Z Documenting native-tls v0.2.11
25572024-05-24T15:23:08.881Z Documenting encoding_rs v0.8.34
25582024-05-24T15:23:09.622Z Documenting psl-types v2.0.11
25592024-05-24T15:23:11.036Z Documenting serde_urlencoded v0.7.1
25602024-05-24T15:23:11.580Z Documenting backtrace v0.3.71
25612024-05-24T15:23:12.298Z Documenting publicsuffix v2.2.3
25622024-05-24T15:23:12.451Z Documenting semver v1.0.23
25632024-05-24T15:23:12.856Z Checking pest_meta v2.7.10
25642024-05-24T15:23:12.995Z Documenting crossbeam-utils v0.8.19
25652024-05-24T15:23:13.754Z Documenting tokio-native-tls v0.3.1
25662024-05-24T15:23:13.787Z Documenting utf8parse v0.2.1
25672024-05-24T15:23:14.950Z Documenting hyper-rustls v0.24.2
25682024-05-24T15:23:15.533Z Documenting futures v0.3.30
25692024-05-24T15:23:16.377Z Documenting anyhow v1.0.83
25702024-05-24T15:23:16.443Z Documenting cookie_store v0.20.0
25712024-05-24T15:23:16.514Z Documenting regex v1.10.4
25722024-05-24T15:23:16.895Z Documenting pem-rfc7468 v0.7.0
25732024-05-24T15:23:17.425Z Documenting pest_meta v2.7.10
25742024-05-24T15:23:19.096Z Documenting hyper-tls v0.5.0
25752024-05-24T15:23:20.320Z Documenting der_derive v0.7.2
25762024-05-24T15:23:20.767Z Documenting scroll_derive v0.12.0
25772024-05-24T15:23:21.163Z Documenting sync_wrapper v0.1.2
25782024-05-24T15:23:21.701Z Documenting flagset v0.4.5
25792024-05-24T15:23:21.745Z Documenting webpki-roots v0.25.4
25802024-05-24T15:23:21.810Z Documenting pest_generator v2.7.10
25812024-05-24T15:23:22.828Z Checking pest_generator v2.7.10
25822024-05-24T15:23:23.440Z Documenting num-integer v0.1.46
25832024-05-24T15:23:23.716Z Documenting ucd-trie v0.1.6
25842024-05-24T15:23:24.281Z Documenting plain v0.2.3
25852024-05-24T15:23:25.140Z Documenting scroll v0.12.0
25862024-05-24T15:23:25.401Z Documenting der v0.7.9
25872024-05-24T15:23:25.463Z Documenting openapiv3 v2.0.0
25882024-05-24T15:23:25.789Z Documenting reqwest v0.11.27
25892024-05-24T15:23:26.549Z Documenting pest_derive v2.7.10
25902024-05-24T15:23:26.906Z Documenting pretty-hex v0.4.1
25912024-05-24T15:23:27.380Z Documenting pest v2.7.10
25922024-05-24T15:23:27.752Z Documenting spin v0.9.8
25932024-05-24T15:23:29.129Z Documenting goblin v0.8.2
25942024-05-24T15:23:29.715Z Documenting thread-id v4.2.1
25952024-05-24T15:23:29.934Z Documenting spki v0.7.3
25962024-05-24T15:23:30.943Z Documenting anstyle v1.0.7
25972024-05-24T15:23:31.715Z Documenting either v1.12.0
25982024-05-24T15:23:32.152Z Documenting dtrace-parser v0.2.0
25992024-05-24T15:23:32.300Z Documenting anstyle-parse v0.2.4
26002024-05-24T15:23:33.677Z Documenting pkcs8 v0.10.2
26012024-05-24T15:23:33.714Z Documenting ipnetwork v0.20.0
26022024-05-24T15:23:34.717Z Documenting memmap v0.7.0
26032024-05-24T15:23:35.395Z Documenting data-encoding v2.6.0
26042024-05-24T15:23:35.570Z Documenting anstyle-query v1.0.3
26052024-05-24T15:23:35.771Z Documenting is_terminal_polyfill v1.70.0
26062024-05-24T15:23:36.003Z Documenting dof v0.3.0
26072024-05-24T15:23:36.095Z Documenting colorchoice v1.0.1
26082024-05-24T15:23:37.616Z Documenting crossbeam-epoch v0.9.18
26092024-05-24T15:23:38.863Z Documenting terminal_size v0.3.0
26102024-05-24T15:23:38.935Z Documenting sha2 v0.10.8
26112024-05-24T15:23:39.190Z Documenting hex v0.4.3
26122024-05-24T15:23:39.461Z Documenting crc32fast v1.4.0
26132024-05-24T15:23:39.496Z Documenting unicode-segmentation v1.11.0
26142024-05-24T15:23:39.669Z Documenting anstream v0.6.14
26152024-05-24T15:23:41.442Z Documenting usdt-impl v0.5.0
26162024-05-24T15:23:41.854Z Documenting untrusted v0.9.0
26172024-05-24T15:23:42.568Z Documenting clap_lex v0.7.0
26182024-05-24T15:23:43.377Z Documenting strsim v0.11.1
26192024-05-24T15:23:43.485Z Documenting num-iter v0.1.45
26202024-05-24T15:23:43.629Z Documenting hmac v0.12.1
26212024-05-24T15:23:43.761Z Documenting signal-hook v0.3.17
26222024-05-24T15:23:43.906Z Documenting clap_derive v4.5.4
26232024-05-24T15:23:44.522Z Documenting ring v0.17.8
26242024-05-24T15:23:46.374Z Documenting static_assertions v1.1.0
26252024-05-24T15:23:47.244Z Documenting clap_builder v4.5.2
26262024-05-24T15:23:47.564Z Documenting usdt v0.5.0
26272024-05-24T15:23:47.885Z Documenting flate2 v1.0.30
26282024-05-24T15:23:48.007Z Documenting managed v0.8.0
26292024-05-24T15:23:48.312Z Documenting signal-hook-mio v0.2.3
26302024-05-24T15:23:49.090Z Documenting itertools v0.12.1
26312024-05-24T15:23:49.269Z Documenting enum-as-inner v0.5.1
26322024-05-24T15:23:49.961Z Documenting regress v0.9.1
26332024-05-24T15:23:51.022Z Documenting block-padding v0.3.3
26342024-05-24T15:23:52.187Z Documenting scheduled-thread-pool v0.2.7
26352024-05-24T15:23:52.329Z Documenting diesel_table_macro_syntax v0.1.0
26362024-05-24T15:23:53.213Z Documenting clap v4.5.4
26372024-05-24T15:23:53.387Z Checking diesel_table_macro_syntax v0.1.0
26382024-05-24T15:23:53.543Z Documenting finl_unicode v1.2.0
26392024-05-24T15:23:53.679Z Documenting trust-dns-proto v0.22.0
26402024-05-24T15:23:55.370Z Documenting inout v0.1.3
26412024-05-24T15:23:55.578Z Documenting crossterm v0.27.0
26422024-05-24T15:23:55.790Z Documenting md-5 v0.10.6
26432024-05-24T15:23:56.392Z Documenting r2d2 v0.8.10
26442024-05-24T15:23:56.939Z Documenting diesel_derives v2.1.4
26452024-05-24T15:23:57.754Z Documenting stringprep v0.1.4
26462024-05-24T15:23:58.379Z Documenting ff v0.13.0
26472024-05-24T15:23:59.710Z Documenting serde_spanned v0.6.6
26482024-05-24T15:24:00.395Z Documenting toml_datetime v0.6.6
26492024-05-24T15:24:00.617Z Documenting pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
26502024-05-24T15:24:00.945Z Documenting heck v0.5.0
26512024-05-24T15:24:01.728Z Documenting bit-vec v0.6.3
26522024-05-24T15:24:01.860Z Documenting base16ct v0.2.0
26532024-05-24T15:24:02.351Z Documenting fallible-iterator v0.2.0
26542024-05-24T15:24:03.474Z Documenting winnow v0.6.8
26552024-05-24T15:24:03.852Z Checking unsafe-libyaml v0.2.11
26562024-05-24T15:24:03.954Z Documenting siphasher v0.3.11
26572024-05-24T15:24:04.469Z Checking ident_case v1.0.1
26582024-05-24T15:24:04.618Z Documenting typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
26592024-05-24T15:24:04.642Z Documenting diesel v2.1.6
26602024-05-24T15:24:04.777Z Documenting group v0.13.0
26612024-05-24T15:24:04.801Z Documenting sec1 v0.7.3
26622024-05-24T15:24:05.594Z Documenting cipher v0.4.4
26632024-05-24T15:24:06.557Z Documenting phf_shared v0.11.2
26642024-05-24T15:24:06.786Z Documenting postgres-protocol v0.6.6
26652024-05-24T15:24:08.364Z Documenting toml_edit v0.22.13
26662024-05-24T15:24:08.788Z Documenting hkdf v0.12.4
26672024-05-24T15:24:19.897Z Documenting typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
26682024-05-24T15:24:28.741Z Documenting num-bigint v0.4.5
26692024-05-24T15:24:29.000Z Documenting bstr v1.9.1
26702024-05-24T15:24:29.406Z Documenting console v0.15.8
26712024-05-24T15:24:29.431Z Documenting crypto-bigint v0.5.5
26722024-05-24T15:24:29.551Z Documenting hubpack v0.1.2
26732024-05-24T15:24:29.754Z Documenting serde_repr v0.1.19
26742024-05-24T15:24:29.911Z Documenting minimal-lexical v0.2.1
26752024-05-24T15:24:31.560Z Documenting lalrpop-util v0.19.12
26762024-05-24T15:24:33.532Z Documenting new_debug_unreachable v1.0.6
26772024-05-24T15:24:33.775Z Documenting precomputed-hash v0.1.1
26782024-05-24T15:24:33.865Z Documenting fixedbitset v0.4.2
26792024-05-24T15:24:33.955Z Documenting unsafe-libyaml v0.2.11
26802024-05-24T15:24:34.391Z Documenting gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
26812024-05-24T15:24:34.998Z Documenting yasna v0.5.2
26822024-05-24T15:24:45.466Z Documenting nom v7.1.3
26832024-05-24T15:24:45.528Z Documenting typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
26842024-05-24T15:24:45.699Z Documenting petgraph v0.6.5
26852024-05-24T15:24:45.895Z Documenting string_cache v0.8.7
26862024-05-24T15:24:45.934Z Documenting serde_yaml v0.9.34+deprecated
26872024-05-24T15:24:46.323Z Documenting postgres-types v0.2.6
26882024-05-24T15:24:46.387Z Documenting phf v0.11.2
26892024-05-24T15:24:46.622Z Documenting elliptic-curve v0.13.8
26902024-05-24T15:24:50.576Z Checking serde_yaml v0.9.34+deprecated
26912024-05-24T15:24:50.659Z Checking darling_core v0.20.9
26922024-05-24T15:24:50.739Z Documenting similar v2.5.0
26932024-05-24T15:24:51.647Z Documenting progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
26942024-05-24T15:24:52.151Z Documenting getopts v0.2.21
26952024-05-24T15:24:52.239Z Documenting float-cmp v0.9.0
26962024-05-24T15:24:52.278Z Documenting peg-runtime v0.8.3
26972024-05-24T15:24:52.895Z Documenting predicates-core v1.0.6
26982024-05-24T15:25:03.661Z Documenting difflib v0.4.0
26992024-05-24T15:25:03.749Z Documenting normalize-line-endings v0.3.0
27002024-05-24T15:25:03.830Z Documenting whoami v1.5.1
27012024-05-24T15:25:03.953Z Documenting progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
27022024-05-24T15:25:04.102Z Documenting progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
27032024-05-24T15:25:04.248Z Documenting bit-set v0.5.3
27042024-05-24T15:25:04.454Z Documenting fs-err v2.11.0
27052024-05-24T15:25:04.657Z Documenting tokio-stream v0.1.15
27062024-05-24T15:25:07.511Z Documenting ident_case v1.0.1
27072024-05-24T15:25:07.763Z Documenting predicates v3.1.0
27082024-05-24T15:25:07.978Z Documenting tokio-postgres v0.7.10
27092024-05-24T15:25:08.389Z Checking darling v0.20.9
27102024-05-24T15:25:08.505Z Documenting is-terminal v0.4.12
27112024-05-24T15:25:09.557Z Documenting strum v0.26.2
27122024-05-24T15:25:09.725Z Documenting base64 v0.22.1
27132024-05-24T15:25:10.862Z Documenting camino v1.1.7
27142024-05-24T15:25:11.402Z Documenting darling_core v0.20.9
27152024-05-24T15:25:11.607Z Documenting progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
27162024-05-24T15:25:12.433Z Documenting dirs-sys-next v0.1.2
27172024-05-24T15:25:12.996Z Documenting sha1 v0.10.6
27182024-05-24T15:25:13.525Z Documenting http v1.1.0
27192024-05-24T15:25:13.879Z Documenting paste v1.0.15
27202024-05-24T15:25:15.381Z Documenting thread_local v1.1.8
27212024-05-24T15:25:16.149Z Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
27222024-05-24T15:25:16.506Z Documenting dirs-next v2.0.0
27232024-05-24T15:25:17.576Z Documenting rustls-pki-types v1.7.0
27242024-05-24T15:25:17.821Z Documenting crossbeam-channel v0.5.12
27252024-05-24T15:25:18.723Z Documenting take_mut v0.2.2
27262024-05-24T15:25:19.384Z Documenting darling_macro v0.20.9
27272024-05-24T15:25:19.472Z Documenting slog-json v2.6.1
27282024-05-24T15:25:20.031Z Documenting async-stream-impl v0.3.5
27292024-05-24T15:25:20.587Z Documenting term v0.7.0
27302024-05-24T15:25:21.769Z Documenting rustls-webpki v0.102.4
27312024-05-24T15:25:22.093Z Documenting debug-ignore v1.0.5
27322024-05-24T15:25:22.343Z Documenting atomic-waker v1.1.2
27332024-05-24T15:25:22.597Z Documenting slog-async v2.8.0
27342024-05-24T15:25:24.030Z Documenting darling v0.20.9
27352024-05-24T15:25:24.251Z Documenting slog-bunyan v2.5.0
27362024-05-24T15:25:24.780Z Documenting slog-term v2.9.1
27372024-05-24T15:25:24.899Z Documenting async-stream v0.3.5
27382024-05-24T15:25:25.001Z Documenting rustls-pemfile v2.1.2
27392024-05-24T15:25:25.136Z Documenting waitgroup v0.1.2
27402024-05-24T15:25:26.460Z Documenting rustls v0.22.4
27412024-05-24T15:25:26.629Z Documenting multer v3.1.0
27422024-05-24T15:25:28.802Z Documenting toml v0.8.13
27432024-05-24T15:25:28.938Z Documenting dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#0cd0e828)
27442024-05-24T15:25:29.071Z Documenting serde_path_to_error v0.1.16
27452024-05-24T15:25:29.342Z Documenting hostname v0.4.0
27462024-05-24T15:25:29.372Z Documenting serde_with_macros v3.8.1
27472024-05-24T15:25:29.512Z Documenting structmeta-derive v0.3.0
27482024-05-24T15:25:31.656Z Documenting newtype-uuid v1.1.0
27492024-05-24T15:25:33.314Z Checking structmeta v0.3.0
27502024-05-24T15:25:33.523Z Documenting instant v0.1.12
27512024-05-24T15:25:33.548Z Documenting slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27522024-05-24T15:25:33.882Z Documenting mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=025389ff39d594bf2b815377e2c1dc4dd23b1f96#025389ff)
27532024-05-24T15:25:34.489Z Documenting serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
27542024-05-24T15:25:34.731Z Documenting serde_with v3.8.1
27552024-05-24T15:25:34.930Z Documenting structmeta v0.3.0
27562024-05-24T15:25:35.234Z Documenting tokio-rustls v0.25.0
27572024-05-24T15:25:36.611Z Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
27582024-05-24T15:25:37.272Z Documenting backoff v0.4.0
27592024-05-24T15:25:37.983Z Documenting slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27602024-05-24T15:25:38.564Z Documenting oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet?branch=main#42b4d3c7)
27612024-05-24T15:25:39.413Z Documenting parse-display-derive v0.9.0
27622024-05-24T15:25:40.405Z Documenting dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#0cd0e828)
27632024-05-24T15:25:41.750Z Documenting macaddr v1.0.1
27642024-05-24T15:25:41.793Z Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
27652024-05-24T15:25:41.901Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
27662024-05-24T15:25:42.135Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
27672024-05-24T15:25:42.345Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
27682024-05-24T15:25:43.157Z Documenting fastrand v2.1.0
27692024-05-24T15:25:43.892Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
27702024-05-24T15:25:45.086Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
27712024-05-24T15:25:45.207Z Documenting parse-display v0.9.0
27722024-05-24T15:25:45.337Z Checking proc-macro-crate v1.3.1
27732024-05-24T15:25:45.560Z Documenting proc-macro-crate v1.3.1
27742024-05-24T15:25:45.885Z Documenting foreign-types-macros v0.2.3
27752024-05-24T15:25:46.024Z Documenting foreign-types-shared v0.3.1
27762024-05-24T15:25:46.049Z Documenting libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
27772024-05-24T15:25:46.129Z Documenting nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
27782024-05-24T15:25:46.921Z Documenting tempfile v3.10.1
27792024-05-24T15:25:48.767Z Documenting cstr-argument v0.1.2
27802024-05-24T15:25:49.532Z Documenting rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
27812024-05-24T15:25:49.956Z Documenting tabwriter v1.4.0
27822024-05-24T15:25:50.109Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
27832024-05-24T15:25:50.549Z Documenting num_enum_derive v0.5.11
27842024-05-24T15:25:50.707Z Documenting foreign-types v0.5.0
27852024-05-24T15:25:51.273Z Documenting camino-tempfile v1.1.1
27862024-05-24T15:25:52.306Z Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
27872024-05-24T15:25:52.592Z Documenting colored v2.1.0
27882024-05-24T15:25:53.825Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
27892024-05-24T15:25:54.112Z Documenting hash32 v0.3.1
27902024-05-24T15:25:54.143Z Documenting rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
27912024-05-24T15:25:54.619Z Documenting nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
27922024-05-24T15:25:56.014Z Documenting stable_deref_trait v1.2.0
27932024-05-24T15:25:56.352Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
27942024-05-24T15:25:56.399Z Documenting smf v0.2.3
27952024-05-24T15:25:56.752Z Documenting num_enum v0.5.11
27962024-05-24T15:25:57.956Z Documenting embedded-io v0.4.0
27972024-05-24T15:25:58.108Z Documenting cobs v0.2.3
27982024-05-24T15:25:58.566Z Documenting derive-where v1.2.7
27992024-05-24T15:25:58.632Z Documenting heapless v0.8.0
28002024-05-24T15:26:00.429Z Documenting illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=194a8d1d6443f78d59702a25849607dba33db732#194a8d1d)
28012024-05-24T15:26:00.574Z Documenting dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
28022024-05-24T15:26:00.714Z Documenting crucible-workspace-hack v0.1.0
28032024-05-24T15:26:00.871Z Documenting postcard v1.0.8
28042024-05-24T15:26:03.113Z Documenting smoltcp v0.11.0
28052024-05-24T15:26:03.157Z Documenting derror-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=194a8d1d6443f78d59702a25849607dba33db732#194a8d1d)
28062024-05-24T15:26:04.056Z Documenting kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=194a8d1d6443f78d59702a25849607dba33db732#194a8d1d)
28072024-05-24T15:26:04.406Z Documenting newline-converter v0.3.0
28082024-05-24T15:26:05.229Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
28092024-05-24T15:26:05.491Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
28102024-05-24T15:26:06.460Z Documenting poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
28112024-05-24T15:26:06.773Z Documenting libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e)
28122024-05-24T15:26:06.884Z Documenting bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0)
28132024-05-24T15:26:07.593Z Documenting sigpipe v0.1.3
28142024-05-24T15:26:08.468Z Documenting expectorate v1.1.0
28152024-05-24T15:26:08.597Z Documenting num-derive v0.4.2
28162024-05-24T15:26:08.899Z Documenting opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=194a8d1d6443f78d59702a25849607dba33db732#194a8d1d)
28172024-05-24T15:26:09.321Z Documenting convert_case v0.4.0
28182024-05-24T15:26:10.331Z Checking convert_case v0.4.0
28192024-05-24T15:26:10.528Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
28202024-05-24T15:26:11.265Z Documenting bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0)
28212024-05-24T15:26:11.596Z Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
28222024-05-24T15:26:12.536Z Documenting zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
28232024-05-24T15:26:12.598Z Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
28242024-05-24T15:26:12.845Z Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
28252024-05-24T15:26:13.163Z Documenting derive_more v0.99.17
28262024-05-24T15:26:13.313Z Documenting crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=8c6d485110ecfae5409575246b986a145c386dc4#8c6d4851)
28272024-05-24T15:26:15.064Z Documenting opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=194a8d1d6443f78d59702a25849607dba33db732#194a8d1d)
28282024-05-24T15:26:15.658Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
28292024-05-24T15:26:16.239Z Documenting password-hash v0.5.0
28302024-05-24T15:26:16.461Z Documenting blake2 v0.10.6
28312024-05-24T15:26:17.295Z Documenting linked-hash-map v0.5.6
28322024-05-24T15:26:17.885Z Documenting humantime v2.1.0
28332024-05-24T15:26:18.835Z Documenting swrite v0.1.0
28342024-05-24T15:26:20.455Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
28352024-05-24T15:26:20.964Z Documenting oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=194a8d1d6443f78d59702a25849607dba33db732#194a8d1d)
28362024-05-24T15:26:21.196Z Documenting argon2 v0.5.3
28372024-05-24T15:26:21.371Z Documenting lru-cache v0.1.2
28382024-05-24T15:26:21.904Z Documenting newtype_derive v0.1.6
28392024-05-24T15:26:21.950Z Documenting arc-swap v1.7.1
28402024-05-24T15:26:22.665Z Documenting quick-error v1.2.3
28412024-05-24T15:26:22.798Z Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
28422024-05-24T15:26:25.063Z Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
28432024-05-24T15:26:25.299Z Documenting xattr v1.3.1
28442024-05-24T15:26:25.729Z Documenting filetime v0.2.23
28452024-05-24T15:26:25.754Z Documenting steno v0.4.0
28462024-05-24T15:26:25.997Z Documenting slog-scope v4.4.0
28472024-05-24T15:26:26.210Z Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
28482024-05-24T15:26:26.531Z Documenting resolv-conf v0.7.0
28492024-05-24T15:26:27.633Z Documenting opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=194a8d1d6443f78d59702a25849607dba33db732#194a8d1d)
28502024-05-24T15:26:29.765Z Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
28512024-05-24T15:26:29.955Z Documenting tar v0.4.40
28522024-05-24T15:26:30.082Z Documenting slog-stdlog v4.1.1
28532024-05-24T15:26:30.580Z Documenting trust-dns-resolver v0.22.0
28542024-05-24T15:26:32.365Z Documenting num-rational v0.4.2
28552024-05-24T15:26:33.804Z Documenting num-complex v0.4.6
28562024-05-24T15:26:33.830Z Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
28572024-05-24T15:26:33.957Z Documenting slog-envlogger v2.2.0
28582024-05-24T15:26:34.436Z Documenting tap v1.0.1
28592024-05-24T15:26:36.699Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
28602024-05-24T15:26:37.050Z Documenting wyz v0.5.1
28612024-05-24T15:26:37.743Z Documenting radium v0.7.0
28622024-05-24T15:26:37.795Z Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
28632024-05-24T15:26:38.010Z Documenting num v0.4.3
28642024-05-24T15:26:38.489Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
28652024-05-24T15:26:38.698Z Documenting nibble_vec v0.1.0
28662024-05-24T15:26:38.730Z Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
28672024-05-24T15:26:39.933Z Documenting same-file v1.0.6
28682024-05-24T15:26:40.630Z Documenting funty v2.0.0
28692024-05-24T15:26:42.291Z Documenting crc-catalog v2.4.0
28702024-05-24T15:26:42.486Z Documenting endian-type v0.1.2
28712024-05-24T15:26:42.962Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
28722024-05-24T15:26:43.276Z Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
28732024-05-24T15:26:43.404Z Documenting cancel-safe-futures v0.1.5
28742024-05-24T15:26:43.700Z Documenting bitvec v1.0.1
28752024-05-24T15:26:43.757Z Documenting walkdir v2.5.0
28762024-05-24T15:26:44.998Z Documenting crc v3.2.1
28772024-05-24T15:26:46.260Z Documenting radix_trie v0.2.1
28782024-05-24T15:26:47.670Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
28792024-05-24T15:26:47.908Z Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
28802024-05-24T15:26:47.933Z Documenting packed_struct_codegen v0.10.1
28812024-05-24T15:26:47.995Z Documenting nodrop v0.1.14
28822024-05-24T15:26:48.572Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
28832024-05-24T15:26:48.597Z Documenting bzip2-sys v0.1.11+1.0.8
28842024-05-24T15:26:50.409Z Documenting num-bigint-dig v0.8.4
28852024-05-24T15:26:50.615Z Documenting array-init v0.0.4
28862024-05-24T15:26:51.439Z Documenting pem v3.0.4
28872024-05-24T15:26:52.670Z Documenting pkcs1 v0.7.5
28882024-05-24T15:26:53.186Z Documenting packed_struct v0.10.1
28892024-05-24T15:26:53.603Z Documenting signature v2.2.0
28902024-05-24T15:26:55.619Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
28912024-05-24T15:26:55.743Z Documenting display-error-chain v0.2.0
28922024-05-24T15:26:55.968Z Documenting termcolor v1.4.1
28932024-05-24T15:26:56.185Zwarning: unresolved link to `Blueprints`
28942024-05-24T15:26:56.185Z --> nexus/types/src/deployment/blueprint_diff.rs:5:33
28952024-05-24T15:26:56.185Z |
28962024-05-24T15:26:56.185Z5 | //! Types helpful for diffing [`Blueprints`].
28972024-05-24T15:26:56.185Z | ^^^^^^^^^^ no item named `Blueprints` in scope
28982024-05-24T15:26:56.185Z |
28992024-05-24T15:26:56.185Z = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
29002024-05-24T15:26:56.185Z = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
29012024-05-24T15:26:56.185Z
29022024-05-24T15:26:56.210Zwarning: unresolved link to `Blueprints`
29032024-05-24T15:26:56.210Z --> nexus/types/src/deployment/blueprint_display.rs:5:35
29042024-05-24T15:26:56.210Z |
29052024-05-24T15:26:56.210Z5 | //! Types helpful for rendering [`Blueprints`].
29062024-05-24T15:26:56.210Z | ^^^^^^^^^^ no item named `Blueprints` in scope
29072024-05-24T15:26:56.210Z |
29082024-05-24T15:26:56.211Z = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
29092024-05-24T15:26:56.211Z
29102024-05-24T15:26:56.211Zwarning: unresolved link to `BpSledTable`
29112024-05-24T15:26:56.211Z --> nexus/types/src/deployment/blueprint_display.rs:174:49
29122024-05-24T15:26:56.211Z |
29132024-05-24T15:26:56.211Z174 | /// `BpSledSubtable`s are always nested under [`BpSledTable`]s.
29142024-05-24T15:26:56.211Z | ^^^^^^^^^^^ no item named `BpSledTable` in scope
29152024-05-24T15:26:56.211Z |
29162024-05-24T15:26:56.211Z = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
29172024-05-24T15:26:56.211Z
29182024-05-24T15:26:56.236Z Documenting bitfield v0.14.0
29192024-05-24T15:26:56.760Z Documenting serde-hex v0.1.0
29202024-05-24T15:26:58.150Zwarning: `nexus-types` (lib doc) generated 3 warnings
29212024-05-24T15:26:58.174Z Documenting bzip2 v0.4.4
29222024-05-24T15:26:58.295Z Documenting rsa v0.9.6
29232024-05-24T15:26:58.956Z Documenting tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
29242024-05-24T15:26:59.649Z Documenting slog-dtrace v0.3.0
29252024-05-24T15:27:00.000Z Documenting env_logger v0.10.2
29262024-05-24T15:27:00.810Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
29272024-05-24T15:27:01.042Z Documenting x509-cert v0.2.5
29282024-05-24T15:27:01.676Z Documenting lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
29292024-05-24T15:27:01.913Z Documenting libsw v3.3.1
29302024-05-24T15:27:02.325Z Documenting ron v0.8.1
29312024-05-24T15:27:02.699Z Documenting half v2.4.1
29322024-05-24T15:27:04.309Z Documenting maplit v1.0.2
29332024-05-24T15:27:04.971Z Documenting linear-map v1.2.0
29342024-05-24T15:27:05.596Z Documenting crc-any v2.5.0
29352024-05-24T15:27:06.017Z Documenting ciborium-io v0.2.2
29362024-05-24T15:27:06.173Z Documenting owo-colors v4.0.0
29372024-05-24T15:27:06.685Z Documenting zip v0.6.6
29382024-05-24T15:27:06.994Z Documenting tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
29392024-05-24T15:27:08.428Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
29402024-05-24T15:27:08.890Z Documenting lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
29412024-05-24T15:27:09.131Z Documenting internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
29422024-05-24T15:27:09.787Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
29432024-05-24T15:27:09.845Z Documenting ciborium-ll v0.2.2
29442024-05-24T15:27:10.362Z Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
29452024-05-24T15:27:11.031Z Documenting headers-core v0.2.0
29462024-05-24T15:27:11.148Z Documenting async-recursion v1.1.1
29472024-05-24T15:27:13.602Z Documenting path-slash v0.1.5
29482024-05-24T15:27:15.474Z Documenting headers v0.3.9
29492024-05-24T15:27:15.656Z Documenting ciborium v0.2.2
29502024-05-24T15:27:15.996Z Documenting fxhash v0.2.1
29512024-05-24T15:27:16.714Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
29522024-05-24T15:27:17.330Z Documenting hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe)
29532024-05-24T15:27:19.420Z Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
29542024-05-24T15:27:19.994Z Documenting buf-list v1.0.3
29552024-05-24T15:27:20.276Z Documenting pin-project-internal v1.1.5
29562024-05-24T15:27:21.065Z Documenting vte_generate_state_changes v0.1.1
29572024-05-24T15:27:23.687Z Documenting derive_builder_core v0.20.0
29582024-05-24T15:27:24.721Z Documenting bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
29592024-05-24T15:27:24.843Z Documenting vte v0.11.1
29602024-05-24T15:27:25.191Z Documenting pin-project v1.1.5
29612024-05-24T15:27:27.762Z Checking derive_builder_core v0.20.0
29622024-05-24T15:27:28.341Z Documenting crossbeam-deque v0.8.5
29632024-05-24T15:27:28.609Z Documenting snafu-derive v0.8.2
29642024-05-24T15:27:29.043Z Documenting fd-lock v4.0.2
29652024-05-24T15:27:29.068Z Documenting viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
29662024-05-24T15:27:29.544Z Documenting bitstruct_derive v0.1.0
29672024-05-24T15:27:29.753Z Documenting ascii v1.1.0
29682024-05-24T15:27:32.425Z Documenting rayon-core v1.12.1
29692024-05-24T15:27:32.645Z Documenting rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c)
29702024-05-24T15:27:32.977Z Documenting viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
29712024-05-24T15:27:33.116Z Documenting derive_builder_macro v0.20.0
29722024-05-24T15:27:33.600Z Documenting bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
29732024-05-24T15:27:34.347Z Documenting bitstruct v0.1.1
29742024-05-24T15:27:35.401Z Documenting snafu v0.8.2
29752024-05-24T15:27:36.715Z Documenting strip-ansi-escapes v0.2.0
29762024-05-24T15:27:36.977Z Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
29772024-05-24T15:27:37.076Z Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
29782024-05-24T15:27:37.732Z Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
29792024-05-24T15:27:37.757Z Documenting dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
29802024-05-24T15:27:38.038Z Documenting proc-macro-error-attr v1.0.4
29812024-05-24T15:27:38.498Z Documenting globset v0.4.14
29822024-05-24T15:27:39.457Z Documenting propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
29832024-05-24T15:27:40.522Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
29842024-05-24T15:27:41.336Z Documenting olpc-cjson v0.1.3
29852024-05-24T15:27:41.644Z Documenting erased-serde v0.3.31
29862024-05-24T15:27:42.038Z Documenting serde_plain v1.0.2
29872024-05-24T15:27:43.275Z Documenting serde_arrays v0.1.0
29882024-05-24T15:27:44.510Z Documenting ref-cast-impl v1.0.23
29892024-05-24T15:27:45.748Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
29902024-05-24T15:27:45.979Z Checking unicode-xid v0.2.4
29912024-05-24T15:27:46.134Z Documenting unicode-xid v0.2.4
29922024-05-24T15:27:46.158Z Documenting typed-path v0.7.1
29932024-05-24T15:27:46.624Z Documenting nu-ansi-term v0.50.0
29942024-05-24T15:27:47.365Z Documenting propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
29952024-05-24T15:27:48.646Z Documenting const_format_proc_macros v0.2.32
29962024-05-24T15:27:49.031Z Documenting ref-cast v1.0.23
29972024-05-24T15:27:50.566Z Documenting reedline v0.31.0
29982024-05-24T15:27:51.373Z Documenting tough v0.17.1
29992024-05-24T15:27:51.457Z Documenting proc-macro-error v1.0.4
30002024-05-24T15:27:51.597Z Documenting derive_builder v0.20.0
30012024-05-24T15:27:52.979Z Documenting rayon v1.10.0
30022024-05-24T15:27:54.903Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
30032024-05-24T15:27:55.955Z Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
30042024-05-24T15:27:57.393Z Documenting libefi-sys v0.1.0
30052024-05-24T15:27:59.369Z Documenting trust-dns-client v0.22.0
30062024-05-24T15:28:00.704Z Documenting polar-core v0.27.3
30072024-05-24T15:28:01.156Z Documenting libxml v0.3.3
30082024-05-24T15:28:01.470Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
30092024-05-24T15:28:01.605Z Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
30102024-05-24T15:28:02.997Z Documenting illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
30112024-05-24T15:28:03.271Z Checking proc-macro-error v1.0.4
30122024-05-24T15:28:03.530Z Documenting bb8 v0.8.3
30132024-05-24T15:28:03.977Z Documenting quick-xml v0.31.0
30142024-05-24T15:28:07.067Z Documenting impl-trait-for-tuples v0.2.2
30152024-05-24T15:28:07.351Z Documenting oso-derive v0.27.3
30162024-05-24T15:28:07.526Z Documenting keccak v0.1.5
30172024-05-24T15:28:08.862Z Documenting libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81)
30182024-05-24T15:28:09.025Z Documenting utf-8 v0.7.6
30192024-05-24T15:28:09.605Z Documenting parse-size v1.0.0
30202024-05-24T15:28:10.426Z Documenting bytecount v0.6.8
30212024-05-24T15:28:12.119Z Documenting sha3 v0.10.8
30222024-05-24T15:28:12.287Z Documenting tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
30232024-05-24T15:28:12.556Z Documenting oso v0.27.3
30242024-05-24T15:28:12.733Z Documenting libnvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81)
30252024-05-24T15:28:12.897Z Documenting tungstenite v0.21.0
30262024-05-24T15:28:13.122Z Documenting papergrid v0.11.0
30272024-05-24T15:28:14.078Z Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
30282024-05-24T15:28:16.712Z Documenting samael v0.0.15
30292024-05-24T15:28:16.938Z Documenting async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef)
30302024-05-24T15:28:17.558Z Documenting trust-dns-server v0.22.1
30312024-05-24T15:28:17.822Z Documenting tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
30322024-05-24T15:28:19.061Z Documenting tabled_derive v0.7.0
30332024-05-24T15:28:21.852Z Documenting libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
30342024-05-24T15:28:23.513Z Documenting cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
30352024-05-24T15:28:23.896Z Documenting const_format v0.2.32
30362024-05-24T15:28:24.390Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30372024-05-24T15:28:25.087Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
30382024-05-24T15:28:26.100Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
30392024-05-24T15:28:26.147Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
30402024-05-24T15:28:26.281Z Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
30412024-05-24T15:28:26.635Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
30422024-05-24T15:28:26.881Z Documenting sled v0.34.7
30432024-05-24T15:28:27.129Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
30442024-05-24T15:28:27.378Z Documenting nix v0.28.0
30452024-05-24T15:28:27.881Z Documenting cookie v0.18.1
30462024-05-24T15:28:28.409Z Documenting diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0)
30472024-05-24T15:28:30.678Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
30482024-05-24T15:28:30.922Z Documenting secrecy v0.8.0
30492024-05-24T15:28:31.327Z Documenting gethostname v0.4.3
30502024-05-24T15:28:32.250Z Documenting peg-macros v0.8.3
30512024-05-24T15:28:32.885Z Documenting rustversion v1.0.17
30522024-05-24T15:28:33.243Z Documenting sqlparser_derive v0.2.2
30532024-05-24T15:28:34.789Z Documenting home v0.5.9
30542024-05-24T15:28:35.403Z Documenting unicode_categories v0.1.1
30552024-05-24T15:28:35.428Z Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
30562024-05-24T15:28:36.023Z Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
30572024-05-24T15:28:36.734Z Documenting peg v0.8.3
30582024-05-24T15:28:36.970Z Documenting castaway v0.2.2
30592024-05-24T15:28:37.586Z Documenting sqlparser v0.45.0
30602024-05-24T15:28:38.715Z Documenting rustyline v14.0.0
30612024-05-24T15:28:39.306Z Documenting sqlformat v0.2.3
30622024-05-24T15:28:40.504Z Documenting propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
30632024-05-24T15:28:41.001Z Documenting tabled v0.15.0
30642024-05-24T15:28:43.643Z Documenting tokio-tungstenite v0.21.0
30652024-05-24T15:28:44.304Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
30662024-05-24T15:28:45.755Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
30672024-05-24T15:28:46.855Z Documenting dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
30682024-05-24T15:28:47.279Z Documenting zone v0.1.8
30692024-05-24T15:28:48.056Z Documenting libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e)
30702024-05-24T15:28:48.448Z Documenting ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=025389ff39d594bf2b815377e2c1dc4dd23b1f96#025389ff)
30712024-05-24T15:28:49.625Z Documenting propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
30722024-05-24T15:28:50.048Z Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
30732024-05-24T15:28:50.264Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
30742024-05-24T15:28:50.502Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
30752024-05-24T15:28:50.729Z Documenting portpicker v0.1.1
30762024-05-24T15:28:51.585Z Documenting universal-hash v0.5.1
30772024-05-24T15:28:53.880Z Documenting bcs v0.1.6
30782024-05-24T15:28:55.131Z Documenting kstat-rs v0.2.3
30792024-05-24T15:29:06.855Z Documenting thiserror-impl-no-std v2.0.2
30802024-05-24T15:29:06.882Z Documenting curve25519-dalek-derive v0.1.1
30812024-05-24T15:29:07.000Z Documenting highway v1.1.0
30822024-05-24T15:29:07.033Z Documenting opaque-debug v0.3.1
30832024-05-24T15:29:07.267Z Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
30842024-05-24T15:29:07.643Z Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
30852024-05-24T15:29:08.077Z Documenting libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1)
30862024-05-24T15:29:09.788Z Documenting poly1305 v0.8.0
30872024-05-24T15:29:11.002Z Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30882024-05-24T15:29:11.403Z Documenting curve25519-dalek v4.1.2
30892024-05-24T15:29:11.935Z Documenting thiserror-no-std v2.0.2
30902024-05-24T15:29:14.048Z Documenting compact_str v0.7.1
30912024-05-24T15:29:14.674Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
30922024-05-24T15:29:16.242Z Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
30932024-05-24T15:29:16.557Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
30942024-05-24T15:29:17.252Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
30952024-05-24T15:29:17.907Z Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
30962024-05-24T15:29:17.994Z Documenting portable-atomic v1.6.0
30972024-05-24T15:29:19.557Z Documenting ed25519 v1.5.3
30982024-05-24T15:29:19.803Z Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
30992024-05-24T15:29:21.186Z Documenting memoffset v0.7.1
31002024-05-24T15:29:22.899Z Documenting unicase v2.7.0
31012024-05-24T15:29:23.817Z Documenting rcgen v0.12.1
31022024-05-24T15:29:24.343Z Documenting propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0)
31032024-05-24T15:29:25.087Zwarning: could not parse code block as Rust code
31042024-05-24T15:29:25.088Z --> oximeter/db/src/oxql/ast/grammar.rs:246:9
31052024-05-24T15:29:25.088Z |
31062024-05-24T15:29:25.088Z246 | / /// Parse a string literal, either single- or double-quoted.
31072024-05-24T15:29:25.088Z247 | | ///
31082024-05-24T15:29:25.088Z248 | | /// Parsing string literals is pretty tricky, but we add several
31092024-05-24T15:29:25.088Z249 | | /// constraints to simplify things. First strings must be quoted, either
31102024-05-24T15:29:25.088Z... |
31112024-05-24T15:29:25.088Z277 | | ///
31122024-05-24T15:29:25.088Z278 | | /// Will be parsed as `this string has " in it`.
31132024-05-24T15:29:25.088Z | |________________________________________________________^
31142024-05-24T15:29:25.088Z |
31152024-05-24T15:29:25.088Z = help: `ignore` code blocks require valid Rust code for syntax highlighting; mark blocks that do not contain Rust code as text: ```text
31162024-05-24T15:29:25.088Z = note: error from rustc: unknown start of token: \
31172024-05-24T15:29:25.088Z = note: error from rustc: unknown start of token: \
31182024-05-24T15:29:25.088Z = note: error from rustc: unknown start of token: \
31192024-05-24T15:29:25.088Z = note: error from rustc: unknown start of token: \
31202024-05-24T15:29:25.088Z = note: error from rustc: unknown start of token: \
31212024-05-24T15:29:25.088Z = note: `#[warn(rustdoc::invalid_rust_codeblocks)]` on by default
31222024-05-24T15:29:25.088Z
31232024-05-24T15:29:26.024Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
31242024-05-24T15:29:26.406Zwarning: `oximeter-db` (lib doc) generated 1 warning
31252024-05-24T15:29:26.431Z Documenting crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=8c6d485110ecfae5409575246b986a145c386dc4#8c6d4851)
31262024-05-24T15:29:28.250Z Documenting atomicwrites v0.4.3
31272024-05-24T15:29:30.388Z Documenting chacha20 v0.9.1
31282024-05-24T15:29:30.639Z Documenting lru v0.12.3
31292024-05-24T15:29:32.336Z Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
31302024-05-24T15:29:32.518Z Documenting aead v0.5.2
31312024-05-24T15:29:32.735Z Documenting rand_seeder v0.2.3
31322024-05-24T15:29:34.828Z Documenting nanorand v0.7.0
31332024-05-24T15:29:35.379Z Documenting subprocess v0.2.9
31342024-05-24T15:29:36.837Z Documenting stability v0.2.0
31352024-05-24T15:29:36.977Z Documenting cassowary v0.3.0
31362024-05-24T15:29:37.292Z Documenting number_prefix v0.4.0
31372024-05-24T15:29:47.575Z Documenting glob v0.3.1
31382024-05-24T15:29:47.700Z Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
31392024-05-24T15:29:47.877Z Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
31402024-05-24T15:29:47.925Z Documenting chacha20poly1305 v0.10.1
31412024-05-24T15:29:48.126Z Documenting flume v0.11.0
31422024-05-24T15:29:48.349Z Documenting indicatif v0.17.8
31432024-05-24T15:29:48.554Z Documenting ratatui v0.26.2
31442024-05-24T15:29:51.601Z Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
31452024-05-24T15:29:52.504Z Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
31462024-05-24T15:30:03.098Z Documenting mime_guess v2.0.4
31472024-05-24T15:30:03.530Z Documenting nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d)
31482024-05-24T15:30:03.584Z Documenting salty v0.2.0
31492024-05-24T15:30:03.853Z Documenting vsss-rs v3.3.4
31502024-05-24T15:30:04.002Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
31512024-05-24T15:30:05.127Z Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
31522024-05-24T15:30:06.361Z Documenting hubpack v0.1.0 (https://github.com/cbiffle/hubpack.git?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
31532024-05-24T15:30:07.197Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
31542024-05-24T15:30:07.732Z Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
31552024-05-24T15:30:07.977Z Documenting tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
31562024-05-24T15:30:08.190Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
31572024-05-24T15:30:08.429Z Documenting serde-big-array v0.5.1
31582024-05-24T15:30:09.730Z Documenting memmap2 v0.9.4
31592024-05-24T15:30:10.789Z Documenting rtoolbox v0.0.2
31602024-05-24T15:30:10.814Z Documenting unicode-linebreak v0.1.5
31612024-05-24T15:30:11.886Z Documenting http-range v0.1.5
31622024-05-24T15:30:12.527Z Documenting arrayref v0.3.7
31632024-05-24T15:30:13.693Z Documenting arrayvec v0.7.4
31642024-05-24T15:30:14.010Z Documenting shell-words v1.1.0
31652024-05-24T15:30:15.068Z Documenting constant_time_eq v0.3.0
31662024-05-24T15:30:15.427Z Documenting is_ci v1.2.0
31672024-05-24T15:30:15.944Z Documenting smawk v0.3.2
31682024-05-24T15:30:16.641Z Documenting hyper-staticfile v0.9.5
31692024-05-24T15:30:17.776Z Documenting blake3 v1.5.1
31702024-05-24T15:30:18.162Z Documenting rpassword v7.3.1
31712024-05-24T15:30:19.425Z Documenting supports-color v3.0.0
31722024-05-24T15:30:20.026Z Documenting gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
31732024-05-24T15:30:20.056Z Documenting textwrap v0.16.1
31742024-05-24T15:30:22.106Z Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31752024-05-24T15:30:22.299Z Documenting sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
31762024-05-24T15:30:22.609Z Documenting tui-tree-widget v0.19.0
31772024-05-24T15:30:23.183Z Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
31782024-05-24T15:30:23.358Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
31792024-05-24T15:30:25.076Zwarning: unresolved link to `test_sled_transitions`
31802024-05-24T15:30:25.076Z --> nexus/db-queries/src/db/datastore/sled.rs:698:11
31812024-05-24T15:30:25.076Z |
31822024-05-24T15:30:25.076Z698 | /// [`test_sled_transitions`].
31832024-05-24T15:30:25.076Z | ^^^^^^^^^^^^^^^^^^^^^ no item named `test_sled_transitions` in scope
31842024-05-24T15:30:25.076Z |
31852024-05-24T15:30:25.076Z = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
31862024-05-24T15:30:25.076Z = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
31872024-05-24T15:30:25.076Z
31882024-05-24T15:30:25.103Zwarning: unresolved link to `test_sled_transitions`
31892024-05-24T15:30:25.103Z --> nexus/db-queries/src/db/datastore/sled.rs:734:11
31902024-05-24T15:30:25.103Z |
31912024-05-24T15:30:25.103Z734 | /// [`test_sled_transitions`].
31922024-05-24T15:30:25.103Z | ^^^^^^^^^^^^^^^^^^^^^ no item named `test_sled_transitions` in scope
31932024-05-24T15:30:25.103Z |
31942024-05-24T15:30:25.103Z = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
31952024-05-24T15:30:25.104Z
31962024-05-24T15:30:25.104Zwarning: unresolved link to `DataStore::update_tuf_repo_description_insert`
31972024-05-24T15:30:25.104Z --> nexus/db-queries/src/db/datastore/update.rs:28:27
31982024-05-24T15:30:25.104Z |
31992024-05-24T15:30:25.104Z28 | /// The return value of [`DataStore::update_tuf_repo_description_insert`].
32002024-05-24T15:30:25.104Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the struct `DataStore` has no field or associated item named `update_tuf_repo_description_insert`
32012024-05-24T15:30:25.104Z
32022024-05-24T15:30:25.365Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
32032024-05-24T15:30:26.736Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
32042024-05-24T15:30:27.687Z Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
32052024-05-24T15:30:28.241Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
32062024-05-24T15:30:28.286Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
32072024-05-24T15:30:28.698Z Documenting signal-hook-tokio v0.3.1
32082024-05-24T15:30:28.971Z Documenting corncobs v0.1.3
32092024-05-24T15:30:29.036Z Documenting topological-sort v0.2.2
32102024-05-24T15:30:31.830Z Documenting sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
32112024-05-24T15:30:32.813Z Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
32122024-05-24T15:30:33.012Z Documenting omicron-zone-package v0.11.0
32132024-05-24T15:30:33.876Z Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
32142024-05-24T15:30:36.039Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32152024-05-24T15:30:37.819Z Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32162024-05-24T15:30:38.303Z Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
32172024-05-24T15:30:40.560Zwarning: `nexus-db-queries` (lib doc) generated 3 warnings
32182024-05-24T15:30:40.585Z Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
32192024-05-24T15:30:42.534Z Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
32202024-05-24T15:30:45.049Z Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
32212024-05-24T15:30:52.407Zwarning: unresolved link to `BlueprintDisksConfig`
32222024-05-24T15:30:52.407Z --> nexus/reconfigurator/planning/src/blueprint_builder/builder.rs:959:55
32232024-05-24T15:30:52.407Z |
32242024-05-24T15:30:52.407Z959 | /// blueprint. We do this by keeping a copy of any [`BlueprintDisksConfig`]
32252024-05-24T15:30:52.407Z | ^^^^^^^^^^^^^^^^^^^^ no item named `BlueprintDisksConfig` in scope
32262024-05-24T15:30:52.407Z |
32272024-05-24T15:30:52.407Z = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
32282024-05-24T15:30:52.407Z = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
32292024-05-24T15:30:52.407Z
32302024-05-24T15:30:52.558Z Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
32312024-05-24T15:30:53.399Zwarning: `nexus-reconfigurator-planning` (lib doc) generated 1 warning
32322024-05-24T15:30:53.424Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
32332024-05-24T15:30:54.404Z Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
32342024-05-24T15:30:54.970Z Documenting crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=8c6d485110ecfae5409575246b986a145c386dc4#8c6d4851)
32352024-05-24T15:30:55.549Zwarning: unclosed HTML tag `usize`
32362024-05-24T15:30:55.549Z --> wicket/src/ui/panes/update.rs:153:19
32372024-05-24T15:30:55.549Z |
32382024-05-24T15:30:55.549Z153 | /// TODO: The <usize> generic parameter is carried over from earlier versions
32392024-05-24T15:30:55.549Z | ^^^^^^^
32402024-05-24T15:30:55.549Z |
32412024-05-24T15:30:55.549Z = note: `#[warn(rustdoc::invalid_html_tags)]` on by default
32422024-05-24T15:30:55.549Z
32432024-05-24T15:30:56.842Zwarning: `wicket` (lib doc) generated 1 warning
32442024-05-24T15:30:56.867Z Documenting fatfs v0.3.6
32452024-05-24T15:31:02.014Z Documenting cargo-platform v0.1.8
32462024-05-24T15:31:04.914Z Documenting assert_matches v1.5.0
32472024-05-24T15:31:05.355Z Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
32482024-05-24T15:31:06.352Z Documenting cargo_metadata v0.18.1
32492024-05-24T15:31:07.675Z Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
32502024-05-24T15:31:08.336Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
32512024-05-24T15:31:09.002Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
32522024-05-24T15:31:09.207Z Documenting installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd)
32532024-05-24T15:31:09.351Zwarning: unresolved link to `propolis_client::api::InstanceStateMonitorResponse`
32542024-05-24T15:31:09.352Z --> sled-agent/src/sim/instance.rs:46:7
32552024-05-24T15:31:09.352Z |
32562024-05-24T15:31:09.352Z46 | /// [`propolis_client::api::InstanceStateMonitorResponse`]. Transition requests
32572024-05-24T15:31:09.352Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `api` in module `propolis_client`
32582024-05-24T15:31:09.352Z |
32592024-05-24T15:31:09.352Z = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
32602024-05-24T15:31:09.352Z
32612024-05-24T15:31:10.740Z Documenting installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client)
32622024-05-24T15:31:10.981Z Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd)
32632024-05-24T15:31:11.414Z Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
32642024-05-24T15:31:11.668Z Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client)
32652024-05-24T15:31:12.216Zwarning: `omicron-sled-agent` (lib doc) generated 1 warning
32662024-05-24T15:31:12.241Z Documenting uzers v0.11.3
32672024-05-24T15:31:14.259Z Documenting termios v0.3.3
32682024-05-24T15:31:16.458Z Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
32692024-05-24T15:31:18.434Z Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
32702024-05-24T15:31:22.507Z Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
32712024-05-24T15:31:25.328Z Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
32722024-05-24T15:31:29.136Z Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
32732024-05-24T15:31:40.769Z Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
32742024-05-24T15:31:42.340Z Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
32752024-05-24T15:31:46.830Z Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
32762024-05-24T15:31:49.085Z Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
32772024-05-24T15:32:02.044Z Documenting tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
32782024-05-24T15:32:02.645Z Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli)
32792024-05-24T15:32:04.450Z Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
32802024-05-24T15:32:04.559Z Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
32812024-05-24T15:32:09.125Z Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
32822024-05-24T15:32:29.492Zwarning: unresolved link to `Nexus`
32832024-05-24T15:32:29.493Z --> nexus/src/app/instance_network.rs:241:34
32842024-05-24T15:32:29.493Z |
32852024-05-24T15:32:29.493Z241 | /// called by methods on the [`Nexus`] type, this is the `OpContext` used for
32862024-05-24T15:32:29.493Z | ^^^^^ no item named `Nexus` in scope
32872024-05-24T15:32:29.493Z |
32882024-05-24T15:32:29.493Z = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
32892024-05-24T15:32:29.493Z = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
32902024-05-24T15:32:29.493Z
32912024-05-24T15:32:29.493Zwarning: unresolved link to `Nexus`
32922024-05-24T15:32:29.493Z --> nexus/src/app/instance_network.rs:419:34
32932024-05-24T15:32:29.493Z |
32942024-05-24T15:32:29.494Z419 | /// called by methods on the [`Nexus`] type, this is the `OpContext` used for
32952024-05-24T15:32:29.494Z | ^^^^^ no item named `Nexus` in scope
32962024-05-24T15:32:29.494Z |
32972024-05-24T15:32:29.494Z = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
32982024-05-24T15:32:29.494Z
32992024-05-24T15:32:29.531Zwarning: unresolved link to `VolumeConstructionRequest`
33002024-05-24T15:32:29.531Z --> nexus/src/app/sagas/volume_delete.rs:338:7
33012024-05-24T15:32:29.531Z |
33022024-05-24T15:32:29.532Z338 | /// [`VolumeConstructionRequest`] is shown here):
33032024-05-24T15:32:29.532Z | ^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `VolumeConstructionRequest` in scope
33042024-05-24T15:32:29.532Z |
33052024-05-24T15:32:29.532Z = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
33062024-05-24T15:32:29.532Z
33072024-05-24T15:32:29.532Zwarning: unresolved link to `fd00:1122:3344:101::5`
33082024-05-24T15:32:29.532Z --> nexus/src/app/sagas/volume_delete.rs:348:17
33092024-05-24T15:32:29.532Z |
33102024-05-24T15:32:29.532Z348 | /// "[fd00:1122:3344:101::5]:1000",
33112024-05-24T15:32:29.532Z | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:101` in scope
33122024-05-24T15:32:29.532Z
33132024-05-24T15:32:29.532Zwarning: unresolved link to `fd00:1122:3344:102::9`
33142024-05-24T15:32:29.533Z --> nexus/src/app/sagas/volume_delete.rs:349:17
33152024-05-24T15:32:29.533Z |
33162024-05-24T15:32:29.533Z349 | /// "[fd00:1122:3344:102::9]:1000",
33172024-05-24T15:32:29.533Z | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:102` in scope
33182024-05-24T15:32:29.533Z
33192024-05-24T15:32:29.533Zwarning: unresolved link to `fd00:1122:3344:103::2`
33202024-05-24T15:32:29.533Z --> nexus/src/app/sagas/volume_delete.rs:350:17
33212024-05-24T15:32:29.533Z |
33222024-05-24T15:32:29.533Z350 | /// "[fd00:1122:3344:103::2]:1000"
33232024-05-24T15:32:29.533Z | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:103` in scope
33242024-05-24T15:32:29.533Z
33252024-05-24T15:32:29.533Zwarning: unresolved link to `fd00:1122:3344:101::5`
33262024-05-24T15:32:29.534Z --> nexus/src/app/sagas/volume_delete.rs:369:17
33272024-05-24T15:32:29.534Z |
33282024-05-24T15:32:29.534Z369 | /// "[fd00:1122:3344:101::5]:1001", <-- port changed
33292024-05-24T15:32:29.534Z | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:101` in scope
33302024-05-24T15:32:29.534Z
33312024-05-24T15:32:29.534Zwarning: unresolved link to `fd00:1122:3344:102::9`
33322024-05-24T15:32:29.534Z --> nexus/src/app/sagas/volume_delete.rs:370:17
33332024-05-24T15:32:29.534Z |
33342024-05-24T15:32:29.534Z370 | /// "[fd00:1122:3344:102::9]:1001", <-- port changed
33352024-05-24T15:32:29.534Z | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:102` in scope
33362024-05-24T15:32:29.534Z
33372024-05-24T15:32:29.534Zwarning: unresolved link to `fd00:1122:3344:103::2`
33382024-05-24T15:32:29.534Z --> nexus/src/app/sagas/volume_delete.rs:371:17
33392024-05-24T15:32:29.535Z |
33402024-05-24T15:32:29.535Z371 | /// "[fd00:1122:3344:103::2]:1001" <-- port changed
33412024-05-24T15:32:29.535Z | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:103` in scope
33422024-05-24T15:32:29.535Z
33432024-05-24T15:32:33.288Zwarning: `omicron-nexus` (lib doc) generated 9 warnings
33442024-05-24T15:32:52.415Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11m 12s
33452024-05-24T15:32:52.519Z Generated /work/oxidecomputer/omicron/target/doc/authz_macros/index.html and 80 other files
33462024-05-24T15:32:52.566Z
33472024-05-24T15:32:52.592Zreal 11:12.528466089
33482024-05-24T15:32:52.592Zuser 30:25.728844487
33492024-05-24T15:32:52.592Zsys 45:00.936496532
33502024-05-24T15:32:52.592Ztrap 0.763124750
33512024-05-24T15:32:52.592Ztflt 0.151752667
33522024-05-24T15:32:52.592Zdflt 1.289142734
33532024-05-24T15:32:52.592Zkflt 0.001189177
33542024-05-24T15:32:52.592Zlock 3:14:15.030825980
33552024-05-24T15:32:52.592Zslp 3:05:02.735215608
33562024-05-24T15:32:52.592Zlat 4:18.075287049
33572024-05-24T15:32:52.592Zstop 2:24.133930043
33582024-05-24T15:32:52.592Zprocess exited: duration 1202290 ms, exit code 0
 
33592024-05-24T15:32:52.643Zfound 0 output files