01HZHC7SDCFAGD0VRSZAXTRM2Z: 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: 01HZHC811PG0JCC8E0FFYRM0BF

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12024-06-04T10:21:24.780Zjob assigned to worker 01HZHC83N1YF9WDM4DASMKVHGW (queued for 36 s)
 
22024-06-04T10:21:25.459Zstarting task 0: "setup"
32024-06-04T10:21:25.483Z++ uname -s
42024-06-04T10:21:25.483Z+ kern=SunOS
52024-06-04T10:21:25.483Z+ case "$kern" in
62024-06-04T10:21:25.483Z+ groupadd -g 12345 build
72024-06-04T10:21:25.483Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-06-04T10:21:27.494Z+ zfs create -o mountpoint=/work rpool/work
92024-06-04T10:21:27.534Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-06-04T10:21:27.559Z+ home_fs=zfs
112024-06-04T10:21:27.560Z+ [[ zfs == autofs ]]
122024-06-04T10:21:27.560Z+ mkdir -p /home/build
132024-06-04T10:21:27.560Z+ chown build:build /home/build /work
142024-06-04T10:21:29.559Z+ chmod 0700 /home/build /work
152024-06-04T10:21:29.593Zprocess exited: duration 4087 ms, exit code 0
 
162024-06-04T10:21:29.658Zstarting task 1: "rust-toolchain"
172024-06-04T10:21:29.693Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
182024-06-04T10:21:29.693Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.78.0 --profile default
192024-06-04T10:21:29.799Zinfo: downloading installer
202024-06-04T10:21:30.378Zwarning: it looks like you have an existing installation of Rust at:
212024-06-04T10:21:30.378Zwarning: /opt/ooce/bin
222024-06-04T10:21:30.378Zwarning: It is recommended that rustup be the primary Rust installation.
232024-06-04T10:21:30.378Zwarning: Otherwise you may have confusion unless you are careful with your PATH
242024-06-04T10:21:30.378Zwarning: If you are sure that you want both rustup and your already installed Rust
252024-06-04T10:21:30.378Zwarning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
262024-06-04T10:21:30.379Zwarning: or pass `-y' to ignore all ignorable checks.
272024-06-04T10:21:30.379Zerror: cannot install while Rust is installed
282024-06-04T10:21:30.379Zwarning: continuing (because the -y flag is set and the error is ignorable)
292024-06-04T10:21:30.428Zinfo: profile set to 'default'
302024-06-04T10:21:30.428Zinfo: default host triple is x86_64-unknown-illumos
312024-06-04T10:21:30.872Zinfo: syncing channel updates for '1.78.0-x86_64-unknown-illumos'
322024-06-04T10:21:30.872Zinfo: latest update on 2024-05-02, rust version 1.78.0 (9b00956e5 2024-04-29)
332024-06-04T10:21:30.872Zinfo: downloading component 'cargo'
342024-06-04T10:21:31.041Zinfo: downloading component 'clippy'
352024-06-04T10:21:31.193Zinfo: downloading component 'rust-docs'
362024-06-04T10:21:31.671Zinfo: downloading component 'rust-std'
372024-06-04T10:21:32.346Zinfo: downloading component 'rustc'
382024-06-04T10:21:33.519Zinfo: downloading component 'rustfmt'
392024-06-04T10:21:33.576Zinfo: installing component 'cargo'
402024-06-04T10:21:34.711Zinfo: installing component 'clippy'
412024-06-04T10:21:35.143Zinfo: installing component 'rust-docs'
422024-06-04T10:21:37.606Zinfo: installing component 'rust-std'
432024-06-04T10:21:39.759Zinfo: installing component 'rustc'
442024-06-04T10:21:44.632Zinfo: installing component 'rustfmt'
452024-06-04T10:21:44.997Zinfo: default toolchain set to '1.78.0-x86_64-unknown-illumos'
462024-06-04T10:21:44.997Z
472024-06-04T10:21:45.125Z 1.78.0-x86_64-unknown-illumos installed - rustc 1.78.0 (9b00956e5 2024-04-29)
482024-06-04T10:21:45.126Z
492024-06-04T10:21:45.126Z
502024-06-04T10:21:45.126ZRust is installed now. Great!
512024-06-04T10:21:45.126Z
522024-06-04T10:21:45.126ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
532024-06-04T10:21:45.126Zenvironment variable. This has not been done automatically.
542024-06-04T10:21:45.126Z
552024-06-04T10:21:45.126ZTo configure your current shell, you need to source
562024-06-04T10:21:45.126Zthe corresponding env file under $HOME/.cargo.
572024-06-04T10:21:45.126Z
582024-06-04T10:21:45.126ZThis is usually done by running one of the following (note the leading DOT):
592024-06-04T10:21:45.126Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
602024-06-04T10:21:45.126Zsource "$HOME/.cargo/env.fish" # For fish
612024-06-04T10:21:45.196Z+ rustc --version
622024-06-04T10:21:45.300Zrustc 1.78.0 (9b00956e5 2024-04-29)
632024-06-04T10:21:45.325Zprocess exited: duration 15651 ms, exit code 0
 
642024-06-04T10:21:45.373Zstarting task 2: "authentication"
652024-06-04T10:21:45.430Zprocess exited: duration 56 ms, exit code 0
 
662024-06-04T10:21:45.482Zstarting task 3: "clone repository"
672024-06-04T10:21:45.510Z+ mkdir -p /work/oxidecomputer/omicron
682024-06-04T10:21:45.510Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
692024-06-04T10:21:45.536ZCloning into '/work/oxidecomputer/omicron'...
702024-06-04T10:21:51.891Z+ cd /work/oxidecomputer/omicron
712024-06-04T10:21:51.891Z+ git fetch origin 48d427ece7c441c9b94e220270f24ea7197c6c3d
722024-06-04T10:21:52.337ZFrom https://github.com/oxidecomputer/omicron
732024-06-04T10:21:52.337Z * branch 48d427ece7c441c9b94e220270f24ea7197c6c3d -> FETCH_HEAD
742024-06-04T10:21:52.364Z+ [[ -n felixmcfelix/opte-545 ]]
752024-06-04T10:21:52.364Z++ git branch --show-current
762024-06-04T10:21:52.365Z+ current=main
772024-06-04T10:21:52.365Z+ [[ main != felixmcfelix/opte-545 ]]
782024-06-04T10:21:52.365Z+ git branch -f felixmcfelix/opte-545 48d427ece7c441c9b94e220270f24ea7197c6c3d
792024-06-04T10:21:52.392Z+ git checkout -f felixmcfelix/opte-545
802024-06-04T10:21:52.539ZSwitched to branch 'felixmcfelix/opte-545'
812024-06-04T10:21:52.569Z+ git reset --hard 48d427ece7c441c9b94e220270f24ea7197c6c3d
822024-06-04T10:21:52.569ZHEAD is now at 48d427ece Update OPTE to 0.31.262 (417f74e)
832024-06-04T10:21:52.569Zprocess exited: duration 7082 ms, exit code 0
 
842024-06-04T10:21:52.645Zstarting task 4: "build"
852024-06-04T10:21:52.672Z+ cargo --version
862024-06-04T10:21:52.760Zcargo 1.78.0 (54d8815d0 2024-03-26)
872024-06-04T10:21:52.794Z+ rustc --version
882024-06-04T10:21:52.860Zrustc 1.78.0 (9b00956e5 2024-04-29)
892024-06-04T10:21:52.884Z+ source ./env.sh
902024-06-04T10:21:52.885Z++ set -o xtrace
912024-06-04T10:21:52.885Z++++ dirname ./env.sh
922024-06-04T10:21:52.885Z+++ readlink -f .
932024-06-04T10:21:52.885Z++ OMICRON_WS=/work/oxidecomputer/omicron
942024-06-04T10:21:52.885Z++ 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-06-04T10:21:52.885Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
962024-06-04T10:21:52.885Z++ 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-06-04T10:21:52.885Z++ 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-06-04T10:21:52.885Z++ 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-06-04T10:21:52.885Z++ 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-06-04T10:21:52.885Z++ 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-06-04T10:21:52.885Z++ 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-06-04T10:21:52.885Z++ unset OMICRON_WS
1032024-06-04T10:21:52.885Z++ set +o xtrace
1042024-06-04T10:21:52.885Z
1052024-06-04T10:21:52.885Z ##### ##### ###### ##### ###### #### # # # #### #
1062024-06-04T10:21:52.885Z # # # # # # # # # # # # # # #
1072024-06-04T10:21:52.885Z # # # # ##### # # ##### # # # # # #### #
1082024-06-04T10:21:52.885Z ##### ##### # ##### # # # # # # # # #
1092024-06-04T10:21:52.885Z # # # # # # # # # # # # # # #
1102024-06-04T10:21:52.885Z # # # ###### # # ###### ### # #### # #### #
1112024-06-04T10:21:52.885Z
1122024-06-04T10:21:57.883Z Startup: Refreshing catalog 'helios-dev' ... Done
1132024-06-04T10:21:59.960Z Startup: Caching catalogs ... Done
1142024-06-04T10:22:02.412ZPlanning: Solver setup ... Done (1.803s)
1152024-06-04T10:22:02.445ZPlanning: Running solver ... Done (0.033s)
1162024-06-04T10:22:02.497ZPlanning: Finding local manifests ... Done (0.002s)
1172024-06-04T10:22:02.557ZPlanning: Fetching manifests: 0/4 0% complete
1182024-06-04T10:22:02.919ZPlanning: Fetching manifests: 4/4 100% complete
1192024-06-04T10:22:02.982ZPlanning: Package planning ... Done (0.065s)
1202024-06-04T10:22:03.039ZPlanning: Merging actions ... Done (0.059s)
1212024-06-04T10:22:03.401ZPlanning: Checking for conflicting actions ... Done (0.361s)
1222024-06-04T10:22:03.431ZPlanning: Consolidating action changes ... Done (0.013s)
1232024-06-04T10:22:04.043ZPlanning: Evaluating mediators ... Done (0.628s)
1242024-06-04T10:22:04.070ZPlanning: Planning completed in 4.03 seconds
1252024-06-04T10:22:04.097Z Packages to install: 4
1262024-06-04T10:22:04.097Z Mediators to change: 2
1272024-06-04T10:22:04.097Z Services to change: 1
1282024-06-04T10:22:04.098Z Estimated space available: 148.90 GB
1292024-06-04T10:22:04.098ZEstimated space to be consumed: 1.45 GB
1302024-06-04T10:22:04.098Z Create boot environment: No
1312024-06-04T10:22:04.098ZCreate backup boot environment: No
1322024-06-04T10:22:04.098Z Rebuild boot archive: No
1332024-06-04T10:22:04.098Z
1342024-06-04T10:22:04.098ZChanged mediators:
1352024-06-04T10:22:04.098Z mediator clang:
1362024-06-04T10:22:04.098Z version: None -> 15 (system default)
1372024-06-04T10:22:04.098Z
1382024-06-04T10:22:04.098Z mediator llvm:
1392024-06-04T10:22:04.098Z version: 14 (system default) -> 15 (system default)
1402024-06-04T10:22:04.098Z
1412024-06-04T10:22:04.098ZChanged packages:
1422024-06-04T10:22:04.098Zhelios-dev
1432024-06-04T10:22:04.098Z developer/build-essential
1442024-06-04T10:22:04.098Z None -> 11-2.0
1452024-06-04T10:22:04.098Z library/libxmlsec1
1462024-06-04T10:22:04.098Z None -> 1.2.35-2.0
1472024-06-04T10:22:04.098Z ooce/developer/clang-15
1482024-06-04T10:22:04.099Z None -> 15.0.7-2.0
1492024-06-04T10:22:04.099Z ooce/developer/llvm-15
1502024-06-04T10:22:04.099Z None -> 15.0.7-2.0
1512024-06-04T10:22:04.099Z
1522024-06-04T10:22:04.099ZServices:
1532024-06-04T10:22:04.099Z restart_fmri:
1542024-06-04T10:22:04.099Z svc:/system/update-man-index:default
1552024-06-04T10:22:04.124Z
1562024-06-04T10:22:04.124ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1572024-06-04T10:22:09.116ZDownload: 1189/3290 items 55.9/212.6MB 26% complete (11.2M/s)
1582024-06-04T10:22:14.268ZDownload: 2219/3290 items 119.2/212.6MB 56% complete (12.3M/s)
1592024-06-04T10:22:19.270ZDownload: 3046/3290 items 121.4/212.6MB 57% complete (6.4M/s)
1602024-06-04T10:22:24.272ZDownload: 3286/3290 items 211.4/212.6MB 99% complete (9.2M/s)
1612024-06-04T10:22:24.553ZDownload: Completed 212.60 MB in 20.44 seconds (10.4M/s)
1622024-06-04T10:22:24.739Z Actions: 1/3689 actions (Installing new actions)
1632024-06-04T10:22:29.768Z Actions: 2820/3689 actions (Installing new actions)
1642024-06-04T10:22:30.305Z Actions: Completed 3689 actions in 5.57 seconds.
1652024-06-04T10:22:30.631Z Done (0.316s)
1662024-06-04T10:22:30.631Z Done (0.000s)
1672024-06-04T10:22:30.996Z Done (0.365s)
1682024-06-04T10:22:35.974Z Done (4.849s)
1692024-06-04T10:22:36.065Z Done (0.018s)
1702024-06-04T10:22:36.094Z Done (0.000s)
1712024-06-04T10:22:36.231Z Done (0.000s)
1722024-06-04T10:22:36.862ZPlanning: Evaluating mediator changes ... Done
1732024-06-04T10:22:37.120ZPlanning: Checking for conflicting actions ... Done
1742024-06-04T10:22:37.154ZPlanning: Consolidating action changes ... Done
1752024-06-04T10:22:37.443ZPlanning: Evaluating mediators ... Done
1762024-06-04T10:22:37.467ZPlanning: Planning completed in 0.58 seconds
1772024-06-04T10:22:37.492Z Mediators to change: 2
1782024-06-04T10:22:37.492Z Create boot environment: No
1792024-06-04T10:22:37.492ZCreate backup boot environment: No
1802024-06-04T10:22:37.546Z Done
1812024-06-04T10:22:37.546Z Done
1822024-06-04T10:22:38.075Z Done
1832024-06-04T10:22:42.171Z Done
1842024-06-04T10:22:42.255Z Done
1852024-06-04T10:22:42.279Z Done
1862024-06-04T10:22:42.329Z Done
1872024-06-04T10:22:43.106ZPlanning: Evaluating mediator changes ... Done
1882024-06-04T10:22:43.130ZPlanning: Merging actions ... Done
1892024-06-04T10:22:43.345ZPlanning: Checking for conflicting actions ... Done
1902024-06-04T10:22:43.383ZPlanning: Consolidating action changes ... Done
1912024-06-04T10:22:43.650ZPlanning: Evaluating mediators ... Done
1922024-06-04T10:22:43.713ZPlanning: Planning completed in 0.92 seconds
1932024-06-04T10:22:43.746Z Packages to change: 1
1942024-06-04T10:22:43.746Z Mediators to change: 1
1952024-06-04T10:22:43.746Z Services to change: 1
1962024-06-04T10:22:43.771Z Create boot environment: No
1972024-06-04T10:22:43.771ZCreate backup boot environment: Yes
1982024-06-04T10:22:45.269Z Actions: 1/6 actions (Updating modified actions)
1992024-06-04T10:22:45.294Z Actions: Completed 6 actions in 0.00 seconds.
2002024-06-04T10:22:45.294Z Done
2012024-06-04T10:22:45.294Z Done
2022024-06-04T10:22:45.357Z Done
2032024-06-04T10:22:49.468Z Done
2042024-06-04T10:22:49.569Z Done
2052024-06-04T10:22:49.598Z Done
2062024-06-04T10:22:49.635Z Done
2072024-06-04T10:22:50.142ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2082024-06-04T10:22:50.142Zclang system 15 system
2092024-06-04T10:22:50.142Zcsh system system illumos
2102024-06-04T10:22:50.142Zctags system system illumos
2112024-06-04T10:22:50.142Zgcc vendor 12 vendor
2122024-06-04T10:22:50.143Zgcc system 10 system
2132024-06-04T10:22:50.143Zgcc system 7 system
2142024-06-04T10:22:50.143Zgo system 1.20 system
2152024-06-04T10:22:50.143Zgo system 1.19 system
2162024-06-04T10:22:50.143Zllvm system 15 system
2172024-06-04T10:22:50.143Zllvm system 14 system
2182024-06-04T10:22:50.143Zmariadb system 10.6 system
2192024-06-04T10:22:50.143Zmta vendor vendor dma
2202024-06-04T10:22:50.143Zopenjdk system 17 system
2212024-06-04T10:22:50.143Zopenjdk system 11 system
2222024-06-04T10:22:50.143Zopenjdk system 1.8 system
2232024-06-04T10:22:50.143Zopenssl vendor 3 vendor
2242024-06-04T10:22:50.143Zperl system 5.36 system
2252024-06-04T10:22:50.143Zpostgresql system 15 system
2262024-06-04T10:22:50.143Zpostgresql system 13 system
2272024-06-04T10:22:50.143Zpython vendor 3 vendor
2282024-06-04T10:22:50.143Zpython system 2 system
2292024-06-04T10:22:50.143Zpython3 system 3.11 system
2302024-06-04T10:22:50.143Zruby system 3.0 system
2312024-06-04T10:22:50.143Zwords vendor vendor american-english
2322024-06-04T10:22:50.143Zwords system system australian-english
2332024-06-04T10:22:50.143Zwords system system british-english
2342024-06-04T10:22:50.143Zwords system system canadian-english
2352024-06-04T10:22:50.143Zwords system system french
2362024-06-04T10:22:50.144Zwords system system italian
2372024-06-04T10:22:50.144Zwords system system ngerman
2382024-06-04T10:22:50.144Zwords system system ogerman
2392024-06-04T10:22:50.144Zwords system system spanish
2402024-06-04T10:22:50.544ZPUBLISHER TYPE STATUS P LOCATION
2412024-06-04T10:22:50.544Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2422024-06-04T10:22:52.275ZFMRI IFO
2432024-06-04T10:22:52.275Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2442024-06-04T10:22:52.275Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2452024-06-04T10:22:52.275Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2462024-06-04T10:22:52.275Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2472024-06-04T10:22:52.275Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2482024-06-04T10:22:52.275Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2492024-06-04T10:22:52.275Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i--
2502024-06-04T10:22:52.275Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2512024-06-04T10:22:52.275Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2522024-06-04T10:22:52.275Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2532024-06-04T10:22:52.275Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2542024-06-04T10:22:52.275Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2552024-06-04T10:22:52.542Z+ set -o errexit
2562024-06-04T10:22:52.570Z+++ dirname ./tools/ci_download_cockroachdb
2572024-06-04T10:22:52.570Z++ cd ./tools
2582024-06-04T10:22:52.571Z++ pwd
2592024-06-04T10:22:52.571Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
2602024-06-04T10:22:52.571Z++ basename ./tools/ci_download_cockroachdb
2612024-06-04T10:22:52.571Z+ ARG0=ci_download_cockroachdb
2622024-06-04T10:22:52.572Z++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version
2632024-06-04T10:22:52.572Z+ CIDL_VERSION=v22.1.9
2642024-06-04T10:22:52.572Z+ source /work/oxidecomputer/omicron/tools/cockroachdb_checksums
2652024-06-04T10:22:52.572Z++ CIDL_SHA256_DARWIN=1ca69e0911af11a73305c3c6f4650b912d70754900b5bf7b80a1d361efe36561
2662024-06-04T10:22:52.572Z++ CIDL_SHA256_LINUX=24c321820e7ee45fa07fe91ac138befe13ad860e41c6ed595ce58823205ff4a9
2672024-06-04T10:22:52.573Z++ CIDL_SHA256_ILLUMOS=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088
2682024-06-04T10:22:52.573Z+ TARGET_DIR=out
2692024-06-04T10:22:52.573Z+ DOWNLOAD_DIR=out/downloads
2702024-06-04T10:22:52.573Z+ DEST_DIR=./out/cockroachdb
2712024-06-04T10:22:52.574Z+ CIDL_URL_COCKROACH=https://binaries.cockroachdb.com
2722024-06-04T10:22:52.574Z+ CIDL_URL_ILLUMOS=https://illumos.org/downloads
2732024-06-04T10:22:52.574Z+ main
2742024-06-04T10:22:52.575Z+ [[ 0 != 0 ]]
2752024-06-04T10:22:52.576Z+ CIDL_OS=solaris2.11
2762024-06-04T10:22:52.576Z+ [[ 0 != 0 ]]
2772024-06-04T10:22:52.576Z+ configure_os solaris2.11
2782024-06-04T10:22:52.576Z+ echo 'current directory: /work/oxidecomputer/omicron'
2792024-06-04T10:22:52.576Z+ echo 'configuring based on OS: "solaris2.11"'
2802024-06-04T10:22:52.576Zcurrent directory: /work/oxidecomputer/omicron
2812024-06-04T10:22:52.576Z+ case "$1" in
2822024-06-04T10:22:52.577Z+ CIDL_BUILD=illumos
2832024-06-04T10:22:52.577Z+ CIDL_SUFFIX=tar.gz
2842024-06-04T10:22:52.577Zconfiguring based on OS: "solaris2.11"
2852024-06-04T10:22:52.577Z+ CIDL_SHA256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088
2862024-06-04T10:22:52.577Z+ CIDL_URL_BASE=https://illumos.org/downloads
2872024-06-04T10:22:52.577Z+ CIDL_ASSEMBLE=do_assemble_illumos
2882024-06-04T10:22:52.577Z+ TARBALL_DIRNAME=cockroach-v22.1.9.illumos
2892024-06-04T10:22:52.577Z+ TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz
2902024-06-04T10:22:52.578Z+ TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz
2912024-06-04T10:22:52.578Z+ TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos
2922024-06-04T10:22:52.578Z+ CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
2932024-06-04T10:22:52.578Z+ CIDL_SHA256FUNC=do_sha256sum
2942024-06-04T10:22:52.578Z+ echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz'
2952024-06-04T10:22:52.578ZURL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
2962024-06-04T10:22:52.578Z+ echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz'
2972024-06-04T10:22:52.578Z+ mkdir -p out/downloads
2982024-06-04T10:22:52.578ZLocal file: out/downloads/cockroach-v22.1.9.illumos.tar.gz
2992024-06-04T10:22:52.579Z+ mkdir -p ./out/cockroachdb
3002024-06-04T10:22:52.579Z+ local DO_DOWNLOAD=true
3012024-06-04T10:22:52.579Z+ [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]]
3022024-06-04T10:22:52.579Z+ '[' true == true ']'
3032024-06-04T10:22:52.579Z+ echo Downloading...
3042024-06-04T10:22:52.580ZDownloading...
3052024-06-04T10:22:52.580Z+ do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz
3062024-06-04T10:22:52.580Z+ 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
3072024-06-04T10:22:57.370Z++ do_sha256sum out/downloads/cockroach-v22.1.9.illumos.tar.gz
3082024-06-04T10:22:57.401Z++ sha256sum
3092024-06-04T10:22:57.401Z++ awk '{print $1}'
3102024-06-04T10:22:57.446Z+ calculated_sha256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088
3112024-06-04T10:22:57.446Z+ [[ 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 ]]
3122024-06-04T10:22:57.446Z+ do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz
3132024-06-04T10:22:57.471Z+ tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads
3142024-06-04T10:23:00.415Z+ do_assemble_illumos
3152024-06-04T10:23:00.416Z+ rm -r ./out/cockroachdb
3162024-06-04T10:23:00.450Z+ cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb
3172024-06-04T10:23:00.740Z+ ./out/cockroachdb/bin/cockroach version
3182024-06-04T10:23:00.922ZBuild Tag: v22.1.9-dirty
3192024-06-04T10:23:00.922ZBuild Time: 2022/10/26 21:17:46
3202024-06-04T10:23:00.922ZDistribution: OSS
3212024-06-04T10:23:00.922ZPlatform: illumos amd64 (x86_64-pc-solaris2.11)
3222024-06-04T10:23:00.923ZGo Version: go1.17.13
3232024-06-04T10:23:00.923ZC Compiler: gcc 10.3.0
3242024-06-04T10:23:00.923ZBuild Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493
3252024-06-04T10:23:00.923ZBuild Type: release
3262024-06-04T10:23:00.952Z+ set -o errexit
3272024-06-04T10:23:00.953Z+++ dirname ./tools/ci_download_clickhouse
3282024-06-04T10:23:00.953Z++ cd ./tools
3292024-06-04T10:23:00.953Z++ pwd
3302024-06-04T10:23:00.953Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3312024-06-04T10:23:00.953Z++ basename ./tools/ci_download_clickhouse
3322024-06-04T10:23:00.982Z+ ARG0=ci_download_clickhouse
3332024-06-04T10:23:00.982Z+ TARGET_DIR=out
3342024-06-04T10:23:00.982Z+ DOWNLOAD_DIR=out/downloads
3352024-06-04T10:23:00.982Z+ DEST_DIR=./out/clickhouse
3362024-06-04T10:23:00.982Z++ cat /work/oxidecomputer/omicron/tools/clickhouse_version
3372024-06-04T10:23:00.982Z+ CIDL_VERSION=v23.8.7.24
3382024-06-04T10:23:00.982Z+ source /work/oxidecomputer/omicron/tools/clickhouse_checksums
3392024-06-04T10:23:00.982Z++ CIDL_MD5_DARWIN=3e20c3284b7e6b0cfcfedf622ecf547a
3402024-06-04T10:23:00.982Z++ CIDL_MD5_LINUX=f6c30a25a86deac3bad6c50dcf758fd5
3412024-06-04T10:23:00.982Z++ CIDL_MD5_ILLUMOS=409222de8ecb59e5dd97dcc942ccdffe
3422024-06-04T10:23:00.982Z+ CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com
3432024-06-04T10:23:00.982Z+ main
3442024-06-04T10:23:00.983Z+ [[ 0 != 0 ]]
3452024-06-04T10:23:00.983Z+ CIDL_OS=solaris2.11
3462024-06-04T10:23:00.983Z+ [[ 0 != 0 ]]
3472024-06-04T10:23:00.983Z+ configure_os solaris2.11
3482024-06-04T10:23:00.983Z+ echo 'current directory: /work/oxidecomputer/omicron'
3492024-06-04T10:23:00.983Z+ echo 'configuring based on OS: "solaris2.11"'
3502024-06-04T10:23:00.983Zcurrent directory: /work/oxidecomputer/omicron
3512024-06-04T10:23:00.983Zconfiguring based on OS: "solaris2.11"
3522024-06-04T10:23:00.983Z+ CIDL_DASHREV=
3532024-06-04T10:23:00.983Z+ case "$1" in
3542024-06-04T10:23:00.983Z+ CIDL_PLATFORM=illumos
3552024-06-04T10:23:00.983Z+ CIDL_MD5=409222de8ecb59e5dd97dcc942ccdffe
3562024-06-04T10:23:00.983Z+ CIDL_MD5FUNC=do_md5sum
3572024-06-04T10:23:00.983Z+ TARBALL_DIRNAME=clickhouse-v23.8.7.24
3582024-06-04T10:23:00.983Z+ TARBALL_FILENAME=clickhouse-v23.8.7.24.illumos.tar.gz
3592024-06-04T10:23:00.983Z+ TARBALL_FILE=out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz
3602024-06-04T10:23:00.983Z+ CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz
3612024-06-04T10:23:00.983Z+ echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz'
3622024-06-04T10:23:00.984Z+ echo 'Local file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz'
3632024-06-04T10:23:00.984Z+ mkdir -p out/downloads
3642024-06-04T10:23:00.984ZURL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz
3652024-06-04T10:23:00.984ZLocal file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz
3662024-06-04T10:23:00.984Z+ mkdir -p ./out/clickhouse
3672024-06-04T10:23:00.984Z+ local DO_DOWNLOAD=true
3682024-06-04T10:23:00.984Z+ [[ -f out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ]]
3692024-06-04T10:23:00.984Z+ '[' true == true ']'
3702024-06-04T10:23:00.984Z+ echo Downloading...
3712024-06-04T10:23:00.984ZDownloading...
3722024-06-04T10:23:00.984Z+ 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
3732024-06-04T10:23:00.984Z+ 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
3742024-06-04T10:23:08.461Z++ do_md5sum out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz
3752024-06-04T10:23:08.485Z++ md5sum
3762024-06-04T10:23:08.485Z++ awk '{print $1}'
3772024-06-04T10:23:08.729Z+ calculated_md5=409222de8ecb59e5dd97dcc942ccdffe
3782024-06-04T10:23:08.729Z+ [[ 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 ]]
3792024-06-04T10:23:08.729Z+ do_untar out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ./out/clickhouse
3802024-06-04T10:23:08.754Z+ mkdir -p ./out/clickhouse
3812024-06-04T10:23:08.754Z+ tar xzf out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz -C ./out/clickhouse
3822024-06-04T10:23:13.953Z+ [[ solaris2.11 == darwin* ]]
3832024-06-04T10:23:13.953Z+ ./out/clickhouse/clickhouse server --version
3842024-06-04T10:23:14.099ZClickHouse server version 23.8.7.1.
3852024-06-04T10:23:14.126Z+ set -o errexit
3862024-06-04T10:23:14.150Z+++ dirname ./tools/ci_download_console
3872024-06-04T10:23:14.150Z++ cd ./tools
3882024-06-04T10:23:14.150Z++ pwd
3892024-06-04T10:23:14.150Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3902024-06-04T10:23:14.150Z++ basename ./tools/ci_download_console
3912024-06-04T10:23:14.150Z+ ARG0=ci_download_console
3922024-06-04T10:23:14.150Z+ TARGET_DIR=out
3932024-06-04T10:23:14.150Z+ DOWNLOAD_DIR=out/downloads
3942024-06-04T10:23:14.151Z+ DEST_DIR=./out/console-assets
3952024-06-04T10:23:14.151Z+ source /work/oxidecomputer/omicron/tools/console_version
3962024-06-04T10:23:14.151Z++ COMMIT=a228b75ba35952b68c0b8b0892c452d4fc29467a
3972024-06-04T10:23:14.151Z++ SHA2=8d5b06680e5986b633b3f97e46d7823ea2dddf2b98930d8c6a4f7dc1eb382048
3982024-06-04T10:23:14.151Z+ URL=https://dl.oxide.computer/releases/console/a228b75ba35952b68c0b8b0892c452d4fc29467a.tar.gz
3992024-06-04T10:23:14.151Z+ TARBALL_FILE=out/downloads/console.tar.gz
4002024-06-04T10:23:14.151Z+ main
4012024-06-04T10:23:14.151Z+ [[ 0 != 0 ]]
4022024-06-04T10:23:14.151Z+ echo 'URL: https://dl.oxide.computer/releases/console/a228b75ba35952b68c0b8b0892c452d4fc29467a.tar.gz'
4032024-06-04T10:23:14.151Z+ echo 'Local file: out/downloads/console.tar.gz'
4042024-06-04T10:23:14.151ZURL: https://dl.oxide.computer/releases/console/a228b75ba35952b68c0b8b0892c452d4fc29467a.tar.gz
4052024-06-04T10:23:14.151ZLocal file: out/downloads/console.tar.gz
4062024-06-04T10:23:14.151Z+ local DO_DOWNLOAD=true
4072024-06-04T10:23:14.151Z+ [[ -f out/downloads/console.tar.gz ]]
4082024-06-04T10:23:14.151Z+ mkdir -p out/downloads
4092024-06-04T10:23:14.151Z+ '[' true == true ']'
4102024-06-04T10:23:14.151Z+ echo Downloading...
4112024-06-04T10:23:14.151ZDownloading...
4122024-06-04T10:23:14.151Z+ do_download_curl https://dl.oxide.computer/releases/console/a228b75ba35952b68c0b8b0892c452d4fc29467a.tar.gz out/downloads/console.tar.gz
4132024-06-04T10:23:14.151Z+ curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/a228b75ba35952b68c0b8b0892c452d4fc29467a.tar.gz
4142024-06-04T10:23:14.542Z++ do_sha256sum out/downloads/console.tar.gz
4152024-06-04T10:23:14.542Z++ case "$OSTYPE" in
4162024-06-04T10:23:14.542Z++ SHA=sha256sum
4172024-06-04T10:23:14.567Z++ sha256sum
4182024-06-04T10:23:14.567Z++ awk '{print $1}'
4192024-06-04T10:23:14.567Z+ calculated_sha2=8d5b06680e5986b633b3f97e46d7823ea2dddf2b98930d8c6a4f7dc1eb382048
4202024-06-04T10:23:14.567Z+ [[ 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 ]]
4212024-06-04T10:23:14.567Z+ rm -rf ./out/console-assets
4222024-06-04T10:23:14.567Z+ mkdir -p ./out/console-assets
4232024-06-04T10:23:14.567Z+ do_untar out/downloads/console.tar.gz ./out/console-assets
4242024-06-04T10:23:14.568Z+ mkdir -p ./out/console-assets
4252024-06-04T10:23:14.568Z+ tar xzf out/downloads/console.tar.gz -C ./out/console-assets
4262024-06-04T10:23:14.694Z+ set -o errexit
4272024-06-04T10:23:14.718Z+++ dirname ./tools/ci_download_dendrite_openapi
4282024-06-04T10:23:14.718Z++ cd ./tools
4292024-06-04T10:23:14.718Z++ pwd
4302024-06-04T10:23:14.718Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4312024-06-04T10:23:14.718Z++ basename ./tools/ci_download_dendrite_openapi
4322024-06-04T10:23:14.718Z+ ARG0=ci_download_dendrite_openapi
4332024-06-04T10:23:14.718Z+ TARGET_DIR=out
4342024-06-04T10:23:14.718Z+ DOWNLOAD_DIR=out/downloads
4352024-06-04T10:23:14.718Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
4362024-06-04T10:23:14.718Z++ COMMIT=6334bf74fa21790c15f1c4e494ea2ec0edd1c83c
4372024-06-04T10:23:14.719Z++ SHA2=213031aa058f0aa355964e4a5ca350db30110454bad5c77cbc94ab77fdcbe013
4382024-06-04T10:23:14.719Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/6334bf74fa21790c15f1c4e494ea2ec0edd1c83c/dpd.json
4392024-06-04T10:23:14.719Z+ LOCAL_FILE=out/downloads/dpd-6334bf74fa21790c15f1c4e494ea2ec0edd1c83c.json
4402024-06-04T10:23:14.719Z+ main
4412024-06-04T10:23:14.719Z+ [[ 0 != 0 ]]
4422024-06-04T10:23:14.719Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/6334bf74fa21790c15f1c4e494ea2ec0edd1c83c/dpd.json'
4432024-06-04T10:23:14.719ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/6334bf74fa21790c15f1c4e494ea2ec0edd1c83c/dpd.json
4442024-06-04T10:23:14.719Z+ echo 'Local file: out/downloads/dpd-6334bf74fa21790c15f1c4e494ea2ec0edd1c83c.json'
4452024-06-04T10:23:14.719ZLocal file: out/downloads/dpd-6334bf74fa21790c15f1c4e494ea2ec0edd1c83c.json
4462024-06-04T10:23:14.719Z+ local DO_DOWNLOAD=true
4472024-06-04T10:23:14.719Z+ [[ -f out/downloads/dpd-6334bf74fa21790c15f1c4e494ea2ec0edd1c83c.json ]]
4482024-06-04T10:23:14.719Z+ mkdir -p out/downloads
4492024-06-04T10:23:14.719Z+ '[' true == true ']'
4502024-06-04T10:23:14.719Z+ echo Downloading...
4512024-06-04T10:23:14.719Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/6334bf74fa21790c15f1c4e494ea2ec0edd1c83c/dpd.json out/downloads/dpd-6334bf74fa21790c15f1c4e494ea2ec0edd1c83c.json
4522024-06-04T10:23:14.719ZDownloading...
4532024-06-04T10:23:14.719Z+ 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
4542024-06-04T10:23:15.003Z++ do_sha256sum out/downloads/dpd-6334bf74fa21790c15f1c4e494ea2ec0edd1c83c.json
4552024-06-04T10:23:15.003Z++ case "$OSTYPE" in
4562024-06-04T10:23:15.003Z++ SHA=sha256sum
4572024-06-04T10:23:15.027Z++ sha256sum
4582024-06-04T10:23:15.027Z++ awk '{print $1}'
4592024-06-04T10:23:15.027Z+ calculated_sha2=213031aa058f0aa355964e4a5ca350db30110454bad5c77cbc94ab77fdcbe013
4602024-06-04T10:23:15.028Z+ [[ 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 ]]
4612024-06-04T10:23:15.028Z+ set -o errexit
4622024-06-04T10:23:15.028Z+++ dirname ./tools/ci_download_dendrite_stub
4632024-06-04T10:23:15.028Z++ cd ./tools
4642024-06-04T10:23:15.028Z++ pwd
4652024-06-04T10:23:15.028Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4662024-06-04T10:23:15.053Z++ basename ./tools/ci_download_dendrite_stub
4672024-06-04T10:23:15.053Z+ ARG0=ci_download_dendrite_stub
4682024-06-04T10:23:15.053Z+ source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums
4692024-06-04T10:23:15.053Z++ CIDL_SHA256_ILLUMOS=5929f9abf0daf4bbf17d835e5d69fc842b9617b312fb5644fa99daf785203700
4702024-06-04T10:23:15.053Z++ CIDL_SHA256_LINUX_DPD=fa38138db9ce1c2cababd11dd9ef1289295e4a8185c78372f6ff1a090c75a05b
4712024-06-04T10:23:15.053Z++ CIDL_SHA256_LINUX_SWADM=ebda6c0a8e29f40c389337fe2e37c1191eeeb34d729de7724b6d707bb6c9a882
4722024-06-04T10:23:15.053Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
4732024-06-04T10:23:15.053Z++ COMMIT=6334bf74fa21790c15f1c4e494ea2ec0edd1c83c
4742024-06-04T10:23:15.053Z++ SHA2=213031aa058f0aa355964e4a5ca350db30110454bad5c77cbc94ab77fdcbe013
4752024-06-04T10:23:15.053Z+ TARGET_DIR=out
4762024-06-04T10:23:15.054Z+ DOWNLOAD_DIR=out/downloads
4772024-06-04T10:23:15.054Z+ DEST_DIR=./out/dendrite-stub
4782024-06-04T10:23:15.054Z+ BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin
4792024-06-04T10:23:15.054Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
4802024-06-04T10:23:15.054Z+ REPO=oxidecomputer/dendrite
4812024-06-04T10:23:15.054Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/6334bf74fa21790c15f1c4e494ea2ec0edd1c83c
4822024-06-04T10:23:15.054Z+ main
4832024-06-04T10:23:15.054Z+ [[ 0 != 0 ]]
4842024-06-04T10:23:15.054Z+ CIDL_OS=solaris2.11
4852024-06-04T10:23:15.054Z+ [[ 0 != 0 ]]
4862024-06-04T10:23:15.054Z+ configure_os solaris2.11
4872024-06-04T10:23:15.054Z+ echo 'current directory: /work/oxidecomputer/omicron'
4882024-06-04T10:23:15.054Z+ echo 'configuring based on OS: "solaris2.11"'
4892024-06-04T10:23:15.054Zcurrent directory: /work/oxidecomputer/omicron
4902024-06-04T10:23:15.054Zconfiguring based on OS: "solaris2.11"
4912024-06-04T10:23:15.054Z+ case "$1" in
4922024-06-04T10:23:15.054Z+ SET_BINARIES=
4932024-06-04T10:23:15.054Z+ CIDL_SHA256=5929f9abf0daf4bbf17d835e5d69fc842b9617b312fb5644fa99daf785203700
4942024-06-04T10:23:15.054Z+ CIDL_SHA256FUNC=do_sha256sum
4952024-06-04T10:23:15.054Z+ TARBALL_FILENAME=dendrite-stub.tar.gz
4962024-06-04T10:23:15.054Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/6334bf74fa21790c15f1c4e494ea2ec0edd1c83c/dendrite-stub.tar.gz
4972024-06-04T10:23:15.054Z+ TARBALL_FILE=out/downloads/dendrite-stub.tar.gz
4982024-06-04T10:23:15.054Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/6334bf74fa21790c15f1c4e494ea2ec0edd1c83c/dendrite-stub.tar.gz'
4992024-06-04T10:23:15.054Z+ echo 'Local file: out/downloads/dendrite-stub.tar.gz'
5002024-06-04T10:23:15.055Z+ mkdir -p out/downloads
5012024-06-04T10:23:15.055ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/6334bf74fa21790c15f1c4e494ea2ec0edd1c83c/dendrite-stub.tar.gz
5022024-06-04T10:23:15.055ZLocal file: out/downloads/dendrite-stub.tar.gz
5032024-06-04T10:23:15.055Z+ mkdir -p ./out/dendrite-stub
5042024-06-04T10:23:15.055Z+ fetch_and_verify
5052024-06-04T10:23:15.055Z+ local DO_DOWNLOAD=true
5062024-06-04T10:23:15.055Z+ [[ -f out/downloads/dendrite-stub.tar.gz ]]
5072024-06-04T10:23:15.055Z+ '[' true == true ']'
5082024-06-04T10:23:15.055Z+ echo Downloading...
5092024-06-04T10:23:15.055ZDownloading...
5102024-06-04T10:23:15.055Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/6334bf74fa21790c15f1c4e494ea2ec0edd1c83c/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz
5112024-06-04T10:23:15.055Z+ 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
5122024-06-04T10:23:22.661Z++ do_sha256sum out/downloads/dendrite-stub.tar.gz
5132024-06-04T10:23:22.692Z++ sha256sum
5142024-06-04T10:23:22.693Z++ awk '{print $1}'
5152024-06-04T10:23:22.770Z+ calculated_sha256=5929f9abf0daf4bbf17d835e5d69fc842b9617b312fb5644fa99daf785203700
5162024-06-04T10:23:22.770Z+ [[ 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 ]]
5172024-06-04T10:23:22.770Z+ do_untar out/downloads/dendrite-stub.tar.gz
5182024-06-04T10:23:22.770Z+ tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads
5192024-06-04T10:23:23.558Z+ do_assemble
5202024-06-04T10:23:23.558Z+ rm -r ./out/dendrite-stub
5212024-06-04T10:23:23.583Z+ mkdir ./out/dendrite-stub
5222024-06-04T10:23:23.583Z+ cp -r out/downloads/root ./out/dendrite-stub/root
5232024-06-04T10:23:23.719Z+ ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin
5242024-06-04T10:23:23.743Z+ set -o errexit
5252024-06-04T10:23:23.743Z+++ dirname ./tools/ci_download_maghemite_mgd
5262024-06-04T10:23:23.743Z++ cd ./tools
5272024-06-04T10:23:23.743Z++ pwd
5282024-06-04T10:23:23.743Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5292024-06-04T10:23:23.743Z++ basename ./tools/ci_download_maghemite_mgd
5302024-06-04T10:23:23.768Z+ ARG0=ci_download_maghemite_mgd
5312024-06-04T10:23:23.769Z+ source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums
5322024-06-04T10:23:23.769Z++ CIDL_SHA256=6ae4bc3b332e91706c1c6633a7fc218aac65b7feff5643ee2dbbe79b841e0df3
5332024-06-04T10:23:23.769Z++ MGD_LINUX_SHA256=7930008cf8ce535a8b31043fc3edde0e825bd54d75f73234929bd0037ecc3a41
5342024-06-04T10:23:23.769Z+ source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version
5352024-06-04T10:23:23.769Z++ COMMIT=5630887d0373857f77cb264f84aa19bdec720ce3
5362024-06-04T10:23:23.769Z++ SHA2=fdb33ee7425923560534672264008ef8948d227afce948ab704de092ad72157c
5372024-06-04T10:23:23.769Z+ TARGET_DIR=out
5382024-06-04T10:23:23.769Z+ DOWNLOAD_DIR=out/downloads
5392024-06-04T10:23:23.769Z+ DEST_DIR=./out/mgd
5402024-06-04T10:23:23.769Z+ BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin
5412024-06-04T10:23:23.769Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
5422024-06-04T10:23:23.769Z+ REPO=oxidecomputer/maghemite
5432024-06-04T10:23:23.769Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/5630887d0373857f77cb264f84aa19bdec720ce3
5442024-06-04T10:23:23.769Z+ main
5452024-06-04T10:23:23.769Z+ rm -rf out/downloads/root
5462024-06-04T10:23:23.769Z+ [[ 0 != 0 ]]
5472024-06-04T10:23:23.769Z+ CIDL_OS=solaris2.11
5482024-06-04T10:23:23.769Z+ [[ 0 != 0 ]]
5492024-06-04T10:23:23.770Z+ configure_os solaris2.11
5502024-06-04T10:23:23.770Z+ echo 'current directory: /work/oxidecomputer/omicron'
5512024-06-04T10:23:23.770Z+ echo 'configuring based on OS: "solaris2.11"'
5522024-06-04T10:23:23.770Zcurrent directory: /work/oxidecomputer/omicron
5532024-06-04T10:23:23.770Zconfiguring based on OS: "solaris2.11"
5542024-06-04T10:23:23.770Z+ case "$1" in
5552024-06-04T10:23:23.770Z+ SET_BINARIES=
5562024-06-04T10:23:23.770Z+ CIDL_SHA256FUNC=do_sha256sum
5572024-06-04T10:23:23.770Z+ TARBALL_FILENAME=mgd.tar.gz
5582024-06-04T10:23:23.770Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/5630887d0373857f77cb264f84aa19bdec720ce3/mgd.tar.gz
5592024-06-04T10:23:23.770Z+ TARBALL_FILE=out/downloads/mgd.tar.gz
5602024-06-04T10:23:23.770Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/5630887d0373857f77cb264f84aa19bdec720ce3/mgd.tar.gz'
5612024-06-04T10:23:23.770ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/5630887d0373857f77cb264f84aa19bdec720ce3/mgd.tar.gz
5622024-06-04T10:23:23.770Z+ echo 'Local file: out/downloads/mgd.tar.gz'
5632024-06-04T10:23:23.770Z+ mkdir -p out/downloads
5642024-06-04T10:23:23.770ZLocal file: out/downloads/mgd.tar.gz
5652024-06-04T10:23:23.770Z+ mkdir -p ./out/mgd
5662024-06-04T10:23:23.770Z+ fetch_and_verify
5672024-06-04T10:23:23.770Z+ local DO_DOWNLOAD=true
5682024-06-04T10:23:23.770Z+ [[ -f out/downloads/mgd.tar.gz ]]
5692024-06-04T10:23:23.770Z+ '[' true == true ']'
5702024-06-04T10:23:23.770Z+ echo Downloading...
5712024-06-04T10:23:23.771ZDownloading...
5722024-06-04T10:23:23.771Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/5630887d0373857f77cb264f84aa19bdec720ce3/mgd.tar.gz out/downloads/mgd.tar.gz
5732024-06-04T10:23:23.771Z+ curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/5630887d0373857f77cb264f84aa19bdec720ce3/mgd.tar.gz
5742024-06-04T10:23:31.112Z++ do_sha256sum out/downloads/mgd.tar.gz
5752024-06-04T10:23:31.559Z++ sha256sum
5762024-06-04T10:23:31.559Z++ awk '{print $1}'
5772024-06-04T10:23:31.594Z+ calculated_sha256=6ae4bc3b332e91706c1c6633a7fc218aac65b7feff5643ee2dbbe79b841e0df3
5782024-06-04T10:23:31.594Z+ [[ 6ae4bc3b332e91706c1c6633a7fc218aac65b7feff5643ee2dbbe79b841e0df3 != \6\a\e\4\b\c\3\b\3\3\2\e\9\1\7\0\6\c\1\c\6\6\3\3\a\7\f\c\2\1\8\a\a\c\6\5\b\7\f\e\f\f\5\6\4\3\e\e\2\d\b\b\e\7\9\b\8\4\1\e\0\d\f\3 ]]
5792024-06-04T10:23:31.594Z+ do_untar out/downloads/mgd.tar.gz
5802024-06-04T10:23:31.594Z+ tar xzf out/downloads/mgd.tar.gz -C out/downloads
5812024-06-04T10:23:31.937Z+ do_assemble
5822024-06-04T10:23:31.937Z+ rm -r ./out/mgd
5832024-06-04T10:23:31.966Z+ mkdir ./out/mgd
5842024-06-04T10:23:31.966Z+ cp -r out/downloads/root ./out/mgd/root
5852024-06-04T10:23:32.491Z+ set -o errexit
5862024-06-04T10:23:32.518Z+++ dirname ./tools/ci_download_transceiver_control
5872024-06-04T10:23:32.519Z++ cd ./tools
5882024-06-04T10:23:32.519Z++ pwd
5892024-06-04T10:23:32.519Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5902024-06-04T10:23:32.519Z++ basename ./tools/ci_download_transceiver_control
5912024-06-04T10:23:32.519Z+ ARG0=ci_download_transceiver_control
5922024-06-04T10:23:32.520Z+ source /work/oxidecomputer/omicron/tools/transceiver_control_version
5932024-06-04T10:23:32.520Z++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a
5942024-06-04T10:23:32.520Z++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
5952024-06-04T10:23:32.520Z+ TARGET_DIR=out
5962024-06-04T10:23:32.521Z+ DOWNLOAD_DIR=out/downloads
5972024-06-04T10:23:32.521Z+ DEST_DIR=./out/transceiver-control
5982024-06-04T10:23:32.521Z+ BIN_DIR=/opt/oxide/bin
5992024-06-04T10:23:32.521Z+ BINARY=xcvradm
6002024-06-04T10:23:32.521Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
6012024-06-04T10:23:32.521Z+ REPO=oxidecomputer/transceiver-control
6022024-06-04T10:23:32.522Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a
6032024-06-04T10:23:32.522Z+ main
6042024-06-04T10:23:32.523Z+ [[ 0 != 0 ]]
6052024-06-04T10:23:32.523Z+ CIDL_OS=solaris2.11
6062024-06-04T10:23:32.523Z+ [[ 0 != 0 ]]
6072024-06-04T10:23:32.523Z+ configure_os solaris2.11
6082024-06-04T10:23:32.523Z+ echo 'current directory: /work/oxidecomputer/omicron'
6092024-06-04T10:23:32.523Z+ echo 'configuring based on OS: "solaris2.11"'
6102024-06-04T10:23:32.524Z+ case "$1" in
6112024-06-04T10:23:32.524Z+ SET_BINARIES=
6122024-06-04T10:23:32.524Z+ CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6132024-06-04T10:23:32.524Zcurrent directory: /work/oxidecomputer/omicron
6142024-06-04T10:23:32.524Z+ CIDL_SHA256FUNC=do_sha256sum
6152024-06-04T10:23:32.524Z+ ARCHIVE_FILENAME=xcvradm.gz
6162024-06-04T10:23:32.524Zconfiguring based on OS: "solaris2.11"
6172024-06-04T10:23:32.525ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6182024-06-04T10:23:32.525Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6192024-06-04T10:23:32.525Z+ ARCHIVE_FILE=out/downloads/xcvradm.gz
6202024-06-04T10:23:32.525Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz'
6212024-06-04T10:23:32.525Z+ echo 'Local file: out/downloads/xcvradm.gz'
6222024-06-04T10:23:32.525ZLocal file: out/downloads/xcvradm.gz
6232024-06-04T10:23:32.526Z+ mkdir -p out/downloads
6242024-06-04T10:23:32.526Z+ mkdir -p ./out/transceiver-control
6252024-06-04T10:23:32.526Z+ fetch_and_verify
6262024-06-04T10:23:32.526Z+ local DO_DOWNLOAD=true
6272024-06-04T10:23:32.527Z+ [[ -f out/downloads/xcvradm.gz ]]
6282024-06-04T10:23:32.527Z+ '[' true == true ']'
6292024-06-04T10:23:32.527Z+ echo Downloading...
6302024-06-04T10:23:32.527ZDownloading...
6312024-06-04T10:23:32.527Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz
6322024-06-04T10:23:32.528Z+ 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
6332024-06-04T10:23:35.447Z++ do_sha256sum out/downloads/xcvradm.gz
6342024-06-04T10:23:35.476Z++ sha256sum
6352024-06-04T10:23:35.477Z++ awk '{print $1}'
6362024-06-04T10:23:35.477Z+ calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6372024-06-04T10:23:35.477Z+ [[ 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 ]]
6382024-06-04T10:23:35.477Z+ do_unpack out/downloads/xcvradm.gz
6392024-06-04T10:23:35.477Z+ mkdir -p out/downloads/root//opt/oxide/bin
6402024-06-04T10:23:35.477Z+ gzip -dc out/downloads/xcvradm.gz
6412024-06-04T10:23:35.602Z+ chmod +x out/downloads/root//opt/oxide/bin/xcvradm
6422024-06-04T10:23:35.627Z+ do_assemble
6432024-06-04T10:23:35.627Z+ rm -r ./out/transceiver-control
6442024-06-04T10:23:35.627Z+ mkdir ./out/transceiver-control
6452024-06-04T10:23:35.627Z+ cp -r out/downloads/root ./out/transceiver-control/root
6462024-06-04T10:23:35.703Z+ set -o errexit
6472024-06-04T10:23:35.728Z+++ dirname ./tools/ci_download_thundermuffin
6482024-06-04T10:23:35.728Z++ cd ./tools
6492024-06-04T10:23:35.728Z++ pwd
6502024-06-04T10:23:35.728Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
6512024-06-04T10:23:35.728Z++ basename ./tools/ci_download_thundermuffin
6522024-06-04T10:23:35.728Z+ ARG0=ci_download_thundermuffin
6532024-06-04T10:23:35.728Z+ source /work/oxidecomputer/omicron/tools/thundermuffin_checksums
6542024-06-04T10:23:35.728Z++ CIDL_SHA256=dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa
6552024-06-04T10:23:35.728Z+ source /work/oxidecomputer/omicron/tools/thundermuffin_version
6562024-06-04T10:23:35.728Z++ COMMIT=a4a6108d7c9aac2464a0b6898e88132a8f701a13
6572024-06-04T10:23:35.728Z+ TARGET_DIR=out
6582024-06-04T10:23:35.728Z+ DOWNLOAD_DIR=out/downloads
6592024-06-04T10:23:35.728Z+ DEST_DIR=./out/thundermuffin
6602024-06-04T10:23:35.729Z+ BIN_DIR=./out/thundermuffin/root/opt/oxide/thundermuffin/bin
6612024-06-04T10:23:35.729Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
6622024-06-04T10:23:35.729Z+ REPO=oxidecomputer/thundermuffin
6632024-06-04T10:23:35.729Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13
6642024-06-04T10:23:35.729Z+ main
6652024-06-04T10:23:35.729Z+ rm -rf out/downloads/root
6662024-06-04T10:23:35.729Z+ [[ 0 != 0 ]]
6672024-06-04T10:23:35.729Z+ CIDL_OS=solaris2.11
6682024-06-04T10:23:35.729Z+ [[ 0 != 0 ]]
6692024-06-04T10:23:35.729Z+ configure_os solaris2.11
6702024-06-04T10:23:35.729Z+ echo 'current directory: /work/oxidecomputer/omicron'
6712024-06-04T10:23:35.729Z+ echo 'configuring based on OS: "solaris2.11"'
6722024-06-04T10:23:35.729Zcurrent directory: /work/oxidecomputer/omicron
6732024-06-04T10:23:35.729Zconfiguring based on OS: "solaris2.11"
6742024-06-04T10:23:35.729Z+ case "$1" in
6752024-06-04T10:23:35.729Z+ SET_BINARIES=
6762024-06-04T10:23:35.729Z+ CIDL_SHA256FUNC=do_sha256sum
6772024-06-04T10:23:35.729Z+ TARBALL_FILENAME=thundermuffin.tar.gz
6782024-06-04T10:23:35.729Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz
6792024-06-04T10:23:35.729Z+ TARBALL_FILE=out/downloads/thundermuffin.tar.gz
6802024-06-04T10:23:35.729Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz'
6812024-06-04T10:23:35.729ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz
6822024-06-04T10:23:35.729Z+ echo 'Local file: out/downloads/thundermuffin.tar.gz'
6832024-06-04T10:23:35.730Z+ mkdir -p out/downloads
6842024-06-04T10:23:35.730ZLocal file: out/downloads/thundermuffin.tar.gz
6852024-06-04T10:23:35.730Z+ mkdir -p ./out/thundermuffin
6862024-06-04T10:23:35.754Z+ fetch_and_verify
6872024-06-04T10:23:35.754Z+ local DO_DOWNLOAD=true
6882024-06-04T10:23:35.754Z+ [[ -f out/downloads/thundermuffin.tar.gz ]]
6892024-06-04T10:23:35.754Z+ '[' true == true ']'
6902024-06-04T10:23:35.754Z+ echo Downloading...
6912024-06-04T10:23:35.754ZDownloading...
6922024-06-04T10:23:35.754Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz out/downloads/thundermuffin.tar.gz
6932024-06-04T10:23:35.754Z+ 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
6942024-06-04T10:23:36.786Z++ do_sha256sum out/downloads/thundermuffin.tar.gz
6952024-06-04T10:23:36.811Z++ sha256sum
6962024-06-04T10:23:36.811Z++ awk '{print $1}'
6972024-06-04T10:23:36.811Z+ calculated_sha256=dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa
6982024-06-04T10:23:36.811Z+ [[ 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 ]]
6992024-06-04T10:23:36.811Z+ do_untar out/downloads/thundermuffin.tar.gz
7002024-06-04T10:23:36.811Z+ tar xzf out/downloads/thundermuffin.tar.gz -C out/downloads
7012024-06-04T10:23:36.885Z+ do_assemble
7022024-06-04T10:23:36.885Z+ rm -r ./out/thundermuffin
7032024-06-04T10:23:36.911Z+ mkdir ./out/thundermuffin
7042024-06-04T10:23:36.911Z+ cp -r out/downloads/root ./out/thundermuffin/root
7052024-06-04T10:23:36.935ZAll builder prerequisites installed successfully, and PATH looks valid
7062024-06-04T10:23:36.935Z
7072024-06-04T10:23:36.935Zreal 1:44.056082941
7082024-06-04T10:23:36.935Zuser 44.346013444
7092024-06-04T10:23:36.935Zsys 11.834126217
7102024-06-04T10:23:36.935Ztrap 0.013364127
7112024-06-04T10:23:36.935Ztflt 0.010238042
7122024-06-04T10:23:36.936Zdflt 0.019416299
7132024-06-04T10:23:36.936Zkflt 0.005259131
7142024-06-04T10:23:36.936Zlock 1.446583338
7152024-06-04T10:23:36.936Zslp 3:23.798535604
7162024-06-04T10:23:36.936Zlat 4.500242451
7172024-06-04T10:23:36.936Zstop 0.063134206
7182024-06-04T10:23:36.936Z
7192024-06-04T10:23:36.936Z #### # # ##### ##### # #
7202024-06-04T10:23:36.936Z # # # # # # # # # #
7212024-06-04T10:23:36.936Z # # # # # # # #
7222024-06-04T10:23:36.936Z # # # ##### ##### #
7232024-06-04T10:23:36.936Z # # # # # # #
7242024-06-04T10:23:36.936Z #### ###### # # # #
7252024-06-04T10:23:36.936Z
7262024-06-04T10:23:37.308Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
7272024-06-04T10:23:37.877Z Updating git repository `https://github.com/oxidecomputer/zone`
7282024-06-04T10:23:38.382Z Updating crates.io index
7292024-06-04T10:23:38.406Z Updating git repository `https://github.com/oxidecomputer/dropshot`
7302024-06-04T10:23:39.264Z Updating git repository `https://github.com/oxidecomputer/maghemite`
7312024-06-04T10:23:40.173Z Updating git repository `https://github.com/oxidecomputer/oxnet`
7322024-06-04T10:23:40.626Z Updating git repository `https://github.com/oxidecomputer/progenitor`
7332024-06-04T10:23:42.890Z Updating git repository `http://github.com/oxidecomputer/serde_human_bytes`
7342024-06-04T10:23:43.362Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
7352024-06-04T10:23:43.822Z Updating git repository `https://github.com/oxidecomputer/propolis`
7362024-06-04T10:23:45.093Z Updating git repository `https://github.com/oxidecomputer/crucible`
7372024-06-04T10:23:47.050Z Updating git repository `https://github.com/oxidecomputer/opte`
7382024-06-04T10:23:48.260Z Updating git repository `https://github.com/oxidecomputer/falcon`
7392024-06-04T10:23:49.172Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
7402024-06-04T10:23:49.992Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
7412024-06-04T10:23:50.473Z Updating git repository `http://github.com/oxidecomputer/sprockets`
7422024-06-04T10:23:51.090Z Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel`
7432024-06-04T10:23:51.559Z Updating git repository `https://github.com/oxidecomputer/diesel-dtrace`
7442024-06-04T10:23:52.042Z Updating git repository `http://github.com/oxidecomputer/tofino`
7452024-06-04T10:23:52.634Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
7462024-06-04T10:23:53.151Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
7472024-06-04T10:23:53.654Z Updating git repository `https://github.com/oxidecomputer/libnvme`
7482024-06-04T10:23:54.130Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
7492024-06-04T10:23:54.734Z Updating git repository `https://github.com/oxidecomputer/ispf`
7502024-06-04T10:23:55.245Z Updating git repository `https://github.com/oxidecomputer/poptrie`
7512024-06-04T10:23:55.842Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
7522024-06-04T10:23:56.558Z Updating git repository `https://github.com/jgallagher/nix`
7532024-06-04T10:23:57.682Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
7542024-06-04T10:23:58.138Z Updating git repository `https://github.com/cbiffle/hubpack.git`
7552024-06-04T10:23:58.654Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
7562024-06-04T10:23:59.195Z Updating git repository `https://github.com/oxidecomputer/typify`
7572024-06-04T10:24:01.501Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
7582024-06-04T10:24:01.982Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
7592024-06-04T10:24:02.386Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
7602024-06-04T10:24:03.008Z Updating git repository `https://github.com/oxidecomputer/rfb`
7612024-06-04T10:24:04.693Z Downloading crates ...
7622024-06-04T10:24:04.759Z Downloaded adler v1.0.2
7632024-06-04T10:24:04.784Z Downloaded anstyle v1.0.7
7642024-06-04T10:24:04.784Z Downloaded anstyle-parse v0.2.4
7652024-06-04T10:24:04.785Z Downloaded bitflags v2.5.0
7662024-06-04T10:24:04.785Z Downloaded base64 v0.21.7
7672024-06-04T10:24:04.809Z Downloaded deranged v0.3.11
7682024-06-04T10:24:04.809Z Downloaded serde_urlencoded v0.7.1
7692024-06-04T10:24:04.809Z Downloaded sync_wrapper v0.1.2
7702024-06-04T10:24:04.809Z Downloaded ryu v1.0.18
7712024-06-04T10:24:04.809Z Downloaded rustversion v1.0.17
7722024-06-04T10:24:04.834Z Downloaded try-lock v0.2.5
7732024-06-04T10:24:04.834Z Downloaded tinyvec_macros v0.1.1
7742024-06-04T10:24:04.834Z Downloaded proc-macro2 v1.0.82
7752024-06-04T10:24:04.834Z Downloaded mio v0.8.11
7762024-06-04T10:24:04.858Z Downloaded tower-service v0.3.2
7772024-06-04T10:24:04.858Z Downloaded want v0.3.1
7782024-06-04T10:24:04.858Z Downloaded time-macros v0.2.18
7792024-06-04T10:24:04.858Z Downloaded libc v0.2.155
7802024-06-04T10:24:04.884Z Downloaded tokio-native-tls v0.3.1
7812024-06-04T10:24:04.884Z Downloaded xattr v1.3.1
7822024-06-04T10:24:04.884Z Downloaded semver v1.0.23
7832024-06-04T10:24:04.884Z Downloaded tracing-core v0.1.32
7842024-06-04T10:24:04.908Z Downloaded typenum v1.17.0
7852024-06-04T10:24:04.908Z Downloaded unicode-ident v1.0.12
7862024-06-04T10:24:04.908Z Downloaded slog v2.7.0
7872024-06-04T10:24:04.908Z Downloaded toml v0.8.13
7882024-06-04T10:24:04.908Z Downloaded serde_derive v1.0.203
7892024-06-04T10:24:04.908Z Downloaded time v0.3.36
7902024-06-04T10:24:04.934Z Downloaded unicode-bidi v0.3.15
7912024-06-04T10:24:04.934Z Downloaded serde v1.0.203
7922024-06-04T10:24:04.934Z Downloaded toml_edit v0.22.13
7932024-06-04T10:24:04.958Z Downloaded serde_json v1.0.117
7942024-06-04T10:24:04.958Z Downloaded syn v2.0.64
7952024-06-04T10:24:04.982Z Downloaded winnow v0.6.8
7962024-06-04T10:24:04.982Z Downloaded vcpkg v0.2.15
7972024-06-04T10:24:05.030Z Downloaded tokio v1.37.0
7982024-06-04T10:24:05.077Z Downloaded url v2.5.0
7992024-06-04T10:24:05.102Z Downloaded unicode-normalization v0.1.23
8002024-06-04T10:24:05.102Z Downloaded tokio-util v0.7.11
8012024-06-04T10:24:05.102Z Downloaded tracing v0.1.40
8022024-06-04T10:24:05.102Z Downloaded strum_macros v0.26.2
8032024-06-04T10:24:05.102Z Downloaded smallvec v1.13.2
8042024-06-04T10:24:05.102Z Downloaded version_check v0.9.4
8052024-06-04T10:24:05.102Z Downloaded utf8parse v0.2.1
8062024-06-04T10:24:05.102Z Downloaded toml_datetime v0.6.6
8072024-06-04T10:24:05.102Z Downloaded tokio-macros v2.2.0
8082024-06-04T10:24:05.127Z Downloaded tinyvec v1.6.0
8092024-06-04T10:24:05.127Z Downloaded thread_local v1.1.8
8102024-06-04T10:24:05.127Z Downloaded thiserror-impl v1.0.60
8112024-06-04T10:24:05.127Z Downloaded thiserror v1.0.60
8122024-06-04T10:24:05.127Z Downloaded term v0.7.0
8132024-06-04T10:24:05.127Z Downloaded tar v0.4.40
8142024-06-04T10:24:05.127Z Downloaded slog-term v2.9.1
8152024-06-04T10:24:05.127Z Downloaded slog-bunyan v2.5.0
8162024-06-04T10:24:05.127Z Downloaded signal-hook-registry v1.4.2
8172024-06-04T10:24:05.127Z Downloaded terminal_size v0.3.0
8182024-06-04T10:24:05.152Z Downloaded strsim v0.11.1
8192024-06-04T10:24:05.152Z Downloaded socket2 v0.5.7
8202024-06-04T10:24:05.152Z Downloaded slog-json v2.6.1
8212024-06-04T10:24:05.152Z Downloaded sha2 v0.10.8
8222024-06-04T10:24:05.152Z Downloaded encoding_rs v0.8.34
8232024-06-04T10:24:05.176Z Downloaded swrite v0.1.0
8242024-06-04T10:24:05.176Z Downloaded slog-async v2.8.0
8252024-06-04T10:24:05.176Z Downloaded rustix v0.38.34
8262024-06-04T10:24:05.200Z Downloaded openssl v0.10.64
8272024-06-04T10:24:05.226Z Downloaded idna v0.5.0
8282024-06-04T10:24:05.226Z Downloaded reqwest v0.11.27
8292024-06-04T10:24:05.226Z Downloaded hyper v0.14.28
8302024-06-04T10:24:05.250Z Downloaded hashbrown v0.14.5
8312024-06-04T10:24:05.250Z Downloaded h2 v0.3.26
8322024-06-04T10:24:05.250Z Downloaded parking_lot v0.12.2
8332024-06-04T10:24:05.250Z Downloaded slab v0.4.9
8342024-06-04T10:24:05.250Z Downloaded once_cell v1.19.0
8352024-06-04T10:24:05.274Z Downloaded miniz_oxide v0.7.2
8362024-06-04T10:24:05.274Z Downloaded memchr v2.7.2
8372024-06-04T10:24:05.274Z Downloaded log v0.4.21
8382024-06-04T10:24:05.274Z Downloaded httparse v1.8.0
8392024-06-04T10:24:05.275Z Downloaded http v0.2.12
8402024-06-04T10:24:05.275Z Downloaded heck v0.5.0
8412024-06-04T10:24:05.275Z Downloaded time-core v0.1.2
8422024-06-04T10:24:05.275Z Downloaded take_mut v0.2.2
8432024-06-04T10:24:05.275Z Downloaded strum v0.26.2
8442024-06-04T10:24:05.275Z Downloaded scopeguard v1.2.0
8452024-06-04T10:24:05.308Z Downloaded rustls-pemfile v1.0.4
8462024-06-04T10:24:05.308Z Downloaded pkg-config v0.3.30
8472024-06-04T10:24:05.308Z Downloaded pin-utils v0.1.0
8482024-06-04T10:24:05.308Z Downloaded pin-project-lite v0.2.14
8492024-06-04T10:24:05.308Z Downloaded percent-encoding v2.3.1
8502024-06-04T10:24:05.308Z Downloaded parking_lot_core v0.9.10
8512024-06-04T10:24:05.309Z Downloaded openssl-sys v0.9.102
8522024-06-04T10:24:05.309Z Downloaded num_threads v0.1.7
8532024-06-04T10:24:05.309Z Downloaded num_cpus v1.16.0
8542024-06-04T10:24:05.334Z Downloaded native-tls v0.2.11
8552024-06-04T10:24:05.334Z Downloaded lock_api v0.4.12
8562024-06-04T10:24:05.334Z Downloaded itoa v1.0.11
8572024-06-04T10:24:05.334Z Downloaded is-terminal v0.4.12
8582024-06-04T10:24:05.334Z Downloaded indexmap v2.2.6
8592024-06-04T10:24:05.334Z Downloaded quote v1.0.36
8602024-06-04T10:24:05.334Z Downloaded powerfmt v0.2.0
8612024-06-04T10:24:05.334Z Downloaded openssl-probe v0.1.5
8622024-06-04T10:24:05.334Z Downloaded openssl-macros v0.1.1
8632024-06-04T10:24:05.334Z Downloaded num-conv v0.1.0
8642024-06-04T10:24:05.334Z Downloaded mime v0.3.17
8652024-06-04T10:24:05.335Z Downloaded md5 v0.7.0
8662024-06-04T10:24:05.335Z Downloaded match_cfg v0.1.0
8672024-06-04T10:24:05.335Z Downloaded macaddr v1.0.1
8682024-06-04T10:24:05.335Z Downloaded is_terminal_polyfill v1.70.0
8692024-06-04T10:24:05.335Z Downloaded ipnet v2.9.0
8702024-06-04T10:24:05.335Z Downloaded hyper-tls v0.5.0
8712024-06-04T10:24:05.335Z Downloaded httpdate v1.0.3
8722024-06-04T10:24:05.335Z Downloaded http-body v0.4.6
8732024-06-04T10:24:05.335Z Downloaded hostname v0.3.1
8742024-06-04T10:24:05.335Z Downloaded heck v0.4.1
8752024-06-04T10:24:05.359Z Downloaded generic-array v0.14.7
8762024-06-04T10:24:05.359Z Downloaded futures-util v0.3.30
8772024-06-04T10:24:05.359Z Downloaded futures-task v0.3.30
8782024-06-04T10:24:05.359Z Downloaded futures-sink v0.3.30
8792024-06-04T10:24:05.359Z Downloaded futures-macro v0.3.30
8802024-06-04T10:24:05.359Z Downloaded futures-io v0.3.30
8812024-06-04T10:24:05.360Z Downloaded futures-executor v0.3.30
8822024-06-04T10:24:05.360Z Downloaded futures-core v0.3.30
8832024-06-04T10:24:05.360Z Downloaded futures-channel v0.3.30
8842024-06-04T10:24:05.360Z Downloaded fs-err v2.11.0
8852024-06-04T10:24:05.384Z Downloaded flate2 v1.0.30
8862024-06-04T10:24:05.385Z Downloaded filetime v0.2.23
8872024-06-04T10:24:05.385Z Downloaded errno v0.3.9
8882024-06-04T10:24:05.385Z Downloaded equivalent v1.0.1
8892024-06-04T10:24:05.385Z Downloaded dirs-next v2.0.0
8902024-06-04T10:24:05.385Z Downloaded digest v0.10.7
8912024-06-04T10:24:05.385Z Downloaded crossbeam-channel v0.5.12
8922024-06-04T10:24:05.385Z Downloaded serde_spanned v0.6.6
8932024-06-04T10:24:05.385Z Downloaded futures v0.3.30
8942024-06-04T10:24:05.410Z Downloaded form_urlencoded v1.2.1
8952024-06-04T10:24:05.410Z Downloaded foreign-types-shared v0.1.1
8962024-06-04T10:24:05.410Z Downloaded foreign-types v0.3.2
8972024-06-04T10:24:05.410Z Downloaded fnv v1.0.7
8982024-06-04T10:24:05.410Z Downloaded dirs-sys-next v0.1.2
8992024-06-04T10:24:05.410Z Downloaded crossbeam-utils v0.8.19
9002024-06-04T10:24:05.410Z Downloaded cpufeatures v0.2.12
9012024-06-04T10:24:05.410Z Downloaded crypto-common v0.1.6
9022024-06-04T10:24:05.410Z Downloaded crc32fast v1.4.0
9032024-06-04T10:24:05.410Z Downloaded colorchoice v1.0.1
9042024-06-04T10:24:05.410Z Downloaded clap_lex v0.7.0
9052024-06-04T10:24:05.410Z Downloaded clap_derive v4.5.4
9062024-06-04T10:24:05.410Z Downloaded clap_builder v4.5.2
9072024-06-04T10:24:05.434Z Downloaded clap v4.5.4
9082024-06-04T10:24:05.434Z Downloaded cfg-if v1.0.0
9092024-06-04T10:24:05.434Z Downloaded cc v1.0.97
9102024-06-04T10:24:05.434Z Downloaded cargo_toml v0.20.2
9112024-06-04T10:24:05.434Z Downloaded cargo_metadata v0.18.1
9122024-06-04T10:24:05.434Z Downloaded cargo-platform v0.1.8
9132024-06-04T10:24:05.435Z Downloaded camino v1.1.7
9142024-06-04T10:24:05.435Z Downloaded bytes v1.6.0
9152024-06-04T10:24:05.459Z Downloaded block-buffer v0.10.4
9162024-06-04T10:24:05.459Z Downloaded anstyle-query v1.0.3
9172024-06-04T10:24:05.459Z Downloaded anyhow v1.0.86
9182024-06-04T10:24:05.490Z Downloaded anstream v0.6.14
9192024-06-04T10:24:05.490Z Downloaded autocfg v1.3.0
9202024-06-04T10:24:05.582Z Compiling proc-macro2 v1.0.82
9212024-06-04T10:24:05.582Z Compiling unicode-ident v1.0.12
9222024-06-04T10:24:05.606Z Compiling libc v0.2.155
9232024-06-04T10:24:05.606Z Compiling cfg-if v1.0.0
9242024-06-04T10:24:05.607Z Compiling autocfg v1.3.0
9252024-06-04T10:24:05.607Z Compiling serde v1.0.203
9262024-06-04T10:24:05.607Z Compiling itoa v1.0.11
9272024-06-04T10:24:05.607Z Compiling once_cell v1.19.0
9282024-06-04T10:24:05.892Z Compiling pin-project-lite v0.2.14
9292024-06-04T10:24:05.918Z Compiling bitflags v2.5.0
9302024-06-04T10:24:06.009Z Compiling cc v1.0.97
9312024-06-04T10:24:06.093Z Compiling pkg-config v0.3.30
9322024-06-04T10:24:06.275Z Compiling vcpkg v0.2.15
9332024-06-04T10:24:06.299Z Compiling parking_lot_core v0.9.10
9342024-06-04T10:24:06.323Z Compiling bytes v1.6.0
9352024-06-04T10:24:06.502Z Compiling lock_api v0.4.12
9362024-06-04T10:24:06.722Z Compiling slab v0.4.9
9372024-06-04T10:24:06.861Z Compiling smallvec v1.13.2
9382024-06-04T10:24:06.994Z Compiling scopeguard v1.2.0
9392024-06-04T10:24:07.121Z Compiling quote v1.0.36
9402024-06-04T10:24:07.293Z Compiling futures-sink v0.3.30
9412024-06-04T10:24:07.430Z Compiling futures-core v0.3.30
9422024-06-04T10:24:07.624Z Compiling syn v2.0.64
9432024-06-04T10:24:07.780Z Compiling equivalent v1.0.1
9442024-06-04T10:24:07.815Z Compiling hashbrown v0.14.5
9452024-06-04T10:24:07.902Z Compiling futures-channel v0.3.30
9462024-06-04T10:24:07.962Z Compiling socket2 v0.5.7
9472024-06-04T10:24:08.138Z Compiling parking_lot v0.12.2
9482024-06-04T10:24:08.232Z Compiling num_cpus v1.16.0
9492024-06-04T10:24:08.268Z Compiling mio v0.8.11
9502024-06-04T10:24:08.292Z Compiling signal-hook-registry v1.4.2
9512024-06-04T10:24:08.349Z Compiling memchr v2.7.2
9522024-06-04T10:24:08.814Z Compiling rustix v0.38.34
9532024-06-04T10:24:08.925Z Compiling indexmap v2.2.6
9542024-06-04T10:24:08.956Z Compiling version_check v0.9.4
9552024-06-04T10:24:08.981Z Compiling openssl-sys v0.9.102
9562024-06-04T10:24:09.014Z Compiling pin-utils v0.1.0
9572024-06-04T10:24:09.096Z Compiling futures-io v0.3.30
9582024-06-04T10:24:09.369Z Compiling typenum v1.17.0
9592024-06-04T10:24:09.397Z Compiling futures-task v0.3.30
9602024-06-04T10:24:09.538Z Compiling errno v0.3.9
9612024-06-04T10:24:09.674Z Compiling generic-array v0.14.7
9622024-06-04T10:24:09.728Z Compiling ryu v1.0.18
9632024-06-04T10:24:09.877Z Compiling openssl v0.10.64
9642024-06-04T10:24:09.901Z Compiling slog v2.7.0
9652024-06-04T10:24:09.998Z Compiling foreign-types-shared v0.1.1
9662024-06-04T10:24:10.059Z Compiling fnv v1.0.7
9672024-06-04T10:24:10.106Z Compiling foreign-types v0.3.2
9682024-06-04T10:24:10.185Z Compiling http v0.2.12
9692024-06-04T10:24:10.209Z Compiling tracing-core v0.1.32
9702024-06-04T10:24:10.294Z Compiling serde_json v1.0.117
9712024-06-04T10:24:10.388Z Compiling num-conv v0.1.0
9722024-06-04T10:24:10.553Z Compiling powerfmt v0.2.0
9732024-06-04T10:24:10.637Z Compiling httparse v1.8.0
9742024-06-04T10:24:10.899Z Compiling native-tls v0.2.11
9752024-06-04T10:24:10.963Z Compiling tinyvec_macros v0.1.1
9762024-06-04T10:24:11.042Z Compiling time-core v0.1.2
9772024-06-04T10:24:11.166Z Compiling tinyvec v1.6.0
9782024-06-04T10:24:11.196Z Compiling time-macros v0.2.18
9792024-06-04T10:24:11.254Z Compiling tracing v0.1.40
9802024-06-04T10:24:11.389Z Compiling deranged v0.3.11
9812024-06-04T10:24:12.242Z Compiling try-lock v0.2.5
9822024-06-04T10:24:12.324Z Compiling num_threads v0.1.7
9832024-06-04T10:24:12.348Z Compiling percent-encoding v2.3.1
9842024-06-04T10:24:12.382Z Compiling utf8parse v0.2.1
9852024-06-04T10:24:12.454Z Compiling openssl-probe v0.1.5
9862024-06-04T10:24:12.520Z Compiling log v0.4.21
9872024-06-04T10:24:12.585Z Compiling rustversion v1.0.17
9882024-06-04T10:24:12.654Z Compiling crossbeam-utils v0.8.19
9892024-06-04T10:24:12.679Z Compiling form_urlencoded v1.2.1
9902024-06-04T10:24:12.771Z Compiling anstyle-parse v0.2.4
9912024-06-04T10:24:13.288Z Compiling want v0.3.1
9922024-06-04T10:24:13.314Z Compiling unicode-normalization v0.1.23
9932024-06-04T10:24:13.314Z Compiling http-body v0.4.6
9942024-06-04T10:24:13.314Z Compiling dirs-sys-next v0.1.2
9952024-06-04T10:24:13.315Z Compiling anstyle v1.0.7
9962024-06-04T10:24:13.315Z Compiling semver v1.0.23
9972024-06-04T10:24:13.347Z Compiling httpdate v1.0.3
9982024-06-04T10:24:13.599Z Compiling thiserror v1.0.60
9992024-06-04T10:24:13.636Z Compiling anstyle-query v1.0.3
10002024-06-04T10:24:13.665Z Compiling unicode-bidi v0.3.15
10012024-06-04T10:24:13.690Z Compiling camino v1.1.7
10022024-06-04T10:24:13.743Z Compiling colorchoice v1.0.1
10032024-06-04T10:24:13.774Z Compiling tower-service v0.3.2
10042024-06-04T10:24:13.810Z Compiling crc32fast v1.4.0
10052024-06-04T10:24:13.848Z Compiling time v0.3.36
10062024-06-04T10:24:13.893Z Compiling is_terminal_polyfill v1.70.0
10072024-06-04T10:24:13.917Z Compiling winnow v0.6.8
10082024-06-04T10:24:14.010Z Compiling anstream v0.6.14
10092024-06-04T10:24:14.222Z Compiling idna v0.5.0
10102024-06-04T10:24:14.331Z Compiling dirs-next v2.0.0
10112024-06-04T10:24:14.748Z Compiling block-buffer v0.10.4
10122024-06-04T10:24:14.954Z Compiling crypto-common v0.1.6
10132024-06-04T10:24:14.981Z Compiling terminal_size v0.3.0
10142024-06-04T10:24:15.139Z Compiling fs-err v2.11.0
10152024-06-04T10:24:15.164Z Compiling thread_local v1.1.8
10162024-06-04T10:24:15.359Z Compiling heck v0.5.0
10172024-06-04T10:24:15.547Z Compiling adler v1.0.2
10182024-06-04T10:24:15.619Z Compiling base64 v0.21.7
10192024-06-04T10:24:15.645Z Compiling match_cfg v0.1.0
10202024-06-04T10:24:15.668Z Compiling anyhow v1.0.86
10212024-06-04T10:24:15.747Z Compiling heck v0.4.1
10222024-06-04T10:24:15.771Z Compiling strsim v0.11.1
10232024-06-04T10:24:15.809Z Compiling clap_lex v0.7.0
10242024-06-04T10:24:16.158Z Compiling slog-async v2.8.0
10252024-06-04T10:24:16.249Z Compiling clap_builder v4.5.2
10262024-06-04T10:24:16.274Z Compiling rustls-pemfile v1.0.4
10272024-06-04T10:24:16.364Z Compiling hostname v0.3.1
10282024-06-04T10:24:16.580Z Compiling miniz_oxide v0.7.2
10292024-06-04T10:24:16.647Z Compiling crossbeam-channel v0.5.12
10302024-06-04T10:24:16.688Z Compiling digest v0.10.7
10312024-06-04T10:24:16.750Z Compiling url v2.5.0
10322024-06-04T10:24:16.914Z Compiling term v0.7.0
10332024-06-04T10:24:17.043Z Compiling xattr v1.3.1
10342024-06-04T10:24:17.274Z Compiling is-terminal v0.4.12
10352024-06-04T10:24:17.312Z Compiling filetime v0.2.23
10362024-06-04T10:24:17.392Z Compiling encoding_rs v0.8.34
10372024-06-04T10:24:17.566Z Compiling mime v0.3.17
10382024-06-04T10:24:17.607Z Compiling cpufeatures v0.2.12
10392024-06-04T10:24:17.702Z Compiling ipnet v2.9.0
10402024-06-04T10:24:17.859Z Compiling take_mut v0.2.2
10412024-06-04T10:24:18.003Z Compiling sync_wrapper v0.1.2
10422024-06-04T10:24:18.128Z Compiling sha2 v0.10.8
10432024-06-04T10:24:18.233Z Compiling serde_derive v1.0.203
10442024-06-04T10:24:18.268Z Compiling tokio-macros v2.2.0
10452024-06-04T10:24:18.338Z Compiling futures-macro v0.3.30
10462024-06-04T10:24:18.774Z Compiling openssl-macros v0.1.1
10472024-06-04T10:24:19.151Z Compiling thiserror-impl v1.0.60
10482024-06-04T10:24:19.585Z Compiling tokio v1.37.0
10492024-06-04T10:24:20.008Z Compiling futures-util v0.3.30
10502024-06-04T10:24:20.648Z Compiling clap_derive v4.5.4
10512024-06-04T10:24:20.935Z Compiling strum_macros v0.26.2
10522024-06-04T10:24:22.129Z Compiling tar v0.4.40
10532024-06-04T10:24:23.923Z Compiling slog-term v2.9.1
10542024-06-04T10:24:24.716Z Compiling clap v4.5.4
10552024-06-04T10:24:24.770Z Compiling futures-executor v0.3.30
10562024-06-04T10:24:24.824Z Compiling flate2 v1.0.30
10572024-06-04T10:24:25.010Z Compiling futures v0.3.30
10582024-06-04T10:24:25.216Z Compiling strum v0.26.2
10592024-06-04T10:24:25.310Z Compiling swrite v0.1.0
10602024-06-04T10:24:25.379Z Compiling md5 v0.7.0
10612024-06-04T10:24:26.219Z Compiling tokio-util v0.7.11
10622024-06-04T10:24:26.219Z Compiling tokio-native-tls v0.3.1
10632024-06-04T10:24:26.977Z Compiling h2 v0.3.26
10642024-06-04T10:24:29.750Z Compiling toml_datetime v0.6.6
10652024-06-04T10:24:29.750Z Compiling serde_spanned v0.6.6
10662024-06-04T10:24:29.890Z Compiling serde_urlencoded v0.7.1
10672024-06-04T10:24:30.015Z Compiling toml_edit v0.22.13
10682024-06-04T10:24:30.151Z Compiling cargo-platform v0.1.8
10692024-06-04T10:24:30.340Z Compiling macaddr v1.0.1
10702024-06-04T10:24:30.565Z Compiling hyper v0.14.28
10712024-06-04T10:24:31.075Z Compiling slog-json v2.6.1
10722024-06-04T10:24:31.075Z Compiling cargo_metadata v0.18.1
10732024-06-04T10:24:31.399Z Compiling slog-bunyan v2.5.0
10742024-06-04T10:24:32.401Z Compiling toml v0.8.13
10752024-06-04T10:24:33.137Z Compiling cargo_toml v0.20.2
10762024-06-04T10:24:33.609Z Compiling hyper-tls v0.5.0
10772024-06-04T10:24:33.832Z Compiling reqwest v0.11.27
10782024-06-04T10:24:39.678Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
10792024-06-04T10:24:48.333Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 11s
10802024-06-04T10:24:48.564Z Running `target/debug/xtask clippy`
10812024-06-04T10:24:48.631Zrunning: "/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/cargo" "clippy" "--all-targets" "--" "--deny" "warnings"
10822024-06-04T10:24:49.433Z Downloading crates ...
10832024-06-04T10:24:49.594Z Downloaded allocator-api2 v0.2.18
10842024-06-04T10:24:49.619Z Downloaded blake2b_simd v1.0.2
10852024-06-04T10:24:49.619Z Downloaded instant v0.1.12
10862024-06-04T10:24:49.619Z Downloaded itertools v0.10.5
10872024-06-04T10:24:49.644Z Downloaded password-hash v0.5.0
10882024-06-04T10:24:49.681Z Downloaded dof v0.1.5
10892024-06-04T10:24:49.681Z Downloaded foreign-types v0.5.0
10902024-06-04T10:24:49.707Z Downloaded fixedbitset v0.4.2
10912024-06-04T10:24:49.707Z Downloaded guppy-workspace-hack v0.1.0
10922024-06-04T10:24:49.708Z Downloaded rust-argon2 v2.1.0
10932024-06-04T10:24:49.708Z Downloaded termtree v0.4.1
10942024-06-04T10:24:49.733Z Downloaded structmeta-derive v0.3.0
10952024-06-04T10:24:49.733Z Downloaded termcolor v1.4.1
10962024-06-04T10:24:49.733Z Downloaded termios v0.3.3
10972024-06-04T10:24:49.759Z Downloaded yansi v0.5.1
10982024-06-04T10:24:49.759Z Downloaded impl-trait-for-tuples v0.2.2
10992024-06-04T10:24:49.784Z Downloaded pretty-hex v0.4.1
11002024-06-04T10:24:49.784Z Downloaded escape8259 v0.5.2
11012024-06-04T10:24:49.784Z Downloaded endian-type v0.1.2
11022024-06-04T10:24:49.784Z Downloaded either v1.12.0
11032024-06-04T10:24:49.784Z Downloaded ena v0.14.3
11042024-06-04T10:24:49.784Z Downloaded headers-core v0.2.0
11052024-06-04T10:24:49.810Z Downloaded http-body v1.0.0
11062024-06-04T10:24:49.810Z Downloaded pretty_assertions v1.4.0
11072024-06-04T10:24:49.810Z Downloaded hubpack_derive v0.1.1
11082024-06-04T10:24:49.810Z Downloaded hubpack v0.1.2
11092024-06-04T10:24:49.810Z Downloaded regex-automata v0.1.10
11102024-06-04T10:24:49.811Z Downloaded httptest v0.15.5
11112024-06-04T10:24:49.811Z Downloaded hmac v0.12.1
11122024-06-04T10:24:49.837Z Downloaded http v1.1.0
11132024-06-04T10:24:49.837Z Downloaded hyper v1.3.1
11142024-06-04T10:24:49.837Z Downloaded hkdf v0.12.4
11152024-06-04T10:24:49.861Z Downloaded ratatui v0.26.2
11162024-06-04T10:24:49.885Z Downloaded regex-automata v0.4.6
11172024-06-04T10:24:49.885Z Downloaded heapless v0.8.0
11182024-06-04T10:24:49.911Z Downloaded quick-xml v0.31.0
11192024-06-04T10:24:49.911Z Downloaded plotters v0.3.5
11202024-06-04T10:24:49.935Z Downloaded proptest v1.4.0
11212024-06-04T10:24:49.935Z Downloaded radix_trie v0.2.1
11222024-06-04T10:24:49.935Z Downloaded diesel v2.1.6
11232024-06-04T10:24:49.959Z Downloaded trust-dns-proto v0.22.0
11242024-06-04T10:24:49.983Z Downloaded zerocopy-derive v0.6.6
11252024-06-04T10:24:49.983Z Downloaded zerocopy-derive v0.2.0
11262024-06-04T10:24:50.010Z Downloaded finl_unicode v1.2.0
11272024-06-04T10:24:50.011Z Downloaded petgraph v0.6.5
11282024-06-04T10:24:50.035Z Downloaded openapiv3 v2.0.0
11292024-06-04T10:24:50.060Z Downloaded webpki-roots v0.25.4
11302024-06-04T10:24:50.060Z Downloaded syn v1.0.109
11312024-06-04T10:24:50.060Z Downloaded gimli v0.28.1
11322024-06-04T10:24:50.084Z Downloaded portable-atomic v1.6.0
11332024-06-04T10:24:50.084Z Downloaded zerocopy v0.7.34
11342024-06-04T10:24:50.108Z Downloaded tabled v0.15.0
11352024-06-04T10:24:50.132Z Downloaded goblin v0.8.2
11362024-06-04T10:24:50.132Z Downloaded ring v0.17.8
11372024-06-04T10:24:50.211Z Downloaded object v0.32.2
11382024-06-04T10:24:50.235Z Downloaded object v0.30.4
11392024-06-04T10:24:50.259Z Downloaded nix v0.28.0
11402024-06-04T10:24:50.259Z Downloaded heapless v0.7.17
11412024-06-04T10:24:50.259Z Downloaded headers v0.3.9
11422024-06-04T10:24:50.283Z Downloaded hashbrown v0.13.2
11432024-06-04T10:24:50.283Z Downloaded hashbrown v0.12.3
11442024-06-04T10:24:50.284Z Downloaded rand v0.8.5
11452024-06-04T10:24:50.284Z Downloaded typed-path v0.7.1
11462024-06-04T10:24:50.310Z Downloaded trust-dns-client v0.22.0
11472024-06-04T10:24:50.311Z Downloaded diesel_derives v2.1.4
11482024-06-04T10:24:50.311Z Downloaded derive_more v0.99.17
11492024-06-04T10:24:50.311Z Downloaded der v0.7.9
11502024-06-04T10:24:50.335Z Downloaded ring v0.16.20
11512024-06-04T10:24:50.407Z Downloaded trust-dns-resolver v0.22.0
11522024-06-04T10:24:50.431Z Downloaded guppy v0.17.5
11532024-06-04T10:24:50.431Z Downloaded csv v1.3.0
11542024-06-04T10:24:50.467Z Downloaded plotters-svg v0.3.5
11552024-06-04T10:24:50.467Z Downloaded plotters-backend v0.3.5
11562024-06-04T10:24:50.467Z Downloaded regress v0.9.1
11572024-06-04T10:24:50.467Z Downloaded regex-syntax v0.8.3
11582024-06-04T10:24:50.467Z Downloaded regex-syntax v0.6.29
11592024-06-04T10:24:50.491Z Downloaded zip v0.6.6
11602024-06-04T10:24:50.491Z Downloaded yasna v0.5.2
11612024-06-04T10:24:50.491Z Downloaded trust-dns-server v0.22.1
11622024-06-04T10:24:50.491Z Downloaded sha3 v0.10.8
11632024-06-04T10:24:50.518Z Downloaded idna v0.3.0
11642024-06-04T10:24:50.518Z Downloaded idna v0.2.3
11652024-06-04T10:24:50.518Z Downloaded diff v0.1.13
11662024-06-04T10:24:50.518Z Downloaded rustls v0.22.4
11672024-06-04T10:24:50.542Z Downloaded rayon v1.10.0
11682024-06-04T10:24:50.542Z Downloaded regex v1.10.4
11692024-06-04T10:24:50.566Z Downloaded polar-core v0.27.3
11702024-06-04T10:24:50.566Z Downloaded heck v0.3.3
11712024-06-04T10:24:50.590Z Downloaded elliptic-curve v0.13.8
11722024-06-04T10:24:50.590Z Downloaded postcard v1.0.8
11732024-06-04T10:24:50.590Z Downloaded tungstenite v0.21.0
11742024-06-04T10:24:50.591Z Downloaded tungstenite v0.20.1
11752024-06-04T10:24:50.591Z Downloaded platforms v3.4.0
11762024-06-04T10:24:50.591Z Downloaded zerocopy v0.6.6
11772024-06-04T10:24:50.591Z Downloaded rustls v0.21.12
11782024-06-04T10:24:50.615Z Downloaded reedline v0.31.0
11792024-06-04T10:24:50.615Z Downloaded hostname v0.4.0
11802024-06-04T10:24:50.615Z Downloaded home v0.5.9
11812024-06-04T10:24:50.615Z Downloaded rcgen v0.12.1
11822024-06-04T10:24:50.639Z Downloaded rayon-core v1.12.1
11832024-06-04T10:24:50.639Z Downloaded radium v0.7.0
11842024-06-04T10:24:50.639Z Downloaded r2d2 v0.8.10
11852024-06-04T10:24:50.639Z Downloaded winnow v0.5.40
11862024-06-04T10:24:50.639Z Downloaded http-range v0.1.5
11872024-06-04T10:24:50.639Z Downloaded highway v1.1.0
11882024-06-04T10:24:50.639Z Downloaded hex-literal v0.4.1
11892024-06-04T10:24:50.639Z Downloaded hex v0.4.3
11902024-06-04T10:24:50.639Z Downloaded publicsuffix v2.2.3
11912024-06-04T10:24:50.663Z Downloaded ed25519 v1.5.3
11922024-06-04T10:24:50.663Z Downloaded dyn-clone v1.0.17
11932024-06-04T10:24:50.663Z Downloaded derive_builder_core v0.20.0
11942024-06-04T10:24:50.663Z Downloaded env_logger v0.10.2
11952024-06-04T10:24:50.663Z Downloaded env_logger v0.9.3
11962024-06-04T10:24:50.663Z Downloaded plain v0.2.3
11972024-06-04T10:24:50.664Z Downloaded postgres-protocol v0.6.6
11982024-06-04T10:24:50.664Z Downloaded vte v0.11.1
11992024-06-04T10:24:50.664Z Downloaded hash32 v0.3.1
12002024-06-04T10:24:50.664Z Downloaded erased-serde v0.3.31
12012024-06-04T10:24:50.688Z Downloaded enum-as-inner v0.5.1
12022024-06-04T10:24:50.688Z Downloaded predicates v3.1.0
12032024-06-04T10:24:50.688Z Downloaded postgres-types v0.2.6
12042024-06-04T10:24:50.688Z Downloaded uuid v1.8.0
12052024-06-04T10:24:50.688Z Downloaded trybuild v1.0.96
12062024-06-04T10:24:50.688Z Downloaded rand_core v0.6.4
12072024-06-04T10:24:50.688Z Downloaded resolv-conf v0.7.0
12082024-06-04T10:24:50.688Z Downloaded tough v0.17.1
12092024-06-04T10:24:50.712Z Downloaded rustls-webpki v0.102.4
12102024-06-04T10:24:50.736Z Downloaded rand_xorshift v0.3.0
12112024-06-04T10:24:50.736Z Downloaded rand_seeder v0.2.3
12122024-06-04T10:24:50.736Z Downloaded hyper-rustls v0.24.2
12132024-06-04T10:24:50.736Z Downloaded indicatif v0.17.8
12142024-06-04T10:24:50.736Z Downloaded der_derive v0.7.2
12152024-06-04T10:24:50.736Z Downloaded zerocopy-derive v0.7.34
12162024-06-04T10:24:50.736Z Downloaded ucd-trie v0.1.6
12172024-06-04T10:24:50.736Z Downloaded serde_with v3.8.1
12182024-06-04T10:24:50.760Z Downloaded rustls-webpki v0.101.7
12192024-06-04T10:24:50.760Z Downloaded embedded-io v0.4.0
12202024-06-04T10:24:50.760Z Downloaded rand_chacha v0.3.1
12212024-06-04T10:24:50.785Z Downloaded indexmap v1.9.3
12222024-06-04T10:24:50.785Z Downloaded hyper-util v0.1.3
12232024-06-04T10:24:50.785Z Downloaded proc-macro-error-attr v1.0.4
12242024-06-04T10:24:50.785Z Downloaded defmt-macros v0.3.9
12252024-06-04T10:24:50.785Z Downloaded defmt v0.3.8
12262024-06-04T10:24:50.785Z Downloaded tower v0.4.13
12272024-06-04T10:24:50.809Z Downloaded num-bigint-dig v0.8.4
12282024-06-04T10:24:50.809Z Downloaded bzip2-sys v0.1.11+1.0.8
12292024-06-04T10:24:50.809Z Downloaded humantime v2.1.0
12302024-06-04T10:24:50.833Z Downloaded quick-error v1.2.3
12312024-06-04T10:24:50.833Z Downloaded psl-types v2.0.11
12322024-06-04T10:24:50.833Z Downloaded hyper-rustls v0.26.0
12332024-06-04T10:24:50.833Z Downloaded pretty-hex v0.2.1
12342024-06-04T10:24:50.833Z Downloaded indoc v2.0.5
12352024-06-04T10:24:50.833Z Downloaded indoc v1.0.9
12362024-06-04T10:24:50.833Z Downloaded iana-time-zone v0.1.60
12372024-06-04T10:24:50.833Z Downloaded ref-cast-impl v1.0.23
12382024-06-04T10:24:50.833Z Downloaded predicates-tree v1.0.9
12392024-06-04T10:24:50.833Z Downloaded predicates-core v1.0.6
12402024-06-04T10:24:50.833Z Downloaded ppv-lite86 v0.2.17
12412024-06-04T10:24:50.833Z Downloaded x509-cert v0.2.5
12422024-06-04T10:24:50.857Z Downloaded vsss-rs v3.3.4
12432024-06-04T10:24:50.857Z Downloaded sled v0.34.7
12442024-06-04T10:24:50.858Z Downloaded pest v2.7.10
12452024-06-04T10:24:50.882Z Downloaded hyper-staticfile v0.9.5
12462024-06-04T10:24:50.882Z Downloaded inout v0.1.3
12472024-06-04T10:24:50.882Z Downloaded ident_case v1.0.1
12482024-06-04T10:24:50.882Z Downloaded proc-macro-crate v1.3.1
12492024-06-04T10:24:50.882Z Downloaded prettyplease v0.2.20
12502024-06-04T10:24:50.882Z Downloaded dtrace-parser v0.2.0
12512024-06-04T10:24:50.882Z Downloaded doc-comment v0.3.3
12522024-06-04T10:24:50.882Z Downloaded display-error-chain v0.2.0
12532024-06-04T10:24:50.882Z Downloaded difflib v0.4.0
12542024-06-04T10:24:50.882Z Downloaded diesel_table_macro_syntax v0.1.0
12552024-06-04T10:24:50.882Z Downloaded derive_builder_macro v0.20.0
12562024-06-04T10:24:50.882Z Downloaded derive_builder v0.20.0
12572024-06-04T10:24:50.883Z Downloaded derive-where v1.2.7
12582024-06-04T10:24:50.907Z Downloaded ron v0.8.1
12592024-06-04T10:24:50.907Z Downloaded portpicker v0.1.1
12602024-06-04T10:24:50.907Z Downloaded defmt-parser v0.3.4
12612024-06-04T10:24:50.907Z Downloaded zone v0.1.8
12622024-06-04T10:24:50.907Z Downloaded zeroize_derive v1.4.2
12632024-06-04T10:24:50.907Z Downloaded zeroize v1.7.0
12642024-06-04T10:24:50.907Z Downloaded zerocopy v0.3.2
12652024-06-04T10:24:50.907Z Downloaded which v4.4.2
12662024-06-04T10:24:50.907Z Downloaded tui-tree-widget v0.19.0
12672024-06-04T10:24:50.907Z Downloaded tracing-attributes v0.1.27
12682024-06-04T10:24:50.908Z Downloaded toml_edit v0.19.15
12692024-06-04T10:24:50.932Z Downloaded tokio-rustls v0.25.0
12702024-06-04T10:24:50.932Z Downloaded tokio-postgres v0.7.10
12712024-06-04T10:24:50.932Z Downloaded test-strategy v0.3.1
12722024-06-04T10:24:50.932Z Downloaded steno v0.4.0
12732024-06-04T10:24:50.956Z Downloaded schemars v0.8.20
12742024-06-04T10:24:50.956Z Downloaded rustyline v14.0.0
12752024-06-04T10:24:50.956Z Downloaded relative-path v1.9.3
12762024-06-04T10:24:50.981Z Downloaded ref-cast v1.0.23
12772024-06-04T10:24:50.981Z Downloaded proc-macro-error v1.0.4
12782024-06-04T10:24:50.981Z Downloaded rpassword v7.3.1
12792024-06-04T10:24:50.981Z Downloaded ron v0.7.1
12802024-06-04T10:24:50.981Z Downloaded precomputed-hash v0.1.1
12812024-06-04T10:24:50.981Z Downloaded poly1305 v0.8.0
12822024-06-04T10:24:50.981Z Downloaded zone_cfg_derive v0.1.2
12832024-06-04T10:24:50.981Z Downloaded wyz v0.5.1
12842024-06-04T10:24:50.981Z Downloaded whoami v1.5.1
12852024-06-04T10:24:50.981Z Downloaded walkdir v2.5.0
12862024-06-04T10:24:50.981Z Downloaded waitgroup v0.1.2
12872024-06-04T10:24:50.981Z Downloaded wait-timeout v0.2.0
12882024-06-04T10:24:51.006Z Downloaded uzers v0.11.3
12892024-06-04T10:24:51.006Z Downloaded utf-8 v0.7.6
12902024-06-04T10:24:51.006Z Downloaded unicase v2.7.0
12912024-06-04T10:24:51.006Z Downloaded unarray v0.1.4
12922024-06-04T10:24:51.006Z Downloaded topological-sort v0.2.2
12932024-06-04T10:24:51.006Z Downloaded toml v0.7.8
12942024-06-04T10:24:51.006Z Downloaded toml v0.5.11
12952024-06-04T10:24:51.006Z Downloaded tokio-tungstenite v0.21.0
12962024-06-04T10:24:51.006Z Downloaded tokio-tungstenite v0.20.1
12972024-06-04T10:24:51.006Z Downloaded tokio-stream v0.1.15
12982024-06-04T10:24:51.033Z Downloaded tokio-rustls v0.24.1
12992024-06-04T10:24:51.033Z Downloaded tls_codec_derive v0.4.1
13002024-06-04T10:24:51.033Z Downloaded tls_codec v0.4.1
13012024-06-04T10:24:51.033Z Downloaded tinytemplate v1.2.1
13022024-06-04T10:24:51.033Z Downloaded tiny-keccak v2.0.2
13032024-06-04T10:24:51.034Z Downloaded threadpool v1.8.1
13042024-06-04T10:24:51.034Z Downloaded thread-id v4.2.1
13052024-06-04T10:24:51.034Z Downloaded thiserror-no-std v2.0.2
13062024-06-04T10:24:51.034Z Downloaded thiserror-impl-no-std v2.0.2
13072024-06-04T10:24:51.034Z Downloaded textwrap v0.16.1
13082024-06-04T10:24:51.034Z Downloaded subprocess v0.2.9
13092024-06-04T10:24:51.058Z Downloaded serde_yaml v0.9.34+deprecated
13102024-06-04T10:24:51.058Z Downloaded flume v0.11.0
13112024-06-04T10:24:51.058Z Downloaded vte_generate_state_changes v0.1.1
13122024-06-04T10:24:51.059Z Downloaded usdt-macro v0.5.0
13132024-06-04T10:24:51.059Z Downloaded unicode-linebreak v0.1.5
13142024-06-04T10:24:51.059Z Downloaded tower-layer v0.3.2
13152024-06-04T10:24:51.059Z Downloaded toolchain_find v0.4.0
13162024-06-04T10:24:51.059Z Downloaded tempfile v3.10.1
13172024-06-04T10:24:51.059Z Downloaded target-spec v3.1.0
13182024-06-04T10:24:51.059Z Downloaded target-lexicon v0.12.14
13192024-06-04T10:24:51.059Z Downloaded tabled_derive v0.7.0
13202024-06-04T10:24:51.059Z Downloaded structmeta v0.3.0
13212024-06-04T10:24:51.059Z Downloaded structmeta v0.2.0
13222024-06-04T10:24:51.059Z Downloaded strip-ansi-escapes v0.2.0
13232024-06-04T10:24:51.059Z Downloaded string_cache v0.8.7
13242024-06-04T10:24:51.059Z Downloaded static_assertions v1.1.0
13252024-06-04T10:24:51.084Z Downloaded similar-asserts v1.5.0
13262024-06-04T10:24:51.084Z Downloaded similar v2.5.0
13272024-06-04T10:24:51.084Z Downloaded signature v2.2.0
13282024-06-04T10:24:51.084Z Downloaded signal-hook-tokio v0.3.1
13292024-06-04T10:24:51.084Z Downloaded signal-hook-mio v0.2.3
13302024-06-04T10:24:51.084Z Downloaded signal-hook v0.3.17
13312024-06-04T10:24:51.084Z Downloaded serde_with_macros v3.8.1
13322024-06-04T10:24:51.084Z Downloaded serde_tokenstream v0.2.0
13332024-06-04T10:24:51.084Z Downloaded serde_path_to_error v0.1.16
13342024-06-04T10:24:51.084Z Downloaded serde_derive_internals v0.29.1
13352024-06-04T10:24:51.084Z Downloaded serde-hex v0.1.0
13362024-06-04T10:24:51.108Z Downloaded sct v0.7.1
13372024-06-04T10:24:51.109Z Downloaded samael v0.0.15
13382024-06-04T10:24:51.109Z Downloaded salty v0.2.0
13392024-06-04T10:24:51.109Z Downloaded tabwriter v1.4.0
13402024-06-04T10:24:51.109Z Downloaded strum_macros v0.24.3
13412024-06-04T10:24:51.109Z Downloaded stringprep v0.1.4
13422024-06-04T10:24:51.109Z Downloaded sha1 v0.10.6
13432024-06-04T10:24:51.109Z Downloaded serde_plain v1.0.2
13442024-06-04T10:24:51.109Z Downloaded secrecy v0.8.0
13452024-06-04T10:24:51.133Z Downloaded sec1 v0.7.3
13462024-06-04T10:24:51.134Z Downloaded scroll v0.12.0
13472024-06-04T10:24:51.134Z Downloaded schemars_derive v0.8.20
13482024-06-04T10:24:51.134Z Downloaded rustls-pki-types v1.7.0
13492024-06-04T10:24:51.134Z Downloaded half v2.4.1
13502024-06-04T10:24:51.134Z Downloaded num-bigint v0.4.5
13512024-06-04T10:24:51.134Z Downloaded tap v1.0.1
13522024-06-04T10:24:51.134Z Downloaded synstructure v0.12.6
13532024-06-04T10:24:51.134Z Downloaded supports-color v3.0.0
13542024-06-04T10:24:51.134Z Downloaded subtle v2.5.0
13552024-06-04T10:24:51.134Z Downloaded strum_macros v0.25.3
13562024-06-04T10:24:51.134Z Downloaded structmeta-derive v0.2.0
13572024-06-04T10:24:51.158Z Downloaded siphasher v0.3.11
13582024-06-04T10:24:51.159Z Downloaded sigpipe v0.1.3
13592024-06-04T10:24:51.159Z Downloaded signature v1.6.4
13602024-06-04T10:24:51.159Z Downloaded serde_tokenstream v0.1.7
13612024-06-04T10:24:51.159Z Downloaded serde_repr v0.1.19
13622024-06-04T10:24:51.159Z Downloaded serde_arrays v0.1.0
13632024-06-04T10:24:51.159Z Downloaded serde-big-array v0.5.1
13642024-06-04T10:24:51.159Z Downloaded serde-big-array v0.4.1
13652024-06-04T10:24:51.159Z Downloaded semver v0.1.20
13662024-06-04T10:24:51.159Z Downloaded scroll_derive v0.12.0
13672024-06-04T10:24:51.159Z Downloaded scheduled-thread-pool v0.2.7
13682024-06-04T10:24:51.159Z Downloaded rustls-pemfile v2.1.2
13692024-06-04T10:24:51.159Z Downloaded rustls-native-certs v0.7.0
13702024-06-04T10:24:51.159Z Downloaded rustfmt-wrapper v0.2.1
13712024-06-04T10:24:51.159Z Downloaded rustc_version v0.4.0
13722024-06-04T10:24:51.159Z Downloaded rustc_version v0.1.7
13732024-06-04T10:24:51.183Z Downloaded rustc-hash v1.1.0
13742024-06-04T10:24:51.184Z Downloaded rustc-demangle v0.1.24
13752024-06-04T10:24:51.184Z Downloaded rstest_macros v0.19.0
13762024-06-04T10:24:51.184Z Downloaded rsa v0.9.6
13772024-06-04T10:24:51.184Z Downloaded globset v0.4.14
13782024-06-04T10:24:51.184Z Downloaded same-file v1.0.6
13792024-06-04T10:24:51.184Z Downloaded rusty-fork v0.3.0
13802024-06-04T10:24:51.184Z Downloaded rtoolbox v0.0.2
13812024-06-04T10:24:51.184Z Downloaded papergrid v0.11.0
13822024-06-04T10:24:51.184Z Downloaded rstest v0.19.0
13832024-06-04T10:24:51.208Z Downloaded hash32 v0.2.1
13842024-06-04T10:24:51.208Z Downloaded group v0.13.0
13852024-06-04T10:24:51.208Z Downloaded glob v0.3.1
13862024-06-04T10:24:51.208Z Downloaded getrandom v0.2.14
13872024-06-04T10:24:51.208Z Downloaded getopts v0.2.21
13882024-06-04T10:24:51.208Z Downloaded gethostname v0.4.3
13892024-06-04T10:24:51.208Z Downloaded futures-timer v3.0.3
13902024-06-04T10:24:51.209Z Downloaded funty v2.0.0
13912024-06-04T10:24:51.209Z Downloaded fragile v2.0.0
13922024-06-04T10:24:51.209Z Downloaded foreign-types-macros v0.2.3
13932024-06-04T10:24:51.209Z Downloaded float-cmp v0.9.0
13942024-06-04T10:24:51.209Z Downloaded flagset v0.4.5
13952024-06-04T10:24:51.209Z Downloaded smoltcp v0.11.0
13962024-06-04T10:24:51.233Z Downloaded smoltcp v0.9.1
13972024-06-04T10:24:51.257Z Downloaded pin-project v1.1.5
13982024-06-04T10:24:51.257Z Downloaded bstr v1.9.1
13992024-06-04T10:24:51.281Z Downloaded fxhash v0.2.1
14002024-06-04T10:24:51.281Z Downloaded foreign-types-shared v0.3.1
14012024-06-04T10:24:51.281Z Downloaded ff v0.13.0
14022024-06-04T10:24:51.281Z Downloaded fd-lock v4.0.2
14032024-06-04T10:24:51.281Z Downloaded pkcs1 v0.7.5
14042024-06-04T10:24:51.281Z Downloaded pin-project-internal v1.1.5
14052024-06-04T10:24:51.281Z Downloaded pest_meta v2.7.10
14062024-06-04T10:24:51.281Z Downloaded oso v0.27.3
14072024-06-04T10:24:51.281Z Downloaded omicron-zone-package v0.11.0
14082024-06-04T10:24:51.305Z Downloaded curve25519-dalek v4.1.2
14092024-06-04T10:24:51.306Z Downloaded bstr v0.2.17
14102024-06-04T10:24:51.306Z Downloaded fancy-regex v0.13.0
14112024-06-04T10:24:51.329Z Downloaded fallible-iterator v0.2.0
14122024-06-04T10:24:51.330Z Downloaded expectorate v1.1.0
14132024-06-04T10:24:51.330Z Downloaded dtrace-parser v0.1.14
14142024-06-04T10:24:51.330Z Downloaded downcast v0.11.0
14152024-06-04T10:24:51.330Z Downloaded dof v0.3.0
14162024-06-04T10:24:51.330Z Downloaded usdt-impl v0.5.0
14172024-06-04T10:24:51.330Z Downloaded sqlparser v0.45.0
14182024-06-04T10:24:51.330Z Downloaded snafu v0.8.2
14192024-06-04T10:24:51.354Z Downloaded pkcs8 v0.10.2
14202024-06-04T10:24:51.354Z Downloaded pem-rfc7468 v0.7.0
14212024-06-04T10:24:51.354Z Downloaded pem v3.0.4
14222024-06-04T10:24:51.354Z Downloaded peg-runtime v0.8.3
14232024-06-04T10:24:51.354Z Downloaded peg-macros v0.8.3
14242024-06-04T10:24:51.354Z Downloaded partial-io v0.5.4
14252024-06-04T10:24:51.354Z Downloaded parse-display-derive v0.9.0
14262024-06-04T10:24:51.354Z Downloaded opaque-debug v0.3.1
14272024-06-04T10:24:51.354Z Downloaded oorandom v11.1.3
14282024-06-04T10:24:51.355Z Downloaded number_prefix v0.4.0
14292024-06-04T10:24:51.355Z Downloaded num-rational v0.4.2
14302024-06-04T10:24:51.355Z Downloaded num-derive v0.4.2
14312024-06-04T10:24:51.355Z Downloaded fatfs v0.3.6
14322024-06-04T10:24:51.355Z Downloaded fastrand v2.1.0
14332024-06-04T10:24:51.379Z Downloaded usdt-macro v0.3.5
14342024-06-04T10:24:51.379Z Downloaded usdt-attr-macro v0.5.0
14352024-06-04T10:24:51.379Z Downloaded usdt-attr-macro v0.3.5
14362024-06-04T10:24:51.379Z Downloaded usdt v0.5.0
14372024-06-04T10:24:51.379Z Downloaded usdt v0.3.5
14382024-06-04T10:24:51.379Z Downloaded untrusted v0.9.0
14392024-06-04T10:24:51.379Z Downloaded untrusted v0.7.1
14402024-06-04T10:24:51.379Z Downloaded unsafe-libyaml v0.2.11
14412024-06-04T10:24:51.379Z Downloaded universal-hash v0.5.1
14422024-06-04T10:24:51.379Z Downloaded unicode_categories v0.1.1
14432024-06-04T10:24:51.379Z Downloaded unicode-segmentation v1.11.0
14442024-06-04T10:24:51.379Z Downloaded socket2 v0.4.10
14452024-06-04T10:24:51.379Z Downloaded snafu-derive v0.8.2
14462024-06-04T10:24:51.380Z Downloaded phf_shared v0.11.2
14472024-06-04T10:24:51.380Z Downloaded pest_generator v2.7.10
14482024-06-04T10:24:51.380Z Downloaded pathdiff v0.2.1
14492024-06-04T10:24:51.404Z Downloaded path-slash v0.1.5
14502024-06-04T10:24:51.404Z Downloaded paste v1.0.15
14512024-06-04T10:24:51.404Z Downloaded parse-size v1.0.0
14522024-06-04T10:24:51.404Z Downloaded parse-display v0.9.0
14532024-06-04T10:24:51.404Z Downloaded parking_lot_core v0.8.6
14542024-06-04T10:24:51.404Z Downloaded parking_lot v0.11.2
14552024-06-04T10:24:51.404Z Downloaded packed_struct_codegen v0.10.1
14562024-06-04T10:24:51.404Z Downloaded packed_struct v0.10.1
14572024-06-04T10:24:51.405Z Downloaded owo-colors v4.0.0
14582024-06-04T10:24:51.405Z Downloaded oso-derive v0.27.3
14592024-06-04T10:24:51.405Z Downloaded olpc-cjson v0.1.3
14602024-06-04T10:24:51.405Z Downloaded num-complex v0.4.6
14612024-06-04T10:24:51.405Z Downloaded nibble_vec v0.1.0
14622024-06-04T10:24:51.405Z Downloaded newtype_derive v0.1.6
14632024-06-04T10:24:51.405Z Downloaded newtype-uuid v1.1.0
14642024-06-04T10:24:51.405Z Downloaded newline-converter v0.3.0
14652024-06-04T10:24:51.429Z Downloaded new_debug_unreachable v1.0.6
14662024-06-04T10:24:51.429Z Downloaded nested v0.1.1
14672024-06-04T10:24:51.429Z Downloaded nanorand v0.7.0
14682024-06-04T10:24:51.429Z Downloaded multimap v0.10.0
14692024-06-04T10:24:51.429Z Downloaded csv-core v0.1.11
14702024-06-04T10:24:51.429Z Downloaded cstr-argument v0.1.2
14712024-06-04T10:24:51.430Z Downloaded crypto-bigint v0.5.5
14722024-06-04T10:24:51.430Z Downloaded crunchy v0.2.2
14732024-06-04T10:24:51.430Z Downloaded crucible-workspace-hack v0.1.0
14742024-06-04T10:24:51.430Z Downloaded crossterm v0.27.0
14752024-06-04T10:24:51.454Z Downloaded criterion v0.5.1
14762024-06-04T10:24:51.454Z Downloaded chrono v0.4.38
14772024-06-04T10:24:51.454Z Downloaded chacha20poly1305 v0.10.1
14782024-06-04T10:24:51.454Z Downloaded blake3 v1.5.1
14792024-06-04T10:24:51.478Z Downloaded usdt-impl v0.3.5
14802024-06-04T10:24:51.479Z Downloaded unicode-xid v0.2.4
14812024-06-04T10:24:51.479Z Downloaded unicode-width v0.1.12
14822024-06-04T10:24:51.479Z Downloaded stable_deref_trait v1.2.0
14832024-06-04T10:24:51.479Z Downloaded stability v0.2.0
14842024-06-04T10:24:51.479Z Downloaded sqlparser_derive v0.2.2
14852024-06-04T10:24:51.479Z Downloaded sqlformat v0.2.3
14862024-06-04T10:24:51.479Z Downloaded spki v0.7.3
14872024-06-04T10:24:51.479Z Downloaded spin v0.9.8
14882024-06-04T10:24:51.479Z Downloaded spin v0.5.2
14892024-06-04T10:24:51.479Z Downloaded smf v0.2.3
14902024-06-04T10:24:51.479Z Downloaded smawk v0.3.2
14912024-06-04T10:24:51.479Z Downloaded smallvec v0.6.14
14922024-06-04T10:24:51.479Z Downloaded slog-stdlog v4.1.1
14932024-06-04T10:24:51.506Z Downloaded slog-scope v4.4.0
14942024-06-04T10:24:51.506Z Downloaded slog-envlogger v2.2.0
14952024-06-04T10:24:51.506Z Downloaded slog-dtrace v0.3.0
14962024-06-04T10:24:51.507Z Downloaded shlex v1.3.0
14972024-06-04T10:24:51.507Z Downloaded shell-words v1.1.0
14982024-06-04T10:24:51.507Z Downloaded phf_shared v0.10.0
14992024-06-04T10:24:51.507Z Downloaded phf v0.11.2
15002024-06-04T10:24:51.507Z Downloaded pest_derive v2.7.10
15012024-06-04T10:24:51.507Z Downloaded peg v0.8.3
15022024-06-04T10:24:51.507Z Downloaded num_enum_derive v0.5.11
15032024-06-04T10:24:51.507Z Downloaded num_enum v0.5.11
15042024-06-04T10:24:51.507Z Downloaded num-traits v0.2.19
15052024-06-04T10:24:51.531Z Downloaded num-iter v0.1.45
15062024-06-04T10:24:51.531Z Downloaded num-integer v0.1.46
15072024-06-04T10:24:51.531Z Downloaded num v0.4.3
15082024-06-04T10:24:51.531Z Downloaded nu-ansi-term v0.50.0
15092024-06-04T10:24:51.531Z Downloaded normalize-line-endings v0.3.0
15102024-06-04T10:24:51.531Z Downloaded nom v7.1.3
15112024-06-04T10:24:51.532Z Downloaded nodrop v0.1.14
15122024-06-04T10:24:51.532Z Downloaded mockall_derive v0.12.1
15132024-06-04T10:24:51.532Z Downloaded mockall v0.12.1
15142024-06-04T10:24:51.532Z Downloaded minimal-lexical v0.2.1
15152024-06-04T10:24:51.532Z Downloaded mime_guess v2.0.4
15162024-06-04T10:24:51.532Z Downloaded matches v0.1.10
15172024-06-04T10:24:51.532Z Downloaded datatest-stable v0.2.9
15182024-06-04T10:24:51.556Z Downloaded data-encoding v2.6.0
15192024-06-04T10:24:51.556Z Downloaded darling_macro v0.20.9
15202024-06-04T10:24:51.556Z Downloaded darling_core v0.20.9
15212024-06-04T10:24:51.556Z Downloaded darling v0.20.9
15222024-06-04T10:24:51.556Z Downloaded curve25519-dalek-derive v0.1.1
15232024-06-04T10:24:51.556Z Downloaded crossbeam-epoch v0.9.18
15242024-06-04T10:24:51.556Z Downloaded crossbeam-deque v0.8.5
15252024-06-04T10:24:51.556Z Downloaded criterion-plot v0.5.0
15262024-06-04T10:24:51.556Z Downloaded crc-catalog v2.4.0
15272024-06-04T10:24:51.556Z Downloaded crc-any v2.5.0
15282024-06-04T10:24:51.581Z Downloaded crc v3.2.1
15292024-06-04T10:24:51.581Z Downloaded corncobs v0.1.3
15302024-06-04T10:24:51.581Z Downloaded cookie_store v0.20.0
15312024-06-04T10:24:51.581Z Downloaded cookie v0.18.1
15322024-06-04T10:24:51.581Z Downloaded cookie v0.17.0
15332024-06-04T10:24:51.582Z Downloaded convert_case v0.4.0
15342024-06-04T10:24:51.582Z Downloaded constant_time_eq v0.3.0
15352024-06-04T10:24:51.582Z Downloaded const_format_proc_macros v0.2.32
15362024-06-04T10:24:51.582Z Downloaded const_format v0.2.32
15372024-06-04T10:24:51.582Z Downloaded const-oid v0.9.6
15382024-06-04T10:24:51.582Z Downloaded console v0.15.8
15392024-06-04T10:24:51.606Z Downloaded compact_str v0.7.1
15402024-06-04T10:24:51.606Z Downloaded colored v2.1.0
15412024-06-04T10:24:51.606Z Downloaded cobs v0.2.3
15422024-06-04T10:24:51.606Z Downloaded clang-sys v1.7.0
15432024-06-04T10:24:51.606Z Downloaded cipher v0.4.4
15442024-06-04T10:24:51.606Z Downloaded ciborium-ll v0.2.2
15452024-06-04T10:24:51.607Z Downloaded ciborium-io v0.2.2
15462024-06-04T10:24:51.607Z Downloaded ciborium v0.2.2
15472024-06-04T10:24:51.607Z Downloaded chacha20 v0.9.1
15482024-06-04T10:24:51.607Z Downloaded cfg_aliases v0.1.1
15492024-06-04T10:24:51.607Z Downloaded cfg-expr v0.15.8
15502024-06-04T10:24:51.607Z Downloaded cexpr v0.6.0
15512024-06-04T10:24:51.631Z Downloaded castaway v0.2.2
15522024-06-04T10:24:51.631Z Downloaded cast v0.3.0
15532024-06-04T10:24:51.631Z Downloaded cancel-safe-futures v0.1.5
15542024-06-04T10:24:51.631Z Downloaded bzip2 v0.4.4
15552024-06-04T10:24:51.631Z Downloaded byteorder v1.5.0
15562024-06-04T10:24:51.631Z Downloaded blake2 v0.10.6
15572024-06-04T10:24:51.631Z Downloaded bitvec v1.0.1
15582024-06-04T10:24:51.656Z Downloaded base64 v0.13.1
15592024-06-04T10:24:51.656Z Downloaded multer v3.1.0
15602024-06-04T10:24:51.656Z Downloaded memoffset v0.7.1
15612024-06-04T10:24:51.656Z Downloaded memmap2 v0.9.4
15622024-06-04T10:24:51.656Z Downloaded memmap v0.7.0
15632024-06-04T10:24:51.656Z Downloaded md-5 v0.10.6
15642024-06-04T10:24:51.656Z Downloaded maybe-uninit v2.0.0
15652024-06-04T10:24:51.656Z Downloaded maplit v1.0.2
15662024-06-04T10:24:51.656Z Downloaded managed v0.8.0
15672024-06-04T10:24:51.656Z Downloaded lru-cache v0.1.2
15682024-06-04T10:24:51.657Z Downloaded lru v0.12.3
15692024-06-04T10:24:51.681Z Downloaded linked-hash-map v0.5.6
15702024-06-04T10:24:51.681Z Downloaded linear-map v1.2.0
15712024-06-04T10:24:51.681Z Downloaded libxml v0.3.3
15722024-06-04T10:24:51.681Z Downloaded libtest-mimic v0.7.3
15732024-06-04T10:24:51.681Z Downloaded libsw v3.3.1
15742024-06-04T10:24:51.681Z Downloaded libm v0.2.8
15752024-06-04T10:24:51.681Z Downloaded libloading v0.8.3
15762024-06-04T10:24:51.708Z Downloaded libefi-sys v0.1.0
15772024-06-04T10:24:51.708Z Downloaded lazycell v1.3.0
15782024-06-04T10:24:51.708Z Downloaded lazy_static v1.4.0
15792024-06-04T10:24:51.708Z Downloaded lalrpop-util v0.19.12
15802024-06-04T10:24:51.708Z Downloaded lalrpop v0.19.12
15812024-06-04T10:24:51.708Z Downloaded kstat-rs v0.2.3
15822024-06-04T10:24:51.708Z Downloaded keccak v0.1.5
15832024-06-04T10:24:51.708Z Downloaded itertools v0.12.1
15842024-06-04T10:24:51.732Z Downloaded cassowary v0.3.0
15852024-06-04T10:24:51.732Z Downloaded camino-tempfile v1.1.1
15862024-06-04T10:24:51.732Z Downloaded bytecount v0.6.8
15872024-06-04T10:24:51.732Z Downloaded buf-list v1.0.3
15882024-06-04T10:24:51.732Z Downloaded bindgen v0.69.4
15892024-06-04T10:24:51.732Z Downloaded is_ci v1.2.0
15902024-06-04T10:24:51.732Z Downloaded ipnetwork v0.20.0
15912024-06-04T10:24:51.733Z Downloaded block-padding v0.3.3
15922024-06-04T10:24:51.733Z Downloaded debug-ignore v1.0.5
15932024-06-04T10:24:51.757Z Downloaded bitstruct_derive v0.1.0
15942024-06-04T10:24:51.757Z Downloaded bitstruct v0.1.1
15952024-06-04T10:24:51.757Z Downloaded bitfield v0.14.0
15962024-06-04T10:24:51.757Z Downloaded bit-vec v0.6.3
15972024-06-04T10:24:51.757Z Downloaded bit-set v0.5.3
15982024-06-04T10:24:51.757Z Downloaded bcs v0.1.6
15992024-06-04T10:24:51.757Z Downloaded bb8 v0.8.3
16002024-06-04T10:24:51.757Z Downloaded base64ct v1.6.0
16012024-06-04T10:24:51.757Z Downloaded base64 v0.22.1
16022024-06-04T10:24:51.757Z Downloaded base16ct v0.2.0
16032024-06-04T10:24:51.757Z Downloaded atomicwrites v0.4.3
16042024-06-04T10:24:51.757Z Downloaded atomic-waker v1.1.2
16052024-06-04T10:24:51.757Z Downloaded async-trait v0.1.80
16062024-06-04T10:24:51.757Z Downloaded bitflags v1.3.2
16072024-06-04T10:24:51.783Z Downloaded backtrace v0.3.71
16082024-06-04T10:24:51.783Z Downloaded backoff v0.4.0
16092024-06-04T10:24:51.783Z Downloaded atty v0.2.14
16102024-06-04T10:24:51.783Z Downloaded async-stream-impl v0.3.5
16112024-06-04T10:24:51.784Z Downloaded async-stream v0.3.5
16122024-06-04T10:24:51.784Z Downloaded async-recursion v1.1.1
16132024-06-04T10:24:51.784Z Downloaded assert_matches v1.5.0
16142024-06-04T10:24:51.784Z Downloaded assert_cmd v2.0.14
16152024-06-04T10:24:51.784Z Downloaded ascii-canvas v3.0.0
16162024-06-04T10:24:51.784Z Downloaded ascii v1.1.0
16172024-06-04T10:24:51.784Z Downloaded arrayvec v0.7.4
16182024-06-04T10:24:51.808Z Downloaded arrayref v0.3.7
16192024-06-04T10:24:51.808Z Downloaded array-init v0.0.4
16202024-06-04T10:24:51.808Z Downloaded argon2 v0.5.3
16212024-06-04T10:24:51.808Z Downloaded arc-swap v1.7.1
16222024-06-04T10:24:51.808Z Downloaded approx v0.5.1
16232024-06-04T10:24:51.808Z Downloaded anes v0.1.6
16242024-06-04T10:24:51.808Z Downloaded aho-corasick v1.1.3
16252024-06-04T10:24:51.808Z Downloaded aead v0.5.2
16262024-06-04T10:24:51.808Z Downloaded ahash v0.8.11
16272024-06-04T10:24:51.808Z Downloaded addr2line v0.21.0
16282024-06-04T10:24:52.410Z Compiling serde v1.0.203
16292024-06-04T10:24:52.410Z Checking cfg-if v1.0.0
16302024-06-04T10:24:52.438Z Compiling libm v0.2.8
16312024-06-04T10:24:52.462Z Checking libc v0.2.155
16322024-06-04T10:24:52.495Z Compiling syn v2.0.64
16332024-06-04T10:24:52.495Z Compiling ahash v0.8.11
16342024-06-04T10:24:52.519Z Compiling num-traits v0.2.19
16352024-06-04T10:24:52.519Z Compiling serde_json v1.0.117
16362024-06-04T10:24:52.567Z Compiling getrandom v0.2.14
16372024-06-04T10:24:52.768Z Compiling byteorder v1.5.0
16382024-06-04T10:24:52.853Z Compiling syn v1.0.109
16392024-06-04T10:24:52.877Z Compiling log v0.4.21
16402024-06-04T10:24:52.944Z Checking memchr v2.7.2
16412024-06-04T10:24:53.005Z Compiling generic-array v0.14.7
16422024-06-04T10:24:53.143Z Checking itoa v1.0.11
16432024-06-04T10:24:53.288Z Compiling allocator-api2 v0.2.18
16442024-06-04T10:24:53.322Z Checking scopeguard v1.2.0
16452024-06-04T10:24:53.346Z Checking smallvec v1.13.2
16462024-06-04T10:24:53.467Z Checking lock_api v0.4.12
16472024-06-04T10:24:53.608Z Compiling schemars v0.8.20
16482024-06-04T10:24:53.649Z Compiling ring v0.17.8
16492024-06-04T10:24:53.688Z Compiling time-macros v0.2.18
16502024-06-04T10:24:53.832Z Checking once_cell v1.19.0
16512024-06-04T10:24:53.915Z Checking parking_lot_core v0.9.10
16522024-06-04T10:24:54.096Z Compiling aho-corasick v1.1.3
16532024-06-04T10:24:54.193Z Checking parking_lot v0.12.2
16542024-06-04T10:24:54.217Z Checking pin-project-lite v0.2.14
16552024-06-04T10:24:54.320Z Compiling regex-syntax v0.8.3
16562024-06-04T10:24:56.619Z Checking signal-hook-registry v1.4.2
16572024-06-04T10:24:56.847Z Checking mio v0.8.11
16582024-06-04T10:24:56.940Z Checking ryu v1.0.18
16592024-06-04T10:24:57.166Z Compiling slog v2.7.0
16602024-06-04T10:24:57.310Z Compiling regex-automata v0.4.6
16612024-06-04T10:24:57.359Z Compiling ucd-trie v0.1.6
16622024-06-04T10:24:57.778Z Checking num_cpus v1.16.0
16632024-06-04T10:24:57.893Z Compiling crossbeam-utils v0.8.19
16642024-06-04T10:24:57.929Z Checking rand_core v0.6.4
16652024-06-04T10:24:58.201Z Compiling iana-time-zone v0.1.60
16662024-06-04T10:24:58.431Z Compiling rustls v0.21.12
16672024-06-04T10:24:58.481Z Checking futures-core v0.3.30
16682024-06-04T10:24:58.637Z Checking socket2 v0.5.7
16692024-06-04T10:24:58.667Z Compiling cookie v0.17.0
16702024-06-04T10:24:58.715Z Compiling backtrace v0.3.71
16712024-06-04T10:24:58.936Z Compiling serde_derive_internals v0.29.1
16722024-06-04T10:24:59.088Z Compiling dyn-clone v1.0.17
16732024-06-04T10:24:59.130Z Compiling anyhow v1.0.86
16742024-06-04T10:24:59.866Z Compiling unicode-xid v0.2.4
16752024-06-04T10:24:59.890Z Compiling thread-id v4.2.1
16762024-06-04T10:25:00.014Z Compiling unicode-normalization v0.1.23
16772024-06-04T10:25:00.039Z Compiling either v1.12.0
16782024-06-04T10:25:00.088Z Compiling unicode-bidi v0.3.15
16792024-06-04T10:25:00.402Z Checking futures-sink v0.3.30
16802024-06-04T10:25:00.403Z Compiling unicode-width v0.1.12
16812024-06-04T10:25:00.547Z Compiling spin v0.9.8
16822024-06-04T10:25:00.596Z Compiling usdt-impl v0.5.0
16832024-06-04T10:25:00.839Z Compiling plain v0.2.3
16842024-06-04T10:25:00.880Z Compiling winnow v0.5.40
16852024-06-04T10:25:00.983Z Compiling pretty-hex v0.4.1
16862024-06-04T10:25:01.051Z Checking pin-utils v0.1.0
16872024-06-04T10:25:01.122Z Checking futures-channel v0.3.30
16882024-06-04T10:25:01.171Z Checking slab v0.4.9
16892024-06-04T10:25:01.365Z Checking futures-task v0.3.30
16902024-06-04T10:25:01.395Z Checking futures-io v0.3.30
16912024-06-04T10:25:01.419Z Compiling subtle v2.5.0
16922024-06-04T10:25:01.443Z Compiling const-oid v0.9.6
16932024-06-04T10:25:01.552Z Compiling untrusted v0.9.0
16942024-06-04T10:25:01.576Z Compiling spin v0.5.2
16952024-06-04T10:25:01.700Z Compiling regex v1.10.4
16962024-06-04T10:25:01.777Z Compiling signal-hook v0.3.17
16972024-06-04T10:25:02.005Z Compiling siphasher v0.3.11
16982024-06-04T10:25:02.523Z Compiling time v0.3.36
16992024-06-04T10:25:02.593Z Compiling idna v0.5.0
17002024-06-04T10:25:02.879Z Checking typenum v1.17.0
17012024-06-04T10:25:03.808Z Compiling rustls-webpki v0.101.7
17022024-06-04T10:25:03.833Z Compiling sct v0.7.1
17032024-06-04T10:25:04.093Z Compiling url v2.5.0
17042024-06-04T10:25:04.419Z Compiling idna v0.3.0
17052024-06-04T10:25:04.951Z Compiling serde_derive v1.0.203
17062024-06-04T10:25:05.430Z Compiling zerocopy-derive v0.7.34
17072024-06-04T10:25:05.475Z Compiling thiserror-impl v1.0.60
17082024-06-04T10:25:05.652Z Compiling zeroize_derive v1.4.2
17092024-06-04T10:25:05.677Z Compiling tokio-macros v2.2.0
17102024-06-04T10:25:06.932Z Compiling futures-macro v0.3.30
17112024-06-04T10:25:06.957Z Compiling tracing-attributes v0.1.27
17122024-06-04T10:25:07.073Z Compiling schemars_derive v0.8.20
17132024-06-04T10:25:07.333Z Compiling zerocopy v0.7.34
17142024-06-04T10:25:08.115Z Compiling thiserror v1.0.60
17152024-06-04T10:25:08.166Z Compiling openssl-macros v0.1.1
17162024-06-04T10:25:08.242Z Compiling pest v2.7.10
17172024-06-04T10:25:08.737Z Compiling async-trait v0.1.80
17182024-06-04T10:25:08.779Z Checking zeroize v1.7.0
17192024-06-04T10:25:09.118Z Compiling hashbrown v0.14.5
17202024-06-04T10:25:10.144Z Compiling scroll_derive v0.12.0
17212024-06-04T10:25:10.168Z Compiling der_derive v0.7.2
17222024-06-04T10:25:10.366Z Compiling pest_meta v2.7.10
17232024-06-04T10:25:10.733Z Compiling futures-util v0.3.30
17242024-06-04T10:25:11.347Z Compiling scroll v0.12.0
17252024-06-04T10:25:11.402Z Compiling pest_generator v2.7.10
17262024-06-04T10:25:12.215Z Compiling goblin v0.8.2
17272024-06-04T10:25:12.892Z Compiling tracing v0.1.40
17282024-06-04T10:25:13.032Z Compiling clap_derive v4.5.4
17292024-06-04T10:25:13.323Z Compiling crypto-common v0.1.6
17302024-06-04T10:25:13.518Z Compiling zerocopy-derive v0.6.6
17312024-06-04T10:25:14.645Z Compiling pest_derive v2.7.10
17322024-06-04T10:25:15.278Z Compiling dtrace-parser v0.2.0
17332024-06-04T10:25:15.339Z Compiling block-buffer v0.10.4
17342024-06-04T10:25:15.578Z Compiling digest v0.10.7
17352024-06-04T10:25:15.763Z Checking bytes v1.6.0
17362024-06-04T10:25:16.377Z Checking bitflags v2.5.0
17372024-06-04T10:25:16.443Z Checking tokio v1.37.0
17382024-06-04T10:25:16.660Z Compiling indexmap v2.2.6
17392024-06-04T10:25:17.008Z Compiling semver v1.0.23
17402024-06-04T10:25:17.104Z Compiling serde_tokenstream v0.2.0
17412024-06-04T10:25:17.554Z Compiling chrono v0.4.38
17422024-06-04T10:25:17.635Z Compiling uuid v1.8.0
17432024-06-04T10:25:17.687Z Compiling http v0.2.12
17442024-06-04T10:25:17.787Z Compiling toml_datetime v0.6.6
17452024-06-04T10:25:17.847Z Compiling serde_spanned v0.6.6
17462024-06-04T10:25:18.219Z Compiling rustc_version v0.4.0
17472024-06-04T10:25:18.748Z Compiling rustix v0.38.34
17482024-06-04T10:25:18.845Z Compiling openapiv3 v2.0.0
17492024-06-04T10:25:19.152Z Compiling toml_edit v0.19.15
17502024-06-04T10:25:20.613Z Compiling dof v0.3.0
17512024-06-04T10:25:20.676Z Compiling http-body v0.4.6
17522024-06-04T10:25:21.087Z Compiling openssl v0.10.64
17532024-06-04T10:25:21.112Z Compiling heapless v0.7.17
17542024-06-04T10:25:22.395Z Compiling psl-types v2.0.11
17552024-06-04T10:25:22.475Z Compiling ppv-lite86 v0.2.17
17562024-06-04T10:25:22.556Z Compiling publicsuffix v2.2.3
17572024-06-04T10:25:22.776Z Compiling crossbeam-epoch v0.9.18
17582024-06-04T10:25:22.801Z Compiling usdt-attr-macro v0.5.0
17592024-06-04T10:25:22.864Z Compiling usdt-macro v0.5.0
17602024-06-04T10:25:23.074Z Compiling rand_chacha v0.3.1
17612024-06-04T10:25:23.427Z Compiling bit-vec v0.6.3
17622024-06-04T10:25:23.806Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
17632024-06-04T10:25:24.150Z Compiling cookie_store v0.20.0
17642024-06-04T10:25:24.217Z Compiling rand v0.8.5
17652024-06-04T10:25:24.446Z Compiling tokio-util v0.7.11
17662024-06-04T10:25:24.847Z Compiling tokio-rustls v0.24.1
17672024-06-04T10:25:25.210Z Compiling serde_urlencoded v0.7.1
17682024-06-04T10:25:25.470Z Compiling h2 v0.3.26
17692024-06-04T10:25:25.644Z Compiling phf_shared v0.10.0
17702024-06-04T10:25:25.670Z Compiling lazy_static v1.4.0
17712024-06-04T10:25:25.700Z Compiling precomputed-hash v0.1.1
17722024-06-04T10:25:25.800Z Compiling native-tls v0.2.11
17732024-06-04T10:25:25.824Z Compiling new_debug_unreachable v1.0.6
17742024-06-04T10:25:25.920Z Compiling smoltcp v0.9.1
17752024-06-04T10:25:25.954Z Checking fnv v1.0.7
17762024-06-04T10:25:26.020Z Compiling webpki-roots v0.25.4
17772024-06-04T10:25:26.044Z Compiling minimal-lexical v0.2.1
17782024-06-04T10:25:26.074Z Compiling gimli v0.28.1
17792024-06-04T10:25:26.164Z Compiling tokio-native-tls v0.3.1
17802024-06-04T10:25:26.329Z Compiling base64ct v1.6.0
17812024-06-04T10:25:26.386Z Compiling fixedbitset v0.4.2
17822024-06-04T10:25:26.466Z Compiling nom v7.1.3
17832024-06-04T10:25:26.551Z Compiling string_cache v0.8.7
17842024-06-04T10:25:26.773Z Compiling pem-rfc7468 v0.7.0
17852024-06-04T10:25:26.829Z Compiling petgraph v0.6.5
17862024-06-04T10:25:26.957Z Compiling bit-set v0.5.3
17872024-06-04T10:25:27.180Z Compiling hmac v0.12.1
17882024-06-04T10:25:27.385Z Compiling hubpack_derive v0.1.1
17892024-06-04T10:25:27.417Z Compiling enum-as-inner v0.5.1
17902024-06-04T10:25:28.067Z Compiling itertools v0.10.5
17912024-06-04T10:25:28.093Z Compiling diesel_table_macro_syntax v0.1.0
17922024-06-04T10:25:28.209Z Compiling object v0.32.2
17932024-06-04T10:25:28.441Z Compiling unicode-segmentation v1.11.0
17942024-06-04T10:25:29.095Z Compiling lalrpop-util v0.19.12
17952024-06-04T10:25:29.268Z Compiling rustc-demangle v0.1.24
17962024-06-04T10:25:29.389Z Compiling addr2line v0.21.0
17972024-06-04T10:25:30.977Z Compiling flagset v0.4.5
17982024-06-04T10:25:31.003Z Compiling toml_edit v0.22.13
17992024-06-04T10:25:31.003Z Compiling diesel_derives v2.1.4
18002024-06-04T10:25:31.003Z Compiling der v0.7.9
18012024-06-04T10:25:31.003Z Compiling futures-executor v0.3.30
18022024-06-04T10:25:31.003Z Compiling itertools v0.12.1
18032024-06-04T10:25:31.003Z Compiling finl_unicode v1.2.0
18042024-06-04T10:25:31.003Z Compiling hyper v0.14.28
18052024-06-04T10:25:31.099Z Compiling stringprep v0.1.4
18062024-06-04T10:25:32.078Z Compiling spki v0.7.3
18072024-06-04T10:25:32.389Z Compiling sha2 v0.10.8
18082024-06-04T10:25:32.822Z Compiling futures v0.3.30
18092024-06-04T10:25:32.925Z Compiling toml v0.7.8
18102024-06-04T10:25:33.035Z Compiling hex v0.4.3
18112024-06-04T10:25:33.783Z Compiling md-5 v0.10.6
18122024-06-04T10:25:33.987Z Compiling serde_repr v0.1.19
18132024-06-04T10:25:34.011Z Compiling strum_macros v0.25.3
18142024-06-04T10:25:34.965Z Compiling num-integer v0.1.46
18152024-06-04T10:25:35.190Z Compiling hash32 v0.2.1
18162024-06-04T10:25:35.485Z Compiling fs-err v2.11.0
18172024-06-04T10:25:35.512Z Checking tinyvec_macros v0.1.1
18182024-06-04T10:25:35.593Z Compiling fallible-iterator v0.2.0
18192024-06-04T10:25:35.616Z Compiling stable_deref_trait v1.2.0
18202024-06-04T10:25:35.850Z Checking tinyvec v1.6.0
18212024-06-04T10:25:36.170Z Compiling postgres-protocol v0.6.6
18222024-06-04T10:25:36.555Z Compiling hyper-tls v0.5.0
18232024-06-04T10:25:36.720Z Compiling hyper-rustls v0.24.2
18242024-06-04T10:25:36.834Z Compiling pkcs8 v0.10.2
18252024-06-04T10:25:36.858Z Compiling terminal_size v0.3.0
18262024-06-04T10:25:37.028Z Compiling reqwest v0.11.27
18272024-06-04T10:25:37.052Z Compiling block-padding v0.3.3
18282024-06-04T10:25:37.052Z Compiling phf_shared v0.11.2
18292024-06-04T10:25:37.288Z Compiling ff v0.13.0
18302024-06-04T10:25:37.326Z Compiling scheduled-thread-pool v0.2.7
18312024-06-04T10:25:37.414Z Compiling managed v0.8.0
18322024-06-04T10:25:37.454Z Compiling base16ct v0.2.0
18332024-06-04T10:25:37.488Z Compiling peg-runtime v0.8.3
18342024-06-04T10:25:37.790Z Compiling matches v0.1.10
18352024-06-04T10:25:37.849Z Checking equivalent v1.0.1
18362024-06-04T10:25:37.919Z Compiling bitflags v1.3.2
18372024-06-04T10:25:38.047Z Compiling idna v0.2.3
18382024-06-04T10:25:38.100Z Compiling clap_builder v4.5.2
18392024-06-04T10:25:38.921Z Compiling sec1 v0.7.3
18402024-06-04T10:25:38.972Z Compiling signal-hook-mio v0.2.3
18412024-06-04T10:25:39.118Z Compiling r2d2 v0.8.10
18422024-06-04T10:25:39.181Z Compiling group v0.13.0
18432024-06-04T10:25:39.281Z Compiling phf v0.11.2
18442024-06-04T10:25:39.405Z Compiling inout v0.1.3
18452024-06-04T10:25:39.430Z Compiling postgres-types v0.2.6
18462024-06-04T10:25:39.461Z Compiling num-bigint v0.4.5
18472024-06-04T10:25:39.529Z Compiling hubpack v0.1.2
18482024-06-04T10:25:39.666Z Compiling hkdf v0.12.4
18492024-06-04T10:25:39.884Z Compiling ipnetwork v0.20.0
18502024-06-04T10:25:39.956Z Compiling zerocopy v0.6.6
18512024-06-04T10:25:39.987Z Compiling crypto-bigint v0.5.5
18522024-06-04T10:25:40.633Z Compiling float-cmp v0.9.0
18532024-06-04T10:25:40.657Z Compiling memmap v0.7.0
18542024-06-04T10:25:40.735Z Compiling whoami v1.5.1
18552024-06-04T10:25:40.821Z Compiling data-encoding v2.6.0
18562024-06-04T10:25:40.962Z Compiling difflib v0.4.0
18572024-06-04T10:25:41.295Z Compiling normalize-line-endings v0.3.0
18582024-06-04T10:25:41.399Z Compiling static_assertions v1.1.0
18592024-06-04T10:25:41.496Z Compiling predicates-core v1.0.6
18602024-06-04T10:25:41.804Z Compiling yasna v0.5.2
18612024-06-04T10:25:42.023Z Compiling diesel v2.1.6
18622024-06-04T10:25:42.312Z Compiling elliptic-curve v0.13.8
18632024-06-04T10:25:42.761Z Compiling predicates v3.1.0
18642024-06-04T10:25:42.982Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
18652024-06-04T10:25:43.374Z Compiling trust-dns-proto v0.22.0
18662024-06-04T10:25:44.234Z Compiling tokio-postgres v0.7.10
18672024-06-04T10:25:44.652Z Compiling clap v4.5.4
18682024-06-04T10:25:44.776Z Compiling usdt v0.5.0
18692024-06-04T10:25:45.260Z Compiling cipher v0.4.4
18702024-06-04T10:25:45.729Z Compiling crossterm v0.27.0
18712024-06-04T10:25:47.433Z Compiling num-iter v0.1.45
18722024-06-04T10:25:47.571Z Compiling similar v2.5.0
18732024-06-04T10:25:47.603Z Compiling console v0.15.8
18742024-06-04T10:25:47.811Z Compiling tokio-stream v0.1.15
18752024-06-04T10:25:48.317Z Compiling bstr v1.9.1
18762024-06-04T10:25:48.954Z Checking tracing-core v0.1.32
18772024-06-04T10:25:49.810Z Checking percent-encoding v2.3.1
18782024-06-04T10:25:49.845Z Checking unicode-ident v1.0.12
18792024-06-04T10:25:49.994Z Checking form_urlencoded v1.2.1
18802024-06-04T10:25:50.187Z Checking proc-macro2 v1.0.82
18812024-06-04T10:25:50.322Z Checking httparse v1.8.0
18822024-06-04T10:25:50.389Z Checking powerfmt v0.2.0
18832024-06-04T10:25:50.620Z Checking deranged v0.3.11
18842024-06-04T10:25:50.716Z Checking errno v0.3.9
18852024-06-04T10:25:50.740Z Checking quote v1.0.36
18862024-06-04T10:25:50.866Z Checking num_threads v0.1.7
18872024-06-04T10:25:50.967Z Checking num-conv v0.1.0
18882024-06-04T10:25:51.031Z Checking time-core v0.1.2
18892024-06-04T10:25:51.185Z Checking cpufeatures v0.2.12
18902024-06-04T10:25:51.301Z Checking base64 v0.21.7
18912024-06-04T10:25:51.686Z Checking try-lock v0.2.5
18922024-06-04T10:25:51.747Z Checking adler v1.0.2
18932024-06-04T10:25:51.797Z Checking want v0.3.1
18942024-06-04T10:25:51.876Z Checking miniz_oxide v0.7.2
18952024-06-04T10:25:52.457Z Checking tower-service v0.3.2
18962024-06-04T10:25:52.663Z Checking httpdate v1.0.3
18972024-06-04T10:25:52.872Z Checking openssl-probe v0.1.5
18982024-06-04T10:25:52.990Z Checking foreign-types-shared v0.1.1
18992024-06-04T10:25:53.041Z Checking openssl-sys v0.9.102
19002024-06-04T10:25:53.095Z Checking foreign-types v0.3.2
19012024-06-04T10:25:53.187Z Checking mime v0.3.17
19022024-06-04T10:25:53.974Z Checking ipnet v2.9.0
19032024-06-04T10:25:54.715Z Checking utf8parse v0.2.1
19042024-06-04T10:25:57.283Z Checking encoding_rs v0.8.34
19052024-06-04T10:25:57.438Z Checking anstyle v1.0.7
19062024-06-04T10:25:58.450Z Checking rustls-pemfile v1.0.4
19072024-06-04T10:25:59.000Z Checking sync_wrapper v0.1.2
19082024-06-04T10:25:59.113Z Checking anstyle-parse v0.2.4
19092024-06-04T10:25:59.263Z Checking anstyle-query v1.0.3
19102024-06-04T10:25:59.330Z Checking colorchoice v1.0.1
19112024-06-04T10:25:59.371Z Checking is_terminal_polyfill v1.70.0
19122024-06-04T10:25:59.478Z Checking anstream v0.6.14
19132024-06-04T10:25:59.720Z Checking clap_lex v0.7.0
19142024-06-04T10:25:59.792Z Checking strsim v0.11.1
19152024-06-04T10:26:00.534Z Checking crc32fast v1.4.0
19162024-06-04T10:26:02.367Z Checking flate2 v1.0.30
19172024-06-04T10:26:02.605Z Checking winnow v0.6.8
19182024-06-04T10:26:10.166Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
19192024-06-04T10:26:10.428Z Compiling regress v0.9.1
19202024-06-04T10:26:10.719Z Compiling getopts v0.2.21
19212024-06-04T10:26:10.743Z Compiling unsafe-libyaml v0.2.11
19222024-06-04T10:26:10.902Z Checking heck v0.5.0
19232024-06-04T10:26:11.076Z Checking progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
19242024-06-04T10:26:11.577Z Checking camino v1.1.7
19252024-06-04T10:26:11.601Z Checking base64 v0.22.1
19262024-06-04T10:26:12.001Z Compiling serde_yaml v0.9.34+deprecated
19272024-06-04T10:26:12.035Z Checking is-terminal v0.4.12
19282024-06-04T10:26:12.078Z Checking sha1 v0.10.6
19292024-06-04T10:26:12.157Z Checking http v1.1.0
19302024-06-04T10:26:12.257Z Compiling paste v1.0.15
19312024-06-04T10:26:12.310Z Compiling strum_macros v0.26.2
19322024-06-04T10:26:12.416Z Compiling ident_case v1.0.1
19332024-06-04T10:26:12.571Z Checking match_cfg v0.1.0
19342024-06-04T10:26:12.659Z Checking fastrand v2.1.0
19352024-06-04T10:26:12.741Z Checking rustls-pki-types v1.7.0
19362024-06-04T10:26:12.930Z Checking tempfile v3.10.1
19372024-06-04T10:26:13.090Z Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
19382024-06-04T10:26:13.242Z Checking hostname v0.3.1
19392024-06-04T10:26:13.362Z Compiling darling_core v0.20.9
19402024-06-04T10:26:14.206Z Checking dirs-sys-next v0.1.2
19412024-06-04T10:26:14.333Z Checking quick-error v1.2.3
19422024-06-04T10:26:14.362Z Checking dirs-next v2.0.0
19432024-06-04T10:26:14.452Z Checking crossbeam-channel v0.5.12
19442024-06-04T10:26:14.477Z Checking thread_local v1.1.8
19452024-06-04T10:26:14.761Z Compiling rustls v0.22.4
19462024-06-04T10:26:14.995Z Checking term v0.7.0
19472024-06-04T10:26:15.105Z Checking rustls-webpki v0.102.4
19482024-06-04T10:26:15.330Z Checking instant v0.1.12
19492024-06-04T10:26:15.355Z Checking take_mut v0.2.2
19502024-06-04T10:26:15.460Z Checking slog-term v2.9.1
19512024-06-04T10:26:15.490Z Checking slog-async v2.8.0
19522024-06-04T10:26:15.567Z Checking rustls-pemfile v2.1.2
19532024-06-04T10:26:15.735Z Compiling multer v3.1.0
19542024-06-04T10:26:15.772Z Checking debug-ignore v1.0.5
19552024-06-04T10:26:15.842Z Checking toml v0.8.13
19562024-06-04T10:26:15.910Z Checking slog-json v2.6.1
19572024-06-04T10:26:16.041Z Compiling async-stream-impl v0.3.5
19582024-06-04T10:26:16.135Z Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#0cd0e828)
19592024-06-04T10:26:16.361Z Checking atomic-waker v1.1.2
19602024-06-04T10:26:16.455Z Checking strum v0.26.2
19612024-06-04T10:26:16.499Z Checking waitgroup v0.1.2
19622024-06-04T10:26:16.544Z Checking slog-bunyan v2.5.0
19632024-06-04T10:26:16.613Z Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#0cd0e828)
19642024-06-04T10:26:16.684Z Checking serde_path_to_error v0.1.16
19652024-06-04T10:26:16.923Z Checking hostname v0.4.0
19662024-06-04T10:26:17.041Z Checking newtype-uuid v1.1.0
19672024-06-04T10:26:17.165Z Checking async-stream v0.3.5
19682024-06-04T10:26:17.191Z Checking wait-timeout v0.2.0
19692024-06-04T10:26:17.245Z Compiling structmeta-derive v0.3.0
19702024-06-04T10:26:17.338Z Compiling structmeta-derive v0.2.0
19712024-06-04T10:26:17.363Z Checking rusty-fork v0.3.0
19722024-06-04T10:26:17.611Z Checking rand_xorshift v0.3.0
19732024-06-04T10:26:17.767Z Checking unarray v0.1.4
19742024-06-04T10:26:17.900Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5630887d0373857f77cb264f84aa19bdec720ce3#5630887d)
19752024-06-04T10:26:18.138Z Checking proptest v1.4.0
19762024-06-04T10:26:18.418Z Checking backoff v0.4.0
19772024-06-04T10:26:18.654Z Checking tokio-rustls v0.25.0
19782024-06-04T10:26:18.678Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
19792024-06-04T10:26:19.208Z Compiling darling_macro v0.20.9
19802024-06-04T10:26:19.290Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
19812024-06-04T10:26:19.413Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
19822024-06-04T10:26:19.674Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
19832024-06-04T10:26:19.725Z Compiling structmeta v0.3.0
19842024-06-04T10:26:19.806Z Compiling structmeta v0.2.0
19852024-06-04T10:26:20.072Z Compiling darling v0.20.9
19862024-06-04T10:26:20.096Z Compiling parse-display-derive v0.9.0
19872024-06-04T10:26:20.183Z Compiling test-strategy v0.3.1
19882024-06-04T10:26:20.207Z Compiling serde_with_macros v3.8.1
19892024-06-04T10:26:20.317Z Checking serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
19902024-06-04T10:26:20.461Z Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet?branch=main#42b4d3c7)
19912024-06-04T10:26:20.720Z Checking macaddr v1.0.1
19922024-06-04T10:26:21.012Z Compiling proc-macro-error-attr v1.0.4
19932024-06-04T10:26:21.296Z Compiling proc-macro-error v1.0.4
19942024-06-04T10:26:21.894Z Checking camino-tempfile v1.1.1
19952024-06-04T10:26:21.941Z Compiling proc-macro-crate v1.3.1
19962024-06-04T10:26:22.124Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
19972024-06-04T10:26:22.428Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
19982024-06-04T10:26:22.683Z Compiling foreign-types-macros v0.2.3
19992024-06-04T10:26:22.720Z Checking serde_with v3.8.1
20002024-06-04T10:26:22.882Z Compiling num_enum_derive v0.5.11
20012024-06-04T10:26:22.941Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
20022024-06-04T10:26:23.159Z Checking foreign-types-shared v0.3.1
20032024-06-04T10:26:23.465Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
20042024-06-04T10:26:23.620Z Checking cstr-argument v0.1.2
20052024-06-04T10:26:23.793Z Checking pretty-hex v0.2.1
20062024-06-04T10:26:23.820Z Checking foreign-types v0.5.0
20072024-06-04T10:26:23.926Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20082024-06-04T10:26:23.953Z Checking tabwriter v1.4.0
20092024-06-04T10:26:24.180Z Checking colored v2.1.0
20102024-06-04T10:26:24.204Z Checking parse-display v0.9.0
20112024-06-04T10:26:24.228Z Checking socket2 v0.4.10
20122024-06-04T10:26:24.410Z Checking smf v0.2.3
20132024-06-04T10:26:24.435Z Checking humantime v2.1.0
20142024-06-04T10:26:24.459Z Checking termcolor v1.4.1
20152024-06-04T10:26:24.634Z Checking arc-swap v1.7.1
20162024-06-04T10:26:24.782Z Checking newline-converter v0.3.0
20172024-06-04T10:26:24.858Z Checking xattr v1.3.1
20182024-06-04T10:26:24.915Z Checking filetime v0.2.23
20192024-06-04T10:26:24.940Z Checking expectorate v1.1.0
20202024-06-04T10:26:25.028Z Checking same-file v1.0.6
20212024-06-04T10:26:25.052Z Checking slog-scope v4.4.0
20222024-06-04T10:26:25.089Z Checking utf-8 v0.7.6
20232024-06-04T10:26:25.113Z Checking tar v0.4.40
20242024-06-04T10:26:25.176Z Checking walkdir v2.5.0
20252024-06-04T10:26:25.219Z Checking slog-stdlog v4.1.1
20262024-06-04T10:26:25.255Z Checking tungstenite v0.20.1
20272024-06-04T10:26:25.279Z Checking num_enum v0.5.11
20282024-06-04T10:26:25.362Z Checking slog-envlogger v2.2.0
20292024-06-04T10:26:25.410Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
20302024-06-04T10:26:25.434Z Compiling heapless v0.8.0
20312024-06-04T10:26:25.551Z Checking termtree v0.4.1
20322024-06-04T10:26:25.619Z Checking hash32 v0.3.1
20332024-06-04T10:26:25.655Z Compiling smoltcp v0.11.0
20342024-06-04T10:26:25.713Z Compiling crucible-workspace-hack v0.1.0
20352024-06-04T10:26:25.737Z Checking predicates-tree v1.0.9
20362024-06-04T10:26:25.788Z Checking embedded-io v0.4.0
20372024-06-04T10:26:25.879Z Checking cobs v0.2.3
20382024-06-04T10:26:25.970Z Checking sigpipe v0.1.3
20392024-06-04T10:26:25.994Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9)
20402024-06-04T10:26:26.021Z Checking tokio-tungstenite v0.20.1
20412024-06-04T10:26:26.054Z Checking postcard v1.0.8
20422024-06-04T10:26:26.078Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9)
20432024-06-04T10:26:26.293Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9)
20442024-06-04T10:26:26.317Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e)
20452024-06-04T10:26:26.340Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
20462024-06-04T10:26:26.403Z Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
20472024-06-04T10:26:26.517Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0)
20482024-06-04T10:26:26.625Z Checking pem v3.0.4
20492024-06-04T10:26:26.815Z Compiling mockall_derive v0.12.1
20502024-06-04T10:26:26.844Z Compiling num-derive v0.4.2
20512024-06-04T10:26:26.997Z Checking atty v0.2.14
20522024-06-04T10:26:27.101Z Checking fragile v2.0.0
20532024-06-04T10:26:27.319Z Checking downcast v0.11.0
20542024-06-04T10:26:27.487Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0)
20552024-06-04T10:26:27.562Z Checking zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
20562024-06-04T10:26:27.688Z Compiling derive-where v1.2.7
20572024-06-04T10:26:27.910Z Checking env_logger v0.9.3
20582024-06-04T10:26:28.148Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
20592024-06-04T10:26:28.268Z Compiling bitstruct_derive v0.1.0
20602024-06-04T10:26:28.435Z Checking viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
20612024-06-04T10:26:28.544Z Checking ascii v1.1.0
20622024-06-04T10:26:28.632Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=8c6d485110ecfae5409575246b986a145c386dc4#8c6d4851)
20632024-06-04T10:26:28.787Z Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
20642024-06-04T10:26:28.883Z Checking rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c)
20652024-06-04T10:26:28.985Z Checking viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
20662024-06-04T10:26:29.120Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
20672024-06-04T10:26:29.308Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9)
20682024-06-04T10:26:29.333Z Checking dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
20692024-06-04T10:26:29.357Z Checking bitstruct v0.1.1
20702024-06-04T10:26:29.448Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
20712024-06-04T10:26:29.579Z Checking serde_arrays v0.1.0
20722024-06-04T10:26:29.605Z Checking erased-serde v0.3.31
20732024-06-04T10:26:29.736Z Compiling heck v0.3.3
20742024-06-04T10:26:29.763Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e)
20752024-06-04T10:26:29.999Z Checking tungstenite v0.21.0
20762024-06-04T10:26:30.076Z Compiling zone_cfg_derive v0.1.2
20772024-06-04T10:26:30.490Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9)
20782024-06-04T10:26:30.515Z Checking propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
20792024-06-04T10:26:30.598Z Checking headers-core v0.2.0
20802024-06-04T10:26:30.694Z Checking base64 v0.13.1
20812024-06-04T10:26:30.725Z Checking headers v0.3.9
20822024-06-04T10:26:31.037Z Checking ron v0.7.1
20832024-06-04T10:26:31.273Z Checking zone v0.1.8
20842024-06-04T10:26:31.587Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
20852024-06-04T10:26:31.637Z Checking tokio-tungstenite v0.21.0
20862024-06-04T10:26:31.787Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9)
20872024-06-04T10:26:31.863Z Checking portpicker v0.1.1
20882024-06-04T10:26:31.973Z Checking rcgen v0.12.1
20892024-06-04T10:26:31.997Z Checking atomicwrites v0.4.3
20902024-06-04T10:26:32.030Z Checking subprocess v0.2.9
20912024-06-04T10:26:32.054Z Compiling convert_case v0.4.0
20922024-06-04T10:26:32.170Z Checking password-hash v0.5.0
20932024-06-04T10:26:32.454Z Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
20942024-06-04T10:26:32.522Z Checking blake2 v0.10.6
20952024-06-04T10:26:32.552Z Checking linked-hash-map v0.5.6
20962024-06-04T10:26:32.590Z Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
20972024-06-04T10:26:32.826Z Checking lru-cache v0.1.2
20982024-06-04T10:26:32.894Z Compiling derive_more v0.99.17
20992024-06-04T10:26:32.918Z Checking argon2 v0.5.3
21002024-06-04T10:26:32.995Z Checking swrite v0.1.0
21012024-06-04T10:26:33.107Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
21022024-06-04T10:26:33.209Z Checking mockall v0.12.1
21032024-06-04T10:26:33.233Z Compiling rayon-core v1.12.1
21042024-06-04T10:26:33.408Z Checking resolv-conf v0.7.0
21052024-06-04T10:26:33.432Z Checking half v2.4.1
21062024-06-04T10:26:33.474Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
21072024-06-04T10:26:33.499Z Checking ciborium-io v0.2.2
21082024-06-04T10:26:33.611Z Compiling cancel-safe-futures v0.1.5
21092024-06-04T10:26:33.698Z Checking trust-dns-resolver v0.22.0
21102024-06-04T10:26:33.781Z Compiling semver v0.1.20
21112024-06-04T10:26:33.818Z Checking ciborium-ll v0.2.2
21122024-06-04T10:26:34.055Z Compiling slog-dtrace v0.3.0
21132024-06-04T10:26:34.080Z Compiling rustc_version v0.1.7
21142024-06-04T10:26:34.288Z Checking ciborium v0.2.2
21152024-06-04T10:26:34.356Z Checking libsw v3.3.1
21162024-06-04T10:26:34.525Z Compiling newtype_derive v0.1.6
21172024-06-04T10:26:34.590Z Checking linear-map v1.2.0
21182024-06-04T10:26:34.782Z Checking owo-colors v4.0.0
21192024-06-04T10:26:34.913Z Compiling radium v0.7.0
21202024-06-04T10:26:34.967Z Checking num-rational v0.4.2
21212024-06-04T10:26:34.992Z Checking steno v0.4.0
21222024-06-04T10:26:35.140Z Checking num-complex v0.4.6
21232024-06-04T10:26:35.312Z Checking nibble_vec v0.1.0
21242024-06-04T10:26:35.477Z Checking endian-type v0.1.2
21252024-06-04T10:26:35.501Z Compiling maybe-uninit v2.0.0
21262024-06-04T10:26:35.652Z Checking tap v1.0.1
21272024-06-04T10:26:35.798Z Checking wyz v0.5.1
21282024-06-04T10:26:35.874Z Checking num v0.4.3
21292024-06-04T10:26:35.981Z Checking radix_trie v0.2.1
21302024-06-04T10:26:36.128Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
21312024-06-04T10:26:36.171Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
21322024-06-04T10:26:36.328Z Compiling bzip2-sys v0.1.11+1.0.8
21332024-06-04T10:26:36.352Z Checking fxhash v0.2.1
21342024-06-04T10:26:36.490Z Checking funty v2.0.0
21352024-06-04T10:26:36.674Z Compiling num-bigint-dig v0.8.4
21362024-06-04T10:26:36.794Z Checking crc-catalog v2.4.0
21372024-06-04T10:26:36.909Z Checking display-error-chain v0.2.0
21382024-06-04T10:26:36.933Z Compiling packed_struct v0.10.1
21392024-06-04T10:26:37.043Z Checking crc v3.2.1
21402024-06-04T10:26:37.281Z Checking bitvec v1.0.1
21412024-06-04T10:26:37.399Z Compiling packed_struct_codegen v0.10.1
21422024-06-04T10:26:37.424Z Compiling indexmap v1.9.3
21432024-06-04T10:26:37.646Z Compiling home v0.5.9
21442024-06-04T10:26:37.719Z Checking nodrop v0.1.14
21452024-06-04T10:26:37.803Z Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
21462024-06-04T10:26:37.831Z Checking array-init v0.0.4
21472024-06-04T10:26:38.022Z Checking smallvec v0.6.14
21482024-06-04T10:26:38.051Z Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
21492024-06-04T10:26:38.445Z Checking pkcs1 v0.7.5
21502024-06-04T10:26:38.619Z Checking signature v2.2.0
21512024-06-04T10:26:38.781Z Checking bitfield v0.14.0
21522024-06-04T10:26:38.806Z Checking hashbrown v0.12.3
21532024-06-04T10:26:39.005Z Checking serde-hex v0.1.0
21542024-06-04T10:26:39.303Z Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
21552024-06-04T10:26:39.693Z Checking bzip2 v0.4.4
21562024-06-04T10:26:39.761Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
21572024-06-04T10:26:39.809Z Checking env_logger v0.10.2
21582024-06-04T10:26:39.942Z Checking x509-cert v0.2.5
21592024-06-04T10:26:39.978Z Checking ron v0.8.1
21602024-06-04T10:26:40.069Z Checking rsa v0.9.6
21612024-06-04T10:26:40.160Z Checking hashbrown v0.13.2
21622024-06-04T10:26:40.242Z Checking crc-any v2.5.0
21632024-06-04T10:26:40.530Z Checking zip v0.6.6
21642024-06-04T10:26:40.892Z Checking path-slash v0.1.5
21652024-06-04T10:26:41.003Z Checking object v0.30.4
21662024-06-04T10:26:41.027Z Compiling async-recursion v1.1.1
21672024-06-04T10:26:41.062Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
21682024-06-04T10:26:41.096Z Checking maplit v1.0.2
21692024-06-04T10:26:41.199Z Compiling ring v0.16.20
21702024-06-04T10:26:41.224Z Compiling blake3 v1.5.1
21712024-06-04T10:26:41.285Z Compiling buf-list v1.0.3
21722024-06-04T10:26:42.054Z Checking gethostname v0.4.3
21732024-06-04T10:26:42.122Z Compiling parking_lot_core v0.8.6
21742024-06-04T10:26:42.192Z Compiling libefi-sys v0.1.0
21752024-06-04T10:26:42.219Z Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
21762024-06-04T10:26:42.422Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
21772024-06-04T10:26:42.500Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
21782024-06-04T10:26:42.650Z Compiling crossbeam-deque v0.8.5
21792024-06-04T10:26:42.854Z Checking keccak v0.1.5
21802024-06-04T10:26:42.896Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81)
21812024-06-04T10:26:43.022Z Checking libnvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81)
21822024-06-04T10:26:43.113Z Checking sha3 v0.10.8
21832024-06-04T10:26:43.313Z Checking parking_lot v0.11.2
21842024-06-04T10:26:43.607Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
21852024-06-04T10:26:43.990Z Checking trust-dns-client v0.22.0
21862024-06-04T10:26:44.044Z Checking toml v0.5.11
21872024-06-04T10:26:44.093Z Checking secrecy v0.8.0
21882024-06-04T10:26:44.266Z Compiling pin-project-internal v1.1.5
21892024-06-04T10:26:44.328Z Compiling synstructure v0.12.6
21902024-06-04T10:26:44.480Z Checking sled v0.34.7
21912024-06-04T10:26:44.999Z Compiling rayon v1.10.0
21922024-06-04T10:26:45.237Z Checking trust-dns-server v0.22.1
21932024-06-04T10:26:45.814Z Compiling zerocopy-derive v0.2.0
21942024-06-04T10:26:46.730Z Compiling memmap2 v0.9.4
21952024-06-04T10:26:46.795Z Checking pin-project v1.1.5
21962024-06-04T10:26:46.911Z Compiling glob v0.3.1
21972024-06-04T10:26:46.955Z Compiling constant_time_eq v0.3.0
21982024-06-04T10:26:47.111Z Compiling arrayvec v0.7.4
21992024-06-04T10:26:47.135Z Compiling untrusted v0.7.1
22002024-06-04T10:26:47.284Z Compiling arrayref v0.3.7
22012024-06-04T10:26:47.487Z Compiling toolchain_find v0.4.0
22022024-06-04T10:26:48.055Z Compiling vte_generate_state_changes v0.1.1
22032024-06-04T10:26:48.114Z Compiling topological-sort v0.2.2
22042024-06-04T10:26:48.297Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5630887d0373857f77cb264f84aa19bdec720ce3#5630887d)
22052024-06-04T10:26:48.586Z Checking vte v0.11.1
22062024-06-04T10:26:48.805Z Compiling rustfmt-wrapper v0.2.1
22072024-06-04T10:26:49.129Z Compiling omicron-zone-package v0.11.0
22082024-06-04T10:26:49.297Z Checking fd-lock v4.0.2
22092024-06-04T10:26:49.330Z Compiling prettyplease v0.2.20
22102024-06-04T10:26:49.564Z Checking strip-ansi-escapes v0.2.0
22112024-06-04T10:26:49.588Z Compiling usdt-impl v0.3.5
22122024-06-04T10:26:49.713Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
22132024-06-04T10:26:49.762Z Checking nu-ansi-term v0.50.0
22142024-06-04T10:26:49.863Z Compiling zerocopy v0.3.2
22152024-06-04T10:26:49.992Z Compiling crunchy v0.2.2
22162024-06-04T10:26:50.050Z Compiling clang-sys v1.7.0
22172024-06-04T10:26:50.094Z Checking reedline v0.31.0
22182024-06-04T10:26:50.361Z Compiling dof v0.1.5
22192024-06-04T10:26:50.418Z Compiling dtrace-parser v0.1.14
22202024-06-04T10:26:50.458Z Compiling snafu-derive v0.8.2
22212024-06-04T10:26:50.618Z Compiling tiny-keccak v2.0.2
22222024-06-04T10:26:51.398Z Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
22232024-06-04T10:26:51.642Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
22242024-06-04T10:26:51.852Z Checking globset v0.4.14
22252024-06-04T10:26:52.210Z Checking olpc-cjson v0.1.3
22262024-06-04T10:26:52.252Z Compiling serde_tokenstream v0.1.7
22272024-06-04T10:26:52.320Z Checking serde_plain v1.0.2
22282024-06-04T10:26:52.400Z Compiling memoffset v0.7.1
22292024-06-04T10:26:52.438Z Compiling ref-cast v1.0.23
22302024-06-04T10:26:52.529Z Compiling platforms v3.4.0
22312024-06-04T10:26:52.639Z Checking typed-path v0.7.1
22322024-06-04T10:26:52.985Z Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe)
22332024-06-04T10:26:53.081Z Compiling curve25519-dalek v4.1.2
22342024-06-04T10:26:53.297Z Compiling ascii-canvas v3.0.0
22352024-06-04T10:26:53.517Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
22362024-06-04T10:26:53.749Z Compiling ref-cast-impl v1.0.23
22372024-06-04T10:26:53.775Z Compiling ena v0.14.3
22382024-06-04T10:26:53.920Z Compiling libloading v0.8.3
22392024-06-04T10:26:53.986Z Compiling unicase v2.7.0
22402024-06-04T10:26:54.123Z Compiling diff v0.1.13
22412024-06-04T10:26:54.181Z Compiling bindgen v0.69.4
22422024-06-04T10:26:54.234Z Checking parse-size v1.0.0
22432024-06-04T10:26:54.303Z Compiling regex-syntax v0.6.29
22442024-06-04T10:26:54.417Z Checking progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
22452024-06-04T10:26:54.777Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
22462024-06-04T10:26:54.801Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
22472024-06-04T10:26:54.831Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
22482024-06-04T10:26:54.856Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
22492024-06-04T10:26:55.791Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
22502024-06-04T10:26:56.079Z Checking snafu v0.8.2
22512024-06-04T10:26:56.456Z Checking tough v0.17.1
22522024-06-04T10:26:57.289Z Compiling lalrpop v0.19.12
22532024-06-04T10:26:57.980Z Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1)
22542024-06-04T10:26:58.328Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
22552024-06-04T10:26:59.729Z Compiling usdt-attr-macro v0.3.5
22562024-06-04T10:26:59.774Z Compiling usdt-macro v0.3.5
22572024-06-04T10:27:00.117Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
22582024-06-04T10:27:00.907Z Compiling which v4.4.2
22592024-06-04T10:27:01.425Z Checking universal-hash v0.5.1
22602024-06-04T10:27:01.578Z Compiling cexpr v0.6.0
22612024-06-04T10:27:02.766Z Compiling thiserror-impl-no-std v2.0.2
22622024-06-04T10:27:03.035Z Compiling curve25519-dalek-derive v0.1.1
22632024-06-04T10:27:03.276Z Checking nanorand v0.7.0
22642024-06-04T10:27:03.485Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
22652024-06-04T10:27:03.589Z Compiling shlex v1.3.0
22662024-06-04T10:27:03.722Z Compiling lazycell v1.3.0
22672024-06-04T10:27:03.879Z Checking opaque-debug v0.3.1
22682024-06-04T10:27:03.973Z Checking signature v1.6.4
22692024-06-04T10:27:03.998Z Compiling rustc-hash v1.1.0
22702024-06-04T10:27:04.119Z Checking bytecount v0.6.8
22712024-06-04T10:27:04.158Z Compiling cfg_aliases v0.1.1
22722024-06-04T10:27:04.285Z Compiling salty v0.2.0
22732024-06-04T10:27:04.311Z Compiling nix v0.28.0
22742024-06-04T10:27:04.827Z Checking papergrid v0.11.0
22752024-06-04T10:27:05.113Z Checking ed25519 v1.5.3
22762024-06-04T10:27:05.289Z Checking poly1305 v0.8.0
22772024-06-04T10:27:05.665Z Checking thiserror-no-std v2.0.2
22782024-06-04T10:27:05.765Z Checking flume v0.11.0
22792024-06-04T10:27:05.794Z Checking usdt v0.3.5
22802024-06-04T10:27:05.969Z Checking nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d)
22812024-06-04T10:27:06.145Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
22822024-06-04T10:27:06.170Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
22832024-06-04T10:27:06.194Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
22842024-06-04T10:27:06.387Z Compiling tabled_derive v0.7.0
22852024-06-04T10:27:06.444Z Compiling derive_builder_core v0.20.0
22862024-06-04T10:27:06.471Z Checking chacha20 v0.9.1
22872024-06-04T10:27:06.757Z Checking aead v0.5.2
22882024-06-04T10:27:06.955Z Checking serde-big-array v0.5.1
22892024-06-04T10:27:07.154Z Checking kstat-rs v0.2.3
22902024-06-04T10:27:07.439Z Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack.git?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
22912024-06-04T10:27:08.162Z Compiling libxml v0.3.3
22922024-06-04T10:27:08.474Z Compiling derive_builder_macro v0.20.0
22932024-06-04T10:27:08.503Z Checking hubpack v0.1.0 (https://github.com/cbiffle/hubpack.git?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
22942024-06-04T10:27:08.528Z Checking tabled v0.15.0
22952024-06-04T10:27:08.629Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
22962024-06-04T10:27:08.777Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
22972024-06-04T10:27:08.860Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
22982024-06-04T10:27:09.169Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
22992024-06-04T10:27:11.014Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
23002024-06-04T10:27:11.038Z Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
23012024-06-04T10:27:11.874Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
23022024-06-04T10:27:12.336Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
23032024-06-04T10:27:12.618Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
23042024-06-04T10:27:12.917Z Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
23052024-06-04T10:27:13.161Z Checking chacha20poly1305 v0.10.1
23062024-06-04T10:27:13.367Z Checking vsss-rs v3.3.4
23072024-06-04T10:27:14.995Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=8c6d485110ecfae5409575246b986a145c386dc4#8c6d4851)
23082024-06-04T10:27:15.525Z Checking signal-hook-tokio v0.3.1
23092024-06-04T10:27:15.696Z Checking serde-big-array v0.4.1
23102024-06-04T10:27:15.854Z Compiling strum_macros v0.24.3
23112024-06-04T10:27:15.952Z Compiling cookie v0.18.1
23122024-06-04T10:27:15.987Z Compiling indoc v1.0.9
23132024-06-04T10:27:16.278Z Checking sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
23142024-06-04T10:27:16.887Z Compiling mime_guess v2.0.4
23152024-06-04T10:27:17.981Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
23162024-06-04T10:27:18.479Z Checking derive_builder v0.20.0
23172024-06-04T10:27:18.531Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
23182024-06-04T10:27:19.063Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0)
23192024-06-04T10:27:19.156Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
23202024-06-04T10:27:19.253Z Compiling peg-macros v0.8.3
23212024-06-04T10:27:19.379Z Checking quick-xml v0.31.0
23222024-06-04T10:27:20.024Z Compiling oso-derive v0.27.3
23232024-06-04T10:27:20.862Z Compiling impl-trait-for-tuples v0.2.2
23242024-06-04T10:27:21.029Z Compiling sqlparser_derive v0.2.2
23252024-06-04T10:27:21.906Z Checking heck v0.4.1
23262024-06-04T10:27:22.094Z Checking unicode_categories v0.1.1
23272024-06-04T10:27:22.184Z Checking corncobs v0.1.3
23282024-06-04T10:27:22.372Z Checking sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
23292024-06-04T10:27:22.486Z Checking rustyline v14.0.0
23302024-06-04T10:27:22.510Z Checking sqlformat v0.2.3
23312024-06-04T10:27:22.548Z Checking peg v0.8.3
23322024-06-04T10:27:22.653Z Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
23332024-06-04T10:27:22.974Z Checking sqlparser v0.45.0
23342024-06-04T10:27:23.038Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23352024-06-04T10:27:23.740Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
23362024-06-04T10:27:23.841Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
23372024-06-04T10:27:25.071Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
23382024-06-04T10:27:25.251Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
23392024-06-04T10:27:25.706Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
23402024-06-04T10:27:26.124Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
23412024-06-04T10:27:29.207Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
23422024-06-04T10:27:29.851Z Checking bcs v0.1.6
23432024-06-04T10:27:30.255Z Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0)
23442024-06-04T10:27:30.279Z Checking highway v1.1.0
23452024-06-04T10:27:30.576Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
23462024-06-04T10:27:30.632Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0)
23472024-06-04T10:27:30.751Z Checking bb8 v0.8.3
23482024-06-04T10:27:30.813Z Compiling const_format_proc_macros v0.2.32
23492024-06-04T10:27:30.863Z Checking http-range v0.1.5
23502024-06-04T10:27:30.982Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0)
23512024-06-04T10:27:31.021Z Checking hyper-staticfile v0.9.5
23522024-06-04T10:27:31.141Z Checking async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef)
23532024-06-04T10:27:31.399Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23542024-06-04T10:27:31.923Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
23552024-06-04T10:27:32.353Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
23562024-06-04T10:27:32.636Z Checking const_format v0.2.32
23572024-06-04T10:27:32.919Z Checking assert_matches v1.5.0
23582024-06-04T10:27:33.010Z Compiling portable-atomic v1.6.0
23592024-06-04T10:27:33.045Z Checking rand_seeder v0.2.3
23602024-06-04T10:27:33.253Z Checking number_prefix v0.4.0
23612024-06-04T10:27:33.447Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
23622024-06-04T10:27:33.654Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
23632024-06-04T10:27:34.365Z Checking castaway v0.2.2
23642024-06-04T10:27:34.508Z Checking compact_str v0.7.1
23652024-06-04T10:27:34.795Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
23662024-06-04T10:27:34.917Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
23672024-06-04T10:27:34.942Z Checking indicatif v0.17.8
23682024-06-04T10:27:35.148Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
23692024-06-04T10:27:35.172Z Checking lru v0.12.3
23702024-06-04T10:27:35.267Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
23712024-06-04T10:27:35.417Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
23722024-06-04T10:27:35.579Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
23732024-06-04T10:27:35.603Z Compiling stability v0.2.0
23742024-06-04T10:27:35.803Z Checking cassowary v0.3.0
23752024-06-04T10:27:36.141Z Compiling indoc v2.0.5
23762024-06-04T10:27:36.473Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
23772024-06-04T10:27:36.497Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
23782024-06-04T10:27:37.041Z Checking ratatui v0.26.2
23792024-06-04T10:27:37.772Z Checking unicode-linebreak v0.1.5
23802024-06-04T10:27:38.104Z Checking smawk v0.3.2
23812024-06-04T10:27:38.283Z Checking textwrap v0.16.1
23822024-06-04T10:27:38.592Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
23832024-06-04T10:27:38.616Z Checking is_ci v1.2.0
23842024-06-04T10:27:38.757Z Checking supports-color v3.0.0
23852024-06-04T10:27:38.872Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
23862024-06-04T10:27:38.929Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=8c6d485110ecfae5409575246b986a145c386dc4#8c6d4851)
23872024-06-04T10:27:39.374Z Checking fatfs v0.3.6
23882024-06-04T10:27:40.244Z Checking shell-words v1.1.0
23892024-06-04T10:27:40.320Z Checking rtoolbox v0.0.2
23902024-06-04T10:27:40.401Z Checking tui-tree-widget v0.19.0
23912024-06-04T10:27:40.491Z Checking rpassword v7.3.1
23922024-06-04T10:27:40.644Z Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
23932024-06-04T10:27:40.714Z Checking yansi v0.5.1
23942024-06-04T10:27:40.946Z Checking pretty_assertions v1.4.0
23952024-06-04T10:27:41.123Z Compiling target-lexicon v0.12.14
23962024-06-04T10:27:41.397Z Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
23972024-06-04T10:27:41.551Z Checking cargo-platform v0.1.8
23982024-06-04T10:27:41.800Z Compiling guppy-workspace-hack v0.1.0
23992024-06-04T10:27:41.969Z Checking plotters-backend v0.3.5
24002024-06-04T10:27:42.031Z Compiling doc-comment v0.3.3
24012024-06-04T10:27:42.276Z Checking plotters-svg v0.3.5
24022024-06-04T10:27:42.561Z Checking cargo_metadata v0.18.1
24032024-06-04T10:27:42.655Z Checking http-body v1.0.0
24042024-06-04T10:27:42.837Z Checking regex-automata v0.1.10
24052024-06-04T10:27:42.881Z Compiling assert_cmd v2.0.14
24062024-06-04T10:27:43.178Z Checking cast v0.3.0
24072024-06-04T10:27:43.202Z Checking tower-layer v0.3.2
24082024-06-04T10:27:43.420Z Compiling target-spec v3.1.0
24092024-06-04T10:27:43.444Z Checking criterion-plot v0.5.0
24102024-06-04T10:27:43.830Z Checking tower v0.4.13
24112024-06-04T10:27:43.902Z Checking bstr v0.2.17
24122024-06-04T10:27:43.948Z Checking cfg-expr v0.15.8
24132024-06-04T10:27:44.475Z Checking hyper v1.3.1
24142024-06-04T10:27:44.701Z Checking plotters v0.3.5
24152024-06-04T10:27:44.748Z Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd)
24162024-06-04T10:27:44.830Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
24172024-06-04T10:27:45.530Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
24182024-06-04T10:27:45.554Z Checking tinytemplate v1.2.1
24192024-06-04T10:27:45.719Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
24202024-06-04T10:27:45.870Z Checking csv-core v0.1.11
24212024-06-04T10:27:46.174Z Checking anes v0.1.6
24222024-06-04T10:27:46.514Z Checking oorandom v11.1.3
24232024-06-04T10:27:46.664Z Checking criterion v0.5.1
24242024-06-04T10:27:46.699Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
24252024-06-04T10:27:47.991Z Checking csv v1.3.0
24262024-06-04T10:27:48.015Z Checking hyper-util v0.1.3
24272024-06-04T10:27:49.094Z Checking httptest v0.15.5
24282024-06-04T10:27:49.337Z Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client)
24292024-06-04T10:27:49.473Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
24302024-06-04T10:27:49.740Z Checking rustls-native-certs v0.7.0
24312024-06-04T10:27:49.863Z Checking pathdiff v0.2.1
24322024-06-04T10:27:50.182Z Checking nested v0.1.1
24332024-06-04T10:27:50.363Z Checking guppy v0.17.5
24342024-06-04T10:27:52.214Z Checking hyper-rustls v0.26.0
24352024-06-04T10:27:52.514Z Checking escape8259 v0.5.2
24362024-06-04T10:27:52.683Z Checking threadpool v1.8.1
24372024-06-04T10:27:52.869Z Checking libtest-mimic v0.7.3
24382024-06-04T10:27:52.935Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
24392024-06-04T10:27:53.280Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
24402024-06-04T10:27:53.541Z Checking similar-asserts v1.5.0
24412024-06-04T10:27:53.735Z Checking fancy-regex v0.13.0
24422024-06-04T10:27:53.767Z Compiling rstest_macros v0.19.0
24432024-06-04T10:27:54.423Z Checking datatest-stable v0.2.9
24442024-06-04T10:27:54.447Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
24452024-06-04T10:27:54.682Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
24462024-06-04T10:27:54.917Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
24472024-06-04T10:27:55.137Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
24482024-06-04T10:27:55.531Z Compiling trybuild v1.0.96
24492024-06-04T10:27:55.557Z Compiling relative-path v1.9.3
24502024-06-04T10:27:55.895Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
24512024-06-04T10:27:55.943Z Checking blake2b_simd v1.0.2
24522024-06-04T10:27:56.636Z Checking multimap v0.10.0
24532024-06-04T10:27:56.902Z Checking futures-timer v3.0.3
24542024-06-04T10:27:57.170Z Checking rust-argon2 v2.1.0
24552024-06-04T10:27:59.604Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
24562024-06-04T10:28:01.266Z Checking partial-io v0.5.4
24572024-06-04T10:28:01.607Z Checking approx v0.5.1
24582024-06-04T10:28:01.817Z Checking uzers v0.11.3
24592024-06-04T10:28:02.129Z Checking termios v0.3.3
24602024-06-04T10:28:02.341Z Checking hex-literal v0.4.1
24612024-06-04T10:28:04.217Z Checking rstest v0.19.0
24622024-06-04T10:28:04.894Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
24632024-06-04T10:28:07.416Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
24642024-06-04T10:28:16.282Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
24652024-06-04T10:28:19.417Z Compiling samael v0.0.15
24662024-06-04T10:28:41.688Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
24672024-06-04T10:28:43.255Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli)
24682024-06-04T10:28:49.523Z Compiling polar-core v0.27.3
24692024-06-04T10:28:58.662Z Checking oso v0.27.3
24702024-06-04T10:29:36.396Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
24712024-06-04T10:29:36.396Z Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
24722024-06-04T10:29:36.396Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
24732024-06-04T10:31:03.710Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 15s
24742024-06-04T10:31:04.010Z
24752024-06-04T10:31:04.036Zreal 7:27.108297873
24762024-06-04T10:31:04.036Zuser 34:40.490338256
24772024-06-04T10:31:04.036Zsys 6:38.329050304
24782024-06-04T10:31:04.036Ztrap 1.003353453
24792024-06-04T10:31:04.036Ztflt 0.519164506
24802024-06-04T10:31:04.036Zdflt 1.699767498
24812024-06-04T10:31:04.036Zkflt 0.003021814
24822024-06-04T10:31:04.036Zlock 1:42:26.783815088
24832024-06-04T10:31:04.036Zslp 1:50:01.001555674
24842024-06-04T10:31:04.036Zlat 1:55.171142518
24852024-06-04T10:31:04.036Zstop 5:50.475551246
24862024-06-04T10:31:05.472Zwarning: output filename collision.
24872024-06-04T10:31:05.472ZThe 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)`.
24882024-06-04T10:31:05.473ZColliding filename is: /work/oxidecomputer/omicron/target/doc/bhyve_api/index.html
24892024-06-04T10:31:05.473ZThe targets should have unique names.
24902024-06-04T10:31:05.473ZThis is a known bug where multiple crates with the same name use
24912024-06-04T10:31:05.473Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
24922024-06-04T10:31:05.473Zwarning: output filename collision.
24932024-06-04T10:31:05.473ZThe 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)`.
24942024-06-04T10:31:05.473ZColliding filename is: /work/oxidecomputer/omicron/target/doc/bhyve_api_sys/index.html
24952024-06-04T10:31:05.473ZThe targets should have unique names.
24962024-06-04T10:31:05.473ZThis is a known bug where multiple crates with the same name use
24972024-06-04T10:31:05.473Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
24982024-06-04T10:31:05.473Zwarning: output filename collision.
24992024-06-04T10:31:05.473ZThe 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)`.
25002024-06-04T10:31:05.473ZColliding filename is: /work/oxidecomputer/omicron/target/doc/hubpack/index.html
25012024-06-04T10:31:05.474ZThe targets should have unique names.
25022024-06-04T10:31:05.474ZThis is a known bug where multiple crates with the same name use
25032024-06-04T10:31:05.474Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
25042024-06-04T10:31:05.474Zwarning: output filename collision.
25052024-06-04T10:31:05.474ZThe 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)`.
25062024-06-04T10:31:05.474ZColliding filename is: /work/oxidecomputer/omicron/target/doc/libnet/index.html
25072024-06-04T10:31:05.474ZThe targets should have unique names.
25082024-06-04T10:31:05.474ZThis is a known bug where multiple crates with the same name use
25092024-06-04T10:31:05.474Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
25102024-06-04T10:31:05.474Zwarning: output filename collision.
25112024-06-04T10:31:05.474ZThe 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)`.
25122024-06-04T10:31:05.474ZColliding filename is: /work/oxidecomputer/omicron/target/doc/nix/index.html
25132024-06-04T10:31:05.474ZThe targets should have unique names.
25142024-06-04T10:31:05.474ZThis is a known bug where multiple crates with the same name use
25152024-06-04T10:31:05.474Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
25162024-06-04T10:31:05.475Zwarning: output filename collision.
25172024-06-04T10:31:05.475ZThe 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)`.
25182024-06-04T10:31:05.475ZColliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html
25192024-06-04T10:31:05.475ZThe targets should have unique names.
25202024-06-04T10:31:05.475ZThis is a known bug where multiple crates with the same name use
25212024-06-04T10:31:05.475Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
25222024-06-04T10:31:05.475Zwarning: output filename collision.
25232024-06-04T10:31:05.475ZThe 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)`.
25242024-06-04T10:31:05.475ZColliding filename is: /work/oxidecomputer/omicron/target/doc/propolis_client/index.html
25252024-06-04T10:31:05.475ZThe targets should have unique names.
25262024-06-04T10:31:05.475ZThis is a known bug where multiple crates with the same name use
25272024-06-04T10:31:05.475Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
25282024-06-04T10:31:05.475Zwarning: output filename collision.
25292024-06-04T10:31:05.475ZThe 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)`.
25302024-06-04T10:31:05.475ZColliding filename is: /work/oxidecomputer/omicron/target/doc/tlvc/index.html
25312024-06-04T10:31:05.475ZThe targets should have unique names.
25322024-06-04T10:31:05.476ZThis is a known bug where multiple crates with the same name use
25332024-06-04T10:31:05.476Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
25342024-06-04T10:31:05.476Zwarning: output filename collision.
25352024-06-04T10:31:05.476ZThe 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`.
25362024-06-04T10:31:05.476ZColliding filename is: /work/oxidecomputer/omicron/target/doc/zone/index.html
25372024-06-04T10:31:05.476ZThe targets should have unique names.
25382024-06-04T10:31:05.477ZThis is a known bug where multiple crates with the same name use
25392024-06-04T10:31:05.477Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
25402024-06-04T10:31:06.088Z Documenting libc v0.2.155
25412024-06-04T10:31:06.113Z Documenting cfg-if v1.0.0
25422024-06-04T10:31:06.137Z Documenting serde_derive v1.0.203
25432024-06-04T10:31:06.165Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25442024-06-04T10:31:06.189Z Documenting log v0.4.21
25452024-06-04T10:31:06.213Z Documenting memchr v2.7.2
25462024-06-04T10:31:06.238Z Documenting itoa v1.0.11
25472024-06-04T10:31:06.238Z Documenting byteorder v1.5.0
25482024-06-04T10:31:06.412Z Documenting smallvec v1.13.2
25492024-06-04T10:31:08.681Z Documenting scopeguard v1.2.0
25502024-06-04T10:31:09.046Z Documenting pin-project-lite v0.2.14
25512024-06-04T10:31:09.362Z Documenting libm v0.2.8
25522024-06-04T10:31:10.051Z Documenting once_cell v1.19.0
25532024-06-04T10:31:10.115Z Documenting getrandom v0.2.14
25542024-06-04T10:31:10.224Z Documenting parking_lot_core v0.9.10
25552024-06-04T10:31:10.721Z Documenting signal-hook-registry v1.4.2
25562024-06-04T10:31:11.667Z Documenting mio v0.8.11
25572024-06-04T10:31:12.492Z Documenting num-traits v0.2.19
25582024-06-04T10:31:12.587Z Documenting serde v1.0.203
25592024-06-04T10:31:12.629Z Documenting lock_api v0.4.12
25602024-06-04T10:31:13.775Z Documenting thiserror-impl v1.0.60
25612024-06-04T10:31:14.141Z Documenting rand_core v0.6.4
25622024-06-04T10:31:14.197Z Documenting zeroize_derive v1.4.2
25632024-06-04T10:31:14.890Z Documenting ryu v1.0.18
25642024-06-04T10:31:16.149Z Documenting futures-core v0.3.30
25652024-06-04T10:31:16.788Z Documenting parking_lot v0.12.2
25662024-06-04T10:31:17.139Z Documenting socket2 v0.5.7
25672024-06-04T10:31:17.603Z Documenting num_cpus v1.16.0
25682024-06-04T10:31:18.161Z Documenting tokio-macros v2.2.0
25692024-06-04T10:31:18.690Z Documenting thiserror v1.0.60
25702024-06-04T10:31:19.021Z Documenting zeroize v1.7.0
25712024-06-04T10:31:20.008Z Documenting zerocopy v0.7.34
25722024-06-04T10:31:21.085Z Documenting futures-sink v0.3.30
25732024-06-04T10:31:21.525Z Documenting typenum v1.17.0
25742024-06-04T10:31:21.755Z Documenting pin-utils v0.1.0
25752024-06-04T10:31:22.810Z Documenting iana-time-zone v0.1.60
25762024-06-04T10:31:24.366Z Documenting subtle v2.5.0
25772024-06-04T10:31:24.392Z Documenting slab v0.4.9
25782024-06-04T10:31:24.789Z Documenting futures-channel v0.3.30
25792024-06-04T10:31:32.054Z Documenting bytes v1.6.0
25802024-06-04T10:31:35.488Z Documenting serde_json v1.0.117
25812024-06-04T10:31:35.523Z Documenting bitflags v2.5.0
25822024-06-04T10:31:35.579Z Documenting chrono v0.4.38
25832024-06-04T10:31:35.617Z Documenting futures-macro v0.3.30
25842024-06-04T10:31:36.049Z Documenting futures-task v0.3.30
25852024-06-04T10:31:36.049Z Documenting tokio v1.37.0
25862024-06-04T10:31:36.049Z Documenting futures-io v0.3.30
25872024-06-04T10:31:36.714Z Documenting generic-array v0.14.7
25882024-06-04T10:31:39.526Z Documenting uuid v1.8.0
25892024-06-04T10:31:39.819Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
25902024-06-04T10:31:40.016Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
25912024-06-04T10:31:40.041Z Documenting ahash v0.8.11
25922024-06-04T10:31:40.666Z Documenting futures-util v0.3.30
25932024-06-04T10:31:40.807Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25942024-06-04T10:31:41.092Z Documenting allocator-api2 v0.2.18
25952024-06-04T10:31:41.318Z Documenting crypto-common v0.1.6
25962024-06-04T10:31:41.520Z Documenting const-oid v0.9.6
25972024-06-04T10:31:44.075Z Documenting tinyvec_macros v0.1.1
25982024-06-04T10:31:44.294Z Documenting serde_derive_internals v0.29.1
25992024-06-04T10:31:44.539Z Documenting hashbrown v0.14.5
26002024-06-04T10:31:45.725Z Checking serde_derive_internals v0.29.1
26012024-06-04T10:31:46.276Z Documenting dyn-clone v1.0.17
26022024-06-04T10:31:46.560Z Documenting ppv-lite86 v0.2.17
26032024-06-04T10:31:46.614Z Documenting tinyvec v1.6.0
26042024-06-04T10:31:46.648Z Documenting tracing-core v0.1.32
26052024-06-04T10:31:47.967Z Documenting tracing-attributes v0.1.27
26062024-06-04T10:31:49.190Z Documenting unicode-bidi v0.3.15
26072024-06-04T10:31:49.445Z Documenting lazy_static v1.4.0
26082024-06-04T10:31:49.498Z Documenting rand_chacha v0.3.1
26092024-06-04T10:31:49.693Z Documenting schemars_derive v0.8.20
26102024-06-04T10:31:50.106Z Documenting unicode-normalization v0.1.23
26112024-06-04T10:31:50.221Z Documenting percent-encoding v2.3.1
26122024-06-04T10:31:52.121Z Documenting block-buffer v0.10.4
26132024-06-04T10:31:53.370Z Documenting equivalent v1.0.1
26142024-06-04T10:31:53.674Z Documenting powerfmt v0.2.0
26152024-06-04T10:31:53.780Z Documenting rand v0.8.5
26162024-06-04T10:31:54.035Z Documenting form_urlencoded v1.2.1
26172024-06-04T10:31:54.466Z Documenting time-macros v0.2.18
26182024-06-04T10:31:56.684Z Documenting indexmap v2.2.6
26192024-06-04T10:31:56.709Z Documenting schemars v0.8.20
26202024-06-04T10:31:56.851Z Documenting digest v0.10.7
26212024-06-04T10:31:56.899Z Documenting deranged v0.3.11
26222024-06-04T10:31:57.736Z Documenting num_threads v0.1.7
26232024-06-04T10:31:58.167Z Documenting unicode-width v0.1.12
26242024-06-04T10:31:58.807Z Documenting time-core v0.1.2
26252024-06-04T10:32:01.048Z Documenting num-conv v0.1.0
26262024-06-04T10:32:01.719Z Documenting fnv v1.0.7
26272024-06-04T10:32:01.745Z Documenting idna v0.5.0
26282024-06-04T10:32:01.902Z Documenting adler v1.0.2
26292024-06-04T10:32:02.411Z Documenting unicode-ident v1.0.12
26302024-06-04T10:32:03.191Z Documenting tracing v0.1.40
26312024-06-04T10:32:12.300Z Documenting time v0.3.36
26322024-06-04T10:32:12.336Z Documenting miniz_oxide v0.7.2
26332024-06-04T10:32:12.390Z Documenting slog v2.7.0
26342024-06-04T10:32:12.419Z Documenting proc-macro2 v1.0.82
26352024-06-04T10:32:12.484Z Documenting httparse v1.8.0
26362024-06-04T10:32:12.570Z Documenting url v2.5.0
26372024-06-04T10:32:13.210Z Documenting cpufeatures v0.2.12
26382024-06-04T10:32:15.683Z Documenting tokio-util v0.7.11
26392024-06-04T10:32:15.996Z Documenting errno v0.3.9
26402024-06-04T10:32:16.703Z Documenting async-trait v0.1.80
26412024-06-04T10:32:16.839Z Documenting try-lock v0.2.5
26422024-06-04T10:32:16.938Z Documenting quote v1.0.36
26432024-06-04T10:32:17.036Z Documenting httpdate v1.0.3
26442024-06-04T10:32:18.210Z Documenting http-body v0.4.6
26452024-06-04T10:32:19.487Z Documenting want v0.3.1
26462024-06-04T10:32:20.342Z Documenting rustix v0.38.34
26472024-06-04T10:32:21.008Z Documenting aho-corasick v1.1.3
26482024-06-04T10:32:21.142Z Documenting openssl-sys v0.9.102
26492024-06-04T10:32:21.203Z Documenting syn v2.0.64
26502024-06-04T10:32:21.656Z Documenting h2 v0.3.26
26512024-06-04T10:32:21.681Z Documenting openssl-macros v0.1.1
26522024-06-04T10:32:22.746Z Documenting regex-syntax v0.8.3
26532024-06-04T10:32:23.417Z Documenting tower-service v0.3.2
26542024-06-04T10:32:26.003Z Documenting mime v0.3.17
26552024-06-04T10:32:26.332Z Documenting gimli v0.28.1
26562024-06-04T10:32:26.856Z Documenting object v0.32.2
26572024-06-04T10:32:26.959Z Documenting openssl v0.10.64
26582024-06-04T10:32:27.408Z Documenting rustc-demangle v0.1.24
26592024-06-04T10:32:29.223Z Documenting regex-automata v0.4.6
26602024-06-04T10:32:30.193Z Documenting ipnet v2.9.0
26612024-06-04T10:32:30.236Z Documenting openssl-probe v0.1.5
26622024-06-04T10:32:31.365Z Documenting hyper v0.14.28
26632024-06-04T10:32:32.224Z Documenting addr2line v0.21.0
26642024-06-04T10:32:34.098Z Documenting base64ct v1.6.0
26652024-06-04T10:32:34.123Z Documenting futures-executor v0.3.30
26662024-06-04T10:32:35.020Z Documenting native-tls v0.2.11
26672024-06-04T10:32:36.231Z Documenting encoding_rs v0.8.34
26682024-06-04T10:32:37.870Z Documenting psl-types v2.0.11
26692024-06-04T10:32:38.257Z Documenting backtrace v0.3.71
26702024-06-04T10:32:38.389Z Documenting serde_urlencoded v0.7.1
26712024-06-04T10:32:38.666Z Documenting semver v1.0.23
26722024-06-04T10:32:39.057Z Checking pest_meta v2.7.10
26732024-06-04T10:32:39.995Z Documenting crossbeam-utils v0.8.19
26742024-06-04T10:32:40.361Z Documenting tokio-native-tls v0.3.1
26752024-06-04T10:32:40.594Z Documenting utf8parse v0.2.1
26762024-06-04T10:32:40.784Z Documenting publicsuffix v2.2.3
26772024-06-04T10:32:42.815Z Documenting hyper-rustls v0.24.2
26782024-06-04T10:32:42.845Z Documenting futures v0.3.30
26792024-06-04T10:32:43.048Z Documenting pem-rfc7468 v0.7.0
26802024-06-04T10:32:43.110Z Documenting anyhow v1.0.86
26812024-06-04T10:32:43.166Z Documenting regex v1.10.4
26822024-06-04T10:32:44.477Z Documenting pest_meta v2.7.10
26832024-06-04T10:32:44.818Z Documenting cookie_store v0.20.0
26842024-06-04T10:32:45.497Z Documenting hyper-tls v0.5.0
26852024-06-04T10:32:46.868Z Documenting scroll_derive v0.12.0
26862024-06-04T10:32:47.067Z Documenting der_derive v0.7.2
26872024-06-04T10:32:48.346Z Documenting webpki-roots v0.25.4
26882024-06-04T10:32:48.677Z Documenting flagset v0.4.5
26892024-06-04T10:32:49.064Z Documenting sync_wrapper v0.1.2
26902024-06-04T10:32:49.970Z Documenting pest_generator v2.7.10
26912024-06-04T10:32:50.072Z Checking pest_generator v2.7.10
26922024-06-04T10:32:50.641Z Documenting num-integer v0.1.46
26932024-06-04T10:32:51.179Z Documenting ucd-trie v0.1.6
26942024-06-04T10:32:51.326Z Documenting scroll v0.12.0
26952024-06-04T10:32:51.736Z Documenting plain v0.2.3
26962024-06-04T10:32:52.078Z Documenting openapiv3 v2.0.0
26972024-06-04T10:32:52.128Z Documenting der v0.7.9
26982024-06-04T10:32:52.220Z Documenting reqwest v0.11.27
26992024-06-04T10:32:54.261Z Documenting pretty-hex v0.4.1
27002024-06-04T10:32:54.441Z Documenting pest_derive v2.7.10
27012024-06-04T10:32:54.563Z Documenting spin v0.9.8
27022024-06-04T10:32:54.811Z Documenting pest v2.7.10
27032024-06-04T10:32:55.344Z Documenting goblin v0.8.2
27042024-06-04T10:32:57.071Z Documenting spki v0.7.3
27052024-06-04T10:32:57.119Z Documenting thread-id v4.2.1
27062024-06-04T10:32:58.335Z Documenting either v1.12.0
27072024-06-04T10:32:58.726Z Documenting anstyle v1.0.7
27082024-06-04T10:32:58.913Z Documenting anstyle-parse v0.2.4
27092024-06-04T10:32:59.416Z Documenting dtrace-parser v0.2.0
27102024-06-04T10:33:00.992Z Documenting pkcs8 v0.10.2
27112024-06-04T10:33:01.101Z Documenting ipnetwork v0.20.0
27122024-06-04T10:33:02.014Z Documenting memmap v0.7.0
27132024-06-04T10:33:02.127Z Documenting anstyle-query v1.0.3
27142024-06-04T10:33:02.332Z Documenting is_terminal_polyfill v1.70.0
27152024-06-04T10:33:02.450Z Documenting dof v0.3.0
27162024-06-04T10:33:02.729Z Documenting data-encoding v2.6.0
27172024-06-04T10:33:03.539Z Documenting colorchoice v1.0.1
27182024-06-04T10:33:05.118Z Documenting crossbeam-epoch v0.9.18
27192024-06-04T10:33:06.127Z Documenting terminal_size v0.3.0
27202024-06-04T10:33:06.264Z Documenting sha2 v0.10.8
27212024-06-04T10:33:06.318Z Documenting hex v0.4.3
27222024-06-04T10:33:06.403Z Documenting anstream v0.6.14
27232024-06-04T10:33:06.775Z Documenting crc32fast v1.4.0
27242024-06-04T10:33:06.866Z Documenting strsim v0.11.1
27252024-06-04T10:33:07.888Z Documenting usdt-impl v0.5.0
27262024-06-04T10:33:09.328Z Documenting clap_lex v0.7.0
27272024-06-04T10:33:10.450Z Documenting untrusted v0.9.0
27282024-06-04T10:33:10.521Z Documenting unicode-segmentation v1.11.0
27292024-06-04T10:33:10.658Z Documenting num-iter v0.1.45
27302024-06-04T10:33:10.715Z Documenting hmac v0.12.1
27312024-06-04T10:33:10.838Z Documenting signal-hook v0.3.17
27322024-06-04T10:33:10.976Z Documenting clap_derive v4.5.4
27332024-06-04T10:33:13.077Z Documenting ring v0.17.8
27342024-06-04T10:33:13.230Z Documenting clap_builder v4.5.2
27352024-06-04T10:33:13.623Z Documenting static_assertions v1.1.0
27362024-06-04T10:33:14.207Z Documenting usdt v0.5.0
27372024-06-04T10:33:14.986Z Documenting flate2 v1.0.30
27382024-06-04T10:33:15.087Z Documenting managed v0.8.0
27392024-06-04T10:33:15.325Z Documenting signal-hook-mio v0.2.3
27402024-06-04T10:33:16.203Z Documenting itertools v0.12.1
27412024-06-04T10:33:16.358Z Documenting enum-as-inner v0.5.1
27422024-06-04T10:33:18.209Z Documenting regress v0.9.1
27432024-06-04T10:33:18.324Z Documenting block-padding v0.3.3
27442024-06-04T10:33:19.236Z Documenting clap v4.5.4
27452024-06-04T10:33:19.319Z Documenting scheduled-thread-pool v0.2.7
27462024-06-04T10:33:19.382Z Checking diesel_table_macro_syntax v0.1.0
27472024-06-04T10:33:19.573Z Documenting diesel_table_macro_syntax v0.1.0
27482024-06-04T10:33:20.191Z Documenting finl_unicode v1.2.0
27492024-06-04T10:33:20.987Z Documenting trust-dns-proto v0.22.0
27502024-06-04T10:33:22.683Z Documenting inout v0.1.3
27512024-06-04T10:33:22.790Z Documenting crossterm v0.27.0
27522024-06-04T10:33:23.320Z Documenting r2d2 v0.8.10
27532024-06-04T10:33:24.207Z Documenting md-5 v0.10.6
27542024-06-04T10:33:24.440Z Documenting stringprep v0.1.4
27552024-06-04T10:33:24.471Z Documenting diesel_derives v2.1.4
27562024-06-04T10:33:24.496Z Documenting ff v0.13.0
27572024-06-04T10:33:27.177Z Documenting serde_spanned v0.6.6
27582024-06-04T10:33:27.517Z Documenting toml_datetime v0.6.6
27592024-06-04T10:33:28.041Z Documenting pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
27602024-06-04T10:33:28.453Z Documenting bit-vec v0.6.3
27612024-06-04T10:33:28.596Z Checking unsafe-libyaml v0.2.11
27622024-06-04T10:33:29.097Z Documenting base16ct v0.2.0
27632024-06-04T10:33:29.432Z Documenting heck v0.5.0
27642024-06-04T10:33:29.573Z Documenting fallible-iterator v0.2.0
27652024-06-04T10:33:31.136Z Documenting winnow v0.6.8
27662024-06-04T10:33:31.325Z Documenting siphasher v0.3.11
27672024-06-04T10:33:31.598Z Documenting group v0.13.0
27682024-06-04T10:33:31.986Z Documenting diesel v2.1.6
27692024-06-04T10:33:32.085Z Documenting sec1 v0.7.3
27702024-06-04T10:33:32.250Z Documenting cipher v0.4.4
27712024-06-04T10:33:32.326Z Documenting typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
27722024-06-04T10:33:33.951Z Documenting phf_shared v0.11.2
27732024-06-04T10:33:34.071Z Documenting postgres-protocol v0.6.6
27742024-06-04T10:33:35.555Z Documenting hkdf v0.12.4
27752024-06-04T10:33:35.973Z Documenting toml_edit v0.22.13
27762024-06-04T10:33:47.225Z Documenting typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
27772024-06-04T10:33:56.849Z Documenting num-bigint v0.4.5
27782024-06-04T10:33:57.135Z Documenting bstr v1.9.1
27792024-06-04T10:33:57.267Z Documenting console v0.15.8
27802024-06-04T10:33:57.293Z Documenting crypto-bigint v0.5.5
27812024-06-04T10:33:57.609Z Documenting hubpack v0.1.2
27822024-06-04T10:33:57.887Z Documenting serde_repr v0.1.19
27832024-06-04T10:33:58.034Z Documenting unsafe-libyaml v0.2.11
27842024-06-04T10:33:59.665Z Documenting fixedbitset v0.4.2
27852024-06-04T10:34:01.587Z Documenting lalrpop-util v0.19.12
27862024-06-04T10:34:01.723Z Documenting precomputed-hash v0.1.1
27872024-06-04T10:34:01.853Z Documenting minimal-lexical v0.2.1
27882024-06-04T10:34:02.311Z Documenting new_debug_unreachable v1.0.6
27892024-06-04T10:34:02.540Z Documenting petgraph v0.6.5
27902024-06-04T10:34:02.654Z Documenting gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
27912024-06-04T10:34:02.993Z Documenting yasna v0.5.2
27922024-06-04T10:34:13.590Z Documenting serde_yaml v0.9.34+deprecated
27932024-06-04T10:34:13.780Z Documenting typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
27942024-06-04T10:34:13.876Z Documenting string_cache v0.8.7
27952024-06-04T10:34:13.984Z Documenting nom v7.1.3
27962024-06-04T10:34:14.396Z Documenting postgres-types v0.2.6
27972024-06-04T10:34:14.454Z Documenting phf v0.11.2
27982024-06-04T10:34:14.747Z Documenting elliptic-curve v0.13.8
27992024-06-04T10:34:15.391Z Checking serde_yaml v0.9.34+deprecated
28002024-06-04T10:34:17.000Z Documenting similar v2.5.0
28012024-06-04T10:34:18.271Z Documenting progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
28022024-06-04T10:34:18.549Z Documenting getopts v0.2.21
28032024-06-04T10:34:19.059Z Documenting float-cmp v0.9.0
28042024-06-04T10:34:19.885Z Documenting predicates-core v1.0.6
28052024-06-04T10:34:20.050Z Documenting whoami v1.5.1
28062024-06-04T10:34:31.159Z Documenting normalize-line-endings v0.3.0
28072024-06-04T10:34:31.245Z Documenting difflib v0.4.0
28082024-06-04T10:34:31.330Z Documenting peg-runtime v0.8.3
28092024-06-04T10:34:31.452Z Documenting progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
28102024-06-04T10:34:31.595Z Documenting progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
28112024-06-04T10:34:31.767Z Documenting tokio-postgres v0.7.10
28122024-06-04T10:34:31.945Z Documenting bit-set v0.5.3
28132024-06-04T10:34:32.044Z Documenting fs-err v2.11.0
28142024-06-04T10:34:35.029Z Documenting tokio-stream v0.1.15
28152024-06-04T10:34:35.171Z Documenting predicates v3.1.0
28162024-06-04T10:34:35.306Z Checking ident_case v1.0.1
28172024-06-04T10:34:35.450Z Checking darling_core v0.20.9
28182024-06-04T10:34:35.761Z Documenting is-terminal v0.4.12
28192024-06-04T10:34:36.839Z Documenting strum v0.26.2
28202024-06-04T10:34:37.014Z Documenting base64 v0.22.1
28212024-06-04T10:34:38.428Z Documenting ident_case v1.0.1
28222024-06-04T10:34:39.190Z Documenting progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
28232024-06-04T10:34:39.518Z Documenting camino v1.1.7
28242024-06-04T10:34:39.698Z Documenting dirs-sys-next v0.1.2
28252024-06-04T10:34:40.158Z Checking darling v0.20.9
28262024-06-04T10:34:40.278Z Documenting sha1 v0.10.6
28272024-06-04T10:34:40.304Z Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
28282024-06-04T10:34:40.589Z Documenting http v1.1.0
28292024-06-04T10:34:40.967Z Documenting paste v1.0.15
28302024-06-04T10:34:42.299Z Documenting darling_core v0.20.9
28312024-06-04T10:34:43.744Z Documenting dirs-next v2.0.0
28322024-06-04T10:34:43.996Z Documenting thread_local v1.1.8
28332024-06-04T10:34:44.057Z Documenting rustls-pki-types v1.7.0
28342024-06-04T10:34:44.842Z Documenting crossbeam-channel v0.5.12
28352024-06-04T10:34:44.987Z Documenting take_mut v0.2.2
28362024-06-04T10:34:45.925Z Documenting slog-json v2.6.1
28372024-06-04T10:34:47.988Z Documenting async-stream-impl v0.3.5
28382024-06-04T10:34:48.048Z Documenting term v0.7.0
28392024-06-04T10:34:48.325Z Documenting rustls-webpki v0.102.4
28402024-06-04T10:34:48.868Z Documenting debug-ignore v1.0.5
28412024-06-04T10:34:49.155Z Documenting slog-async v2.8.0
28422024-06-04T10:34:49.271Z Documenting atomic-waker v1.1.2
28432024-06-04T10:34:50.374Z Documenting darling_macro v0.20.9
28442024-06-04T10:34:50.764Z Documenting slog-bunyan v2.5.0
28452024-06-04T10:34:51.632Z Documenting rustls-pemfile v2.1.2
28462024-06-04T10:34:51.914Z Documenting waitgroup v0.1.2
28472024-06-04T10:34:52.344Z Documenting slog-term v2.9.1
28482024-06-04T10:34:52.788Z Documenting async-stream v0.3.5
28492024-06-04T10:34:53.025Z Documenting rustls v0.22.4
28502024-06-04T10:34:53.142Z Documenting multer v3.1.0
28512024-06-04T10:34:55.142Z Documenting darling v0.20.9
28522024-06-04T10:34:55.324Z Documenting toml v0.8.13
28532024-06-04T10:34:55.534Z Documenting dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#0cd0e828)
28542024-06-04T10:34:55.762Z Documenting serde_path_to_error v0.1.16
28552024-06-04T10:34:56.748Z Documenting hostname v0.4.0
28562024-06-04T10:34:56.988Z Documenting structmeta-derive v0.3.0
28572024-06-04T10:34:58.229Z Documenting newtype-uuid v1.1.0
28582024-06-04T10:35:00.150Z Checking structmeta v0.3.0
28592024-06-04T10:35:00.362Z Documenting instant v0.1.12
28602024-06-04T10:35:00.449Z Documenting serde_with_macros v3.8.1
28612024-06-04T10:35:00.475Z Documenting slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
28622024-06-04T10:35:01.120Z Documenting mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5630887d0373857f77cb264f84aa19bdec720ce3#5630887d)
28632024-06-04T10:35:01.313Z Documenting serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
28642024-06-04T10:35:01.857Z Documenting tokio-rustls v0.25.0
28652024-06-04T10:35:02.151Z Documenting structmeta v0.3.0
28662024-06-04T10:35:02.776Z Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
28672024-06-04T10:35:04.161Z Documenting backoff v0.4.0
28682024-06-04T10:35:04.859Z Documenting slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
28692024-06-04T10:35:05.647Z Documenting oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet?branch=main#42b4d3c7)
28702024-06-04T10:35:05.820Z Documenting serde_with v3.8.1
28712024-06-04T10:35:06.783Z Documenting parse-display-derive v0.9.0
28722024-06-04T10:35:07.137Z Documenting dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#0cd0e828)
28732024-06-04T10:35:07.959Z Documenting macaddr v1.0.1
28742024-06-04T10:35:08.976Z Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
28752024-06-04T10:35:09.069Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
28762024-06-04T10:35:10.838Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
28772024-06-04T10:35:11.052Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
28782024-06-04T10:35:11.847Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
28792024-06-04T10:35:12.198Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
28802024-06-04T10:35:12.444Z Documenting fastrand v2.1.0
28812024-06-04T10:35:12.518Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
28822024-06-04T10:35:12.794Z Documenting parse-display v0.9.0
28832024-06-04T10:35:12.819Z Documenting proc-macro-crate v1.3.1
28842024-06-04T10:35:12.844Z Checking proc-macro-crate v1.3.1
28852024-06-04T10:35:13.052Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
28862024-06-04T10:35:13.398Z Documenting foreign-types-macros v0.2.3
28872024-06-04T10:35:13.491Z Documenting foreign-types-shared v0.3.1
28882024-06-04T10:35:14.096Z Documenting libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
28892024-06-04T10:35:16.283Z Documenting nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
28902024-06-04T10:35:16.472Z Documenting tempfile v3.10.1
28912024-06-04T10:35:17.151Z Documenting cstr-argument v0.1.2
28922024-06-04T10:35:17.802Z Documenting num_enum_derive v0.5.11
28932024-06-04T10:35:18.071Z Documenting rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
28942024-06-04T10:35:18.227Z Documenting foreign-types v0.5.0
28952024-06-04T10:35:19.383Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
28962024-06-04T10:35:19.525Z Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
28972024-06-04T10:35:20.158Z Documenting tabwriter v1.4.0
28982024-06-04T10:35:20.846Z Documenting camino-tempfile v1.1.1
28992024-06-04T10:35:21.066Z Documenting colored v2.1.0
29002024-06-04T10:35:21.989Z Documenting nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29012024-06-04T10:35:22.536Z Documenting rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
29022024-06-04T10:35:23.994Z Documenting hash32 v0.3.1
29032024-06-04T10:35:24.185Z Documenting num_enum v0.5.11
29042024-06-04T10:35:24.894Z Documenting stable_deref_trait v1.2.0
29052024-06-04T10:35:25.417Z Documenting smf v0.2.3
29062024-06-04T10:35:25.815Z Documenting cobs v0.2.3
29072024-06-04T10:35:26.480Z Documenting embedded-io v0.4.0
29082024-06-04T10:35:27.395Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
29092024-06-04T10:35:27.766Z Documenting heapless v0.8.0
29102024-06-04T10:35:27.916Z Documenting dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
29112024-06-04T10:35:28.495Z Documenting derive-where v1.2.7
29122024-06-04T10:35:29.085Z Documenting illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9)
29132024-06-04T10:35:29.210Z Documenting postcard v1.0.8
29142024-06-04T10:35:29.399Z Documenting crucible-workspace-hack v0.1.0
29152024-06-04T10:35:30.314Z Documenting kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9)
29162024-06-04T10:35:31.909Z Documenting newline-converter v0.3.0
29172024-06-04T10:35:32.282Z Documenting poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
29182024-06-04T10:35:32.392Z Documenting smoltcp v0.11.0
29192024-06-04T10:35:33.351Z Documenting libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e)
29202024-06-04T10:35:33.719Z Documenting bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0)
29212024-06-04T10:35:34.045Z Documenting sigpipe v0.1.3
29222024-06-04T10:35:34.585Z Documenting num-derive v0.4.2
29232024-06-04T10:35:35.215Z Documenting convert_case v0.4.0
29242024-06-04T10:35:35.876Z Documenting expectorate v1.1.0
29252024-06-04T10:35:37.003Z Checking convert_case v0.4.0
29262024-06-04T10:35:37.212Z Documenting zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
29272024-06-04T10:35:38.017Z Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
29282024-06-04T10:35:38.042Z Documenting bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0)
29292024-06-04T10:35:38.233Z Documenting opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9)
29302024-06-04T10:35:39.276Z Documenting derive_more v0.99.17
29312024-06-04T10:35:39.361Z Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
29322024-06-04T10:35:39.453Z Documenting crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=8c6d485110ecfae5409575246b986a145c386dc4#8c6d4851)
29332024-06-04T10:35:40.028Z Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
29342024-06-04T10:35:42.117Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
29352024-06-04T10:35:42.458Z Documenting password-hash v0.5.0
29362024-06-04T10:35:42.975Z Documenting blake2 v0.10.6
29372024-06-04T10:35:43.054Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
29382024-06-04T10:35:44.204Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
29392024-06-04T10:35:44.355Z Documenting opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9)
29402024-06-04T10:35:44.852Z Documenting humantime v2.1.0
29412024-06-04T10:35:44.990Z Documenting linked-hash-map v0.5.6
29422024-06-04T10:35:45.385Z Documenting newtype_derive v0.1.6
29432024-06-04T10:35:46.438Z Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
29442024-06-04T10:35:47.758Z Documenting argon2 v0.5.3
29452024-06-04T10:35:48.637Z Documenting swrite v0.1.0
29462024-06-04T10:35:48.885Z Documenting lru-cache v0.1.2
29472024-06-04T10:35:49.204Z Documenting steno v0.4.0
29482024-06-04T10:35:49.230Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
29492024-06-04T10:35:50.344Z Documenting oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9)
29502024-06-04T10:35:51.546Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
29512024-06-04T10:35:51.598Z Documenting quick-error v1.2.3
29522024-06-04T10:35:51.761Z Documenting arc-swap v1.7.1
29532024-06-04T10:35:52.578Z Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
29542024-06-04T10:35:52.646Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
29552024-06-04T10:35:52.878Z Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
29562024-06-04T10:35:53.084Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
29572024-06-04T10:35:53.340Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
29582024-06-04T10:35:55.549Z Documenting resolv-conf v0.7.0
29592024-06-04T10:35:55.698Z Documenting slog-scope v4.4.0
29602024-06-04T10:35:56.304Z Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
29612024-06-04T10:35:56.643Z Documenting opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9)
29622024-06-04T10:35:57.011Z Documenting xattr v1.3.1
29632024-06-04T10:35:57.164Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
29642024-06-04T10:35:57.511Z Documenting filetime v0.2.23
29652024-06-04T10:35:58.638Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
29662024-06-04T10:35:58.873Z Documenting num-rational v0.4.2
29672024-06-04T10:35:59.599Z Documenting trust-dns-resolver v0.22.0
29682024-06-04T10:35:59.780Z Documenting slog-stdlog v4.1.1
29692024-06-04T10:36:01.168Z Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
29702024-06-04T10:36:01.529Z Documenting num-complex v0.4.6
29712024-06-04T10:36:01.708Z Documenting tar v0.4.40
29722024-06-04T10:36:02.777Z Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
29732024-06-04T10:36:03.223Z Documenting tap v1.0.1
29742024-06-04T10:36:03.804Z Documenting slog-envlogger v2.2.0
29752024-06-04T10:36:06.024Z Documenting num v0.4.3
29762024-06-04T10:36:06.050Z Documenting wyz v0.5.1
29772024-06-04T10:36:06.332Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
29782024-06-04T10:36:07.352Z Documenting radium v0.7.0
29792024-06-04T10:36:07.592Z Documenting nibble_vec v0.1.0
29802024-06-04T10:36:08.726Z Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
29812024-06-04T10:36:09.004Z Documenting same-file v1.0.6
29822024-06-04T10:36:10.388Z Documenting display-error-chain v0.2.0
29832024-06-04T10:36:11.433Z Documenting endian-type v0.1.2
29842024-06-04T10:36:11.692Z Documenting funty v2.0.0
29852024-06-04T10:36:12.920Z Documenting crc-catalog v2.4.0
29862024-06-04T10:36:13.269Z Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
29872024-06-04T10:36:14.385Z Documenting walkdir v2.5.0
29882024-06-04T10:36:14.795Z Documenting bitvec v1.0.1
29892024-06-04T10:36:15.434Z Documenting radix_trie v0.2.1
29902024-06-04T10:36:15.660Z Documenting crc v3.2.1
29912024-06-04T10:36:17.306Z Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
29922024-06-04T10:36:18.283Z Documenting slog-dtrace v0.3.0
29932024-06-04T10:36:18.530Z Documenting cancel-safe-futures v0.1.5
29942024-06-04T10:36:19.656Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
29952024-06-04T10:36:19.689Z Documenting packed_struct_codegen v0.10.1
29962024-06-04T10:36:19.900Z Documenting nodrop v0.1.14
29972024-06-04T10:36:19.947Zwarning: unresolved link to `Blueprints`
29982024-06-04T10:36:19.947Z --> nexus/types/src/deployment/blueprint_diff.rs:5:33
29992024-06-04T10:36:19.947Z |
30002024-06-04T10:36:19.947Z5 | //! Types helpful for diffing [`Blueprints`].
30012024-06-04T10:36:19.948Z | ^^^^^^^^^^ no item named `Blueprints` in scope
30022024-06-04T10:36:19.948Z |
30032024-06-04T10:36:19.948Z = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
30042024-06-04T10:36:19.948Z = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
30052024-06-04T10:36:19.948Z
30062024-06-04T10:36:19.976Zwarning: unresolved link to `Blueprints`
30072024-06-04T10:36:19.976Z --> nexus/types/src/deployment/blueprint_display.rs:5:35
30082024-06-04T10:36:19.976Z |
30092024-06-04T10:36:19.976Z5 | //! Types helpful for rendering [`Blueprints`].
30102024-06-04T10:36:19.976Z | ^^^^^^^^^^ no item named `Blueprints` in scope
30112024-06-04T10:36:19.976Z |
30122024-06-04T10:36:19.976Z = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
30132024-06-04T10:36:19.976Z
30142024-06-04T10:36:19.976Zwarning: unresolved link to `BpSledTable`
30152024-06-04T10:36:19.976Z --> nexus/types/src/deployment/blueprint_display.rs:179:49
30162024-06-04T10:36:19.976Z |
30172024-06-04T10:36:19.976Z179 | /// `BpSledSubtable`s are always nested under [`BpSledTable`]s.
30182024-06-04T10:36:19.976Z | ^^^^^^^^^^^ no item named `BpSledTable` in scope
30192024-06-04T10:36:19.977Z |
30202024-06-04T10:36:19.977Z = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
30212024-06-04T10:36:19.977Z
30222024-06-04T10:36:21.957Zwarning: `nexus-types` (lib doc) generated 3 warnings
30232024-06-04T10:36:21.985Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
30242024-06-04T10:36:22.562Z Documenting array-init v0.0.4
30252024-06-04T10:36:23.360Z Documenting bzip2-sys v0.1.11+1.0.8
30262024-06-04T10:36:23.540Z Documenting num-bigint-dig v0.8.4
30272024-06-04T10:36:24.533Z Documenting packed_struct v0.10.1
30282024-06-04T10:36:24.828Z Documenting pem v3.0.4
30292024-06-04T10:36:25.582Z Documenting pkcs1 v0.7.5
30302024-06-04T10:36:25.611Z Documenting signature v2.2.0
30312024-06-04T10:36:27.381Z Documenting bitfield v0.14.0
30322024-06-04T10:36:28.772Z Documenting maplit v1.0.2
30332024-06-04T10:36:29.345Z Documenting termcolor v1.4.1
30342024-06-04T10:36:29.894Z Documenting bzip2 v0.4.4
30352024-06-04T10:36:30.116Z Documenting serde-hex v0.1.0
30362024-06-04T10:36:30.172Z Documenting tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
30372024-06-04T10:36:30.412Z Documenting rsa v0.9.6
30382024-06-04T10:36:32.669Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
30392024-06-04T10:36:32.915Z Documenting lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
30402024-06-04T10:36:32.940Z Documenting x509-cert v0.2.5
30412024-06-04T10:36:33.264Z Documenting env_logger v0.10.2
30422024-06-04T10:36:33.898Z Documenting libsw v3.3.1
30432024-06-04T10:36:34.104Z Documenting ron v0.8.1
30442024-06-04T10:36:35.151Z Documenting half v2.4.1
30452024-06-04T10:36:36.899Z Documenting headers-core v0.2.0
30462024-06-04T10:36:37.505Z Documenting linear-map v1.2.0
30472024-06-04T10:36:37.947Z Documenting owo-colors v4.0.0
30482024-06-04T10:36:37.987Z Documenting crc-any v2.5.0
30492024-06-04T10:36:38.612Z Documenting ciborium-io v0.2.2
30502024-06-04T10:36:38.917Z Documenting tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
30512024-06-04T10:36:40.183Z Documenting zip v0.6.6
30522024-06-04T10:36:40.856Z Documenting lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
30532024-06-04T10:36:41.501Z Documenting headers v0.3.9
30542024-06-04T10:36:41.648Z Documenting internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
30552024-06-04T10:36:42.315Z Documenting ciborium-ll v0.2.2
30562024-06-04T10:36:42.491Z Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
30572024-06-04T10:36:42.913Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
30582024-06-04T10:36:44.572Z Documenting async-recursion v1.1.1
30592024-06-04T10:36:46.240Z Documenting path-slash v0.1.5
30602024-06-04T10:36:47.180Z Documenting ciborium v0.2.2
30612024-06-04T10:36:49.115Z Documenting fxhash v0.2.1
30622024-06-04T10:36:49.406Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
30632024-06-04T10:36:49.502Z Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
30642024-06-04T10:36:50.181Z Documenting hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe)
30652024-06-04T10:36:51.550Z Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
30662024-06-04T10:36:51.704Z Documenting buf-list v1.0.3
30672024-06-04T10:36:52.983Z Documenting derive_builder_core v0.20.0
30682024-06-04T10:36:56.386Z Checking derive_builder_core v0.20.0
30692024-06-04T10:36:56.521Z Documenting ref-cast-impl v1.0.23
30702024-06-04T10:36:57.095Z Documenting pin-project-internal v1.1.5
30712024-06-04T10:36:58.836Z Documenting vte_generate_state_changes v0.1.1
30722024-06-04T10:37:01.064Z Documenting derive_builder_macro v0.20.0
30732024-06-04T10:37:01.092Z Documenting ref-cast v1.0.23
30742024-06-04T10:37:01.431Z Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
30752024-06-04T10:37:01.958Z Documenting pin-project v1.1.5
30762024-06-04T10:37:02.755Z Documenting vte v0.11.1
30772024-06-04T10:37:03.694Z Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
30782024-06-04T10:37:03.720Z Documenting bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
30792024-06-04T10:37:04.609Z Documenting crossbeam-deque v0.8.5
30802024-06-04T10:37:05.801Z Documenting snafu-derive v0.8.2
30812024-06-04T10:37:06.842Z Documenting fd-lock v4.0.2
30822024-06-04T10:37:07.031Z Documenting viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
30832024-06-04T10:37:08.176Z Documenting bitstruct_derive v0.1.0
30842024-06-04T10:37:08.606Z Documenting ascii v1.1.0
30852024-06-04T10:37:08.694Z Documenting rayon-core v1.12.1
30862024-06-04T10:37:10.960Z Documenting viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
30872024-06-04T10:37:11.486Z Documenting rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c)
30882024-06-04T10:37:11.681Z Documenting bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
30892024-06-04T10:37:12.596Z Documenting snafu v0.8.2
30902024-06-04T10:37:12.941Z Documenting strip-ansi-escapes v0.2.0
30912024-06-04T10:37:13.062Z Documenting bitstruct v0.1.1
30922024-06-04T10:37:15.105Z Documenting derive_builder v0.20.0
30932024-06-04T10:37:15.737Z Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
30942024-06-04T10:37:15.803Z Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
30952024-06-04T10:37:16.139Z Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
30962024-06-04T10:37:16.717Z Documenting polar-core v0.27.3
30972024-06-04T10:37:16.850Z Documenting libxml v0.3.3
30982024-06-04T10:37:16.950Z Documenting proc-macro-error-attr v1.0.4
30992024-06-04T10:37:17.264Z Documenting dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
31002024-06-04T10:37:21.146Z Documenting globset v0.4.14
31012024-06-04T10:37:21.396Z Documenting propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
31022024-06-04T10:37:22.586Z Documenting olpc-cjson v0.1.3
31032024-06-04T10:37:23.157Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
31042024-06-04T10:37:23.996Z Documenting serde_plain v1.0.2
31052024-06-04T10:37:24.062Z Documenting serde_arrays v0.1.0
31062024-06-04T10:37:24.832Z Documenting erased-serde v0.3.31
31072024-06-04T10:37:26.304Z Documenting quick-xml v0.31.0
31082024-06-04T10:37:26.529Z Documenting impl-trait-for-tuples v0.2.2
31092024-06-04T10:37:27.307Z Documenting oso-derive v0.27.3
31102024-06-04T10:37:28.316Z Documenting typed-path v0.7.1
31112024-06-04T10:37:28.469Z Checking unicode-xid v0.2.4
31122024-06-04T10:37:28.600Z Documenting unicode-xid v0.2.4
31132024-06-04T10:37:29.807Z Documenting nu-ansi-term v0.50.0
31142024-06-04T10:37:31.292Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
31152024-06-04T10:37:31.580Z Documenting const_format_proc_macros v0.2.32
31162024-06-04T10:37:31.752Z Documenting propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
31172024-06-04T10:37:31.818Z Documenting samael v0.0.15
31182024-06-04T10:37:32.004Z Documenting oso v0.27.3
31192024-06-04T10:37:33.520Z Documenting tough v0.17.1
31202024-06-04T10:37:33.662Z Documenting reedline v0.31.0
31212024-06-04T10:37:35.942Z Documenting proc-macro-error v1.0.4
31222024-06-04T10:37:37.339Z Documenting rayon v1.10.0
31232024-06-04T10:37:37.366Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
31242024-06-04T10:37:40.332Z Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
31252024-06-04T10:37:40.870Z Documenting libefi-sys v0.1.0
31262024-06-04T10:37:42.335Z Documenting trust-dns-client v0.22.0
31272024-06-04T10:37:45.406Z Documenting cookie v0.18.1
31282024-06-04T10:37:45.512Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
31292024-06-04T10:37:45.641Z Documenting illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
31302024-06-04T10:37:45.850Z Checking proc-macro-error v1.0.4
31312024-06-04T10:37:46.071Z Documenting bb8 v0.8.3
31322024-06-04T10:37:46.102Z Documenting parse-size v1.0.0
31332024-06-04T10:37:46.810Z Documenting keccak v0.1.5
31342024-06-04T10:37:47.144Z Documenting libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81)
31352024-06-04T10:37:48.844Z Documenting bytecount v0.6.8
31362024-06-04T10:37:49.868Z Documenting utf-8 v0.7.6
31372024-06-04T10:37:49.967Z Documenting sha3 v0.10.8
31382024-06-04T10:37:50.042Z Documenting trust-dns-server v0.22.1
31392024-06-04T10:37:50.250Z Documenting tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
31402024-06-04T10:37:51.291Z Documenting libnvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81)
31412024-06-04T10:37:51.527Z Documenting async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef)
31422024-06-04T10:37:51.620Z Documenting papergrid v0.11.0
31432024-06-04T10:37:53.812Z Documenting tungstenite v0.21.0
31442024-06-04T10:37:54.294Z Documenting tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
31452024-06-04T10:37:55.075Z Documenting tabled_derive v0.7.0
31462024-06-04T10:37:55.571Z Documenting cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
31472024-06-04T10:37:56.416Z Documenting libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
31482024-06-04T10:37:57.253Z Documenting const_format v0.2.32
31492024-06-04T10:37:58.905Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
31502024-06-04T10:38:00.035Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
31512024-06-04T10:38:00.165Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
31522024-06-04T10:38:00.217Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
31532024-06-04T10:38:00.349Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
31542024-06-04T10:38:00.783Z Documenting sled v0.34.7
31552024-06-04T10:38:00.886Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
31562024-06-04T10:38:00.964Z Documenting nix v0.28.0
31572024-06-04T10:38:01.209Z Documenting diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0)
31582024-06-04T10:38:01.493Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31592024-06-04T10:38:01.695Z Documenting secrecy v0.8.0
31602024-06-04T10:38:01.747Z Documenting gethostname v0.4.3
31612024-06-04T10:38:05.407Z Documenting peg-macros v0.8.3
31622024-06-04T10:38:05.877Z Documenting rustversion v1.0.17
31632024-06-04T10:38:06.027Z Documenting sqlparser_derive v0.2.2
31642024-06-04T10:38:06.751Z Documenting home v0.5.9
31652024-06-04T10:38:07.107Z Documenting unicode_categories v0.1.1
31662024-06-04T10:38:09.299Z Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
31672024-06-04T10:38:10.046Z Documenting castaway v0.2.2
31682024-06-04T10:38:10.254Z Documenting peg v0.8.3
31692024-06-04T10:38:10.956Z Documenting rustyline v14.0.0
31702024-06-04T10:38:11.163Z Documenting sqlparser v0.45.0
31712024-06-04T10:38:11.305Z Documenting sqlformat v0.2.3
31722024-06-04T10:38:14.045Z Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
31732024-06-04T10:38:14.245Z Documenting propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
31742024-06-04T10:38:15.764Z Documenting tabled v0.15.0
31752024-06-04T10:38:16.593Z Documenting tokio-tungstenite v0.21.0
31762024-06-04T10:38:17.429Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
31772024-06-04T10:38:19.733Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
31782024-06-04T10:38:20.881Z Documenting zone v0.1.8
31792024-06-04T10:38:21.605Z Documenting dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
31802024-06-04T10:38:22.396Z Documenting libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e)
31812024-06-04T10:38:22.864Z Documenting ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5630887d0373857f77cb264f84aa19bdec720ce3#5630887d)
31822024-06-04T10:38:23.074Z Documenting propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
31832024-06-04T10:38:24.201Z Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
31842024-06-04T10:38:25.152Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
31852024-06-04T10:38:25.402Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
31862024-06-04T10:38:25.655Z Documenting portpicker v0.1.1
31872024-06-04T10:38:27.397Z Documenting universal-hash v0.5.1
31882024-06-04T10:38:28.444Z Documenting bcs v0.1.6
31892024-06-04T10:38:30.255Z Documenting kstat-rs v0.2.3
31902024-06-04T10:38:36.368Z Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
31912024-06-04T10:38:43.129Z Documenting thiserror-impl-no-std v2.0.2
31922024-06-04T10:38:43.587Z Documenting curve25519-dalek-derive v0.1.1
31932024-06-04T10:38:43.885Z Documenting highway v1.1.0
31942024-06-04T10:38:43.913Z Documenting opaque-debug v0.3.1
31952024-06-04T10:38:44.012Z Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
31962024-06-04T10:38:44.401Z Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
31972024-06-04T10:38:44.969Z Documenting libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1)
31982024-06-04T10:38:46.728Z Documenting poly1305 v0.8.0
31992024-06-04T10:38:48.091Z Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32002024-06-04T10:38:48.384Z Documenting curve25519-dalek v4.1.2
32012024-06-04T10:38:48.618Z Documenting thiserror-no-std v2.0.2
32022024-06-04T10:38:51.333Z Documenting compact_str v0.7.1
32032024-06-04T10:38:51.390Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
32042024-06-04T10:38:53.097Z Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32052024-06-04T10:38:53.840Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
32062024-06-04T10:38:54.565Z Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
32072024-06-04T10:38:55.716Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
32082024-06-04T10:38:56.500Z Documenting portable-atomic v1.6.0
32092024-06-04T10:38:57.149Z Documenting ed25519 v1.5.3
32102024-06-04T10:38:57.406Z Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
32112024-06-04T10:38:59.934Z Documenting memoffset v0.7.1
32122024-06-04T10:39:00.030Z Documenting unicase v2.7.0
32132024-06-04T10:39:01.670Z Documenting rcgen v0.12.1
32142024-06-04T10:39:02.699Z Documenting propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0)
32152024-06-04T10:39:03.007Zwarning: could not parse code block as Rust code
32162024-06-04T10:39:03.007Z --> oximeter/db/src/oxql/ast/grammar.rs:246:9
32172024-06-04T10:39:03.007Z |
32182024-06-04T10:39:03.008Z246 | / /// Parse a string literal, either single- or double-quoted.
32192024-06-04T10:39:03.008Z247 | | ///
32202024-06-04T10:39:03.008Z248 | | /// Parsing string literals is pretty tricky, but we add several
32212024-06-04T10:39:03.008Z249 | | /// constraints to simplify things. First strings must be quoted, either
32222024-06-04T10:39:03.008Z... |
32232024-06-04T10:39:03.008Z277 | | ///
32242024-06-04T10:39:03.008Z278 | | /// Will be parsed as `this string has " in it`.
32252024-06-04T10:39:03.008Z | |________________________________________________________^
32262024-06-04T10:39:03.008Z |
32272024-06-04T10:39:03.008Z = help: `ignore` code blocks require valid Rust code for syntax highlighting; mark blocks that do not contain Rust code as text: ```text
32282024-06-04T10:39:03.008Z = note: error from rustc: unknown start of token: \
32292024-06-04T10:39:03.008Z = note: error from rustc: unknown start of token: \
32302024-06-04T10:39:03.008Z = note: error from rustc: unknown start of token: \
32312024-06-04T10:39:03.035Z = note: error from rustc: unknown start of token: \
32322024-06-04T10:39:03.035Z = note: error from rustc: unknown start of token: \
32332024-06-04T10:39:03.035Z = note: `#[warn(rustdoc::invalid_rust_codeblocks)]` on by default
32342024-06-04T10:39:03.035Z
32352024-06-04T10:39:03.128Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
32362024-06-04T10:39:03.785Z Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
32372024-06-04T10:39:04.372Zwarning: `oximeter-db` (lib doc) generated 1 warning
32382024-06-04T10:39:04.412Z Documenting crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=8c6d485110ecfae5409575246b986a145c386dc4#8c6d4851)
32392024-06-04T10:39:05.316Z Documenting atomicwrites v0.4.3
32402024-06-04T10:39:07.580Z Documenting chacha20 v0.9.1
32412024-06-04T10:39:08.222Z Documenting lru v0.12.3
32422024-06-04T10:39:09.413Z Documenting aead v0.5.2
32432024-06-04T10:39:09.873Z Documenting rand_seeder v0.2.3
32442024-06-04T10:39:11.962Z Documenting nanorand v0.7.0
32452024-06-04T10:39:12.939Z Documenting subprocess v0.2.9
32462024-06-04T10:39:13.791Z Documenting stability v0.2.0
32472024-06-04T10:39:24.270Z Documenting cassowary v0.3.0
32482024-06-04T10:39:24.704Z Documenting glob v0.3.1
32492024-06-04T10:39:24.759Z Documenting number_prefix v0.4.0
32502024-06-04T10:39:24.798Z Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
32512024-06-04T10:39:25.307Z Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
32522024-06-04T10:39:25.399Z Documenting chacha20poly1305 v0.10.1
32532024-06-04T10:39:25.475Z Documenting flume v0.11.0
32542024-06-04T10:39:26.068Zwarning: unresolved link to `crate::db::lookup::LookupPath`
32552024-06-04T10:39:26.068Z --> nexus/auth/src/authz/api_resources.rs:8:12
32562024-06-04T10:39:26.068Z |
32572024-06-04T10:39:26.068Z8 | //! (see [`crate::db::lookup::LookupPath`]) and get back a so-called `authz`
32582024-06-04T10:39:26.068Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `db` in module `nexus_auth`
32592024-06-04T10:39:26.068Z |
32602024-06-04T10:39:26.068Z = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
32612024-06-04T10:39:26.069Z
32622024-06-04T10:39:27.540Zwarning: `nexus-auth` (lib doc) generated 1 warning
32632024-06-04T10:39:27.565Z Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
32642024-06-04T10:39:28.389Z Documenting ratatui v0.26.2
32652024-06-04T10:39:28.919Z Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
32662024-06-04T10:39:29.138Z Documenting indicatif v0.17.8
32672024-06-04T10:39:30.102Z Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
32682024-06-04T10:39:41.302Z Documenting mime_guess v2.0.4
32692024-06-04T10:39:41.707Z Documenting nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d)
32702024-06-04T10:39:41.774Z Documenting salty v0.2.0
32712024-06-04T10:39:42.069Z Documenting vsss-rs v3.3.4
32722024-06-04T10:39:42.217Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
32732024-06-04T10:39:42.842Z Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
32742024-06-04T10:39:43.392Z Documenting hubpack v0.1.0 (https://github.com/cbiffle/hubpack.git?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
32752024-06-04T10:39:45.001Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
32762024-06-04T10:39:45.564Z Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
32772024-06-04T10:39:46.007Z Documenting tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
32782024-06-04T10:39:46.065Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
32792024-06-04T10:39:46.302Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
32802024-06-04T10:39:46.562Z Documenting serde-big-array v0.5.1
32812024-06-04T10:39:47.892Z Documenting memmap2 v0.9.4
32822024-06-04T10:39:48.159Z Documenting rtoolbox v0.0.2
32832024-06-04T10:39:49.043Z Documenting constant_time_eq v0.3.0
32842024-06-04T10:39:49.972Z Documenting http-range v0.1.5
32852024-06-04T10:39:50.839Z Documenting arrayvec v0.7.4
32862024-06-04T10:39:51.828Z Documenting unicode-linebreak v0.1.5
32872024-06-04T10:39:52.140Z Documenting shell-words v1.1.0
32882024-06-04T10:39:52.409Z Documenting is_ci v1.2.0
32892024-06-04T10:39:53.794Z Documenting smawk v0.3.2
32902024-06-04T10:39:54.141Z Documenting arrayref v0.3.7
32912024-06-04T10:39:54.660Z Documenting hyper-staticfile v0.9.5
32922024-06-04T10:39:56.111Z Documenting rpassword v7.3.1
32932024-06-04T10:39:56.400Z Documenting supports-color v3.0.0
32942024-06-04T10:39:56.887Z Documenting blake3 v1.5.1
32952024-06-04T10:39:57.640Z Documenting gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
32962024-06-04T10:39:57.849Z Documenting textwrap v0.16.1
32972024-06-04T10:40:00.264Z Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
32982024-06-04T10:40:00.529Z Documenting sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
32992024-06-04T10:40:01.307Z Documenting tui-tree-widget v0.19.0
33002024-06-04T10:40:01.531Z Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
33012024-06-04T10:40:01.940Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33022024-06-04T10:40:04.066Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
33032024-06-04T10:40:05.303Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
33042024-06-04T10:40:06.409Z Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
33052024-06-04T10:40:06.987Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
33062024-06-04T10:40:07.027Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
33072024-06-04T10:40:07.444Z Documenting signal-hook-tokio v0.3.1
33082024-06-04T10:40:07.687Z Documenting csv-core v0.1.11
33092024-06-04T10:40:07.816Z Documenting corncobs v0.1.3
33102024-06-04T10:40:10.418Z Documenting topological-sort v0.2.2
33112024-06-04T10:40:10.670Z Documenting sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
33122024-06-04T10:40:11.849Z Documenting csv v1.3.0
33132024-06-04T10:40:12.260Z Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33142024-06-04T10:40:14.513Z Documenting omicron-zone-package v0.11.0
33152024-06-04T10:40:14.939Z Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
33162024-06-04T10:40:16.556Z Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
33172024-06-04T10:40:16.617Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
33182024-06-04T10:40:17.032Z Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
33192024-06-04T10:40:23.240Zwarning: unresolved link to `test_sled_transitions`
33202024-06-04T10:40:23.240Z --> nexus/db-queries/src/db/datastore/sled.rs:698:11
33212024-06-04T10:40:23.240Z |
33222024-06-04T10:40:23.240Z698 | /// [`test_sled_transitions`].
33232024-06-04T10:40:23.240Z | ^^^^^^^^^^^^^^^^^^^^^ no item named `test_sled_transitions` in scope
33242024-06-04T10:40:23.240Z |
33252024-06-04T10:40:23.240Z = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
33262024-06-04T10:40:23.240Z = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
33272024-06-04T10:40:23.240Z
33282024-06-04T10:40:23.265Zwarning: unresolved link to `test_sled_transitions`
33292024-06-04T10:40:23.266Z --> nexus/db-queries/src/db/datastore/sled.rs:734:11
33302024-06-04T10:40:23.266Z |
33312024-06-04T10:40:23.266Z734 | /// [`test_sled_transitions`].
33322024-06-04T10:40:23.266Z | ^^^^^^^^^^^^^^^^^^^^^ no item named `test_sled_transitions` in scope
33332024-06-04T10:40:23.266Z |
33342024-06-04T10:40:23.266Z = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
33352024-06-04T10:40:23.266Z
33362024-06-04T10:40:23.266Zwarning: unresolved link to `DataStore::update_tuf_repo_description_insert`
33372024-06-04T10:40:23.266Z --> nexus/db-queries/src/db/datastore/update.rs:28:27
33382024-06-04T10:40:23.266Z |
33392024-06-04T10:40:23.266Z28 | /// The return value of [`DataStore::update_tuf_repo_description_insert`].
33402024-06-04T10:40:23.266Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the struct `DataStore` has no field or associated item named `update_tuf_repo_description_insert`
33412024-06-04T10:40:23.266Z
33422024-06-04T10:40:23.963Z Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
33432024-06-04T10:40:28.778Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
33442024-06-04T10:40:30.506Z Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
33452024-06-04T10:40:31.350Zwarning: unresolved link to `BlueprintDisksConfig`
33462024-06-04T10:40:31.350Z --> nexus/reconfigurator/planning/src/blueprint_builder/builder.rs:1013:55
33472024-06-04T10:40:31.350Z |
33482024-06-04T10:40:31.350Z1013 | /// blueprint. We do this by keeping a copy of any [`BlueprintDisksConfig`]
33492024-06-04T10:40:31.350Z | ^^^^^^^^^^^^^^^^^^^^ no item named `BlueprintDisksConfig` in scope
33502024-06-04T10:40:31.350Z |
33512024-06-04T10:40:31.350Z = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
33522024-06-04T10:40:31.350Z = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
33532024-06-04T10:40:31.350Z
33542024-06-04T10:40:32.073Z Documenting crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=8c6d485110ecfae5409575246b986a145c386dc4#8c6d4851)
33552024-06-04T10:40:32.300Zwarning: `nexus-reconfigurator-planning` (lib doc) generated 1 warning
33562024-06-04T10:40:32.300Z Documenting fatfs v0.3.6
33572024-06-04T10:40:35.798Z Documenting cargo-platform v0.1.8
33582024-06-04T10:40:37.621Z Documenting assert_matches v1.5.0
33592024-06-04T10:40:37.715Zwarning: unclosed HTML tag `usize`
33602024-06-04T10:40:37.715Z --> wicket/src/ui/panes/update.rs:153:19
33612024-06-04T10:40:37.716Z |
33622024-06-04T10:40:37.716Z153 | /// TODO: The <usize> generic parameter is carried over from earlier versions
33632024-06-04T10:40:37.716Z | ^^^^^^^
33642024-06-04T10:40:37.716Z |
33652024-06-04T10:40:37.716Z = note: `#[warn(rustdoc::invalid_html_tags)]` on by default
33662024-06-04T10:40:37.716Z
33672024-06-04T10:40:39.036Zwarning: `nexus-db-queries` (lib doc) generated 3 warnings
33682024-06-04T10:40:39.062Z Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
33692024-06-04T10:40:39.098Zwarning: `wicket` (lib doc) generated 1 warning
33702024-06-04T10:40:39.124Z Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
33712024-06-04T10:40:40.286Z Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
33722024-06-04T10:40:40.726Z Documenting cargo_metadata v0.18.1
33732024-06-04T10:40:40.935Z Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
33742024-06-04T10:40:43.593Z Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
33752024-06-04T10:40:45.408Z Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
33762024-06-04T10:40:49.175Zwarning: unresolved link to `propolis_client::api::InstanceStateMonitorResponse`
33772024-06-04T10:40:49.175Z --> sled-agent/src/sim/instance.rs:46:7
33782024-06-04T10:40:49.175Z |
33792024-06-04T10:40:49.175Z46 | /// [`propolis_client::api::InstanceStateMonitorResponse`]. Transition requests
33802024-06-04T10:40:49.175Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `api` in module `propolis_client`
33812024-06-04T10:40:49.175Z |
33822024-06-04T10:40:49.175Z = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
33832024-06-04T10:40:49.175Z
33842024-06-04T10:40:52.312Zwarning: `omicron-sled-agent` (lib doc) generated 1 warning
33852024-06-04T10:40:52.338Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
33862024-06-04T10:40:53.216Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
33872024-06-04T10:40:55.970Z Documenting installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client)
33882024-06-04T10:40:57.267Z Documenting installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd)
33892024-06-04T10:40:59.338Z Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client)
33902024-06-04T10:41:01.808Z Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd)
33912024-06-04T10:41:02.182Z Documenting uzers v0.11.3
33922024-06-04T10:41:02.515Z Documenting termios v0.3.3
33932024-06-04T10:41:06.632Z Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
33942024-06-04T10:41:06.916Z Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
33952024-06-04T10:41:09.920Z Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
33962024-06-04T10:41:10.288Z Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
33972024-06-04T10:41:10.677Z Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
33982024-06-04T10:41:14.557Z Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
33992024-06-04T10:41:24.075Z Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
34002024-06-04T10:41:37.684Z Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
34012024-06-04T10:41:41.615Z Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
34022024-06-04T10:41:41.766Z Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
34032024-06-04T10:41:52.684Z Documenting tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
34042024-06-04T10:41:54.391Z Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli)
34052024-06-04T10:41:54.972Z Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34062024-06-04T10:41:57.813Z Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
34072024-06-04T10:41:59.514Z Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
34082024-06-04T10:42:29.597Zwarning: unresolved link to `Nexus`
34092024-06-04T10:42:29.597Z --> nexus/src/app/instance_network.rs:241:34
34102024-06-04T10:42:29.597Z |
34112024-06-04T10:42:29.597Z241 | /// called by methods on the [`Nexus`] type, this is the `OpContext` used for
34122024-06-04T10:42:29.597Z | ^^^^^ no item named `Nexus` in scope
34132024-06-04T10:42:29.597Z |
34142024-06-04T10:42:29.598Z = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
34152024-06-04T10:42:29.598Z = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
34162024-06-04T10:42:29.598Z
34172024-06-04T10:42:29.646Zwarning: unresolved link to `Nexus`
34182024-06-04T10:42:29.646Z --> nexus/src/app/instance_network.rs:419:34
34192024-06-04T10:42:29.646Z |
34202024-06-04T10:42:29.646Z419 | /// called by methods on the [`Nexus`] type, this is the `OpContext` used for
34212024-06-04T10:42:29.647Z | ^^^^^ no item named `Nexus` in scope
34222024-06-04T10:42:29.647Z |
34232024-06-04T10:42:29.647Z = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
34242024-06-04T10:42:29.647Z
34252024-06-04T10:42:29.647Zwarning: unresolved link to `VolumeConstructionRequest`
34262024-06-04T10:42:29.647Z --> nexus/src/app/sagas/volume_delete.rs:335:7
34272024-06-04T10:42:29.647Z |
34282024-06-04T10:42:29.647Z335 | /// [`VolumeConstructionRequest`] is shown here):
34292024-06-04T10:42:29.647Z | ^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `VolumeConstructionRequest` in scope
34302024-06-04T10:42:29.647Z |
34312024-06-04T10:42:29.647Z = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
34322024-06-04T10:42:29.647Z
34332024-06-04T10:42:29.647Zwarning: unresolved link to `fd00:1122:3344:101::5`
34342024-06-04T10:42:29.647Z --> nexus/src/app/sagas/volume_delete.rs:345:17
34352024-06-04T10:42:29.647Z |
34362024-06-04T10:42:29.647Z345 | /// "[fd00:1122:3344:101::5]:1000",
34372024-06-04T10:42:29.647Z | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:101` in scope
34382024-06-04T10:42:29.647Z
34392024-06-04T10:42:29.648Zwarning: unresolved link to `fd00:1122:3344:102::9`
34402024-06-04T10:42:29.648Z --> nexus/src/app/sagas/volume_delete.rs:346:17
34412024-06-04T10:42:29.648Z |
34422024-06-04T10:42:29.648Z346 | /// "[fd00:1122:3344:102::9]:1000",
34432024-06-04T10:42:29.648Z | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:102` in scope
34442024-06-04T10:42:29.648Z
34452024-06-04T10:42:29.648Zwarning: unresolved link to `fd00:1122:3344:103::2`
34462024-06-04T10:42:29.648Z --> nexus/src/app/sagas/volume_delete.rs:347:17
34472024-06-04T10:42:29.648Z |
34482024-06-04T10:42:29.648Z347 | /// "[fd00:1122:3344:103::2]:1000"
34492024-06-04T10:42:29.648Z | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:103` in scope
34502024-06-04T10:42:29.648Z
34512024-06-04T10:42:29.648Zwarning: unresolved link to `fd00:1122:3344:101::5`
34522024-06-04T10:42:29.648Z --> nexus/src/app/sagas/volume_delete.rs:366:17
34532024-06-04T10:42:29.648Z |
34542024-06-04T10:42:29.648Z366 | /// "[fd00:1122:3344:101::5]:1001", <-- port changed
34552024-06-04T10:42:29.648Z | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:101` in scope
34562024-06-04T10:42:29.648Z
34572024-06-04T10:42:29.648Zwarning: unresolved link to `fd00:1122:3344:102::9`
34582024-06-04T10:42:29.648Z --> nexus/src/app/sagas/volume_delete.rs:367:17
34592024-06-04T10:42:29.648Z |
34602024-06-04T10:42:29.648Z367 | /// "[fd00:1122:3344:102::9]:1001", <-- port changed
34612024-06-04T10:42:29.649Z | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:102` in scope
34622024-06-04T10:42:29.649Z
34632024-06-04T10:42:29.649Zwarning: unresolved link to `fd00:1122:3344:103::2`
34642024-06-04T10:42:29.649Z --> nexus/src/app/sagas/volume_delete.rs:368:17
34652024-06-04T10:42:29.649Z |
34662024-06-04T10:42:29.649Z368 | /// "[fd00:1122:3344:103::2]:1001" <-- port changed
34672024-06-04T10:42:29.649Z | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:103` in scope
34682024-06-04T10:42:29.649Z
34692024-06-04T10:42:33.434Zwarning: `omicron-nexus` (lib doc) generated 9 warnings
34702024-06-04T10:42:52.403Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11m 48s
34712024-06-04T10:42:52.515Z Generated /work/oxidecomputer/omicron/target/doc/authz_macros/index.html and 84 other files
34722024-06-04T10:42:52.569Z
34732024-06-04T10:42:52.594Zreal 11:48.570720205
34742024-06-04T10:42:52.594Zuser 32:01.475678888
34752024-06-04T10:42:52.594Zsys 46:58.134624741
34762024-06-04T10:42:52.594Ztrap 0.852412585
34772024-06-04T10:42:52.594Ztflt 0.170963442
34782024-06-04T10:42:52.594Zdflt 1.227046064
34792024-06-04T10:42:52.594Zkflt 0.000974196
34802024-06-04T10:42:52.594Zlock 3:20:27.413973454
34812024-06-04T10:42:52.594Zslp 3:13:00.774948213
34822024-06-04T10:42:52.595Zlat 4:21.145566309
34832024-06-04T10:42:52.595Zstop 2:26.008519909
34842024-06-04T10:42:52.595Zprocess exited: duration 1260034 ms, exit code 0
 
34852024-06-04T10:42:52.645Zfound 0 output files