01HYBS1JM5AHZ81YYXDTXJ72SY: clippy (helios)

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

Buildomat Job: 01HYBS1WJZV16BFH75GCTCRSPQ

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12024-05-20T19:54:19.875Zjob assigned to worker 01HYBS1Y391BS2QQ39KQEPNT9P (queued for 49 s)
 
22024-05-20T19:54:27.728Zstarting task 0: "setup"
32024-05-20T19:54:27.783Z++ uname -s
42024-05-20T19:54:27.787Z+ kern=SunOS
52024-05-20T19:54:27.787Z+ case "$kern" in
62024-05-20T19:54:27.787Z+ groupadd -g 12345 build
72024-05-20T19:54:27.787Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-05-20T19:54:29.796Z+ zfs create -o mountpoint=/work rpool/work
92024-05-20T19:54:29.913Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-05-20T19:54:29.916Z+ home_fs=zfs
112024-05-20T19:54:29.916Z+ [[ zfs == autofs ]]
122024-05-20T19:54:29.916Z+ mkdir -p /home/build
132024-05-20T19:54:29.919Z+ chown build:build /home/build /work
142024-05-20T19:54:31.922Z+ chmod 0700 /home/build /work
152024-05-20T19:54:31.950Zprocess exited: duration 4195 ms, exit code 0
 
162024-05-20T19:54:31.981Zstarting task 1: "rust-toolchain"
172024-05-20T19:54:31.988Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
182024-05-20T19:54:31.989Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.77.2 --profile default
192024-05-20T19:54:32.167Zinfo: downloading installer
202024-05-20T19:54:33.305Zwarning: it looks like you have an existing installation of Rust at:
212024-05-20T19:54:33.305Zwarning: /opt/ooce/bin
222024-05-20T19:54:33.305Zwarning: It is recommended that rustup be the primary Rust installation.
232024-05-20T19:54:33.305Zwarning: Otherwise you may have confusion unless you are careful with your PATH
242024-05-20T19:54:33.305Zwarning: If you are sure that you want both rustup and your already installed Rust
252024-05-20T19:54:33.305Zwarning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
262024-05-20T19:54:33.305Zwarning: or pass `-y' to ignore all ignorable checks.
272024-05-20T19:54:33.305Zerror: cannot install while Rust is installed
282024-05-20T19:54:33.305Zwarning: continuing (because the -y flag is set and the error is ignorable)
292024-05-20T19:54:33.414Zinfo: profile set to 'default'
302024-05-20T19:54:33.415Zinfo: default host triple is x86_64-unknown-illumos
312024-05-20T19:54:33.415Zinfo: syncing channel updates for '1.77.2-x86_64-unknown-illumos'
322024-05-20T19:54:33.528Zinfo: latest update on 2024-04-09, rust version 1.77.2 (25ef9e3d8 2024-04-09)
332024-05-20T19:54:33.528Zinfo: downloading component 'cargo'
342024-05-20T19:54:34.172Zinfo: downloading component 'clippy'
352024-05-20T19:54:34.384Zinfo: downloading component 'rust-docs'
362024-05-20T19:54:35.237Zinfo: downloading component 'rust-std'
372024-05-20T19:54:36.669Zinfo: downloading component 'rustc'
382024-05-20T19:54:39.834Zinfo: downloading component 'rustfmt'
392024-05-20T19:54:40.023Zinfo: installing component 'cargo'
402024-05-20T19:54:40.821Zinfo: installing component 'clippy'
412024-05-20T19:54:41.167Zinfo: installing component 'rust-docs'
422024-05-20T19:54:42.659Zinfo: installing component 'rust-std'
432024-05-20T19:54:44.294Zinfo: installing component 'rustc'
442024-05-20T19:54:48.197Zinfo: installing component 'rustfmt'
452024-05-20T19:54:48.523Zinfo: default toolchain set to '1.77.2-x86_64-unknown-illumos'
462024-05-20T19:54:48.523Z
472024-05-20T19:54:48.773Z 1.77.2-x86_64-unknown-illumos installed - rustc 1.77.2 (25ef9e3d8 2024-04-09)
482024-05-20T19:54:48.773Z
492024-05-20T19:54:49.187Z
502024-05-20T19:54:49.187ZRust is installed now. Great!
512024-05-20T19:54:49.187Z
522024-05-20T19:54:49.187ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
532024-05-20T19:54:49.187Zenvironment variable. This has not been done automatically.
542024-05-20T19:54:49.187Z
552024-05-20T19:54:49.187ZTo configure your current shell, you need to source
562024-05-20T19:54:49.188Zthe corresponding env file under $HOME/.cargo.
572024-05-20T19:54:49.188Z
582024-05-20T19:54:49.188ZThis is usually done by running one of the following (note the leading DOT):
592024-05-20T19:54:49.188Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
602024-05-20T19:54:49.188Zsource "$HOME/.cargo/env.fish" # For fish
612024-05-20T19:54:49.188Z+ rustc --version
622024-05-20T19:54:49.188Zrustc 1.77.2 (25ef9e3d8 2024-04-09)
632024-05-20T19:54:49.188Zprocess exited: duration 16920 ms, exit code 0
 
642024-05-20T19:54:49.626Zstarting task 2: "authentication"
652024-05-20T19:54:49.634Zprocess exited: duration 32 ms, exit code 0
 
662024-05-20T19:54:49.646Zstarting task 3: "clone repository"
672024-05-20T19:54:49.650Z+ mkdir -p /work/oxidecomputer/omicron
682024-05-20T19:54:49.654Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
692024-05-20T19:54:49.827ZCloning into '/work/oxidecomputer/omicron'...
702024-05-20T19:54:56.304Z+ cd /work/oxidecomputer/omicron
712024-05-20T19:54:56.305Z+ git fetch origin 8d4d4034dda824fa638906d88776b3e0c27c8720
722024-05-20T19:54:56.646ZFrom https://github.com/oxidecomputer/omicron
732024-05-20T19:54:56.646Z * branch 8d4d4034dda824fa638906d88776b3e0c27c8720 -> FETCH_HEAD
742024-05-20T19:54:56.651Z+ [[ -n iliana/cargo-update ]]
752024-05-20T19:54:56.654Z++ git branch --show-current
762024-05-20T19:54:56.655Z+ current=main
772024-05-20T19:54:56.655Z+ [[ main != iliana/cargo-update ]]
782024-05-20T19:54:56.655Z+ git branch -f iliana/cargo-update 8d4d4034dda824fa638906d88776b3e0c27c8720
792024-05-20T19:54:56.659Z+ git checkout -f iliana/cargo-update
802024-05-20T19:54:56.783ZSwitched to branch 'iliana/cargo-update'
812024-05-20T19:54:56.791Z+ git reset --hard 8d4d4034dda824fa638906d88776b3e0c27c8720
822024-05-20T19:54:56.803ZHEAD is now at 8d4d4034d defmt 0.3.7 was yanked
832024-05-20T19:54:56.808Zprocess exited: duration 7160 ms, exit code 0
 
842024-05-20T19:54:56.827Zstarting task 4: "build"
852024-05-20T19:54:56.836Z+ cargo --version
862024-05-20T19:54:56.879Zcargo 1.77.2 (e52e36006 2024-03-26)
872024-05-20T19:54:56.890Z+ rustc --version
882024-05-20T19:54:56.937Zrustc 1.77.2 (25ef9e3d8 2024-04-09)
892024-05-20T19:54:56.947Z+ source ./env.sh
902024-05-20T19:54:56.947Z++ set -o xtrace
912024-05-20T19:54:56.948Z++++ dirname ./env.sh
922024-05-20T19:54:56.948Z+++ readlink -f .
932024-05-20T19:54:56.973Z++ OMICRON_WS=/work/oxidecomputer/omicron
942024-05-20T19:54:56.979Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
952024-05-20T19:54:56.979Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
962024-05-20T19:54:56.980Z++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
972024-05-20T19:54:56.980Z++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
982024-05-20T19:54:56.980Z++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
992024-05-20T19:54:56.980Z++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1002024-05-20T19:54:56.981Z++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1012024-05-20T19:54:56.981Z++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1022024-05-20T19:54:56.981Z++ unset OMICRON_WS
1032024-05-20T19:54:56.982Z++ set +o xtrace
1042024-05-20T19:54:56.995Z
1052024-05-20T19:54:56.996Z ##### ##### ###### ##### ###### #### # # # #### #
1062024-05-20T19:54:56.996Z # # # # # # # # # # # # # # #
1072024-05-20T19:54:56.996Z # # # # ##### # # ##### # # # # # #### #
1082024-05-20T19:54:56.996Z ##### ##### # ##### # # # # # # # # #
1092024-05-20T19:54:56.997Z # # # # # # # # # # # # # # #
1102024-05-20T19:54:56.997Z # # # ###### # # ###### ### # #### # #### #
1112024-05-20T19:54:56.997Z
1122024-05-20T19:55:03.932Z Startup: Refreshing catalog 'helios-dev' ... Done
1132024-05-20T19:55:06.056Z Startup: Caching catalogs ... Done
1142024-05-20T19:55:08.019ZPlanning: Solver setup ... Done (1.476s)
1152024-05-20T19:55:08.047ZPlanning: Running solver ... Done (0.026s)
1162024-05-20T19:55:08.079ZPlanning: Finding local manifests ... Done (0.003s)
1172024-05-20T19:55:08.106ZPlanning: Fetching manifests: 0/4 0% complete
1182024-05-20T19:55:10.829ZPlanning: Fetching manifests: 4/4 100% complete
1192024-05-20T19:55:10.834ZPlanning: Package planning ... Done (0.047s)
1202024-05-20T19:55:10.835ZPlanning: Merging actions ... Done (0.050s)
1212024-05-20T19:55:11.007ZPlanning: Checking for conflicting actions ... Done (1.329s)
1222024-05-20T19:55:11.019ZPlanning: Consolidating action changes ... Done (0.011s)
1232024-05-20T19:55:18.664ZPlanning: Evaluating mediators ... Done (7.646s)
1242024-05-20T19:55:18.673ZPlanning: Planning completed in 12.55 seconds
1252024-05-20T19:55:19.594Z Packages to install: 4
1262024-05-20T19:55:19.594Z Mediators to change: 2
1272024-05-20T19:55:19.594Z Services to change: 1
1282024-05-20T19:55:19.594Z Estimated space available: 155.79 GB
1292024-05-20T19:55:19.594ZEstimated space to be consumed: 1.45 GB
1302024-05-20T19:55:19.599Z Create boot environment: No
1312024-05-20T19:55:19.599ZCreate backup boot environment: No
1322024-05-20T19:55:19.599Z Rebuild boot archive: No
1332024-05-20T19:55:19.600Z
1342024-05-20T19:55:19.600ZChanged mediators:
1352024-05-20T19:55:19.600Z mediator clang:
1362024-05-20T19:55:19.600Z version: None -> 15 (system default)
1372024-05-20T19:55:19.600Z
1382024-05-20T19:55:19.600Z mediator llvm:
1392024-05-20T19:55:19.600Z version: 14 (system default) -> 15 (system default)
1402024-05-20T19:55:19.601Z
1412024-05-20T19:55:19.601ZChanged packages:
1422024-05-20T19:55:19.601Zhelios-dev
1432024-05-20T19:55:19.601Z developer/build-essential
1442024-05-20T19:55:19.601Z None -> 11-2.0
1452024-05-20T19:55:19.601Z library/libxmlsec1
1462024-05-20T19:55:19.602Z None -> 1.2.35-2.0
1472024-05-20T19:55:19.602Z ooce/developer/clang-15
1482024-05-20T19:55:19.602Z None -> 15.0.7-2.0
1492024-05-20T19:55:19.602Z ooce/developer/llvm-15
1502024-05-20T19:55:19.602Z None -> 15.0.7-2.0
1512024-05-20T19:55:19.602Z
1522024-05-20T19:55:19.602ZServices:
1532024-05-20T19:55:19.603Z restart_fmri:
1542024-05-20T19:55:19.603Z svc:/system/update-man-index:default
1552024-05-20T19:55:19.788Z
1562024-05-20T19:55:19.788ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1572024-05-20T19:55:24.825ZDownload: 1201/3290 items 83.5/212.6MB 39% complete (17.0M/s)
1582024-05-20T19:55:29.826ZDownload: 2256/3290 items 119.4/212.6MB 56% complete (12.0M/s)
1592024-05-20T19:55:35.332ZDownload: 3277/3290 items 209.0/212.6MB 98% complete (12.5M/s)
1602024-05-20T19:55:37.634ZDownload: Completed 212.60 MB in 17.85 seconds (11.9M/s)
1612024-05-20T19:55:37.941Z Actions: 1/3689 actions (Installing new actions)
1622024-05-20T19:55:42.959Z Actions: 3566/3689 actions (Installing new actions)
1632024-05-20T19:55:43.595Z Actions: Completed 3689 actions in 5.66 seconds.
1642024-05-20T19:55:43.820Z Done (0.222s)
1652024-05-20T19:55:43.820Z Done (0.000s)
1662024-05-20T19:55:44.126Z Done (0.306s)
1672024-05-20T19:55:50.532Z Done (6.252s)
1682024-05-20T19:55:50.817Z Done (0.218s)
1692024-05-20T19:55:50.820Z Done (0.000s)
1702024-05-20T19:55:50.990Z Done (0.000s)
1712024-05-20T19:55:51.525ZPlanning: Evaluating mediator changes ... Done
1722024-05-20T19:55:51.677ZPlanning: Checking for conflicting actions ... Done
1732024-05-20T19:55:51.683ZPlanning: Consolidating action changes ... Done
1742024-05-20T19:55:51.942ZPlanning: Evaluating mediators ... Done
1752024-05-20T19:55:51.947ZPlanning: Planning completed in 0.42 seconds
1762024-05-20T19:55:51.975Z Mediators to change: 2
1772024-05-20T19:55:51.975Z Create boot environment: No
1782024-05-20T19:55:51.979ZCreate backup boot environment: No
1792024-05-20T19:55:52.048Z Done
1802024-05-20T19:55:52.048Z Done
1812024-05-20T19:55:52.231Z Done
1822024-05-20T19:55:55.723Z Done
1832024-05-20T19:55:55.812Z Done
1842024-05-20T19:55:55.812Z Done
1852024-05-20T19:55:55.922Z Done
1862024-05-20T19:55:56.516ZPlanning: Evaluating mediator changes ... Done
1872024-05-20T19:55:56.520ZPlanning: Merging actions ... Done
1882024-05-20T19:55:56.703ZPlanning: Checking for conflicting actions ... Done
1892024-05-20T19:55:56.708ZPlanning: Consolidating action changes ... Done
1902024-05-20T19:55:56.964ZPlanning: Evaluating mediators ... Done
1912024-05-20T19:55:57.018ZPlanning: Planning completed in 0.74 seconds
1922024-05-20T19:55:57.051Z Packages to change: 1
1932024-05-20T19:55:57.052Z Mediators to change: 1
1942024-05-20T19:55:57.055Z Services to change: 1
1952024-05-20T19:55:57.055Z Create boot environment: No
1962024-05-20T19:55:57.055ZCreate backup boot environment: Yes
1972024-05-20T19:55:59.037Z Actions: 1/6 actions (Updating modified actions)
1982024-05-20T19:55:59.097Z Actions: Completed 6 actions in 0.08 seconds.
1992024-05-20T19:55:59.102Z Done
2002024-05-20T19:55:59.102Z Done
2012024-05-20T19:55:59.158Z Done
2022024-05-20T19:56:02.659Z Done
2032024-05-20T19:56:02.739Z Done
2042024-05-20T19:56:02.744Z Done
2052024-05-20T19:56:02.860Z Done
2062024-05-20T19:56:03.285ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2072024-05-20T19:56:03.285Zclang system 15 system
2082024-05-20T19:56:03.285Zcsh system system illumos
2092024-05-20T19:56:03.285Zctags system system illumos
2102024-05-20T19:56:03.285Zgcc vendor 12 vendor
2112024-05-20T19:56:03.285Zgcc system 10 system
2122024-05-20T19:56:03.285Zgcc system 7 system
2132024-05-20T19:56:03.285Zgo system 1.20 system
2142024-05-20T19:56:03.285Zgo system 1.19 system
2152024-05-20T19:56:03.285Zllvm system 15 system
2162024-05-20T19:56:03.285Zllvm system 14 system
2172024-05-20T19:56:03.285Zmariadb system 10.6 system
2182024-05-20T19:56:03.285Zmta vendor vendor dma
2192024-05-20T19:56:03.285Zopenjdk system 17 system
2202024-05-20T19:56:03.285Zopenjdk system 11 system
2212024-05-20T19:56:03.285Zopenjdk system 1.8 system
2222024-05-20T19:56:03.285Zopenssl vendor 3 vendor
2232024-05-20T19:56:03.286Zperl system 5.36 system
2242024-05-20T19:56:03.286Zpostgresql system 15 system
2252024-05-20T19:56:03.286Zpostgresql system 13 system
2262024-05-20T19:56:03.286Zpython vendor 3 vendor
2272024-05-20T19:56:03.286Zpython system 2 system
2282024-05-20T19:56:03.286Zpython3 system 3.11 system
2292024-05-20T19:56:03.286Zruby system 3.0 system
2302024-05-20T19:56:03.286Zwords vendor vendor american-english
2312024-05-20T19:56:03.286Zwords system system australian-english
2322024-05-20T19:56:03.286Zwords system system british-english
2332024-05-20T19:56:03.286Zwords system system canadian-english
2342024-05-20T19:56:03.286Zwords system system french
2352024-05-20T19:56:03.286Zwords system system italian
2362024-05-20T19:56:03.286Zwords system system ngerman
2372024-05-20T19:56:03.287Zwords system system ogerman
2382024-05-20T19:56:03.287Zwords system system spanish
2392024-05-20T19:56:03.613ZPUBLISHER TYPE STATUS P LOCATION
2402024-05-20T19:56:03.613Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2412024-05-20T19:56:05.038ZFMRI IFO
2422024-05-20T19:56:05.038Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2432024-05-20T19:56:05.039Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2442024-05-20T19:56:05.039Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2452024-05-20T19:56:05.039Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2462024-05-20T19:56:05.039Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2472024-05-20T19:56:05.039Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2482024-05-20T19:56:05.039Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i--
2492024-05-20T19:56:05.039Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2502024-05-20T19:56:05.039Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2512024-05-20T19:56:05.039Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2522024-05-20T19:56:05.039Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2532024-05-20T19:56:05.039Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2542024-05-20T19:56:05.302Z+ set -o errexit
2552024-05-20T19:56:05.305Z+++ dirname ./tools/ci_download_cockroachdb
2562024-05-20T19:56:05.305Z++ cd ./tools
2572024-05-20T19:56:05.308Z++ pwd
2582024-05-20T19:56:05.308Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
2592024-05-20T19:56:05.308Z++ basename ./tools/ci_download_cockroachdb
2602024-05-20T19:56:05.308Z+ ARG0=ci_download_cockroachdb
2612024-05-20T19:56:05.312Z++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version
2622024-05-20T19:56:05.312Z+ CIDL_VERSION=v22.1.9
2632024-05-20T19:56:05.312Z+ source /work/oxidecomputer/omicron/tools/cockroachdb_checksums
2642024-05-20T19:56:05.312Z++ CIDL_SHA256_DARWIN=1ca69e0911af11a73305c3c6f4650b912d70754900b5bf7b80a1d361efe36561
2652024-05-20T19:56:05.312Z++ CIDL_SHA256_LINUX=24c321820e7ee45fa07fe91ac138befe13ad860e41c6ed595ce58823205ff4a9
2662024-05-20T19:56:05.312Z++ CIDL_SHA256_ILLUMOS=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088
2672024-05-20T19:56:05.312Z+ TARGET_DIR=out
2682024-05-20T19:56:05.312Z+ DOWNLOAD_DIR=out/downloads
2692024-05-20T19:56:05.312Z+ DEST_DIR=./out/cockroachdb
2702024-05-20T19:56:05.312Z+ CIDL_URL_COCKROACH=https://binaries.cockroachdb.com
2712024-05-20T19:56:05.312Z+ CIDL_URL_ILLUMOS=https://illumos.org/downloads
2722024-05-20T19:56:05.312Z+ main
2732024-05-20T19:56:05.312Z+ [[ 0 != 0 ]]
2742024-05-20T19:56:05.312Z+ CIDL_OS=solaris2.11
2752024-05-20T19:56:05.312Z+ [[ 0 != 0 ]]
2762024-05-20T19:56:05.312Z+ configure_os solaris2.11
2772024-05-20T19:56:05.312Z+ echo 'current directory: /work/oxidecomputer/omicron'
2782024-05-20T19:56:05.313Zcurrent directory: /work/oxidecomputer/omicron
2792024-05-20T19:56:05.313Z+ echo 'configuring based on OS: "solaris2.11"'
2802024-05-20T19:56:05.313Z+ case "$1" in
2812024-05-20T19:56:05.313Zconfiguring based on OS: "solaris2.11"
2822024-05-20T19:56:05.313Z+ CIDL_BUILD=illumos
2832024-05-20T19:56:05.313Z+ CIDL_SUFFIX=tar.gz
2842024-05-20T19:56:05.313Z+ CIDL_SHA256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088
2852024-05-20T19:56:05.313Z+ CIDL_URL_BASE=https://illumos.org/downloads
2862024-05-20T19:56:05.313Z+ CIDL_ASSEMBLE=do_assemble_illumos
2872024-05-20T19:56:05.313Z+ TARBALL_DIRNAME=cockroach-v22.1.9.illumos
2882024-05-20T19:56:05.313Z+ TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz
2892024-05-20T19:56:05.313Z+ TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz
2902024-05-20T19:56:05.313Z+ TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos
2912024-05-20T19:56:05.313Z+ CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
2922024-05-20T19:56:05.313Z+ CIDL_SHA256FUNC=do_sha256sum
2932024-05-20T19:56:05.313Z+ echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz'
2942024-05-20T19:56:05.313Z+ echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz'
2952024-05-20T19:56:05.313ZURL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
2962024-05-20T19:56:05.313ZLocal file: out/downloads/cockroach-v22.1.9.illumos.tar.gz
2972024-05-20T19:56:05.313Z+ mkdir -p out/downloads
2982024-05-20T19:56:05.317Z+ mkdir -p ./out/cockroachdb
2992024-05-20T19:56:05.317Z+ local DO_DOWNLOAD=true
3002024-05-20T19:56:05.317Z+ [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]]
3012024-05-20T19:56:05.317Z+ '[' true == true ']'
3022024-05-20T19:56:05.317Z+ echo Downloading...
3032024-05-20T19:56:05.317ZDownloading...
3042024-05-20T19:56:05.317Z+ do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz
3052024-05-20T19:56:05.317Z+ curl --silent --show-error --fail --location --output out/downloads/cockroach-v22.1.9.illumos.tar.gz https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
3062024-05-20T19:56:08.579Z++ do_sha256sum out/downloads/cockroach-v22.1.9.illumos.tar.gz
3072024-05-20T19:56:08.584Z++ sha256sum
3082024-05-20T19:56:08.584Z++ awk '{print $1}'
3092024-05-20T19:56:08.637Z+ calculated_sha256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088
3102024-05-20T19:56:08.641Z+ [[ f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 != \f\1\5\1\7\1\4\b\a\3\a\6\e\0\2\c\a\a\a\a\5\9\7\2\7\4\8\2\c\3\6\0\8\5\e\6\0\d\6\b\d\2\f\a\9\6\3\9\3\8\e\9\a\3\d\8\c\8\a\7\7\0\8\8 ]]
3112024-05-20T19:56:08.641Z+ do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz
3122024-05-20T19:56:08.641Z+ tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads
3132024-05-20T19:56:10.823Z+ do_assemble_illumos
3142024-05-20T19:56:10.823Z+ rm -r ./out/cockroachdb
3152024-05-20T19:56:10.838Z+ cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb
3162024-05-20T19:56:11.244Z+ ./out/cockroachdb/bin/cockroach version
3172024-05-20T19:56:11.509ZBuild Tag: v22.1.9-dirty
3182024-05-20T19:56:11.509ZBuild Time: 2022/10/26 21:17:46
3192024-05-20T19:56:11.509ZDistribution: OSS
3202024-05-20T19:56:11.509ZPlatform: illumos amd64 (x86_64-pc-solaris2.11)
3212024-05-20T19:56:11.509ZGo Version: go1.17.13
3222024-05-20T19:56:11.509ZC Compiler: gcc 10.3.0
3232024-05-20T19:56:11.510ZBuild Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493
3242024-05-20T19:56:11.510ZBuild Type: release
3252024-05-20T19:56:11.526Z+ set -o errexit
3262024-05-20T19:56:11.529Z+++ dirname ./tools/ci_download_clickhouse
3272024-05-20T19:56:11.533Z++ cd ./tools
3282024-05-20T19:56:11.533Z++ pwd
3292024-05-20T19:56:11.533Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3302024-05-20T19:56:11.533Z++ basename ./tools/ci_download_clickhouse
3312024-05-20T19:56:11.533Z+ ARG0=ci_download_clickhouse
3322024-05-20T19:56:11.533Z+ TARGET_DIR=out
3332024-05-20T19:56:11.533Z+ DOWNLOAD_DIR=out/downloads
3342024-05-20T19:56:11.533Z+ DEST_DIR=./out/clickhouse
3352024-05-20T19:56:11.536Z++ cat /work/oxidecomputer/omicron/tools/clickhouse_version
3362024-05-20T19:56:11.536Z+ CIDL_VERSION=v23.8.7.24
3372024-05-20T19:56:11.536Z+ source /work/oxidecomputer/omicron/tools/clickhouse_checksums
3382024-05-20T19:56:11.537Z++ CIDL_MD5_DARWIN=3e20c3284b7e6b0cfcfedf622ecf547a
3392024-05-20T19:56:11.537Z++ CIDL_MD5_LINUX=f6c30a25a86deac3bad6c50dcf758fd5
3402024-05-20T19:56:11.537Z++ CIDL_MD5_ILLUMOS=409222de8ecb59e5dd97dcc942ccdffe
3412024-05-20T19:56:11.537Z+ CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com
3422024-05-20T19:56:11.537Z+ main
3432024-05-20T19:56:11.537Z+ [[ 0 != 0 ]]
3442024-05-20T19:56:11.537Z+ CIDL_OS=solaris2.11
3452024-05-20T19:56:11.537Z+ [[ 0 != 0 ]]
3462024-05-20T19:56:11.537Z+ configure_os solaris2.11
3472024-05-20T19:56:11.537Z+ echo 'current directory: /work/oxidecomputer/omicron'
3482024-05-20T19:56:11.537Zcurrent directory: /work/oxidecomputer/omicron
3492024-05-20T19:56:11.537Z+ echo 'configuring based on OS: "solaris2.11"'
3502024-05-20T19:56:11.537Z+ CIDL_DASHREV=
3512024-05-20T19:56:11.537Zconfiguring based on OS: "solaris2.11"
3522024-05-20T19:56:11.537Z+ case "$1" in
3532024-05-20T19:56:11.537Z+ CIDL_PLATFORM=illumos
3542024-05-20T19:56:11.537Z+ CIDL_MD5=409222de8ecb59e5dd97dcc942ccdffe
3552024-05-20T19:56:11.537Z+ CIDL_MD5FUNC=do_md5sum
3562024-05-20T19:56:11.537Z+ TARBALL_DIRNAME=clickhouse-v23.8.7.24
3572024-05-20T19:56:11.537Z+ TARBALL_FILENAME=clickhouse-v23.8.7.24.illumos.tar.gz
3582024-05-20T19:56:11.537Z+ TARBALL_FILE=out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz
3592024-05-20T19:56:11.537Z+ CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz
3602024-05-20T19:56:11.537Z+ echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz'
3612024-05-20T19:56:11.538Z+ echo 'Local file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz'
3622024-05-20T19:56:11.538ZURL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz
3632024-05-20T19:56:11.538ZLocal file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz
3642024-05-20T19:56:11.538Z+ mkdir -p out/downloads
3652024-05-20T19:56:11.541Z+ mkdir -p ./out/clickhouse
3662024-05-20T19:56:11.541Z+ local DO_DOWNLOAD=true
3672024-05-20T19:56:11.541Z+ [[ -f out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ]]
3682024-05-20T19:56:11.541Z+ '[' true == true ']'
3692024-05-20T19:56:11.541Z+ echo Downloading...
3702024-05-20T19:56:11.541ZDownloading...
3712024-05-20T19:56:11.541Z+ do_download_curl https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz
3722024-05-20T19:56:11.541Z+ curl --silent --show-error --fail --location --output out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz
3732024-05-20T19:56:13.130Z++ do_md5sum out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz
3742024-05-20T19:56:13.136Z++ md5sum
3752024-05-20T19:56:13.136Z++ awk '{print $1}'
3762024-05-20T19:56:13.443Z+ calculated_md5=409222de8ecb59e5dd97dcc942ccdffe
3772024-05-20T19:56:13.444Z+ [[ 409222de8ecb59e5dd97dcc942ccdffe != \4\0\9\2\2\2\d\e\8\e\c\b\5\9\e\5\d\d\9\7\d\c\c\9\4\2\c\c\d\f\f\e ]]
3782024-05-20T19:56:13.444Z+ do_untar out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ./out/clickhouse
3792024-05-20T19:56:13.447Z+ mkdir -p ./out/clickhouse
3802024-05-20T19:56:13.447Z+ tar xzf out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz -C ./out/clickhouse
3812024-05-20T19:56:17.263Z+ [[ solaris2.11 == darwin* ]]
3822024-05-20T19:56:17.263Z+ ./out/clickhouse/clickhouse server --version
3832024-05-20T19:56:17.783ZClickHouse server version 23.8.7.1.
3842024-05-20T19:56:17.802Z+ set -o errexit
3852024-05-20T19:56:17.805Z+++ dirname ./tools/ci_download_console
3862024-05-20T19:56:17.808Z++ cd ./tools
3872024-05-20T19:56:17.808Z++ pwd
3882024-05-20T19:56:17.808Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3892024-05-20T19:56:17.808Z++ basename ./tools/ci_download_console
3902024-05-20T19:56:17.808Z+ ARG0=ci_download_console
3912024-05-20T19:56:17.808Z+ TARGET_DIR=out
3922024-05-20T19:56:17.808Z+ DOWNLOAD_DIR=out/downloads
3932024-05-20T19:56:17.809Z+ DEST_DIR=./out/console-assets
3942024-05-20T19:56:17.809Z+ source /work/oxidecomputer/omicron/tools/console_version
3952024-05-20T19:56:17.813Z++ COMMIT=078d17117a3937d571bb5535f9791db65be7afc5
3962024-05-20T19:56:17.813Z++ SHA2=f3bc51a9ddf5356ecda85ff11eec032da880be162358bb7ee676ab823e59476c
3972024-05-20T19:56:17.813Z+ URL=https://dl.oxide.computer/releases/console/078d17117a3937d571bb5535f9791db65be7afc5.tar.gz
3982024-05-20T19:56:17.813Z+ TARBALL_FILE=out/downloads/console.tar.gz
3992024-05-20T19:56:17.813Z+ main
4002024-05-20T19:56:17.813Z+ [[ 0 != 0 ]]
4012024-05-20T19:56:17.813Z+ echo 'URL: https://dl.oxide.computer/releases/console/078d17117a3937d571bb5535f9791db65be7afc5.tar.gz'
4022024-05-20T19:56:17.813ZURL: https://dl.oxide.computer/releases/console/078d17117a3937d571bb5535f9791db65be7afc5.tar.gz
4032024-05-20T19:56:17.813Z+ echo 'Local file: out/downloads/console.tar.gz'
4042024-05-20T19:56:17.813ZLocal file: out/downloads/console.tar.gz
4052024-05-20T19:56:17.813Z+ local DO_DOWNLOAD=true
4062024-05-20T19:56:17.813Z+ [[ -f out/downloads/console.tar.gz ]]
4072024-05-20T19:56:17.813Z+ mkdir -p out/downloads
4082024-05-20T19:56:17.813Z+ '[' true == true ']'
4092024-05-20T19:56:17.813Z+ echo Downloading...
4102024-05-20T19:56:17.813ZDownloading...
4112024-05-20T19:56:17.813Z+ do_download_curl https://dl.oxide.computer/releases/console/078d17117a3937d571bb5535f9791db65be7afc5.tar.gz out/downloads/console.tar.gz
4122024-05-20T19:56:17.814Z+ curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/078d17117a3937d571bb5535f9791db65be7afc5.tar.gz
4132024-05-20T19:56:18.449Z++ do_sha256sum out/downloads/console.tar.gz
4142024-05-20T19:56:18.452Z++ case "$OSTYPE" in
4152024-05-20T19:56:18.452Z++ SHA=sha256sum
4162024-05-20T19:56:18.452Z++ sha256sum
4172024-05-20T19:56:18.452Z++ awk '{print $1}'
4182024-05-20T19:56:18.458Z+ calculated_sha2=f3bc51a9ddf5356ecda85ff11eec032da880be162358bb7ee676ab823e59476c
4192024-05-20T19:56:18.460Z+ [[ f3bc51a9ddf5356ecda85ff11eec032da880be162358bb7ee676ab823e59476c != \f\3\b\c\5\1\a\9\d\d\f\5\3\5\6\e\c\d\a\8\5\f\f\1\1\e\e\c\0\3\2\d\a\8\8\0\b\e\1\6\2\3\5\8\b\b\7\e\e\6\7\6\a\b\8\2\3\e\5\9\4\7\6\c ]]
4202024-05-20T19:56:18.460Z+ rm -rf ./out/console-assets
4212024-05-20T19:56:18.461Z+ mkdir -p ./out/console-assets
4222024-05-20T19:56:18.464Z+ do_untar out/downloads/console.tar.gz ./out/console-assets
4232024-05-20T19:56:18.464Z+ mkdir -p ./out/console-assets
4242024-05-20T19:56:18.464Z+ tar xzf out/downloads/console.tar.gz -C ./out/console-assets
4252024-05-20T19:56:18.555Z+ set -o errexit
4262024-05-20T19:56:18.558Z+++ dirname ./tools/ci_download_dendrite_openapi
4272024-05-20T19:56:18.561Z++ cd ./tools
4282024-05-20T19:56:18.561Z++ pwd
4292024-05-20T19:56:18.561Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4302024-05-20T19:56:18.561Z++ basename ./tools/ci_download_dendrite_openapi
4312024-05-20T19:56:18.561Z+ ARG0=ci_download_dendrite_openapi
4322024-05-20T19:56:18.561Z+ TARGET_DIR=out
4332024-05-20T19:56:18.561Z+ DOWNLOAD_DIR=out/downloads
4342024-05-20T19:56:18.561Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
4352024-05-20T19:56:18.561Z++ COMMIT=6334bf74fa21790c15f1c4e494ea2ec0edd1c83c
4362024-05-20T19:56:18.561Z++ SHA2=213031aa058f0aa355964e4a5ca350db30110454bad5c77cbc94ab77fdcbe013
4372024-05-20T19:56:18.565Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/6334bf74fa21790c15f1c4e494ea2ec0edd1c83c/dpd.json
4382024-05-20T19:56:18.565Z+ LOCAL_FILE=out/downloads/dpd-6334bf74fa21790c15f1c4e494ea2ec0edd1c83c.json
4392024-05-20T19:56:18.565Z+ main
4402024-05-20T19:56:18.565Z+ [[ 0 != 0 ]]
4412024-05-20T19:56:18.565Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/6334bf74fa21790c15f1c4e494ea2ec0edd1c83c/dpd.json'
4422024-05-20T19:56:18.565ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/6334bf74fa21790c15f1c4e494ea2ec0edd1c83c/dpd.json
4432024-05-20T19:56:18.565Z+ echo 'Local file: out/downloads/dpd-6334bf74fa21790c15f1c4e494ea2ec0edd1c83c.json'
4442024-05-20T19:56:18.565Z+ local DO_DOWNLOAD=true
4452024-05-20T19:56:18.565ZLocal file: out/downloads/dpd-6334bf74fa21790c15f1c4e494ea2ec0edd1c83c.json
4462024-05-20T19:56:18.565Z+ [[ -f out/downloads/dpd-6334bf74fa21790c15f1c4e494ea2ec0edd1c83c.json ]]
4472024-05-20T19:56:18.565Z+ mkdir -p out/downloads
4482024-05-20T19:56:18.565Z+ '[' true == true ']'
4492024-05-20T19:56:18.565Z+ echo Downloading...
4502024-05-20T19:56:18.565ZDownloading...
4512024-05-20T19:56:18.565Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/6334bf74fa21790c15f1c4e494ea2ec0edd1c83c/dpd.json out/downloads/dpd-6334bf74fa21790c15f1c4e494ea2ec0edd1c83c.json
4522024-05-20T19:56:18.565Z+ curl --silent --show-error --fail --location --output out/downloads/dpd-6334bf74fa21790c15f1c4e494ea2ec0edd1c83c.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/6334bf74fa21790c15f1c4e494ea2ec0edd1c83c/dpd.json
4532024-05-20T19:56:18.799Z++ do_sha256sum out/downloads/dpd-6334bf74fa21790c15f1c4e494ea2ec0edd1c83c.json
4542024-05-20T19:56:18.799Z++ case "$OSTYPE" in
4552024-05-20T19:56:18.802Z++ SHA=sha256sum
4562024-05-20T19:56:18.802Z++ sha256sum
4572024-05-20T19:56:18.802Z++ awk '{print $1}'
4582024-05-20T19:56:18.805Z+ calculated_sha2=213031aa058f0aa355964e4a5ca350db30110454bad5c77cbc94ab77fdcbe013
4592024-05-20T19:56:18.805Z+ [[ 213031aa058f0aa355964e4a5ca350db30110454bad5c77cbc94ab77fdcbe013 != \2\1\3\0\3\1\a\a\0\5\8\f\0\a\a\3\5\5\9\6\4\e\4\a\5\c\a\3\5\0\d\b\3\0\1\1\0\4\5\4\b\a\d\5\c\7\7\c\b\c\9\4\a\b\7\7\f\d\c\b\e\0\1\3 ]]
4602024-05-20T19:56:18.811Z+ set -o errexit
4612024-05-20T19:56:18.814Z+++ dirname ./tools/ci_download_dendrite_stub
4622024-05-20T19:56:18.819Z++ cd ./tools
4632024-05-20T19:56:18.820Z++ pwd
4642024-05-20T19:56:18.820Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4652024-05-20T19:56:18.820Z++ basename ./tools/ci_download_dendrite_stub
4662024-05-20T19:56:18.824Z+ ARG0=ci_download_dendrite_stub
4672024-05-20T19:56:18.824Z+ source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums
4682024-05-20T19:56:18.824Z++ CIDL_SHA256_ILLUMOS=5929f9abf0daf4bbf17d835e5d69fc842b9617b312fb5644fa99daf785203700
4692024-05-20T19:56:18.824Z++ CIDL_SHA256_LINUX_DPD=fa38138db9ce1c2cababd11dd9ef1289295e4a8185c78372f6ff1a090c75a05b
4702024-05-20T19:56:18.824Z++ CIDL_SHA256_LINUX_SWADM=ebda6c0a8e29f40c389337fe2e37c1191eeeb34d729de7724b6d707bb6c9a882
4712024-05-20T19:56:18.824Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
4722024-05-20T19:56:18.824Z++ COMMIT=6334bf74fa21790c15f1c4e494ea2ec0edd1c83c
4732024-05-20T19:56:18.824Z++ SHA2=213031aa058f0aa355964e4a5ca350db30110454bad5c77cbc94ab77fdcbe013
4742024-05-20T19:56:18.824Z+ TARGET_DIR=out
4752024-05-20T19:56:18.824Z+ DOWNLOAD_DIR=out/downloads
4762024-05-20T19:56:18.824Z+ DEST_DIR=./out/dendrite-stub
4772024-05-20T19:56:18.824Z+ BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin
4782024-05-20T19:56:18.824Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
4792024-05-20T19:56:18.824Z+ REPO=oxidecomputer/dendrite
4802024-05-20T19:56:18.824Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/6334bf74fa21790c15f1c4e494ea2ec0edd1c83c
4812024-05-20T19:56:18.824Z+ main
4822024-05-20T19:56:18.824Z+ [[ 0 != 0 ]]
4832024-05-20T19:56:18.824Z+ CIDL_OS=solaris2.11
4842024-05-20T19:56:18.824Z+ [[ 0 != 0 ]]
4852024-05-20T19:56:18.824Z+ configure_os solaris2.11
4862024-05-20T19:56:18.824Z+ echo 'current directory: /work/oxidecomputer/omicron'
4872024-05-20T19:56:18.824Zcurrent directory: /work/oxidecomputer/omicron
4882024-05-20T19:56:18.825Z+ echo 'configuring based on OS: "solaris2.11"'
4892024-05-20T19:56:18.825Z+ case "$1" in
4902024-05-20T19:56:18.825Zconfiguring based on OS: "solaris2.11"
4912024-05-20T19:56:18.825Z+ SET_BINARIES=
4922024-05-20T19:56:18.825Z+ CIDL_SHA256=5929f9abf0daf4bbf17d835e5d69fc842b9617b312fb5644fa99daf785203700
4932024-05-20T19:56:18.825Z+ CIDL_SHA256FUNC=do_sha256sum
4942024-05-20T19:56:18.825Z+ TARBALL_FILENAME=dendrite-stub.tar.gz
4952024-05-20T19:56:18.825Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/6334bf74fa21790c15f1c4e494ea2ec0edd1c83c/dendrite-stub.tar.gz
4962024-05-20T19:56:18.825Z+ TARBALL_FILE=out/downloads/dendrite-stub.tar.gz
4972024-05-20T19:56:18.825Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/6334bf74fa21790c15f1c4e494ea2ec0edd1c83c/dendrite-stub.tar.gz'
4982024-05-20T19:56:18.825ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/6334bf74fa21790c15f1c4e494ea2ec0edd1c83c/dendrite-stub.tar.gz
4992024-05-20T19:56:18.825Z+ echo 'Local file: out/downloads/dendrite-stub.tar.gz'
5002024-05-20T19:56:18.825ZLocal file: out/downloads/dendrite-stub.tar.gz
5012024-05-20T19:56:18.825Z+ mkdir -p out/downloads
5022024-05-20T19:56:18.825Z+ mkdir -p ./out/dendrite-stub
5032024-05-20T19:56:18.825Z+ fetch_and_verify
5042024-05-20T19:56:18.825Z+ local DO_DOWNLOAD=true
5052024-05-20T19:56:18.825Z+ [[ -f out/downloads/dendrite-stub.tar.gz ]]
5062024-05-20T19:56:18.825Z+ '[' true == true ']'
5072024-05-20T19:56:18.825Z+ echo Downloading...
5082024-05-20T19:56:18.825ZDownloading...
5092024-05-20T19:56:18.825Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/6334bf74fa21790c15f1c4e494ea2ec0edd1c83c/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz
5102024-05-20T19:56:18.825Z+ curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/6334bf74fa21790c15f1c4e494ea2ec0edd1c83c/dendrite-stub.tar.gz
5112024-05-20T19:56:22.377Z++ do_sha256sum out/downloads/dendrite-stub.tar.gz
5122024-05-20T19:56:22.382Z++ sha256sum
5132024-05-20T19:56:22.382Z++ awk '{print $1}'
5142024-05-20T19:56:22.401Z+ calculated_sha256=5929f9abf0daf4bbf17d835e5d69fc842b9617b312fb5644fa99daf785203700
5152024-05-20T19:56:22.401Z+ [[ 5929f9abf0daf4bbf17d835e5d69fc842b9617b312fb5644fa99daf785203700 != \5\9\2\9\f\9\a\b\f\0\d\a\f\4\b\b\f\1\7\d\8\3\5\e\5\d\6\9\f\c\8\4\2\b\9\6\1\7\b\3\1\2\f\b\5\6\4\4\f\a\9\9\d\a\f\7\8\5\2\0\3\7\0\0 ]]
5162024-05-20T19:56:22.405Z+ do_untar out/downloads/dendrite-stub.tar.gz
5172024-05-20T19:56:22.405Z+ tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads
5182024-05-20T19:56:23.033Z+ do_assemble
5192024-05-20T19:56:23.034Z+ rm -r ./out/dendrite-stub
5202024-05-20T19:56:23.037Z+ mkdir ./out/dendrite-stub
5212024-05-20T19:56:23.040Z+ cp -r out/downloads/root ./out/dendrite-stub/root
5222024-05-20T19:56:23.117Z+ ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin
5232024-05-20T19:56:23.128Z+ set -o errexit
5242024-05-20T19:56:23.131Z+++ dirname ./tools/ci_download_maghemite_mgd
5252024-05-20T19:56:23.134Z++ cd ./tools
5262024-05-20T19:56:23.134Z++ pwd
5272024-05-20T19:56:23.134Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5282024-05-20T19:56:23.134Z++ basename ./tools/ci_download_maghemite_mgd
5292024-05-20T19:56:23.134Z+ ARG0=ci_download_maghemite_mgd
5302024-05-20T19:56:23.134Z+ source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums
5312024-05-20T19:56:23.137Z++ CIDL_SHA256=e0907de39ca9f8ab45d40d361a1dbeed4bd8e9b157f8d3d8fe0a4bc259d933bd
5322024-05-20T19:56:23.137Z++ MGD_LINUX_SHA256=903413ddaab89594ed7518cb8f2f27793e96cd17ed2d6b3fe11657ec4375cb19
5332024-05-20T19:56:23.137Z+ source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version
5342024-05-20T19:56:23.138Z++ COMMIT=025389ff39d594bf2b815377e2c1dc4dd23b1f96
5352024-05-20T19:56:23.138Z++ SHA2=a5d2f275c99152711dec1df58fd49d459d3fcb8fbfc7a7f48f432be248d74639
5362024-05-20T19:56:23.138Z+ TARGET_DIR=out
5372024-05-20T19:56:23.138Z+ DOWNLOAD_DIR=out/downloads
5382024-05-20T19:56:23.138Z+ DEST_DIR=./out/mgd
5392024-05-20T19:56:23.138Z+ BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin
5402024-05-20T19:56:23.138Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
5412024-05-20T19:56:23.138Z+ REPO=oxidecomputer/maghemite
5422024-05-20T19:56:23.138Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/025389ff39d594bf2b815377e2c1dc4dd23b1f96
5432024-05-20T19:56:23.138Z+ main
5442024-05-20T19:56:23.138Z+ rm -rf out/downloads/root
5452024-05-20T19:56:23.142Z+ [[ 0 != 0 ]]
5462024-05-20T19:56:23.143Z+ CIDL_OS=solaris2.11
5472024-05-20T19:56:23.146Z+ [[ 0 != 0 ]]
5482024-05-20T19:56:23.146Z+ configure_os solaris2.11
5492024-05-20T19:56:23.146Z+ echo 'current directory: /work/oxidecomputer/omicron'
5502024-05-20T19:56:23.146Zcurrent directory: /work/oxidecomputer/omicron
5512024-05-20T19:56:23.146Z+ echo 'configuring based on OS: "solaris2.11"'
5522024-05-20T19:56:23.146Zconfiguring based on OS: "solaris2.11"
5532024-05-20T19:56:23.146Z+ case "$1" in
5542024-05-20T19:56:23.146Z+ SET_BINARIES=
5552024-05-20T19:56:23.146Z+ CIDL_SHA256FUNC=do_sha256sum
5562024-05-20T19:56:23.146Z+ TARBALL_FILENAME=mgd.tar.gz
5572024-05-20T19:56:23.146Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/025389ff39d594bf2b815377e2c1dc4dd23b1f96/mgd.tar.gz
5582024-05-20T19:56:23.146Z+ TARBALL_FILE=out/downloads/mgd.tar.gz
5592024-05-20T19:56:23.146Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/025389ff39d594bf2b815377e2c1dc4dd23b1f96/mgd.tar.gz'
5602024-05-20T19:56:23.146ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/025389ff39d594bf2b815377e2c1dc4dd23b1f96/mgd.tar.gz
5612024-05-20T19:56:23.146Z+ echo 'Local file: out/downloads/mgd.tar.gz'
5622024-05-20T19:56:23.146ZLocal file: out/downloads/mgd.tar.gz
5632024-05-20T19:56:23.146Z+ mkdir -p out/downloads
5642024-05-20T19:56:23.146Z+ mkdir -p ./out/mgd
5652024-05-20T19:56:23.150Z+ fetch_and_verify
5662024-05-20T19:56:23.150Z+ local DO_DOWNLOAD=true
5672024-05-20T19:56:23.150Z+ [[ -f out/downloads/mgd.tar.gz ]]
5682024-05-20T19:56:23.150Z+ '[' true == true ']'
5692024-05-20T19:56:23.150Z+ echo Downloading...
5702024-05-20T19:56:23.151ZDownloading...
5712024-05-20T19:56:23.151Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/025389ff39d594bf2b815377e2c1dc4dd23b1f96/mgd.tar.gz out/downloads/mgd.tar.gz
5722024-05-20T19:56:23.151Z+ curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/025389ff39d594bf2b815377e2c1dc4dd23b1f96/mgd.tar.gz
5732024-05-20T19:56:31.189Z++ do_sha256sum out/downloads/mgd.tar.gz
5742024-05-20T19:56:31.193Z++ sha256sum
5752024-05-20T19:56:31.193Z++ awk '{print $1}'
5762024-05-20T19:56:31.215Z+ calculated_sha256=e0907de39ca9f8ab45d40d361a1dbeed4bd8e9b157f8d3d8fe0a4bc259d933bd
5772024-05-20T19:56:31.219Z+ [[ e0907de39ca9f8ab45d40d361a1dbeed4bd8e9b157f8d3d8fe0a4bc259d933bd != \e\0\9\0\7\d\e\3\9\c\a\9\f\8\a\b\4\5\d\4\0\d\3\6\1\a\1\d\b\e\e\d\4\b\d\8\e\9\b\1\5\7\f\8\d\3\d\8\f\e\0\a\4\b\c\2\5\9\d\9\3\3\b\d ]]
5782024-05-20T19:56:31.219Z+ do_untar out/downloads/mgd.tar.gz
5792024-05-20T19:56:31.219Z+ tar xzf out/downloads/mgd.tar.gz -C out/downloads
5802024-05-20T19:56:31.805Z+ do_assemble
5812024-05-20T19:56:31.805Z+ rm -r ./out/mgd
5822024-05-20T19:56:31.809Z+ mkdir ./out/mgd
5832024-05-20T19:56:31.811Z+ cp -r out/downloads/root ./out/mgd/root
5842024-05-20T19:56:31.890Z+ set -o errexit
5852024-05-20T19:56:31.893Z+++ dirname ./tools/ci_download_transceiver_control
5862024-05-20T19:56:31.897Z++ cd ./tools
5872024-05-20T19:56:31.897Z++ pwd
5882024-05-20T19:56:31.897Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5892024-05-20T19:56:31.897Z++ basename ./tools/ci_download_transceiver_control
5902024-05-20T19:56:31.901Z+ ARG0=ci_download_transceiver_control
5912024-05-20T19:56:31.901Z+ source /work/oxidecomputer/omicron/tools/transceiver_control_version
5922024-05-20T19:56:31.901Z++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a
5932024-05-20T19:56:31.901Z++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
5942024-05-20T19:56:31.901Z+ TARGET_DIR=out
5952024-05-20T19:56:31.901Z+ DOWNLOAD_DIR=out/downloads
5962024-05-20T19:56:31.901Z+ DEST_DIR=./out/transceiver-control
5972024-05-20T19:56:31.901Z+ BIN_DIR=/opt/oxide/bin
5982024-05-20T19:56:31.901Z+ BINARY=xcvradm
5992024-05-20T19:56:31.901Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
6002024-05-20T19:56:31.901Z+ REPO=oxidecomputer/transceiver-control
6012024-05-20T19:56:31.901Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a
6022024-05-20T19:56:31.901Z+ main
6032024-05-20T19:56:31.901Z+ [[ 0 != 0 ]]
6042024-05-20T19:56:31.901Z+ CIDL_OS=solaris2.11
6052024-05-20T19:56:31.901Z+ [[ 0 != 0 ]]
6062024-05-20T19:56:31.902Z+ configure_os solaris2.11
6072024-05-20T19:56:31.902Z+ echo 'current directory: /work/oxidecomputer/omicron'
6082024-05-20T19:56:31.902Z+ echo 'configuring based on OS: "solaris2.11"'
6092024-05-20T19:56:31.902Z+ case "$1" in
6102024-05-20T19:56:31.902Z+ SET_BINARIES=
6112024-05-20T19:56:31.902Zcurrent directory: /work/oxidecomputer/omicron
6122024-05-20T19:56:31.902Zconfiguring based on OS: "solaris2.11"
6132024-05-20T19:56:31.902Z+ CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6142024-05-20T19:56:31.902Z+ CIDL_SHA256FUNC=do_sha256sum
6152024-05-20T19:56:31.902Z+ ARCHIVE_FILENAME=xcvradm.gz
6162024-05-20T19:56:31.902Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6172024-05-20T19:56:31.902Z+ ARCHIVE_FILE=out/downloads/xcvradm.gz
6182024-05-20T19:56:31.902Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz'
6192024-05-20T19:56:31.902ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6202024-05-20T19:56:31.902ZLocal file: out/downloads/xcvradm.gz
6212024-05-20T19:56:31.902Z+ echo 'Local file: out/downloads/xcvradm.gz'
6222024-05-20T19:56:31.902Z+ mkdir -p out/downloads
6232024-05-20T19:56:31.902Z+ mkdir -p ./out/transceiver-control
6242024-05-20T19:56:31.902Z+ fetch_and_verify
6252024-05-20T19:56:31.906Z+ local DO_DOWNLOAD=true
6262024-05-20T19:56:31.906Z+ [[ -f out/downloads/xcvradm.gz ]]
6272024-05-20T19:56:31.906Z+ '[' true == true ']'
6282024-05-20T19:56:31.906Z+ echo Downloading...
6292024-05-20T19:56:31.906ZDownloading...
6302024-05-20T19:56:31.906Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz
6312024-05-20T19:56:31.906Z+ curl --silent --show-error --fail --location --output out/downloads/xcvradm.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6322024-05-20T19:56:33.167Z++ do_sha256sum out/downloads/xcvradm.gz
6332024-05-20T19:56:33.171Z++ sha256sum
6342024-05-20T19:56:33.171Z++ awk '{print $1}'
6352024-05-20T19:56:33.171Z+ calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6362024-05-20T19:56:33.171Z+ [[ 388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 != \3\8\8\f\9\e\0\3\0\8\9\e\8\b\c\6\d\4\7\f\d\2\1\f\9\c\8\3\5\5\4\a\6\c\d\c\6\2\6\e\b\9\2\8\3\7\4\f\c\f\f\9\4\5\a\8\8\1\e\1\f\7\e\1 ]]
6372024-05-20T19:56:33.171Z+ do_unpack out/downloads/xcvradm.gz
6382024-05-20T19:56:33.171Z+ mkdir -p out/downloads/root//opt/oxide/bin
6392024-05-20T19:56:33.171Z+ gzip -dc out/downloads/xcvradm.gz
6402024-05-20T19:56:33.288Z+ chmod +x out/downloads/root//opt/oxide/bin/xcvradm
6412024-05-20T19:56:33.291Z+ do_assemble
6422024-05-20T19:56:33.291Z+ rm -r ./out/transceiver-control
6432024-05-20T19:56:33.294Z+ mkdir ./out/transceiver-control
6442024-05-20T19:56:33.294Z+ cp -r out/downloads/root ./out/transceiver-control/root
6452024-05-20T19:56:33.397Z+ set -o errexit
6462024-05-20T19:56:33.403Z+++ dirname ./tools/ci_download_thundermuffin
6472024-05-20T19:56:33.403Z++ cd ./tools
6482024-05-20T19:56:33.403Z++ pwd
6492024-05-20T19:56:33.403Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
6502024-05-20T19:56:33.403Z++ basename ./tools/ci_download_thundermuffin
6512024-05-20T19:56:33.403Z+ ARG0=ci_download_thundermuffin
6522024-05-20T19:56:33.403Z+ source /work/oxidecomputer/omicron/tools/thundermuffin_checksums
6532024-05-20T19:56:33.403Z++ CIDL_SHA256=dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa
6542024-05-20T19:56:33.403Z+ source /work/oxidecomputer/omicron/tools/thundermuffin_version
6552024-05-20T19:56:33.404Z++ COMMIT=a4a6108d7c9aac2464a0b6898e88132a8f701a13
6562024-05-20T19:56:33.404Z+ TARGET_DIR=out
6572024-05-20T19:56:33.404Z+ DOWNLOAD_DIR=out/downloads
6582024-05-20T19:56:33.404Z+ DEST_DIR=./out/thundermuffin
6592024-05-20T19:56:33.404Z+ BIN_DIR=./out/thundermuffin/root/opt/oxide/thundermuffin/bin
6602024-05-20T19:56:33.404Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
6612024-05-20T19:56:33.404Z+ REPO=oxidecomputer/thundermuffin
6622024-05-20T19:56:33.404Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13
6632024-05-20T19:56:33.404Z+ main
6642024-05-20T19:56:33.408Z+ rm -rf out/downloads/root
6652024-05-20T19:56:33.412Z+ [[ 0 != 0 ]]
6662024-05-20T19:56:33.413Z+ CIDL_OS=solaris2.11
6672024-05-20T19:56:33.413Z+ [[ 0 != 0 ]]
6682024-05-20T19:56:33.413Z+ configure_os solaris2.11
6692024-05-20T19:56:33.413Z+ echo 'current directory: /work/oxidecomputer/omicron'
6702024-05-20T19:56:33.413Z+ echo 'configuring based on OS: "solaris2.11"'
6712024-05-20T19:56:33.413Z+ case "$1" in
6722024-05-20T19:56:33.413Zcurrent directory: /work/oxidecomputer/omicron
6732024-05-20T19:56:33.413Zconfiguring based on OS: "solaris2.11"
6742024-05-20T19:56:33.413Z+ SET_BINARIES=
6752024-05-20T19:56:33.413Z+ CIDL_SHA256FUNC=do_sha256sum
6762024-05-20T19:56:33.413Z+ TARBALL_FILENAME=thundermuffin.tar.gz
6772024-05-20T19:56:33.413Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz
6782024-05-20T19:56:33.413Z+ TARBALL_FILE=out/downloads/thundermuffin.tar.gz
6792024-05-20T19:56:33.413Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz'
6802024-05-20T19:56:33.413ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz
6812024-05-20T19:56:33.413Z+ echo 'Local file: out/downloads/thundermuffin.tar.gz'
6822024-05-20T19:56:33.414ZLocal file: out/downloads/thundermuffin.tar.gz
6832024-05-20T19:56:33.414Z+ mkdir -p out/downloads
6842024-05-20T19:56:33.414Z+ mkdir -p ./out/thundermuffin
6852024-05-20T19:56:33.419Z+ fetch_and_verify
6862024-05-20T19:56:33.419Z+ local DO_DOWNLOAD=true
6872024-05-20T19:56:33.419Z+ [[ -f out/downloads/thundermuffin.tar.gz ]]
6882024-05-20T19:56:33.419Z+ '[' true == true ']'
6892024-05-20T19:56:33.419Z+ echo Downloading...
6902024-05-20T19:56:33.419ZDownloading...
6912024-05-20T19:56:33.419Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz out/downloads/thundermuffin.tar.gz
6922024-05-20T19:56:33.419Z+ curl --silent --show-error --fail --location --output out/downloads/thundermuffin.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz
6932024-05-20T19:56:34.586Z++ do_sha256sum out/downloads/thundermuffin.tar.gz
6942024-05-20T19:56:34.589Z++ sha256sum
6952024-05-20T19:56:34.589Z++ awk '{print $1}'
6962024-05-20T19:56:34.595Z+ calculated_sha256=dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa
6972024-05-20T19:56:34.595Z+ [[ dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa != \d\c\5\5\a\2\a\c\c\d\3\3\a\3\4\7\d\f\4\c\b\d\c\0\0\2\6\c\b\a\c\c\e\a\2\c\0\0\4\9\4\0\c\3\f\e\c\8\c\a\d\c\d\d\6\3\3\d\4\4\0\d\f\a ]]
6982024-05-20T19:56:34.595Z+ do_untar out/downloads/thundermuffin.tar.gz
6992024-05-20T19:56:34.595Z+ tar xzf out/downloads/thundermuffin.tar.gz -C out/downloads
7002024-05-20T19:56:34.656Z+ do_assemble
7012024-05-20T19:56:34.656Z+ rm -r ./out/thundermuffin
7022024-05-20T19:56:34.660Z+ mkdir ./out/thundermuffin
7032024-05-20T19:56:34.664Z+ cp -r out/downloads/root ./out/thundermuffin/root
7042024-05-20T19:56:34.955ZAll builder prerequisites installed successfully, and PATH looks valid
7052024-05-20T19:56:34.963Z
7062024-05-20T19:56:34.963Zreal 1:37.949232063
7072024-05-20T19:56:34.964Zuser 37.159117294
7082024-05-20T19:56:34.964Zsys 6.624637627
7092024-05-20T19:56:34.964Ztrap 0.007792309
7102024-05-20T19:56:34.964Ztflt 0.169599669
7112024-05-20T19:56:34.964Zdflt 0.173557123
7122024-05-20T19:56:34.964Zkflt 0.172428983
7132024-05-20T19:56:34.964Zlock 2.327218763
7142024-05-20T19:56:34.965Zslp 3:08.196885860
7152024-05-20T19:56:34.965Zlat 1.980977407
7162024-05-20T19:56:34.965Zstop 0.156128685
7172024-05-20T19:56:34.965Z
7182024-05-20T19:56:34.965Z #### # # ##### ##### # #
7192024-05-20T19:56:34.965Z # # # # # # # # # #
7202024-05-20T19:56:34.965Z # # # # # # # #
7212024-05-20T19:56:34.965Z # # # ##### ##### #
7222024-05-20T19:56:34.965Z # # # # # # #
7232024-05-20T19:56:34.965Z #### ###### # # # #
7242024-05-20T19:56:34.966Z
7252024-05-20T19:56:35.160Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
7262024-05-20T19:56:35.592Z Updating git repository `https://github.com/oxidecomputer/zone`
7272024-05-20T19:56:36.042Z Updating crates.io index
7282024-05-20T19:56:36.094Z Updating git repository `https://github.com/oxidecomputer/dropshot`
7292024-05-20T19:56:36.839Z Updating git repository `https://github.com/oxidecomputer/maghemite`
7302024-05-20T19:56:37.653Z Updating git repository `https://github.com/oxidecomputer/progenitor`
7312024-05-20T19:56:39.792Z Updating git repository `http://github.com/oxidecomputer/serde_human_bytes`
7322024-05-20T19:56:40.190Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
7332024-05-20T19:56:41.599Z Updating git repository `https://github.com/oxidecomputer/propolis`
7342024-05-20T19:56:42.750Z Updating git repository `https://github.com/oxidecomputer/crucible`
7352024-05-20T19:56:44.512Z Updating git repository `https://github.com/oxidecomputer/opte`
7362024-05-20T19:56:45.504Z Updating git repository `https://github.com/oxidecomputer/falcon`
7372024-05-20T19:56:46.344Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
7382024-05-20T19:56:47.009Z Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel`
7392024-05-20T19:56:47.457Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
7402024-05-20T19:56:47.848Z Updating git repository `http://github.com/oxidecomputer/sprockets`
7412024-05-20T19:56:48.444Z Updating git repository `https://github.com/oxidecomputer/diesel-dtrace`
7422024-05-20T19:56:48.868Z Updating git repository `http://github.com/oxidecomputer/tofino`
7432024-05-20T19:56:49.309Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
7442024-05-20T19:56:49.675Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
7452024-05-20T19:56:50.040Z Updating git repository `https://github.com/oxidecomputer/libnvme`
7462024-05-20T19:56:50.451Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
7472024-05-20T19:56:50.913Z Updating git repository `https://github.com/oxidecomputer/ispf`
7482024-05-20T19:56:51.543Z Updating git repository `https://github.com/oxidecomputer/poptrie`
7492024-05-20T19:56:51.938Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
7502024-05-20T19:56:52.486Z Updating git repository `https://github.com/jgallagher/nix`
7512024-05-20T19:56:53.598Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
7522024-05-20T19:56:53.881Z Updating git repository `https://github.com/cbiffle/hubpack.git`
7532024-05-20T19:56:54.247Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
7542024-05-20T19:56:54.607Z Updating git repository `https://github.com/oxidecomputer/typify`
7552024-05-20T19:56:56.809Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
7562024-05-20T19:56:57.156Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
7572024-05-20T19:56:57.470Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
7582024-05-20T19:56:57.885Z Updating git repository `https://github.com/oxidecomputer/rfb`
7592024-05-20T19:56:58.932Z Downloading crates ...
7602024-05-20T19:56:59.028Z Downloaded strsim v0.11.1
7612024-05-20T19:56:59.036Z Downloaded bitflags v2.5.0
7622024-05-20T19:56:59.043Z Downloaded swrite v0.1.0
7632024-05-20T19:56:59.053Z Downloaded is_terminal_polyfill v1.70.0
7642024-05-20T19:56:59.060Z Downloaded colorchoice v1.0.1
7652024-05-20T19:56:59.066Z Downloaded errno v0.3.9
7662024-05-20T19:56:59.066Z Downloaded clap_lex v0.7.0
7672024-05-20T19:56:59.069Z Downloaded anstyle-query v1.0.3
7682024-05-20T19:56:59.069Z Downloaded anstyle-parse v0.2.4
7692024-05-20T19:56:59.073Z Downloaded equivalent v1.0.1
7702024-05-20T19:56:59.080Z Downloaded clap_derive v4.5.4
7712024-05-20T19:56:59.085Z Downloaded heck v0.5.0
7722024-05-20T19:56:59.085Z Downloaded thiserror v1.0.60
7732024-05-20T19:56:59.089Z Downloaded cargo_metadata v0.18.1
7742024-05-20T19:56:59.092Z Downloaded macaddr v1.0.1
7752024-05-20T19:56:59.092Z Downloaded semver v1.0.23
7762024-05-20T19:56:59.096Z Downloaded serde_spanned v0.6.6
7772024-05-20T19:56:59.108Z Downloaded thiserror-impl v1.0.60
7782024-05-20T19:56:59.108Z Downloaded terminal_size v0.3.0
7792024-05-20T19:56:59.108Z Downloaded itoa v1.0.11
7802024-05-20T19:56:59.116Z Downloaded autocfg v1.3.0
7812024-05-20T19:56:59.116Z Downloaded utf8parse v0.2.1
7822024-05-20T19:56:59.116Z Downloaded toml_datetime v0.6.6
7832024-05-20T19:56:59.116Z Downloaded cargo_toml v0.20.2
7842024-05-20T19:56:59.116Z Downloaded cargo-platform v0.1.8
7852024-05-20T19:56:59.116Z Downloaded anstyle v1.0.7
7862024-05-20T19:56:59.120Z Downloaded proc-macro2 v1.0.82
7872024-05-20T19:56:59.129Z Downloaded quote v1.0.36
7882024-05-20T19:56:59.134Z Downloaded fs-err v2.11.0
7892024-05-20T19:56:59.134Z Downloaded camino v1.1.7
7902024-05-20T19:56:59.134Z Downloaded anstream v0.6.14
7912024-05-20T19:56:59.134Z Downloaded ryu v1.0.18
7922024-05-20T19:56:59.138Z Downloaded serde_derive v1.0.202
7932024-05-20T19:56:59.138Z Downloaded clap v4.5.4
7942024-05-20T19:56:59.145Z Downloaded unicode-ident v1.0.12
7952024-05-20T19:56:59.151Z Downloaded anyhow v1.0.83
7962024-05-20T19:56:59.154Z Downloaded toml v0.8.13
7972024-05-20T19:56:59.154Z Downloaded indexmap v2.2.6
7982024-05-20T19:56:59.158Z Downloaded serde v1.0.202
7992024-05-20T19:56:59.176Z Downloaded toml_edit v0.22.13
8002024-05-20T19:56:59.199Z Downloaded serde_json v1.0.117
8012024-05-20T19:56:59.207Z Downloaded hashbrown v0.14.5
8022024-05-20T19:56:59.213Z Downloaded clap_builder v4.5.2
8032024-05-20T19:56:59.216Z Downloaded winnow v0.6.8
8042024-05-20T19:56:59.223Z Downloaded memchr v2.7.2
8052024-05-20T19:56:59.232Z Downloaded syn v2.0.64
8062024-05-20T19:56:59.243Z Downloaded rustix v0.38.34
8072024-05-20T19:56:59.278Z Downloaded libc v0.2.153
8082024-05-20T19:56:59.524Z Compiling proc-macro2 v1.0.82
8092024-05-20T19:56:59.524Z Compiling unicode-ident v1.0.12
8102024-05-20T19:56:59.527Z Compiling serde v1.0.202
8112024-05-20T19:56:59.527Z Compiling libc v0.2.153
8122024-05-20T19:56:59.527Z Compiling rustix v0.38.34
8132024-05-20T19:56:59.527Z Compiling bitflags v2.5.0
8142024-05-20T19:56:59.548Z Compiling hashbrown v0.14.5
8152024-05-20T19:56:59.551Z Compiling utf8parse v0.2.1
8162024-05-20T19:56:59.760Z Compiling equivalent v1.0.1
8172024-05-20T19:56:59.863Z Compiling anstyle-parse v0.2.4
8182024-05-20T19:56:59.952Z Compiling camino v1.1.7
8192024-05-20T19:56:59.975Z Compiling winnow v0.6.8
8202024-05-20T19:57:00.154Z Compiling is_terminal_polyfill v1.70.0
8212024-05-20T19:57:00.247Z Compiling serde_json v1.0.117
8222024-05-20T19:57:00.641Z Compiling indexmap v2.2.6
8232024-05-20T19:57:01.480Z Compiling anstyle-query v1.0.3
8242024-05-20T19:57:01.571Z Compiling autocfg v1.3.0
8252024-05-20T19:57:02.165Z Compiling thiserror v1.0.60
8262024-05-20T19:57:02.348Z Compiling semver v1.0.23
8272024-05-20T19:57:02.596Z Compiling anstyle v1.0.7
8282024-05-20T19:57:02.610Z Compiling colorchoice v1.0.1
8292024-05-20T19:57:02.770Z Compiling fs-err v2.11.0
8302024-05-20T19:57:02.783Z Compiling clap_lex v0.7.0
8312024-05-20T19:57:02.799Z Compiling strsim v0.11.1
8322024-05-20T19:57:02.802Z Compiling anyhow v1.0.83
8332024-05-20T19:57:02.829Z Compiling itoa v1.0.11
8342024-05-20T19:57:02.989Z Compiling anstream v0.6.14
8352024-05-20T19:57:03.026Z Compiling ryu v1.0.18
8362024-05-20T19:57:03.044Z Compiling heck v0.5.0
8372024-05-20T19:57:03.356Z Compiling swrite v0.1.0
8382024-05-20T19:57:03.477Z Compiling quote v1.0.36
8392024-05-20T19:57:03.822Z Compiling errno v0.3.9
8402024-05-20T19:57:03.895Z Compiling syn v2.0.64
8412024-05-20T19:57:04.703Z Compiling terminal_size v0.3.0
8422024-05-20T19:57:04.795Z Compiling clap_builder v4.5.2
8432024-05-20T19:57:08.673Z Compiling serde_derive v1.0.202
8442024-05-20T19:57:08.676Z Compiling thiserror-impl v1.0.60
8452024-05-20T19:57:08.676Z Compiling clap_derive v4.5.4
8462024-05-20T19:57:11.269Z Compiling clap v4.5.4
8472024-05-20T19:57:16.106Z Compiling serde_spanned v0.6.6
8482024-05-20T19:57:16.109Z Compiling toml_datetime v0.6.6
8492024-05-20T19:57:16.109Z Compiling cargo-platform v0.1.8
8502024-05-20T19:57:16.109Z Compiling macaddr v1.0.1
8512024-05-20T19:57:16.343Z Compiling toml_edit v0.22.13
8522024-05-20T19:57:17.405Z Compiling cargo_metadata v0.18.1
8532024-05-20T19:57:18.337Z Compiling toml v0.8.13
8542024-05-20T19:57:19.160Z Compiling cargo_toml v0.20.2
8552024-05-20T19:57:22.474Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
8562024-05-20T19:57:24.926Z Finished dev [unoptimized + debuginfo] target(s) in 49.92s
8572024-05-20T19:57:25.135Z Running `target/debug/xtask clippy`
8582024-05-20T19:57:25.174Zrunning: "/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/cargo" "clippy" "--all-targets" "--" "--deny" "warnings"
8592024-05-20T19:57:25.731Z Downloading crates ...
8602024-05-20T19:57:25.835Z Downloaded addr2line v0.21.0
8612024-05-20T19:57:25.838Z Downloaded aead v0.5.2
8622024-05-20T19:57:25.841Z Downloaded adler v1.0.2
8632024-05-20T19:57:25.851Z Downloaded async-trait v0.1.80
8642024-05-20T19:57:25.861Z Downloaded cassowary v0.3.0
8652024-05-20T19:57:25.864Z Downloaded ascii v1.1.0
8662024-05-20T19:57:25.868Z Downloaded heapless v0.8.0
8672024-05-20T19:57:25.871Z Downloaded heck v0.4.1
8682024-05-20T19:57:25.871Z Downloaded arrayvec v0.7.4
8692024-05-20T19:57:25.874Z Downloaded heapless v0.7.17
8702024-05-20T19:57:25.877Z Downloaded iana-time-zone v0.1.60
8712024-05-20T19:57:25.881Z Downloaded arc-swap v1.7.1
8722024-05-20T19:57:25.885Z Downloaded httptest v0.15.5
8732024-05-20T19:57:25.887Z Downloaded http-body v0.4.6
8742024-05-20T19:57:25.891Z Downloaded blake2b_simd v1.0.2
8752024-05-20T19:57:25.891Z Downloaded cfg-expr v0.15.8
8762024-05-20T19:57:25.894Z Downloaded hostname v0.4.0
8772024-05-20T19:57:25.897Z Downloaded hkdf v0.12.4
8782024-05-20T19:57:25.900Z Downloaded http-body v1.0.0
8792024-05-20T19:57:25.900Z Downloaded highway v1.1.0
8802024-05-20T19:57:25.903Z Downloaded http v1.1.0
8812024-05-20T19:57:25.907Z Downloaded hyper-tls v0.5.0
8822024-05-20T19:57:25.916Z Downloaded humantime v2.1.0
8832024-05-20T19:57:25.916Z Downloaded hex-literal v0.4.1
8842024-05-20T19:57:25.934Z Downloaded atomicwrites v0.4.3
8852024-05-20T19:57:25.934Z Downloaded hmac v0.12.1
8862024-05-20T19:57:25.934Z Downloaded hyper-rustls v0.24.2
8872024-05-20T19:57:25.934Z Downloaded hyper-rustls v0.26.0
8882024-05-20T19:57:25.934Z Downloaded ciborium-io v0.2.2
8892024-05-20T19:57:25.935Z Downloaded async-stream-impl v0.3.5
8902024-05-20T19:57:25.935Z Downloaded httparse v1.8.0
8912024-05-20T19:57:25.963Z Downloaded cpufeatures v0.2.12
8922024-05-20T19:57:25.963Z Downloaded hubpack v0.1.2
8932024-05-20T19:57:25.964Z Downloaded cipher v0.4.4
8942024-05-20T19:57:25.964Z Downloaded hubpack_derive v0.1.1
8952024-05-20T19:57:25.964Z Downloaded hyper-util v0.1.3
8962024-05-20T19:57:25.964Z Downloaded hyper v0.14.28
8972024-05-20T19:57:25.971Z Downloaded hostname v0.3.1
8982024-05-20T19:57:25.971Z Downloaded bb8 v0.8.3
8992024-05-20T19:57:25.971Z Downloaded ident_case v1.0.1
9002024-05-20T19:57:25.971Z Downloaded hyper-staticfile v0.9.5
9012024-05-20T19:57:25.971Z Downloaded base16ct v0.2.0
9022024-05-20T19:57:25.971Z Downloaded hyper v1.3.1
9032024-05-20T19:57:25.971Z Downloaded match_cfg v0.1.0
9042024-05-20T19:57:25.971Z Downloaded crucible-workspace-hack v0.1.0
9052024-05-20T19:57:25.971Z Downloaded bitstruct_derive v0.1.0
9062024-05-20T19:57:25.971Z Downloaded bytes v1.6.0
9072024-05-20T19:57:25.971Z Downloaded libsw v3.3.1
9082024-05-20T19:57:25.980Z Downloaded new_debug_unreachable v1.0.6
9092024-05-20T19:57:25.980Z Downloaded indoc v2.0.5
9102024-05-20T19:57:25.984Z Downloaded matches v0.1.10
9112024-05-20T19:57:25.984Z Downloaded convert_case v0.4.0
9122024-05-20T19:57:25.984Z Downloaded nested v0.1.1
9132024-05-20T19:57:25.984Z Downloaded cfg-if v1.0.0
9142024-05-20T19:57:25.984Z Downloaded crc v3.2.1
9152024-05-20T19:57:25.989Z Downloaded linked-hash-map v0.5.6
9162024-05-20T19:57:26.407Z Downloaded indoc v1.0.9
9172024-05-20T19:57:26.407Z Downloaded maplit v1.0.2
9182024-05-20T19:57:26.407Z Downloaded sync_wrapper v0.1.2
9192024-05-20T19:57:26.407Z Downloaded libefi-sys v0.1.0
9202024-05-20T19:57:26.408Z Downloaded managed v0.8.0
9212024-05-20T19:57:26.414Z Downloaded newtype_derive v0.1.6
9222024-05-20T19:57:26.414Z Downloaded is_ci v1.2.0
9232024-05-20T19:57:26.415Z Downloaded crc-catalog v2.4.0
9242024-05-20T19:57:26.415Z Downloaded normalize-line-endings v0.3.0
9252024-05-20T19:57:26.415Z Downloaded camino-tempfile v1.1.1
9262024-05-20T19:57:26.415Z Downloaded newline-converter v0.3.0
9272024-05-20T19:57:26.415Z Downloaded cexpr v0.6.0
9282024-05-20T19:57:26.415Z Downloaded signal-hook-tokio v0.3.1
9292024-05-20T19:57:26.415Z Downloaded bitflags v1.3.2
9302024-05-20T19:57:26.415Z Downloaded time-core v0.1.2
9312024-05-20T19:57:26.415Z Downloaded criterion-plot v0.5.0
9322024-05-20T19:57:26.415Z Downloaded darling_macro v0.20.9
9332024-05-20T19:57:26.415Z Downloaded usdt-macro v0.5.0
9342024-05-20T19:57:26.415Z Downloaded crossbeam-deque v0.8.5
9352024-05-20T19:57:26.415Z Downloaded block-padding v0.3.3
9362024-05-20T19:57:26.415Z Downloaded colored v2.1.0
9372024-05-20T19:57:26.415Z Downloaded md-5 v0.10.6
9382024-05-20T19:57:26.415Z Downloaded ciborium-ll v0.2.2
9392024-05-20T19:57:26.415Z Downloaded cast v0.3.0
9402024-05-20T19:57:26.415Z Downloaded block-buffer v0.10.4
9412024-05-20T19:57:26.415Z Downloaded constant_time_eq v0.3.0
9422024-05-20T19:57:26.415Z Downloaded rustc_version v0.1.7
9432024-05-20T19:57:26.415Z Downloaded rand_xorshift v0.3.0
9442024-05-20T19:57:26.415Z Downloaded lru-cache v0.1.2
9452024-05-20T19:57:26.415Z Downloaded nanorand v0.7.0
9462024-05-20T19:57:26.416Z Downloaded memoffset v0.7.1
9472024-05-20T19:57:26.416Z Downloaded lru v0.12.3
9482024-05-20T19:57:26.416Z Downloaded serde_repr v0.1.19
9492024-05-20T19:57:26.416Z Downloaded dtrace-parser v0.2.0
9502024-05-20T19:57:26.416Z Downloaded mime v0.3.17
9512024-05-20T19:57:26.416Z Downloaded bcs v0.1.6
9522024-05-20T19:57:26.416Z Downloaded lalrpop-util v0.19.12
9532024-05-20T19:57:26.416Z Downloaded dtrace-parser v0.1.14
9542024-05-20T19:57:26.416Z Downloaded downcast v0.11.0
9552024-05-20T19:57:26.416Z Downloaded display-error-chain v0.2.0
9562024-05-20T19:57:26.416Z Downloaded num v0.4.3
9572024-05-20T19:57:26.416Z Downloaded slog-dtrace v0.3.0
9582024-05-20T19:57:26.416Z Downloaded nodrop v0.1.14
9592024-05-20T19:57:26.416Z Downloaded nibble_vec v0.1.0
9602024-05-20T19:57:26.416Z Downloaded supports-color v3.0.0
9612024-05-20T19:57:26.416Z Downloaded threadpool v1.8.1
9622024-05-20T19:57:26.416Z Downloaded thread_local v1.1.8
9632024-05-20T19:57:26.416Z Downloaded stringprep v0.1.4
9642024-05-20T19:57:26.416Z Downloaded doc-comment v0.3.3
9652024-05-20T19:57:26.416Z Downloaded guppy-workspace-hack v0.1.0
9662024-05-20T19:57:26.416Z Downloaded pathdiff v0.2.1
9672024-05-20T19:57:26.416Z Downloaded opaque-debug v0.3.1
9682024-05-20T19:57:26.416Z Downloaded untrusted v0.7.1
9692024-05-20T19:57:26.417Z Downloaded native-tls v0.2.11
9702024-05-20T19:57:26.417Z Downloaded deranged v0.3.11
9712024-05-20T19:57:26.417Z Downloaded data-encoding v2.6.0
9722024-05-20T19:57:26.417Z Downloaded wait-timeout v0.2.0
9732024-05-20T19:57:26.417Z Downloaded lock_api v0.4.12
9742024-05-20T19:57:26.417Z Downloaded mockall v0.12.1
9752024-05-20T19:57:26.417Z Downloaded cookie v0.17.0
9762024-05-20T19:57:26.417Z Downloaded indexmap v1.9.3
9772024-05-20T19:57:26.417Z Downloaded memmap2 v0.9.4
9782024-05-20T19:57:26.417Z Downloaded http v0.2.12
9792024-05-20T19:57:26.417Z Downloaded mime_guess v2.0.4
9802024-05-20T19:57:26.417Z Downloaded hash32 v0.3.1
9812024-05-20T19:57:26.417Z Downloaded whoami v1.5.1
9822024-05-20T19:57:26.417Z Downloaded which v4.4.2
9832024-05-20T19:57:26.417Z Downloaded nu-ansi-term v0.50.0
9842024-05-20T19:57:26.417Z Downloaded serde_with_macros v3.8.1
9852024-05-20T19:57:26.417Z Downloaded allocator-api2 v0.2.18
9862024-05-20T19:57:26.417Z Downloaded const-oid v0.9.6
9872024-05-20T19:57:26.417Z Downloaded cancel-safe-futures v0.1.5
9882024-05-20T19:57:26.417Z Downloaded dof v0.3.0
9892024-05-20T19:57:26.417Z Downloaded dof v0.1.5
9902024-05-20T19:57:26.417Z Downloaded zeroize_derive v1.4.2
9912024-05-20T19:57:26.417Z Downloaded zeroize v1.7.0
9922024-05-20T19:57:26.418Z Downloaded tokio-stream v0.1.15
9932024-05-20T19:57:26.418Z Downloaded want v0.3.1
9942024-05-20T19:57:26.418Z Downloaded termtree v0.4.1
9952024-05-20T19:57:26.418Z Downloaded tokio-tungstenite v0.21.0
9962024-05-20T19:57:26.418Z Downloaded flagset v0.4.5
9972024-05-20T19:57:26.418Z Downloaded usdt-attr-macro v0.3.5
9982024-05-20T19:57:26.418Z Downloaded packed_struct v0.10.1
9992024-05-20T19:57:26.418Z Downloaded proc-macro-error-attr v1.0.4
10002024-05-20T19:57:26.418Z Downloaded corncobs v0.1.3
10012024-05-20T19:57:26.418Z Downloaded oorandom v11.1.3
10022024-05-20T19:57:26.418Z Downloaded group v0.13.0
10032024-05-20T19:57:26.418Z Downloaded crc32fast v1.4.0
10042024-05-20T19:57:26.418Z Downloaded fixedbitset v0.4.2
10052024-05-20T19:57:26.418Z Downloaded foreign-types-shared v0.3.1
10062024-05-20T19:57:26.418Z Downloaded zone_cfg_derive v0.1.2
10072024-05-20T19:57:26.418Z Downloaded log v0.4.21
10082024-05-20T19:57:26.418Z Downloaded path-slash v0.1.5
10092024-05-20T19:57:26.418Z Downloaded compact_str v0.7.1
10102024-05-20T19:57:26.418Z Downloaded spin v0.5.2
10112024-05-20T19:57:26.418Z Downloaded slog-json v2.6.1
10122024-05-20T19:57:26.418Z Downloaded slab v0.4.9
10132024-05-20T19:57:26.418Z Downloaded foreign-types-shared v0.1.1
10142024-05-20T19:57:26.418Z Downloaded foreign-types v0.5.0
10152024-05-20T19:57:26.418Z Downloaded foreign-types-macros v0.2.3
10162024-05-20T19:57:26.418Z Downloaded mockall_derive v0.12.1
10172024-05-20T19:57:26.419Z Downloaded base64 v0.21.7
10182024-05-20T19:57:26.419Z Downloaded proc-macro-crate v1.3.1
10192024-05-20T19:57:26.419Z Downloaded predicates-core v1.0.6
10202024-05-20T19:57:26.419Z Downloaded thiserror-impl-no-std v2.0.2
10212024-05-20T19:57:26.425Z Downloaded ahash v0.8.11
10222024-05-20T19:57:26.425Z Downloaded scroll_derive v0.12.0
10232024-05-20T19:57:26.425Z Downloaded serde_urlencoded v0.7.1
10242024-05-20T19:57:26.425Z Downloaded zerocopy-derive v0.7.34
10252024-05-20T19:57:26.425Z Downloaded topological-sort v0.2.2
10262024-05-20T19:57:26.425Z Downloaded parking_lot_core v0.9.10
10272024-05-20T19:57:26.426Z Downloaded tokio-tungstenite v0.20.1
10282024-05-20T19:57:26.426Z Downloaded strum v0.26.2
10292024-05-20T19:57:26.426Z Downloaded postgres-protocol v0.6.6
10302024-05-20T19:57:26.426Z Downloaded structmeta v0.2.0
10312024-05-20T19:57:26.426Z Downloaded miniz_oxide v0.7.2
10322024-05-20T19:57:26.426Z Downloaded usdt v0.5.0
10332024-05-20T19:57:26.426Z Downloaded proc-macro-error v1.0.4
10342024-05-20T19:57:26.426Z Downloaded curve25519-dalek-derive v0.1.1
10352024-05-20T19:57:26.426Z Downloaded usdt v0.3.5
10362024-05-20T19:57:26.426Z Downloaded termios v0.3.3
10372024-05-20T19:57:26.426Z Downloaded backtrace v0.3.71
10382024-05-20T19:57:26.426Z Downloaded number_prefix v0.4.0
10392024-05-20T19:57:26.426Z Downloaded ed25519 v1.5.3
10402024-05-20T19:57:26.426Z Downloaded fragile v2.0.0
10412024-05-20T19:57:26.426Z Downloaded form_urlencoded v1.2.1
10422024-05-20T19:57:26.426Z Downloaded num_enum_derive v0.5.11
10432024-05-20T19:57:26.426Z Downloaded num_enum v0.5.11
10442024-05-20T19:57:26.426Z Downloaded half v2.4.1
10452024-05-20T19:57:26.426Z Downloaded num-derive v0.4.2
10462024-05-20T19:57:26.426Z Downloaded ff v0.13.0
10472024-05-20T19:57:26.426Z Downloaded num_cpus v1.16.0
10482024-05-20T19:57:26.426Z Downloaded rstest_macros v0.19.0
10492024-05-20T19:57:26.426Z Downloaded rand_chacha v0.3.1
10502024-05-20T19:57:26.427Z Downloaded parse-display v0.9.0
10512024-05-20T19:57:26.427Z Downloaded num-conv v0.1.0
10522024-05-20T19:57:26.427Z Downloaded phf_shared v0.11.2
10532024-05-20T19:57:26.427Z Downloaded smallvec v1.13.2
10542024-05-20T19:57:26.427Z Downloaded derive_more v0.99.17
10552024-05-20T19:57:26.427Z Downloaded rpassword v7.3.1
10562024-05-20T19:57:26.427Z Downloaded target-lexicon v0.12.14
10572024-05-20T19:57:26.427Z Downloaded shlex v1.3.0
10582024-05-20T19:57:26.427Z Downloaded tokio-macros v2.2.0
10592024-05-20T19:57:26.427Z Downloaded strum_macros v0.24.3
10602024-05-20T19:57:26.427Z Downloaded darling v0.20.9
10612024-05-20T19:57:26.427Z Downloaded unsafe-libyaml v0.2.11
10622024-05-20T19:57:26.427Z Downloaded spki v0.7.3
10632024-05-20T19:57:26.427Z Downloaded slog-stdlog v4.1.1
10642024-05-20T19:57:26.427Z Downloaded target-spec v3.1.0
10652024-05-20T19:57:26.427Z Downloaded pest_meta v2.7.10
10662024-05-20T19:57:26.427Z Downloaded try-lock v0.2.5
10672024-05-20T19:57:26.427Z Downloaded paste v1.0.15
10682024-05-20T19:57:26.427Z Downloaded tui-tree-widget v0.19.0
10692024-05-20T19:57:26.427Z Downloaded tinyvec_macros v0.1.1
10702024-05-20T19:57:26.427Z Downloaded pin-project-internal v1.1.5
10712024-05-20T19:57:26.427Z Downloaded textwrap v0.16.1
10722024-05-20T19:57:26.427Z Downloaded pest_derive v2.7.10
10732024-05-20T19:57:26.428Z Downloaded futures-channel v0.3.30
10742024-05-20T19:57:26.428Z Downloaded rstest v0.19.0
10752024-05-20T19:57:26.428Z Downloaded radium v0.7.0
10762024-05-20T19:57:26.428Z Downloaded crypto-bigint v0.5.5
10772024-05-20T19:57:26.428Z Downloaded num-integer v0.1.46
10782024-05-20T19:57:26.428Z Downloaded futures-macro v0.3.30
10792024-05-20T19:57:26.428Z Downloaded r2d2 v0.8.10
10802024-05-20T19:57:26.428Z Downloaded futures-sink v0.3.30
10812024-05-20T19:57:26.428Z Downloaded fastrand v2.1.0
10822024-05-20T19:57:26.428Z Downloaded toolchain_find v0.4.0
10832024-05-20T19:57:26.428Z Downloaded plotters-svg v0.3.5
10842024-05-20T19:57:26.428Z Downloaded phf_shared v0.10.0
10852024-05-20T19:57:26.428Z Downloaded rayon-core v1.12.1
10862024-05-20T19:57:26.428Z Downloaded rcgen v0.12.1
10872024-05-20T19:57:26.428Z Downloaded serde-hex v0.1.0
10882024-05-20T19:57:26.428Z Downloaded rustls-native-certs v0.7.0
10892024-05-20T19:57:26.428Z Downloaded serde-big-array v0.5.1
10902024-05-20T19:57:26.428Z Downloaded serde-big-array v0.4.1
10912024-05-20T19:57:26.428Z Downloaded pkg-config v0.3.30
10922024-05-20T19:57:26.428Z Downloaded criterion v0.5.1
10932024-05-20T19:57:26.428Z Downloaded plotters-backend v0.3.5
10942024-05-20T19:57:26.428Z Downloaded plain v0.2.3
10952024-05-20T19:57:26.428Z Downloaded term v0.7.0
10962024-05-20T19:57:26.429Z Downloaded tower-layer v0.3.2
10972024-05-20T19:57:26.429Z Downloaded minimal-lexical v0.2.1
10982024-05-20T19:57:26.429Z Downloaded unicase v2.7.0
10992024-05-20T19:57:26.429Z Downloaded usdt-attr-macro v0.5.0
11002024-05-20T19:57:26.429Z Downloaded base64 v0.22.1
11012024-05-20T19:57:26.429Z Downloaded postcard v1.0.8
11022024-05-20T19:57:26.429Z Downloaded zerocopy v0.3.2
11032024-05-20T19:57:26.429Z Downloaded test-strategy v0.3.1
11042024-05-20T19:57:26.429Z Downloaded der_derive v0.7.2
11052024-05-20T19:57:26.429Z Downloaded embedded-io v0.4.0
11062024-05-20T19:57:26.429Z Downloaded zone v0.1.8
11072024-05-20T19:57:26.429Z Downloaded sct v0.7.1
11082024-05-20T19:57:26.429Z Downloaded unarray v0.1.4
11092024-05-20T19:57:26.429Z Downloaded openssl-probe v0.1.5
11102024-05-20T19:57:26.429Z Downloaded prettyplease v0.2.20
11112024-05-20T19:57:26.429Z Downloaded olpc-cjson v0.1.3
11122024-05-20T19:57:26.429Z Downloaded float-cmp v0.9.0
11132024-05-20T19:57:26.429Z Downloaded strum_macros v0.25.3
11142024-05-20T19:57:26.429Z Downloaded sigpipe v0.1.3
11152024-05-20T19:57:26.429Z Downloaded precomputed-hash v0.1.1
11162024-05-20T19:57:26.429Z Downloaded unicode-xid v0.2.4
11172024-05-20T19:57:26.429Z Downloaded ref-cast v1.0.23
11182024-05-20T19:57:26.429Z Downloaded rand_seeder v0.2.3
11192024-05-20T19:57:26.429Z Downloaded tower-service v0.3.2
11202024-05-20T19:57:26.430Z Downloaded scroll v0.12.0
11212024-05-20T19:57:26.441Z Downloaded darling_core v0.20.9
11222024-05-20T19:57:26.441Z Downloaded tiny-keccak v2.0.2
11232024-05-20T19:57:26.441Z Downloaded slog-term v2.9.1
11242024-05-20T19:57:26.441Z Downloaded tap v1.0.1
11252024-05-20T19:57:26.441Z Downloaded socket2 v0.5.7
11262024-05-20T19:57:26.441Z Downloaded steno v0.4.0
11272024-05-20T19:57:26.447Z Downloaded cstr-argument v0.1.2
11282024-05-20T19:57:26.447Z Downloaded tls_codec v0.4.1
11292024-05-20T19:57:26.447Z Downloaded smallvec v0.6.14
11302024-05-20T19:57:26.452Z Downloaded pretty-hex v0.2.1
11312024-05-20T19:57:26.453Z Downloaded usdt-impl v0.3.5
11322024-05-20T19:57:26.453Z Downloaded rsa v0.9.6
11332024-05-20T19:57:26.457Z Downloaded foreign-types v0.3.2
11342024-05-20T19:57:26.457Z Downloaded getrandom v0.2.14
11352024-05-20T19:57:26.462Z Downloaded fnv v1.0.7
11362024-05-20T19:57:26.466Z Downloaded sqlparser_derive v0.2.2
11372024-05-20T19:57:26.466Z Downloaded debug-ignore v1.0.5
11382024-05-20T19:57:26.466Z Downloaded datatest-stable v0.2.9
11392024-05-20T19:57:26.472Z Downloaded num-iter v0.1.45
11402024-05-20T19:57:26.472Z Downloaded take_mut v0.2.2
11412024-05-20T19:57:26.472Z Downloaded trust-dns-client v0.22.0
11422024-05-20T19:57:26.478Z Downloaded once_cell v1.19.0
11432024-05-20T19:57:26.483Z Downloaded postgres-types v0.2.6
11442024-05-20T19:57:26.483Z Downloaded url v2.5.0
11452024-05-20T19:57:26.488Z Downloaded libm v0.2.8
11462024-05-20T19:57:26.512Z Downloaded untrusted v0.9.0
11472024-05-20T19:57:26.512Z Downloaded version_check v0.9.4
11482024-05-20T19:57:26.512Z Downloaded usdt-impl v0.5.0
11492024-05-20T19:57:26.512Z Downloaded tls_codec_derive v0.4.1
11502024-05-20T19:57:26.512Z Downloaded structmeta-derive v0.3.0
11512024-05-20T19:57:26.521Z Downloaded ppv-lite86 v0.2.17
11522024-05-20T19:57:26.521Z Downloaded powerfmt v0.2.0
11532024-05-20T19:57:26.521Z Downloaded rand v0.8.5
11542024-05-20T19:57:26.521Z Downloaded regex-automata v0.1.10
11552024-05-20T19:57:26.521Z Downloaded parse-size v1.0.0
11562024-05-20T19:57:26.521Z Downloaded aho-corasick v1.1.3
11572024-05-20T19:57:26.524Z Downloaded serde_tokenstream v0.2.0
11582024-05-20T19:57:26.527Z Downloaded yansi v0.5.1
11592024-05-20T19:57:26.527Z Downloaded filetime v0.2.23
11602024-05-20T19:57:26.530Z Downloaded tokio-util v0.7.11
11612024-05-20T19:57:26.535Z Downloaded tabled_derive v0.7.0
11622024-05-20T19:57:26.538Z Downloaded snafu-derive v0.8.2
11632024-05-20T19:57:26.538Z Downloaded password-hash v0.5.0
11642024-05-20T19:57:26.541Z Downloaded termcolor v1.4.1
11652024-05-20T19:57:26.544Z Downloaded num-rational v0.4.2
11662024-05-20T19:57:26.544Z Downloaded diesel_table_macro_syntax v0.1.0
11672024-05-20T19:57:26.544Z Downloaded psl-types v2.0.11
11682024-05-20T19:57:26.547Z Downloaded endian-type v0.1.2
11692024-05-20T19:57:26.547Z Downloaded stability v0.2.0
11702024-05-20T19:57:26.547Z Downloaded thiserror-no-std v2.0.2
11712024-05-20T19:57:26.551Z Downloaded vte_generate_state_changes v0.1.1
11722024-05-20T19:57:26.554Z Downloaded oso-derive v0.27.3
11732024-05-20T19:57:26.554Z Downloaded structmeta v0.3.0
11742024-05-20T19:57:26.554Z Downloaded phf v0.11.2
11752024-05-20T19:57:26.557Z Downloaded derive_builder_macro v0.20.0
11762024-05-20T19:57:26.557Z Downloaded csv-core v0.1.11
11772024-05-20T19:57:26.560Z Downloaded yasna v0.5.2
11782024-05-20T19:57:26.560Z Downloaded parse-display-derive v0.9.0
11792024-05-20T19:57:26.564Z Downloaded slog-scope v4.4.0
11802024-05-20T19:57:26.564Z Downloaded ron v0.7.1
11812024-05-20T19:57:26.571Z Downloaded signal-hook-mio v0.2.3
11822024-05-20T19:57:26.574Z Downloaded num-complex v0.4.6
11832024-05-20T19:57:26.574Z Downloaded subprocess v0.2.9
11842024-05-20T19:57:26.580Z Downloaded futures-executor v0.3.30
11852024-05-20T19:57:26.580Z Downloaded futures-core v0.3.30
11862024-05-20T19:57:26.583Z Downloaded unicode_categories v0.1.1
11872024-05-20T19:57:26.583Z Downloaded snafu v0.8.2
11882024-05-20T19:57:26.587Z Downloaded defmt v0.3.8
11892024-05-20T19:57:26.590Z Downloaded der v0.7.9
11902024-05-20T19:57:26.596Z Downloaded unicode-linebreak v0.1.5
11912024-05-20T19:57:26.599Z Downloaded zip v0.6.6
11922024-05-20T19:57:26.602Z Downloaded packed_struct_codegen v0.10.1
11932024-05-20T19:57:26.605Z Downloaded difflib v0.4.0
11942024-05-20T19:57:26.605Z Downloaded openssl-sys v0.9.102
11952024-05-20T19:57:26.609Z Downloaded enum-as-inner v0.5.1
11962024-05-20T19:57:26.612Z Downloaded static_assertions v1.1.0
11972024-05-20T19:57:26.615Z Downloaded pem v3.0.4
11982024-05-20T19:57:26.615Z Downloaded pretty-hex v0.4.1
11992024-05-20T19:57:26.615Z Downloaded escape8259 v0.5.2
12002024-05-20T19:57:26.618Z Downloaded stable_deref_trait v1.2.0
12012024-05-20T19:57:26.618Z Downloaded glob v0.3.1
12022024-05-20T19:57:26.621Z Downloaded uzers v0.11.3
12032024-05-20T19:57:26.621Z Downloaded resolv-conf v0.7.0
12042024-05-20T19:57:26.625Z Downloaded ref-cast-impl v1.0.23
12052024-05-20T19:57:26.625Z Downloaded rand_core v0.6.4
12062024-05-20T19:57:26.628Z Downloaded quick-error v1.2.3
12072024-05-20T19:57:26.628Z Downloaded ena v0.14.3
12082024-05-20T19:57:26.628Z Downloaded slog-envlogger v2.2.0
12092024-05-20T19:57:26.631Z Downloaded derive_builder_core v0.20.0
12102024-05-20T19:57:26.637Z Downloaded gethostname v0.4.3
12112024-05-20T19:57:26.637Z Downloaded futures-io v0.3.30
12122024-05-20T19:57:26.640Z Downloaded similar v2.5.0
12132024-05-20T19:57:26.640Z Downloaded samael v0.0.15
12142024-05-20T19:57:26.645Z Downloaded parking_lot v0.11.2
12152024-05-20T19:57:26.648Z Downloaded reedline v0.31.0
12162024-05-20T19:57:26.656Z Downloaded serde_derive_internals v0.29.1
12172024-05-20T19:57:26.659Z Downloaded x509-cert v0.2.5
12182024-05-20T19:57:26.664Z Downloaded tokio-native-tls v0.3.1
12192024-05-20T19:57:26.667Z Downloaded rustls-pki-types v1.7.0
12202024-05-20T19:57:26.671Z Downloaded num-traits v0.2.19
12212024-05-20T19:57:26.674Z Downloaded fancy-regex v0.13.0
12222024-05-20T19:57:26.677Z Downloaded usdt-macro v0.3.5
12232024-05-20T19:57:26.677Z Downloaded fallible-iterator v0.2.0
12242024-05-20T19:57:26.680Z Downloaded slog-bunyan v2.5.0
12252024-05-20T19:57:26.680Z Downloaded pem-rfc7468 v0.7.0
12262024-05-20T19:57:26.683Z Downloaded predicates-tree v1.0.9
12272024-05-20T19:57:26.683Z Downloaded predicates v3.1.0
12282024-05-20T19:57:26.686Z Downloaded partial-io v0.5.4
12292024-05-20T19:57:26.689Z Downloaded tokio-rustls v0.25.0
12302024-05-20T19:57:26.694Z Downloaded thread-id v4.2.1
12312024-05-20T19:57:26.695Z Downloaded rustls-pemfile v2.1.2
12322024-05-20T19:57:26.698Z Downloaded hashbrown v0.12.3
12332024-05-20T19:57:26.700Z Downloaded salty v0.2.0
12342024-05-20T19:57:26.704Z Downloaded blake3 v1.5.1
12352024-05-20T19:57:26.713Z Downloaded pest v2.7.10
12362024-05-20T19:57:26.730Z Downloaded time-macros v0.2.18
12372024-05-20T19:57:26.735Z Downloaded peg-macros v0.8.3
12382024-05-20T19:57:26.735Z Downloaded diff v0.1.13
12392024-05-20T19:57:26.735Z Downloaded reqwest v0.11.27
12402024-05-20T19:57:26.735Z Downloaded erased-serde v0.3.31
12412024-05-20T19:57:26.739Z Downloaded slog v2.7.0
12422024-05-20T19:57:26.739Z Downloaded vte v0.11.1
12432024-05-20T19:57:26.739Z Downloaded tower v0.4.13
12442024-05-20T19:57:26.747Z Downloaded unicode-segmentation v1.11.0
12452024-05-20T19:57:26.750Z Downloaded similar-asserts v1.5.0
12462024-05-20T19:57:26.754Z Downloaded parking_lot v0.12.2
12472024-05-20T19:57:26.757Z Downloaded tokio-rustls v0.24.1
12482024-05-20T19:57:26.757Z Downloaded papergrid v0.11.0
12492024-05-20T19:57:26.760Z Downloaded publicsuffix v2.2.3
12502024-05-20T19:57:26.763Z Downloaded hashbrown v0.13.2
12512024-05-20T19:57:26.770Z Downloaded tinyvec v1.6.0
12522024-05-20T19:57:26.775Z Downloaded env_logger v0.9.3
12532024-05-20T19:57:26.775Z Downloaded headers v0.3.9
12542024-05-20T19:57:26.780Z Downloaded oso v0.27.3
12552024-05-20T19:57:26.786Z Downloaded uuid v1.8.0
12562024-05-20T19:57:26.786Z Downloaded serde_with v3.8.1
12572024-05-20T19:57:26.793Z Downloaded tokio-postgres v0.7.10
12582024-05-20T19:57:26.799Z Downloaded portable-atomic v1.6.0
12592024-05-20T19:57:26.805Z Downloaded h2 v0.3.26
12602024-05-20T19:57:26.810Z Downloaded unicode-bidi v0.3.15
12612024-05-20T19:57:26.815Z Downloaded bindgen v0.69.4
12622024-05-20T19:57:26.821Z Downloaded toml_edit v0.19.15
12632024-05-20T19:57:26.842Z Downloaded pretty_assertions v1.4.0
12642024-05-20T19:57:26.854Z Downloaded winnow v0.5.40
12652024-05-20T19:57:26.855Z Downloaded tough v0.17.1
12662024-05-20T19:57:26.860Z Downloaded tabled v0.15.0
12672024-05-20T19:57:26.865Z Downloaded trust-dns-resolver v0.22.0
12682024-05-20T19:57:26.869Z Downloaded trust-dns-server v0.22.1
12692024-05-20T19:57:26.873Z Downloaded syn v1.0.109
12702024-05-20T19:57:26.884Z Downloaded unicode-normalization v0.1.23
12712024-05-20T19:57:26.887Z Downloaded num-bigint-dig v0.8.4
12722024-05-20T19:57:26.895Z Downloaded lalrpop v0.19.12
12732024-05-20T19:57:26.902Z Downloaded expectorate v1.1.0
12742024-05-20T19:57:26.907Z Downloaded plotters v0.3.5
12752024-05-20T19:57:26.913Z Downloaded rustyline v14.0.0
12762024-05-20T19:57:26.918Z Downloaded idna v0.5.0
12772024-05-20T19:57:26.925Z Downloaded bitvec v1.0.1
12782024-05-20T19:57:26.949Z Downloaded smoltcp v0.9.1
12792024-05-20T19:57:26.959Z Downloaded zerocopy v0.7.34
12802024-05-20T19:57:26.964Z Downloaded goblin v0.8.2
12812024-05-20T19:57:26.973Z Downloaded futures-util v0.3.30
12822024-05-20T19:57:26.982Z Downloaded smoltcp v0.11.0
12832024-05-20T19:57:26.998Z Downloaded rustls-webpki v0.101.7
12842024-05-20T19:57:27.008Z Downloaded openssl v0.10.64
12852024-05-20T19:57:27.017Z Downloaded rustls-webpki v0.102.4
12862024-05-20T19:57:27.034Z Downloaded vcpkg v0.2.15
12872024-05-20T19:57:27.071Z Downloaded proptest v1.4.0
12882024-05-20T19:57:27.079Z Downloaded rustls v0.22.4
12892024-05-20T19:57:27.092Z Downloaded nix v0.28.0
12902024-05-20T19:57:27.103Z Downloaded regex v1.10.4
12912024-05-20T19:57:27.116Z Downloaded trust-dns-proto v0.22.0
12922024-05-20T19:57:27.130Z Downloaded polar-core v0.27.3
12932024-05-20T19:57:27.136Z Downloaded diesel v2.1.6
12942024-05-20T19:57:27.152Z Downloaded gimli v0.28.1
12952024-05-20T19:57:27.160Z Downloaded regex-syntax v0.6.29
12962024-05-20T19:57:27.168Z Downloaded sqlparser v0.45.0
12972024-05-20T19:57:27.173Z Downloaded object v0.30.4
12982024-05-20T19:57:27.183Z Downloaded bzip2-sys v0.1.11+1.0.8
12992024-05-20T19:57:27.195Z Downloaded curve25519-dalek v4.1.2
13002024-05-20T19:57:27.203Z Downloaded radix_trie v0.2.1
13012024-05-20T19:57:27.209Z Downloaded regex-syntax v0.8.3
13022024-05-20T19:57:27.217Z Downloaded regress v0.9.1
13032024-05-20T19:57:27.226Z Downloaded finl_unicode v1.2.0
13042024-05-20T19:57:27.238Z Downloaded openapiv3 v2.0.0
13052024-05-20T19:57:27.253Z Downloaded tokio v1.37.0
13062024-05-20T19:57:27.671Z Downloaded rustls v0.21.12
13072024-05-20T19:57:27.672Z Downloaded sha3 v0.10.8
13082024-05-20T19:57:27.672Z Downloaded sled v0.34.7
13092024-05-20T19:57:27.672Z Downloaded bstr v1.9.1
13102024-05-20T19:57:27.672Z Downloaded ratatui v0.26.2
13112024-05-20T19:57:27.673Z Downloaded zerocopy-derive v0.6.6
13122024-05-20T19:57:27.673Z Downloaded zerocopy-derive v0.2.0
13132024-05-20T19:57:27.673Z Downloaded object v0.32.2
13142024-05-20T19:57:27.673Z Downloaded webpki-roots v0.25.4
13152024-05-20T19:57:27.673Z Downloaded idna v0.3.0
13162024-05-20T19:57:27.674Z Downloaded idna v0.2.3
13172024-05-20T19:57:27.674Z Downloaded regex-automata v0.4.6
13182024-05-20T19:57:27.674Z Downloaded encoding_rs v0.8.34
13192024-05-20T19:57:27.674Z Downloaded csv v1.3.0
13202024-05-20T19:57:27.675Z Downloaded petgraph v0.6.5
13212024-05-20T19:57:27.675Z Downloaded bstr v0.2.17
13222024-05-20T19:57:27.675Z Downloaded rayon v1.10.0
13232024-05-20T19:57:27.675Z Downloaded quick-xml v0.31.0
13242024-05-20T19:57:27.675Z Downloaded num-bigint v0.4.5
13252024-05-20T19:57:27.675Z Downloaded chrono v0.4.38
13262024-05-20T19:57:27.676Z Downloaded vsss-rs v3.3.4
13272024-05-20T19:57:27.676Z Downloaded globset v0.4.14
13282024-05-20T19:57:27.677Z Downloaded guppy v0.17.5
13292024-05-20T19:57:27.677Z Downloaded peg v0.8.3
13302024-05-20T19:57:27.677Z Downloaded owo-colors v4.0.0
13312024-05-20T19:57:27.677Z Downloaded strip-ansi-escapes v0.2.0
13322024-05-20T19:57:27.677Z Downloaded siphasher v0.3.11
13332024-05-20T19:57:27.677Z Downloaded signature v2.2.0
13342024-05-20T19:57:27.677Z Downloaded rustls-pemfile v1.0.4
13352024-05-20T19:57:27.677Z Downloaded slog-async v2.8.0
13362024-05-20T19:57:27.678Z Downloaded time v0.3.36
13372024-05-20T19:57:27.678Z Downloaded flume v0.11.0
13382024-05-20T19:57:27.678Z Downloaded elliptic-curve v0.13.8
13392024-05-20T19:57:27.678Z Downloaded universal-hash v0.5.1
13402024-05-20T19:57:27.678Z Downloaded tungstenite v0.21.0
13412024-05-20T19:57:27.679Z Downloaded tungstenite v0.20.1
13422024-05-20T19:57:27.679Z Downloaded getopts v0.2.21
13432024-05-20T19:57:27.679Z Downloaded wyz v0.5.1
13442024-05-20T19:57:27.679Z Downloaded waitgroup v0.1.2
13452024-05-20T19:57:27.679Z Downloaded fd-lock v4.0.2
13462024-05-20T19:57:27.679Z Downloaded tabwriter v1.4.0
13472024-05-20T19:57:27.679Z Downloaded structmeta-derive v0.2.0
13482024-05-20T19:57:27.679Z Downloaded omicron-zone-package v0.11.0
13492024-05-20T19:57:27.679Z Downloaded fatfs v0.3.6
13502024-05-20T19:57:27.679Z Downloaded typed-path v0.7.1
13512024-05-20T19:57:27.679Z Downloaded itertools v0.12.1
13522024-05-20T19:57:27.679Z Downloaded serde_tokenstream v0.1.7
13532024-05-20T19:57:27.680Z Downloaded serde_path_to_error v0.1.16
13542024-05-20T19:57:27.680Z Downloaded xattr v1.3.1
13552024-05-20T19:57:27.680Z Downloaded tinytemplate v1.2.1
13562024-05-20T19:57:27.680Z Downloaded tracing v0.1.40
13572024-05-20T19:57:27.680Z Downloaded libxml v0.3.3
13582024-05-20T19:57:27.680Z Downloaded crossterm v0.27.0
13592024-05-20T19:57:27.680Z Downloaded diesel_derives v2.1.4
13602024-05-20T19:57:27.680Z Downloaded nom v7.1.3
13612024-05-20T19:57:27.680Z Downloaded subtle v2.5.0
13622024-05-20T19:57:27.680Z Downloaded tar v0.4.40
13632024-05-20T19:57:27.681Z Downloaded signal-hook v0.3.17
13642024-05-20T19:57:27.681Z Downloaded platforms v3.4.0
13652024-05-20T19:57:27.681Z Downloaded sqlformat v0.2.3
13662024-05-20T19:57:27.681Z Downloaded futures-task v0.3.30
13672024-05-20T19:57:27.681Z Downloaded digest v0.10.7
13682024-05-20T19:57:27.681Z Downloaded derive-where v1.2.7
13692024-05-20T19:57:27.681Z Downloaded zerocopy v0.6.6
13702024-05-20T19:57:27.681Z Downloaded futures-timer v3.0.3
13712024-05-20T19:57:27.681Z Downloaded defmt-parser v0.3.4
13722024-05-20T19:57:27.681Z Downloaded defmt-macros v0.3.9
13732024-05-20T19:57:27.681Z Downloaded walkdir v2.5.0
13742024-05-20T19:57:27.681Z Downloaded pin-project v1.1.5
13752024-05-20T19:57:27.681Z Downloaded tracing-core v0.1.32
13762024-05-20T19:57:27.681Z Downloaded env_logger v0.10.2
13772024-05-20T19:57:27.682Z Downloaded derive_builder v0.20.0
13782024-05-20T19:57:27.682Z Downloaded trybuild v1.0.96
13792024-05-20T19:57:27.682Z Downloaded flate2 v1.0.30
13802024-05-20T19:57:27.682Z Downloaded sha2 v0.10.8
13812024-05-20T19:57:27.688Z Downloaded rustc-demangle v0.1.24
13822024-05-20T19:57:27.688Z Downloaded rust-argon2 v2.1.0
13832024-05-20T19:57:27.688Z Downloaded pkcs8 v0.10.2
13842024-05-20T19:57:27.688Z Downloaded ring v0.17.8
13852024-05-20T19:57:27.754Z Downloaded ring v0.16.20
13862024-05-20T19:57:27.829Z Downloaded pkcs1 v0.7.5
13872024-05-20T19:57:27.836Z Downloaded pin-project-lite v0.2.14
13882024-05-20T19:57:27.836Z Downloaded semver v0.1.20
13892024-05-20T19:57:27.836Z Downloaded sec1 v0.7.3
13902024-05-20T19:57:27.844Z Downloaded same-file v1.0.6
13912024-05-20T19:57:27.844Z Downloaded unicode-width v0.1.12
13922024-05-20T19:57:27.844Z Downloaded tempfile v3.10.1
13932024-05-20T19:57:27.844Z Downloaded socket2 v0.4.10
13942024-05-20T19:57:27.849Z Downloaded crossbeam-channel v0.5.12
13952024-05-20T19:57:27.849Z Downloaded pin-utils v0.1.0
13962024-05-20T19:57:27.849Z Downloaded itertools v0.10.5
13972024-05-20T19:57:27.859Z Downloaded mio v0.8.11
13982024-05-20T19:57:27.864Z Downloaded const_format v0.2.32
13992024-05-20T19:57:27.865Z Downloaded cc v1.0.97
14002024-05-20T19:57:27.879Z Downloaded serde_plain v1.0.2
14012024-05-20T19:57:27.879Z Downloaded shell-words v1.1.0
14022024-05-20T19:57:27.879Z Downloaded rustc-hash v1.1.0
14032024-05-20T19:57:27.879Z Downloaded peg-runtime v0.8.3
14042024-05-20T19:57:27.879Z Downloaded openssl-macros v0.1.1
14052024-05-20T19:57:27.879Z Downloaded poly1305 v0.8.0
14062024-05-20T19:57:27.879Z Downloaded tracing-attributes v0.1.27
14072024-05-20T19:57:27.879Z Downloaded ron v0.8.1
14082024-05-20T19:57:27.893Z Downloaded strum_macros v0.26.2
14092024-05-20T19:57:27.893Z Downloaded dirs-next v2.0.0
14102024-05-20T19:57:27.893Z Downloaded spin v0.9.8
14112024-05-20T19:57:27.894Z Downloaded relative-path v1.9.3
14122024-05-20T19:57:27.894Z Downloaded toml v0.7.8
14132024-05-20T19:57:27.894Z Downloaded serde_yaml v0.9.34+deprecated
14142024-05-20T19:57:27.897Z Downloaded schemars v0.8.19
14152024-05-20T19:57:27.900Z Downloaded futures v0.3.30
14162024-05-20T19:57:27.904Z Downloaded either v1.12.0
14172024-05-20T19:57:27.904Z Downloaded dyn-clone v1.0.17
14182024-05-20T19:57:27.910Z Downloaded dirs-sys-next v0.1.2
14192024-05-20T19:57:27.911Z Downloaded crossbeam-epoch v0.9.18
14202024-05-20T19:57:27.914Z Downloaded chacha20poly1305 v0.10.1
14212024-05-20T19:57:27.914Z Downloaded typenum v1.17.0
14222024-05-20T19:57:27.914Z Downloaded indicatif v0.17.8
14232024-05-20T19:57:27.917Z Downloaded parking_lot_core v0.8.6
14242024-05-20T19:57:27.917Z Downloaded ucd-trie v0.1.6
14252024-05-20T19:57:27.920Z Downloaded toml v0.5.11
14262024-05-20T19:57:27.920Z Downloaded secrecy v0.8.0
14272024-05-20T19:57:27.923Z Downloaded portpicker v0.1.1
14282024-05-20T19:57:27.924Z Downloaded base64 v0.13.1
14292024-05-20T19:57:27.926Z Downloaded pest_generator v2.7.10
14302024-05-20T19:57:27.927Z Downloaded percent-encoding v2.3.1
14312024-05-20T19:57:27.927Z Downloaded sha1 v0.10.6
14322024-05-20T19:57:27.930Z Downloaded serde_arrays v0.1.0
14332024-05-20T19:57:27.930Z Downloaded rusty-fork v0.3.0
14342024-05-20T19:57:27.930Z Downloaded rustversion v1.0.17
14352024-05-20T19:57:27.933Z Downloaded rtoolbox v0.0.2
14362024-05-20T19:57:27.933Z Downloaded cookie v0.18.1
14372024-05-20T19:57:27.936Z Downloaded num_threads v0.1.7
14382024-05-20T19:57:27.936Z Downloaded funty v2.0.0
14392024-05-20T19:57:27.939Z Downloaded crossbeam-utils v0.8.19
14402024-05-20T19:57:27.942Z Downloaded clang-sys v1.7.0
14412024-05-20T19:57:27.942Z Downloaded blake2 v0.10.6
14422024-05-20T19:57:27.945Z Downloaded multer v3.1.0
14432024-05-20T19:57:27.945Z Downloaded libtest-mimic v0.7.3
14442024-05-20T19:57:27.948Z Downloaded hash32 v0.2.1
14452024-05-20T19:57:27.948Z Downloaded generic-array v0.14.7
14462024-05-20T19:57:27.951Z Downloaded libloading v0.8.3
14472024-05-20T19:57:27.951Z Downloaded const_format_proc_macros v0.2.32
14482024-05-20T19:57:27.954Z Downloaded console v0.15.8
14492024-05-20T19:57:27.960Z Downloaded utf-8 v0.7.6
14502024-05-20T19:57:27.960Z Downloaded cookie_store v0.20.0
14512024-05-20T19:57:27.964Z Downloaded linear-map v1.2.0
14522024-05-20T19:57:27.964Z Downloaded crc-any v2.5.0
14532024-05-20T19:57:27.964Z Downloaded fxhash v0.2.1
14542024-05-20T19:57:27.964Z Downloaded synstructure v0.12.6
14552024-05-20T19:57:27.964Z Downloaded string_cache v0.8.7
14562024-05-20T19:57:27.967Z Downloaded signature v1.6.4
14572024-05-20T19:57:27.967Z Downloaded signal-hook-registry v1.4.2
14582024-05-20T19:57:27.967Z Downloaded smf v0.2.3
14592024-05-20T19:57:27.967Z Downloaded smawk v0.3.2
14602024-05-20T19:57:27.970Z Downloaded scopeguard v1.2.0
14612024-05-20T19:57:27.970Z Downloaded schemars_derive v0.8.19
14622024-05-20T19:57:27.970Z Downloaded scheduled-thread-pool v0.2.7
14632024-05-20T19:57:27.973Z Downloaded newtype-uuid v1.1.0
14642024-05-20T19:57:27.973Z Downloaded lazycell v1.3.0
14652024-05-20T19:57:27.973Z Downloaded buf-list v1.0.3
14662024-05-20T19:57:27.977Z Downloaded keccak v0.1.5
14672024-05-20T19:57:27.977Z Downloaded rustfmt-wrapper v0.2.1
14682024-05-20T19:57:27.977Z Downloaded rustc_version v0.4.0
14692024-05-20T19:57:27.980Z Downloaded ipnet v2.9.0
14702024-05-20T19:57:27.980Z Downloaded lazy_static v1.4.0
14712024-05-20T19:57:27.980Z Downloaded kstat-rs v0.2.3
14722024-05-20T19:57:27.983Z Downloaded multimap v0.10.0
14732024-05-20T19:57:27.983Z Downloaded memmap v0.7.0
14742024-05-20T19:57:27.983Z Downloaded maybe-uninit v2.0.0
14752024-05-20T19:57:27.986Z Downloaded async-recursion v1.1.1
14762024-05-20T19:57:27.989Z Downloaded is-terminal v0.4.12
14772024-05-20T19:57:27.989Z Downloaded ipnetwork v0.20.0
14782024-05-20T19:57:27.989Z Downloaded instant v0.1.12
14792024-05-20T19:57:27.992Z Downloaded inout v0.1.3
14802024-05-20T19:57:27.992Z Downloaded impl-trait-for-tuples v0.2.2
14812024-05-20T19:57:27.995Z Downloaded crunchy v0.2.2
14822024-05-20T19:57:27.995Z Downloaded cobs v0.2.3
14832024-05-20T19:57:27.995Z Downloaded anes v0.1.6
14842024-05-20T19:57:27.998Z Downloaded byteorder v1.5.0
14852024-05-20T19:57:27.998Z Downloaded bytecount v0.6.8
14862024-05-20T19:57:28.001Z Downloaded bitstruct v0.1.1
14872024-05-20T19:57:28.001Z Downloaded atomic-waker v1.1.2
14882024-05-20T19:57:28.004Z Downloaded arrayref v0.3.7
14892024-05-20T19:57:28.004Z Downloaded approx v0.5.1
14902024-05-20T19:57:28.004Z Downloaded cfg_aliases v0.1.1
14912024-05-20T19:57:28.004Z Downloaded http-range v0.1.5
14922024-05-20T19:57:28.007Z Downloaded chacha20 v0.9.1
14932024-05-20T19:57:28.007Z Downloaded bit-vec v0.6.3
14942024-05-20T19:57:28.007Z Downloaded httpdate v1.0.3
14952024-05-20T19:57:28.013Z Downloaded home v0.5.9
14962024-05-20T19:57:28.013Z Downloaded bzip2 v0.4.4
14972024-05-20T19:57:28.014Z Downloaded assert_cmd v2.0.14
14982024-05-20T19:57:28.017Z Downloaded ciborium v0.2.2
14992024-05-20T19:57:28.017Z Downloaded base64ct v1.6.0
15002024-05-20T19:57:28.017Z Downloaded backoff v0.4.0
15012024-05-20T19:57:28.020Z Downloaded castaway v0.2.2
15022024-05-20T19:57:28.020Z Downloaded bitfield v0.14.0
15032024-05-20T19:57:28.023Z Downloaded ascii-canvas v3.0.0
15042024-05-20T19:57:28.023Z Downloaded hex v0.4.3
15052024-05-20T19:57:28.023Z Downloaded async-stream v0.3.5
15062024-05-20T19:57:28.026Z Downloaded assert_matches v1.5.0
15072024-05-20T19:57:28.027Z Downloaded array-init v0.0.4
15082024-05-20T19:57:28.027Z Downloaded heck v0.3.3
15092024-05-20T19:57:28.027Z Downloaded headers-core v0.2.0
15102024-05-20T19:57:28.027Z Downloaded crypto-common v0.1.6
15112024-05-20T19:57:28.030Z Downloaded bit-set v0.5.3
15122024-05-20T19:57:28.030Z Downloaded atty v0.2.14
15132024-05-20T19:57:28.030Z Downloaded argon2 v0.5.3
15142024-05-20T19:57:28.563Z Compiling libc v0.2.153
15152024-05-20T19:57:28.563Z Compiling serde v1.0.202
15162024-05-20T19:57:28.563Z Compiling version_check v0.9.4
15172024-05-20T19:57:28.566Z Checking cfg-if v1.0.0
15182024-05-20T19:57:28.633Z Compiling lock_api v0.4.12
15192024-05-20T19:57:28.636Z Compiling parking_lot_core v0.9.10
15202024-05-20T19:57:28.661Z Compiling syn v2.0.64
15212024-05-20T19:57:28.685Z Compiling cc v1.0.97
15222024-05-20T19:57:28.702Z Compiling libm v0.2.8
15232024-05-20T19:57:29.047Z Compiling num-traits v0.2.19
15242024-05-20T19:57:29.070Z Compiling once_cell v1.19.0
15252024-05-20T19:57:29.135Z Compiling memchr v2.7.2
15262024-05-20T19:57:29.153Z Compiling serde_json v1.0.117
15272024-05-20T19:57:29.454Z Compiling ahash v0.8.11
15282024-05-20T19:57:29.495Z Compiling byteorder v1.5.0
15292024-05-20T19:57:29.865Z Compiling syn v1.0.109
15302024-05-20T19:57:29.925Z Checking log v0.4.21
15312024-05-20T19:57:30.433Z Compiling slab v0.4.9
15322024-05-20T19:57:30.462Z Checking getrandom v0.2.14
15332024-05-20T19:57:30.711Z Checking itoa v1.0.11
15342024-05-20T19:57:30.768Z Compiling typenum v1.17.0
15352024-05-20T19:57:30.865Z Compiling generic-array v0.14.7
15362024-05-20T19:57:31.306Z Checking scopeguard v1.2.0
15372024-05-20T19:57:31.310Z Checking smallvec v1.13.2
15382024-05-20T19:57:31.324Z Compiling allocator-api2 v0.2.18
15392024-05-20T19:57:31.423Z Compiling pkg-config v0.3.30
15402024-05-20T19:57:31.426Z Compiling rustix v0.38.34
15412024-05-20T19:57:31.546Z Compiling schemars v0.8.19
15422024-05-20T19:57:32.151Z Compiling httparse v1.8.0
15432024-05-20T19:57:32.240Z Checking pin-project-lite v0.2.14
15442024-05-20T19:57:32.335Z Compiling ring v0.17.8
15452024-05-20T19:57:32.359Z Compiling num-conv v0.1.0
15462024-05-20T19:57:32.478Z Checking parking_lot v0.12.2
15472024-05-20T19:57:32.612Z Compiling time-core v0.1.2
15482024-05-20T19:57:32.655Z Checking signal-hook-registry v1.4.2
15492024-05-20T19:57:32.797Z Compiling time-macros v0.2.18
15502024-05-20T19:57:32.892Z Compiling fnv v1.0.7
15512024-05-20T19:57:32.982Z Checking mio v0.8.11
15522024-05-20T19:57:32.986Z Compiling vcpkg v0.2.15
15532024-05-20T19:57:33.016Z Compiling heck v0.4.1
15542024-05-20T19:57:33.481Z Checking ryu v1.0.18
15552024-05-20T19:57:33.616Z Checking num_cpus v1.16.0
15562024-05-20T19:57:33.708Z Compiling aho-corasick v1.1.3
15572024-05-20T19:57:35.044Z Compiling openssl-sys v0.9.102
15582024-05-20T19:57:35.069Z Compiling regex-syntax v0.8.3
15592024-05-20T19:57:36.236Z Compiling serde_derive_internals v0.29.1
15602024-05-20T19:57:37.278Z Checking rand_core v0.6.4
15612024-05-20T19:57:37.537Z Checking futures-core v0.3.30
15622024-05-20T19:57:37.690Z Checking socket2 v0.5.7
15632024-05-20T19:57:38.110Z Compiling regex-automata v0.4.6
15642024-05-20T19:57:38.608Z Compiling openssl v0.10.64
15652024-05-20T19:57:38.679Z Compiling ucd-trie v0.1.6
15662024-05-20T19:57:39.022Z Compiling rustversion v1.0.17
15672024-05-20T19:57:39.460Z Compiling slog v2.7.0
15682024-05-20T19:57:39.758Z Compiling crossbeam-utils v0.8.19
15692024-05-20T19:57:40.149Z Compiling iana-time-zone v0.1.60
15702024-05-20T19:57:40.354Z Compiling rustls v0.21.12
15712024-05-20T19:57:40.585Z Compiling native-tls v0.2.11
15722024-05-20T19:57:40.620Z Compiling cookie v0.17.0
15732024-05-20T19:57:40.834Z Compiling backtrace v0.3.71
15742024-05-20T19:57:40.935Z Compiling dyn-clone v1.0.17
15752024-05-20T19:57:41.038Z Checking futures-sink v0.3.30
15762024-05-20T19:57:41.182Z Compiling anyhow v1.0.83
15772024-05-20T19:57:41.536Z Checking pin-utils v0.1.0
15782024-05-20T19:57:41.618Z Checking futures-channel v0.3.30
15792024-05-20T19:57:41.959Z Checking futures-task v0.3.30
15802024-05-20T19:57:42.158Z Checking futures-io v0.3.30
15812024-05-20T19:57:42.176Z Compiling tinyvec_macros v0.1.1
15822024-05-20T19:57:42.335Z Compiling tinyvec v1.6.0
15832024-05-20T19:57:42.483Z Compiling thread-id v4.2.1
15842024-05-20T19:57:42.583Z Compiling errno v0.3.9
15852024-05-20T19:57:42.682Z Compiling serde_derive v1.0.202
15862024-05-20T19:57:42.793Z Compiling zerocopy-derive v0.7.34
15872024-05-20T19:57:43.385Z Compiling thiserror-impl v1.0.60
15882024-05-20T19:57:43.686Z Compiling zeroize_derive v1.4.2
15892024-05-20T19:57:43.909Z Compiling tokio-macros v2.2.0
15902024-05-20T19:57:44.124Z Compiling futures-macro v0.3.30
15912024-05-20T19:57:44.719Z Compiling tracing-attributes v0.1.27
15922024-05-20T19:57:45.158Z Compiling zerocopy v0.7.34
15932024-05-20T19:57:45.290Z Compiling schemars_derive v0.8.19
15942024-05-20T19:57:45.682Z Compiling regex v1.10.4
15952024-05-20T19:57:46.288Z Checking zeroize v1.7.0
15962024-05-20T19:57:46.541Z Compiling openssl-macros v0.1.1
15972024-05-20T19:57:46.666Z Compiling thiserror v1.0.60
15982024-05-20T19:57:46.826Z Compiling pest v2.7.10
15992024-05-20T19:57:47.333Z Compiling hashbrown v0.14.5
16002024-05-20T19:57:47.396Z Compiling async-trait v0.1.80
16012024-05-20T19:57:48.657Z Compiling scroll_derive v0.12.0
16022024-05-20T19:57:48.674Z Checking futures-util v0.3.30
16032024-05-20T19:57:48.691Z Compiling unicode-normalization v0.1.23
16042024-05-20T19:57:49.231Z Compiling pest_meta v2.7.10
16052024-05-20T19:57:49.676Z Compiling der_derive v0.7.2
16062024-05-20T19:57:49.744Z Compiling unicode-bidi v0.3.15
16072024-05-20T19:57:50.216Z Compiling either v1.12.0
16082024-05-20T19:57:50.622Z Compiling pest_generator v2.7.10
16092024-05-20T19:57:50.731Z Checking subtle v2.5.0
16102024-05-20T19:57:50.995Z Compiling unicode-width v0.1.12
16112024-05-20T19:57:51.661Z Compiling scroll v0.12.0
16122024-05-20T19:57:51.820Z Compiling spin v0.9.8
16132024-05-20T19:57:52.235Z Compiling usdt-impl v0.5.0
16142024-05-20T19:57:52.518Z Compiling winnow v0.5.40
16152024-05-20T19:57:52.599Z Compiling crc32fast v1.4.0
16162024-05-20T19:57:53.393Z Compiling plain v0.2.3
16172024-05-20T19:57:53.667Z Compiling goblin v0.8.2
16182024-05-20T19:57:54.561Z Compiling pest_derive v2.7.10
16192024-05-20T19:57:54.916Z Compiling pretty-hex v0.4.1
16202024-05-20T19:57:55.000Z Compiling percent-encoding v2.3.1
16212024-05-20T19:57:55.111Z Compiling const-oid v0.9.6
16222024-05-20T19:57:55.378Z Compiling dtrace-parser v0.2.0
16232024-05-20T19:57:55.671Z Compiling tracing-core v0.1.32
16242024-05-20T19:57:56.373Z Checking bytes v1.6.0
16252024-05-20T19:57:56.959Z Checking bitflags v2.5.0
16262024-05-20T19:57:57.227Z Compiling indexmap v2.2.6
16272024-05-20T19:57:57.495Z Compiling semver v1.0.23
16282024-05-20T19:57:57.539Z Checking tokio v1.37.0
16292024-05-20T19:57:58.119Z Compiling serde_tokenstream v0.2.0
16302024-05-20T19:57:58.499Z Compiling chrono v0.4.38
16312024-05-20T19:57:58.556Z Compiling uuid v1.8.0
16322024-05-20T19:57:58.630Z Compiling http v0.2.12
16332024-05-20T19:57:58.680Z Compiling serde_spanned v0.6.6
16342024-05-20T19:57:58.892Z Compiling toml_datetime v0.6.6
16352024-05-20T19:57:59.677Z Compiling rustc_version v0.4.0
16362024-05-20T19:58:00.169Z Compiling toml_edit v0.19.15
16372024-05-20T19:58:00.424Z Compiling openapiv3 v2.0.0
16382024-05-20T19:58:02.343Z Compiling dof v0.3.0
16392024-05-20T19:58:02.938Z Compiling untrusted v0.9.0
16402024-05-20T19:58:04.567Z Compiling tracing v0.1.40
16412024-05-20T19:58:04.704Z Compiling clap_derive v4.5.4
16422024-05-20T19:58:04.827Z Compiling spin v0.5.2
16432024-05-20T19:58:05.055Z Compiling signal-hook v0.3.17
16442024-05-20T19:58:05.058Z Compiling powerfmt v0.2.0
16452024-05-20T19:58:05.092Z Compiling foreign-types-shared v0.1.1
16462024-05-20T19:58:05.187Z Compiling foreign-types v0.3.2
16472024-05-20T19:58:05.279Z Compiling usdt-macro v0.5.0
16482024-05-20T19:58:05.351Z Compiling deranged v0.3.11
16492024-05-20T19:58:05.453Z Compiling usdt-attr-macro v0.5.0
16502024-05-20T19:58:06.477Z Compiling form_urlencoded v1.2.1
16512024-05-20T19:58:06.784Z Compiling crypto-common v0.1.6
16522024-05-20T19:58:06.853Z Compiling zerocopy-derive v0.6.6
16532024-05-20T19:58:07.165Z Compiling tokio-util v0.7.11
16542024-05-20T19:58:07.349Z Compiling siphasher v0.3.11
16552024-05-20T19:58:07.727Z Compiling base64 v0.21.7
16562024-05-20T19:58:07.845Z Compiling num_threads v0.1.7
16572024-05-20T19:58:07.975Z Compiling try-lock v0.2.5
16582024-05-20T19:58:08.119Z Compiling want v0.3.1
16592024-05-20T19:58:08.372Z Compiling h2 v0.3.26
16602024-05-20T19:58:08.391Z Compiling time v0.3.36
16612024-05-20T19:58:08.466Z Compiling sct v0.7.1
16622024-05-20T19:58:08.505Z Compiling rustls-webpki v0.101.7
16632024-05-20T19:58:08.769Z Compiling http-body v0.4.6
16642024-05-20T19:58:09.195Z Compiling block-buffer v0.10.4
16652024-05-20T19:58:09.433Z Compiling idna v0.5.0
16662024-05-20T19:58:09.833Z Compiling tower-service v0.3.2
16672024-05-20T19:58:09.963Z Compiling openssl-probe v0.1.5
16682024-05-20T19:58:10.317Z Compiling httpdate v1.0.3
16692024-05-20T19:58:10.337Z Compiling url v2.5.0
16702024-05-20T19:58:10.781Z Compiling digest v0.10.7
16712024-05-20T19:58:11.307Z Compiling heapless v0.7.17
16722024-05-20T19:58:11.765Z Compiling idna v0.3.0
16732024-05-20T19:58:12.317Z Checking equivalent v1.0.1
16742024-05-20T19:58:13.119Z Compiling ppv-lite86 v0.2.17
16752024-05-20T19:58:13.326Z Compiling psl-types v2.0.11
16762024-05-20T19:58:13.505Z Compiling publicsuffix v2.2.3
16772024-05-20T19:58:13.761Z Compiling crossbeam-epoch v0.9.18
16782024-05-20T19:58:13.853Z Compiling rand_chacha v0.3.1
16792024-05-20T19:58:14.543Z Compiling adler v1.0.2
16802024-05-20T19:58:14.756Z Compiling tokio-rustls v0.24.1
16812024-05-20T19:58:14.849Z Compiling hyper v0.14.28
16822024-05-20T19:58:15.048Z Compiling tokio-native-tls v0.3.1
16832024-05-20T19:58:15.140Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
16842024-05-20T19:58:15.303Z Compiling bit-vec v0.6.3
16852024-05-20T19:58:15.439Z Compiling ipnet v2.9.0
16862024-05-20T19:58:15.714Z Compiling cookie_store v0.20.0
16872024-05-20T19:58:15.737Z Compiling miniz_oxide v0.7.2
16882024-05-20T19:58:16.388Z Compiling rand v0.8.5
16892024-05-20T19:58:16.808Z Compiling rustls-pemfile v1.0.4
16902024-05-20T19:58:17.245Z Compiling phf_shared v0.10.0
16912024-05-20T19:58:17.653Z Compiling serde_urlencoded v0.7.1
16922024-05-20T19:58:17.656Z Compiling lazy_static v1.4.0
16932024-05-20T19:58:17.656Z Compiling encoding_rs v0.8.34
16942024-05-20T19:58:17.656Z Compiling mime v0.3.17
16952024-05-20T19:58:17.656Z Compiling new_debug_unreachable v1.0.6
16962024-05-20T19:58:17.714Z Compiling fixedbitset v0.4.2
16972024-05-20T19:58:17.773Z Compiling webpki-roots v0.25.4
16982024-05-20T19:58:17.927Z Compiling sync_wrapper v0.1.2
16992024-05-20T19:58:18.051Z Compiling base64ct v1.6.0
17002024-05-20T19:58:18.119Z Compiling smoltcp v0.9.1
17012024-05-20T19:58:18.143Z Compiling gimli v0.28.1
17022024-05-20T19:58:18.354Z Compiling minimal-lexical v0.2.1
17032024-05-20T19:58:18.618Z Compiling precomputed-hash v0.1.1
17042024-05-20T19:58:18.723Z Compiling string_cache v0.8.7
17052024-05-20T19:58:18.742Z Compiling pem-rfc7468 v0.7.0
17062024-05-20T19:58:18.835Z Compiling nom v7.1.3
17072024-05-20T19:58:18.887Z Compiling petgraph v0.6.5
17082024-05-20T19:58:19.160Z Compiling bit-set v0.5.3
17092024-05-20T19:58:19.485Z Compiling hmac v0.12.1
17102024-05-20T19:58:19.552Z Compiling itertools v0.10.5
17112024-05-20T19:58:19.721Z Compiling hubpack_derive v0.1.1
17122024-05-20T19:58:19.962Z Compiling enum-as-inner v0.5.1
17132024-05-20T19:58:20.673Z Compiling diesel_table_macro_syntax v0.1.0
17142024-05-20T19:58:21.019Z Compiling object v0.32.2
17152024-05-20T19:58:21.796Z Compiling hyper-tls v0.5.0
17162024-05-20T19:58:21.911Z Compiling hyper-rustls v0.24.2
17172024-05-20T19:58:22.124Z Compiling lalrpop-util v0.19.12
17182024-05-20T19:58:22.245Z Compiling reqwest v0.11.27
17192024-05-20T19:58:22.342Z Compiling addr2line v0.21.0
17202024-05-20T19:58:22.398Z Compiling rustc-demangle v0.1.24
17212024-05-20T19:58:22.449Z Compiling flagset v0.4.5
17222024-05-20T19:58:22.709Z Compiling unicode-segmentation v1.11.0
17232024-05-20T19:58:22.929Z Compiling toml_edit v0.22.13
17242024-05-20T19:58:22.948Z Compiling der v0.7.9
17252024-05-20T19:58:23.323Z Compiling diesel_derives v2.1.4
17262024-05-20T19:58:23.554Z Compiling futures-executor v0.3.30
17272024-05-20T19:58:23.915Z Compiling itertools v0.12.1
17282024-05-20T19:58:24.800Z Compiling finl_unicode v1.2.0
17292024-05-20T19:58:24.911Z Compiling cpufeatures v0.2.12
17302024-05-20T19:58:25.389Z Compiling stringprep v0.1.4
17312024-05-20T19:58:26.294Z Compiling sha2 v0.10.8
17322024-05-20T19:58:26.620Z Compiling spki v0.7.3
17332024-05-20T19:58:27.054Z Compiling flate2 v1.0.30
17342024-05-20T19:58:27.311Z Compiling futures v0.3.30
17352024-05-20T19:58:28.121Z Compiling md-5 v0.10.6
17362024-05-20T19:58:28.140Z Compiling toml v0.7.8
17372024-05-20T19:58:29.231Z Compiling hex v0.4.3
17382024-05-20T19:58:29.246Z Compiling strum_macros v0.25.3
17392024-05-20T19:58:29.804Z Compiling serde_repr v0.1.19
17402024-05-20T19:58:29.987Z Compiling num-integer v0.1.46
17412024-05-20T19:58:30.761Z Compiling hash32 v0.2.1
17422024-05-20T19:58:30.978Z Compiling fs-err v2.11.0
17432024-05-20T19:58:31.029Z Compiling stable_deref_trait v1.2.0
17442024-05-20T19:58:31.137Z Compiling fallible-iterator v0.2.0
17452024-05-20T19:58:31.169Z Checking unicode-ident v1.0.12
17462024-05-20T19:58:31.323Z Compiling pkcs8 v0.10.2
17472024-05-20T19:58:31.441Z Compiling phf_shared v0.11.2
17482024-05-20T19:58:31.813Z Compiling postgres-protocol v0.6.6
17492024-05-20T19:58:31.881Z Compiling terminal_size v0.3.0
17502024-05-20T19:58:32.072Z Compiling ff v0.13.0
17512024-05-20T19:58:32.429Z Compiling block-padding v0.3.3
17522024-05-20T19:58:32.498Z Compiling scheduled-thread-pool v0.2.7
17532024-05-20T19:58:32.942Z Compiling managed v0.8.0
17542024-05-20T19:58:32.952Z Compiling peg-runtime v0.8.3
17552024-05-20T19:58:33.075Z Compiling bitflags v1.3.2
17562024-05-20T19:58:33.142Z Compiling matches v0.1.10
17572024-05-20T19:58:33.169Z Compiling base16ct v0.2.0
17582024-05-20T19:58:33.242Z Compiling idna v0.2.3
17592024-05-20T19:58:33.480Z Compiling sec1 v0.7.3
17602024-05-20T19:58:33.544Z Compiling clap_builder v4.5.2
17612024-05-20T19:58:33.594Z Compiling r2d2 v0.8.10
17622024-05-20T19:58:33.951Z Compiling inout v0.1.3
17632024-05-20T19:58:33.982Z Compiling postgres-types v0.2.6
17642024-05-20T19:58:34.594Z Compiling group v0.13.0
17652024-05-20T19:58:35.076Z Compiling signal-hook-mio v0.2.3
17662024-05-20T19:58:35.076Z Compiling phf v0.11.2
17672024-05-20T19:58:35.076Z Compiling num-bigint v0.4.5
17682024-05-20T19:58:35.187Z Compiling hubpack v0.1.2
17692024-05-20T19:58:35.341Z Compiling hkdf v0.12.4
17702024-05-20T19:58:35.585Z Compiling zerocopy v0.6.6
17712024-05-20T19:58:35.672Z Compiling ipnetwork v0.20.0
17722024-05-20T19:58:35.785Z Compiling crypto-bigint v0.5.5
17732024-05-20T19:58:36.452Z Compiling float-cmp v0.9.0
17742024-05-20T19:58:36.628Z Compiling memmap v0.7.0
17752024-05-20T19:58:36.672Z Compiling static_assertions v1.1.0
17762024-05-20T19:58:36.786Z Compiling data-encoding v2.6.0
17772024-05-20T19:58:36.961Z Compiling normalize-line-endings v0.3.0
17782024-05-20T19:58:37.090Z Compiling difflib v0.4.0
17792024-05-20T19:58:37.486Z Compiling predicates-core v1.0.6
17802024-05-20T19:58:37.836Z Compiling whoami v1.5.1
17812024-05-20T19:58:38.440Z Compiling tokio-postgres v0.7.10
17822024-05-20T19:58:38.704Z Compiling yasna v0.5.2
17832024-05-20T19:58:38.753Z Compiling elliptic-curve v0.13.8
17842024-05-20T19:58:39.039Z Compiling predicates v3.1.0
17852024-05-20T19:58:39.280Z Compiling diesel v2.1.6
17862024-05-20T19:58:39.556Z Compiling trust-dns-proto v0.22.0
17872024-05-20T19:58:40.610Z Compiling clap v4.5.4
17882024-05-20T19:58:40.759Z Compiling usdt v0.5.0
17892024-05-20T19:58:40.801Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
17902024-05-20T19:58:41.249Z Compiling crossterm v0.27.0
17912024-05-20T19:58:42.007Z Compiling cipher v0.4.4
17922024-05-20T19:58:43.129Z Checking proc-macro2 v1.0.82
17932024-05-20T19:58:43.464Z Compiling num-iter v0.1.45
17942024-05-20T19:58:43.481Z Compiling similar v2.5.0
17952024-05-20T19:58:43.663Z Compiling console v0.15.8
17962024-05-20T19:58:43.773Z Compiling tokio-stream v0.1.15
17972024-05-20T19:58:44.759Z Compiling bstr v1.9.1
17982024-05-20T19:58:45.023Z Checking quote v1.0.36
17992024-05-20T19:58:49.264Z Checking utf8parse v0.2.1
18002024-05-20T19:58:53.937Z Checking anstyle v1.0.7
18012024-05-20T19:58:55.390Z Checking anstyle-parse v0.2.4
18022024-05-20T19:58:55.474Z Checking anstyle-query v1.0.3
18032024-05-20T19:58:55.549Z Checking colorchoice v1.0.1
18042024-05-20T19:58:56.085Z Checking is_terminal_polyfill v1.70.0
18052024-05-20T19:58:56.511Z Checking anstream v0.6.14
18062024-05-20T19:58:56.511Z Checking strsim v0.11.1
18072024-05-20T19:58:56.511Z Checking clap_lex v0.7.0
18082024-05-20T19:58:59.645Z Checking winnow v0.6.8
18092024-05-20T19:59:09.763Z Compiling regress v0.9.1
18102024-05-20T19:59:10.307Z Compiling getopts v0.2.21
18112024-05-20T19:59:10.307Z Compiling unsafe-libyaml v0.2.11
18122024-05-20T19:59:10.307Z Checking heck v0.5.0
18132024-05-20T19:59:10.533Z Checking progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
18142024-05-20T19:59:11.291Z Compiling serde_yaml v0.9.34+deprecated
18152024-05-20T19:59:11.797Z Checking camino v1.1.7
18162024-05-20T19:59:11.797Z Checking base64 v0.22.1
18172024-05-20T19:59:12.271Z Checking is-terminal v0.4.12
18182024-05-20T19:59:12.272Z Compiling ident_case v1.0.1
18192024-05-20T19:59:12.272Z Compiling darling_core v0.20.9
18202024-05-20T19:59:12.272Z Checking sha1 v0.10.6
18212024-05-20T19:59:12.272Z Checking http v1.1.0
18222024-05-20T19:59:14.867Z Compiling paste v1.0.15
18232024-05-20T19:59:14.867Z Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
18242024-05-20T19:59:14.867Z Compiling strum_macros v0.26.2
18252024-05-20T19:59:14.868Z Checking fastrand v2.1.0
18262024-05-20T19:59:15.145Z Checking match_cfg v0.1.0
18272024-05-20T19:59:15.146Z Checking rustls-pki-types v1.7.0
18282024-05-20T19:59:16.657Z Checking hostname v0.3.1
18292024-05-20T19:59:16.657Z Checking tempfile v3.10.1
18302024-05-20T19:59:16.657Z Checking dirs-sys-next v0.1.2
18312024-05-20T19:59:16.657Z Checking quick-error v1.2.3
18322024-05-20T19:59:16.658Z Checking dirs-next v2.0.0
18332024-05-20T19:59:16.658Z Checking crossbeam-channel v0.5.12
18342024-05-20T19:59:16.658Z Checking thread_local v1.1.8
18352024-05-20T19:59:16.658Z Compiling slog-async v2.8.0
18362024-05-20T19:59:16.658Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18372024-05-20T19:59:16.879Z Compiling rustls v0.22.4
18382024-05-20T19:59:16.879Z Checking term v0.7.0
18392024-05-20T19:59:16.879Z Checking rustls-webpki v0.102.4
18402024-05-20T19:59:16.879Z Checking instant v0.1.12
18412024-05-20T19:59:16.879Z Checking take_mut v0.2.2
18422024-05-20T19:59:16.880Z Checking rustls-pemfile v2.1.2
18432024-05-20T19:59:17.016Z Checking slog-term v2.9.1
18442024-05-20T19:59:17.193Z Compiling multer v3.1.0
18452024-05-20T19:59:18.049Z Checking debug-ignore v1.0.5
18462024-05-20T19:59:18.049Z Checking toml v0.8.13
18472024-05-20T19:59:18.049Z Checking slog-json v2.6.1
18482024-05-20T19:59:19.106Z Compiling async-stream-impl v0.3.5
18492024-05-20T19:59:19.106Z Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#2fdf3718)
18502024-05-20T19:59:19.106Z Checking atomic-waker v1.1.2
18512024-05-20T19:59:19.106Z Checking waitgroup v0.1.2
18522024-05-20T19:59:19.106Z Checking slog-bunyan v2.5.0
18532024-05-20T19:59:19.106Z Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#2fdf3718)
18542024-05-20T19:59:19.446Z Checking serde_path_to_error v0.1.16
18552024-05-20T19:59:19.446Z Checking strum v0.26.2
18562024-05-20T19:59:19.446Z Checking async-stream v0.3.5
18572024-05-20T19:59:19.446Z Checking hostname v0.4.0
18582024-05-20T19:59:19.446Z Compiling darling_macro v0.20.9
18592024-05-20T19:59:19.446Z Checking newtype-uuid v1.1.0
18602024-05-20T19:59:19.446Z Checking wait-timeout v0.2.0
18612024-05-20T19:59:19.446Z Compiling structmeta-derive v0.3.0
18622024-05-20T19:59:19.446Z Checking rusty-fork v0.3.0
18632024-05-20T19:59:19.446Z Compiling structmeta-derive v0.2.0
18642024-05-20T19:59:19.657Z Checking rand_xorshift v0.3.0
18652024-05-20T19:59:20.174Z Checking unarray v0.1.4
18662024-05-20T19:59:20.174Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=025389ff39d594bf2b815377e2c1dc4dd23b1f96#025389ff)
18672024-05-20T19:59:21.398Z Compiling darling v0.20.9
18682024-05-20T19:59:21.398Z Checking proptest v1.4.0
18692024-05-20T19:59:21.398Z Compiling serde_with_macros v3.8.1
18702024-05-20T19:59:22.279Z Checking backoff v0.4.0
18712024-05-20T19:59:22.279Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
18722024-05-20T19:59:22.279Z Checking tokio-rustls v0.25.0
18732024-05-20T19:59:22.279Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
18742024-05-20T19:59:22.279Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
18752024-05-20T19:59:22.279Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
18762024-05-20T19:59:22.644Z Compiling structmeta v0.3.0
18772024-05-20T19:59:22.644Z Compiling structmeta v0.2.0
18782024-05-20T19:59:23.027Z Compiling parse-display-derive v0.9.0
18792024-05-20T19:59:23.690Z Compiling test-strategy v0.3.1
18802024-05-20T19:59:23.691Z Checking serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
18812024-05-20T19:59:23.691Z Checking macaddr v1.0.1
18822024-05-20T19:59:23.691Z Compiling proc-macro-error-attr v1.0.4
18832024-05-20T19:59:23.691Z Checking serde_with v3.8.1
18842024-05-20T19:59:24.485Z Compiling proc-macro-error v1.0.4
18852024-05-20T19:59:24.586Z Checking camino-tempfile v1.1.1
18862024-05-20T19:59:24.925Z Compiling proc-macro-crate v1.3.1
18872024-05-20T19:59:25.164Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
18882024-05-20T19:59:25.491Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
18892024-05-20T19:59:25.718Z Compiling foreign-types-macros v0.2.3
18902024-05-20T19:59:25.718Z Checking foreign-types-shared v0.3.1
18912024-05-20T19:59:25.802Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
18922024-05-20T19:59:25.953Z Compiling num_enum_derive v0.5.11
18932024-05-20T19:59:26.435Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
18942024-05-20T19:59:27.418Z Checking cstr-argument v0.1.2
18952024-05-20T19:59:27.513Z Checking pretty-hex v0.2.1
18962024-05-20T19:59:27.513Z Checking tabwriter v1.4.0
18972024-05-20T19:59:27.513Z Checking colored v2.1.0
18982024-05-20T19:59:27.514Z Checking foreign-types v0.5.0
18992024-05-20T19:59:27.514Z Checking socket2 v0.4.10
19002024-05-20T19:59:27.514Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
19012024-05-20T19:59:27.514Z Checking smf v0.2.3
19022024-05-20T19:59:27.514Z Checking humantime v2.1.0
19032024-05-20T19:59:27.514Z Checking termcolor v1.4.1
19042024-05-20T19:59:27.514Z Checking parse-display v0.9.0
19052024-05-20T19:59:27.514Z Checking arc-swap v1.7.1
19062024-05-20T19:59:27.722Z Checking xattr v1.3.1
19072024-05-20T19:59:27.954Z Checking filetime v0.2.23
19082024-05-20T19:59:27.954Z Checking utf-8 v0.7.6
19092024-05-20T19:59:30.365Z Checking same-file v1.0.6
19102024-05-20T19:59:30.365Z Checking newline-converter v0.3.0
19112024-05-20T19:59:30.365Z Checking tar v0.4.40
19122024-05-20T19:59:30.365Z Checking tungstenite v0.20.1
19132024-05-20T19:59:30.365Z Checking slog-scope v4.4.0
19142024-05-20T19:59:30.365Z Checking walkdir v2.5.0
19152024-05-20T19:59:30.365Z Checking expectorate v1.1.0
19162024-05-20T19:59:30.365Z Checking slog-stdlog v4.1.1
19172024-05-20T19:59:30.365Z Checking termtree v0.4.1
19182024-05-20T19:59:30.365Z Compiling heapless v0.8.0
19192024-05-20T19:59:30.366Z Checking slog-envlogger v2.2.0
19202024-05-20T19:59:30.366Z Checking predicates-tree v1.0.9
19212024-05-20T19:59:30.366Z Checking hash32 v0.3.1
19222024-05-20T19:59:30.366Z Compiling smoltcp v0.11.0
19232024-05-20T19:59:30.366Z Checking cobs v0.2.3
19242024-05-20T19:59:30.366Z Compiling crucible-workspace-hack v0.1.0
19252024-05-20T19:59:30.366Z Checking tokio-tungstenite v0.20.1
19262024-05-20T19:59:30.366Z Checking embedded-io v0.4.0
19272024-05-20T19:59:30.366Z Checking num_enum v0.5.11
19282024-05-20T19:59:30.366Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
19292024-05-20T19:59:30.366Z Checking postcard v1.0.8
19302024-05-20T19:59:30.366Z Checking sigpipe v0.1.3
19312024-05-20T19:59:30.366Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
19322024-05-20T19:59:30.366Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
19332024-05-20T19:59:30.366Z Compiling derror-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
19342024-05-20T19:59:30.366Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
19352024-05-20T19:59:30.366Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e)
19362024-05-20T19:59:30.366Z Checking pem v3.0.4
19372024-05-20T19:59:30.366Z Checking atty v0.2.14
19382024-05-20T19:59:30.366Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
19392024-05-20T19:59:30.366Z Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
19402024-05-20T19:59:30.366Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0)
19412024-05-20T19:59:30.366Z Compiling mockall_derive v0.12.1
19422024-05-20T19:59:30.366Z Compiling num-derive v0.4.2
19432024-05-20T19:59:30.498Z Checking fragile v2.0.0
19442024-05-20T19:59:31.187Z Checking downcast v0.11.0
19452024-05-20T19:59:31.947Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0)
19462024-05-20T19:59:31.947Z Compiling derive-where v1.2.7
19472024-05-20T19:59:31.947Z Checking zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
19482024-05-20T19:59:32.276Z Checking env_logger v0.9.3
19492024-05-20T19:59:32.277Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19502024-05-20T19:59:32.277Z Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
19512024-05-20T19:59:32.277Z Compiling bitstruct_derive v0.1.0
19522024-05-20T19:59:32.506Z Checking viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19532024-05-20T19:59:32.506Z Checking ascii v1.1.0
19542024-05-20T19:59:32.689Z Checking rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c)
19552024-05-20T19:59:32.797Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=8c6d485110ecfae5409575246b986a145c386dc4#8c6d4851)
19562024-05-20T19:59:33.083Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
19572024-05-20T19:59:33.196Z Checking viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19582024-05-20T19:59:33.391Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19592024-05-20T19:59:33.443Z Checking bitstruct v0.1.1
19602024-05-20T19:59:33.443Z Checking dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19612024-05-20T19:59:33.527Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19622024-05-20T19:59:33.560Z Checking serde_arrays v0.1.0
19632024-05-20T19:59:33.755Z Checking erased-serde v0.3.31
19642024-05-20T19:59:33.991Z Compiling heck v0.3.3
19652024-05-20T19:59:33.992Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e)
19662024-05-20T19:59:34.183Z Checking tungstenite v0.21.0
19672024-05-20T19:59:34.401Z Compiling zone_cfg_derive v0.1.2
19682024-05-20T19:59:34.402Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
19692024-05-20T19:59:34.799Z Checking base64 v0.13.1
19702024-05-20T19:59:34.916Z Checking propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19712024-05-20T19:59:35.119Z Checking tokio-tungstenite v0.21.0
19722024-05-20T19:59:35.471Z Checking ron v0.7.1
19732024-05-20T19:59:35.686Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
19742024-05-20T19:59:35.884Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
19752024-05-20T19:59:35.884Z Checking zone v0.1.8
19762024-05-20T19:59:36.211Z Checking headers-core v0.2.0
19772024-05-20T19:59:36.211Z Checking portpicker v0.1.1
19782024-05-20T19:59:36.211Z Checking headers v0.3.9
19792024-05-20T19:59:36.211Z Checking rcgen v0.12.1
19802024-05-20T19:59:36.609Z Checking atomicwrites v0.4.3
19812024-05-20T19:59:36.609Z Checking subprocess v0.2.9
19822024-05-20T19:59:36.609Z Compiling convert_case v0.4.0
19832024-05-20T19:59:36.856Z Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
19842024-05-20T19:59:36.856Z Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
19852024-05-20T19:59:37.072Z Checking linked-hash-map v0.5.6
19862024-05-20T19:59:37.072Z Checking password-hash v0.5.0
19872024-05-20T19:59:37.308Z Checking blake2 v0.10.6
19882024-05-20T19:59:37.308Z Checking lru-cache v0.1.2
19892024-05-20T19:59:37.516Z Checking swrite v0.1.0
19902024-05-20T19:59:37.516Z Compiling rayon-core v1.12.1
19912024-05-20T19:59:37.516Z Compiling derive_more v0.99.17
19922024-05-20T19:59:37.517Z Checking resolv-conf v0.7.0
19932024-05-20T19:59:37.731Z Checking argon2 v0.5.3
19942024-05-20T19:59:37.867Z Checking trust-dns-resolver v0.22.0
19952024-05-20T19:59:37.867Z Checking half v2.4.1
19962024-05-20T19:59:38.639Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
19972024-05-20T19:59:38.639Z Checking ciborium-io v0.2.2
19982024-05-20T19:59:38.639Z Compiling cancel-safe-futures v0.1.5
19992024-05-20T19:59:38.639Z Checking ciborium-ll v0.2.2
20002024-05-20T19:59:38.639Z Checking mockall v0.12.1
20012024-05-20T19:59:38.832Z Compiling slog-dtrace v0.3.0
20022024-05-20T19:59:38.832Z Compiling semver v0.1.20
20032024-05-20T19:59:38.832Z Checking ciborium v0.2.2
20042024-05-20T19:59:39.050Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
20052024-05-20T19:59:39.153Z Compiling rustc_version v0.1.7
20062024-05-20T19:59:39.336Z Checking libsw v3.3.1
20072024-05-20T19:59:40.018Z Checking owo-colors v4.0.0
20082024-05-20T19:59:40.018Z Checking linear-map v1.2.0
20092024-05-20T19:59:40.179Z Compiling newtype_derive v0.1.6
20102024-05-20T19:59:40.179Z Compiling unicode-xid v0.2.4
20112024-05-20T19:59:40.180Z Compiling radium v0.7.0
20122024-05-20T19:59:40.180Z Checking num-rational v0.4.2
20132024-05-20T19:59:40.180Z Checking num-complex v0.4.6
20142024-05-20T19:59:40.180Z Checking steno v0.4.0
20152024-05-20T19:59:40.393Z Checking nibble_vec v0.1.0
20162024-05-20T19:59:40.508Z Checking tap v1.0.1
20172024-05-20T19:59:40.706Z Checking endian-type v0.1.2
20182024-05-20T19:59:40.707Z Compiling maybe-uninit v2.0.0
20192024-05-20T19:59:40.922Z Checking radix_trie v0.2.1
20202024-05-20T19:59:40.922Z Checking num v0.4.3
20212024-05-20T19:59:41.596Z Checking wyz v0.5.1
20222024-05-20T19:59:42.236Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
20232024-05-20T19:59:42.236Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
20242024-05-20T19:59:42.236Z Compiling bzip2-sys v0.1.11+1.0.8
20252024-05-20T19:59:42.236Z Checking fxhash v0.2.1
20262024-05-20T19:59:42.236Z Checking funty v2.0.0
20272024-05-20T19:59:42.443Z Compiling packed_struct v0.10.1
20282024-05-20T19:59:42.443Z Checking crc-catalog v2.4.0
20292024-05-20T19:59:42.443Z Compiling num-bigint-dig v0.8.4
20302024-05-20T19:59:42.443Z Checking crc v3.2.1
20312024-05-20T19:59:42.795Z Checking bitvec v1.0.1
20322024-05-20T19:59:43.124Z Compiling packed_struct_codegen v0.10.1
20332024-05-20T19:59:43.124Z Compiling indexmap v1.9.3
20342024-05-20T19:59:43.576Z Checking nodrop v0.1.14
20352024-05-20T19:59:43.576Z Checking array-init v0.0.4
20362024-05-20T19:59:43.576Z Checking smallvec v0.6.14
20372024-05-20T19:59:44.032Z Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
20382024-05-20T19:59:44.032Z Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
20392024-05-20T19:59:44.580Z Checking pkcs1 v0.7.5
20402024-05-20T19:59:44.580Z Checking signature v2.2.0
20412024-05-20T19:59:44.800Z Checking bitfield v0.14.0
20422024-05-20T19:59:44.800Z Checking hashbrown v0.12.3
20432024-05-20T19:59:44.801Z Checking serde-hex v0.1.0
20442024-05-20T19:59:45.186Z Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
20452024-05-20T19:59:45.536Z Checking bzip2 v0.4.4
20462024-05-20T19:59:45.739Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
20472024-05-20T19:59:46.195Z Checking env_logger v0.10.2
20482024-05-20T19:59:46.196Z Checking rsa v0.9.6
20492024-05-20T19:59:46.951Z Checking x509-cert v0.2.5
20502024-05-20T19:59:46.951Z Checking ron v0.8.1
20512024-05-20T19:59:46.951Z Checking hashbrown v0.13.2
20522024-05-20T19:59:46.951Z Checking crc-any v2.5.0
20532024-05-20T19:59:46.998Z Compiling home v0.5.9
20542024-05-20T19:59:46.998Z Checking zip v0.6.6
20552024-05-20T19:59:46.999Z Checking display-error-chain v0.2.0
20562024-05-20T19:59:46.999Z Checking path-slash v0.1.5
20572024-05-20T19:59:47.117Z Compiling async-recursion v1.1.1
20582024-05-20T19:59:47.177Z Checking object v0.30.4
20592024-05-20T19:59:47.253Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
20602024-05-20T19:59:47.484Z Compiling buf-list v1.0.3
20612024-05-20T19:59:47.512Z Compiling blake3 v1.5.1
20622024-05-20T19:59:47.618Z Compiling ring v0.16.20
20632024-05-20T19:59:48.407Z Checking maplit v1.0.2
20642024-05-20T19:59:49.017Z Checking gethostname v0.4.3
20652024-05-20T19:59:49.017Z Compiling parking_lot_core v0.8.6
20662024-05-20T19:59:49.182Z Compiling libefi-sys v0.1.0
20672024-05-20T19:59:49.182Z Compiling pin-project-internal v1.1.5
20682024-05-20T19:59:49.182Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
20692024-05-20T19:59:49.182Z Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
20702024-05-20T19:59:49.522Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
20712024-05-20T19:59:49.943Z Compiling crossbeam-deque v0.8.5
20722024-05-20T19:59:49.944Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81)
20732024-05-20T19:59:49.944Z Checking keccak v0.1.5
20742024-05-20T19:59:49.944Z Checking libnvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81)
20752024-05-20T19:59:50.379Z Checking sha3 v0.10.8
20762024-05-20T19:59:51.015Z Checking parking_lot v0.11.2
20772024-05-20T19:59:51.575Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
20782024-05-20T19:59:52.631Z Checking trust-dns-client v0.22.0
20792024-05-20T19:59:52.631Z Compiling synstructure v0.12.6
20802024-05-20T19:59:52.631Z Checking toml v0.5.11
20812024-05-20T19:59:52.631Z Checking pin-project v1.1.5
20822024-05-20T19:59:52.631Z Checking secrecy v0.8.0
20832024-05-20T19:59:52.632Z Checking sled v0.34.7
20842024-05-20T19:59:52.632Z Compiling rayon v1.10.0
20852024-05-20T19:59:53.074Z Checking trust-dns-server v0.22.1
20862024-05-20T19:59:53.320Z Compiling zerocopy-derive v0.2.0
20872024-05-20T19:59:53.769Z Compiling memmap2 v0.9.4
20882024-05-20T19:59:54.106Z Compiling arrayvec v0.7.4
20892024-05-20T19:59:54.106Z Compiling constant_time_eq v0.3.0
20902024-05-20T19:59:54.681Z Compiling arrayref v0.3.7
20912024-05-20T19:59:54.682Z Compiling untrusted v0.7.1
20922024-05-20T19:59:55.297Z Compiling toolchain_find v0.4.0
20932024-05-20T19:59:56.204Z Compiling vte_generate_state_changes v0.1.1
20942024-05-20T19:59:56.205Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=025389ff39d594bf2b815377e2c1dc4dd23b1f96#025389ff)
20952024-05-20T19:59:56.205Z Compiling topological-sort v0.2.2
20962024-05-20T19:59:56.427Z Compiling rustfmt-wrapper v0.2.1
20972024-05-20T19:59:56.476Z Checking fd-lock v4.0.2
20982024-05-20T19:59:56.476Z Checking vte v0.11.1
20992024-05-20T19:59:56.742Z Compiling glob v0.3.1
21002024-05-20T19:59:57.165Z Compiling snafu-derive v0.8.2
21012024-05-20T19:59:57.288Z Compiling usdt-impl v0.3.5
21022024-05-20T19:59:57.475Z Compiling omicron-zone-package v0.11.0
21032024-05-20T19:59:57.690Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
21042024-05-20T19:59:58.365Z Checking strip-ansi-escapes v0.2.0
21052024-05-20T19:59:58.366Z Checking nu-ansi-term v0.50.0
21062024-05-20T19:59:58.366Z Compiling zerocopy v0.3.2
21072024-05-20T19:59:58.717Z Checking globset v0.4.14
21082024-05-20T19:59:58.718Z Checking reedline v0.31.0
21092024-05-20T19:59:58.718Z Checking olpc-cjson v0.1.3
21102024-05-20T19:59:59.040Z Checking serde_plain v1.0.2
21112024-05-20T19:59:59.040Z Checking typed-path v0.7.1
21122024-05-20T19:59:59.040Z Compiling prettyplease v0.2.20
21132024-05-20T19:59:59.040Z Compiling dof v0.1.5
21142024-05-20T19:59:59.166Z Compiling dtrace-parser v0.1.14
21152024-05-20T19:59:59.755Z Checking parse-size v1.0.0
21162024-05-20T19:59:59.807Z Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
21172024-05-20T20:00:00.807Z Compiling serde_tokenstream v0.1.7
21182024-05-20T20:00:01.011Z Compiling memoffset v0.7.1
21192024-05-20T20:00:01.988Z Compiling platforms v3.4.0
21202024-05-20T20:00:01.995Z Compiling crunchy v0.2.2
21212024-05-20T20:00:01.995Z Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe)
21222024-05-20T20:00:01.996Z Compiling clang-sys v1.7.0
21232024-05-20T20:00:01.996Z Compiling curve25519-dalek v4.1.2
21242024-05-20T20:00:02.820Z Compiling unicase v2.7.0
21252024-05-20T20:00:02.947Z Compiling tiny-keccak v2.0.2
21262024-05-20T20:00:02.947Z Checking snafu v0.8.2
21272024-05-20T20:00:02.947Z Compiling usdt-macro v0.3.5
21282024-05-20T20:00:02.947Z Compiling usdt-attr-macro v0.3.5
21292024-05-20T20:00:03.944Z Checking universal-hash v0.5.1
21302024-05-20T20:00:03.944Z Compiling thiserror-impl-no-std v2.0.2
21312024-05-20T20:00:03.945Z Checking tough v0.17.1
21322024-05-20T20:00:03.945Z Compiling curve25519-dalek-derive v0.1.1
21332024-05-20T20:00:03.945Z Checking progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
21342024-05-20T20:00:03.964Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
21352024-05-20T20:00:04.190Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
21362024-05-20T20:00:04.255Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
21372024-05-20T20:00:04.536Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
21382024-05-20T20:00:05.388Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
21392024-05-20T20:00:06.032Z Checking nanorand v0.7.0
21402024-05-20T20:00:06.498Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
21412024-05-20T20:00:06.573Z Checking bytecount v0.6.8
21422024-05-20T20:00:06.726Z Checking opaque-debug v0.3.1
21432024-05-20T20:00:06.816Z Compiling cfg_aliases v0.1.1
21442024-05-20T20:00:06.884Z Compiling salty v0.2.0
21452024-05-20T20:00:06.939Z Checking signature v1.6.4
21462024-05-20T20:00:07.040Z Checking ed25519 v1.5.3
21472024-05-20T20:00:07.256Z Compiling nix v0.28.0
21482024-05-20T20:00:07.387Z Checking poly1305 v0.8.0
21492024-05-20T20:00:07.453Z Checking papergrid v0.11.0
21502024-05-20T20:00:08.236Z Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1)
21512024-05-20T20:00:08.236Z Checking thiserror-no-std v2.0.2
21522024-05-20T20:00:08.318Z Checking flume v0.11.0
21532024-05-20T20:00:08.318Z Checking usdt v0.3.5
21542024-05-20T20:00:08.318Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
21552024-05-20T20:00:08.318Z Compiling ascii-canvas v3.0.0
21562024-05-20T20:00:08.676Z Checking nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d)
21572024-05-20T20:00:09.508Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
21582024-05-20T20:00:09.708Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
21592024-05-20T20:00:09.755Z Compiling tabled_derive v0.7.0
21602024-05-20T20:00:09.793Z Checking chacha20 v0.9.1
21612024-05-20T20:00:10.020Z Checking aead v0.5.2
21622024-05-20T20:00:10.153Z Checking serde-big-array v0.5.1
21632024-05-20T20:00:10.234Z Checking kstat-rs v0.2.3
21642024-05-20T20:00:10.234Z Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack.git?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
21652024-05-20T20:00:10.415Z Compiling ena v0.14.3
21662024-05-20T20:00:10.728Z Compiling libloading v0.8.3
21672024-05-20T20:00:10.984Z Compiling bindgen v0.69.4
21682024-05-20T20:00:11.112Z Compiling diff v0.1.13
21692024-05-20T20:00:11.177Z Compiling regex-syntax v0.6.29
21702024-05-20T20:00:11.796Z Checking hubpack v0.1.0 (https://github.com/cbiffle/hubpack.git?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
21712024-05-20T20:00:11.842Z Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
21722024-05-20T20:00:12.149Z Checking chacha20poly1305 v0.10.1
21732024-05-20T20:00:12.669Z Checking vsss-rs v3.3.4
21742024-05-20T20:00:12.669Z Checking tabled v0.15.0
21752024-05-20T20:00:13.500Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=8c6d485110ecfae5409575246b986a145c386dc4#8c6d4851)
21762024-05-20T20:00:14.275Z Compiling lalrpop v0.19.12
21772024-05-20T20:00:15.306Z Compiling which v4.4.2
21782024-05-20T20:00:15.349Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
21792024-05-20T20:00:16.055Z Checking signal-hook-tokio v0.3.1
21802024-05-20T20:00:16.102Z Compiling cexpr v0.6.0
21812024-05-20T20:00:16.102Z Checking serde-big-array v0.4.1
21822024-05-20T20:00:16.143Z Compiling lazycell v1.3.0
21832024-05-20T20:00:16.322Z Compiling shlex v1.3.0
21842024-05-20T20:00:16.767Z Compiling rustc-hash v1.1.0
21852024-05-20T20:00:16.907Z Compiling ref-cast v1.0.23
21862024-05-20T20:00:17.583Z Checking sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
21872024-05-20T20:00:17.634Z Compiling mime_guess v2.0.4
21882024-05-20T20:00:18.038Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0)
21892024-05-20T20:00:18.843Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
21902024-05-20T20:00:19.096Z Compiling derive_builder_core v0.20.0
21912024-05-20T20:00:20.012Z Compiling peg-macros v0.8.3
21922024-05-20T20:00:20.757Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
21932024-05-20T20:00:21.616Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
21942024-05-20T20:00:22.205Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
21952024-05-20T20:00:23.486Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
21962024-05-20T20:00:23.847Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
21972024-05-20T20:00:24.861Z Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
21982024-05-20T20:00:25.326Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
21992024-05-20T20:00:26.036Z Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
22002024-05-20T20:00:26.679Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
22012024-05-20T20:00:27.187Z Compiling sqlparser_derive v0.2.2
22022024-05-20T20:00:28.088Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
22032024-05-20T20:00:28.772Z Compiling ref-cast-impl v1.0.23
22042024-05-20T20:00:28.978Z Compiling libxml v0.3.3
22052024-05-20T20:00:29.149Z Checking unicode_categories v0.1.1
22062024-05-20T20:00:29.351Z Checking corncobs v0.1.3
22072024-05-20T20:00:29.553Z Checking sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
22082024-05-20T20:00:29.647Z Checking sqlformat v0.2.3
22092024-05-20T20:00:29.691Z Checking rustyline v14.0.0
22102024-05-20T20:00:29.691Z Checking sqlparser v0.45.0
22112024-05-20T20:00:31.086Z Checking peg v0.8.3
22122024-05-20T20:00:31.166Z Compiling derive_builder_macro v0.20.0
22132024-05-20T20:00:31.299Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
22142024-05-20T20:00:31.721Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
22152024-05-20T20:00:32.339Z Checking bcs v0.1.6
22162024-05-20T20:00:32.733Z Compiling strum_macros v0.24.3
22172024-05-20T20:00:33.838Z Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0)
22182024-05-20T20:00:33.839Z Compiling cookie v0.18.1
22192024-05-20T20:00:33.839Z Compiling indoc v1.0.9
22202024-05-20T20:00:34.200Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
22212024-05-20T20:00:34.655Z Checking highway v1.1.0
22222024-05-20T20:00:35.847Z Checking derive_builder v0.20.0
22232024-05-20T20:00:36.097Z Compiling const_format_proc_macros v0.2.32
22242024-05-20T20:00:36.525Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
22252024-05-20T20:00:36.830Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0)
22262024-05-20T20:00:37.080Z Checking bb8 v0.8.3
22272024-05-20T20:00:37.523Z Checking quick-xml v0.31.0
22282024-05-20T20:00:37.899Z Compiling impl-trait-for-tuples v0.2.2
22292024-05-20T20:00:38.339Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
22302024-05-20T20:00:38.626Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
22312024-05-20T20:00:38.956Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
22322024-05-20T20:00:39.261Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
22332024-05-20T20:00:39.652Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
22342024-05-20T20:00:40.227Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
22352024-05-20T20:00:40.882Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
22362024-05-20T20:00:43.743Z Compiling oso-derive v0.27.3
22372024-05-20T20:00:43.958Z Checking http-range v0.1.5
22382024-05-20T20:00:44.053Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
22392024-05-20T20:00:44.097Z Checking hyper-staticfile v0.9.5
22402024-05-20T20:00:44.519Z Checking const_format v0.2.32
22412024-05-20T20:00:44.923Z Checking async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef)
22422024-05-20T20:00:45.040Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0)
22432024-05-20T20:00:46.358Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
22442024-05-20T20:00:46.529Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
22452024-05-20T20:00:47.519Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
22462024-05-20T20:00:49.059Z Checking assert_matches v1.5.0
22472024-05-20T20:00:49.273Z Checking rand_seeder v0.2.3
22482024-05-20T20:00:49.901Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
22492024-05-20T20:00:49.937Z Compiling portable-atomic v1.6.0
22502024-05-20T20:00:49.937Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
22512024-05-20T20:00:49.937Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
22522024-05-20T20:00:49.937Z Checking number_prefix v0.4.0
22532024-05-20T20:00:49.938Z Checking castaway v0.2.2
22542024-05-20T20:00:49.979Z Checking compact_str v0.7.1
22552024-05-20T20:00:50.199Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
22562024-05-20T20:00:50.860Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
22572024-05-20T20:00:50.861Z Checking lru v0.12.3
22582024-05-20T20:00:51.078Z Compiling stability v0.2.0
22592024-05-20T20:00:51.078Z Checking cassowary v0.3.0
22602024-05-20T20:00:51.200Z Compiling indoc v2.0.5
22612024-05-20T20:00:51.393Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
22622024-05-20T20:00:51.509Z Checking indicatif v0.17.8
22632024-05-20T20:00:51.922Z Checking unicode-linebreak v0.1.5
22642024-05-20T20:00:52.542Z Checking ratatui v0.26.2
22652024-05-20T20:00:52.543Z Checking smawk v0.3.2
22662024-05-20T20:00:52.543Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
22672024-05-20T20:00:52.543Z Checking textwrap v0.16.1
22682024-05-20T20:00:52.656Z Checking is_ci v1.2.0
22692024-05-20T20:00:52.846Z Checking supports-color v3.0.0
22702024-05-20T20:00:54.406Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=8c6d485110ecfae5409575246b986a145c386dc4#8c6d4851)
22712024-05-20T20:00:54.406Z Checking fatfs v0.3.6
22722024-05-20T20:00:54.406Z Checking shell-words v1.1.0
22732024-05-20T20:00:54.406Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
22742024-05-20T20:00:54.406Z Checking rtoolbox v0.0.2
22752024-05-20T20:00:54.406Z Checking rpassword v7.3.1
22762024-05-20T20:00:54.406Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
22772024-05-20T20:00:54.751Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
22782024-05-20T20:00:55.144Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
22792024-05-20T20:00:55.481Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
22802024-05-20T20:00:55.604Z Checking tui-tree-widget v0.19.0
22812024-05-20T20:00:55.604Z Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
22822024-05-20T20:00:56.680Z Checking yansi v0.5.1
22832024-05-20T20:00:57.329Z Checking pretty_assertions v1.4.0
22842024-05-20T20:00:57.329Z Compiling target-lexicon v0.12.14
22852024-05-20T20:00:57.428Z Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
22862024-05-20T20:00:57.428Z Checking cargo-platform v0.1.8
22872024-05-20T20:00:57.428Z Checking plotters-backend v0.3.5
22882024-05-20T20:00:57.647Z Compiling guppy-workspace-hack v0.1.0
22892024-05-20T20:00:57.879Z Compiling doc-comment v0.3.3
22902024-05-20T20:00:58.537Z Checking plotters-svg v0.3.5
22912024-05-20T20:00:58.691Z Checking cargo_metadata v0.18.1
22922024-05-20T20:00:58.691Z Checking http-body v1.0.0
22932024-05-20T20:00:58.806Z Checking cast v0.3.0
22942024-05-20T20:00:58.806Z Checking regex-automata v0.1.10
22952024-05-20T20:00:58.911Z Checking tower-layer v0.3.2
22962024-05-20T20:00:59.181Z Compiling assert_cmd v2.0.14
22972024-05-20T20:00:59.330Z Compiling target-spec v3.1.0
22982024-05-20T20:00:59.555Z Checking tower v0.4.13
22992024-05-20T20:00:59.731Z Checking bstr v0.2.17
23002024-05-20T20:01:00.055Z Checking criterion-plot v0.5.0
23012024-05-20T20:01:00.330Z Checking hyper v1.3.1
23022024-05-20T20:01:00.529Z Checking plotters v0.3.5
23032024-05-20T20:01:00.639Z Checking cfg-expr v0.15.8
23042024-05-20T20:01:01.510Z Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd)
23052024-05-20T20:01:01.575Z Checking tinytemplate v1.2.1
23062024-05-20T20:01:02.187Z Checking oorandom v11.1.3
23072024-05-20T20:01:02.234Z Checking anes v0.1.6
23082024-05-20T20:01:02.602Z Checking criterion v0.5.1
23092024-05-20T20:01:03.316Z Checking hyper-util v0.1.3
23102024-05-20T20:01:03.410Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
23112024-05-20T20:01:04.745Z Checking httptest v0.15.5
23122024-05-20T20:01:04.805Z Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client)
23132024-05-20T20:01:05.395Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
23142024-05-20T20:01:05.537Z Checking rustls-native-certs v0.7.0
23152024-05-20T20:01:05.671Z Checking pathdiff v0.2.1
23162024-05-20T20:01:05.816Z Checking nested v0.1.1
23172024-05-20T20:01:06.001Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
23182024-05-20T20:01:06.018Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
23192024-05-20T20:01:07.097Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
23202024-05-20T20:01:09.276Z Checking guppy v0.17.5
23212024-05-20T20:01:10.209Z Checking hyper-rustls v0.26.0
23222024-05-20T20:01:10.388Z Checking escape8259 v0.5.2
23232024-05-20T20:01:10.532Z Checking threadpool v1.8.1
23242024-05-20T20:01:10.569Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
23252024-05-20T20:01:10.711Z Checking libtest-mimic v0.7.3
23262024-05-20T20:01:11.154Z Checking similar-asserts v1.5.0
23272024-05-20T20:01:11.341Z Checking fancy-regex v0.13.0
23282024-05-20T20:01:11.384Z Compiling rstest_macros v0.19.0
23292024-05-20T20:01:12.440Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
23302024-05-20T20:01:12.444Z Checking datatest-stable v0.2.9
23312024-05-20T20:01:12.444Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
23322024-05-20T20:01:12.681Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
23332024-05-20T20:01:12.991Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
23342024-05-20T20:01:13.485Z Checking csv-core v0.1.11
23352024-05-20T20:01:13.553Z Compiling relative-path v1.9.3
23362024-05-20T20:01:13.688Z Compiling trybuild v1.0.96
23372024-05-20T20:01:13.813Z Checking csv v1.3.0
23382024-05-20T20:01:14.278Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
23392024-05-20T20:01:14.671Z Checking blake2b_simd v1.0.2
23402024-05-20T20:01:15.488Z Checking multimap v0.10.0
23412024-05-20T20:01:15.786Z Checking futures-timer v3.0.3
23422024-05-20T20:01:16.105Z Checking rust-argon2 v2.1.0
23432024-05-20T20:01:17.877Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
23442024-05-20T20:01:19.845Z Checking partial-io v0.5.4
23452024-05-20T20:01:20.275Z Checking approx v0.5.1
23462024-05-20T20:01:20.491Z Checking termios v0.3.3
23472024-05-20T20:01:20.703Z Checking uzers v0.11.3
23482024-05-20T20:01:21.043Z Checking hex-literal v0.4.1
23492024-05-20T20:01:24.046Z Checking rstest v0.19.0
23502024-05-20T20:01:25.827Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
23512024-05-20T20:01:26.997Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
23522024-05-20T20:01:35.260Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
23532024-05-20T20:01:53.429Z Compiling samael v0.0.15
23542024-05-20T20:02:10.831Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli)
23552024-05-20T20:02:11.696Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
23562024-05-20T20:02:32.952Z Compiling polar-core v0.27.3
23572024-05-20T20:02:40.210Z Checking oso v0.27.3
23582024-05-20T20:03:07.352Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
23592024-05-20T20:03:07.352Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
23602024-05-20T20:03:07.355Z Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
23612024-05-20T20:04:12.550Z Finished dev [unoptimized + debuginfo] target(s) in 6m 47s
23622024-05-20T20:04:12.821Z
23632024-05-20T20:04:12.821Zreal 7:37.773627447
23642024-05-20T20:04:12.822Zuser 38:21.192180339
23652024-05-20T20:04:12.822Zsys 6:46.710468667
23662024-05-20T20:04:12.822Ztrap 1.034615722
23672024-05-20T20:04:12.822Ztflt 8.895333739
23682024-05-20T20:04:12.822Zdflt 8.209890067
23692024-05-20T20:04:12.822Zkflt 0.024977138
23702024-05-20T20:04:12.822Zlock 58:44.954129819
23712024-05-20T20:04:12.822Zslp 1:57:38.029176415
23722024-05-20T20:04:12.822Zlat 1:46.690315846
23732024-05-20T20:04:12.822Zstop 4:32.462465255
23742024-05-20T20:04:13.646Zwarning: output filename collision.
23752024-05-20T20:04:13.646ZThe 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)`.
23762024-05-20T20:04:13.646ZColliding filename is: /work/oxidecomputer/omicron/target/doc/bhyve_api/index.html
23772024-05-20T20:04:13.646ZThe targets should have unique names.
23782024-05-20T20:04:13.646ZThis is a known bug where multiple crates with the same name use
23792024-05-20T20:04:13.646Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
23802024-05-20T20:04:13.646Zwarning: output filename collision.
23812024-05-20T20:04:13.646ZThe 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)`.
23822024-05-20T20:04:13.646ZColliding filename is: /work/oxidecomputer/omicron/target/doc/bhyve_api_sys/index.html
23832024-05-20T20:04:13.646ZThe targets should have unique names.
23842024-05-20T20:04:13.646ZThis is a known bug where multiple crates with the same name use
23852024-05-20T20:04:13.646Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
23862024-05-20T20:04:13.668Zwarning: output filename collision.
23872024-05-20T20:04:13.668ZThe 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)`.
23882024-05-20T20:04:13.669ZColliding filename is: /work/oxidecomputer/omicron/target/doc/hubpack/index.html
23892024-05-20T20:04:13.669ZThe targets should have unique names.
23902024-05-20T20:04:13.669ZThis is a known bug where multiple crates with the same name use
23912024-05-20T20:04:13.669Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
23922024-05-20T20:04:13.669Zwarning: output filename collision.
23932024-05-20T20:04:13.669ZThe 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)`.
23942024-05-20T20:04:13.669ZColliding filename is: /work/oxidecomputer/omicron/target/doc/libnet/index.html
23952024-05-20T20:04:13.669ZThe targets should have unique names.
23962024-05-20T20:04:13.669ZThis is a known bug where multiple crates with the same name use
23972024-05-20T20:04:13.669Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
23982024-05-20T20:04:13.669Zwarning: output filename collision.
23992024-05-20T20:04:13.669ZThe 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)`.
24002024-05-20T20:04:13.669ZColliding filename is: /work/oxidecomputer/omicron/target/doc/nix/index.html
24012024-05-20T20:04:13.669ZThe targets should have unique names.
24022024-05-20T20:04:13.669ZThis is a known bug where multiple crates with the same name use
24032024-05-20T20:04:13.669Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
24042024-05-20T20:04:13.669Zwarning: output filename collision.
24052024-05-20T20:04:13.670ZThe 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)`.
24062024-05-20T20:04:13.670ZColliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html
24072024-05-20T20:04:13.670ZThe targets should have unique names.
24082024-05-20T20:04:13.670ZThis is a known bug where multiple crates with the same name use
24092024-05-20T20:04:13.670Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
24102024-05-20T20:04:13.670Zwarning: output filename collision.
24112024-05-20T20:04:13.670ZThe 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)`.
24122024-05-20T20:04:13.670ZColliding filename is: /work/oxidecomputer/omicron/target/doc/propolis_client/index.html
24132024-05-20T20:04:13.670ZThe targets should have unique names.
24142024-05-20T20:04:13.670ZThis is a known bug where multiple crates with the same name use
24152024-05-20T20:04:13.670Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
24162024-05-20T20:04:13.670Zwarning: output filename collision.
24172024-05-20T20:04:13.670ZThe 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)`.
24182024-05-20T20:04:13.670ZColliding filename is: /work/oxidecomputer/omicron/target/doc/tlvc/index.html
24192024-05-20T20:04:13.670ZThe targets should have unique names.
24202024-05-20T20:04:13.670ZThis is a known bug where multiple crates with the same name use
24212024-05-20T20:04:13.670Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
24222024-05-20T20:04:13.671Zwarning: output filename collision.
24232024-05-20T20:04:13.671ZThe 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`.
24242024-05-20T20:04:13.671ZColliding filename is: /work/oxidecomputer/omicron/target/doc/zone/index.html
24252024-05-20T20:04:13.671ZThe targets should have unique names.
24262024-05-20T20:04:13.671ZThis is a known bug where multiple crates with the same name use
24272024-05-20T20:04:13.671Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
24282024-05-20T20:04:14.146Z Documenting libc v0.2.153
24292024-05-20T20:04:14.197Z Documenting cfg-if v1.0.0
24302024-05-20T20:04:14.218Z Documenting serde_derive v1.0.202
24312024-05-20T20:04:14.238Z Documenting log v0.4.21
24322024-05-20T20:04:14.256Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
24332024-05-20T20:04:14.689Z Documenting memchr v2.7.2
24342024-05-20T20:04:14.689Z Documenting byteorder v1.5.0
24352024-05-20T20:04:14.689Z Documenting smallvec v1.13.2
24362024-05-20T20:04:14.689Z Documenting itoa v1.0.11
24372024-05-20T20:04:17.323Z Documenting scopeguard v1.2.0
24382024-05-20T20:04:17.444Z Documenting pin-project-lite v0.2.14
24392024-05-20T20:04:17.885Z Documenting libm v0.2.8
24402024-05-20T20:04:18.234Z Documenting once_cell v1.19.0
24412024-05-20T20:04:18.305Z Documenting thiserror-impl v1.0.60
24422024-05-20T20:04:18.893Z Documenting getrandom v0.2.14
24432024-05-20T20:04:18.942Z Documenting parking_lot_core v0.9.10
24442024-05-20T20:04:20.291Z Documenting signal-hook-registry v1.4.2
24452024-05-20T20:04:22.205Z Documenting num-traits v0.2.19
24462024-05-20T20:04:22.212Z Documenting serde v1.0.202
24472024-05-20T20:04:22.212Z Documenting lock_api v0.4.12
24482024-05-20T20:04:22.562Z Documenting mio v0.8.11
24492024-05-20T20:04:23.037Z Documenting rand_core v0.6.4
24502024-05-20T20:04:24.073Z Documenting zeroize_derive v1.4.2
24512024-05-20T20:04:24.509Z Documenting thiserror v1.0.60
24522024-05-20T20:04:24.582Z Documenting ryu v1.0.18
24532024-05-20T20:04:27.000Z Documenting parking_lot v0.12.2
24542024-05-20T20:04:27.200Z Documenting futures-core v0.3.30
24552024-05-20T20:04:27.212Z Documenting num_cpus v1.16.0
24562024-05-20T20:04:27.480Z Documenting socket2 v0.5.7
24572024-05-20T20:04:27.728Z Documenting tokio-macros v2.2.0
24582024-05-20T20:04:29.149Z Documenting zeroize v1.7.0
24592024-05-20T20:04:29.332Z Documenting zerocopy v0.7.34
24602024-05-20T20:04:31.267Z Documenting futures-sink v0.3.30
24612024-05-20T20:04:31.700Z Documenting typenum v1.17.0
24622024-05-20T20:04:31.900Z Documenting subtle v2.5.0
24632024-05-20T20:04:32.555Z Documenting pin-utils v0.1.0
24642024-05-20T20:04:33.352Z Documenting slab v0.4.9
24652024-05-20T20:04:33.466Z Documenting futures-macro v0.3.30
24662024-05-20T20:04:36.381Z Documenting futures-channel v0.3.30
24672024-05-20T20:04:36.808Z Documenting iana-time-zone v0.1.60
24682024-05-20T20:04:43.065Z Documenting bytes v1.6.0
24692024-05-20T20:04:44.959Z Documenting bitflags v2.5.0
24702024-05-20T20:04:45.029Z Documenting serde_json v1.0.117
24712024-05-20T20:04:45.030Z Documenting futures-task v0.3.30
24722024-05-20T20:04:45.030Z Documenting futures-io v0.3.30
24732024-05-20T20:04:45.163Z Documenting chrono v0.4.38
24742024-05-20T20:04:45.315Z Documenting uuid v1.8.0
24752024-05-20T20:04:45.940Z Documenting generic-array v0.14.7
24762024-05-20T20:04:47.899Z Documenting tokio v1.37.0
24772024-05-20T20:04:49.716Z Documenting ahash v0.8.11
24782024-05-20T20:04:50.376Z Documenting futures-util v0.3.30
24792024-05-20T20:04:50.424Z Documenting allocator-api2 v0.2.18
24802024-05-20T20:04:50.424Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24812024-05-20T20:04:50.424Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
24822024-05-20T20:04:50.716Z Documenting crypto-common v0.1.6
24832024-05-20T20:04:51.141Z Documenting tinyvec_macros v0.1.1
24842024-05-20T20:04:51.634Z Documenting const-oid v0.9.6
24852024-05-20T20:04:52.049Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
24862024-05-20T20:04:53.646Z Documenting serde_derive_internals v0.29.1
24872024-05-20T20:04:54.321Z Documenting tinyvec v1.6.0
24882024-05-20T20:04:54.537Z Documenting hashbrown v0.14.5
24892024-05-20T20:04:55.582Z Checking serde_derive_internals v0.29.1
24902024-05-20T20:04:56.157Z Documenting dyn-clone v1.0.17
24912024-05-20T20:04:57.812Z Documenting ppv-lite86 v0.2.17
24922024-05-20T20:04:58.678Z Documenting unicode-normalization v0.1.23
24932024-05-20T20:04:59.703Z Documenting tracing-core v0.1.32
24942024-05-20T20:04:59.730Z Documenting tracing-attributes v0.1.27
24952024-05-20T20:04:59.915Z Documenting unicode-bidi v0.3.15
24962024-05-20T20:05:00.201Z Documenting lazy_static v1.4.0
24972024-05-20T20:05:00.376Z Documenting schemars_derive v0.8.19
24982024-05-20T20:05:00.631Z Documenting percent-encoding v2.3.1
24992024-05-20T20:05:01.123Z Documenting rand_chacha v0.3.1
25002024-05-20T20:05:03.633Z Documenting block-buffer v0.10.4
25012024-05-20T20:05:03.999Z Documenting powerfmt v0.2.0
25022024-05-20T20:05:04.737Z Documenting equivalent v1.0.1
25032024-05-20T20:05:05.114Z Documenting form_urlencoded v1.2.1
25042024-05-20T20:05:05.723Z Documenting time-macros v0.2.18
25052024-05-20T20:05:06.075Z Documenting schemars v0.8.19
25062024-05-20T20:05:06.122Z Documenting rand v0.8.5
25072024-05-20T20:05:07.345Z Documenting deranged v0.3.11
25082024-05-20T20:05:07.496Z Documenting indexmap v2.2.6
25092024-05-20T20:05:08.070Z Documenting digest v0.10.7
25102024-05-20T20:05:09.649Z Documenting time-core v0.1.2
25112024-05-20T20:05:11.756Z Documenting num-conv v0.1.0
25122024-05-20T20:05:11.960Z Documenting unicode-width v0.1.12
25132024-05-20T20:05:12.385Z Documenting num_threads v0.1.7
25142024-05-20T20:05:12.599Z Documenting fnv v1.0.7
25152024-05-20T20:05:12.871Z Documenting idna v0.5.0
25162024-05-20T20:05:12.982Z Documenting adler v1.0.2
25172024-05-20T20:05:18.249Z Documenting tracing v0.1.40
25182024-05-20T20:05:22.352Z Documenting unicode-ident v1.0.12
25192024-05-20T20:05:22.425Z Documenting slog v2.7.0
25202024-05-20T20:05:22.425Z Documenting miniz_oxide v0.7.2
25212024-05-20T20:05:23.073Z Documenting time v0.3.36
25222024-05-20T20:05:23.073Z Documenting httparse v1.8.0
25232024-05-20T20:05:23.073Z Documenting url v2.5.0
25242024-05-20T20:05:23.295Z Documenting cpufeatures v0.2.12
25252024-05-20T20:05:26.824Z Documenting proc-macro2 v1.0.82
25262024-05-20T20:05:26.849Z Documenting tokio-util v0.7.11
25272024-05-20T20:05:26.988Z Documenting errno v0.3.9
25282024-05-20T20:05:27.139Z Documenting async-trait v0.1.80
25292024-05-20T20:05:27.218Z Documenting httpdate v1.0.3
25302024-05-20T20:05:27.720Z Documenting try-lock v0.2.5
25312024-05-20T20:05:27.807Z Documenting http-body v0.4.6
25322024-05-20T20:05:30.644Z Documenting want v0.3.1
25332024-05-20T20:05:31.428Z Documenting rustix v0.38.34
25342024-05-20T20:05:32.087Z Documenting quote v1.0.36
25352024-05-20T20:05:32.436Z Documenting aho-corasick v1.1.3
25362024-05-20T20:05:33.238Z Documenting openssl-sys v0.9.102
25372024-05-20T20:05:33.242Z Documenting openssl-macros v0.1.1
25382024-05-20T20:05:33.489Z Documenting tower-service v0.3.2
25392024-05-20T20:05:34.451Z Documenting h2 v0.3.26
25402024-05-20T20:05:35.535Z Documenting regex-syntax v0.8.3
25412024-05-20T20:05:36.865Z Documenting syn v2.0.64
25422024-05-20T20:05:37.586Z Documenting mime v0.3.17
25432024-05-20T20:05:38.395Z Documenting gimli v0.28.1
25442024-05-20T20:05:38.838Z Documenting object v0.32.2
25452024-05-20T20:05:39.477Z Documenting rustc-demangle v0.1.24
25462024-05-20T20:05:40.296Z Documenting openssl v0.10.64
25472024-05-20T20:05:42.749Z Documenting openssl-probe v0.1.5
25482024-05-20T20:05:42.761Z Documenting regex-automata v0.4.6
25492024-05-20T20:05:43.156Z Documenting ipnet v2.9.0
25502024-05-20T20:05:45.054Z Documenting addr2line v0.21.0
25512024-05-20T20:05:45.398Z Documenting hyper v0.14.28
25522024-05-20T20:05:46.994Z Documenting base64ct v1.6.0
25532024-05-20T20:05:47.997Z Documenting futures-executor v0.3.30
25542024-05-20T20:05:49.055Z Documenting encoding_rs v0.8.34
25552024-05-20T20:05:49.199Z Documenting native-tls v0.2.11
25562024-05-20T20:05:51.828Z Documenting psl-types v2.0.11
25572024-05-20T20:05:52.180Z Documenting serde_urlencoded v0.7.1
25582024-05-20T20:05:52.416Z Documenting backtrace v0.3.71
25592024-05-20T20:05:52.732Z Documenting semver v1.0.23
25602024-05-20T20:05:53.929Z Checking pest_meta v2.7.10
25612024-05-20T20:05:54.739Z Documenting tokio-native-tls v0.3.1
25622024-05-20T20:05:54.780Z Documenting publicsuffix v2.2.3
25632024-05-20T20:05:55.193Z Documenting crossbeam-utils v0.8.19
25642024-05-20T20:05:57.640Z Documenting utf8parse v0.2.1
25652024-05-20T20:05:57.737Z Documenting anyhow v1.0.83
25662024-05-20T20:05:57.895Z Documenting futures v0.3.30
25672024-05-20T20:05:58.258Z Documenting hyper-rustls v0.24.2
25682024-05-20T20:06:00.084Z Documenting cookie_store v0.20.0
25692024-05-20T20:06:00.089Z Documenting pem-rfc7468 v0.7.0
25702024-05-20T20:06:00.586Z Documenting hyper-tls v0.5.0
25712024-05-20T20:06:00.691Z Documenting regex v1.10.4
25722024-05-20T20:06:00.979Z Documenting pest_meta v2.7.10
25732024-05-20T20:06:02.720Z Documenting scroll_derive v0.12.0
25742024-05-20T20:06:04.784Z Documenting der_derive v0.7.2
25752024-05-20T20:06:05.007Z Documenting flagset v0.4.5
25762024-05-20T20:06:05.223Z Documenting sync_wrapper v0.1.2
25772024-05-20T20:06:06.009Z Documenting webpki-roots v0.25.4
25782024-05-20T20:06:06.207Z Documenting pest_generator v2.7.10
25792024-05-20T20:06:06.438Z Checking pest_generator v2.7.10
25802024-05-20T20:06:07.065Z Documenting num-integer v0.1.46
25812024-05-20T20:06:08.218Z Documenting ucd-trie v0.1.6
25822024-05-20T20:06:08.248Z Documenting plain v0.2.3
25832024-05-20T20:06:08.314Z Documenting scroll v0.12.0
25842024-05-20T20:06:08.395Z Documenting openapiv3 v2.0.0
25852024-05-20T20:06:10.722Z Documenting reqwest v0.11.27
25862024-05-20T20:06:11.078Z Documenting pretty-hex v0.4.1
25872024-05-20T20:06:11.269Z Documenting der v0.7.9
25882024-05-20T20:06:11.345Z Documenting pest_derive v2.7.10
25892024-05-20T20:06:12.472Z Documenting spin v0.9.8
25902024-05-20T20:06:12.491Z Documenting pest v2.7.10
25912024-05-20T20:06:13.304Z Documenting goblin v0.8.2
25922024-05-20T20:06:14.174Z Documenting thread-id v4.2.1
25932024-05-20T20:06:15.815Z Documenting anstyle v1.0.7
25942024-05-20T20:06:17.079Z Documenting either v1.12.0
25952024-05-20T20:06:17.200Z Documenting anstyle-parse v0.2.4
25962024-05-20T20:06:17.480Z Documenting spki v0.7.3
25972024-05-20T20:06:18.611Z Documenting dtrace-parser v0.2.0
25982024-05-20T20:06:19.047Z Documenting memmap v0.7.0
25992024-05-20T20:06:20.593Z Documenting is_terminal_polyfill v1.70.0
26002024-05-20T20:06:20.639Z Documenting dof v0.3.0
26012024-05-20T20:06:20.872Z Documenting anstyle-query v1.0.3
26022024-05-20T20:06:21.737Z Documenting data-encoding v2.6.0
26032024-05-20T20:06:22.110Z Documenting colorchoice v1.0.1
26042024-05-20T20:06:22.181Z Documenting pkcs8 v0.10.2
26052024-05-20T20:06:23.542Z Documenting crossbeam-epoch v0.9.18
26062024-05-20T20:06:24.057Z Documenting terminal_size v0.3.0
26072024-05-20T20:06:28.898Z Documenting sha2 v0.10.8
26082024-05-20T20:06:28.936Z Documenting ipnetwork v0.20.0
26092024-05-20T20:06:28.936Z Documenting anstream v0.6.14
26102024-05-20T20:06:28.936Z Documenting hex v0.4.3
26112024-05-20T20:06:28.936Z Documenting usdt-impl v0.5.0
26122024-05-20T20:06:28.936Z Documenting crc32fast v1.4.0
26132024-05-20T20:06:28.937Z Documenting untrusted v0.9.0
26142024-05-20T20:06:29.423Z Documenting strsim v0.11.1
26152024-05-20T20:06:30.178Z Documenting unicode-segmentation v1.11.0
26162024-05-20T20:06:30.356Z Documenting clap_lex v0.7.0
26172024-05-20T20:06:30.984Z Documenting num-iter v0.1.45
26182024-05-20T20:06:31.360Z Documenting hmac v0.12.1
26192024-05-20T20:06:31.574Z Documenting signal-hook v0.3.17
26202024-05-20T20:06:31.782Z Documenting ring v0.17.8
26212024-05-20T20:06:33.161Z Documenting usdt v0.5.0
26222024-05-20T20:06:33.490Z Documenting clap_derive v4.5.4
26232024-05-20T20:06:33.592Z Documenting static_assertions v1.1.0
26242024-05-20T20:06:34.408Z Documenting clap_builder v4.5.2
26252024-05-20T20:06:36.102Z Documenting flate2 v1.0.30
26262024-05-20T20:06:36.323Z Documenting managed v0.8.0
26272024-05-20T20:06:36.656Z Documenting itertools v0.12.1
26282024-05-20T20:06:36.667Z Documenting signal-hook-mio v0.2.3
26292024-05-20T20:06:37.500Z Documenting enum-as-inner v0.5.1
26302024-05-20T20:06:39.088Z Documenting regress v0.9.1
26312024-05-20T20:06:39.619Z Documenting block-padding v0.3.3
26322024-05-20T20:06:40.277Z Documenting scheduled-thread-pool v0.2.7
26332024-05-20T20:06:41.034Z Documenting diesel_table_macro_syntax v0.1.0
26342024-05-20T20:06:41.282Z Documenting clap v4.5.4
26352024-05-20T20:06:41.715Z Checking diesel_table_macro_syntax v0.1.0
26362024-05-20T20:06:41.889Z Documenting finl_unicode v1.2.0
26372024-05-20T20:06:42.019Z Documenting trust-dns-proto v0.22.0
26382024-05-20T20:06:44.318Z Documenting inout v0.1.3
26392024-05-20T20:06:45.076Z Documenting crossterm v0.27.0
26402024-05-20T20:06:45.270Z Documenting r2d2 v0.8.10
26412024-05-20T20:06:46.500Z Documenting md-5 v0.10.6
26422024-05-20T20:06:47.041Z Documenting diesel_derives v2.1.4
26432024-05-20T20:06:47.064Z Documenting stringprep v0.1.4
26442024-05-20T20:06:47.126Z Documenting toml_datetime v0.6.6
26452024-05-20T20:06:49.007Z Documenting serde_spanned v0.6.6
26462024-05-20T20:06:49.518Z Documenting ff v0.13.0
26472024-05-20T20:06:50.812Z Documenting pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
26482024-05-20T20:06:50.823Z Checking ident_case v1.0.1
26492024-05-20T20:06:50.969Z Documenting siphasher v0.3.11
26502024-05-20T20:06:51.151Z Documenting heck v0.5.0
26512024-05-20T20:06:52.077Z Checking unsafe-libyaml v0.2.11
26522024-05-20T20:06:52.326Z Documenting fallible-iterator v0.2.0
26532024-05-20T20:06:53.110Z Documenting base16ct v0.2.0
26542024-05-20T20:06:53.829Z Documenting bit-vec v0.6.3
26552024-05-20T20:06:53.982Z Documenting winnow v0.6.8
26562024-05-20T20:06:54.182Z Documenting phf_shared v0.11.2
26572024-05-20T20:06:54.566Z Documenting group v0.13.0
26582024-05-20T20:06:54.871Z Documenting typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
26592024-05-20T20:06:55.872Z Documenting diesel v2.1.6
26602024-05-20T20:06:56.838Z Documenting sec1 v0.7.3
26612024-05-20T20:06:57.297Z Documenting postgres-protocol v0.6.6
26622024-05-20T20:06:58.396Z Documenting cipher v0.4.4
26632024-05-20T20:06:58.940Z Documenting hkdf v0.12.4
26642024-05-20T20:06:59.491Z Documenting typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
26652024-05-20T20:06:59.975Z Documenting toml_edit v0.22.13
26662024-05-20T20:07:10.679Z Documenting num-bigint v0.4.5
26672024-05-20T20:07:10.703Z Documenting bstr v1.9.1
26682024-05-20T20:07:11.153Z Documenting console v0.15.8
26692024-05-20T20:07:19.123Z Documenting crypto-bigint v0.5.5
26702024-05-20T20:07:19.126Z Documenting hubpack v0.1.2
26712024-05-20T20:07:19.598Z Documenting serde_repr v0.1.19
26722024-05-20T20:07:19.794Z Documenting precomputed-hash v0.1.1
26732024-05-20T20:07:20.306Z Documenting fixedbitset v0.4.2
26742024-05-20T20:07:20.337Z Documenting unsafe-libyaml v0.2.11
26752024-05-20T20:07:21.328Z Documenting new_debug_unreachable v1.0.6
26762024-05-20T20:07:21.997Z Documenting lalrpop-util v0.19.12
26772024-05-20T20:07:23.791Z Documenting minimal-lexical v0.2.1
26782024-05-20T20:07:24.058Z Documenting petgraph v0.6.5
26792024-05-20T20:07:24.253Z Documenting yasna v0.5.2
26802024-05-20T20:07:24.843Z Documenting string_cache v0.8.7
26812024-05-20T20:07:24.898Z Documenting serde_yaml v0.9.34+deprecated
26822024-05-20T20:07:25.433Z Documenting gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
26832024-05-20T20:07:35.743Z Documenting postgres-types v0.2.6
26842024-05-20T20:07:35.817Z Documenting nom v7.1.3
26852024-05-20T20:07:35.954Z Documenting typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
26862024-05-20T20:07:36.655Z Documenting elliptic-curve v0.13.8
26872024-05-20T20:07:36.695Z Documenting phf v0.11.2
26882024-05-20T20:07:36.810Z Checking serde_yaml v0.9.34+deprecated
26892024-05-20T20:07:37.169Z Checking darling_core v0.20.9
26902024-05-20T20:07:37.266Z Documenting similar v2.5.0
26912024-05-20T20:07:38.663Z Documenting progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
26922024-05-20T20:07:38.925Z Documenting getopts v0.2.21
26932024-05-20T20:07:41.973Z Documenting float-cmp v0.9.0
26942024-05-20T20:07:42.035Z Documenting predicates-core v1.0.6
26952024-05-20T20:07:42.266Z Documenting whoami v1.5.1
26962024-05-20T20:07:42.871Z Documenting normalize-line-endings v0.3.0
26972024-05-20T20:07:43.051Z Documenting difflib v0.4.0
26982024-05-20T20:07:43.378Z Documenting peg-runtime v0.8.3
26992024-05-20T20:07:53.419Z Documenting progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
27002024-05-20T20:07:53.517Z Documenting progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
27012024-05-20T20:07:53.694Z Documenting tokio-postgres v0.7.10
27022024-05-20T20:07:53.894Z Documenting bit-set v0.5.3
27032024-05-20T20:07:53.919Z Documenting tokio-stream v0.1.15
27042024-05-20T20:07:54.033Z Documenting predicates v3.1.0
27052024-05-20T20:07:54.174Z Documenting fs-err v2.11.0
27062024-05-20T20:07:54.449Z Documenting ident_case v1.0.1
27072024-05-20T20:07:58.533Z Documenting darling_core v0.20.9
27082024-05-20T20:07:58.768Z Checking darling v0.20.9
27092024-05-20T20:07:58.867Z Documenting is-terminal v0.4.12
27102024-05-20T20:07:59.336Z Documenting strum v0.26.2
27112024-05-20T20:07:59.541Z Documenting base64 v0.22.1
27122024-05-20T20:08:00.325Z Documenting camino v1.1.7
27132024-05-20T20:08:02.569Z Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
27142024-05-20T20:08:02.727Z Documenting dirs-sys-next v0.1.2
27152024-05-20T20:08:03.000Z Documenting progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
27162024-05-20T20:08:03.037Z Documenting sha1 v0.10.6
27172024-05-20T20:08:04.231Z Documenting http v1.1.0
27182024-05-20T20:08:04.454Z Documenting paste v1.0.15
27192024-05-20T20:08:05.376Z Documenting thread_local v1.1.8
27202024-05-20T20:08:07.201Z Documenting rustls-pki-types v1.7.0
27212024-05-20T20:08:07.386Z Documenting darling_macro v0.20.9
27222024-05-20T20:08:07.586Z Documenting dirs-next v2.0.0
27232024-05-20T20:08:07.957Z Documenting crossbeam-channel v0.5.12
27242024-05-20T20:08:08.556Z Documenting take_mut v0.2.2
27252024-05-20T20:08:09.213Z Documenting slog-json v2.6.1
27262024-05-20T20:08:09.798Z Documenting async-stream-impl v0.3.5
27272024-05-20T20:08:12.218Z Documenting rustls-webpki v0.102.4
27282024-05-20T20:08:12.222Z Documenting darling v0.20.9
27292024-05-20T20:08:12.466Z Documenting term v0.7.0
27302024-05-20T20:08:13.151Z Documenting debug-ignore v1.0.5
27312024-05-20T20:08:13.271Z Documenting slog-async v2.8.0
27322024-05-20T20:08:14.279Z Documenting atomic-waker v1.1.2
27332024-05-20T20:08:14.315Z Documenting slog-bunyan v2.5.0
27342024-05-20T20:08:15.434Z Documenting async-stream v0.3.5
27352024-05-20T20:08:16.001Z Documenting rustls-pemfile v2.1.2
27362024-05-20T20:08:17.067Z Documenting rustls v0.22.4
27372024-05-20T20:08:17.372Z Documenting multer v3.1.0
27382024-05-20T20:08:17.381Z Documenting toml v0.8.13
27392024-05-20T20:08:17.587Z Documenting slog-term v2.9.1
27402024-05-20T20:08:17.652Z Documenting waitgroup v0.1.2
27412024-05-20T20:08:19.261Z Documenting dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#2fdf3718)
27422024-05-20T20:08:20.241Z Documenting serde_path_to_error v0.1.16
27432024-05-20T20:08:20.789Z Documenting hostname v0.4.0
27442024-05-20T20:08:22.389Z Documenting serde_with_macros v3.8.1
27452024-05-20T20:08:22.537Z Documenting structmeta-derive v0.3.0
27462024-05-20T20:08:22.803Z Documenting newtype-uuid v1.1.0
27472024-05-20T20:08:23.284Z Checking structmeta v0.3.0
27482024-05-20T20:08:23.513Z Documenting instant v0.1.12
27492024-05-20T20:08:24.454Z Documenting slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27502024-05-20T20:08:25.511Z Documenting mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=025389ff39d594bf2b815377e2c1dc4dd23b1f96#025389ff)
27512024-05-20T20:08:25.827Z Documenting serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
27522024-05-20T20:08:26.456Z Documenting tokio-rustls v0.25.0
27532024-05-20T20:08:27.649Z Documenting serde_with v3.8.1
27542024-05-20T20:08:28.398Z Documenting backoff v0.4.0
27552024-05-20T20:08:32.959Z Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
27562024-05-20T20:08:32.960Z Documenting structmeta v0.3.0
27572024-05-20T20:08:32.960Z Documenting slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27582024-05-20T20:08:32.960Z Documenting macaddr v1.0.1
27592024-05-20T20:08:32.960Z Documenting dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#2fdf3718)
27602024-05-20T20:08:33.828Z Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
27612024-05-20T20:08:33.942Z Documenting parse-display-derive v0.9.0
27622024-05-20T20:08:34.389Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
27632024-05-20T20:08:34.671Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
27642024-05-20T20:08:34.890Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
27652024-05-20T20:08:35.497Z Documenting fastrand v2.1.0
27662024-05-20T20:08:35.794Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
27672024-05-20T20:08:36.261Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
27682024-05-20T20:08:36.554Z Checking proc-macro-crate v1.3.1
27692024-05-20T20:08:36.801Z Documenting proc-macro-crate v1.3.1
27702024-05-20T20:08:37.535Z Documenting foreign-types-macros v0.2.3
27712024-05-20T20:08:38.247Z Documenting foreign-types-shared v0.3.1
27722024-05-20T20:08:38.329Z Documenting libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
27732024-05-20T20:08:39.447Z Documenting nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
27742024-05-20T20:08:40.244Z Documenting tempfile v3.10.1
27752024-05-20T20:08:40.454Z Documenting parse-display v0.9.0
27762024-05-20T20:08:41.543Z Documenting cstr-argument v0.1.2
27772024-05-20T20:08:42.387Z Documenting rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
27782024-05-20T20:08:43.128Z Documenting num_enum_derive v0.5.11
27792024-05-20T20:08:43.272Z Documenting foreign-types v0.5.0
27802024-05-20T20:08:44.102Z Documenting tabwriter v1.4.0
27812024-05-20T20:08:44.955Z Documenting camino-tempfile v1.1.1
27822024-05-20T20:08:45.612Z Documenting colored v2.1.0
27832024-05-20T20:08:45.699Z Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
27842024-05-20T20:08:46.307Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
27852024-05-20T20:08:47.865Z Documenting rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
27862024-05-20T20:08:47.969Z Documenting nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
27872024-05-20T20:08:49.081Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
27882024-05-20T20:08:49.373Z Documenting hash32 v0.3.1
27892024-05-20T20:08:49.961Z Documenting stable_deref_trait v1.2.0
27902024-05-20T20:08:50.111Z Documenting smf v0.2.3
27912024-05-20T20:08:50.771Z Documenting num_enum v0.5.11
27922024-05-20T20:08:51.944Z Documenting embedded-io v0.4.0
27932024-05-20T20:08:52.154Z Documenting cobs v0.2.3
27942024-05-20T20:08:53.348Z Documenting derive-where v1.2.7
27952024-05-20T20:08:54.074Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
27962024-05-20T20:08:54.250Z Documenting heapless v0.8.0
27972024-05-20T20:08:55.075Z Documenting illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
27982024-05-20T20:08:55.149Z Documenting crucible-workspace-hack v0.1.0
27992024-05-20T20:08:55.407Z Documenting dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
28002024-05-20T20:08:55.618Z Documenting postcard v1.0.8
28012024-05-20T20:08:58.059Z Documenting derror-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
28022024-05-20T20:08:59.642Z Documenting kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
28032024-05-20T20:08:59.837Z Documenting newline-converter v0.3.0
28042024-05-20T20:09:00.108Z Documenting smoltcp v0.11.0
28052024-05-20T20:09:00.560Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
28062024-05-20T20:09:01.364Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
28072024-05-20T20:09:02.503Z Documenting poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
28082024-05-20T20:09:02.517Z Documenting libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e)
28092024-05-20T20:09:03.157Z Documenting bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0)
28102024-05-20T20:09:03.285Z Documenting sigpipe v0.1.3
28112024-05-20T20:09:04.779Z Documenting expectorate v1.1.0
28122024-05-20T20:09:05.143Z Documenting num-derive v0.4.2
28132024-05-20T20:09:06.227Z Checking convert_case v0.4.0
28142024-05-20T20:09:06.450Z Documenting convert_case v0.4.0
28152024-05-20T20:09:06.534Z Documenting opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
28162024-05-20T20:09:06.819Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
28172024-05-20T20:09:08.390Z Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
28182024-05-20T20:09:08.421Z Documenting bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0)
28192024-05-20T20:09:09.188Z Documenting zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
28202024-05-20T20:09:09.491Z Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
28212024-05-20T20:09:09.800Z Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
28222024-05-20T20:09:10.951Z Documenting crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=8c6d485110ecfae5409575246b986a145c386dc4#8c6d4851)
28232024-05-20T20:09:11.107Z Documenting derive_more v0.99.17
28242024-05-20T20:09:13.114Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
28252024-05-20T20:09:13.293Z Documenting opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
28262024-05-20T20:09:13.736Z Documenting password-hash v0.5.0
28272024-05-20T20:09:13.775Z Documenting blake2 v0.10.6
28282024-05-20T20:09:14.952Z Documenting linked-hash-map v0.5.6
28292024-05-20T20:09:16.884Z Documenting humantime v2.1.0
28302024-05-20T20:09:18.181Z Documenting swrite v0.1.0
28312024-05-20T20:09:18.864Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
28322024-05-20T20:09:18.998Z Documenting argon2 v0.5.3
28332024-05-20T20:09:19.224Z Documenting lru-cache v0.1.2
28342024-05-20T20:09:19.502Z Documenting oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
28352024-05-20T20:09:21.407Z Documenting newtype_derive v0.1.6
28362024-05-20T20:09:21.645Z Documenting arc-swap v1.7.1
28372024-05-20T20:09:21.864Z Documenting quick-error v1.2.3
28382024-05-20T20:09:22.882Z Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
28392024-05-20T20:09:23.006Z Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
28402024-05-20T20:09:23.788Z Documenting xattr v1.3.1
28412024-05-20T20:09:24.008Z Documenting filetime v0.2.23
28422024-05-20T20:09:24.238Z Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
28432024-05-20T20:09:26.016Z Documenting steno v0.4.0
28442024-05-20T20:09:26.548Z Documenting slog-scope v4.4.0
28452024-05-20T20:09:26.572Z Documenting opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
28462024-05-20T20:09:26.649Z Documenting resolv-conf v0.7.0
28472024-05-20T20:09:28.935Z Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
28482024-05-20T20:09:29.351Z Documenting tar v0.4.40
28492024-05-20T20:09:31.030Z Documenting num-rational v0.4.2
28502024-05-20T20:09:31.542Z Documenting slog-stdlog v4.1.1
28512024-05-20T20:09:31.748Z Documenting trust-dns-resolver v0.22.0
28522024-05-20T20:09:32.844Z Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
28532024-05-20T20:09:34.991Z Documenting num-complex v0.4.6
28542024-05-20T20:09:35.070Z Documenting tap v1.0.1
28552024-05-20T20:09:36.324Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
28562024-05-20T20:09:36.434Z Documenting slog-envlogger v2.2.0
28572024-05-20T20:09:37.487Z Documenting radium v0.7.0
28582024-05-20T20:09:38.535Z Documenting wyz v0.5.1
28592024-05-20T20:09:39.471Z Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
28602024-05-20T20:09:39.808Z Documenting num v0.4.3
28612024-05-20T20:09:40.332Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
28622024-05-20T20:09:40.558Z Documenting nibble_vec v0.1.0
28632024-05-20T20:09:41.158Z Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
28642024-05-20T20:09:41.694Z Documenting funty v2.0.0
28652024-05-20T20:09:41.909Z Documenting same-file v1.0.6
28662024-05-20T20:09:42.823Z Documenting crc-catalog v2.4.0
28672024-05-20T20:09:44.728Z Documenting endian-type v0.1.2
28682024-05-20T20:09:45.657Z Documenting bitvec v1.0.1
28692024-05-20T20:09:45.821Z Documenting crc v3.2.1
28702024-05-20T20:09:45.916Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
28712024-05-20T20:09:46.072Z Documenting walkdir v2.5.0
28722024-05-20T20:09:46.207Z Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
28732024-05-20T20:09:46.436Z Documenting cancel-safe-futures v0.1.5
28742024-05-20T20:09:48.819Z Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
28752024-05-20T20:09:48.956Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
28762024-05-20T20:09:49.230Z Documenting packed_struct_codegen v0.10.1
28772024-05-20T20:09:49.570Z Documenting radix_trie v0.2.1
28782024-05-20T20:09:50.404Z Documenting nodrop v0.1.14
28792024-05-20T20:09:51.447Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
28802024-05-20T20:09:52.424Z Documenting bzip2-sys v0.1.11+1.0.8
28812024-05-20T20:09:53.736Z Documenting array-init v0.0.4
28822024-05-20T20:09:54.775Z Documenting num-bigint-dig v0.8.4
28832024-05-20T20:09:54.926Z Documenting packed_struct v0.10.1
28842024-05-20T20:09:54.989Z Documenting pem v3.0.4
28852024-05-20T20:09:57.195Z Documenting pkcs1 v0.7.5
28862024-05-20T20:09:57.607Z Documenting signature v2.2.0
28872024-05-20T20:09:59.854Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
28882024-05-20T20:10:00.232Z Documenting display-error-chain v0.2.0
28892024-05-20T20:10:00.660Zwarning: unresolved link to `Blueprints`
28902024-05-20T20:10:00.660Z --> nexus/types/src/deployment/blueprint_diff.rs:5:33
28912024-05-20T20:10:00.660Z |
28922024-05-20T20:10:00.660Z5 | //! Types helpful for diffing [`Blueprints`].
28932024-05-20T20:10:00.660Z | ^^^^^^^^^^ no item named `Blueprints` in scope
28942024-05-20T20:10:00.660Z |
28952024-05-20T20:10:00.660Z = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
28962024-05-20T20:10:00.660Z = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
28972024-05-20T20:10:00.660Z
28982024-05-20T20:10:00.664Zwarning: unresolved link to `Blueprints`
28992024-05-20T20:10:00.664Z --> nexus/types/src/deployment/blueprint_display.rs:5:35
29002024-05-20T20:10:00.664Z |
29012024-05-20T20:10:00.664Z5 | //! Types helpful for rendering [`Blueprints`].
29022024-05-20T20:10:00.664Z | ^^^^^^^^^^ no item named `Blueprints` in scope
29032024-05-20T20:10:00.664Z |
29042024-05-20T20:10:00.665Z = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
29052024-05-20T20:10:00.665Z
29062024-05-20T20:10:00.665Zwarning: unresolved link to `BpSledTable`
29072024-05-20T20:10:00.665Z --> nexus/types/src/deployment/blueprint_display.rs:174:49
29082024-05-20T20:10:00.665Z |
29092024-05-20T20:10:00.665Z174 | /// `BpSledSubtable`s are always nested under [`BpSledTable`]s.
29102024-05-20T20:10:00.665Z | ^^^^^^^^^^^ no item named `BpSledTable` in scope
29112024-05-20T20:10:00.665Z |
29122024-05-20T20:10:00.665Z = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
29132024-05-20T20:10:00.665Z
29142024-05-20T20:10:01.268Z Documenting termcolor v1.4.1
29152024-05-20T20:10:01.894Z Documenting bitfield v0.14.0
29162024-05-20T20:10:02.152Z Documenting rsa v0.9.6
29172024-05-20T20:10:03.063Zwarning: `nexus-types` (lib doc) generated 3 warnings
29182024-05-20T20:10:03.067Z Documenting bzip2 v0.4.4
29192024-05-20T20:10:03.106Z Documenting serde-hex v0.1.0
29202024-05-20T20:10:03.842Z Documenting tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
29212024-05-20T20:10:04.023Z Documenting slog-dtrace v0.3.0
29222024-05-20T20:10:05.018Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
29232024-05-20T20:10:05.341Z Documenting x509-cert v0.2.5
29242024-05-20T20:10:05.425Z Documenting lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
29252024-05-20T20:10:05.609Z Documenting env_logger v0.10.2
29262024-05-20T20:10:08.181Z Documenting libsw v3.3.1
29272024-05-20T20:10:08.649Z Documenting ron v0.8.1
29282024-05-20T20:10:08.748Z Documenting half v2.4.1
29292024-05-20T20:10:09.743Z Documenting linear-map v1.2.0
29302024-05-20T20:10:11.095Z Documenting maplit v1.0.2
29312024-05-20T20:10:11.110Z Documenting owo-colors v4.0.0
29322024-05-20T20:10:11.318Z Documenting crc-any v2.5.0
29332024-05-20T20:10:12.282Z Documenting ciborium-io v0.2.2
29342024-05-20T20:10:13.416Z Documenting zip v0.6.6
29352024-05-20T20:10:14.265Z Documenting tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
29362024-05-20T20:10:14.445Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
29372024-05-20T20:10:14.539Z Documenting lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
29382024-05-20T20:10:15.845Z Documenting internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
29392024-05-20T20:10:15.936Z Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
29402024-05-20T20:10:16.118Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
29412024-05-20T20:10:17.074Z Documenting ciborium-ll v0.2.2
29422024-05-20T20:10:18.316Z Documenting headers-core v0.2.0
29432024-05-20T20:10:19.026Z Documenting async-recursion v1.1.1
29442024-05-20T20:10:21.908Z Documenting path-slash v0.1.5
29452024-05-20T20:10:23.740Z Documenting ciborium v0.2.2
29462024-05-20T20:10:23.926Z Documenting fxhash v0.2.1
29472024-05-20T20:10:24.066Z Documenting headers v0.3.9
29482024-05-20T20:10:24.890Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
29492024-05-20T20:10:26.681Z Documenting hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe)
29502024-05-20T20:10:27.660Z Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
29512024-05-20T20:10:28.783Z Documenting buf-list v1.0.3
29522024-05-20T20:10:29.117Z Documenting pin-project-internal v1.1.5
29532024-05-20T20:10:30.478Z Documenting vte_generate_state_changes v0.1.1
29542024-05-20T20:10:33.173Z Documenting derive_builder_core v0.20.0
29552024-05-20T20:10:34.381Z Documenting bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
29562024-05-20T20:10:35.388Z Documenting vte v0.11.1
29572024-05-20T20:10:35.677Z Documenting pin-project v1.1.5
29582024-05-20T20:10:38.691Z Checking derive_builder_core v0.20.0
29592024-05-20T20:10:39.545Z Documenting crossbeam-deque v0.8.5
29602024-05-20T20:10:39.561Z Documenting snafu-derive v0.8.2
29612024-05-20T20:10:39.750Z Documenting fd-lock v4.0.2
29622024-05-20T20:10:39.778Z Documenting viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
29632024-05-20T20:10:40.117Z Documenting bitstruct_derive v0.1.0
29642024-05-20T20:10:40.296Z Documenting ascii v1.1.0
29652024-05-20T20:10:43.991Z Documenting rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c)
29662024-05-20T20:10:44.554Z Documenting viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
29672024-05-20T20:10:44.811Z Documenting rayon-core v1.12.1
29682024-05-20T20:10:45.338Z Documenting strip-ansi-escapes v0.2.0
29692024-05-20T20:10:45.505Z Documenting bitstruct v0.1.1
29702024-05-20T20:10:47.206Z Documenting snafu v0.8.2
29712024-05-20T20:10:47.838Z Documenting bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
29722024-05-20T20:10:49.140Z Documenting derive_builder_macro v0.20.0
29732024-05-20T20:10:49.671Z Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
29742024-05-20T20:10:50.055Z Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
29752024-05-20T20:10:50.194Z Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
29762024-05-20T20:10:50.272Z Documenting dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
29772024-05-20T20:10:51.379Z Documenting proc-macro-error-attr v1.0.4
29782024-05-20T20:10:51.815Z Documenting globset v0.4.14
29792024-05-20T20:10:52.747Z Documenting propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
29802024-05-20T20:10:53.796Z Documenting olpc-cjson v0.1.3
29812024-05-20T20:10:55.512Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
29822024-05-20T20:10:56.321Z Documenting serde_plain v1.0.2
29832024-05-20T20:10:56.547Z Documenting erased-serde v0.3.31
29842024-05-20T20:10:58.114Z Documenting serde_arrays v0.1.0
29852024-05-20T20:10:58.485Z Documenting ref-cast-impl v1.0.23
29862024-05-20T20:10:58.688Z Documenting typed-path v0.7.1
29872024-05-20T20:11:01.563Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
29882024-05-20T20:11:01.863Z Documenting unicode-xid v0.2.4
29892024-05-20T20:11:02.574Z Checking unicode-xid v0.2.4
29902024-05-20T20:11:02.714Z Documenting nu-ansi-term v0.50.0
29912024-05-20T20:11:03.138Z Documenting proc-macro-error v1.0.4
29922024-05-20T20:11:03.159Z Documenting propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
29932024-05-20T20:11:03.569Z Documenting ref-cast v1.0.23
29942024-05-20T20:11:05.106Z Documenting tough v0.17.1
29952024-05-20T20:11:05.274Z Documenting const_format_proc_macros v0.2.32
29962024-05-20T20:11:06.644Z Documenting derive_builder v0.20.0
29972024-05-20T20:11:07.670Z Documenting reedline v0.31.0
29982024-05-20T20:11:07.925Z Documenting rayon v1.10.0
29992024-05-20T20:11:10.074Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
30002024-05-20T20:11:10.664Z Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
30012024-05-20T20:11:15.290Z Documenting libefi-sys v0.1.0
30022024-05-20T20:11:16.054Z Documenting trust-dns-client v0.22.0
30032024-05-20T20:11:16.212Z Documenting polar-core v0.27.3
30042024-05-20T20:11:16.718Z Documenting libxml v0.3.3
30052024-05-20T20:11:20.014Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
30062024-05-20T20:11:20.169Z Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
30072024-05-20T20:11:20.500Z Documenting illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
30082024-05-20T20:11:20.680Z Checking proc-macro-error v1.0.4
30092024-05-20T20:11:20.961Z Documenting bb8 v0.8.3
30102024-05-20T20:11:21.977Z Documenting quick-xml v0.31.0
30112024-05-20T20:11:24.648Z Documenting impl-trait-for-tuples v0.2.2
30122024-05-20T20:11:25.177Z Documenting oso-derive v0.27.3
30132024-05-20T20:11:25.346Z Documenting keccak v0.1.5
30142024-05-20T20:11:26.783Z Documenting utf-8 v0.7.6
30152024-05-20T20:11:27.110Z Documenting parse-size v1.0.0
30162024-05-20T20:11:28.481Z Documenting bytecount v0.6.8
30172024-05-20T20:11:29.094Z Documenting libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81)
30182024-05-20T20:11:30.545Z Documenting tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
30192024-05-20T20:11:30.831Z Documenting samael v0.0.15
30202024-05-20T20:11:31.113Z Documenting oso v0.27.3
30212024-05-20T20:11:31.590Z Documenting tungstenite v0.21.0
30222024-05-20T20:11:31.875Z Documenting papergrid v0.11.0
30232024-05-20T20:11:33.908Z Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
30242024-05-20T20:11:34.185Z Documenting libnvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81)
30252024-05-20T20:11:37.475Z Documenting sha3 v0.10.8
30262024-05-20T20:11:37.838Z Documenting async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef)
30272024-05-20T20:11:39.196Z Documenting tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
30282024-05-20T20:11:39.322Z Documenting trust-dns-server v0.22.1
30292024-05-20T20:11:42.875Z Documenting tabled_derive v0.7.0
30302024-05-20T20:11:43.028Z Documenting libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
30312024-05-20T20:11:44.486Z Documenting cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
30322024-05-20T20:11:44.782Z Documenting const_format v0.2.32
30332024-05-20T20:11:45.700Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30342024-05-20T20:11:47.821Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
30352024-05-20T20:11:47.857Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
30362024-05-20T20:11:48.016Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
30372024-05-20T20:11:48.234Z Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
30382024-05-20T20:11:48.428Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
30392024-05-20T20:11:48.907Z Documenting sled v0.34.7
30402024-05-20T20:11:48.978Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
30412024-05-20T20:11:49.369Z Documenting nix v0.28.0
30422024-05-20T20:11:49.859Z Documenting diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0)
30432024-05-20T20:11:50.403Z Documenting cookie v0.18.1
30442024-05-20T20:11:53.094Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
30452024-05-20T20:11:53.392Z Documenting secrecy v0.8.0
30462024-05-20T20:11:53.849Z Documenting gethostname v0.4.3
30472024-05-20T20:11:55.513Z Documenting peg-macros v0.8.3
30482024-05-20T20:11:55.772Z Documenting rustversion v1.0.17
30492024-05-20T20:11:55.829Z Documenting sqlparser_derive v0.2.2
30502024-05-20T20:11:56.698Z Documenting home v0.5.9
30512024-05-20T20:11:58.175Z Documenting unicode_categories v0.1.1
30522024-05-20T20:11:58.427Z Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
30532024-05-20T20:11:58.947Z Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
30542024-05-20T20:12:00.702Z Documenting castaway v0.2.2
30552024-05-20T20:12:00.971Z Documenting sqlparser v0.45.0
30562024-05-20T20:12:01.254Z Documenting peg v0.8.3
30572024-05-20T20:12:01.958Z Documenting rustyline v14.0.0
30582024-05-20T20:12:03.098Z Documenting sqlformat v0.2.3
30592024-05-20T20:12:05.553Z Documenting propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
30602024-05-20T20:12:06.014Z Documenting tabled v0.15.0
30612024-05-20T20:12:08.197Z Documenting tokio-tungstenite v0.21.0
30622024-05-20T20:12:08.415Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
30632024-05-20T20:12:11.668Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
30642024-05-20T20:12:12.380Z Documenting dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
30652024-05-20T20:12:12.854Z Documenting zone v0.1.8
30662024-05-20T20:12:13.648Z Documenting ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=025389ff39d594bf2b815377e2c1dc4dd23b1f96#025389ff)
30672024-05-20T20:12:14.027Z Documenting libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e)
30682024-05-20T20:12:14.936Z Documenting propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
30692024-05-20T20:12:17.073Z Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
30702024-05-20T20:12:18.244Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
30712024-05-20T20:12:18.472Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
30722024-05-20T20:12:18.521Z Documenting portpicker v0.1.1
30732024-05-20T20:12:18.747Z Documenting universal-hash v0.5.1
30742024-05-20T20:12:20.661Z Documenting bcs v0.1.6
30752024-05-20T20:12:23.689Z Documenting kstat-rs v0.2.3
30762024-05-20T20:12:32.968Z Documenting thiserror-impl-no-std v2.0.2
30772024-05-20T20:12:33.266Z Documenting curve25519-dalek-derive v0.1.1
30782024-05-20T20:12:33.328Z Documenting opaque-debug v0.3.1
30792024-05-20T20:12:33.378Z Documenting highway v1.1.0
30802024-05-20T20:12:33.438Z Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
30812024-05-20T20:12:33.813Z Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
30822024-05-20T20:12:34.285Z Documenting libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1)
30832024-05-20T20:12:36.214Z Documenting poly1305 v0.8.0
30842024-05-20T20:12:38.216Z Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30852024-05-20T20:12:39.189Z Documenting curve25519-dalek v4.1.2
30862024-05-20T20:12:39.420Z Documenting thiserror-no-std v2.0.2
30872024-05-20T20:12:41.257Z Documenting compact_str v0.7.1
30882024-05-20T20:12:42.816Z Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
30892024-05-20T20:12:44.908Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
30902024-05-20T20:12:46.343Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
30912024-05-20T20:12:46.877Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
30922024-05-20T20:12:47.148Z Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
30932024-05-20T20:12:47.167Z Documenting portable-atomic v1.6.0
30942024-05-20T20:12:47.479Z Documenting ed25519 v1.5.3
30952024-05-20T20:12:47.709Z Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
30962024-05-20T20:12:52.035Z Documenting memoffset v0.7.1
30972024-05-20T20:12:52.469Z Documenting unicase v2.7.0
30982024-05-20T20:12:52.788Z Documenting rcgen v0.12.1
30992024-05-20T20:12:54.536Zwarning: could not parse code block as Rust code
31002024-05-20T20:12:54.536Z --> oximeter/db/src/oxql/ast/grammar.rs:246:9
31012024-05-20T20:12:54.537Z |
31022024-05-20T20:12:54.537Z246 | / /// Parse a string literal, either single- or double-quoted.
31032024-05-20T20:12:54.537Z247 | | ///
31042024-05-20T20:12:54.537Z248 | | /// Parsing string literals is pretty tricky, but we add several
31052024-05-20T20:12:54.537Z249 | | /// constraints to simplify things. First strings must be quoted, either
31062024-05-20T20:12:54.537Z... |
31072024-05-20T20:12:54.537Z277 | | ///
31082024-05-20T20:12:54.537Z278 | | /// Will be parsed as `this string has " in it`.
31092024-05-20T20:12:54.537Z | |________________________________________________________^
31102024-05-20T20:12:54.537Z |
31112024-05-20T20:12:54.537Z = help: `ignore` code blocks require valid Rust code for syntax highlighting; mark blocks that do not contain Rust code as text: ```text
31122024-05-20T20:12:54.537Z = note: error from rustc: unknown start of token: \
31132024-05-20T20:12:54.537Z = note: error from rustc: unknown start of token: \
31142024-05-20T20:12:54.537Z = note: error from rustc: unknown start of token: \
31152024-05-20T20:12:54.537Z = note: error from rustc: unknown start of token: \
31162024-05-20T20:12:54.537Z = note: error from rustc: unknown start of token: \
31172024-05-20T20:12:54.537Z = note: `#[warn(rustdoc::invalid_rust_codeblocks)]` on by default
31182024-05-20T20:12:54.537Z
31192024-05-20T20:12:55.008Z Documenting propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0)
31202024-05-20T20:12:55.828Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
31212024-05-20T20:12:56.125Zwarning: `oximeter-db` (lib doc) generated 1 warning
31222024-05-20T20:12:56.125Z Documenting crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=8c6d485110ecfae5409575246b986a145c386dc4#8c6d4851)
31232024-05-20T20:12:56.258Z Documenting atomicwrites v0.4.3
31242024-05-20T20:12:58.413Z Documenting chacha20 v0.9.1
31252024-05-20T20:13:00.911Z Documenting lru v0.12.3
31262024-05-20T20:13:00.931Z Documenting aead v0.5.2
31272024-05-20T20:13:02.600Z Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
31282024-05-20T20:13:03.255Z Documenting rand_seeder v0.2.3
31292024-05-20T20:13:03.728Z Documenting nanorand v0.7.0
31302024-05-20T20:13:05.801Z Documenting subprocess v0.2.9
31312024-05-20T20:13:15.103Z Documenting stability v0.2.0
31322024-05-20T20:13:15.556Z Documenting cassowary v0.3.0
31332024-05-20T20:13:15.679Z Documenting number_prefix v0.4.0
31342024-05-20T20:13:15.697Z Documenting glob v0.3.1
31352024-05-20T20:13:15.781Z Documenting flume v0.11.0
31362024-05-20T20:13:16.370Z Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
31372024-05-20T20:13:16.484Z Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
31382024-05-20T20:13:20.118Z Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
31392024-05-20T20:13:20.455Z Documenting chacha20poly1305 v0.10.1
31402024-05-20T20:13:20.795Z Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
31412024-05-20T20:13:20.930Z Documenting indicatif v0.17.8
31422024-05-20T20:13:21.147Z Documenting ratatui v0.26.2
31432024-05-20T20:13:35.255Z Documenting mime_guess v2.0.4
31442024-05-20T20:13:35.573Z Documenting nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d)
31452024-05-20T20:13:35.727Z Documenting salty v0.2.0
31462024-05-20T20:13:36.154Z Documenting vsss-rs v3.3.4
31472024-05-20T20:13:36.392Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
31482024-05-20T20:13:37.168Z Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
31492024-05-20T20:13:37.667Z Documenting hubpack v0.1.0 (https://github.com/cbiffle/hubpack.git?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
31502024-05-20T20:13:38.913Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
31512024-05-20T20:13:39.788Z Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
31522024-05-20T20:13:39.852Z Documenting tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
31532024-05-20T20:13:40.894Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
31542024-05-20T20:13:41.194Z Documenting serde-big-array v0.5.1
31552024-05-20T20:13:42.304Z Documenting rtoolbox v0.0.2
31562024-05-20T20:13:42.424Z Documenting memmap2 v0.9.4
31572024-05-20T20:13:43.947Z Documenting smawk v0.3.2
31582024-05-20T20:13:44.225Z Documenting http-range v0.1.5
31592024-05-20T20:13:45.691Z Documenting constant_time_eq v0.3.0
31602024-05-20T20:13:46.871Z Documenting unicode-linebreak v0.1.5
31612024-05-20T20:13:47.393Z Documenting arrayvec v0.7.4
31622024-05-20T20:13:48.065Z Documenting is_ci v1.2.0
31632024-05-20T20:13:49.084Z Documenting arrayref v0.3.7
31642024-05-20T20:13:49.190Z Documenting shell-words v1.1.0
31652024-05-20T20:13:49.971Z Documenting textwrap v0.16.1
31662024-05-20T20:13:50.439Z Documenting hyper-staticfile v0.9.5
31672024-05-20T20:13:51.131Z Documenting rpassword v7.3.1
31682024-05-20T20:13:52.399Z Documenting blake3 v1.5.1
31692024-05-20T20:13:52.825Z Documenting supports-color v3.0.0
31702024-05-20T20:13:53.370Z Documenting gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
31712024-05-20T20:13:54.854Z Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31722024-05-20T20:13:55.484Zwarning: unresolved link to `test_sled_transitions`
31732024-05-20T20:13:55.484Z --> nexus/db-queries/src/db/datastore/sled.rs:698:11
31742024-05-20T20:13:55.484Z |
31752024-05-20T20:13:55.484Z698 | /// [`test_sled_transitions`].
31762024-05-20T20:13:55.484Z | ^^^^^^^^^^^^^^^^^^^^^ no item named `test_sled_transitions` in scope
31772024-05-20T20:13:55.484Z |
31782024-05-20T20:13:55.485Z = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
31792024-05-20T20:13:55.485Z = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
31802024-05-20T20:13:55.485Z
31812024-05-20T20:13:55.488Zwarning: unresolved link to `test_sled_transitions`
31822024-05-20T20:13:55.488Z --> nexus/db-queries/src/db/datastore/sled.rs:734:11
31832024-05-20T20:13:55.488Z |
31842024-05-20T20:13:55.488Z734 | /// [`test_sled_transitions`].
31852024-05-20T20:13:55.488Z | ^^^^^^^^^^^^^^^^^^^^^ no item named `test_sled_transitions` in scope
31862024-05-20T20:13:55.488Z |
31872024-05-20T20:13:55.488Z = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
31882024-05-20T20:13:55.488Z
31892024-05-20T20:13:55.488Zwarning: unresolved link to `DataStore::update_tuf_repo_description_insert`
31902024-05-20T20:13:55.489Z --> nexus/db-queries/src/db/datastore/update.rs:28:27
31912024-05-20T20:13:55.489Z |
31922024-05-20T20:13:55.489Z28 | /// The return value of [`DataStore::update_tuf_repo_description_insert`].
31932024-05-20T20:13:55.489Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the struct `DataStore` has no field or associated item named `update_tuf_repo_description_insert`
31942024-05-20T20:13:55.489Z
31952024-05-20T20:13:55.528Z Documenting sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
31962024-05-20T20:13:57.124Z Documenting tui-tree-widget v0.19.0
31972024-05-20T20:13:57.227Z Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
31982024-05-20T20:13:57.499Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
31992024-05-20T20:14:00.581Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
32002024-05-20T20:14:00.733Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
32012024-05-20T20:14:02.423Z Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
32022024-05-20T20:14:02.485Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
32032024-05-20T20:14:03.292Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
32042024-05-20T20:14:03.505Z Documenting signal-hook-tokio v0.3.1
32052024-05-20T20:14:03.752Z Documenting corncobs v0.1.3
32062024-05-20T20:14:05.107Z Documenting topological-sort v0.2.2
32072024-05-20T20:14:07.336Z Documenting sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
32082024-05-20T20:14:07.492Z Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
32092024-05-20T20:14:09.064Z Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
32102024-05-20T20:14:09.486Z Documenting omicron-zone-package v0.11.0
32112024-05-20T20:14:11.973Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32122024-05-20T20:14:11.998Z Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32132024-05-20T20:14:14.017Z Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
32142024-05-20T20:14:15.490Zwarning: `nexus-db-queries` (lib doc) generated 3 warnings
32152024-05-20T20:14:15.493Z Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
32162024-05-20T20:14:20.170Z Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
32172024-05-20T20:14:21.609Z Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
32182024-05-20T20:14:29.606Zwarning: unresolved link to `BlueprintDisksConfig`
32192024-05-20T20:14:29.606Z --> nexus/reconfigurator/planning/src/blueprint_builder/builder.rs:959:55
32202024-05-20T20:14:29.606Z |
32212024-05-20T20:14:29.606Z959 | /// blueprint. We do this by keeping a copy of any [`BlueprintDisksConfig`]
32222024-05-20T20:14:29.606Z | ^^^^^^^^^^^^^^^^^^^^ no item named `BlueprintDisksConfig` in scope
32232024-05-20T20:14:29.606Z |
32242024-05-20T20:14:29.606Z = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
32252024-05-20T20:14:29.606Z = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
32262024-05-20T20:14:29.606Z
32272024-05-20T20:14:30.679Zwarning: `nexus-reconfigurator-planning` (lib doc) generated 1 warning
32282024-05-20T20:14:30.683Z Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
32292024-05-20T20:14:30.830Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
32302024-05-20T20:14:32.580Z Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
32312024-05-20T20:14:32.809Z Documenting crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=8c6d485110ecfae5409575246b986a145c386dc4#8c6d4851)
32322024-05-20T20:14:33.958Zwarning: unclosed HTML tag `usize`
32332024-05-20T20:14:33.958Z --> wicket/src/ui/panes/update.rs:153:19
32342024-05-20T20:14:33.958Z |
32352024-05-20T20:14:33.959Z153 | /// TODO: The <usize> generic parameter is carried over from earlier versions
32362024-05-20T20:14:33.959Z | ^^^^^^^
32372024-05-20T20:14:33.959Z |
32382024-05-20T20:14:33.959Z = note: `#[warn(rustdoc::invalid_html_tags)]` on by default
32392024-05-20T20:14:33.959Z
32402024-05-20T20:14:35.362Zwarning: `wicket` (lib doc) generated 1 warning
32412024-05-20T20:14:35.362Z Documenting fatfs v0.3.6
32422024-05-20T20:14:40.941Z Documenting cargo-platform v0.1.8
32432024-05-20T20:14:44.777Z Documenting assert_matches v1.5.0
32442024-05-20T20:14:46.171Z Documenting cargo_metadata v0.18.1
32452024-05-20T20:14:46.785Z Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
32462024-05-20T20:14:47.656Z Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
32472024-05-20T20:14:48.299Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
32482024-05-20T20:14:48.522Zwarning: unresolved link to `propolis_client::api::InstanceStateMonitorResponse`
32492024-05-20T20:14:48.522Z --> sled-agent/src/sim/instance.rs:46:7
32502024-05-20T20:14:48.523Z |
32512024-05-20T20:14:48.523Z46 | /// [`propolis_client::api::InstanceStateMonitorResponse`]. Transition requests
32522024-05-20T20:14:48.523Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `api` in module `propolis_client`
32532024-05-20T20:14:48.523Z |
32542024-05-20T20:14:48.523Z = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
32552024-05-20T20:14:48.523Z
32562024-05-20T20:14:49.276Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
32572024-05-20T20:14:49.675Z Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
32582024-05-20T20:14:51.338Z Documenting installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd)
32592024-05-20T20:14:51.508Z Documenting installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client)
32602024-05-20T20:14:52.024Zwarning: `omicron-sled-agent` (lib doc) generated 1 warning
32612024-05-20T20:14:52.028Z Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client)
32622024-05-20T20:14:54.660Z Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd)
32632024-05-20T20:14:55.058Z Documenting termios v0.3.3
32642024-05-20T20:14:55.788Z Documenting uzers v0.11.3
32652024-05-20T20:15:00.189Z Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
32662024-05-20T20:15:00.824Z Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
32672024-05-20T20:15:06.203Z Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
32682024-05-20T20:15:07.722Z Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
32692024-05-20T20:15:08.342Z Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
32702024-05-20T20:15:25.323Z Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
32712024-05-20T20:15:28.525Z Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
32722024-05-20T20:15:37.988Z Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
32732024-05-20T20:15:43.745Z Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
32742024-05-20T20:15:50.922Z Documenting tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
32752024-05-20T20:15:54.693Z Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli)
32762024-05-20T20:15:56.633Z Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
32772024-05-20T20:15:58.099Z Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
32782024-05-20T20:15:59.104Z Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
32792024-05-20T20:16:14.753Zwarning: unresolved link to `Nexus`
32802024-05-20T20:16:14.753Z --> nexus/src/app/instance_network.rs:280:34
32812024-05-20T20:16:14.753Z |
32822024-05-20T20:16:14.753Z280 | /// called by methods on the [`Nexus`] type, this is the `OpContext` used for
32832024-05-20T20:16:14.753Z | ^^^^^ no item named `Nexus` in scope
32842024-05-20T20:16:14.753Z |
32852024-05-20T20:16:14.753Z = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
32862024-05-20T20:16:14.753Z = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
32872024-05-20T20:16:14.753Z
32882024-05-20T20:16:14.757Zwarning: unresolved link to `Nexus`
32892024-05-20T20:16:14.758Z --> nexus/src/app/instance_network.rs:458:34
32902024-05-20T20:16:14.758Z |
32912024-05-20T20:16:14.758Z458 | /// called by methods on the [`Nexus`] type, this is the `OpContext` used for
32922024-05-20T20:16:14.758Z | ^^^^^ no item named `Nexus` in scope
32932024-05-20T20:16:14.758Z |
32942024-05-20T20:16:14.758Z = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
32952024-05-20T20:16:14.758Z
32962024-05-20T20:16:14.758Zwarning: unresolved link to `VolumeConstructionRequest`
32972024-05-20T20:16:14.758Z --> nexus/src/app/sagas/volume_delete.rs:338:7
32982024-05-20T20:16:14.758Z |
32992024-05-20T20:16:14.758Z338 | /// [`VolumeConstructionRequest`] is shown here):
33002024-05-20T20:16:14.758Z | ^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `VolumeConstructionRequest` in scope
33012024-05-20T20:16:14.758Z |
33022024-05-20T20:16:14.758Z = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
33032024-05-20T20:16:14.758Z
33042024-05-20T20:16:14.758Zwarning: unresolved link to `fd00:1122:3344:101::5`
33052024-05-20T20:16:14.758Z --> nexus/src/app/sagas/volume_delete.rs:348:17
33062024-05-20T20:16:14.758Z |
33072024-05-20T20:16:14.758Z348 | /// "[fd00:1122:3344:101::5]:1000",
33082024-05-20T20:16:14.758Z | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:101` in scope
33092024-05-20T20:16:14.758Z
33102024-05-20T20:16:14.758Zwarning: unresolved link to `fd00:1122:3344:102::9`
33112024-05-20T20:16:14.759Z --> nexus/src/app/sagas/volume_delete.rs:349:17
33122024-05-20T20:16:14.759Z |
33132024-05-20T20:16:14.759Z349 | /// "[fd00:1122:3344:102::9]:1000",
33142024-05-20T20:16:14.759Z | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:102` in scope
33152024-05-20T20:16:14.759Z
33162024-05-20T20:16:14.759Zwarning: unresolved link to `fd00:1122:3344:103::2`
33172024-05-20T20:16:14.759Z --> nexus/src/app/sagas/volume_delete.rs:350:17
33182024-05-20T20:16:14.759Z |
33192024-05-20T20:16:14.759Z350 | /// "[fd00:1122:3344:103::2]:1000"
33202024-05-20T20:16:14.759Z | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:103` in scope
33212024-05-20T20:16:14.759Z
33222024-05-20T20:16:14.759Zwarning: unresolved link to `fd00:1122:3344:101::5`
33232024-05-20T20:16:14.759Z --> nexus/src/app/sagas/volume_delete.rs:369:17
33242024-05-20T20:16:14.759Z |
33252024-05-20T20:16:14.759Z369 | /// "[fd00:1122:3344:101::5]:1001", <-- port changed
33262024-05-20T20:16:14.759Z | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:101` in scope
33272024-05-20T20:16:14.759Z
33282024-05-20T20:16:14.759Zwarning: unresolved link to `fd00:1122:3344:102::9`
33292024-05-20T20:16:14.759Z --> nexus/src/app/sagas/volume_delete.rs:370:17
33302024-05-20T20:16:14.759Z |
33312024-05-20T20:16:14.759Z370 | /// "[fd00:1122:3344:102::9]:1001", <-- port changed
33322024-05-20T20:16:14.759Z | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:102` in scope
33332024-05-20T20:16:14.759Z
33342024-05-20T20:16:14.759Zwarning: unresolved link to `fd00:1122:3344:103::2`
33352024-05-20T20:16:14.760Z --> nexus/src/app/sagas/volume_delete.rs:371:17
33362024-05-20T20:16:14.760Z |
33372024-05-20T20:16:14.760Z371 | /// "[fd00:1122:3344:103::2]:1001" <-- port changed
33382024-05-20T20:16:14.760Z | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:103` in scope
33392024-05-20T20:16:14.760Z
33402024-05-20T20:16:17.832Zwarning: `omicron-nexus` (lib doc) generated 9 warnings
33412024-05-20T20:16:33.536Z Finished dev [unoptimized + debuginfo] target(s) in 12m 20s
33422024-05-20T20:16:33.616Z Generated /work/oxidecomputer/omicron/target/doc/authz_macros/index.html
33432024-05-20T20:16:33.616Z Generated /work/oxidecomputer/omicron/target/doc/bootstore/index.html
33442024-05-20T20:16:33.616Z Generated /work/oxidecomputer/omicron/target/doc/bootstrap_agent_client/index.html
33452024-05-20T20:16:33.616Z Generated /work/oxidecomputer/omicron/target/doc/crdb_seed/index.html
33462024-05-20T20:16:33.616Z Generated /work/oxidecomputer/omicron/target/doc/db_macros/index.html
33472024-05-20T20:16:33.616Z Generated /work/oxidecomputer/omicron/target/doc/dns_server/index.html
33482024-05-20T20:16:33.616Z Generated /work/oxidecomputer/omicron/target/doc/apigen/index.html
33492024-05-20T20:16:33.616Z Generated /work/oxidecomputer/omicron/target/doc/dns_db_dump/index.html
33502024-05-20T20:16:33.616Z Generated /work/oxidecomputer/omicron/target/doc/dnsadm/index.html
33512024-05-20T20:16:33.616Z Generated /work/oxidecomputer/omicron/target/doc/dns_service_client/index.html
33522024-05-20T20:16:33.616Z Generated /work/oxidecomputer/omicron/target/doc/dpd_client/index.html
33532024-05-20T20:16:33.622Z Generated /work/oxidecomputer/omicron/target/doc/gateway_cli/index.html
33542024-05-20T20:16:33.622Z Generated /work/oxidecomputer/omicron/target/doc/gateway_client/index.html
33552024-05-20T20:16:33.622Z Generated /work/oxidecomputer/omicron/target/doc/gateway_test_utils/index.html
33562024-05-20T20:16:33.623Z Generated /work/oxidecomputer/omicron/target/doc/illumos_utils/index.html
33572024-05-20T20:16:33.623Z Generated /work/oxidecomputer/omicron/target/doc/installinator/index.html
33582024-05-20T20:16:33.623Z Generated /work/oxidecomputer/omicron/target/doc/installinator_artifact_client/index.html
33592024-05-20T20:16:33.623Z Generated /work/oxidecomputer/omicron/target/doc/installinator_artifactd/index.html
33602024-05-20T20:16:33.623Z Generated /work/oxidecomputer/omicron/target/doc/installinator_common/index.html
33612024-05-20T20:16:33.623Z Generated /work/oxidecomputer/omicron/target/doc/internal_dns/index.html
33622024-05-20T20:16:33.623Z Generated /work/oxidecomputer/omicron/target/doc/dnswait/index.html
33632024-05-20T20:16:33.623Z Generated /work/oxidecomputer/omicron/target/doc/ipcc/index.html
33642024-05-20T20:16:33.623Z Generated /work/oxidecomputer/omicron/target/doc/key_manager/index.html
33652024-05-20T20:16:33.623Z Generated /work/oxidecomputer/omicron/target/doc/nexus_client/index.html
33662024-05-20T20:16:33.623Z Generated /work/oxidecomputer/omicron/target/doc/nexus_config/index.html
33672024-05-20T20:16:33.623Z Generated /work/oxidecomputer/omicron/target/doc/nexus_db_model/index.html
33682024-05-20T20:16:33.623Z Generated /work/oxidecomputer/omicron/target/doc/nexus_db_queries/index.html
33692024-05-20T20:16:33.623Z Generated /work/oxidecomputer/omicron/target/doc/nexus_defaults/index.html
33702024-05-20T20:16:33.623Z Generated /work/oxidecomputer/omicron/target/doc/nexus_inventory/index.html
33712024-05-20T20:16:33.623Z Generated /work/oxidecomputer/omicron/target/doc/nexus_macros_common/index.html
33722024-05-20T20:16:33.623Z Generated /work/oxidecomputer/omicron/target/doc/nexus_metrics_producer_gc/index.html
33732024-05-20T20:16:33.623Z Generated /work/oxidecomputer/omicron/target/doc/nexus_networking/index.html
33742024-05-20T20:16:33.623Z Generated /work/oxidecomputer/omicron/target/doc/nexus_reconfigurator_execution/index.html
33752024-05-20T20:16:33.623Z Generated /work/oxidecomputer/omicron/target/doc/nexus_reconfigurator_planning/index.html
33762024-05-20T20:16:33.623Z Generated /work/oxidecomputer/omicron/target/doc/nexus_reconfigurator_preparation/index.html
33772024-05-20T20:16:33.623Z Generated /work/oxidecomputer/omicron/target/doc/nexus_types/index.html
33782024-05-20T20:16:33.624Z Generated /work/oxidecomputer/omicron/target/doc/omicron_certificates/index.html
33792024-05-20T20:16:33.624Z Generated /work/oxidecomputer/omicron/target/doc/omicron_common/index.html
33802024-05-20T20:16:33.624Z Generated /work/oxidecomputer/omicron/target/doc/omicron_ddm_admin_client/index.html
33812024-05-20T20:16:33.624Z Generated /work/oxidecomputer/omicron/target/doc/omicron_gateway/index.html
33822024-05-20T20:16:33.624Z Generated /work/oxidecomputer/omicron/target/doc/omicron_nexus/index.html
33832024-05-20T20:16:33.624Z Generated /work/oxidecomputer/omicron/target/doc/schema_updater/index.html
33842024-05-20T20:16:33.624Z Generated /work/oxidecomputer/omicron/target/doc/omicron_package/index.html
33852024-05-20T20:16:33.624Z Generated /work/oxidecomputer/omicron/target/doc/omicron_passwords/index.html
33862024-05-20T20:16:33.624Z Generated /work/oxidecomputer/omicron/target/doc/omicron_releng/index.html
33872024-05-20T20:16:33.624Z Generated /work/oxidecomputer/omicron/target/doc/omicron_rpaths/index.html
33882024-05-20T20:16:33.624Z Generated /work/oxidecomputer/omicron/target/doc/omicron_sled_agent/index.html
33892024-05-20T20:16:33.624Z Generated /work/oxidecomputer/omicron/target/doc/services_ledger_check_migrate/index.html
33902024-05-20T20:16:33.624Z Generated /work/oxidecomputer/omicron/target/doc/zone_bundle/index.html
33912024-05-20T20:16:33.624Z Generated /work/oxidecomputer/omicron/target/doc/omicron_test_utils/index.html
33922024-05-20T20:16:33.624Z Generated /work/oxidecomputer/omicron/target/doc/falcon_runner/index.html
33932024-05-20T20:16:33.624Z Generated /work/oxidecomputer/omicron/target/doc/falcon_runner_cli/index.html
33942024-05-20T20:16:33.624Z Generated /work/oxidecomputer/omicron/target/doc/omicron_uuid_kinds/index.html
33952024-05-20T20:16:33.624Z Generated /work/oxidecomputer/omicron/target/doc/oxide_client/index.html
33962024-05-20T20:16:33.624Z Generated /work/oxidecomputer/omicron/target/doc/oximeter/index.html
33972024-05-20T20:16:33.624Z Generated /work/oxidecomputer/omicron/target/doc/oximeter_client/index.html
33982024-05-20T20:16:33.624Z Generated /work/oxidecomputer/omicron/target/doc/oximeter_collector/index.html
33992024-05-20T20:16:33.624Z Generated /work/oxidecomputer/omicron/target/doc/clickhouse_schema_updater/index.html
34002024-05-20T20:16:33.624Z Generated /work/oxidecomputer/omicron/target/doc/oximeter/index.html
34012024-05-20T20:16:33.625Z Generated /work/oxidecomputer/omicron/target/doc/oximeter_db/index.html
34022024-05-20T20:16:33.625Z Generated /work/oxidecomputer/omicron/target/doc/oximeter_instruments/index.html
34032024-05-20T20:16:33.625Z Generated /work/oxidecomputer/omicron/target/doc/oximeter_macro_impl/index.html
34042024-05-20T20:16:33.625Z Generated /work/oxidecomputer/omicron/target/doc/oximeter_producer/index.html
34052024-05-20T20:16:33.625Z Generated /work/oxidecomputer/omicron/target/doc/oxlog/index.html
34062024-05-20T20:16:33.625Z Generated /work/oxidecomputer/omicron/target/doc/sled_agent_client/index.html
34072024-05-20T20:16:33.625Z Generated /work/oxidecomputer/omicron/target/doc/sled_hardware/index.html
34082024-05-20T20:16:33.625Z Generated /work/oxidecomputer/omicron/target/doc/sled_hardware_types/index.html
34092024-05-20T20:16:33.625Z Generated /work/oxidecomputer/omicron/target/doc/sled_storage/index.html
34102024-05-20T20:16:33.625Z Generated /work/oxidecomputer/omicron/target/doc/sp_sim/index.html
34112024-05-20T20:16:33.625Z Generated /work/oxidecomputer/omicron/target/doc/tufaceous/index.html
34122024-05-20T20:16:33.625Z Generated /work/oxidecomputer/omicron/target/doc/tufaceous_lib/index.html
34132024-05-20T20:16:33.625Z Generated /work/oxidecomputer/omicron/target/doc/typed_rng/index.html
34142024-05-20T20:16:33.625Z Generated /work/oxidecomputer/omicron/target/doc/update_common/index.html
34152024-05-20T20:16:33.625Z Generated /work/oxidecomputer/omicron/target/doc/update_engine/index.html
34162024-05-20T20:16:33.625Z Generated /work/oxidecomputer/omicron/target/doc/wicket/index.html
34172024-05-20T20:16:33.625Z Generated /work/oxidecomputer/omicron/target/doc/wicket_common/index.html
34182024-05-20T20:16:33.625Z Generated /work/oxidecomputer/omicron/target/doc/wicket_dbg/index.html
34192024-05-20T20:16:33.625Z Generated /work/oxidecomputer/omicron/target/doc/wicket_dbg_server/index.html
34202024-05-20T20:16:33.625Z Generated /work/oxidecomputer/omicron/target/doc/wicketd/index.html
34212024-05-20T20:16:33.625Z Generated /work/oxidecomputer/omicron/target/doc/wicketd_client/index.html
34222024-05-20T20:16:33.625Z Generated /work/oxidecomputer/omicron/target/doc/zone_setup/index.html
34232024-05-20T20:16:33.647Z
34242024-05-20T20:16:33.651Zreal 12:20.860297214
34252024-05-20T20:16:33.651Zuser 33:47.397176822
34262024-05-20T20:16:33.651Zsys 53:35.181804000
34272024-05-20T20:16:33.651Ztrap 0.904767873
34282024-05-20T20:16:33.651Ztflt 0.123378705
34292024-05-20T20:16:33.651Zdflt 0.629135432
34302024-05-20T20:16:33.651Zkflt 0.000059037
34312024-05-20T20:16:33.651Zlock 3:19:07.645093706
34322024-05-20T20:16:33.651Zslp 3:26:36.455961070
34332024-05-20T20:16:33.651Zlat 4:13.953736382
34342024-05-20T20:16:33.651Zstop 1:40.234617055
34352024-05-20T20:16:33.651Zprocess exited: duration 1296793 ms, exit code 0
 
34362024-05-20T20:16:33.658Zfound 0 output files