01HH6J3N4K2J7KV06A27HX4TY8: build-and-test (helios)

BasicConfig {
    output_rules: [
        "/var/tmp/omicron_tmp/*",
        "!/var/tmp/omicron_tmp/crdb-base*",
        "!/var/tmp/omicron_tmp/rustc*",
    ],
    rust_toolchain: Some(
        String(
            "1.72.1",
        ),
    ),
    target: Some(
        "helios-2.0",
    ),
    access_repos: [],
    publish: [],
    skip_clone: false,
}

Buildomat Job: 01HH6J4QE0RRT4MD7YSVPX2HZH

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12023-12-09T05:54:23.383Zjob assigned to worker 01HH6J510VQQMVG19P2AHYJK1J (queued for 1 m 56 s)
 
22023-12-09T05:54:24.512Zstarting task 0: "setup"
32023-12-09T05:54:24.639Z++ uname -s
42023-12-09T05:54:24.649Z+ kern=SunOS
52023-12-09T05:54:24.650Z+ case "$kern" in
62023-12-09T05:54:24.650Z+ groupadd -g 12345 build
72023-12-09T05:54:24.650Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82023-12-09T05:54:26.691Z+ zfs create -o mountpoint=/work rpool/work
92023-12-09T05:54:27.332Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102023-12-09T05:54:27.823Z+ home_fs=zfs
112023-12-09T05:54:27.823Z+ [[ zfs == autofs ]]
122023-12-09T05:54:27.823Z+ mkdir -p /home/build
132023-12-09T05:54:27.823Z+ chown build:build /home/build /work
142023-12-09T05:54:29.466Z+ chmod 0700 /home/build /work
152023-12-09T05:54:31.225Zprocess exited: duration 4242 ms, exit code 0
 
162023-12-09T05:54:34.440Zstarting task 1: "rust-toolchain"
172023-12-09T05:54:54.219Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
182023-12-09T05:54:54.425Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default
192023-12-09T05:54:54.426Zinfo: downloading installer
202023-12-09T05:54:54.426Zwarning: it looks like you have an existing installation of Rust at:
212023-12-09T05:54:54.426Zwarning: /opt/ooce/bin
222023-12-09T05:54:54.426Zwarning: It is recommended that rustup be the primary Rust installation.
232023-12-09T05:54:54.426Zwarning: Otherwise you may have confusion unless you are careful with your PATH
242023-12-09T05:54:54.427Zwarning: If you are sure that you want both rustup and your already installed Rust
252023-12-09T05:54:54.427Zwarning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
262023-12-09T05:54:54.427Zwarning: or pass `-y' to ignore all ignorable checks.
272023-12-09T05:54:54.427Zerror: cannot install while Rust is installed
282023-12-09T05:54:54.429Zwarning: continuing (because the -y flag is set and the error is ignorable)
292023-12-09T05:54:54.430Zinfo: profile set to 'default'
302023-12-09T05:54:54.430Zinfo: default host triple is x86_64-unknown-illumos
312023-12-09T05:54:54.430Zinfo: syncing channel updates for '1.72.1-x86_64-unknown-illumos'
322023-12-09T05:54:54.431Zinfo: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13)
332023-12-09T05:54:54.431Zinfo: downloading component 'cargo'
342023-12-09T05:54:54.431Zinfo: downloading component 'clippy'
352023-12-09T05:54:54.431Zinfo: downloading component 'rust-docs'
362023-12-09T05:54:54.432Zinfo: downloading component 'rust-std'
372023-12-09T05:54:54.432Zinfo: downloading component 'rustc'
382023-12-09T05:54:54.432Zinfo: downloading component 'rustfmt'
392023-12-09T05:54:54.433Zinfo: installing component 'cargo'
402023-12-09T05:54:54.433Zinfo: installing component 'clippy'
412023-12-09T05:54:54.433Zinfo: installing component 'rust-docs'
422023-12-09T05:54:54.434Zinfo: installing component 'rust-std'
432023-12-09T05:54:54.434Zinfo: installing component 'rustc'
442023-12-09T05:55:00.434Zinfo: installing component 'rustfmt'
452023-12-09T05:55:00.880Zinfo: default toolchain set to '1.72.1-x86_64-unknown-illumos'
462023-12-09T05:55:00.880Z
472023-12-09T05:55:01.016Z 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13)
482023-12-09T05:55:01.016Z
492023-12-09T05:55:01.033Z
502023-12-09T05:55:01.034ZRust is installed now. Great!
512023-12-09T05:55:01.036Z
522023-12-09T05:55:01.036ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
532023-12-09T05:55:01.036Zenvironment variable. This has not been done automatically.
542023-12-09T05:55:01.036Z
552023-12-09T05:55:01.036ZTo configure your current shell, run:
562023-12-09T05:55:01.037Zsource "$HOME/.cargo/env"
572023-12-09T05:55:01.103Z+ rustc --version
582023-12-09T05:55:01.221Zrustc 1.72.1 (d5c2e9c34 2023-09-13)
592023-12-09T05:55:01.231Zprocess exited: duration 27797 ms, exit code 0
 
602023-12-09T05:55:01.273Zstarting task 2: "authentication"
612023-12-09T05:55:01.320Zprocess exited: duration 53 ms, exit code 0
 
622023-12-09T05:55:01.357Zstarting task 3: "clone repository"
632023-12-09T05:55:01.382Z+ mkdir -p /work/oxidecomputer/omicron
642023-12-09T05:55:01.382Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
652023-12-09T05:55:01.417ZCloning into '/work/oxidecomputer/omicron'...
662023-12-09T05:55:08.654Z+ cd /work/oxidecomputer/omicron
672023-12-09T05:55:08.654Z+ [[ -n renovate/openapiv3-2.x ]]
682023-12-09T05:55:08.679Z+ git fetch origin renovate/openapiv3-2.x
692023-12-09T05:55:08.837ZFrom https://github.com/oxidecomputer/omicron
702023-12-09T05:55:08.838Z * branch renovate/openapiv3-2.x -> FETCH_HEAD
712023-12-09T05:55:08.852Z+ git checkout -B renovate/openapiv3-2.x remotes/origin/renovate/openapiv3-2.x
722023-12-09T05:55:08.919ZSwitched to a new branch 'renovate/openapiv3-2.x'
732023-12-09T05:55:08.940Zbranch 'renovate/openapiv3-2.x' set up to track 'origin/renovate/openapiv3-2.x'.
742023-12-09T05:55:08.941Z+ git reset --hard 6897883d0685203ebb835213cc736590df67b6c4
752023-12-09T05:55:09.040ZHEAD is now at 6897883d Update Rust crate openapiv3 to 2.0.0
762023-12-09T05:55:09.052Zprocess exited: duration 7684 ms, exit code 0
 
772023-12-09T05:55:09.096Zstarting task 4: "build"
782023-12-09T05:55:09.238Z+ NEXTEST_VERSION=0.9.64
792023-12-09T05:55:09.239Z+ cargo --version
802023-12-09T05:55:09.240Zinfo: syncing channel updates for '1.74.0-x86_64-unknown-illumos'
812023-12-09T05:55:09.281Zinfo: latest update on 2023-11-16, rust version 1.74.0 (79e9716c9 2023-11-13)
822023-12-09T05:55:09.302Zinfo: downloading component 'cargo'
832023-12-09T05:55:09.934Zinfo: downloading component 'clippy'
842023-12-09T05:55:10.150Zinfo: downloading component 'rust-docs'
852023-12-09T05:55:10.968Zinfo: downloading component 'rust-std'
862023-12-09T05:55:12.296Zinfo: downloading component 'rustc'
872023-12-09T05:55:15.616Zinfo: downloading component 'rustfmt'
882023-12-09T05:55:15.802Zinfo: installing component 'cargo'
892023-12-09T05:55:17.511Zinfo: installing component 'clippy'
902023-12-09T05:55:17.540Zinfo: installing component 'rust-docs'
912023-12-09T05:55:20.459Zinfo: installing component 'rust-std'
922023-12-09T05:55:23.115Zinfo: installing component 'rustc'
932023-12-09T05:55:29.196Zinfo: installing component 'rustfmt'
942023-12-09T05:55:29.747Zcargo 1.74.0 (ecb9851af 2023-10-18)
952023-12-09T05:55:29.753Z+ rustc --version
962023-12-09T05:55:29.864Zrustc 1.74.0 (79e9716c9 2023-11-13)
972023-12-09T05:55:29.871Z+ curl -sSfL --retry 10 https://get.nexte.st/0.9.64/illumos
982023-12-09T05:55:29.875Z+ gunzip
992023-12-09T05:55:29.875Z+ tar -xvf - -C /home/build/.cargo/bin
1002023-12-09T05:55:31.073Zx cargo-nextest, 10985408 bytes, 21456 tape blocks
1012023-12-09T05:55:31.080Z+ TEST_TMPDIR=/var/tmp/omicron_tmp
1022023-12-09T05:55:31.080Z+ echo 'tests will store output in /var/tmp/omicron_tmp'
1032023-12-09T05:55:31.081Ztests will store output in /var/tmp/omicron_tmp
1042023-12-09T05:55:31.081Z+ mkdir /var/tmp/omicron_tmp
1052023-12-09T05:55:31.081Z+ source ./env.sh
1062023-12-09T05:55:31.081Z++ set -o xtrace
1072023-12-09T05:55:31.081Z++++ dirname ./env.sh
1082023-12-09T05:55:31.081Z+++ cd .
1092023-12-09T05:55:31.081Z+++ echo /work/oxidecomputer/omicron
1102023-12-09T05:55:31.081Z++ OMICRON_WS=/work/oxidecomputer/omicron
1112023-12-09T05:55:31.081Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1122023-12-09T05:55:31.081Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1132023-12-09T05:55:31.081Z++ 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
1142023-12-09T05:55:31.081Z++ 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
1152023-12-09T05:55:31.081Z++ 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
1162023-12-09T05:55:31.082Z++ 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
1172023-12-09T05:55:31.082Z++ 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
1182023-12-09T05:55:31.082Z++ 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
1192023-12-09T05:55:31.082Z++ unset OMICRON_WS
1202023-12-09T05:55:31.082Z++ set +o xtrace
1212023-12-09T05:55:31.119Z
1222023-12-09T05:55:31.119Z ##### ##### ###### ##### ###### #### # # # #### #
1232023-12-09T05:55:31.119Z # # # # # # # # # # # # # # #
1242023-12-09T05:55:31.119Z # # # # ##### # # ##### # # # # # #### #
1252023-12-09T05:55:31.119Z ##### ##### # ##### # # # # # # # # #
1262023-12-09T05:55:31.119Z # # # # # # # # # # # # # # #
1272023-12-09T05:55:31.119Z # # # ###### # # ###### ### # #### # #### #
1282023-12-09T05:55:31.119Z
1292023-12-09T05:55:41.053Z Startup: Refreshing catalog 'helios-dev' ... Done
1302023-12-09T05:55:50.176Z Startup: Caching catalogs ... Done
1312023-12-09T05:55:50.814ZPlanning: Solver setup ... Done (6.510s)
1322023-12-09T05:55:50.814ZPlanning: Running solver ... Done (0.148s)
1332023-12-09T05:55:50.815ZPlanning: Finding local manifests ... Done (0.050s)
1342023-12-09T05:55:50.815ZPlanning: Fetching manifests: 0/6 0% complete
1352023-12-09T05:55:50.815ZPlanning: Fetching manifests: 6/6 100% complete
1362023-12-09T05:55:50.815ZPlanning: Package planning ... Done (0.144s)
1372023-12-09T05:55:50.973ZPlanning: Merging actions ... Done (0.086s)
1382023-12-09T05:55:51.460ZPlanning: Checking for conflicting actions ... Done (0.822s)
1392023-12-09T05:55:51.590ZPlanning: Consolidating action changes ... Done (0.017s)
1402023-12-09T05:55:55.856ZPlanning: Evaluating mediators ... Done (4.407s)
1412023-12-09T05:55:55.888ZPlanning: Planning completed in 13.48 seconds
1422023-12-09T05:55:58.096Z Packages to install: 4
1432023-12-09T05:55:58.096Z Packages to update: 2
1442023-12-09T05:55:58.108Z Mediators to change: 2
1452023-12-09T05:55:58.108Z Services to change: 1
1462023-12-09T05:55:58.108Z Estimated space available: 148.87 GB
1472023-12-09T05:55:58.108ZEstimated space to be consumed: 1.43 GB
1482023-12-09T05:55:58.109Z Create boot environment: No
1492023-12-09T05:55:58.109ZCreate backup boot environment: Yes
1502023-12-09T05:55:58.109Z Rebuild boot archive: No
1512023-12-09T05:55:58.109Z
1522023-12-09T05:55:58.109ZChanged mediators:
1532023-12-09T05:55:58.109Z mediator clang:
1542023-12-09T05:55:58.111Z version: None -> 15 (system default)
1552023-12-09T05:55:58.111Z
1562023-12-09T05:55:58.111Z mediator llvm:
1572023-12-09T05:55:58.111Z version: 14 (system default) -> 15 (system default)
1582023-12-09T05:55:58.111Z
1592023-12-09T05:55:58.111ZChanged packages:
1602023-12-09T05:55:58.111Zhelios-dev
1612023-12-09T05:55:58.112Z developer/build-essential
1622023-12-09T05:55:58.112Z None -> 11-2.0
1632023-12-09T05:55:58.112Z library/libxmlsec1
1642023-12-09T05:55:58.112Z None -> 1.2.35-2.0
1652023-12-09T05:55:58.112Z ooce/developer/clang-15
1662023-12-09T05:55:58.112Z None -> 15.0.7-2.0
1672023-12-09T05:55:58.112Z ooce/developer/llvm-15
1682023-12-09T05:55:58.113Z None -> 15.0.7-2.0
1692023-12-09T05:55:58.113Z system/library/g++-runtime
1702023-12-09T05:55:58.113Z 12-2.0 -> 13-2.0
1712023-12-09T05:55:58.113Z system/library/gcc-runtime
1722023-12-09T05:55:58.113Z 12-2.0 -> 13-2.0
1732023-12-09T05:55:58.113Z
1742023-12-09T05:55:58.113ZServices:
1752023-12-09T05:55:58.114Z restart_fmri:
1762023-12-09T05:55:58.114Z svc:/system/update-man-index:default
1772023-12-09T05:55:58.304Z
1782023-12-09T05:55:58.305ZDownload: 0/3330 items 0.0/221.1MB 0% complete
1792023-12-09T05:56:05.027ZDownload: 213/3330 items 1.3/221.1MB 0% complete (497k/s)
1802023-12-09T05:56:10.027ZDownload: 777/3330 items 18.6/221.1MB 8% complete (1.8M/s)
1812023-12-09T05:56:15.028ZDownload: 1069/3330 items 19.7/221.1MB 8% complete (1.9M/s)
1822023-12-09T05:56:20.115ZDownload: 1194/3330 items 83.5/221.1MB 37% complete (6.5M/s)
1832023-12-09T05:56:25.578ZDownload: 1196/3330 items 83.5/221.1MB 37% complete (6.5M/s)
1842023-12-09T05:56:39.101ZDownload: 1198/3330 items 83.5/221.1MB 37% complete
1852023-12-09T05:56:44.110ZDownload: 1435/3330 items 117.2/221.1MB 52% complete (7.4M/s)
1862023-12-09T05:56:49.174ZDownload: 1842/3330 items 118.4/221.1MB 53% complete (3.6M/s)
1872023-12-09T05:56:54.426ZDownload: 2041/3330 items 118.7/221.1MB 53% complete (311k/s)
1882023-12-09T05:57:00.789ZDownload: 2218/3330 items 119.2/221.1MB 53% complete (91.8k/s)
1892023-12-09T05:57:07.649ZDownload: 2223/3330 items 119.2/221.1MB 53% complete (82.1k/s)
1902023-12-09T05:57:20.532ZDownload: 2224/3330 items 119.2/221.1MB 53% complete
1912023-12-09T05:57:25.528ZDownload: 2508/3330 items 120.3/221.1MB 54% complete (229k/s)
1922023-12-09T05:57:30.535ZDownload: 2686/3330 items 120.7/221.1MB 54% complete (159k/s)
1932023-12-09T05:57:35.623ZDownload: 2904/3330 items 121.2/221.1MB 54% complete (94.4k/s)
1942023-12-09T05:57:40.661ZDownload: 3116/3330 items 134.9/221.1MB 61% complete (1.3M/s)
1952023-12-09T05:57:45.677ZDownload: 3235/3330 items 179.8/221.1MB 81% complete (5.9M/s)
1962023-12-09T05:57:50.909ZDownload: 3246/3330 items 203.1/221.1MB 91% complete (7.2M/s)
1972023-12-09T05:57:58.637ZDownload: 3247/3330 items 203.1/221.1MB 91% complete (7.1M/s)
1982023-12-09T05:58:04.734ZDownload: 3247/3330 items 203.1/221.1MB 91% complete
1992023-12-09T05:58:11.266ZDownload: 3285/3330 items 211.7/221.1MB 95% complete (1.0M/s)
2002023-12-09T05:58:22.981ZDownload: Completed 221.11 MB in 137.44 seconds (1.6M/s)
2012023-12-09T05:58:22.981Z Actions: 1/3766 actions (Removing old actions)
2022023-12-09T05:58:23.210Z Actions: 5/3766 actions (Installing new actions)
2032023-12-09T05:58:23.210Z Actions: 2586/3766 actions (Installing new actions)
2042023-12-09T05:58:25.847Z Actions: 3729/3766 actions (Updating modified actions)
2052023-12-09T05:58:26.332Z Actions: Completed 3766 actions in 8.56 seconds.
2062023-12-09T05:58:26.448Z Done (0.107s)
2072023-12-09T05:58:26.470Z Done (0.000s)
2082023-12-09T05:58:26.715Z Done (0.269s)
2092023-12-09T05:58:33.904Z Done (7.415s)
2102023-12-09T05:58:34.175Z Done (0.180s)
2112023-12-09T05:58:34.178Z Done (0.000s)
2122023-12-09T05:58:34.454Z Done (0.000s)
2132023-12-09T05:58:35.163ZPlanning: Evaluating mediator changes ... Done
2142023-12-09T05:58:35.447ZPlanning: Checking for conflicting actions ... Done
2152023-12-09T05:58:35.459ZPlanning: Consolidating action changes ... Done
2162023-12-09T05:58:35.880ZPlanning: Evaluating mediators ... Done
2172023-12-09T05:58:35.883ZPlanning: Planning completed in 0.72 seconds
2182023-12-09T05:58:35.963Z Mediators to change: 2
2192023-12-09T05:58:35.963Z Create boot environment: No
2202023-12-09T05:58:35.970ZCreate backup boot environment: No
2212023-12-09T05:58:36.057Z Done
2222023-12-09T05:58:36.057Z Done
2232023-12-09T05:58:36.207Z Done
2242023-12-09T05:58:41.931Z Done
2252023-12-09T05:58:42.045Z Done
2262023-12-09T05:58:42.068Z Done
2272023-12-09T05:58:42.152Z Done
2282023-12-09T05:58:54.438ZPlanning: Evaluating mediator changes ... Done
2292023-12-09T05:58:54.869ZPlanning: Merging actions ... Done
2302023-12-09T05:58:54.869ZPlanning: Checking for conflicting actions ... Done
2312023-12-09T05:58:54.869ZPlanning: Consolidating action changes ... Done
2322023-12-09T05:58:54.869ZPlanning: Evaluating mediators ... Done
2332023-12-09T05:58:54.869ZPlanning: Planning completed in 1.31 seconds
2342023-12-09T05:58:54.870Z Packages to change: 1
2352023-12-09T05:58:54.870Z Mediators to change: 1
2362023-12-09T05:58:54.870Z Services to change: 1
2372023-12-09T05:58:54.870Z Create boot environment: No
2382023-12-09T05:58:54.870ZCreate backup boot environment: Yes
2392023-12-09T05:58:55.190Z Actions: 1/6 actions (Updating modified actions)
2402023-12-09T05:58:55.190Z Actions: Completed 6 actions in 0.00 seconds.
2412023-12-09T05:58:55.190Z Done
2422023-12-09T05:58:55.190Z Done
2432023-12-09T05:58:55.190Z Done
2442023-12-09T05:58:55.190Z Done
2452023-12-09T05:58:55.190Z Done
2462023-12-09T05:58:55.190Z Done
2472023-12-09T05:58:55.190Z Done
2482023-12-09T05:58:55.190ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2492023-12-09T05:58:55.190Zclang system 15 system
2502023-12-09T05:58:55.190Zcsh system system illumos
2512023-12-09T05:58:55.191Zctags system system illumos
2522023-12-09T05:58:55.191Zgcc vendor 12 vendor
2532023-12-09T05:58:55.191Zgcc system 10 system
2542023-12-09T05:58:55.191Zgcc system 7 system
2552023-12-09T05:58:55.191Zgo system 1.20 system
2562023-12-09T05:58:55.191Zgo system 1.19 system
2572023-12-09T05:58:55.191Zllvm system 15 system
2582023-12-09T05:58:55.191Zllvm system 14 system
2592023-12-09T05:58:55.191Zmariadb system 10.6 system
2602023-12-09T05:58:55.191Zmta vendor vendor dma
2612023-12-09T05:58:55.191Zopenjdk system 17 system
2622023-12-09T05:58:55.191Zopenjdk system 11 system
2632023-12-09T05:58:55.191Zopenjdk system 1.8 system
2642023-12-09T05:58:55.191Zopenssl vendor 3 vendor
2652023-12-09T05:58:55.191Zperl system 5.36 system
2662023-12-09T05:58:55.192Zpostgresql system 15 system
2672023-12-09T05:58:55.192Zpostgresql system 13 system
2682023-12-09T05:58:55.192Zpython vendor 3 vendor
2692023-12-09T05:58:55.192Zpython system 2 system
2702023-12-09T05:58:55.192Zpython3 system 3.11 system
2712023-12-09T05:58:55.192Zruby system 3.0 system
2722023-12-09T05:58:55.193Zwords vendor vendor american-english
2732023-12-09T05:58:55.193Zwords system system australian-english
2742023-12-09T05:58:55.193Zwords system system british-english
2752023-12-09T05:58:55.193Zwords system system canadian-english
2762023-12-09T05:58:55.193Zwords system system french
2772023-12-09T05:58:55.194Zwords system system italian
2782023-12-09T05:58:55.194Zwords system system ngerman
2792023-12-09T05:58:55.194Zwords system system ogerman
2802023-12-09T05:58:55.194Zwords system system spanish
2812023-12-09T05:58:55.194ZFMRI IFO
2822023-12-09T05:58:55.194Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2832023-12-09T05:58:55.194Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2842023-12-09T05:58:55.194Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2852023-12-09T05:58:55.194Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z im-
2862023-12-09T05:58:55.194Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2872023-12-09T05:58:55.194Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z i--
2882023-12-09T05:58:55.194Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z im-
2892023-12-09T05:58:55.194Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z im-
2902023-12-09T05:58:55.194Z+ set -o errexit
2912023-12-09T05:58:55.194Z+++ dirname ./tools/ci_download_cockroachdb
2922023-12-09T05:58:55.194Z++ cd ./tools
2932023-12-09T05:58:55.194Z++ pwd
2942023-12-09T05:58:55.195Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
2952023-12-09T05:58:55.195Z++ basename ./tools/ci_download_cockroachdb
2962023-12-09T05:58:55.198Z+ ARG0=ci_download_cockroachdb
2972023-12-09T05:58:55.198Z++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version
2982023-12-09T05:58:55.198Z+ CIDL_VERSION=v22.1.9
2992023-12-09T05:58:55.198Z+ source /work/oxidecomputer/omicron/tools/cockroachdb_checksums
3002023-12-09T05:58:55.198Z++ CIDL_MD5_DARWIN=2db972c254b4e3b599e12110520178b5
3012023-12-09T05:58:55.198Z++ CIDL_MD5_LINUX=8c3170883e0a0be1a34b44090c067a8c
3022023-12-09T05:58:55.199Z++ CIDL_MD5_ILLUMOS=d8999aff364e5d70f226e139fda724a3
3032023-12-09T05:58:55.199Z+ TARGET_DIR=out
3042023-12-09T05:58:55.199Z+ DOWNLOAD_DIR=out/downloads
3052023-12-09T05:58:55.199Z+ DEST_DIR=./out/cockroachdb
3062023-12-09T05:58:55.199Z+ CIDL_URL_COCKROACH=https://binaries.cockroachdb.com
3072023-12-09T05:58:55.199Z+ CIDL_URL_ILLUMOS=https://illumos.org/downloads
3082023-12-09T05:58:55.199Z+ main
3092023-12-09T05:58:55.199Z+ [[ 0 != 0 ]]
3102023-12-09T05:58:55.199Z+ CIDL_OS=solaris2.11
3112023-12-09T05:58:55.199Z+ [[ 0 != 0 ]]
3122023-12-09T05:58:55.199Z+ configure_os solaris2.11
3132023-12-09T05:58:55.199Z+ echo 'current directory: /work/oxidecomputer/omicron'
3142023-12-09T05:58:55.199Zcurrent directory: /work/oxidecomputer/omicron
3152023-12-09T05:58:55.199Z+ echo 'configuring based on OS: "solaris2.11"'
3162023-12-09T05:58:55.199Zconfiguring based on OS: "solaris2.11"
3172023-12-09T05:58:55.199Z+ case "$1" in
3182023-12-09T05:58:55.199Z+ CIDL_BUILD=illumos
3192023-12-09T05:58:55.200Z+ CIDL_SUFFIX=tar.gz
3202023-12-09T05:58:55.200Z+ CIDL_MD5=d8999aff364e5d70f226e139fda724a3
3212023-12-09T05:58:55.200Z+ CIDL_MD5FUNC=do_md5sum
3222023-12-09T05:58:55.200Z+ CIDL_URL_BASE=https://illumos.org/downloads
3232023-12-09T05:58:55.200Z+ CIDL_ASSEMBLE=do_assemble_illumos
3242023-12-09T05:58:55.200Z+ TARBALL_DIRNAME=cockroach-v22.1.9.illumos
3252023-12-09T05:58:55.200Z+ TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz
3262023-12-09T05:58:55.200Z+ TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz
3272023-12-09T05:58:55.200Z+ TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos
3282023-12-09T05:58:55.200Z+ CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
3292023-12-09T05:58:55.200Z+ echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz'
3302023-12-09T05:58:55.200ZURL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
3312023-12-09T05:58:55.200Z+ echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz'
3322023-12-09T05:58:55.201ZLocal file: out/downloads/cockroach-v22.1.9.illumos.tar.gz
3332023-12-09T05:58:55.201Z+ mkdir -p out/downloads
3342023-12-09T05:58:55.201Z+ mkdir -p ./out/cockroachdb
3352023-12-09T05:58:55.201Z+ local DO_DOWNLOAD=true
3362023-12-09T05:58:55.201Z+ [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]]
3372023-12-09T05:58:55.201Z+ '[' true == true ']'
3382023-12-09T05:58:55.201Z+ echo Downloading...
3392023-12-09T05:58:55.577ZDownloading...
3402023-12-09T05:58:55.577Z+ do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz
3412023-12-09T05:58:55.577Z+ 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
3422023-12-09T05:59:02.630Z++ do_md5sum out/downloads/cockroach-v22.1.9.illumos.tar.gz
3432023-12-09T05:59:02.633Z++ md5sum
3442023-12-09T05:59:02.633Z++ awk '{print $1}'
3452023-12-09T05:59:02.814Z+ calculated_md5=d8999aff364e5d70f226e139fda724a3
3462023-12-09T05:59:02.814Z+ [[ d8999aff364e5d70f226e139fda724a3 != \d\8\9\9\9\a\f\f\3\6\4\e\5\d\7\0\f\2\2\6\e\1\3\9\f\d\a\7\2\4\a\3 ]]
3472023-12-09T05:59:02.814Z+ do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz
3482023-12-09T05:59:02.818Z+ tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads
3492023-12-09T05:59:06.373Z+ do_assemble_illumos
3502023-12-09T05:59:06.373Z+ rm -r ./out/cockroachdb
3512023-12-09T05:59:06.377Z+ cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb
3522023-12-09T05:59:07.052Z+ ./out/cockroachdb/bin/cockroach version
3532023-12-09T05:59:07.356ZBuild Tag: v22.1.9-dirty
3542023-12-09T05:59:07.356ZBuild Time: 2022/10/26 21:17:46
3552023-12-09T05:59:07.358ZDistribution: OSS
3562023-12-09T05:59:07.359ZPlatform: illumos amd64 (x86_64-pc-solaris2.11)
3572023-12-09T05:59:07.359ZGo Version: go1.17.13
3582023-12-09T05:59:07.359ZC Compiler: gcc 10.3.0
3592023-12-09T05:59:07.359ZBuild Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493
3602023-12-09T05:59:07.359ZBuild Type: release
3612023-12-09T05:59:07.792Z+ set -o errexit
3622023-12-09T05:59:07.800Z+++ dirname ./tools/ci_download_clickhouse
3632023-12-09T05:59:07.800Z++ cd ./tools
3642023-12-09T05:59:07.800Z++ pwd
3652023-12-09T05:59:07.800Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3662023-12-09T05:59:07.800Z++ basename ./tools/ci_download_clickhouse
3672023-12-09T05:59:07.801Z+ ARG0=ci_download_clickhouse
3682023-12-09T05:59:07.801Z+ TARGET_DIR=out
3692023-12-09T05:59:07.801Z+ DOWNLOAD_DIR=out/downloads
3702023-12-09T05:59:07.801Z+ DEST_DIR=./out/clickhouse
3712023-12-09T05:59:07.802Z+ CIDL_VERSION=v22.8.9.24
3722023-12-09T05:59:07.802Z+ source /work/oxidecomputer/omicron/tools/clickhouse_checksums
3732023-12-09T05:59:07.802Z++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45
3742023-12-09T05:59:07.802Z++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1
3752023-12-09T05:59:07.803Z++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306
3762023-12-09T05:59:07.803Z+ CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com
3772023-12-09T05:59:07.803Z+ main
3782023-12-09T05:59:07.805Z+ [[ 0 != 0 ]]
3792023-12-09T05:59:07.805Z+ CIDL_OS=solaris2.11
3802023-12-09T05:59:07.805Z+ [[ 0 != 0 ]]
3812023-12-09T05:59:07.806Z+ configure_os solaris2.11
3822023-12-09T05:59:07.806Z+ echo 'current directory: /work/oxidecomputer/omicron'
3832023-12-09T05:59:07.806Zcurrent directory: /work/oxidecomputer/omicron
3842023-12-09T05:59:07.806Z+ echo 'configuring based on OS: "solaris2.11"'
3852023-12-09T05:59:07.806Z+ CIDL_DASHREV=
3862023-12-09T05:59:07.807Z+ case "$1" in
3872023-12-09T05:59:07.807Zconfiguring based on OS: "solaris2.11"
3882023-12-09T05:59:07.807Z+ CIDL_PLATFORM=illumos
3892023-12-09T05:59:07.807Z+ CIDL_MD5=7702939ce5b4b51846a1ba39f1392306
3902023-12-09T05:59:07.808Z+ CIDL_MD5FUNC=do_md5sum
3912023-12-09T05:59:07.808Z+ CIDL_DASHREV=-1
3922023-12-09T05:59:07.808Z+ TARBALL_DIRNAME=clickhouse-v22.8.9.24
3932023-12-09T05:59:07.808Z+ TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz
3942023-12-09T05:59:07.809Z+ TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3952023-12-09T05:59:07.809Z+ CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz
3962023-12-09T05:59:07.809Z+ echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz'
3972023-12-09T05:59:07.809ZURL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz
3982023-12-09T05:59:07.809Z+ echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz'
3992023-12-09T05:59:07.810Z+ mkdir -p out/downloads
4002023-12-09T05:59:07.810ZLocal file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
4012023-12-09T05:59:07.810Z+ mkdir -p ./out/clickhouse
4022023-12-09T05:59:07.810Z+ local DO_DOWNLOAD=true
4032023-12-09T05:59:07.811Z+ [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]]
4042023-12-09T05:59:07.811Z+ '[' true == true ']'
4052023-12-09T05:59:07.811Z+ echo Downloading...
4062023-12-09T05:59:07.811ZDownloading...
4072023-12-09T05:59:07.811Z+ do_download_curl https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
4082023-12-09T05:59:07.811Z+ curl --silent --show-error --fail --location --output out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz
4092023-12-09T05:59:09.515Z++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
4102023-12-09T05:59:09.515Z++ md5sum
4112023-12-09T05:59:09.517Z++ awk '{print $1}'
4122023-12-09T05:59:09.781Z+ calculated_md5=7702939ce5b4b51846a1ba39f1392306
4132023-12-09T05:59:09.781Z+ [[ 7702939ce5b4b51846a1ba39f1392306 != \7\7\0\2\9\3\9\c\e\5\b\4\b\5\1\8\4\6\a\1\b\a\3\9\f\1\3\9\2\3\0\6 ]]
4142023-12-09T05:59:09.781Z+ do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse
4152023-12-09T05:59:09.821Z+ mkdir -p ./out/clickhouse
4162023-12-09T05:59:09.821Z+ tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse
4172023-12-09T05:59:15.098Z+ ./out/clickhouse/clickhouse server --version
4182023-12-09T05:59:15.098ZClickHouse server version 22.8.9.1.
4192023-12-09T05:59:15.098Z+ set -o errexit
4202023-12-09T05:59:15.098Z+++ dirname ./tools/ci_download_console
4212023-12-09T05:59:15.098Z++ cd ./tools
4222023-12-09T05:59:15.098Z++ pwd
4232023-12-09T05:59:15.100Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4242023-12-09T05:59:15.100Z++ basename ./tools/ci_download_console
4252023-12-09T05:59:15.100Z+ ARG0=ci_download_console
4262023-12-09T05:59:15.100Z+ TARGET_DIR=out
4272023-12-09T05:59:15.100Z+ DOWNLOAD_DIR=out/downloads
4282023-12-09T05:59:15.101Z+ DEST_DIR=./out/console-assets
4292023-12-09T05:59:15.101Z+ source /work/oxidecomputer/omicron/tools/console_version
4302023-12-09T05:59:15.101Z++ COMMIT=1802c2859f40712017ab89e72740e39bfd59320b
4312023-12-09T05:59:15.101Z++ SHA2=34768a895f187a6ed263c0050c42084f3907c331b547362871c2ce330e9d08d1
4322023-12-09T05:59:15.101Z+ URL=https://dl.oxide.computer/releases/console/1802c2859f40712017ab89e72740e39bfd59320b.tar.gz
4332023-12-09T05:59:15.101Z+ TARBALL_FILE=out/downloads/console.tar.gz
4342023-12-09T05:59:15.101Z+ main
4352023-12-09T05:59:15.101Z+ [[ 0 != 0 ]]
4362023-12-09T05:59:15.101Z+ echo 'URL: https://dl.oxide.computer/releases/console/1802c2859f40712017ab89e72740e39bfd59320b.tar.gz'
4372023-12-09T05:59:15.101ZURL: https://dl.oxide.computer/releases/console/1802c2859f40712017ab89e72740e39bfd59320b.tar.gz
4382023-12-09T05:59:15.101Z+ echo 'Local file: out/downloads/console.tar.gz'
4392023-12-09T05:59:15.101ZLocal file: out/downloads/console.tar.gz
4402023-12-09T05:59:15.102Z+ local DO_DOWNLOAD=true
4412023-12-09T05:59:15.102Z+ [[ -f out/downloads/console.tar.gz ]]
4422023-12-09T05:59:15.102Z+ mkdir -p out/downloads
4432023-12-09T05:59:15.102Z+ '[' true == true ']'
4442023-12-09T05:59:15.102Z+ echo Downloading...
4452023-12-09T05:59:15.102ZDownloading...
4462023-12-09T05:59:15.102Z+ do_download_curl https://dl.oxide.computer/releases/console/1802c2859f40712017ab89e72740e39bfd59320b.tar.gz out/downloads/console.tar.gz
4472023-12-09T05:59:15.102Z+ curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/1802c2859f40712017ab89e72740e39bfd59320b.tar.gz
4482023-12-09T05:59:15.622Z++ do_sha256sum out/downloads/console.tar.gz
4492023-12-09T05:59:15.629Z++ case "$OSTYPE" in
4502023-12-09T05:59:15.630Z++ SHA=sha256sum
4512023-12-09T05:59:15.630Z++ sha256sum
4522023-12-09T05:59:15.630Z++ awk '{print $1}'
4532023-12-09T05:59:15.649Z+ calculated_sha2=34768a895f187a6ed263c0050c42084f3907c331b547362871c2ce330e9d08d1
4542023-12-09T05:59:15.649Z+ [[ 34768a895f187a6ed263c0050c42084f3907c331b547362871c2ce330e9d08d1 != \3\4\7\6\8\a\8\9\5\f\1\8\7\a\6\e\d\2\6\3\c\0\0\5\0\c\4\2\0\8\4\f\3\9\0\7\c\3\3\1\b\5\4\7\3\6\2\8\7\1\c\2\c\e\3\3\0\e\9\d\0\8\d\1 ]]
4552023-12-09T05:59:15.649Z+ rm -rf ./out/console-assets
4562023-12-09T05:59:15.658Z+ mkdir -p ./out/console-assets
4572023-12-09T05:59:15.659Z+ do_untar out/downloads/console.tar.gz ./out/console-assets
4582023-12-09T05:59:15.659Z+ mkdir -p ./out/console-assets
4592023-12-09T05:59:15.659Z+ tar xzf out/downloads/console.tar.gz -C ./out/console-assets
4602023-12-09T05:59:15.803Z+ set -o errexit
4612023-12-09T05:59:15.808Z+++ dirname ./tools/ci_download_maghemite_openapi
4622023-12-09T05:59:15.808Z++ cd ./tools
4632023-12-09T05:59:15.808Z++ pwd
4642023-12-09T05:59:15.808Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4652023-12-09T05:59:15.808Z++ basename ./tools/ci_download_maghemite_openapi
4662023-12-09T05:59:15.808Z+ ARG0=ci_download_maghemite_openapi
4672023-12-09T05:59:15.809Z+ TARGET_DIR=out
4682023-12-09T05:59:15.809Z+ DOWNLOAD_DIR=out/downloads
4692023-12-09T05:59:15.809Z+ source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version
4702023-12-09T05:59:15.809Z++ COMMIT=2fd39b75df696961e5ea190c7d74dd91f4849cd3
4712023-12-09T05:59:15.809Z++ SHA2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf
4722023-12-09T05:59:15.810Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/ddm-admin.json
4732023-12-09T05:59:15.810Z+ LOCAL_FILE=out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json
4742023-12-09T05:59:15.810Z+ main
4752023-12-09T05:59:15.810Z+ [[ 0 != 0 ]]
4762023-12-09T05:59:15.810Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/ddm-admin.json'
4772023-12-09T05:59:15.810ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/ddm-admin.json
4782023-12-09T05:59:15.810Z+ echo 'Local file: out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json'
4792023-12-09T05:59:15.810ZLocal file: out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json
4802023-12-09T05:59:15.810Z+ local DO_DOWNLOAD=true
4812023-12-09T05:59:15.810Z+ [[ -f out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json ]]
4822023-12-09T05:59:15.810Z+ mkdir -p out/downloads
4832023-12-09T05:59:15.816Z+ '[' true == true ']'
4842023-12-09T05:59:15.816Z+ echo Downloading...
4852023-12-09T05:59:15.817ZDownloading...
4862023-12-09T05:59:15.817Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/ddm-admin.json out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json
4872023-12-09T05:59:15.817Z+ curl --silent --show-error --fail --location --output out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/ddm-admin.json
4882023-12-09T05:59:16.864Z++ do_sha256sum out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json
4892023-12-09T05:59:16.864Z++ case "$OSTYPE" in
4902023-12-09T05:59:16.870Z++ SHA=sha256sum
4912023-12-09T05:59:16.871Z++ sha256sum
4922023-12-09T05:59:16.871Z++ awk '{print $1}'
4932023-12-09T05:59:16.871Z+ calculated_sha2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf
4942023-12-09T05:59:16.871Z+ [[ 9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf != \9\7\3\7\9\0\6\5\5\5\a\6\0\9\1\1\6\3\6\5\3\2\f\0\0\f\1\d\c\2\8\6\6\d\c\7\c\d\6\5\5\3\b\e\b\1\0\6\e\9\e\5\7\b\e\a\b\a\d\4\1\c\d\f ]]
4952023-12-09T05:59:16.871Z+ source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version
4962023-12-09T05:59:16.872Z++ COMMIT=2fd39b75df696961e5ea190c7d74dd91f4849cd3
4972023-12-09T05:59:16.872Z++ SHA2=931efa310d972b1f8afba2308751fc6a2035afbaebba77b3a40a8358c123ba3c
4982023-12-09T05:59:16.872Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mg-admin.json
4992023-12-09T05:59:16.872Z+ LOCAL_FILE=out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json
5002023-12-09T05:59:16.873Z+ main
5012023-12-09T05:59:16.873Z+ [[ 0 != 0 ]]
5022023-12-09T05:59:16.873Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mg-admin.json'
5032023-12-09T05:59:16.873ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mg-admin.json
5042023-12-09T05:59:16.875Z+ echo 'Local file: out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json'
5052023-12-09T05:59:16.875ZLocal file: out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json
5062023-12-09T05:59:16.875Z+ local DO_DOWNLOAD=true
5072023-12-09T05:59:16.876Z+ [[ -f out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json ]]
5082023-12-09T05:59:16.876Z+ mkdir -p out/downloads
5092023-12-09T05:59:16.876Z+ '[' true == true ']'
5102023-12-09T05:59:16.876Z+ echo Downloading...
5112023-12-09T05:59:16.876ZDownloading...
5122023-12-09T05:59:16.876Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mg-admin.json out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json
5132023-12-09T05:59:16.876Z+ curl --silent --show-error --fail --location --output out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mg-admin.json
5142023-12-09T05:59:17.549Z++ do_sha256sum out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json
5152023-12-09T05:59:17.553Z++ case "$OSTYPE" in
5162023-12-09T05:59:17.553Z++ SHA=sha256sum
5172023-12-09T05:59:17.553Z++ sha256sum
5182023-12-09T05:59:17.553Z++ awk '{print $1}'
5192023-12-09T05:59:17.556Z+ calculated_sha2=931efa310d972b1f8afba2308751fc6a2035afbaebba77b3a40a8358c123ba3c
5202023-12-09T05:59:17.556Z+ [[ 931efa310d972b1f8afba2308751fc6a2035afbaebba77b3a40a8358c123ba3c != \9\3\1\e\f\a\3\1\0\d\9\7\2\b\1\f\8\a\f\b\a\2\3\0\8\7\5\1\f\c\6\a\2\0\3\5\a\f\b\a\e\b\b\a\7\7\b\3\a\4\0\a\8\3\5\8\c\1\2\3\b\a\3\c ]]
5212023-12-09T05:59:17.565Z+ set -o errexit
5222023-12-09T05:59:17.573Z+++ dirname ./tools/ci_download_dendrite_openapi
5232023-12-09T05:59:17.573Z++ cd ./tools
5242023-12-09T05:59:17.573Z++ pwd
5252023-12-09T05:59:17.573Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5262023-12-09T05:59:17.580Z++ basename ./tools/ci_download_dendrite_openapi
5272023-12-09T05:59:17.581Z+ ARG0=ci_download_dendrite_openapi
5282023-12-09T05:59:17.581Z+ TARGET_DIR=out
5292023-12-09T05:59:17.581Z+ DOWNLOAD_DIR=out/downloads
5302023-12-09T05:59:17.581Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
5312023-12-09T05:59:17.581Z++ COMMIT=45e05b2a90203d84510e0c8e902d9449b09ffd9b
5322023-12-09T05:59:17.582Z++ SHA2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0
5332023-12-09T05:59:17.582Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/45e05b2a90203d84510e0c8e902d9449b09ffd9b/dpd.json
5342023-12-09T05:59:17.582Z+ LOCAL_FILE=out/downloads/dpd-45e05b2a90203d84510e0c8e902d9449b09ffd9b.json
5352023-12-09T05:59:17.582Z+ main
5362023-12-09T05:59:17.583Z+ [[ 0 != 0 ]]
5372023-12-09T05:59:17.583Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/45e05b2a90203d84510e0c8e902d9449b09ffd9b/dpd.json'
5382023-12-09T05:59:17.583ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/45e05b2a90203d84510e0c8e902d9449b09ffd9b/dpd.json
5392023-12-09T05:59:17.583Z+ echo 'Local file: out/downloads/dpd-45e05b2a90203d84510e0c8e902d9449b09ffd9b.json'
5402023-12-09T05:59:17.583ZLocal file: out/downloads/dpd-45e05b2a90203d84510e0c8e902d9449b09ffd9b.json
5412023-12-09T05:59:17.583Z+ local DO_DOWNLOAD=true
5422023-12-09T05:59:17.583Z+ [[ -f out/downloads/dpd-45e05b2a90203d84510e0c8e902d9449b09ffd9b.json ]]
5432023-12-09T05:59:17.583Z+ mkdir -p out/downloads
5442023-12-09T05:59:17.584Z+ '[' true == true ']'
5452023-12-09T05:59:17.584Z+ echo Downloading...
5462023-12-09T05:59:17.584ZDownloading...
5472023-12-09T05:59:17.584Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/45e05b2a90203d84510e0c8e902d9449b09ffd9b/dpd.json out/downloads/dpd-45e05b2a90203d84510e0c8e902d9449b09ffd9b.json
5482023-12-09T05:59:17.584Z+ curl --silent --show-error --fail --location --output out/downloads/dpd-45e05b2a90203d84510e0c8e902d9449b09ffd9b.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/45e05b2a90203d84510e0c8e902d9449b09ffd9b/dpd.json
5492023-12-09T05:59:17.765Z++ do_sha256sum out/downloads/dpd-45e05b2a90203d84510e0c8e902d9449b09ffd9b.json
5502023-12-09T05:59:17.765Z++ case "$OSTYPE" in
5512023-12-09T05:59:17.784Z++ SHA=sha256sum
5522023-12-09T05:59:17.784Z++ sha256sum
5532023-12-09T05:59:17.784Z++ awk '{print $1}'
5542023-12-09T05:59:17.784Z+ calculated_sha2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0
5552023-12-09T05:59:17.785Z+ [[ 07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 != \0\7\d\1\1\5\b\f\a\8\4\9\8\a\8\0\1\5\c\a\2\a\8\4\4\7\e\f\e\e\a\c\3\2\e\2\4\a\e\b\2\5\b\a\f\3\d\5\e\2\3\1\3\2\1\6\e\1\1\2\9\3\c\0 ]]
5562023-12-09T05:59:18.212Z+ set -o errexit
5572023-12-09T05:59:18.212Z+++ dirname ./tools/ci_download_dendrite_stub
5582023-12-09T05:59:18.212Z++ cd ./tools
5592023-12-09T05:59:18.213Z++ pwd
5602023-12-09T05:59:18.213Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5612023-12-09T05:59:18.213Z++ basename ./tools/ci_download_dendrite_stub
5622023-12-09T05:59:18.213Z+ ARG0=ci_download_dendrite_stub
5632023-12-09T05:59:18.213Z+ source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums
5642023-12-09T05:59:18.213Z++ CIDL_SHA256_ILLUMOS=b14e73c8091a004472f9825b9b81b2c685bc5a48801704380a80481499060ad9
5652023-12-09T05:59:18.213Z++ CIDL_SHA256_LINUX_DPD=a0d92b5007826b119c68fdaef753e33b125740ec7b3e771bfa6b3aa8d9fcb8cc
5662023-12-09T05:59:18.214Z++ CIDL_SHA256_LINUX_SWADM=13387460db5b57e6ffad6c0b8877af32cc6d53fecc4a1a0910143c0446d39a38
5672023-12-09T05:59:18.214Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
5682023-12-09T05:59:18.214Z++ COMMIT=45e05b2a90203d84510e0c8e902d9449b09ffd9b
5692023-12-09T05:59:18.214Z++ SHA2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0
5702023-12-09T05:59:18.214Z+ TARGET_DIR=out
5712023-12-09T05:59:18.214Z+ DOWNLOAD_DIR=out/downloads
5722023-12-09T05:59:18.215Z+ DEST_DIR=./out/dendrite-stub
5732023-12-09T05:59:18.215Z+ BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin
5742023-12-09T05:59:18.215Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
5752023-12-09T05:59:18.215Z+ REPO=oxidecomputer/dendrite
5762023-12-09T05:59:18.215Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/45e05b2a90203d84510e0c8e902d9449b09ffd9b
5772023-12-09T05:59:18.215Z+ main
5782023-12-09T05:59:18.215Z+ [[ 0 != 0 ]]
5792023-12-09T05:59:18.216Z+ CIDL_OS=solaris2.11
5802023-12-09T05:59:18.217Z+ [[ 0 != 0 ]]
5812023-12-09T05:59:18.217Z+ configure_os solaris2.11
5822023-12-09T05:59:18.217Z+ echo 'current directory: /work/oxidecomputer/omicron'
5832023-12-09T05:59:18.217Zcurrent directory: /work/oxidecomputer/omicron
5842023-12-09T05:59:18.217Z+ echo 'configuring based on OS: "solaris2.11"'
5852023-12-09T05:59:18.217Z+ case "$1" in
5862023-12-09T05:59:18.217Zconfiguring based on OS: "solaris2.11"
5872023-12-09T05:59:18.218Z+ SET_BINARIES=
5882023-12-09T05:59:18.218Z+ CIDL_SHA256=b14e73c8091a004472f9825b9b81b2c685bc5a48801704380a80481499060ad9
5892023-12-09T05:59:18.218Z+ CIDL_SHA256FUNC=do_sha256sum
5902023-12-09T05:59:18.218Z+ TARBALL_FILENAME=dendrite-stub.tar.gz
5912023-12-09T05:59:18.218Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/45e05b2a90203d84510e0c8e902d9449b09ffd9b/dendrite-stub.tar.gz
5922023-12-09T05:59:18.218Z+ TARBALL_FILE=out/downloads/dendrite-stub.tar.gz
5932023-12-09T05:59:18.218Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/45e05b2a90203d84510e0c8e902d9449b09ffd9b/dendrite-stub.tar.gz'
5942023-12-09T05:59:18.219ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/45e05b2a90203d84510e0c8e902d9449b09ffd9b/dendrite-stub.tar.gz
5952023-12-09T05:59:18.219Z+ echo 'Local file: out/downloads/dendrite-stub.tar.gz'
5962023-12-09T05:59:18.219ZLocal file: out/downloads/dendrite-stub.tar.gz
5972023-12-09T05:59:18.219Z+ mkdir -p out/downloads
5982023-12-09T05:59:18.219Z+ mkdir -p ./out/dendrite-stub
5992023-12-09T05:59:18.697Z+ fetch_and_verify
6002023-12-09T05:59:18.697Z+ local DO_DOWNLOAD=true
6012023-12-09T05:59:18.697Z+ [[ -f out/downloads/dendrite-stub.tar.gz ]]
6022023-12-09T05:59:18.697Z+ '[' true == true ']'
6032023-12-09T05:59:18.697Z+ echo Downloading...
6042023-12-09T05:59:18.697ZDownloading...
6052023-12-09T05:59:18.697Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/45e05b2a90203d84510e0c8e902d9449b09ffd9b/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz
6062023-12-09T05:59:18.697Z+ curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/45e05b2a90203d84510e0c8e902d9449b09ffd9b/dendrite-stub.tar.gz
6072023-12-09T05:59:35.079Z++ do_sha256sum out/downloads/dendrite-stub.tar.gz
6082023-12-09T05:59:35.091Z++ sha256sum
6092023-12-09T05:59:35.091Z++ awk '{print $1}'
6102023-12-09T05:59:35.599Z+ calculated_sha256=b14e73c8091a004472f9825b9b81b2c685bc5a48801704380a80481499060ad9
6112023-12-09T05:59:35.599Z+ [[ b14e73c8091a004472f9825b9b81b2c685bc5a48801704380a80481499060ad9 != \b\1\4\e\7\3\c\8\0\9\1\a\0\0\4\4\7\2\f\9\8\2\5\b\9\b\8\1\b\2\c\6\8\5\b\c\5\a\4\8\8\0\1\7\0\4\3\8\0\a\8\0\4\8\1\4\9\9\0\6\0\a\d\9 ]]
6122023-12-09T05:59:35.619Z+ do_untar out/downloads/dendrite-stub.tar.gz
6132023-12-09T05:59:35.619Z+ tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads
6142023-12-09T05:59:36.349Z+ do_assemble
6152023-12-09T05:59:36.349Z+ rm -r ./out/dendrite-stub
6162023-12-09T05:59:36.361Z+ mkdir ./out/dendrite-stub
6172023-12-09T05:59:36.361Z+ cp -r out/downloads/root ./out/dendrite-stub/root
6182023-12-09T05:59:36.543Z+ ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin
6192023-12-09T05:59:36.558Z+ set -o errexit
6202023-12-09T05:59:36.573Z+++ dirname ./tools/ci_download_maghemite_mgd
6212023-12-09T05:59:36.573Z++ cd ./tools
6222023-12-09T05:59:36.573Z++ pwd
6232023-12-09T05:59:36.574Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
6242023-12-09T05:59:36.574Z++ basename ./tools/ci_download_maghemite_mgd
6252023-12-09T05:59:36.574Z+ ARG0=ci_download_maghemite_mgd
6262023-12-09T05:59:36.575Z+ source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums
6272023-12-09T05:59:36.575Z++ CIDL_SHA256=802636775fa77dc6eec193e65fde87e403f6a11531745d47ef5e7ff13b242890
6282023-12-09T05:59:36.575Z++ MGD_LINUX_SHA256=1bcadfd700902e3640843e0bb53d3defdbcd8d86c3279efa0953ae8d6437e2b0
6292023-12-09T05:59:36.576Z+ source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version
6302023-12-09T05:59:36.576Z++ COMMIT=2fd39b75df696961e5ea190c7d74dd91f4849cd3
6312023-12-09T05:59:36.576Z++ SHA2=931efa310d972b1f8afba2308751fc6a2035afbaebba77b3a40a8358c123ba3c
6322023-12-09T05:59:36.577Z+ TARGET_DIR=out
6332023-12-09T05:59:36.577Z+ DOWNLOAD_DIR=out/downloads
6342023-12-09T05:59:36.577Z+ DEST_DIR=./out/mgd
6352023-12-09T05:59:36.578Z+ BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin
6362023-12-09T05:59:36.578Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
6372023-12-09T05:59:36.578Z+ REPO=oxidecomputer/maghemite
6382023-12-09T05:59:36.579Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2fd39b75df696961e5ea190c7d74dd91f4849cd3
6392023-12-09T05:59:36.579Z+ main
6402023-12-09T05:59:36.579Z+ [[ 0 != 0 ]]
6412023-12-09T05:59:36.580Z+ CIDL_OS=solaris2.11
6422023-12-09T05:59:36.580Z+ [[ 0 != 0 ]]
6432023-12-09T05:59:36.580Z+ configure_os solaris2.11
6442023-12-09T05:59:36.581Z+ echo 'current directory: /work/oxidecomputer/omicron'
6452023-12-09T05:59:36.581Zcurrent directory: /work/oxidecomputer/omicron
6462023-12-09T05:59:36.581Z+ echo 'configuring based on OS: "solaris2.11"'
6472023-12-09T05:59:36.582Zconfiguring based on OS: "solaris2.11"
6482023-12-09T05:59:36.582Z+ case "$1" in
6492023-12-09T05:59:36.582Z+ SET_BINARIES=
6502023-12-09T05:59:36.583Z+ CIDL_SHA256FUNC=do_sha256sum
6512023-12-09T05:59:36.583Z+ TARBALL_FILENAME=mgd.tar.gz
6522023-12-09T05:59:36.583Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mgd.tar.gz
6532023-12-09T05:59:36.583Z+ TARBALL_FILE=out/downloads/mgd.tar.gz
6542023-12-09T05:59:36.584Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mgd.tar.gz'
6552023-12-09T05:59:36.584ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mgd.tar.gz
6562023-12-09T05:59:36.584Z+ echo 'Local file: out/downloads/mgd.tar.gz'
6572023-12-09T05:59:36.585ZLocal file: out/downloads/mgd.tar.gz
6582023-12-09T05:59:36.585Z+ mkdir -p out/downloads
6592023-12-09T05:59:36.585Z+ mkdir -p ./out/mgd
6602023-12-09T05:59:36.586Z+ fetch_and_verify
6612023-12-09T05:59:36.586Z+ local DO_DOWNLOAD=true
6622023-12-09T05:59:36.586Z+ [[ -f out/downloads/mgd.tar.gz ]]
6632023-12-09T05:59:36.586Z+ '[' true == true ']'
6642023-12-09T05:59:36.587Z+ echo Downloading...
6652023-12-09T05:59:36.588ZDownloading...
6662023-12-09T05:59:36.588Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mgd.tar.gz out/downloads/mgd.tar.gz
6672023-12-09T05:59:36.588Z+ curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mgd.tar.gz
6682023-12-09T05:59:45.660Z++ do_sha256sum out/downloads/mgd.tar.gz
6692023-12-09T05:59:45.681Z++ sha256sum
6702023-12-09T05:59:45.682Z++ awk '{print $1}'
6712023-12-09T05:59:45.682Z+ calculated_sha256=802636775fa77dc6eec193e65fde87e403f6a11531745d47ef5e7ff13b242890
6722023-12-09T05:59:45.682Z+ [[ 802636775fa77dc6eec193e65fde87e403f6a11531745d47ef5e7ff13b242890 != \8\0\2\6\3\6\7\7\5\f\a\7\7\d\c\6\e\e\c\1\9\3\e\6\5\f\d\e\8\7\e\4\0\3\f\6\a\1\1\5\3\1\7\4\5\d\4\7\e\f\5\e\7\f\f\1\3\b\2\4\2\8\9\0 ]]
6732023-12-09T05:59:45.682Z+ do_untar out/downloads/mgd.tar.gz
6742023-12-09T05:59:45.682Z+ tar xzf out/downloads/mgd.tar.gz -C out/downloads
6752023-12-09T05:59:46.033Z+ do_assemble
6762023-12-09T05:59:46.033Z+ rm -r ./out/mgd
6772023-12-09T05:59:46.065Z+ mkdir ./out/mgd
6782023-12-09T05:59:46.065Z+ cp -r out/downloads/root ./out/mgd/root
6792023-12-09T05:59:46.242Z+ set -o errexit
6802023-12-09T05:59:46.248Z+++ dirname ./tools/ci_download_transceiver_control
6812023-12-09T05:59:46.248Z++ cd ./tools
6822023-12-09T05:59:46.249Z++ pwd
6832023-12-09T05:59:46.256Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
6842023-12-09T05:59:46.256Z++ basename ./tools/ci_download_transceiver_control
6852023-12-09T05:59:46.256Z+ ARG0=ci_download_transceiver_control
6862023-12-09T05:59:46.256Z+ source /work/oxidecomputer/omicron/tools/transceiver_control_version
6872023-12-09T05:59:46.256Z++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a
6882023-12-09T05:59:46.257Z++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6892023-12-09T05:59:46.257Z+ TARGET_DIR=out
6902023-12-09T05:59:46.257Z+ DOWNLOAD_DIR=out/downloads
6912023-12-09T05:59:46.257Z+ DEST_DIR=./out/transceiver-control
6922023-12-09T05:59:46.257Z+ BIN_DIR=/opt/oxide/bin
6932023-12-09T05:59:46.259Z+ BINARY=xcvradm
6942023-12-09T05:59:46.259Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
6952023-12-09T05:59:46.259Z+ REPO=oxidecomputer/transceiver-control
6962023-12-09T05:59:46.259Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a
6972023-12-09T05:59:46.260Z+ main
6982023-12-09T05:59:46.260Z+ [[ 0 != 0 ]]
6992023-12-09T05:59:46.260Z+ CIDL_OS=solaris2.11
7002023-12-09T05:59:46.260Z+ [[ 0 != 0 ]]
7012023-12-09T05:59:46.260Z+ configure_os solaris2.11
7022023-12-09T05:59:46.260Z+ echo 'current directory: /work/oxidecomputer/omicron'
7032023-12-09T05:59:46.260Zcurrent directory: /work/oxidecomputer/omicron
7042023-12-09T05:59:46.260Z+ echo 'configuring based on OS: "solaris2.11"'
7052023-12-09T05:59:46.260Z+ case "$1" in
7062023-12-09T05:59:46.260Zconfiguring based on OS: "solaris2.11"
7072023-12-09T05:59:46.261Z+ SET_BINARIES=
7082023-12-09T05:59:46.261Z+ CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
7092023-12-09T05:59:46.261Z+ CIDL_SHA256FUNC=do_sha256sum
7102023-12-09T05:59:46.261Z+ ARCHIVE_FILENAME=xcvradm.gz
7112023-12-09T05:59:46.261Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
7122023-12-09T05:59:46.261Z+ ARCHIVE_FILE=out/downloads/xcvradm.gz
7132023-12-09T05:59:46.261ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
7142023-12-09T05:59:46.261Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz'
7152023-12-09T05:59:46.261Z+ echo 'Local file: out/downloads/xcvradm.gz'
7162023-12-09T05:59:46.261Z+ mkdir -p out/downloads
7172023-12-09T05:59:46.262ZLocal file: out/downloads/xcvradm.gz
7182023-12-09T05:59:46.263Z+ mkdir -p ./out/transceiver-control
7192023-12-09T05:59:46.283Z+ fetch_and_verify
7202023-12-09T05:59:46.283Z+ local DO_DOWNLOAD=true
7212023-12-09T05:59:46.283Z+ [[ -f out/downloads/xcvradm.gz ]]
7222023-12-09T05:59:46.283Z+ '[' true == true ']'
7232023-12-09T05:59:46.283Z+ echo Downloading...
7242023-12-09T05:59:46.283ZDownloading...
7252023-12-09T05:59:46.284Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz
7262023-12-09T05:59:46.284Z+ 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
7272023-12-09T05:59:50.161Z++ do_sha256sum out/downloads/xcvradm.gz
7282023-12-09T05:59:50.161Z++ sha256sum
7292023-12-09T05:59:50.162Z++ awk '{print $1}'
7302023-12-09T05:59:50.162Z+ calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
7312023-12-09T05:59:50.162Z+ [[ 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 ]]
7322023-12-09T05:59:50.162Z+ do_unpack out/downloads/xcvradm.gz
7332023-12-09T05:59:50.162Z+ mkdir -p out/downloads/root//opt/oxide/bin
7342023-12-09T05:59:50.162Z+ gzip -dc out/downloads/xcvradm.gz
7352023-12-09T05:59:50.163Z+ chmod +x out/downloads/root//opt/oxide/bin/xcvradm
7362023-12-09T05:59:50.163Z+ do_assemble
7372023-12-09T05:59:50.163Z+ rm -r ./out/transceiver-control
7382023-12-09T05:59:50.163Z+ mkdir ./out/transceiver-control
7392023-12-09T05:59:50.163Z+ cp -r out/downloads/root ./out/transceiver-control/root
7402023-12-09T05:59:50.357ZAll builder prerequisites installed successfully, and PATH looks valid
7412023-12-09T05:59:50.370Z
7422023-12-09T05:59:50.370Zreal 4:19.202970935
7432023-12-09T05:59:50.370Zuser 55.887128370
7442023-12-09T05:59:50.370Zsys 11.359765142
7452023-12-09T05:59:50.370Ztrap 0.022024444
7462023-12-09T05:59:50.371Ztflt 0.142135117
7472023-12-09T05:59:50.371Zdflt 0.480962932
7482023-12-09T05:59:50.371Zkflt 0.125188367
7492023-12-09T05:59:50.371Zlock 1.799580437
7502023-12-09T05:59:50.371Zslp 8:36.209183783
7512023-12-09T05:59:50.371Zlat 4.343959148
7522023-12-09T05:59:50.371Zstop 0.066469530
7532023-12-09T05:59:50.371Z
7542023-12-09T05:59:50.371Z ##### # # # # #####
7552023-12-09T05:59:50.371Z # # # # # # # #
7562023-12-09T05:59:50.372Z ##### # # # # # #
7572023-12-09T05:59:50.372Z # # # # # # # #
7582023-12-09T05:59:50.372Z # # # # # # # #
7592023-12-09T05:59:50.372Z ##### #### # ###### #####
7602023-12-09T05:59:50.372Z
7612023-12-09T05:59:50.707Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
7622023-12-09T05:59:51.085Z Updating crates.io index
7632023-12-09T05:59:51.139Z Updating git repository `https://github.com/oxidecomputer/dropshot`
7642023-12-09T05:59:52.003Z Updating git repository `https://github.com/oxidecomputer/progenitor`
7652023-12-09T05:59:53.793Z Updating git repository `http://github.com/oxidecomputer/serde_human_bytes`
7662023-12-09T05:59:54.358Z Updating git repository `http://github.com/oxidecomputer/tofino`
7672023-12-09T05:59:55.421Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
7682023-12-09T05:59:55.421Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
7692023-12-09T05:59:55.431Z Updating git repository `https://github.com/oxidecomputer/propolis`
7702023-12-09T05:59:56.068Z Updating git repository `https://github.com/oxidecomputer/crucible`
7712023-12-09T05:59:58.275Z Updating git repository `https://github.com/oxidecomputer/opte`
7722023-12-09T05:59:59.213Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
7732023-12-09T06:00:01.402Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
7742023-12-09T06:00:01.403Z Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel`
7752023-12-09T06:00:01.403Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
7762023-12-09T06:00:01.403Z Updating git repository `http://github.com/oxidecomputer/sprockets`
7772023-12-09T06:00:01.403Z Updating git repository `https://github.com/oxidecomputer/diesel-dtrace`
7782023-12-09T06:00:01.465Z Updating git repository `https://github.com/njaremko/samael`
7792023-12-09T06:00:01.992Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
7802023-12-09T06:00:02.726Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
7812023-12-09T06:00:03.081Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
7822023-12-09T06:00:03.516Z Updating git repository `https://github.com/jgallagher/nix`
7832023-12-09T06:00:04.781Z Updating git repository `https://github.com/cbiffle/hubpack`
7842023-12-09T06:00:05.246Z Updating git repository `https://github.com/oxidecomputer/typify`
7852023-12-09T06:00:06.736Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
7862023-12-09T06:00:07.151Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
7872023-12-09T06:00:07.158Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
7882023-12-09T06:00:08.741Z Downloading crates ...
7892023-12-09T06:00:09.257Z Downloaded ident_case v1.0.1
7902023-12-09T06:00:09.257Z Downloaded inout v0.1.3
7912023-12-09T06:00:09.257Z Downloaded adler v1.0.2
7922023-12-09T06:00:09.258Z Downloaded match_cfg v0.1.0
7932023-12-09T06:00:09.258Z Downloaded libsw v3.3.0
7942023-12-09T06:00:09.258Z Downloaded ipnetwork v0.20.0
7952023-12-09T06:00:09.258Z Downloaded lalrpop-util v0.19.12
7962023-12-09T06:00:09.258Z Downloaded heck v0.4.1
7972023-12-09T06:00:09.258Z Downloaded convert_case v0.4.0
7982023-12-09T06:00:09.259Z Downloaded array-init v0.0.4
7992023-12-09T06:00:09.259Z Downloaded corncobs v0.1.3
8002023-12-09T06:00:09.259Z Downloaded assert_matches v1.5.0
8012023-12-09T06:00:09.259Z Downloaded cancel-safe-futures v0.1.5
8022023-12-09T06:00:09.259Z Downloaded constant_time_eq v0.2.6
8032023-12-09T06:00:09.259Z Downloaded signal-hook-registry v1.4.1
8042023-12-09T06:00:09.259Z Downloaded approx v0.5.1
8052023-12-09T06:00:09.259Z Downloaded arrayvec v0.7.4
8062023-12-09T06:00:09.260Z Downloaded hostname v0.3.1
8072023-12-09T06:00:09.260Z Downloaded matches v0.1.10
8082023-12-09T06:00:09.260Z Downloaded hex-literal v0.4.1
8092023-12-09T06:00:09.260Z Downloaded indoc v2.0.3
8102023-12-09T06:00:09.260Z Downloaded humantime v2.1.0
8112023-12-09T06:00:09.260Z Downloaded hubpack_derive v0.1.1
8122023-12-09T06:00:09.260Z Downloaded hmac v0.12.1
8132023-12-09T06:00:09.260Z Downloaded http v0.2.11
8142023-12-09T06:00:09.261Z Downloaded normalize-line-endings v0.3.0
8152023-12-09T06:00:09.261Z Downloaded memoffset v0.9.0
8162023-12-09T06:00:09.261Z Downloaded kstat-rs v0.2.3
8172023-12-09T06:00:09.261Z Downloaded ciborium-io v0.2.1
8182023-12-09T06:00:09.262Z Downloaded colorchoice v1.0.0
8192023-12-09T06:00:09.262Z Downloaded chacha20 v0.9.1
8202023-12-09T06:00:09.263Z Downloaded ciborium-ll v0.2.1
8212023-12-09T06:00:09.263Z Downloaded nodrop v0.1.14
8222023-12-09T06:00:09.263Z Downloaded colored v2.0.4
8232023-12-09T06:00:09.264Z Downloaded new_debug_unreachable v1.0.4
8242023-12-09T06:00:09.264Z Downloaded httparse v1.8.0
8252023-12-09T06:00:09.264Z Downloaded is_ci v1.1.1
8262023-12-09T06:00:09.264Z Downloaded mockall v0.11.4
8272023-12-09T06:00:09.264Z Downloaded hex v0.4.3
8282023-12-09T06:00:09.264Z Downloaded num_enum v0.5.11
8292023-12-09T06:00:09.264Z Downloaded crossbeam-deque v0.8.3
8302023-12-09T06:00:09.265Z Downloaded crc32fast v1.3.2
8312023-12-09T06:00:09.265Z Downloaded lazy_static v1.4.0
8322023-12-09T06:00:09.265Z Downloaded num-iter v0.1.43
8332023-12-09T06:00:09.265Z Downloaded lru-cache v0.1.2
8342023-12-09T06:00:09.266Z Downloaded is-terminal v0.4.9
8352023-12-09T06:00:09.266Z Downloaded itoa v1.0.9
8362023-12-09T06:00:09.266Z Downloaded thread-id v4.2.0
8372023-12-09T06:00:09.267Z Downloaded rustls-pemfile v1.0.3
8382023-12-09T06:00:09.267Z Downloaded native-tls v0.2.11
8392023-12-09T06:00:09.267Z Downloaded num-derive v0.4.0
8402023-12-09T06:00:09.267Z Downloaded rpassword v7.3.1
8412023-12-09T06:00:09.267Z Downloaded clang-sys v1.6.1
8422023-12-09T06:00:09.267Z Downloaded smf v0.2.2
8432023-12-09T06:00:09.267Z Downloaded precomputed-hash v0.1.1
8442023-12-09T06:00:09.267Z Downloaded waitgroup v0.1.2
8452023-12-09T06:00:09.268Z Downloaded rand_core v0.6.4
8462023-12-09T06:00:09.268Z Downloaded num-rational v0.4.1
8472023-12-09T06:00:09.268Z Downloaded mime_guess v2.0.4
8482023-12-09T06:00:09.268Z Downloaded want v0.3.1
8492023-12-09T06:00:09.277Z Downloaded num_cpus v1.16.0
8502023-12-09T06:00:09.277Z Downloaded ciborium v0.2.1
8512023-12-09T06:00:09.277Z Downloaded strum_macros v0.25.2
8522023-12-09T06:00:09.277Z Downloaded olpc-cjson v0.1.3
8532023-12-09T06:00:09.277Z Downloaded foreign-types-shared v0.1.1
8542023-12-09T06:00:09.278Z Downloaded fixedbitset v0.4.2
8552023-12-09T06:00:09.278Z Downloaded rust-argon2 v1.0.1
8562023-12-09T06:00:09.278Z Downloaded fxhash v0.2.1
8572023-12-09T06:00:09.278Z Downloaded take_mut v0.2.2
8582023-12-09T06:00:09.278Z Downloaded spin v0.9.8
8592023-12-09T06:00:09.286Z Downloaded termtree v0.4.1
8602023-12-09T06:00:09.287Z Downloaded anyhow v1.0.75
8612023-12-09T06:00:09.295Z Downloaded predicates-tree v1.0.9
8622023-12-09T06:00:09.296Z Downloaded rstest v0.18.2
8632023-12-09T06:00:09.302Z Downloaded openssl-macros v0.1.1
8642023-12-09T06:00:09.302Z Downloaded usdt-attr-macro v0.3.5
8652023-12-09T06:00:09.302Z Downloaded plotters-svg v0.3.5
8662023-12-09T06:00:09.311Z Downloaded chacha20poly1305 v0.10.1
8672023-12-09T06:00:09.311Z Downloaded foreign-types-shared v0.3.1
8682023-12-09T06:00:09.312Z Downloaded derive_more v0.99.17
8692023-12-09T06:00:09.319Z Downloaded tap v1.0.1
8702023-12-09T06:00:09.328Z Downloaded tabled_derive v0.6.0
8712023-12-09T06:00:09.328Z Downloaded strsim v0.8.0
8722023-12-09T06:00:09.334Z Downloaded pretty-hex v0.2.1
8732023-12-09T06:00:09.334Z Downloaded phf v0.11.2
8742023-12-09T06:00:09.334Z Downloaded ipnet v2.8.0
8752023-12-09T06:00:09.334Z Downloaded percent-encoding v2.3.1
8762023-12-09T06:00:09.341Z Downloaded wyz v0.5.1
8772023-12-09T06:00:09.341Z Downloaded similar-asserts v1.5.0
8782023-12-09T06:00:09.352Z Downloaded bytes v1.5.0
8792023-12-09T06:00:09.358Z Downloaded paste v1.0.14
8802023-12-09T06:00:09.358Z Downloaded endian-type v0.1.2
8812023-12-09T06:00:09.358Z Downloaded stable_deref_trait v1.2.0
8822023-12-09T06:00:09.367Z Downloaded pin-utils v0.1.0
8832023-12-09T06:00:09.367Z Downloaded diesel_derives v2.1.2
8842023-12-09T06:00:09.375Z Downloaded proc-macro-crate v1.3.1
8852023-12-09T06:00:09.375Z Downloaded secrecy v0.8.0
8862023-12-09T06:00:09.375Z Downloaded itertools v0.12.0
8872023-12-09T06:00:09.387Z Downloaded termcolor v1.2.0
8882023-12-09T06:00:09.395Z Downloaded shlex v1.1.0
8892023-12-09T06:00:09.395Z Downloaded ref-cast v1.0.20
8902023-12-09T06:00:09.406Z Downloaded try-lock v0.2.4
8912023-12-09T06:00:09.406Z Downloaded rustc-demangle v0.1.23
8922023-12-09T06:00:09.406Z Downloaded futures-core v0.3.29
8932023-12-09T06:00:09.419Z Downloaded postgres-protocol v0.6.6
8942023-12-09T06:00:09.419Z Downloaded oso v0.27.0
8952023-12-09T06:00:09.425Z Downloaded siphasher v0.3.11
8962023-12-09T06:00:09.425Z Downloaded hash32 v0.2.1
8972023-12-09T06:00:09.425Z Downloaded plotters-backend v0.3.5
8982023-12-09T06:00:09.425Z Downloaded packed_struct_codegen v0.10.1
8992023-12-09T06:00:09.425Z Downloaded untrusted v0.7.1
9002023-12-09T06:00:09.437Z Downloaded enum-as-inner v0.5.1
9012023-12-09T06:00:09.437Z Downloaded proc-macro-error-attr v1.0.4
9022023-12-09T06:00:10.019Z Downloaded getrandom v0.2.10
9032023-12-09T06:00:10.019Z Downloaded strsim v0.10.0
9042023-12-09T06:00:10.019Z Downloaded form_urlencoded v1.2.1
9052023-12-09T06:00:10.019Z Downloaded doc-comment v0.3.3
9062023-12-09T06:00:10.019Z Downloaded shell-words v1.1.0
9072023-12-09T06:00:10.019Z Downloaded num-traits v0.2.16
9082023-12-09T06:00:10.020Z Downloaded oorandom v11.1.3
9092023-12-09T06:00:10.020Z Downloaded smallvec v1.11.0
9102023-12-09T06:00:10.020Z Downloaded parking_lot_core v0.9.8
9112023-12-09T06:00:10.020Z Downloaded sha1 v0.10.6
9122023-12-09T06:00:10.020Z Downloaded pin-project-lite v0.2.13
9132023-12-09T06:00:10.021Z Downloaded openssl-probe v0.1.5
9142023-12-09T06:00:10.021Z Downloaded either v1.9.0
9152023-12-09T06:00:10.021Z Downloaded signature v1.6.4
9162023-12-09T06:00:10.021Z Downloaded downcast v0.11.0
9172023-12-09T06:00:10.021Z Downloaded zip v0.6.6
9182023-12-09T06:00:10.021Z Downloaded crunchy v0.2.2
9192023-12-09T06:00:10.021Z Downloaded mio v0.8.9
9202023-12-09T06:00:10.021Z Downloaded predicates v2.1.5
9212023-12-09T06:00:10.022Z Downloaded pretty-hex v0.4.0
9222023-12-09T06:00:10.022Z Downloaded unicode-width v0.1.11
9232023-12-09T06:00:10.022Z Downloaded zone_cfg_derive v0.3.0
9242023-12-09T06:00:10.022Z Downloaded crucible-workspace-hack v0.1.0
9252023-12-09T06:00:10.022Z Downloaded cstr-argument v0.1.2
9262023-12-09T06:00:10.023Z Downloaded flagset v0.4.3
9272023-12-09T06:00:10.023Z Downloaded parse-display-derive v0.8.2
9282023-12-09T06:00:10.023Z Downloaded dyn-clone v1.0.13
9292023-12-09T06:00:10.023Z Downloaded synstructure v0.12.6
9302023-12-09T06:00:10.023Z Downloaded postgres-types v0.2.6
9312023-12-09T06:00:10.023Z Downloaded serde-big-array v0.4.1
9322023-12-09T06:00:10.023Z Downloaded usdt-macro v0.3.5
9332023-12-09T06:00:10.024Z Downloaded time-core v0.1.1
9342023-12-09T06:00:10.024Z Downloaded fallible-iterator v0.2.0
9352023-12-09T06:00:10.025Z Downloaded utf-8 v0.7.6
9362023-12-09T06:00:10.025Z Downloaded semver v0.11.0
9372023-12-09T06:00:10.025Z Downloaded parse-display v0.8.2
9382023-12-09T06:00:10.025Z Downloaded slog-term v2.9.0
9392023-12-09T06:00:10.025Z Downloaded trybuild v1.0.85
9402023-12-09T06:00:10.025Z Downloaded papergrid v0.10.0
9412023-12-09T06:00:10.025Z Downloaded spki v0.7.2
9422023-12-09T06:00:10.026Z Downloaded debug-ignore v1.0.5
9432023-12-09T06:00:10.026Z Downloaded slog-envlogger v2.2.0
9442023-12-09T06:00:10.026Z Downloaded slab v0.4.9
9452023-12-09T06:00:10.026Z Downloaded serde_tokenstream v0.1.7
9462023-12-09T06:00:10.026Z Downloaded strum v0.25.0
9472023-12-09T06:00:10.026Z Downloaded pretty_assertions v1.4.0
9482023-12-09T06:00:10.026Z Downloaded crypto-common v0.1.6
9492023-12-09T06:00:10.027Z Downloaded tokio-native-tls v0.3.1
9502023-12-09T06:00:10.027Z Downloaded float-cmp v0.9.0
9512023-12-09T06:00:10.027Z Downloaded futures-task v0.3.29
9522023-12-09T06:00:10.027Z Downloaded dof v0.1.5
9532023-12-09T06:00:10.027Z Downloaded url v2.5.0
9542023-12-09T06:00:10.028Z Downloaded dtrace-parser v0.1.14
9552023-12-09T06:00:10.028Z Downloaded zone v0.3.0
9562023-12-09T06:00:10.028Z Downloaded strip-ansi-escapes v0.2.0
9572023-12-09T06:00:10.028Z Downloaded derive_builder v0.12.0
9582023-12-09T06:00:10.028Z Downloaded curve25519-dalek-derive v0.1.0
9592023-12-09T06:00:10.028Z Downloaded opaque-debug v0.3.0
9602023-12-09T06:00:10.028Z Downloaded darling_core v0.14.4
9612023-12-09T06:00:10.029Z Downloaded unarray v0.1.4
9622023-12-09T06:00:10.029Z Downloaded libxml v0.3.3
9632023-12-09T06:00:10.029Z Downloaded headers-core v0.2.0
9642023-12-09T06:00:10.029Z Downloaded filetime v0.2.23
9652023-12-09T06:00:10.029Z Downloaded snafu v0.7.5
9662023-12-09T06:00:10.029Z Downloaded ed25519 v1.5.3
9672023-12-09T06:00:10.030Z Downloaded diesel_table_macro_syntax v0.1.0
9682023-12-09T06:00:10.030Z Downloaded clap_builder v4.4.2
9692023-12-09T06:00:10.030Z Downloaded usdt v0.3.5
9702023-12-09T06:00:10.030Z Downloaded schemars_derive v0.8.13
9712023-12-09T06:00:10.030Z Downloaded flume v0.11.0
9722023-12-09T06:00:10.031Z Downloaded utf8parse v0.2.1
9732023-12-09T06:00:10.031Z Downloaded reedline v0.26.0
9742023-12-09T06:00:10.031Z Downloaded threadpool v1.8.1
9752023-12-09T06:00:10.031Z Downloaded textwrap v0.16.0
9762023-12-09T06:00:10.031Z Downloaded predicates v3.0.4
9772023-12-09T06:00:10.031Z Downloaded deranged v0.3.8
9782023-12-09T06:00:10.031Z Downloaded x509-cert v0.2.4
9792023-12-09T06:00:10.031Z Downloaded globset v0.4.13
9802023-12-09T06:00:10.032Z Downloaded glob v0.3.1
9812023-12-09T06:00:10.032Z Downloaded idna v0.2.3
9822023-12-09T06:00:10.032Z Downloaded futures-channel v0.3.29
9832023-12-09T06:00:10.032Z Downloaded toml_datetime v0.6.5
9842023-12-09T06:00:10.032Z Downloaded derive_builder_core v0.12.0
9852023-12-09T06:00:10.032Z Downloaded tracing v0.1.37
9862023-12-09T06:00:10.032Z Downloaded usdt-impl v0.3.5
9872023-12-09T06:00:10.032Z Downloaded serde_path_to_error v0.1.14
9882023-12-09T06:00:10.032Z Downloaded derive-where v1.2.6
9892023-12-09T06:00:10.033Z Downloaded spin v0.5.2
9902023-12-09T06:00:10.035Z Downloaded parking_lot_core v0.8.6
9912023-12-09T06:00:10.035Z Downloaded data-encoding v2.4.0
9922023-12-09T06:00:10.035Z Downloaded pkcs1 v0.7.5
9932023-12-09T06:00:10.035Z Downloaded half v1.8.2
9942023-12-09T06:00:10.035Z Downloaded socket2 v0.4.9
9952023-12-09T06:00:10.035Z Downloaded crypto-bigint v0.5.2
9962023-12-09T06:00:10.035Z Downloaded futures-timer v3.0.2
9972023-12-09T06:00:10.035Z Downloaded typenum v1.16.0
9982023-12-09T06:00:10.035Z Downloaded rand v0.8.5
9992023-12-09T06:00:10.036Z Downloaded tar v0.4.40
10002023-12-09T06:00:10.036Z Downloaded unicode-bidi v0.3.13
10012023-12-09T06:00:10.036Z Downloaded regex-automata v0.1.10
10022023-12-09T06:00:10.077Z Downloaded slog v2.7.0
10032023-12-09T06:00:10.077Z Downloaded petgraph v0.6.4
10042023-12-09T06:00:10.077Z Downloaded prettyplease v0.2.12
10052023-12-09T06:00:10.078Z Downloaded subprocess v0.2.9
10062023-12-09T06:00:10.081Z Downloaded idna v0.5.0
10072023-12-09T06:00:10.081Z Downloaded toml v0.5.11
10082023-12-09T06:00:10.081Z Downloaded ucd-trie v0.1.6
10092023-12-09T06:00:10.081Z Downloaded unicode-segmentation v1.10.1
10102023-12-09T06:00:10.081Z Downloaded tabled v0.14.0
10112023-12-09T06:00:10.081Z Downloaded tungstenite v0.20.1
10122023-12-09T06:00:10.081Z Downloaded tokio-postgres v0.7.10
10132023-12-09T06:00:10.081Z Downloaded pest v2.7.2
10142023-12-09T06:00:10.082Z Downloaded hashbrown v0.13.2
10152023-12-09T06:00:10.082Z Downloaded heapless v0.7.16
10162023-12-09T06:00:10.082Z Downloaded steno v0.4.0
10172023-12-09T06:00:10.082Z Downloaded rand v0.4.6
10182023-12-09T06:00:10.082Z Downloaded plotters v0.3.5
10192023-12-09T06:00:10.082Z Downloaded quick-xml v0.23.1
10202023-12-09T06:00:10.083Z Downloaded tokio-util v0.7.10
10212023-12-09T06:00:10.083Z Downloaded h2 v0.3.21
10222023-12-09T06:00:10.083Z Downloaded bitvec v1.0.1
10232023-12-09T06:00:10.098Z Downloaded zerocopy v0.7.26
10242023-12-09T06:00:10.112Z Downloaded tough v0.16.0
10252023-12-09T06:00:10.113Z Downloaded crossterm v0.27.0
10262023-12-09T06:00:10.125Z Downloaded gimli v0.28.0
10272023-12-09T06:00:10.152Z Downloaded serde_json v1.0.108
10282023-12-09T06:00:10.178Z Downloaded regex-syntax v0.8.2
10292023-12-09T06:00:10.200Z Downloaded proptest v1.4.0
10302023-12-09T06:00:10.201Z Downloaded rayon v1.8.0
10312023-12-09T06:00:10.616Z Downloaded smoltcp v0.9.1
10322023-12-09T06:00:10.621Z Downloaded ratatui v0.23.0
10332023-12-09T06:00:10.622Z Downloaded zerocopy-derive v0.6.4
10342023-12-09T06:00:10.622Z Downloaded object v0.30.4
10352023-12-09T06:00:10.622Z Downloaded zerocopy-derive v0.7.26
10362023-12-09T06:00:10.622Z Downloaded regex-automata v0.4.3
10372023-12-09T06:00:10.622Z Downloaded sha3 v0.10.8
10382023-12-09T06:00:10.622Z Downloaded rustix v0.38.25
10392023-12-09T06:00:10.623Z Downloaded regex-automata v0.3.8
10402023-12-09T06:00:10.623Z Downloaded syn v2.0.32
10412023-12-09T06:00:10.623Z Downloaded syn v1.0.109
10422023-12-09T06:00:10.623Z Downloaded sled v0.34.7
10432023-12-09T06:00:10.623Z Downloaded bzip2-sys v0.1.11+1.0.8
10442023-12-09T06:00:10.623Z Downloaded zerocopy-derive v0.2.0
10452023-12-09T06:00:10.623Z Downloaded tokio v1.35.0
10462023-12-09T06:00:10.623Z Downloaded libc v0.2.150
10472023-12-09T06:00:10.644Z Downloaded bstr v1.6.0
10482023-12-09T06:00:10.664Z Downloaded rustls v0.21.9
10492023-12-09T06:00:10.685Z Downloaded regex-syntax v0.6.29
10502023-12-09T06:00:10.709Z Downloaded bstr v0.2.17
10512023-12-09T06:00:10.719Z Downloaded encoding_rs v0.8.33
10522023-12-09T06:00:10.765Z Downloaded ring v0.17.7
10532023-12-09T06:00:10.908Z Downloaded smoltcp v0.10.0
10542023-12-09T06:00:10.929Z Downloaded polar-core v0.27.0
10552023-12-09T06:00:10.946Z Downloaded rustix v0.37.23
10562023-12-09T06:00:10.986Z Downloaded openapiv3 v2.0.0
10572023-12-09T06:00:11.008Z Downloaded object v0.32.1
10582023-12-09T06:00:11.029Z Downloaded curve25519-dalek v4.1.0
10592023-12-09T06:00:11.057Z Downloaded regex-syntax v0.7.5
10602023-12-09T06:00:11.498Z Downloaded rustls-webpki v0.101.7
10612023-12-09T06:00:11.498Z Downloaded futures-util v0.3.29
10622023-12-09T06:00:11.498Z Downloaded diesel v2.1.4
10632023-12-09T06:00:11.498Z Downloaded bindgen v0.65.1
10642023-12-09T06:00:11.499Z Downloaded typed-path v0.7.0
10652023-12-09T06:00:11.499Z Downloaded vcpkg v0.2.15
10662023-12-09T06:00:11.499Z Downloaded radix_trie v0.2.1
10672023-12-09T06:00:11.499Z Downloaded openssl v0.10.60
10682023-12-09T06:00:11.500Z Downloaded trust-dns-proto v0.22.0
10692023-12-09T06:00:11.500Z Downloaded portable-atomic v1.4.3
10702023-12-09T06:00:11.500Z Downloaded reqwest v0.11.22
10712023-12-09T06:00:11.500Z Downloaded ring v0.16.20
10722023-12-09T06:00:11.500Z Downloaded unicode-normalization v0.1.22
10732023-12-09T06:00:11.500Z Downloaded winnow v0.5.15
10742023-12-09T06:00:11.500Z Downloaded webpki-roots v0.25.2
10752023-12-09T06:00:11.516Z Downloaded regex v1.10.2
10762023-12-09T06:00:11.532Z Downloaded regress v0.7.1
10772023-12-09T06:00:11.548Z Downloaded expectorate v1.1.0
10782023-12-09T06:00:11.548Z Downloaded diff v0.1.13
10792023-12-09T06:00:11.548Z Downloaded lalrpop v0.19.12
10802023-12-09T06:00:11.565Z Downloaded chrono v0.4.31
10812023-12-09T06:00:11.576Z Downloaded hashbrown v0.14.2
10822023-12-09T06:00:11.589Z Downloaded rayon-core v1.12.0
10832023-12-09T06:00:11.595Z Downloaded omicron-zone-package v0.9.1
10842023-12-09T06:00:11.599Z Downloaded semver v0.1.20
10852023-12-09T06:00:11.599Z Downloaded foreign-types-macros v0.2.3
10862023-12-09T06:00:11.599Z Downloaded fd-lock v3.0.13
10872023-12-09T06:00:11.604Z Downloaded vte v0.11.1
10882023-12-09T06:00:11.609Z Downloaded flate2 v1.0.28
10892023-12-09T06:00:11.614Z Downloaded trust-dns-server v0.22.1
10902023-12-09T06:00:11.629Z Downloaded pin-project v1.1.3
10912023-12-09T06:00:11.643Z Downloaded serde v1.0.192
10922023-12-09T06:00:11.654Z Downloaded fatfs v0.3.6
10932023-12-09T06:00:11.667Z Downloaded openssl-sys v0.9.96
10942023-12-09T06:00:11.672Z Downloaded postcard v1.0.8
10952023-12-09T06:00:11.672Z Downloaded ena v0.14.2
10962023-12-09T06:00:11.672Z Downloaded zeroize_derive v1.4.2
10972023-12-09T06:00:11.672Z Downloaded zeroize v1.7.0
10982023-12-09T06:00:11.675Z Downloaded vsss-rs v3.3.1
10992023-12-09T06:00:11.679Z Downloaded pest_derive v2.7.2
11002023-12-09T06:00:11.682Z Downloaded poly1305 v0.8.0
11012023-12-09T06:00:11.685Z Downloaded futures v0.3.29
11022023-12-09T06:00:11.694Z Downloaded time v0.3.27
11032023-12-09T06:00:11.708Z Downloaded aho-corasick v1.0.4
11042023-12-09T06:00:11.718Z Downloaded generic-array v0.14.7
11052023-12-09T06:00:11.728Z Downloaded rstest_macros v0.18.2
11062023-12-09T06:00:11.728Z Downloaded defmt v0.3.5
11072023-12-09T06:00:11.733Z Downloaded tracing-core v0.1.31
11082023-12-09T06:00:11.733Z Downloaded uuid v1.6.1
11092023-12-09T06:00:11.738Z Downloaded serde_derive_internals v0.26.0
11102023-12-09T06:00:11.742Z Downloaded rtoolbox v0.0.1
11112023-12-09T06:00:11.745Z Downloaded resolv-conf v0.7.0
11122023-12-09T06:00:11.750Z Downloaded fragile v2.0.0
11132023-12-09T06:00:11.750Z Downloaded quote v1.0.33
11142023-12-09T06:00:11.754Z Downloaded predicates-core v1.0.6
11152023-12-09T06:00:11.758Z Downloaded dirs-sys-next v0.1.2
11162023-12-09T06:00:11.758Z Downloaded elliptic-curve v0.13.8
11172023-12-09T06:00:11.766Z Downloaded clap v2.34.0
11182023-12-09T06:00:11.780Z Downloaded derive_builder_macro v0.12.0
11192023-12-09T06:00:11.792Z Downloaded display-error-chain v0.2.0
11202023-12-09T06:00:11.793Z Downloaded tui-tree-widget v0.13.0
11212023-12-09T06:00:11.793Z Downloaded futures-macro v0.3.29
11222023-12-09T06:00:11.793Z Downloaded ff v0.13.0
11232023-12-09T06:00:11.793Z Downloaded futures-sink v0.3.29
11242023-12-09T06:00:11.793Z Downloaded textwrap v0.11.0
11252023-12-09T06:00:11.800Z Downloaded termios v0.3.3
11262023-12-09T06:00:11.800Z Downloaded funty v2.0.0
11272023-12-09T06:00:11.800Z Downloaded slog-async v2.8.0
11282023-12-09T06:00:11.801Z Downloaded ref-cast-impl v1.0.20
11292023-12-09T06:00:11.801Z Downloaded slog-dtrace v0.2.3
11302023-12-09T06:00:11.801Z Downloaded password-hash v0.5.0
11312023-12-09T06:00:11.808Z Downloaded owo-colors v3.5.0
11322023-12-09T06:00:11.808Z Downloaded darling_core v0.20.3
11332023-12-09T06:00:11.817Z Downloaded hashbrown v0.12.3
11342023-12-09T06:00:11.823Z Downloaded unicode-ident v1.0.12
11352023-12-09T06:00:11.829Z Downloaded toml v0.7.8
11362023-12-09T06:00:11.829Z Downloaded defmt-macros v0.3.6
11372023-12-09T06:00:11.835Z Downloaded tokio-stream v0.1.14
11382023-12-09T06:00:11.907Z Downloaded der v0.7.8
11392023-12-09T06:00:11.934Z Downloaded structopt v0.3.26
11402023-12-09T06:00:11.934Z Downloaded slog-bunyan v2.4.0
11412023-12-09T06:00:11.934Z Downloaded semver v1.0.20
11422023-12-09T06:00:11.935Z Downloaded salty v0.2.0
11432023-12-09T06:00:11.935Z Downloaded serde_spanned v0.6.4
11442023-12-09T06:00:11.935Z Downloaded unicase v2.7.0
11452023-12-09T06:00:11.935Z Downloaded parking_lot v0.11.2
11462023-12-09T06:00:11.935Z Downloaded terminal_size v0.2.6
11472023-12-09T06:00:11.935Z Downloaded tempdir v0.3.7
11482023-12-09T06:00:11.935Z Downloaded getopts v0.2.21
11492023-12-09T06:00:11.935Z Downloaded parking_lot v0.12.1
11502023-12-09T06:00:11.936Z Downloaded toml_edit v0.21.0
11512023-12-09T06:00:12.406Z Downloaded unicode-linebreak v0.1.5
11522023-12-09T06:00:12.423Z Downloaded datatest-stable v0.2.3
11532023-12-09T06:00:12.423Z Downloaded defmt-parser v0.3.3
11542023-12-09T06:00:12.424Z Downloaded rusty-fork v0.3.0
11552023-12-09T06:00:12.424Z Downloaded trust-dns-resolver v0.22.0
11562023-12-09T06:00:12.425Z Downloaded minimal-lexical v0.2.1
11572023-12-09T06:00:12.425Z Downloaded pin-project-internal v1.1.3
11582023-12-09T06:00:12.425Z Downloaded toml v0.8.8
11592023-12-09T06:00:12.425Z Downloaded rand_chacha v0.3.1
11602023-12-09T06:00:12.425Z Downloaded scheduled-thread-pool v0.2.7
11612023-12-09T06:00:12.425Z Downloaded num-bigint-dig v0.8.4
11622023-12-09T06:00:12.425Z Downloaded errno v0.3.2
11632023-12-09T06:00:12.425Z Downloaded oso-derive v0.27.0
11642023-12-09T06:00:12.426Z Downloaded vte_generate_state_changes v0.1.1
11652023-12-09T06:00:12.426Z Downloaded slog-json v2.6.1
11662023-12-09T06:00:12.426Z Downloaded tempfile v3.8.1
11672023-12-09T06:00:12.426Z Downloaded serde_tokenstream v0.2.0
11682023-12-09T06:00:12.426Z Downloaded serde_derive v1.0.192
11692023-12-09T06:00:12.427Z Downloaded partial-io v0.5.4
11702023-12-09T06:00:12.427Z Downloaded pest_meta v2.7.2
11712023-12-09T06:00:12.427Z Downloaded fs-err v2.11.0
11722023-12-09T06:00:12.427Z Downloaded packed_struct v0.10.1
11732023-12-09T06:00:12.428Z Downloaded heck v0.3.3
11742023-12-09T06:00:12.428Z Downloaded signal-hook v0.3.17
11752023-12-09T06:00:12.428Z Downloaded nom v7.1.3
11762023-12-09T06:00:12.428Z Downloaded term v0.7.0
11772023-12-09T06:00:12.428Z Downloaded darling v0.20.3
11782023-12-09T06:00:12.429Z Downloaded pkcs8 v0.10.2
11792023-12-09T06:00:12.429Z Downloaded env_logger v0.10.0
11802023-12-09T06:00:12.429Z Downloaded memchr v2.6.3
11812023-12-09T06:00:12.429Z Downloaded thread_local v1.1.7
11822023-12-09T06:00:12.430Z Downloaded time-macros v0.2.13
11832023-12-09T06:00:12.432Z Downloaded structmeta-derive v0.2.0
11842023-12-09T06:00:12.433Z Downloaded sha2 v0.10.8
11852023-12-09T06:00:12.433Z Downloaded rustversion v1.0.14
11862023-12-09T06:00:12.433Z Downloaded rustfmt-wrapper v0.2.0
11872023-12-09T06:00:12.433Z Downloaded proc-macro-error v1.0.4
11882023-12-09T06:00:12.434Z Downloaded walkdir v2.4.0
11892023-12-09T06:00:12.434Z Downloaded stringprep v0.1.3
11902023-12-09T06:00:12.434Z Downloaded rcgen v0.11.3
11912023-12-09T06:00:12.434Z Downloaded num-bigint v0.4.4
11922023-12-09T06:00:12.436Z Downloaded crossbeam-channel v0.5.8
11932023-12-09T06:00:12.436Z Downloaded tinyvec v1.6.0
11942023-12-09T06:00:12.436Z Downloaded darling v0.14.4
11952023-12-09T06:00:12.436Z Downloaded thiserror v1.0.49
11962023-12-09T06:00:12.436Z Downloaded tokio-tungstenite v0.20.1
11972023-12-09T06:00:12.437Z Downloaded rsa v0.9.2
11982023-12-09T06:00:12.437Z Downloaded zerocopy v0.6.4
11992023-12-09T06:00:12.437Z Downloaded der_derive v0.7.2
12002023-12-09T06:00:12.437Z Downloaded pem-rfc7468 v0.7.0
12012023-12-09T06:00:12.438Z Downloaded tokio-rustls v0.24.1
12022023-12-09T06:00:12.438Z Downloaded ryu v1.0.15
12032023-12-09T06:00:12.438Z Downloaded ppv-lite86 v0.2.17
12042023-12-09T06:00:12.438Z Downloaded structopt-derive v0.4.18
12052023-12-09T06:00:12.438Z Downloaded structmeta v0.2.0
12062023-12-09T06:00:12.438Z Downloaded embedded-io v0.4.0
12072023-12-09T06:00:12.439Z Downloaded wait-timeout v0.2.0
12082023-12-09T06:00:12.439Z Downloaded rand_xorshift v0.3.0
12092023-12-09T06:00:12.439Z Downloaded unsafe-libyaml v0.2.9
12102023-12-09T06:00:12.439Z Downloaded pest_generator v2.7.2
12112023-12-09T06:00:12.439Z Downloaded toml_edit v0.19.15
12122023-12-09T06:00:12.440Z Downloaded yasna v0.5.2
12132023-12-09T06:00:12.440Z Downloaded criterion v0.5.1
12142023-12-09T06:00:12.440Z Downloaded platforms v3.0.2
12152023-12-09T06:00:12.440Z Downloaded proc-macro2 v1.0.69
12162023-12-09T06:00:12.440Z Downloaded test-strategy v0.3.1
12172023-12-09T06:00:12.440Z Downloaded itertools v0.10.5
12182023-12-09T06:00:12.440Z Downloaded socket2 v0.5.5
12192023-12-09T06:00:12.440Z Downloaded number_prefix v0.4.0
12202023-12-09T06:00:12.441Z Downloaded signature v2.1.0
12212023-12-09T06:00:12.441Z Downloaded headers v0.3.9
12222023-12-09T06:00:12.441Z Downloaded backtrace v0.3.69
12232023-12-09T06:00:12.441Z Downloaded tinytemplate v1.2.1
12242023-12-09T06:00:12.441Z Downloaded group v0.13.0
12252023-12-09T06:00:12.441Z Downloaded unicode-xid v0.2.4
12262023-12-09T06:00:12.441Z Downloaded serde_urlencoded v0.7.1
12272023-12-09T06:00:12.441Z Downloaded hyper v0.14.27
12282023-12-09T06:00:12.441Z Downloaded once_cell v1.19.0
12292023-12-09T06:00:12.442Z Downloaded quick-error v1.2.3
12302023-12-09T06:00:12.442Z Downloaded pkg-config v0.3.27
12312023-12-09T06:00:12.442Z Downloaded pem v3.0.2
12322023-12-09T06:00:12.442Z Downloaded schemars v0.8.13
12332023-12-09T06:00:12.442Z Downloaded tokio-macros v2.2.0
12342023-12-09T06:00:12.442Z Downloaded scopeguard v1.2.0
12352023-12-09T06:00:12.442Z Downloaded ron v0.8.1
12362023-12-09T06:00:12.443Z Downloaded trust-dns-client v0.22.0
12372023-12-09T06:00:12.443Z Downloaded similar v2.2.1
12382023-12-09T06:00:12.443Z Downloaded dirs-next v2.0.0
12392023-12-09T06:00:12.443Z Downloaded equivalent v1.0.1
12402023-12-09T06:00:12.443Z Downloaded phf_shared v0.11.2
12412023-12-09T06:00:12.458Z Downloaded phf_shared v0.10.0
12422023-12-09T06:00:12.458Z Downloaded darling_macro v0.14.4
12432023-12-09T06:00:12.458Z Downloaded untrusted v0.9.0
12442023-12-09T06:00:12.459Z Downloaded base64 v0.21.5
12452023-12-09T06:00:12.459Z Downloaded tiny-keccak v2.0.2
12462023-12-09T06:00:12.459Z Downloaded rustc-hash v1.1.0
12472023-12-09T06:00:12.459Z Downloaded crossbeam-epoch v0.9.15
12482023-12-09T06:00:12.459Z Downloaded arc-swap v1.6.0
12492023-12-09T06:00:12.459Z Downloaded supports-color v2.1.0
12502023-12-09T06:00:12.460Z Downloaded smallvec v0.6.14
12512023-12-09T06:00:12.476Z Downloaded slog-stdlog v4.1.1
12522023-12-09T06:00:12.477Z Downloaded slog-scope v4.4.0
12532023-12-09T06:00:12.477Z Downloaded indicatif v0.17.7
12542023-12-09T06:00:12.477Z Downloaded fastrand v2.0.0
12552023-12-09T06:00:12.477Z Downloaded num_enum_derive v0.5.11
12562023-12-09T06:00:12.477Z Downloaded subtle v2.5.0
12572023-12-09T06:00:12.477Z Downloaded path-slash v0.1.5
12582023-12-09T06:00:12.477Z Downloaded relative-path v1.9.0
12592023-12-09T06:00:12.477Z Downloaded digest v0.10.7
12602023-12-09T06:00:12.483Z Downloaded darling_macro v0.20.3
12612023-12-09T06:00:12.484Z Downloaded difflib v0.4.0
12622023-12-09T06:00:12.484Z Downloaded peeking_take_while v0.1.2
12632023-12-09T06:00:12.484Z Downloaded zerocopy v0.3.0
12642023-12-09T06:00:12.484Z Downloaded yansi v0.5.1
12652023-12-09T06:00:12.484Z Downloaded xattr v1.0.1
12662023-12-09T06:00:12.488Z Downloaded whoami v1.4.1
12672023-12-09T06:00:12.488Z Downloaded version_check v0.9.4
12682023-12-09T06:00:12.492Z Downloaded blake2 v0.10.6
12692023-12-09T06:00:12.497Z Downloaded string_cache v0.8.7
12702023-12-09T06:00:12.501Z Downloaded tracing-attributes v0.1.26
12712023-12-09T06:00:12.505Z Downloaded libm v0.2.7
12722023-12-09T06:00:12.525Z Downloaded fnv v1.0.7
12732023-12-09T06:00:12.525Z Downloaded which v4.4.0
12742023-12-09T06:00:12.525Z Downloaded vec_map v0.8.2
12752023-12-09T06:00:12.539Z Downloaded const-oid v0.9.5
12762023-12-09T06:00:12.554Z Downloaded cookie v0.18.0
12772023-12-09T06:00:12.554Z Downloaded ahash v0.8.3
12782023-12-09T06:00:12.555Z Downloaded basic-toml v0.1.4
12792023-12-09T06:00:12.559Z Downloaded serde_with_macros v3.4.0
12802023-12-09T06:00:12.560Z Downloaded swrite v0.1.0
12812023-12-09T06:00:12.564Z Downloaded futures-io v0.3.29
12822023-12-09T06:00:12.564Z Downloaded futures-executor v0.3.29
12832023-12-09T06:00:12.564Z Downloaded serde-hex v0.1.0
12842023-12-09T06:00:12.568Z Downloaded sct v0.7.0
12852023-12-09T06:00:12.577Z Downloaded tinyvec_macros v0.1.1
12862023-12-09T06:00:12.577Z Downloaded remove_dir_all v0.5.3
12872023-12-09T06:00:12.577Z Downloaded indexmap v1.9.3
12882023-12-09T06:00:12.582Z Downloaded mockall_derive v0.11.4
12892023-12-09T06:00:12.586Z Downloaded snafu-derive v0.7.5
12902023-12-09T06:00:12.594Z Downloaded thiserror-impl-no-std v2.0.2
12912023-12-09T06:00:12.614Z Downloaded log v0.4.20
12922023-12-09T06:00:12.615Z Downloaded lock_api v0.4.10
12932023-12-09T06:00:12.615Z Downloaded crossbeam-utils v0.8.16
12942023-12-09T06:00:12.654Z Downloaded addr2line v0.21.0
12952023-12-09T06:00:12.655Z Downloaded sec1 v0.7.3
12962023-12-09T06:00:12.656Z Downloaded radium v0.7.0
12972023-12-09T06:00:12.656Z Downloaded r2d2 v0.8.10
12982023-12-09T06:00:12.656Z Downloaded universal-hash v0.5.1
12992023-12-09T06:00:12.657Z Downloaded thiserror-no-std v2.0.2
13002023-12-09T06:00:12.657Z Downloaded num-complex v0.4.4
13012023-12-09T06:00:12.657Z Downloaded nu-ansi-term v0.49.0
13022023-12-09T06:00:12.658Z Downloaded num_threads v0.1.6
13032023-12-09T06:00:12.658Z Downloaded topological-sort v0.2.2
13042023-12-09T06:00:12.658Z Downloaded thiserror-impl v1.0.49
13052023-12-09T06:00:12.659Z Downloaded bzip2 v0.4.4
13062023-12-09T06:00:12.687Z Downloaded blake2b_simd v1.0.1
13072023-12-09T06:00:12.687Z Downloaded ansi_term v0.12.1
13082023-12-09T06:00:12.687Z Downloaded buf-list v1.0.3
13092023-12-09T06:00:12.688Z Downloaded strum_macros v0.24.3
13102023-12-09T06:00:12.688Z Downloaded clap_derive v4.4.2
13112023-12-09T06:00:12.707Z Downloaded cc v1.0.83
13122023-12-09T06:00:12.708Z Downloaded foreign-types v0.5.0
13132023-12-09T06:00:12.708Z Downloaded foreign-types v0.3.2
13142023-12-09T06:00:12.708Z Downloaded miniz_oxide v0.7.1
13152023-12-09T06:00:12.722Z Downloaded camino v1.1.6
13162023-12-09T06:00:12.723Z Downloaded bcs v0.1.6
13172023-12-09T06:00:12.723Z Downloaded smawk v0.3.1
13182023-12-09T06:00:12.727Z Downloaded camino-tempfile v1.1.1
13192023-12-09T06:00:12.727Z Downloaded anstyle-query v1.0.0
13202023-12-09T06:00:12.727Z Downloaded bitflags v2.4.0
13212023-12-09T06:00:12.727Z Downloaded indexmap v2.1.0
13222023-12-09T06:00:12.728Z Downloaded bitflags v1.3.2
13232023-12-09T06:00:12.728Z Downloaded byteorder v1.5.0
13242023-12-09T06:00:12.729Z Downloaded base64ct v1.6.0
13252023-12-09T06:00:12.729Z Downloaded assert_cmd v2.0.12
13262023-12-09T06:00:12.729Z Downloaded rustc_version v0.1.7
13272023-12-09T06:00:12.729Z Downloaded crc v3.0.1
13282023-12-09T06:00:12.730Z Downloaded libloading v0.7.4
13292023-12-09T06:00:12.906Z Downloaded serde_plain v1.0.2
13302023-12-09T06:00:12.906Z Downloaded same-file v1.0.6
13312023-12-09T06:00:12.907Z Downloaded rustc_version v0.4.0
13322023-12-09T06:00:12.907Z Downloaded rustls-native-certs v0.6.3
13332023-12-09T06:00:12.907Z Downloaded libtest-mimic v0.6.1
13342023-12-09T06:00:12.907Z Downloaded macaddr v1.0.1
13352023-12-09T06:00:12.907Z Downloaded anstyle-parse v0.2.1
13362023-12-09T06:00:12.907Z Downloaded static_assertions v1.1.0
13372023-12-09T06:00:12.908Z Downloaded nibble_vec v0.1.0
13382023-12-09T06:00:12.908Z Downloaded crossbeam-queue v0.3.8
13392023-12-09T06:00:12.908Z Downloaded iana-time-zone v0.1.57
13402023-12-09T06:00:12.908Z Downloaded hyper-tls v0.5.0
13412023-12-09T06:00:12.908Z Downloaded httptest v0.15.5
13422023-12-09T06:00:12.908Z Downloaded nanorand v0.7.0
13432023-12-09T06:00:12.908Z Downloaded libefi-sys v0.1.0
13442023-12-09T06:00:12.909Z Downloaded indoc v1.0.9
13452023-12-09T06:00:12.909Z Downloaded num-integer v0.1.45
13462023-12-09T06:00:12.909Z Downloaded num v0.4.1
13472023-12-09T06:00:12.909Z Downloaded managed v0.8.0
13482023-12-09T06:00:12.909Z Downloaded toolchain_find v0.2.0
13492023-12-09T06:00:12.909Z Downloaded crc-catalog v2.2.0
13502023-12-09T06:00:12.909Z Downloaded multer v2.1.0
13512023-12-09T06:00:12.909Z Downloaded crc-any v2.4.3
13522023-12-09T06:00:12.910Z Downloaded backoff v0.4.0
13532023-12-09T06:00:12.910Z Downloaded argon2 v0.5.2
13542023-12-09T06:00:12.910Z Downloaded memoffset v0.7.1
13552023-12-09T06:00:12.910Z Downloaded bb8 v0.8.1
13562023-12-09T06:00:13.029Z Downloaded aead v0.5.2
13572023-12-09T06:00:13.029Z Downloaded base16ct v0.2.0
13582023-12-09T06:00:13.029Z Downloaded anstyle v1.0.2
13592023-12-09T06:00:13.029Z Downloaded impl-trait-for-tuples v0.2.2
13602023-12-09T06:00:13.029Z Downloaded maybe-uninit v2.0.0
13612023-12-09T06:00:13.029Z Downloaded cfg-if v1.0.0
13622023-12-09T06:00:13.030Z Downloaded hubpack v0.1.2
13632023-12-09T06:00:13.030Z Downloaded block-buffer v0.10.4
13642023-12-09T06:00:13.030Z Downloaded bytecount v0.6.3
13652023-12-09T06:00:13.030Z Downloaded cassowary v0.3.0
13662023-12-09T06:00:13.030Z Downloaded bytesize v1.3.0
13672023-12-09T06:00:13.030Z Downloaded criterion-plot v0.5.0
13682023-12-09T06:00:13.031Z Downloaded cipher v0.4.4
13692023-12-09T06:00:13.031Z Downloaded cexpr v0.6.0
13702023-12-09T06:00:13.031Z Downloaded autocfg v1.1.0
13712023-12-09T06:00:13.031Z Downloaded tower-service v0.3.2
13722023-12-09T06:00:13.031Z Downloaded lazycell v1.3.0
13732023-12-09T06:00:13.032Z Downloaded keccak v0.1.4
13742023-12-09T06:00:13.032Z Downloaded constant_time_eq v0.3.0
13752023-12-09T06:00:13.032Z Downloaded arrayref v0.3.7
13762023-12-09T06:00:13.032Z Downloaded block-padding v0.3.3
13772023-12-09T06:00:13.032Z Downloaded bit-vec v0.6.3
13782023-12-09T06:00:13.033Z Downloaded newline-converter v0.3.0
13792023-12-09T06:00:13.033Z Downloaded instant v0.1.12
13802023-12-09T06:00:13.033Z Downloaded hyper-rustls v0.24.2
13812023-12-09T06:00:13.033Z Downloaded atomic-waker v1.1.1
13822023-12-09T06:00:13.033Z Downloaded async-stream v0.3.5
13832023-12-09T06:00:13.034Z Downloaded md-5 v0.10.5
13842023-12-09T06:00:13.034Z Downloaded bit-set v0.5.3
13852023-12-09T06:00:13.034Z Downloaded serde-big-array v0.5.1
13862023-12-09T06:00:13.034Z Downloaded cast v0.3.0
13872023-12-09T06:00:13.034Z Downloaded maplit v1.0.2
13882023-12-09T06:00:13.034Z Downloaded linked-hash-map v0.5.6
13892023-12-09T06:00:13.035Z Downloaded linear-map v1.2.0
13902023-12-09T06:00:13.035Z Downloaded newtype_derive v0.1.6
13912023-12-09T06:00:13.035Z Downloaded mime v0.3.17
13922023-12-09T06:00:13.035Z Downloaded hyper-staticfile v0.9.5
13932023-12-09T06:00:13.035Z Downloaded async-trait v0.1.74
13942023-12-09T06:00:13.035Z Downloaded ascii-canvas v3.0.0
13952023-12-09T06:00:13.035Z Downloaded async-recursion v1.0.5
13962023-12-09T06:00:13.037Z Downloaded atty v0.2.14
13972023-12-09T06:00:13.038Z Downloaded httpdate v1.0.3
13982023-12-09T06:00:13.038Z Downloaded http-body v0.4.5
13992023-12-09T06:00:13.038Z Downloaded hkdf v0.12.3
14002023-12-09T06:00:13.038Z Downloaded cpufeatures v0.2.9
14012023-12-09T06:00:13.039Z Downloaded http-range v0.1.5
14022023-12-09T06:00:13.039Z Downloaded atomicwrites v0.4.2
14032023-12-09T06:00:13.039Z Downloaded home v0.5.5
14042023-12-09T06:00:13.040Z Downloaded highway v1.1.0
14052023-12-09T06:00:13.040Z Downloaded async-stream-impl v0.3.5
14062023-12-09T06:00:13.040Z Downloaded anstream v0.5.0
14072023-12-09T06:00:13.040Z Downloaded anes v0.1.6
14082023-12-09T06:00:13.131Z Downloaded signal-hook-tokio v0.3.1
14092023-12-09T06:00:13.131Z Downloaded signal-hook-mio v0.2.3
14102023-12-09T06:00:13.131Z Downloaded serde_yaml v0.9.25
14112023-12-09T06:00:13.131Z Downloaded serde_with v3.4.0
14122023-12-09T06:00:13.131Z Downloaded clap v4.4.3
14132023-12-09T06:00:13.132Z Downloaded serde_repr v0.1.16
14142023-12-09T06:00:13.132Z Downloaded semver-parser v0.10.2
14152023-12-09T06:00:13.132Z Downloaded console v0.15.7
14162023-12-09T06:00:13.132Z Downloaded itertools v0.11.0
14172023-12-09T06:00:13.132Z Downloaded bitfield v0.14.0
14182023-12-09T06:00:13.132Z Downloaded clap_lex v0.5.1
14192023-12-09T06:00:13.132Z Downloaded io-lifetimes v1.0.11
14202023-12-09T06:00:13.132Z Downloaded crossbeam v0.8.2
14212023-12-09T06:00:13.133Z Downloaded cobs v0.2.3
14222023-12-09T06:00:13.622Z Compiling proc-macro2 v1.0.69
14232023-12-09T06:00:13.623Z Compiling unicode-ident v1.0.12
14242023-12-09T06:00:13.629Z Compiling libc v0.2.150
14252023-12-09T06:00:13.629Z Compiling cfg-if v1.0.0
14262023-12-09T06:00:13.629Z Compiling serde v1.0.192
14272023-12-09T06:00:13.629Z Compiling autocfg v1.1.0
14282023-12-09T06:00:13.645Z Compiling version_check v0.9.4
14292023-12-09T06:00:13.691Z Compiling syn v1.0.109
14302023-12-09T06:00:13.731Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro2-1.0.69/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="proc-macro"' -C metadata=eb1f525ce55dcca0 -C extra-filename=-eb1f525ce55dcca0 --out-dir /work/oxidecomputer/omicron/target/debug/build/proc-macro2-eb1f525ce55dcca0 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
14312023-12-09T06:00:13.731Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name unicode_ident --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-ident-1.0.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=d84da02132e91997 -C extra-filename=-d84da02132e91997 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
14322023-12-09T06:00:13.731Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.150/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="extra_traits"' --cfg 'feature="std"' -C metadata=5f2d8efe6a5b94cf -C extra-filename=-5f2d8efe6a5b94cf --out-dir /work/oxidecomputer/omicron/target/debug/build/libc-5f2d8efe6a5b94cf -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
14332023-12-09T06:00:13.731Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name cfg_if --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cfg-if-1.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=bc2c501506aafa82 -C extra-filename=-bc2c501506aafa82 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
14342023-12-09T06:00:13.735Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.192/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="rc"' --cfg 'feature="serde_derive"' --cfg 'feature="std"' -C metadata=8bce2695bb143fc6 -C extra-filename=-8bce2695bb143fc6 --out-dir /work/oxidecomputer/omicron/target/debug/build/serde-8bce2695bb143fc6 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
14352023-12-09T06:00:13.735Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name autocfg /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/autocfg-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=c1e84996da593841 -C extra-filename=-c1e84996da593841 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
14362023-12-09T06:00:13.735Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name version_check /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/version_check-0.9.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=2c487f79507661dd -C extra-filename=-2c487f79507661dd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
14372023-12-09T06:00:13.735Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.109/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="extra-traits"' --cfg 'feature="fold"' --cfg 'feature="full"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --cfg 'feature="quote"' --cfg 'feature="visit"' -C metadata=f70da3b4ef23834d -C extra-filename=-f70da3b4ef23834d --out-dir /work/oxidecomputer/omicron/target/debug/build/syn-f70da3b4ef23834d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
14382023-12-09T06:00:13.864Z Compiling memchr v2.6.3
14392023-12-09T06:00:13.865Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name memchr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.6.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=918fa9e671606ec5 -C extra-filename=-918fa9e671606ec5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
14402023-12-09T06:00:14.767Z Compiling scopeguard v1.2.0
14412023-12-09T06:00:14.772Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name scopeguard /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/scopeguard-1.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=9ff0b066c30ae916 -C extra-filename=-9ff0b066c30ae916 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
14422023-12-09T06:00:14.831Z Compiling log v0.4.20
14432023-12-09T06:00:14.838Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name log /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/log-0.4.20/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' -C metadata=c5d2103652c0a8bc -C extra-filename=-c5d2103652c0a8bc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
14442023-12-09T06:00:14.944Z Compiling once_cell v1.19.0
14452023-12-09T06:00:14.958Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name once_cell --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.19.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="race"' --cfg 'feature="std"' --cfg 'feature="unstable"' -C metadata=230e44e7360903b6 -C extra-filename=-230e44e7360903b6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
14462023-12-09T06:00:15.354Z Compiling lock_api v0.4.10
14472023-12-09T06:00:15.369Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lock_api-0.4.10/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="atomic_usize"' --cfg 'feature="default"' -C metadata=6ebba4f898318ce6 -C extra-filename=-6ebba4f898318ce6 --out-dir /work/oxidecomputer/omicron/target/debug/build/lock_api-6ebba4f898318ce6 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-c1e84996da593841.rlib --cap-lints allow -D warnings`
14482023-12-09T06:00:16.226Z Compiling smallvec v1.11.0
14492023-12-09T06:00:16.226Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name smallvec --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smallvec-1.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=0a077806bd7e84eb -C extra-filename=-0a077806bd7e84eb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
14502023-12-09T06:00:16.226Z Running `/work/oxidecomputer/omicron/target/debug/build/libc-5f2d8efe6a5b94cf/build-script-build`
14512023-12-09T06:00:16.226Z Compiling itoa v1.0.9
14522023-12-09T06:00:16.226Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name itoa --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itoa-1.0.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=7860ae71447b6389 -C extra-filename=-7860ae71447b6389 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
14532023-12-09T06:00:16.227Z Running `/work/oxidecomputer/omicron/target/debug/build/syn-f70da3b4ef23834d/build-script-build`
14542023-12-09T06:00:16.227Z Running `/work/oxidecomputer/omicron/target/debug/build/proc-macro2-eb1f525ce55dcca0/build-script-build`
14552023-12-09T06:00:16.227Z Running `/work/oxidecomputer/omicron/target/debug/build/serde-8bce2695bb143fc6/build-script-build`
14562023-12-09T06:00:16.227Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name libc /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.150/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="extra_traits"' --cfg 'feature="std"' -C metadata=45ce8912dc32de8c -C extra-filename=-45ce8912dc32de8c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings --cfg freebsd11 --cfg libc_priv_mod_use --cfg libc_union --cfg libc_const_size_of --cfg libc_align --cfg libc_int128 --cfg libc_core_cvoid --cfg libc_packedN --cfg libc_cfg_target_vendor --cfg libc_non_exhaustive --cfg libc_long_array --cfg libc_ptr_addr_of --cfg libc_underscore_const_names --cfg libc_const_extern_fn`
14572023-12-09T06:00:16.235Z Compiling parking_lot_core v0.9.8
14582023-12-09T06:00:16.235Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parking_lot_core-0.9.8/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=cd16db7f1061154e -C extra-filename=-cd16db7f1061154e --out-dir /work/oxidecomputer/omicron/target/debug/build/parking_lot_core-cd16db7f1061154e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
14592023-12-09T06:00:16.235Z Running `/work/oxidecomputer/omicron/target/debug/build/lock_api-6ebba4f898318ce6/build-script-build`
14602023-12-09T06:00:16.235Z Compiling libm v0.2.7
14612023-12-09T06:00:16.235Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name proc_macro2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro2-1.0.69/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="proc-macro"' -C metadata=537e95fdbea99744 -C extra-filename=-537e95fdbea99744 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-d84da02132e91997.rmeta --cap-lints allow -D warnings --cfg wrap_proc_macro`
14622023-12-09T06:00:16.235Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libm-0.2.7/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=e5475095bd848c83 -C extra-filename=-e5475095bd848c83 --out-dir /work/oxidecomputer/omicron/target/debug/build/libm-e5475095bd848c83 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
14632023-12-09T06:00:16.235Z Compiling num-traits v0.2.16
14642023-12-09T06:00:16.235Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-traits-0.2.16/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="i128"' --cfg 'feature="libm"' --cfg 'feature="std"' -C metadata=51a2c0ef3cfe76e2 -C extra-filename=-51a2c0ef3cfe76e2 --out-dir /work/oxidecomputer/omicron/target/debug/build/num-traits-51a2c0ef3cfe76e2 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-c1e84996da593841.rlib --cap-lints allow -D warnings`
14652023-12-09T06:00:16.235Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name lock_api --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lock_api-0.4.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="atomic_usize"' --cfg 'feature="default"' -C metadata=c0d85aeeedd1db0a -C extra-filename=-c0d85aeeedd1db0a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-9ff0b066c30ae916.rmeta --cap-lints allow -D warnings --cfg has_const_fn_trait_bound`
14662023-12-09T06:00:16.235Z Compiling spin v0.5.2
14672023-12-09T06:00:16.235Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name spin /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/spin-0.5.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=330d2d2ff14221bf -C extra-filename=-330d2d2ff14221bf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
14682023-12-09T06:00:16.320Z Compiling thiserror v1.0.49
14692023-12-09T06:00:16.336Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thiserror-1.0.49/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=3dada0de3a176c94 -C extra-filename=-3dada0de3a176c94 --out-dir /work/oxidecomputer/omicron/target/debug/build/thiserror-3dada0de3a176c94 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
14702023-12-09T06:00:16.388Z Compiling pin-project-lite v0.2.13
14712023-12-09T06:00:16.401Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name pin_project_lite --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pin-project-lite-0.2.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=2c68fbf53c1efe19 -C extra-filename=-2c68fbf53c1efe19 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
14722023-12-09T06:00:16.533Z Running `/work/oxidecomputer/omicron/target/debug/build/libm-e5475095bd848c83/build-script-build`
14732023-12-09T06:00:16.980Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name libm --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libm-0.2.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=b2de4a05ed778b08 -C extra-filename=-b2de4a05ed778b08 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
14742023-12-09T06:00:16.981Z Compiling futures-core v0.3.29
14752023-12-09T06:00:16.981Z Running `/work/oxidecomputer/omicron/target/debug/build/num-traits-51a2c0ef3cfe76e2/build-script-build`
14762023-12-09T06:00:16.981Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-core-0.3.29/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=cf834724fcf94c8c -C extra-filename=-cf834724fcf94c8c --out-dir /work/oxidecomputer/omicron/target/debug/build/futures-core-cf834724fcf94c8c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
14772023-12-09T06:00:16.981Z Running `/work/oxidecomputer/omicron/target/debug/build/parking_lot_core-cd16db7f1061154e/build-script-build`
14782023-12-09T06:00:16.981Z Compiling ryu v1.0.15
14792023-12-09T06:00:16.981Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name ryu --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ryu-1.0.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=38d350ef85d2d309 -C extra-filename=-38d350ef85d2d309 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
14802023-12-09T06:00:16.982Z Compiling serde_json v1.0.108
14812023-12-09T06:00:16.982Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_json-1.0.108/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="raw_value"' --cfg 'feature="std"' -C metadata=a1b2d4ac8ebf1491 -C extra-filename=-a1b2d4ac8ebf1491 --out-dir /work/oxidecomputer/omicron/target/debug/build/serde_json-a1b2d4ac8ebf1491 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
14822023-12-09T06:00:17.272Z Compiling quote v1.0.33
14832023-12-09T06:00:17.691Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name quote --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/quote-1.0.33/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="proc-macro"' -C metadata=b52270d439c9d728 -C extra-filename=-b52270d439c9d728 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rmeta --cap-lints allow -D warnings`
14842023-12-09T06:00:17.691Z Running `/work/oxidecomputer/omicron/target/debug/build/futures-core-cf834724fcf94c8c/build-script-build`
14852023-12-09T06:00:17.691Z Running `/work/oxidecomputer/omicron/target/debug/build/thiserror-3dada0de3a176c94/build-script-build`
14862023-12-09T06:00:17.693Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-core-0.3.29/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=85b0c1ea6a5e4905 -C extra-filename=-85b0c1ea6a5e4905 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
14872023-12-09T06:00:17.693Z Compiling heck v0.4.1
14882023-12-09T06:00:17.693Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name heck --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/heck-0.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=e8726b1e312bd2e5 -C extra-filename=-e8726b1e312bd2e5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
14892023-12-09T06:00:17.693Z Running `/work/oxidecomputer/omicron/target/debug/build/serde_json-a1b2d4ac8ebf1491/build-script-build`
14902023-12-09T06:00:17.693Z Compiling fnv v1.0.7
14912023-12-09T06:00:17.693Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name fnv /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fnv-1.0.7/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=5d2ad75ee5f58135 -C extra-filename=-5d2ad75ee5f58135 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
14922023-12-09T06:00:18.134Z Compiling regex-syntax v0.8.2
14932023-12-09T06:00:18.142Z Compiling futures-sink v0.3.29
14942023-12-09T06:00:18.142Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name regex_syntax --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regex-syntax-0.8.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="unicode"' --cfg 'feature="unicode-age"' --cfg 'feature="unicode-bool"' --cfg 'feature="unicode-case"' --cfg 'feature="unicode-gencat"' --cfg 'feature="unicode-perl"' --cfg 'feature="unicode-script"' --cfg 'feature="unicode-segment"' -C metadata=ac03edf4730b2374 -C extra-filename=-ac03edf4730b2374 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
14952023-12-09T06:00:18.143Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_sink --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-sink-0.3.29/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=b95f9ca11c6cfc07 -C extra-filename=-b95f9ca11c6cfc07 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
14962023-12-09T06:00:18.143Z Compiling lazy_static v1.4.0
14972023-12-09T06:00:18.143Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name lazy_static /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lazy_static-1.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="spin"' --cfg 'feature="spin_no_std"' -C metadata=9c9c3756e3f392b3 -C extra-filename=-9c9c3756e3f392b3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-330d2d2ff14221bf.rmeta --cap-lints allow -D warnings`
14982023-12-09T06:00:18.143Z Compiling syn v2.0.32
14992023-12-09T06:00:18.144Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name syn --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.32/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="extra-traits"' --cfg 'feature="fold"' --cfg 'feature="full"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --cfg 'feature="quote"' --cfg 'feature="visit"' --cfg 'feature="visit-mut"' -C metadata=085545494ccbad1b -C extra-filename=-085545494ccbad1b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-d84da02132e91997.rmeta --cap-lints allow -D warnings`
15002023-12-09T06:00:18.144Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name syn --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.109/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="extra-traits"' --cfg 'feature="fold"' --cfg 'feature="full"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --cfg 'feature="quote"' --cfg 'feature="visit"' -C metadata=48fabcfe082d99df -C extra-filename=-48fabcfe082d99df --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-d84da02132e91997.rmeta --cap-lints allow -D warnings --cfg syn_disable_nightly_tests`
15012023-12-09T06:00:18.312Z Compiling getrandom v0.2.10
15022023-12-09T06:00:18.347Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name getrandom --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/getrandom-0.2.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="js"' --cfg 'feature="js-sys"' --cfg 'feature="rdrand"' --cfg 'feature="std"' --cfg 'feature="wasm-bindgen"' -C metadata=fd3f8e5b97695db0 -C extra-filename=-fd3f8e5b97695db0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-bc2c501506aafa82.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-45ce8912dc32de8c.rmeta --cap-lints allow -D warnings`
15032023-12-09T06:00:18.404Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name parking_lot_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parking_lot_core-0.9.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=dfc67bc75751d566 -C extra-filename=-dfc67bc75751d566 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-bc2c501506aafa82.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-45ce8912dc32de8c.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-0a077806bd7e84eb.rmeta --cap-lints allow -D warnings`
15042023-12-09T06:00:18.557Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name num_traits --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-traits-0.2.16/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="i128"' --cfg 'feature="libm"' --cfg 'feature="std"' -C metadata=66b98c12d6f7f3b4 -C extra-filename=-66b98c12d6f7f3b4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libm=/work/oxidecomputer/omicron/target/debug/deps/liblibm-b2de4a05ed778b08.rmeta --cap-lints allow -D warnings --cfg has_to_int_unchecked --cfg has_reverse_bits --cfg has_leading_trailing_ones --cfg has_div_euclid --cfg has_copysign --cfg has_is_subnormal --cfg has_int_to_from_bytes --cfg has_float_to_from_bytes`
15052023-12-09T06:00:18.762Z Compiling cc v1.0.83
15062023-12-09T06:00:18.782Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name cc --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cc-1.0.83/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=3d7dbaf4d3b8f9e6 -C extra-filename=-3d7dbaf4d3b8f9e6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-45ce8912dc32de8c.rmeta --cap-lints allow -D warnings`
15072023-12-09T06:00:19.032Z Compiling parking_lot v0.12.1
15082023-12-09T06:00:19.047Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name parking_lot --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parking_lot-0.12.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=5405541c40fedf6c -C extra-filename=-5405541c40fedf6c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern lock_api=/work/oxidecomputer/omicron/target/debug/deps/liblock_api-c0d85aeeedd1db0a.rmeta --extern parking_lot_core=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot_core-dfc67bc75751d566.rmeta --cap-lints allow -D warnings`
15092023-12-09T06:00:19.058Z Compiling rand_core v0.6.4
15102023-12-09T06:00:19.058Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name rand_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rand_core-0.6.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="getrandom"' --cfg 'feature="std"' -C metadata=8e66244baa1a5b19 -C extra-filename=-8e66244baa1a5b19 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-fd3f8e5b97695db0.rmeta --cap-lints allow -D warnings`
15112023-12-09T06:00:19.478Z Compiling signal-hook-registry v1.4.1
15122023-12-09T06:00:19.507Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name signal_hook_registry /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/signal-hook-registry-1.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=448540a737297354 -C extra-filename=-448540a737297354 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-45ce8912dc32de8c.rmeta --cap-lints allow -D warnings`
15132023-12-09T06:00:19.879Z Compiling mio v0.8.9
15142023-12-09T06:00:19.944Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name mio --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-0.8.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="net"' --cfg 'feature="os-ext"' --cfg 'feature="os-poll"' -C metadata=681018778da6c197 -C extra-filename=-681018778da6c197 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-45ce8912dc32de8c.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-c5d2103652c0a8bc.rmeta --cap-lints allow -D warnings`
15152023-12-09T06:00:20.706Z Compiling num_cpus v1.16.0
15162023-12-09T06:00:20.726Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name num_cpus /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num_cpus-1.16.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=2f696aea8912d905 -C extra-filename=-2f696aea8912d905 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-45ce8912dc32de8c.rmeta --cap-lints allow -D warnings`
15172023-12-09T06:00:20.823Z Compiling socket2 v0.5.5
15182023-12-09T06:00:20.827Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name socket2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/socket2-0.5.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="all"' -C metadata=ef8aaf88987f1e15 -C extra-filename=-ef8aaf88987f1e15 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-45ce8912dc32de8c.rmeta --cap-lints allow -D warnings`
15192023-12-09T06:00:20.852Z Compiling slab v0.4.9
15202023-12-09T06:00:20.884Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slab-0.4.9/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=6b062511ba964ae2 -C extra-filename=-6b062511ba964ae2 --out-dir /work/oxidecomputer/omicron/target/debug/build/slab-6b062511ba964ae2 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-c1e84996da593841.rlib --cap-lints allow -D warnings`
15212023-12-09T06:00:21.484Z Compiling futures-channel v0.3.29
15222023-12-09T06:00:21.531Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-channel-0.3.29/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="futures-sink"' --cfg 'feature="sink"' --cfg 'feature="std"' -C metadata=4a0738c1efc1c712 -C extra-filename=-4a0738c1efc1c712 --out-dir /work/oxidecomputer/omicron/target/debug/build/futures-channel-4a0738c1efc1c712 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
15232023-12-09T06:00:21.871Z Compiling futures-task v0.3.29
15242023-12-09T06:00:21.921Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-task-0.3.29/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="std"' -C metadata=7f60fbf027555926 -C extra-filename=-7f60fbf027555926 --out-dir /work/oxidecomputer/omicron/target/debug/build/futures-task-7f60fbf027555926 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
15252023-12-09T06:00:21.921Z Running `/work/oxidecomputer/omicron/target/debug/build/slab-6b062511ba964ae2/build-script-build`
15262023-12-09T06:00:22.061Z Running `/work/oxidecomputer/omicron/target/debug/build/futures-channel-4a0738c1efc1c712/build-script-build`
15272023-12-09T06:00:22.118Z Compiling errno v0.3.2
15282023-12-09T06:00:22.128Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name errno --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/errno-0.3.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' -C metadata=6dc528fb33689de0 -C extra-filename=-6dc528fb33689de0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-45ce8912dc32de8c.rmeta --cap-lints allow -D warnings`
15292023-12-09T06:00:22.128Z Compiling aho-corasick v1.0.4
15302023-12-09T06:00:22.128Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name aho_corasick --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/aho-corasick-1.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="perf-literal"' --cfg 'feature="std"' -C metadata=eca6581c4ec1a882 -C extra-filename=-eca6581c4ec1a882 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-918fa9e671606ec5.rmeta --cap-lints allow -D warnings`
15312023-12-09T06:00:22.381Z Compiling pin-utils v0.1.0
15322023-12-09T06:00:22.391Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name pin_utils --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pin-utils-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=494a3e00a892adf5 -C extra-filename=-494a3e00a892adf5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
15332023-12-09T06:00:22.411Z Compiling byteorder v1.5.0
15342023-12-09T06:00:22.423Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name byteorder --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/byteorder-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=1b4ad01209984ea0 -C extra-filename=-1b4ad01209984ea0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
15352023-12-09T06:00:22.517Z Compiling futures-util v0.3.29
15362023-12-09T06:00:22.528Z Running `/work/oxidecomputer/omicron/target/debug/build/futures-task-7f60fbf027555926/build-script-build`
15372023-12-09T06:00:22.528Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-util-0.3.29/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="async-await"' --cfg 'feature="async-await-macro"' --cfg 'feature="channel"' --cfg 'feature="default"' --cfg 'feature="futures-channel"' --cfg 'feature="futures-io"' --cfg 'feature="futures-macro"' --cfg 'feature="futures-sink"' --cfg 'feature="io"' --cfg 'feature="memchr"' --cfg 'feature="sink"' --cfg 'feature="slab"' --cfg 'feature="std"' -C metadata=f4697aeb8a9596fb -C extra-filename=-f4697aeb8a9596fb --out-dir /work/oxidecomputer/omicron/target/debug/build/futures-util-f4697aeb8a9596fb -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
15382023-12-09T06:00:22.544Z Compiling typenum v1.16.0
15392023-12-09T06:00:22.569Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_main --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/typenum-1.16.0/build/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=7f4f9d2c38d1cf54 -C extra-filename=-7f4f9d2c38d1cf54 --out-dir /work/oxidecomputer/omicron/target/debug/build/typenum-7f4f9d2c38d1cf54 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
15402023-12-09T06:00:23.139Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_task --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-task-0.3.29/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="std"' -C metadata=a51c9503c37b751e -C extra-filename=-a51c9503c37b751e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
15412023-12-09T06:00:23.164Z Running `/work/oxidecomputer/omicron/target/debug/build/futures-util-f4697aeb8a9596fb/build-script-build`
15422023-12-09T06:00:23.201Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name slab --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slab-0.4.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=195b1228936a30c9 -C extra-filename=-195b1228936a30c9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
15432023-12-09T06:00:23.626Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_channel --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-channel-0.3.29/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="futures-sink"' --cfg 'feature="sink"' --cfg 'feature="std"' -C metadata=06412b5ccf50305b -C extra-filename=-06412b5ccf50305b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-85b0c1ea6a5e4905.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-b95f9ca11c6cfc07.rmeta --cap-lints allow -D warnings`
15442023-12-09T06:00:23.642Z Compiling generic-array v0.14.7
15452023-12-09T06:00:23.642Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/generic-array-0.14.7/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="more_lengths"' --cfg 'feature="zeroize"' -C metadata=ed7b2ef4fa5b21b9 -C extra-filename=-ed7b2ef4fa5b21b9 --out-dir /work/oxidecomputer/omicron/target/debug/build/generic-array-ed7b2ef4fa5b21b9 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-2c487f79507661dd.rlib --cap-lints allow -D warnings`
15462023-12-09T06:00:23.696Z Compiling equivalent v1.0.1
15472023-12-09T06:00:23.726Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name equivalent /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/equivalent-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=94a74370476ed385 -C extra-filename=-94a74370476ed385 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
15482023-12-09T06:00:23.847Z Compiling futures-io v0.3.29
15492023-12-09T06:00:23.886Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_io --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-io-0.3.29/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' -C metadata=4915a8c6c3fe3b6a -C extra-filename=-4915a8c6c3fe3b6a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
15502023-12-09T06:00:24.206Z Compiling hashbrown v0.14.2
15512023-12-09T06:00:24.217Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name hashbrown --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hashbrown-0.14.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="raw"' -C metadata=6c8ddd4bb2d1b04a -C extra-filename=-6c8ddd4bb2d1b04a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
15522023-12-09T06:00:24.273Z Running `/work/oxidecomputer/omicron/target/debug/build/generic-array-ed7b2ef4fa5b21b9/build-script-build`
15532023-12-09T06:00:24.312Z Compiling iana-time-zone v0.1.57
15542023-12-09T06:00:24.320Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name iana_time_zone --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/iana-time-zone-0.1.57/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="fallback"' -C metadata=85b44ad93d1da9c4 -C extra-filename=-85b44ad93d1da9c4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
15552023-12-09T06:00:24.344Z Running `/work/oxidecomputer/omicron/target/debug/build/typenum-7f4f9d2c38d1cf54/build-script-main`
15562023-12-09T06:00:24.365Z Compiling pkg-config v0.3.27
15572023-12-09T06:00:24.373Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name pkg_config /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pkg-config-0.3.27/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=676180268410563e -C extra-filename=-676180268410563e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
15582023-12-09T06:00:24.675Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name typenum --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/typenum-1.16.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=fa9cea36d31f4ee9 -C extra-filename=-fa9cea36d31f4ee9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
15592023-12-09T06:00:24.984Z Compiling subtle v2.5.0
15602023-12-09T06:00:24.989Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name subtle --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/subtle-2.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="i128"' --cfg 'feature="std"' -C metadata=e4d03c814ee1d591 -C extra-filename=-e4d03c814ee1d591 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
15612023-12-09T06:00:25.518Z Compiling regex-automata v0.4.3
15622023-12-09T06:00:25.994Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name regex_automata --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regex-automata-0.4.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="dfa-onepass"' --cfg 'feature="hybrid"' --cfg 'feature="meta"' --cfg 'feature="nfa-backtrack"' --cfg 'feature="nfa-pikevm"' --cfg 'feature="nfa-thompson"' --cfg 'feature="perf-inline"' --cfg 'feature="perf-literal"' --cfg 'feature="perf-literal-multisubstring"' --cfg 'feature="perf-literal-substring"' --cfg 'feature="std"' --cfg 'feature="syntax"' --cfg 'feature="unicode"' --cfg 'feature="unicode-age"' --cfg 'feature="unicode-bool"' --cfg 'feature="unicode-case"' --cfg 'feature="unicode-gencat"' --cfg 'feature="unicode-perl"' --cfg 'feature="unicode-script"' --cfg 'feature="unicode-segment"' --cfg 'feature="unicode-word-boundary"' -C metadata=57572678d71e52ed -C extra-filename=-57572678d71e52ed --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern aho_corasick=/work/oxidecomputer/omicron/target/debug/deps/libaho_corasick-eca6581c4ec1a882.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-918fa9e671606ec5.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-ac03edf4730b2374.rmeta --cap-lints allow -D warnings`
15632023-12-09T06:00:26.300Z Compiling rustix v0.38.25
15642023-12-09T06:00:26.306Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustix-0.38.25/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="std"' --cfg 'feature="termios"' --cfg 'feature="use-libc-auxv"' -C metadata=eda37ffc0ed3c598 -C extra-filename=-eda37ffc0ed3c598 --out-dir /work/oxidecomputer/omicron/target/debug/build/rustix-eda37ffc0ed3c598 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
15652023-12-09T06:00:26.582Z Compiling tinyvec_macros v0.1.1
15662023-12-09T06:00:26.609Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name tinyvec_macros --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tinyvec_macros-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=89b2b77651f9688d -C extra-filename=-89b2b77651f9688d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
15672023-12-09T06:00:26.697Z Compiling tinyvec v1.6.0
15682023-12-09T06:00:26.700Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name tinyvec --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tinyvec-1.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="tinyvec_macros"' -C metadata=beae685ade96ae94 -C extra-filename=-beae685ade96ae94 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern tinyvec_macros=/work/oxidecomputer/omicron/target/debug/deps/libtinyvec_macros-89b2b77651f9688d.rmeta --cap-lints allow -D warnings`
15692023-12-09T06:00:27.103Z Compiling spin v0.9.8
15702023-12-09T06:00:27.111Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name spin /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/spin-0.9.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="barrier"' --cfg 'feature="default"' --cfg 'feature="lazy"' --cfg 'feature="lock_api"' --cfg 'feature="lock_api_crate"' --cfg 'feature="mutex"' --cfg 'feature="once"' --cfg 'feature="rwlock"' --cfg 'feature="spin_mutex"' -C metadata=4c240d9238dcc0df -C extra-filename=-4c240d9238dcc0df --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern lock_api_crate=/work/oxidecomputer/omicron/target/debug/deps/liblock_api-c0d85aeeedd1db0a.rmeta --cap-lints allow -D warnings`
15712023-12-09T06:00:27.579Z Running `/work/oxidecomputer/omicron/target/debug/build/rustix-eda37ffc0ed3c598/build-script-build`
15722023-12-09T06:00:27.704Z Compiling tracing-core v0.1.31
15732023-12-09T06:00:27.718Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name tracing_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-core-0.1.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="once_cell"' --cfg 'feature="std"' -C metadata=1a7eed2a6377ebf1 -C extra-filename=-1a7eed2a6377ebf1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-230e44e7360903b6.rmeta --cap-lints allow -D warnings`
15742023-12-09T06:00:27.736Z Compiling const-oid v0.9.5
15752023-12-09T06:00:27.736Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name const_oid --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/const-oid-0.9.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="db"' --cfg 'feature="std"' -C metadata=8036eb2fb0734902 -C extra-filename=-8036eb2fb0734902 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
15762023-12-09T06:00:29.271Z Compiling unicode-normalization v0.1.22
15772023-12-09T06:00:29.275Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name unicode_normalization --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-normalization-0.1.22/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=7c2cf4bd1cb476cd -C extra-filename=-7c2cf4bd1cb476cd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern tinyvec=/work/oxidecomputer/omicron/target/debug/deps/libtinyvec-beae685ade96ae94.rmeta --cap-lints allow -D warnings`
15782023-12-09T06:00:29.456Z Compiling base64 v0.21.5
15792023-12-09T06:00:29.464Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name base64 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/base64-0.21.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=efdef217e0fabd4e -C extra-filename=-efdef217e0fabd4e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
15802023-12-09T06:00:29.883Z Compiling unicode-bidi v0.3.13
15812023-12-09T06:00:29.903Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name unicode_bidi --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-bidi-0.3.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="hardcoded-data"' --cfg 'feature="std"' -C metadata=9c36c215e5778119 -C extra-filename=-9c36c215e5778119 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
15822023-12-09T06:00:30.024Z Compiling serde_derive_internals v0.26.0
15832023-12-09T06:00:30.032Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_derive_internals /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_derive_internals-0.26.0/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=ff5090d4367af08e -C extra-filename=-ff5090d4367af08e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-48fabcfe082d99df.rmeta --cap-lints allow -D warnings`
15842023-12-09T06:00:30.719Z Compiling schemars v0.8.13
15852023-12-09T06:00:30.815Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/schemars-0.8.13/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="bytes"' --cfg 'feature="chrono"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="schemars_derive"' --cfg 'feature="uuid1"' -C metadata=0feca7d8756f2fa7 -C extra-filename=-0feca7d8756f2fa7 --out-dir /work/oxidecomputer/omicron/target/debug/build/schemars-0feca7d8756f2fa7 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
15862023-12-09T06:00:31.012Z Compiling percent-encoding v2.3.1
15872023-12-09T06:00:31.030Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name percent_encoding --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/percent-encoding-2.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=912c31485e79e9fc -C extra-filename=-912c31485e79e9fc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
15882023-12-09T06:00:31.040Z Compiling semver v1.0.20
15892023-12-09T06:00:31.045Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/semver-1.0.20/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' -C metadata=6817f87a6b1b14e4 -C extra-filename=-6817f87a6b1b14e4 --out-dir /work/oxidecomputer/omicron/target/debug/build/semver-6817f87a6b1b14e4 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
15902023-12-09T06:00:31.330Z Compiling dyn-clone v1.0.13
15912023-12-09T06:00:31.340Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name dyn_clone --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dyn-clone-1.0.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=b5627ba9c8616dae -C extra-filename=-b5627ba9c8616dae --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
15922023-12-09T06:00:31.585Z Running `/work/oxidecomputer/omicron/target/debug/build/schemars-0feca7d8756f2fa7/build-script-build`
15932023-12-09T06:00:31.630Z Compiling ppv-lite86 v0.2.17
15942023-12-09T06:00:31.642Z Compiling unicode-width v0.1.11
15952023-12-09T06:00:31.642Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name ppv_lite86 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ppv-lite86-0.2.17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="simd"' --cfg 'feature="std"' -C metadata=3ca074035a2e7100 -C extra-filename=-3ca074035a2e7100 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
15962023-12-09T06:00:31.643Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name unicode_width /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-width-0.1.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=d72b7a0cbab620b4 -C extra-filename=-d72b7a0cbab620b4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
15972023-12-09T06:00:31.891Z Compiling bitflags v1.3.2
15982023-12-09T06:00:31.931Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name bitflags --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bitflags-1.3.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=b6f8a7d540d47813 -C extra-filename=-b6f8a7d540d47813 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
15992023-12-09T06:00:31.936Z Running `/work/oxidecomputer/omicron/target/debug/build/semver-6817f87a6b1b14e4/build-script-build`
16002023-12-09T06:00:32.034Z Compiling form_urlencoded v1.2.1
16012023-12-09T06:00:32.038Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name form_urlencoded --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/form_urlencoded-1.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=8797d3f240ac357c -C extra-filename=-8797d3f240ac357c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-912c31485e79e9fc.rmeta --cap-lints allow -D warnings`
16022023-12-09T06:00:32.082Z Compiling indexmap v1.9.3
16032023-12-09T06:00:32.088Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/indexmap-1.9.3/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' -C metadata=586b5fef6a1cf410 -C extra-filename=-586b5fef6a1cf410 --out-dir /work/oxidecomputer/omicron/target/debug/build/indexmap-586b5fef6a1cf410 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-c1e84996da593841.rlib --cap-lints allow -D warnings`
16042023-12-09T06:00:32.362Z Compiling regex v1.10.2
16052023-12-09T06:00:32.367Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name regex --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regex-1.10.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="perf"' --cfg 'feature="perf-backtrack"' --cfg 'feature="perf-cache"' --cfg 'feature="perf-dfa"' --cfg 'feature="perf-inline"' --cfg 'feature="perf-literal"' --cfg 'feature="perf-onepass"' --cfg 'feature="std"' --cfg 'feature="unicode"' --cfg 'feature="unicode-age"' --cfg 'feature="unicode-bool"' --cfg 'feature="unicode-case"' --cfg 'feature="unicode-gencat"' --cfg 'feature="unicode-perl"' --cfg 'feature="unicode-script"' --cfg 'feature="unicode-segment"' -C metadata=537384909654dd1b -C extra-filename=-537384909654dd1b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern aho_corasick=/work/oxidecomputer/omicron/target/debug/deps/libaho_corasick-eca6581c4ec1a882.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-918fa9e671606ec5.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-57572678d71e52ed.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-ac03edf4730b2374.rmeta --cap-lints allow -D warnings`
16062023-12-09T06:00:32.513Z Compiling httparse v1.8.0
16072023-12-09T06:00:32.525Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/httparse-1.8.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=349d83d4d0fe8905 -C extra-filename=-349d83d4d0fe8905 --out-dir /work/oxidecomputer/omicron/target/debug/build/httparse-349d83d4d0fe8905 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
16082023-12-09T06:00:32.625Z Running `/work/oxidecomputer/omicron/target/debug/build/indexmap-586b5fef6a1cf410/build-script-build`
16092023-12-09T06:00:32.669Z Compiling hashbrown v0.12.3
16102023-12-09T06:00:32.678Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name hashbrown --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hashbrown-0.12.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="raw"' -C metadata=e264e3929dd770e0 -C extra-filename=-e264e3929dd770e0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
16112023-12-09T06:00:32.962Z Compiling rand_chacha v0.3.1
16122023-12-09T06:00:32.965Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name rand_chacha --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rand_chacha-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="std"' -C metadata=49ba573a971a5789 -C extra-filename=-49ba573a971a5789 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ppv_lite86=/work/oxidecomputer/omicron/target/debug/deps/libppv_lite86-3ca074035a2e7100.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-8e66244baa1a5b19.rmeta --cap-lints allow -D warnings`
16132023-12-09T06:00:33.241Z Compiling vcpkg v0.2.15
16142023-12-09T06:00:33.244Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name vcpkg /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/vcpkg-0.2.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=56cfc2712411fd04 -C extra-filename=-56cfc2712411fd04 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
16152023-12-09T06:00:34.186Z Compiling rand v0.8.5
16162023-12-09T06:00:34.191Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name rand --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rand-0.8.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="getrandom"' --cfg 'feature="libc"' --cfg 'feature="rand_chacha"' --cfg 'feature="std"' --cfg 'feature="std_rng"' -C metadata=8c4ac547107558e9 -C extra-filename=-8c4ac547107558e9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-45ce8912dc32de8c.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-49ba573a971a5789.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-8e66244baa1a5b19.rmeta --cap-lints allow -D warnings`
16172023-12-09T06:00:34.495Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name indexmap --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/indexmap-1.9.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' -C metadata=fa80c618b8065deb -C extra-filename=-fa80c618b8065deb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-e264e3929dd770e0.rmeta --cap-lints allow -D warnings --cfg has_std`
16182023-12-09T06:00:34.799Z Running `/work/oxidecomputer/omicron/target/debug/build/httparse-349d83d4d0fe8905/build-script-build`
16192023-12-09T06:00:34.837Z Compiling either v1.9.0
16202023-12-09T06:00:34.847Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name either --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/either-1.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="use_std"' -C metadata=294f21b38637a1be -C extra-filename=-294f21b38637a1be --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
16212023-12-09T06:00:35.345Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name httparse --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/httparse-1.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=c25a7f7496695df9 -C extra-filename=-c25a7f7496695df9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings --cfg httparse_simd`
16222023-12-09T06:00:35.903Z Compiling idna v0.5.0
16232023-12-09T06:00:35.907Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name idna --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/idna-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=6558d1cbfbb2fcb3 -C extra-filename=-6558d1cbfbb2fcb3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern unicode_bidi=/work/oxidecomputer/omicron/target/debug/deps/libunicode_bidi-9c36c215e5778119.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-7c2cf4bd1cb476cd.rmeta --cap-lints allow -D warnings`
16242023-12-09T06:00:35.930Z Compiling ucd-trie v0.1.6
16252023-12-09T06:00:35.952Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name ucd_trie --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ucd-trie-0.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' -C metadata=581c47aa4fcf9374 -C extra-filename=-581c47aa4fcf9374 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
16262023-12-09T06:00:36.470Z Compiling ring v0.17.7
16272023-12-09T06:00:36.490Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ring-0.17.7/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="dev_urandom_fallback"' --cfg 'feature="std"' -C metadata=1e9b9c6b24ada674 -C extra-filename=-1e9b9c6b24ada674 --out-dir /work/oxidecomputer/omicron/target/debug/build/ring-1e9b9c6b24ada674 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-3d7dbaf4d3b8f9e6.rlib --cap-lints allow -D warnings`
16282023-12-09T06:00:36.901Z Compiling ring v0.16.20
16292023-12-09T06:00:36.942Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ring-0.16.20/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="dev_urandom_fallback"' --cfg 'feature="once_cell"' -C metadata=8303946fb25fd27d -C extra-filename=-8303946fb25fd27d --out-dir /work/oxidecomputer/omicron/target/debug/build/ring-8303946fb25fd27d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-3d7dbaf4d3b8f9e6.rlib --cap-lints allow -D warnings`
16302023-12-09T06:00:36.948Z Compiling openssl-sys v0.9.96
16312023-12-09T06:00:36.948Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_main --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openssl-sys-0.9.96/build/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=03af073f44efbba9 -C extra-filename=-03af073f44efbba9 --out-dir /work/oxidecomputer/omicron/target/debug/build/openssl-sys-03af073f44efbba9 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-3d7dbaf4d3b8f9e6.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-676180268410563e.rlib --extern vcpkg=/work/oxidecomputer/omicron/target/debug/deps/libvcpkg-56cfc2712411fd04.rlib --cap-lints allow -D warnings`
16322023-12-09T06:00:37.913Z Compiling url v2.5.0
16332023-12-09T06:00:37.916Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name url --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/url-2.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=4ee5ed5bde7ce18a -C extra-filename=-4ee5ed5bde7ce18a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-8797d3f240ac357c.rmeta --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-6558d1cbfbb2fcb3.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-912c31485e79e9fc.rmeta --cap-lints allow -D warnings`
16342023-12-09T06:00:38.588Z Compiling socket2 v0.4.9
16352023-12-09T06:00:38.595Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name socket2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/socket2-0.4.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="all"' -C metadata=4af9db241e249833 -C extra-filename=-4af9db241e249833 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-45ce8912dc32de8c.rmeta --cap-lints allow -D warnings`
16362023-12-09T06:00:38.642Z Running `/work/oxidecomputer/omicron/target/debug/build/openssl-sys-03af073f44efbba9/build-script-main`
16372023-12-09T06:00:38.684Z Compiling ahash v0.8.3
16382023-12-09T06:00:38.689Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ahash-0.8.3/./build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=01adb4bcf8196813 -C extra-filename=-01adb4bcf8196813 --out-dir /work/oxidecomputer/omicron/target/debug/build/ahash-01adb4bcf8196813 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-2c487f79507661dd.rlib --cap-lints allow -D warnings`
16392023-12-09T06:00:38.828Z Compiling winnow v0.5.15
16402023-12-09T06:00:38.852Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name winnow --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winnow-0.5.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=b747da8a50a0933d -C extra-filename=-b747da8a50a0933d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
16412023-12-09T06:00:39.327Z Compiling adler v1.0.2
16422023-12-09T06:00:39.337Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name adler /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/adler-1.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=b64914fab9901ac1 -C extra-filename=-b64914fab9901ac1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
16432023-12-09T06:00:39.657Z Compiling miniz_oxide v0.7.1
16442023-12-09T06:00:39.665Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name miniz_oxide --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/miniz_oxide-0.7.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="with-alloc"' -C metadata=eae4032ca8079f20 -C extra-filename=-eae4032ca8079f20 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern adler=/work/oxidecomputer/omicron/target/debug/deps/libadler-b64914fab9901ac1.rmeta --cap-lints allow -D warnings`
16452023-12-09T06:00:40.002Z Running `/work/oxidecomputer/omicron/target/debug/build/ahash-01adb4bcf8196813/build-script-build`
16462023-12-09T06:00:40.132Z Running `/work/oxidecomputer/omicron/target/debug/build/ring-8303946fb25fd27d/build-script-build`
16472023-12-09T06:00:40.773Z Running `/work/oxidecomputer/omicron/target/debug/build/ring-1e9b9c6b24ada674/build-script-build`
16482023-12-09T06:00:40.782Z Compiling try-lock v0.2.4
16492023-12-09T06:00:40.783Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name try_lock /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/try-lock-0.2.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a7be4507a63f0a69 -C extra-filename=-a7be4507a63f0a69 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
16502023-12-09T06:00:40.972Z Compiling strsim v0.10.0
16512023-12-09T06:00:40.977Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name strsim /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/strsim-0.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=24e28f3cc805bf1a -C extra-filename=-24e28f3cc805bf1a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
16522023-12-09T06:00:41.298Z Compiling httpdate v1.0.3
16532023-12-09T06:00:41.301Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name httpdate --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/httpdate-1.0.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=0c1307657e91e527 -C extra-filename=-0c1307657e91e527 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
16542023-12-09T06:00:41.853Z Compiling serde_derive v1.0.192
16552023-12-09T06:00:41.857Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_derive /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_derive-1.0.192/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=101f844cca2ed149 -C extra-filename=-101f844cca2ed149 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-085545494ccbad1b.rlib --extern proc_macro --cap-lints allow -D warnings`
16562023-12-09T06:00:42.076Z Compiling thiserror-impl v1.0.49
16572023-12-09T06:00:42.079Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name thiserror_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thiserror-impl-1.0.49/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=56271d855a05ea1b -C extra-filename=-56271d855a05ea1b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-085545494ccbad1b.rlib --extern proc_macro --cap-lints allow -D warnings`
16582023-12-09T06:00:42.246Z Compiling zeroize_derive v1.4.2
16592023-12-09T06:00:42.254Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name zeroize_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zeroize_derive-1.4.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=3347ed7177904ed4 -C extra-filename=-3347ed7177904ed4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-085545494ccbad1b.rlib --extern proc_macro --cap-lints allow -D warnings`
16602023-12-09T06:00:42.269Z Compiling tokio-macros v2.2.0
16612023-12-09T06:00:42.324Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-macros-2.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=26a74a4f951ce6d6 -C extra-filename=-26a74a4f951ce6d6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-085545494ccbad1b.rlib --extern proc_macro --cap-lints allow -D warnings`
16622023-12-09T06:00:42.423Z Compiling futures-macro v0.3.29
16632023-12-09T06:00:42.443Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_macro --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-macro-0.3.29/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=bb9ed1180fbb61d5 -C extra-filename=-bb9ed1180fbb61d5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-085545494ccbad1b.rlib --extern proc_macro --cap-lints allow -D warnings`
16642023-12-09T06:00:44.064Z Compiling tracing-attributes v0.1.26
16652023-12-09T06:00:44.076Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name tracing_attributes --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-attributes-0.1.26/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=66cea2a3af41ad65 -C extra-filename=-66cea2a3af41ad65 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-085545494ccbad1b.rlib --extern proc_macro --cap-lints allow -D warnings`
16662023-12-09T06:00:44.556Z Compiling schemars_derive v0.8.13
16672023-12-09T06:00:44.556Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name schemars_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/schemars_derive-0.8.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=42470dea69332415 -C extra-filename=-42470dea69332415 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rlib --extern serde_derive_internals=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive_internals-ff5090d4367af08e.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-48fabcfe082d99df.rlib --extern proc_macro --cap-lints allow -D warnings`
16682023-12-09T06:00:45.239Z Compiling zeroize v1.7.0
16692023-12-09T06:00:45.247Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name zeroize --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zeroize-1.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="zeroize_derive"' -C metadata=d4ac8e2ff6ba4016 -C extra-filename=-d4ac8e2ff6ba4016 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern zeroize_derive=/work/oxidecomputer/omicron/target/debug/deps/libzeroize_derive-3347ed7177904ed4.so --cap-lints allow -D warnings`
16702023-12-09T06:00:45.321Z Compiling async-trait v0.1.74
16712023-12-09T06:00:45.324Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-trait-0.1.74/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=cf8e9364e182c572 -C extra-filename=-cf8e9364e182c572 --out-dir /work/oxidecomputer/omicron/target/debug/build/async-trait-cf8e9364e182c572 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
16722023-12-09T06:00:45.799Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name generic_array /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/generic-array-0.14.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="more_lengths"' --cfg 'feature="zeroize"' -C metadata=f6df480a7c6817d8 -C extra-filename=-f6df480a7c6817d8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern typenum=/work/oxidecomputer/omicron/target/debug/deps/libtypenum-fa9cea36d31f4ee9.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d4ac8e2ff6ba4016.rmeta --cap-lints allow -D warnings --cfg relaxed_coherence`
16732023-12-09T06:00:46.182Z Compiling untrusted v0.7.1
16742023-12-09T06:00:46.202Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name untrusted --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/untrusted-0.7.1/src/untrusted.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a24220ed5be04632 -C extra-filename=-a24220ed5be04632 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
16752023-12-09T06:00:46.213Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_util --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-util-0.3.29/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="async-await"' --cfg 'feature="async-await-macro"' --cfg 'feature="channel"' --cfg 'feature="default"' --cfg 'feature="futures-channel"' --cfg 'feature="futures-io"' --cfg 'feature="futures-macro"' --cfg 'feature="futures-sink"' --cfg 'feature="io"' --cfg 'feature="memchr"' --cfg 'feature="sink"' --cfg 'feature="slab"' --cfg 'feature="std"' -C metadata=af647ea9423ed3ec -C extra-filename=-af647ea9423ed3ec --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-06412b5ccf50305b.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-85b0c1ea6a5e4905.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-4915a8c6c3fe3b6a.rmeta --extern futures_macro=/work/oxidecomputer/omicron/target/debug/deps/libfutures_macro-bb9ed1180fbb61d5.so --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-b95f9ca11c6cfc07.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-a51c9503c37b751e.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-918fa9e671606ec5.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-2c68fbf53c1efe19.rmeta --extern pin_utils=/work/oxidecomputer/omicron/target/debug/deps/libpin_utils-494a3e00a892adf5.rmeta --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-195b1228936a30c9.rmeta --cap-lints allow -D warnings`
16762023-12-09T06:00:46.240Z Running `/work/oxidecomputer/omicron/target/debug/build/async-trait-cf8e9364e182c572/build-script-build`
16772023-12-09T06:00:46.324Z Compiling want v0.3.1
16782023-12-09T06:00:46.328Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name want --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/want-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=071a5e6e1eac6ac9 -C extra-filename=-071a5e6e1eac6ac9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern try_lock=/work/oxidecomputer/omicron/target/debug/deps/libtry_lock-a7be4507a63f0a69.rmeta --cap-lints allow -D warnings`
16792023-12-09T06:00:46.530Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name ring --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ring-0.16.20/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="dev_urandom_fallback"' --cfg 'feature="once_cell"' -C metadata=5a5df37b70e7cd10 -C extra-filename=-5a5df37b70e7cd10 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-230e44e7360903b6.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-330d2d2ff14221bf.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-a24220ed5be04632.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -l static=ring-core -l static=ring-test`
16802023-12-09T06:00:46.745Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name ahash --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ahash-0.8.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=e95f1e5403fe5d78 -C extra-filename=-e95f1e5403fe5d78 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-bc2c501506aafa82.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-230e44e7360903b6.rmeta --cap-lints allow -D warnings --cfg 'feature="folded_multiply"'`
16812023-12-09T06:00:47.481Z Compiling untrusted v0.9.0
16822023-12-09T06:00:47.498Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name untrusted --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/untrusted-0.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=51c844fb339406e8 -C extra-filename=-51c844fb339406e8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
16832023-12-09T06:00:47.733Z Compiling cpufeatures v0.2.9
16842023-12-09T06:00:47.740Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name cpufeatures --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cpufeatures-0.2.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=688e8dc1d1448767 -C extra-filename=-688e8dc1d1448767 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
16852023-12-09T06:00:47.877Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name thiserror --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thiserror-1.0.49/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=72e52f26c0ec0c7e -C extra-filename=-72e52f26c0ec0c7e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern thiserror_impl=/work/oxidecomputer/omicron/target/debug/deps/libthiserror_impl-56271d855a05ea1b.so --cap-lints allow -D warnings`
16862023-12-09T06:00:47.882Z Compiling tower-service v0.3.2
16872023-12-09T06:00:47.882Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name tower_service --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tower-service-0.3.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=318184497ae75df2 -C extra-filename=-318184497ae75df2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
16882023-12-09T06:00:48.052Z Compiling pest v2.7.2
16892023-12-09T06:00:48.058Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name pest --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pest-2.7.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=44170135f2510804 -C extra-filename=-44170135f2510804 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rmeta --extern ucd_trie=/work/oxidecomputer/omicron/target/debug/deps/libucd_trie-581c47aa4fcf9374.rmeta --cap-lints allow -D warnings`
16902023-12-09T06:00:48.065Z Compiling openssl-probe v0.1.5
16912023-12-09T06:00:48.091Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name openssl_probe /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openssl-probe-0.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=66d32c3547f15b53 -C extra-filename=-66d32c3547f15b53 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
16922023-12-09T06:00:48.278Z Compiling crypto-common v0.1.6
16932023-12-09T06:00:48.704Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name crypto_common --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crypto-common-0.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="getrandom"' --cfg 'feature="rand_core"' --cfg 'feature="std"' -C metadata=457861be037dadda -C extra-filename=-457861be037dadda --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-f6df480a7c6817d8.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-8e66244baa1a5b19.rmeta --extern typenum=/work/oxidecomputer/omicron/target/debug/deps/libtypenum-fa9cea36d31f4ee9.rmeta --cap-lints allow -D warnings`
16942023-12-09T06:00:48.722Z Compiling block-buffer v0.10.4
16952023-12-09T06:00:48.722Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name block_buffer --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/block-buffer-0.10.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=cb664025e876bf64 -C extra-filename=-cb664025e876bf64 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-f6df480a7c6817d8.rmeta --cap-lints allow -D warnings`
16962023-12-09T06:00:48.723Z Compiling foreign-types-shared v0.1.1
16972023-12-09T06:00:48.723Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name foreign_types_shared /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/foreign-types-shared-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=98a776ebe496b644 -C extra-filename=-98a776ebe496b644 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
16982023-12-09T06:00:48.747Z Compiling openssl v0.10.60
16992023-12-09T06:00:48.754Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openssl-0.10.60/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=a5a437a816e734eb -C extra-filename=-a5a437a816e734eb --out-dir /work/oxidecomputer/omicron/target/debug/build/openssl-a5a437a816e734eb -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
17002023-12-09T06:00:48.950Z Compiling digest v0.10.7
17012023-12-09T06:00:48.954Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name digest --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/digest-0.10.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="block-buffer"' --cfg 'feature="const-oid"' --cfg 'feature="core-api"' --cfg 'feature="default"' --cfg 'feature="mac"' --cfg 'feature="oid"' --cfg 'feature="std"' --cfg 'feature="subtle"' -C metadata=cfb2bbac779740b0 -C extra-filename=-cfb2bbac779740b0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern block_buffer=/work/oxidecomputer/omicron/target/debug/deps/libblock_buffer-cb664025e876bf64.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-8036eb2fb0734902.rmeta --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-457861be037dadda.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-e4d03c814ee1d591.rmeta --cap-lints allow -D warnings`
17022023-12-09T06:00:49.441Z Running `/work/oxidecomputer/omicron/target/debug/build/openssl-a5a437a816e734eb/build-script-build`
17032023-12-09T06:00:49.471Z Compiling foreign-types v0.3.2
17042023-12-09T06:00:49.476Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name foreign_types /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/foreign-types-0.3.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=eb280c5795426c7f -C extra-filename=-eb280c5795426c7f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern foreign_types_shared=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types_shared-98a776ebe496b644.rmeta --cap-lints allow -D warnings`
17052023-12-09T06:00:49.604Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name ring --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ring-0.17.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="dev_urandom_fallback"' --cfg 'feature="std"' -C metadata=d1e51c6b8a6ecb88 -C extra-filename=-d1e51c6b8a6ecb88 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-fd3f8e5b97695db0.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-4c240d9238dcc0df.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-51c844fb339406e8.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -l static=ring_core_0_17_7_ -l static=ring_core_0_17_7_test`
17062023-12-09T06:00:49.700Z Compiling hashbrown v0.13.2
17072023-12-09T06:00:49.708Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name hashbrown --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hashbrown-0.13.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="ahash"' --cfg 'feature="default"' --cfg 'feature="inline-more"' -C metadata=1124ea82a4942298 -C extra-filename=-1124ea82a4942298 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ahash=/work/oxidecomputer/omicron/target/debug/deps/libahash-e95f1e5403fe5d78.rmeta --cap-lints allow -D warnings`
17082023-12-09T06:00:50.397Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name async_trait --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-trait-0.1.74/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=084832dceff4d290 -C extra-filename=-084832dceff4d290 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-085545494ccbad1b.rlib --extern proc_macro --cap-lints allow -D warnings`
17092023-12-09T06:00:50.939Z Compiling tracing v0.1.37
17102023-12-09T06:00:50.951Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name tracing --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-0.1.37/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="attributes"' --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="std"' --cfg 'feature="tracing-attributes"' -C metadata=2ebf49bd2a2f8886 -C extra-filename=-2ebf49bd2a2f8886 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-bc2c501506aafa82.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-c5d2103652c0a8bc.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-2c68fbf53c1efe19.rmeta --extern tracing_attributes=/work/oxidecomputer/omicron/target/debug/deps/libtracing_attributes-66cea2a3af41ad65.so --extern tracing_core=/work/oxidecomputer/omicron/target/debug/deps/libtracing_core-1a7eed2a6377ebf1.rmeta --cap-lints allow -D warnings`
17112023-12-09T06:00:51.538Z Compiling openssl-macros v0.1.1
17122023-12-09T06:00:51.545Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name openssl_macros --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openssl-macros-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=aff19cdabe242b73 -C extra-filename=-aff19cdabe242b73 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-085545494ccbad1b.rlib --extern proc_macro --cap-lints allow -D warnings`
17132023-12-09T06:00:51.737Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name openssl_sys --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openssl-sys-0.9.96/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=b97b694c637962a9 -C extra-filename=-b97b694c637962a9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-45ce8912dc32de8c.rmeta --cap-lints allow -D warnings -L native=/usr/ssl-3/lib/amd64 -l ssl -l crypto --cfg 'osslconf="OPENSSL_NO_SSL3_METHOD"' --cfg openssl --cfg ossl300 --cfg ossl101 --cfg ossl102 --cfg ossl102f --cfg ossl102h --cfg ossl110 --cfg ossl110f --cfg ossl110g --cfg ossl110h --cfg ossl111 --cfg ossl111b --cfg ossl111c --cfg ossl111d`
17142023-12-09T06:00:52.771Z Compiling mime v0.3.17
17152023-12-09T06:00:52.859Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name mime /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mime-0.3.17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a6cf1a4a13963194 -C extra-filename=-a6cf1a4a13963194 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
17162023-12-09T06:00:52.869Z Compiling rustls v0.21.9
17172023-12-09T06:00:52.869Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-0.21.9/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="dangerous_configuration"' --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="tls12"' -C metadata=4a4ac025b6c4148e -C extra-filename=-4a4ac025b6c4148e --out-dir /work/oxidecomputer/omicron/target/debug/build/rustls-4a4ac025b6c4148e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
17182023-12-09T06:00:53.084Z Compiling rustls-webpki v0.101.7
17192023-12-09T06:00:53.103Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name webpki --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-webpki-0.101.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=e76764ba7ae354b2 -C extra-filename=-e76764ba7ae354b2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-d1e51c6b8a6ecb88.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-51c844fb339406e8.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out`
17202023-12-09T06:00:53.376Z Running `/work/oxidecomputer/omicron/target/debug/build/rustls-4a4ac025b6c4148e/build-script-build`
17212023-12-09T06:00:53.423Z Compiling sct v0.7.0
17222023-12-09T06:00:53.428Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name sct --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sct-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=6fa48ffab340515f -C extra-filename=-6fa48ffab340515f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-5a5df37b70e7cd10.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-a24220ed5be04632.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out`
17232023-12-09T06:00:53.722Z Compiling native-tls v0.2.11
17242023-12-09T06:00:53.726Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/native-tls-0.2.11/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=dbb3784313065716 -C extra-filename=-dbb3784313065716 --out-dir /work/oxidecomputer/omicron/target/debug/build/native-tls-dbb3784313065716 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
17252023-12-09T06:00:53.889Z Compiling ipnet v2.8.0
17262023-12-09T06:00:53.896Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name ipnet --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ipnet-2.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=12ae00b3bd1f0594 -C extra-filename=-12ae00b3bd1f0594 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
17272023-12-09T06:00:54.164Z Compiling rustls-pemfile v1.0.3
17282023-12-09T06:00:54.168Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name rustls_pemfile --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-pemfile-1.0.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=d4874c9bffb6de6d -C extra-filename=-d4874c9bffb6de6d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-efdef217e0fabd4e.rmeta --cap-lints allow -D warnings`
17292023-12-09T06:00:54.361Z Running `/work/oxidecomputer/omicron/target/debug/build/native-tls-dbb3784313065716/build-script-build`
17302023-12-09T06:00:54.400Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-0.21.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="dangerous_configuration"' --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="tls12"' -C metadata=b4c439e5fbc8af3a -C extra-filename=-b4c439e5fbc8af3a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-c5d2103652c0a8bc.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-d1e51c6b8a6ecb88.rmeta --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-e76764ba7ae354b2.rmeta --extern sct=/work/oxidecomputer/omicron/target/debug/deps/libsct-6fa48ffab340515f.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out`
17312023-12-09T06:00:54.739Z Compiling backtrace v0.3.69
17322023-12-09T06:00:54.786Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/backtrace-0.3.69/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=adf632ad3be64156 -C extra-filename=-adf632ad3be64156 --out-dir /work/oxidecomputer/omicron/target/debug/build/backtrace-adf632ad3be64156 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-3d7dbaf4d3b8f9e6.rlib --cap-lints allow -D warnings`
17332023-12-09T06:00:55.435Z Compiling unicode-xid v0.2.4
17342023-12-09T06:00:55.451Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name unicode_xid /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-xid-0.2.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=8f50244e4f591a95 -C extra-filename=-8f50244e4f591a95 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
17352023-12-09T06:00:55.533Z Compiling crossbeam-utils v0.8.16
17362023-12-09T06:00:55.536Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.16/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=c76935f39f50000a -C extra-filename=-c76935f39f50000a --out-dir /work/oxidecomputer/omicron/target/debug/build/crossbeam-utils-c76935f39f50000a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
17372023-12-09T06:00:55.688Z Compiling gimli v0.28.0
17382023-12-09T06:00:55.707Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name gimli --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/gimli-0.28.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="read"' --cfg 'feature="read-core"' -C metadata=1ab9a11901dc3db4 -C extra-filename=-1ab9a11901dc3db4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
17392023-12-09T06:00:55.980Z Running `/work/oxidecomputer/omicron/target/debug/build/backtrace-adf632ad3be64156/build-script-build`
17402023-12-09T06:00:56.008Z Compiling object v0.32.1
17412023-12-09T06:00:56.040Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name object --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/object-0.32.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="archive"' --cfg 'feature="coff"' --cfg 'feature="elf"' --cfg 'feature="macho"' --cfg 'feature="pe"' --cfg 'feature="read_core"' --cfg 'feature="unaligned"' -C metadata=c982e9cdd75f2239 -C extra-filename=-c982e9cdd75f2239 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-918fa9e671606ec5.rmeta --cap-lints allow -D warnings`
17422023-12-09T06:00:56.131Z Compiling encoding_rs v0.8.33
17432023-12-09T06:00:56.155Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name encoding_rs --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/encoding_rs-0.8.33/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' -C metadata=af2729f3af85d5f2 -C extra-filename=-af2729f3af85d5f2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-bc2c501506aafa82.rmeta --cap-lints allow -D warnings`
17442023-12-09T06:00:56.265Z Compiling rustc-demangle v0.1.23
17452023-12-09T06:00:56.301Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name rustc_demangle /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustc-demangle-0.1.23/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=e74e0db405f79ada -C extra-filename=-e74e0db405f79ada --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
17462023-12-09T06:00:56.308Z Compiling anyhow v1.0.75
17472023-12-09T06:00:56.313Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anyhow-1.0.75/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="backtrace"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=10af975f37e62d27 -C extra-filename=-10af975f37e62d27 --out-dir /work/oxidecomputer/omicron/target/debug/build/anyhow-10af975f37e62d27 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
17482023-12-09T06:00:56.404Z Running `/work/oxidecomputer/omicron/target/debug/build/crossbeam-utils-c76935f39f50000a/build-script-build`
17492023-12-09T06:00:56.444Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name crossbeam_utils --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.16/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=ecd3b02fa9b0bdac -C extra-filename=-ecd3b02fa9b0bdac --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-bc2c501506aafa82.rmeta --cap-lints allow -D warnings`
17502023-12-09T06:00:56.670Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name serde --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.192/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="rc"' --cfg 'feature="serde_derive"' --cfg 'feature="std"' -C metadata=fc3da6c1712bbba6 -C extra-filename=-fc3da6c1712bbba6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-101f844cca2ed149.so --cap-lints allow -D warnings`
17512023-12-09T06:00:57.321Z Running `/work/oxidecomputer/omicron/target/debug/build/anyhow-10af975f37e62d27/build-script-build`
17522023-12-09T06:00:57.553Z Compiling rustls-native-certs v0.6.3
17532023-12-09T06:00:57.556Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name rustls_native_certs --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-native-certs-0.6.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=6c97518b15dbc26a -C extra-filename=-6c97518b15dbc26a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern openssl_probe=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_probe-66d32c3547f15b53.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-d4874c9bffb6de6d.rmeta --cap-lints allow -D warnings`
17542023-12-09T06:00:57.974Z Compiling crc32fast v1.3.2
17552023-12-09T06:00:57.977Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crc32fast-1.3.2/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=f356901160b6596c -C extra-filename=-f356901160b6596c --out-dir /work/oxidecomputer/omicron/target/debug/build/crc32fast-f356901160b6596c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
17562023-12-09T06:00:58.175Z Compiling base64ct v1.6.0
17572023-12-09T06:00:58.204Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name base64ct --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/base64ct-1.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="std"' -C metadata=4d3202f783ee952f -C extra-filename=-4d3202f783ee952f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
17582023-12-09T06:00:58.416Z Compiling webpki-roots v0.25.2
17592023-12-09T06:00:58.428Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name webpki_roots --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/webpki-roots-0.25.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=caf9de3e3e0ba9b0 -C extra-filename=-caf9de3e3e0ba9b0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
17602023-12-09T06:00:58.637Z Compiling slog v2.7.0
17612023-12-09T06:00:58.641Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-2.7.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="dynamic-keys"' --cfg 'feature="max_level_trace"' --cfg 'feature="release_max_level_debug"' --cfg 'feature="release_max_level_trace"' --cfg 'feature="std"' -C metadata=d14f0a24e13b3b90 -C extra-filename=-d14f0a24e13b3b90 --out-dir /work/oxidecomputer/omicron/target/debug/build/slog-d14f0a24e13b3b90 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
17622023-12-09T06:00:58.870Z Running `/work/oxidecomputer/omicron/target/debug/build/crc32fast-f356901160b6596c/build-script-build`
17632023-12-09T06:00:58.933Z Compiling utf8parse v0.2.1
17642023-12-09T06:00:58.937Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name utf8parse --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/utf8parse-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=4593178b619af749 -C extra-filename=-4593178b619af749 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
17652023-12-09T06:00:59.163Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name crc32fast /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crc32fast-1.3.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=2e6cb0fdfac0d5fc -C extra-filename=-2e6cb0fdfac0d5fc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-bc2c501506aafa82.rmeta --cap-lints allow -D warnings --cfg crc32fast_stdarchx86`
17662023-12-09T06:00:59.211Z Compiling io-lifetimes v1.0.11
17672023-12-09T06:00:59.240Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/io-lifetimes-1.0.11/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="close"' --cfg 'feature="hermit-abi"' --cfg 'feature="libc"' --cfg 'feature="windows-sys"' -C metadata=b0f51f0961ace6fb -C extra-filename=-b0f51f0961ace6fb --out-dir /work/oxidecomputer/omicron/target/debug/build/io-lifetimes-b0f51f0961ace6fb -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
17682023-12-09T06:00:59.543Z Running `/work/oxidecomputer/omicron/target/debug/build/slog-d14f0a24e13b3b90/build-script-build`
17692023-12-09T06:00:59.599Z Compiling rustversion v1.0.14
17702023-12-09T06:00:59.603Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustversion-1.0.14/build/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=4f1c6522f19fc259 -C extra-filename=-4f1c6522f19fc259 --out-dir /work/oxidecomputer/omicron/target/debug/build/rustversion-4f1c6522f19fc259 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
17712023-12-09T06:00:59.684Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name slog /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-2.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="dynamic-keys"' --cfg 'feature="max_level_trace"' --cfg 'feature="release_max_level_debug"' --cfg 'feature="release_max_level_trace"' --cfg 'feature="std"' -C metadata=9c8f30a579f036e3 -C extra-filename=-9c8f30a579f036e3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings --cfg integer128`
17722023-12-09T06:01:00.144Z Running `/work/oxidecomputer/omicron/target/debug/build/io-lifetimes-b0f51f0961ace6fb/build-script-build`
17732023-12-09T06:01:00.592Z Compiling num-integer v0.1.45
17742023-12-09T06:01:00.592Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-integer-0.1.45/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="i128"' --cfg 'feature="std"' -C metadata=bfe21c224e826a64 -C extra-filename=-bfe21c224e826a64 --out-dir /work/oxidecomputer/omicron/target/debug/build/num-integer-bfe21c224e826a64 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-c1e84996da593841.rlib --cap-lints allow -D warnings`
17752023-12-09T06:01:00.698Z Running `/work/oxidecomputer/omicron/target/debug/build/rustversion-4f1c6522f19fc259/build-script-build`
17762023-12-09T06:01:00.780Z Compiling time-core v0.1.1
17772023-12-09T06:01:00.784Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name time_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/time-core-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=3f0dd9071974c592 -C extra-filename=-3f0dd9071974c592 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
17782023-12-09T06:01:01.000Z Compiling anstyle v1.0.2
17792023-12-09T06:01:01.007Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name anstyle --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anstyle-1.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=de2619156f222cb2 -C extra-filename=-de2619156f222cb2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
17802023-12-09T06:01:01.036Z Compiling rustix v0.37.23
17812023-12-09T06:01:01.044Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustix-0.37.23/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="io-lifetimes"' --cfg 'feature="libc"' --cfg 'feature="std"' --cfg 'feature="termios"' --cfg 'feature="use-libc-auxv"' -C metadata=116534d5d0bd8b2b -C extra-filename=-116534d5d0bd8b2b --out-dir /work/oxidecomputer/omicron/target/debug/build/rustix-116534d5d0bd8b2b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
17822023-12-09T06:01:01.053Z Running `/work/oxidecomputer/omicron/target/debug/build/num-integer-bfe21c224e826a64/build-script-build`
17832023-12-09T06:01:01.090Z Compiling time-macros v0.2.13
17842023-12-09T06:01:01.096Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name time_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/time-macros-0.2.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="formatting"' --cfg 'feature="parsing"' -C metadata=dbc03062bd046473 -C extra-filename=-dbc03062bd046473 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern time_core=/work/oxidecomputer/omicron/target/debug/deps/libtime_core-3f0dd9071974c592.rlib --extern proc_macro --cap-lints allow -D warnings`
17852023-12-09T06:01:01.701Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name rustversion --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustversion-1.0.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=1857facc6a275161 -C extra-filename=-1857facc6a275161 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro --cap-lints allow -D warnings`
17862023-12-09T06:01:02.187Z Running `/work/oxidecomputer/omicron/target/debug/build/rustix-116534d5d0bd8b2b/build-script-build`
17872023-12-09T06:01:02.336Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name io_lifetimes --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/io-lifetimes-1.0.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="close"' --cfg 'feature="hermit-abi"' --cfg 'feature="libc"' --cfg 'feature="windows-sys"' -C metadata=0a4e164824626899 -C extra-filename=-0a4e164824626899 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-45ce8912dc32de8c.rmeta --cap-lints allow -D warnings --cfg io_safety_is_in_std`
17882023-12-09T06:01:02.617Z Compiling pem-rfc7468 v0.7.0
17892023-12-09T06:01:02.628Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name pem_rfc7468 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pem-rfc7468-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="std"' -C metadata=c37157d808c21f6c -C extra-filename=-c37157d808c21f6c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64ct=/work/oxidecomputer/omicron/target/debug/deps/libbase64ct-4d3202f783ee952f.rmeta --cap-lints allow -D warnings`
17902023-12-09T06:01:03.834Z Compiling addr2line v0.21.0
17912023-12-09T06:01:03.838Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name addr2line --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/addr2line-0.21.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=0e4f6cacba3a2570 -C extra-filename=-0e4f6cacba3a2570 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern gimli=/work/oxidecomputer/omicron/target/debug/deps/libgimli-1ab9a11901dc3db4.rmeta --cap-lints allow -D warnings`
17922023-12-09T06:01:04.430Z Compiling synstructure v0.12.6
17932023-12-09T06:01:04.443Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name synstructure --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/synstructure-0.12.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="proc-macro"' -C metadata=25e594cfc85bcc46 -C extra-filename=-25e594cfc85bcc46 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-48fabcfe082d99df.rmeta --extern unicode_xid=/work/oxidecomputer/omicron/target/debug/deps/libunicode_xid-8f50244e4f591a95.rmeta --cap-lints allow -D warnings`
17942023-12-09T06:01:04.450Z Compiling futures-executor v0.3.29
17952023-12-09T06:01:04.450Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_executor --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-executor-0.3.29/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' -C metadata=e8030b61cb9ca4f2 -C extra-filename=-e8030b61cb9ca4f2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-85b0c1ea6a5e4905.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-a51c9503c37b751e.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-af647ea9423ed3ec.rmeta --cap-lints allow -D warnings`
17962023-12-09T06:01:04.450Z Compiling pest_meta v2.7.2
17972023-12-09T06:01:04.450Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name pest_meta --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pest_meta-2.7.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=7de4633e8dfb0911 -C extra-filename=-7de4633e8dfb0911 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-230e44e7360903b6.rmeta --extern pest=/work/oxidecomputer/omicron/target/debug/deps/libpest-44170135f2510804.rmeta --cap-lints allow -D warnings`
17982023-12-09T06:01:04.878Z Compiling der_derive v0.7.2
17992023-12-09T06:01:04.883Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name der_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/der_derive-0.7.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=468e6a46749aa333 -C extra-filename=-468e6a46749aa333 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-085545494ccbad1b.rlib --extern proc_macro --cap-lints allow -D warnings`
18002023-12-09T06:01:05.131Z Compiling flagset v0.4.3
18012023-12-09T06:01:05.134Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name flagset --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/flagset-0.4.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=d65ca4e97fcddc6f -C extra-filename=-d65ca4e97fcddc6f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
18022023-12-09T06:01:05.444Z Compiling deranged v0.3.8
18032023-12-09T06:01:05.451Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name deranged --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/deranged-0.3.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="std"' -C metadata=598da518e72e5dfb -C extra-filename=-598da518e72e5dfb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
18042023-12-09T06:01:06.946Z Compiling bytes v1.5.0
18052023-12-09T06:01:06.952Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name bytes --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bytes-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' -C metadata=cf72f843b9ce520b -C extra-filename=-cf72f843b9ce520b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --cap-lints allow -D warnings`
18062023-12-09T06:01:06.996Z Compiling bitflags v2.4.0
18072023-12-09T06:01:07.023Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name bitflags --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bitflags-2.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="serde"' --cfg 'feature="std"' -C metadata=95e0840708437b88 -C extra-filename=-95e0840708437b88 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --cap-lints allow -D warnings`
18082023-12-09T06:01:07.164Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_json --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_json-1.0.108/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="raw_value"' --cfg 'feature="std"' -C metadata=dd2977d951e95a2e -C extra-filename=-dd2977d951e95a2e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-7860ae71447b6389.rmeta --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-38d350ef85d2d309.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --cap-lints allow -D warnings --cfg limb_width_64`
18092023-12-09T06:01:07.304Z Compiling indexmap v2.1.0
18102023-12-09T06:01:07.311Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name indexmap --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/indexmap-2.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' -C metadata=2e7a89619d1b841a -C extra-filename=-2e7a89619d1b841a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern equivalent=/work/oxidecomputer/omicron/target/debug/deps/libequivalent-94a74370476ed385.rmeta --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-6c8ddd4bb2d1b04a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --cap-lints allow -D warnings`
18112023-12-09T06:01:07.667Z Compiling chrono v0.4.31
18122023-12-09T06:01:07.675Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name chrono --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/chrono-0.4.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="android-tzdata"' --cfg 'feature="clock"' --cfg 'feature="default"' --cfg 'feature="iana-time-zone"' --cfg 'feature="js-sys"' --cfg 'feature="oldtime"' --cfg 'feature="serde"' --cfg 'feature="std"' --cfg 'feature="wasm-bindgen"' --cfg 'feature="wasmbind"' --cfg 'feature="winapi"' --cfg 'feature="windows-targets"' -C metadata=9ebc0d9ab6a565e5 -C extra-filename=-9ebc0d9ab6a565e5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern iana_time_zone=/work/oxidecomputer/omicron/target/debug/deps/libiana_time_zone-85b44ad93d1da9c4.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-66b98c12d6f7f3b4.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --cap-lints allow -D warnings`
18132023-12-09T06:01:08.427Z Compiling tokio v1.35.0
18142023-12-09T06:01:08.432Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.35.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="bytes"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="full"' --cfg 'feature="io-std"' --cfg 'feature="io-util"' --cfg 'feature="libc"' --cfg 'feature="macros"' --cfg 'feature="mio"' --cfg 'feature="net"' --cfg 'feature="num_cpus"' --cfg 'feature="parking_lot"' --cfg 'feature="process"' --cfg 'feature="rt"' --cfg 'feature="rt-multi-thread"' --cfg 'feature="signal"' --cfg 'feature="signal-hook-registry"' --cfg 'feature="socket2"' --cfg 'feature="sync"' --cfg 'feature="test-util"' --cfg 'feature="time"' --cfg 'feature="tokio-macros"' -C metadata=1ec47aacdff5a9cb -C extra-filename=-1ec47aacdff5a9cb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-cf72f843b9ce520b.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-45ce8912dc32de8c.rmeta --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-681018778da6c197.rmeta --extern num_cpus=/work/oxidecomputer/omicron/target/debug/deps/libnum_cpus-2f696aea8912d905.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-5405541c40fedf6c.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-2c68fbf53c1efe19.rmeta --extern signal_hook_registry=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_registry-448540a737297354.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-ef8aaf88987f1e15.rmeta --extern tokio_macros=/work/oxidecomputer/omicron/target/debug/deps/libtokio_macros-26a74a4f951ce6d6.so --cap-lints allow -D warnings`
18152023-12-09T06:01:09.026Z Compiling uuid v1.6.1
18162023-12-09T06:01:09.032Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name uuid --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/uuid-1.6.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="getrandom"' --cfg 'feature="rng"' --cfg 'feature="serde"' --cfg 'feature="std"' --cfg 'feature="v4"' -C metadata=3397c14cb16db240 -C extra-filename=-3397c14cb16db240 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-fd3f8e5b97695db0.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --cap-lints allow -D warnings`
18172023-12-09T06:01:09.390Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name rustix --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustix-0.38.25/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="std"' --cfg 'feature="termios"' --cfg 'feature="use-libc-auxv"' -C metadata=b07637ba55941490 -C extra-filename=-b07637ba55941490 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-95e0840708437b88.rmeta --extern libc_errno=/work/oxidecomputer/omicron/target/debug/deps/liberrno-6dc528fb33689de0.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-45ce8912dc32de8c.rmeta --cap-lints allow -D warnings --cfg libc --cfg solarish`
18182023-12-09T06:01:09.512Z Compiling http v0.2.11
18192023-12-09T06:01:09.516Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name http --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/http-0.2.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a198b56a5f9eb1ad -C extra-filename=-a198b56a5f9eb1ad --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-cf72f843b9ce520b.rmeta --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-5d2ad75ee5f58135.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-7860ae71447b6389.rmeta --cap-lints allow -D warnings`
18202023-12-09T06:01:09.557Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name semver --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/semver-1.0.20/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' -C metadata=54881a1782a3e1b0 -C extra-filename=-54881a1782a3e1b0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --cap-lints allow -D warnings`
18212023-12-09T06:01:10.731Z Compiling toml_datetime v0.6.5
18222023-12-09T06:01:10.757Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name toml_datetime --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml_datetime-0.6.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="serde"' -C metadata=f7c2b7796e32d7a6 -C extra-filename=-f7c2b7796e32d7a6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --cap-lints allow -D warnings`
18232023-12-09T06:01:11.461Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name schemars --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/schemars-0.8.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="bytes"' --cfg 'feature="chrono"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="schemars_derive"' --cfg 'feature="uuid1"' -C metadata=655abe61a0792043 -C extra-filename=-655abe61a0792043 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-cf72f843b9ce520b.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rmeta --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-b5627ba9c8616dae.rmeta --extern schemars_derive=/work/oxidecomputer/omicron/target/debug/deps/libschemars_derive-42470dea69332415.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rmeta --extern uuid1=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rmeta --cap-lints allow -D warnings --cfg std_atomic64 --cfg std_atomic`
18242023-12-09T06:01:11.617Z Compiling serde_spanned v0.6.4
18252023-12-09T06:01:11.654Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_spanned --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_spanned-0.6.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="serde"' -C metadata=fe3e9a6041e02309 -C extra-filename=-fe3e9a6041e02309 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --cap-lints allow -D warnings`
18262023-12-09T06:01:12.016Z Compiling http-body v0.4.5
18272023-12-09T06:01:12.024Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name http_body --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/http-body-0.4.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=9fcbfd8235f78087 -C extra-filename=-9fcbfd8235f78087 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-cf72f843b9ce520b.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a198b56a5f9eb1ad.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-2c68fbf53c1efe19.rmeta --cap-lints allow -D warnings`
18282023-12-09T06:01:12.290Z Compiling rustc_version v0.4.0
18292023-12-09T06:01:12.293Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name rustc_version --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustc_version-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a24886e505c93f47 -C extra-filename=-a24886e505c93f47 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-54881a1782a3e1b0.rmeta --cap-lints allow -D warnings`
18302023-12-09T06:01:12.682Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name openssl --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openssl-0.10.60/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=7b781b30fdd26f56 -C extra-filename=-7b781b30fdd26f56 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-95e0840708437b88.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-bc2c501506aafa82.rmeta --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-eb280c5795426c7f.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-45ce8912dc32de8c.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-230e44e7360903b6.rmeta --extern openssl_macros=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_macros-aff19cdabe242b73.so --extern ffi=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-b97b694c637962a9.rmeta --cap-lints allow -D warnings -L native=/usr/ssl-3/lib/amd64 --cfg 'osslconf="OPENSSL_NO_SSL3_METHOD"' --cfg ossl101 --cfg ossl102 --cfg ossl110 --cfg ossl110g --cfg ossl110h --cfg ossl111 --cfg ossl300`
18312023-12-09T06:01:12.948Z Compiling toml_edit v0.19.15
18322023-12-09T06:01:12.951Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name toml_edit --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml_edit-0.19.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' -C metadata=32ad42ce06f6cab4 -C extra-filename=-32ad42ce06f6cab4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-2e7a89619d1b841a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-fe3e9a6041e02309.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-f7c2b7796e32d7a6.rmeta --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-b747da8a50a0933d.rmeta --cap-lints allow -D warnings`
18332023-12-09T06:01:13.515Z Compiling serde_urlencoded v0.7.1
18342023-12-09T06:01:13.526Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_urlencoded --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_urlencoded-0.7.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=9bc61d3be642612c -C extra-filename=-9bc61d3be642612c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-8797d3f240ac357c.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-7860ae71447b6389.rmeta --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-38d350ef85d2d309.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --cap-lints allow -D warnings`
18352023-12-09T06:01:13.707Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name backtrace --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/backtrace-0.3.69/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=a9672aa5509b59d9 -C extra-filename=-a9672aa5509b59d9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern addr2line=/work/oxidecomputer/omicron/target/debug/deps/libaddr2line-0e4f6cacba3a2570.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-bc2c501506aafa82.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-45ce8912dc32de8c.rmeta --extern miniz_oxide=/work/oxidecomputer/omicron/target/debug/deps/libminiz_oxide-eae4032ca8079f20.rmeta --extern object=/work/oxidecomputer/omicron/target/debug/deps/libobject-c982e9cdd75f2239.rmeta --extern rustc_demangle=/work/oxidecomputer/omicron/target/debug/deps/librustc_demangle-e74e0db405f79ada.rmeta --cap-lints allow -D warnings`
18362023-12-09T06:01:14.129Z Compiling openapiv3 v2.0.0
18372023-12-09T06:01:14.171Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name openapiv3 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openapiv3-2.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="skip_serializing_defaults"' -C metadata=34a585534cdcaa54 -C extra-filename=-34a585534cdcaa54 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-2e7a89619d1b841a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rmeta --cap-lints allow -D warnings`
18382023-12-09T06:01:14.345Z Compiling hex v0.4.3
18392023-12-09T06:01:14.350Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name hex --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hex-0.4.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' -C metadata=6f7e7e787f938be2 -C extra-filename=-6f7e7e787f938be2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --cap-lints allow -D warnings`
18402023-12-09T06:01:14.376Z Compiling num_threads v0.1.6
18412023-12-09T06:01:14.379Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name num_threads /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num_threads-0.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=4c6d51928e99bf40 -C extra-filename=-4c6d51928e99bf40 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
18422023-12-09T06:01:14.550Z Compiling time v0.3.27
18432023-12-09T06:01:14.590Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name time --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/time-0.3.27/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="formatting"' --cfg 'feature="local-offset"' --cfg 'feature="macros"' --cfg 'feature="parsing"' --cfg 'feature="std"' -C metadata=9b800e302f11b330 -C extra-filename=-9b800e302f11b330 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern deranged=/work/oxidecomputer/omicron/target/debug/deps/libderanged-598da518e72e5dfb.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-7860ae71447b6389.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-45ce8912dc32de8c.rmeta --extern num_threads=/work/oxidecomputer/omicron/target/debug/deps/libnum_threads-4c6d51928e99bf40.rmeta --extern time_core=/work/oxidecomputer/omicron/target/debug/deps/libtime_core-3f0dd9071974c592.rmeta --extern time_macros=/work/oxidecomputer/omicron/target/debug/deps/libtime_macros-dbc03062bd046473.so --cap-lints allow -D warnings`
18442023-12-09T06:01:15.286Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name anyhow --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anyhow-1.0.75/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="backtrace"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=4df5b42792d76143 -C extra-filename=-4df5b42792d76143 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern backtrace=/work/oxidecomputer/omicron/target/debug/deps/libbacktrace-a9672aa5509b59d9.rmeta --cap-lints allow -D warnings`
18452023-12-09T06:01:16.938Z Compiling der v0.7.8
18462023-12-09T06:01:16.988Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name der --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/der-0.7.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="derive"' --cfg 'feature="flagset"' --cfg 'feature="oid"' --cfg 'feature="pem"' --cfg 'feature="std"' --cfg 'feature="zeroize"' -C metadata=cceb8e0e028647cd -C extra-filename=-cceb8e0e028647cd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-8036eb2fb0734902.rmeta --extern der_derive=/work/oxidecomputer/omicron/target/debug/deps/libder_derive-468e6a46749aa333.so --extern flagset=/work/oxidecomputer/omicron/target/debug/deps/libflagset-d65ca4e97fcddc6f.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-c37157d808c21f6c.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d4ac8e2ff6ba4016.rmeta --cap-lints allow -D warnings`
18472023-12-09T06:01:17.600Z Compiling zerocopy-derive v0.2.0
18482023-12-09T06:01:17.607Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zerocopy-derive-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=132b467ed93bdcda -C extra-filename=-132b467ed93bdcda --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-48fabcfe082d99df.rlib --extern synstructure=/work/oxidecomputer/omicron/target/debug/deps/libsynstructure-25e594cfc85bcc46.rlib --extern proc_macro --cap-lints allow -D warnings`
18492023-12-09T06:01:19.848Z Compiling pest_generator v2.7.2
18502023-12-09T06:01:19.851Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name pest_generator --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pest_generator-2.7.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' -C metadata=7330582f9ec4e8c4 -C extra-filename=-7330582f9ec4e8c4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern pest=/work/oxidecomputer/omicron/target/debug/deps/libpest-44170135f2510804.rmeta --extern pest_meta=/work/oxidecomputer/omicron/target/debug/deps/libpest_meta-7de4633e8dfb0911.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-085545494ccbad1b.rmeta --cap-lints allow -D warnings`
18512023-12-09T06:01:21.236Z Compiling tokio-util v0.7.10
18522023-12-09T06:01:21.243Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_util --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-util-0.7.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="codec"' --cfg 'feature="default"' --cfg 'feature="io"' --cfg 'feature="io-util"' --cfg 'feature="tracing"' -C metadata=da120e4ff52d808b -C extra-filename=-da120e4ff52d808b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-cf72f843b9ce520b.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-85b0c1ea6a5e4905.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-b95f9ca11c6cfc07.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-2c68fbf53c1efe19.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1ec47aacdff5a9cb.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-2ebf49bd2a2f8886.rmeta --cap-lints allow -D warnings`
18532023-12-09T06:01:22.397Z Compiling tokio-rustls v0.24.1
18542023-12-09T06:01:22.401Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_rustls --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-rustls-0.24.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="logging"' --cfg 'feature="tls12"' -C metadata=aab0c7359a3a547c -C extra-filename=-aab0c7359a3a547c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-b4c439e5fbc8af3a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1ec47aacdff5a9cb.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out`
18552023-12-09T06:01:22.634Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name native_tls /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/native-tls-0.2.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=5c436f77e7ccab0a -C extra-filename=-5c436f77e7ccab0a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-c5d2103652c0a8bc.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-7b781b30fdd26f56.rmeta --extern openssl_probe=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_probe-66d32c3547f15b53.rmeta --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-b97b694c637962a9.rmeta --cap-lints allow -D warnings -L native=/usr/ssl-3/lib/amd64 --cfg have_min_max_version`
18562023-12-09T06:01:23.010Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name rustix --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustix-0.37.23/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="io-lifetimes"' --cfg 'feature="libc"' --cfg 'feature="std"' --cfg 'feature="termios"' --cfg 'feature="use-libc-auxv"' -C metadata=827de0a1033a10a6 -C extra-filename=-827de0a1033a10a6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-b6f8a7d540d47813.rmeta --extern libc_errno=/work/oxidecomputer/omicron/target/debug/deps/liberrno-6dc528fb33689de0.rmeta --extern io_lifetimes=/work/oxidecomputer/omicron/target/debug/deps/libio_lifetimes-0a4e164824626899.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-45ce8912dc32de8c.rmeta --cap-lints allow -D warnings --cfg libc --cfg solarish`
18572023-12-09T06:01:23.185Z Compiling h2 v0.3.21
18582023-12-09T06:01:23.188Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name h2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/h2-0.3.21/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=0c176212a964b383 -C extra-filename=-0c176212a964b383 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-cf72f843b9ce520b.rmeta --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-5d2ad75ee5f58135.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-85b0c1ea6a5e4905.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-b95f9ca11c6cfc07.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-af647ea9423ed3ec.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a198b56a5f9eb1ad.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-fa80c618b8065deb.rmeta --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-195b1228936a30c9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1ec47aacdff5a9cb.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-da120e4ff52d808b.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-2ebf49bd2a2f8886.rmeta --cap-lints allow -D warnings`
18592023-12-09T06:01:23.458Z Compiling tokio-native-tls v0.3.1
18602023-12-09T06:01:23.461Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_native_tls --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-native-tls-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=2daf3e571e5837cf -C extra-filename=-2daf3e571e5837cf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern native_tls=/work/oxidecomputer/omicron/target/debug/deps/libnative_tls-5c436f77e7ccab0a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1ec47aacdff5a9cb.rmeta --cap-lints allow -D warnings -L native=/usr/ssl-3/lib/amd64`
18612023-12-09T06:01:23.612Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name num_integer /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-integer-0.1.45/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="i128"' --cfg 'feature="std"' -C metadata=78c4e619da17149f -C extra-filename=-78c4e619da17149f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-66b98c12d6f7f3b4.rmeta --cap-lints allow -D warnings --cfg has_i128`
18622023-12-09T06:01:23.731Z Compiling flate2 v1.0.28
18632023-12-09T06:01:23.764Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name flate2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/flate2-1.0.28/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="any_impl"' --cfg 'feature="default"' --cfg 'feature="miniz_oxide"' --cfg 'feature="rust_backend"' -C metadata=9c343eab58a7ea84 -C extra-filename=-9c343eab58a7ea84 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern crc32fast=/work/oxidecomputer/omicron/target/debug/deps/libcrc32fast-2e6cb0fdfac0d5fc.rmeta --extern miniz_oxide=/work/oxidecomputer/omicron/target/debug/deps/libminiz_oxide-eae4032ca8079f20.rmeta --cap-lints allow -D warnings`
18642023-12-09T06:01:23.856Z Compiling anstyle-parse v0.2.1
18652023-12-09T06:01:23.859Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name anstyle_parse --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anstyle-parse-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="utf8"' -C metadata=bbb859da10bbbc65 -C extra-filename=-bbb859da10bbbc65 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern utf8parse=/work/oxidecomputer/omicron/target/debug/deps/libutf8parse-4593178b619af749.rmeta --cap-lints allow -D warnings`
18662023-12-09T06:01:24.361Z Compiling itertools v0.10.5
18672023-12-09T06:01:24.364Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name itertools --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.10.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="use_alloc"' --cfg 'feature="use_std"' -C metadata=5d2789e50494f686 -C extra-filename=-5d2789e50494f686 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-294f21b38637a1be.rmeta --cap-lints allow -D warnings`
18682023-12-09T06:01:24.914Z Compiling colorchoice v1.0.0
18692023-12-09T06:01:24.936Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name colorchoice --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/colorchoice-1.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f3d013d7fa334b4b -C extra-filename=-f3d013d7fa334b4b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
18702023-12-09T06:01:25.548Z Compiling siphasher v0.3.11
18712023-12-09T06:01:25.558Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name siphasher --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/siphasher-0.3.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=cc130dcd8b93b422 -C extra-filename=-cc130dcd8b93b422 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
18722023-12-09T06:01:25.559Z Compiling anstyle-query v1.0.0
18732023-12-09T06:01:25.559Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name anstyle_query --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anstyle-query-1.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=90a2a36a46bba70f -C extra-filename=-90a2a36a46bba70f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
18742023-12-09T06:01:25.561Z Compiling unicode-segmentation v1.10.1
18752023-12-09T06:01:25.561Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name unicode_segmentation --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-segmentation-1.10.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a7b83919c0401bc3 -C extra-filename=-a7b83919c0401bc3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
18762023-12-09T06:01:25.561Z Compiling anstream v0.5.0
18772023-12-09T06:01:25.562Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name anstream --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anstream-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="auto"' --cfg 'feature="default"' --cfg 'feature="wincon"' -C metadata=0ddec8b0a8dad00f -C extra-filename=-0ddec8b0a8dad00f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anstyle=/work/oxidecomputer/omicron/target/debug/deps/libanstyle-de2619156f222cb2.rmeta --extern anstyle_parse=/work/oxidecomputer/omicron/target/debug/deps/libanstyle_parse-bbb859da10bbbc65.rmeta --extern anstyle_query=/work/oxidecomputer/omicron/target/debug/deps/libanstyle_query-90a2a36a46bba70f.rmeta --extern colorchoice=/work/oxidecomputer/omicron/target/debug/deps/libcolorchoice-f3d013d7fa334b4b.rmeta --extern utf8parse=/work/oxidecomputer/omicron/target/debug/deps/libutf8parse-4593178b619af749.rmeta --cap-lints allow -D warnings`
18782023-12-09T06:01:25.806Z Compiling terminal_size v0.2.6
18792023-12-09T06:01:25.811Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name terminal_size --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/terminal_size-0.2.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f0596fa69a918767 -C extra-filename=-f0596fa69a918767 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-827de0a1033a10a6.rmeta --cap-lints allow -D warnings`
18802023-12-09T06:01:26.061Z Compiling pest_derive v2.7.2
18812023-12-09T06:01:26.068Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name pest_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pest_derive-2.7.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=32be6c14c5b6c9cd -C extra-filename=-32be6c14c5b6c9cd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern pest=/work/oxidecomputer/omicron/target/debug/deps/libpest-44170135f2510804.rlib --extern pest_generator=/work/oxidecomputer/omicron/target/debug/deps/libpest_generator-7330582f9ec4e8c4.rlib --extern proc_macro --cap-lints allow -D warnings`
18822023-12-09T06:01:26.357Z Compiling zerocopy v0.3.0
18832023-12-09T06:01:26.361Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zerocopy-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=29aa7ee8fe9290cd -C extra-filename=-29aa7ee8fe9290cd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-1b4ad01209984ea0.rmeta --extern zerocopy_derive=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy_derive-132b467ed93bdcda.so --cap-lints allow -D warnings`
18842023-12-09T06:01:26.568Z Compiling spki v0.7.2
18852023-12-09T06:01:26.591Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name spki --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/spki-0.7.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="pem"' --cfg 'feature="std"' -C metadata=050b5b1ec547420c -C extra-filename=-050b5b1ec547420c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-cceb8e0e028647cd.rmeta --cap-lints allow -D warnings`
18862023-12-09T06:01:26.793Z Compiling heapless v0.7.16
18872023-12-09T06:01:26.825Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/heapless-0.7.16/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="atomic-polyfill"' --cfg 'feature="cas"' --cfg 'feature="default"' -C metadata=db4f4dd10436268c -C extra-filename=-db4f4dd10436268c --out-dir /work/oxidecomputer/omicron/target/debug/build/heapless-db4f4dd10436268c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-a24886e505c93f47.rlib --cap-lints allow -D warnings`
18882023-12-09T06:01:27.125Z Compiling futures v0.3.29
18892023-12-09T06:01:27.128Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name futures --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-0.3.29/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="async-await"' --cfg 'feature="default"' --cfg 'feature="executor"' --cfg 'feature="futures-executor"' --cfg 'feature="std"' -C metadata=60db96e8e3fbb005 -C extra-filename=-60db96e8e3fbb005 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-06412b5ccf50305b.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-85b0c1ea6a5e4905.rmeta --extern futures_executor=/work/oxidecomputer/omicron/target/debug/deps/libfutures_executor-e8030b61cb9ca4f2.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-4915a8c6c3fe3b6a.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-b95f9ca11c6cfc07.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-a51c9503c37b751e.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-af647ea9423ed3ec.rmeta --cap-lints allow -D warnings`
18902023-12-09T06:01:27.171Z Compiling memoffset v0.9.0
18912023-12-09T06:01:27.193Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memoffset-0.9.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=373fa88f2059b22f -C extra-filename=-373fa88f2059b22f --out-dir /work/oxidecomputer/omicron/target/debug/build/memoffset-373fa88f2059b22f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-c1e84996da593841.rlib --cap-lints allow -D warnings`
18922023-12-09T06:01:27.278Z Compiling usdt-impl v0.3.5
18932023-12-09T06:01:27.282Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/usdt-impl-0.3.5/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="asm"' -C metadata=f72c6ed2b1b05ce6 -C extra-filename=-f72c6ed2b1b05ce6 --out-dir /work/oxidecomputer/omicron/target/debug/build/usdt-impl-f72c6ed2b1b05ce6 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-2c487f79507661dd.rlib --cap-lints allow -D warnings`
18942023-12-09T06:01:27.583Z Compiling clap_lex v0.5.1
18952023-12-09T06:01:27.597Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name clap_lex --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap_lex-0.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=5077f1311841a9d7 -C extra-filename=-5077f1311841a9d7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
18962023-12-09T06:01:27.641Z Compiling bit-vec v0.6.3
18972023-12-09T06:01:27.658Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name bit_vec /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bit-vec-0.6.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=be2b16d8eb900e10 -C extra-filename=-be2b16d8eb900e10 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
18982023-12-09T06:01:27.666Z Compiling dtrace-parser v0.1.14
18992023-12-09T06:01:27.689Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name dtrace_parser --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dtrace-parser-0.1.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=78c12a6c90b8bd87 -C extra-filename=-78c12a6c90b8bd87 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern pest=/work/oxidecomputer/omicron/target/debug/deps/libpest-44170135f2510804.rmeta --extern pest_derive=/work/oxidecomputer/omicron/target/debug/deps/libpest_derive-32be6c14c5b6c9cd.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rmeta --cap-lints allow -D warnings`
19002023-12-09T06:01:27.734Z Running `/work/oxidecomputer/omicron/target/debug/build/memoffset-373fa88f2059b22f/build-script-build`
19012023-12-09T06:01:27.899Z Running `/work/oxidecomputer/omicron/target/debug/build/usdt-impl-f72c6ed2b1b05ce6/build-script-build`
19022023-12-09T06:01:27.953Z Running `/work/oxidecomputer/omicron/target/debug/build/heapless-db4f4dd10436268c/build-script-build`
19032023-12-09T06:01:28.017Z Compiling clap_builder v4.4.2
19042023-12-09T06:01:28.044Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name clap_builder --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap_builder-4.4.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="color"' --cfg 'feature="env"' --cfg 'feature="error-context"' --cfg 'feature="help"' --cfg 'feature="std"' --cfg 'feature="suggestions"' --cfg 'feature="usage"' --cfg 'feature="wrap_help"' -C metadata=8e6cb03a3615cb75 -C extra-filename=-8e6cb03a3615cb75 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anstream=/work/oxidecomputer/omicron/target/debug/deps/libanstream-0ddec8b0a8dad00f.rmeta --extern anstyle=/work/oxidecomputer/omicron/target/debug/deps/libanstyle-de2619156f222cb2.rmeta --extern clap_lex=/work/oxidecomputer/omicron/target/debug/deps/libclap_lex-5077f1311841a9d7.rmeta --extern strsim=/work/oxidecomputer/omicron/target/debug/deps/libstrsim-24e28f3cc805bf1a.rmeta --extern terminal_size=/work/oxidecomputer/omicron/target/debug/deps/libterminal_size-f0596fa69a918767.rmeta --cap-lints allow -D warnings`
19052023-12-09T06:01:28.500Z Compiling dof v0.1.5
19062023-12-09T06:01:28.500Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name dof --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dof-0.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=6b1cdfcb1750576b -C extra-filename=-6b1cdfcb1750576b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-29aa7ee8fe9290cd.rmeta --cap-lints allow -D warnings`
19072023-12-09T06:01:28.500Z Compiling toml v0.7.8
19082023-12-09T06:01:28.500Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name toml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml-0.7.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="display"' --cfg 'feature="parse"' -C metadata=06af5535c6198b55 -C extra-filename=-06af5535c6198b55 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-fe3e9a6041e02309.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-f7c2b7796e32d7a6.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-32ad42ce06f6cab4.rmeta --cap-lints allow -D warnings`
19092023-12-09T06:01:28.500Z Compiling toml_edit v0.21.0
19102023-12-09T06:01:28.500Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name toml_edit --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml_edit-0.21.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="display"' --cfg 'feature="parse"' --cfg 'feature="serde"' -C metadata=e0682a68817d4d48 -C extra-filename=-e0682a68817d4d48 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-2e7a89619d1b841a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-fe3e9a6041e02309.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-f7c2b7796e32d7a6.rmeta --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-b747da8a50a0933d.rmeta --cap-lints allow -D warnings`
19112023-12-09T06:01:29.042Z Compiling clap_derive v4.4.2
19122023-12-09T06:01:29.104Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name clap_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap_derive-4.4.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=09f6461d2b951fca -C extra-filename=-09f6461d2b951fca --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-e8726b1e312bd2e5.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-085545494ccbad1b.rlib --extern proc_macro --cap-lints allow -D warnings`
19132023-12-09T06:01:29.646Z Compiling hash32 v0.2.1
19142023-12-09T06:01:29.651Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name hash32 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hash32-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=cf9d20fada302159 -C extra-filename=-cf9d20fada302159 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-1b4ad01209984ea0.rmeta --cap-lints allow -D warnings`
19152023-12-09T06:01:30.228Z Compiling thread-id v4.2.0
19162023-12-09T06:01:30.232Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name thread_id /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thread-id-4.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a44f4ab348dc9b12 -C extra-filename=-a44f4ab348dc9b12 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-45ce8912dc32de8c.rmeta --cap-lints allow -D warnings`
19172023-12-09T06:01:30.419Z Compiling crossbeam-epoch v0.9.15
19182023-12-09T06:01:30.430Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-epoch-0.9.15/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=65a45cdd2078d237 -C extra-filename=-65a45cdd2078d237 --out-dir /work/oxidecomputer/omicron/target/debug/build/crossbeam-epoch-65a45cdd2078d237 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-c1e84996da593841.rlib --cap-lints allow -D warnings`
19192023-12-09T06:01:31.003Z Compiling data-encoding v2.4.0
19202023-12-09T06:01:31.020Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name data_encoding --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/data-encoding-2.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=6b18b93accc321e4 -C extra-filename=-6b18b93accc321e4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
19212023-12-09T06:01:31.162Z Compiling stable_deref_trait v1.2.0
19222023-12-09T06:01:31.175Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name stable_deref_trait /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/stable_deref_trait-1.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=9b9016c9969df329 -C extra-filename=-9b9016c9969df329 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
19232023-12-09T06:01:31.206Z Running `/work/oxidecomputer/omicron/target/debug/build/crossbeam-epoch-65a45cdd2078d237/build-script-build`
19242023-12-09T06:01:31.285Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name heapless --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/heapless-0.7.16/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="atomic-polyfill"' --cfg 'feature="cas"' --cfg 'feature="default"' -C metadata=a61490c645a348db -C extra-filename=-a61490c645a348db --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern hash32=/work/oxidecomputer/omicron/target/debug/deps/libhash32-cf9d20fada302159.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-4c240d9238dcc0df.rmeta --extern stable_deref_trait=/work/oxidecomputer/omicron/target/debug/deps/libstable_deref_trait-9b9016c9969df329.rmeta --cap-lints allow -D warnings --cfg has_cas --cfg has_atomics`
19252023-12-09T06:01:31.603Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name usdt_impl --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/usdt-impl-0.3.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="asm"' -C metadata=60811e256bc42a3c -C extra-filename=-60811e256bc42a3c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-1b4ad01209984ea0.rmeta --extern dof=/work/oxidecomputer/omicron/target/debug/deps/libdof-6b1cdfcb1750576b.rmeta --extern dtrace_parser=/work/oxidecomputer/omicron/target/debug/deps/libdtrace_parser-78c12a6c90b8bd87.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-45ce8912dc32de8c.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-48fabcfe082d99df.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rmeta --extern thread_id=/work/oxidecomputer/omicron/target/debug/deps/libthread_id-a44f4ab348dc9b12.rmeta --cap-lints allow -D warnings --cfg usdt_stable_asm --cfg usdt_backend_standard`
19262023-12-09T06:01:33.225Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name memoffset /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memoffset-0.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=1ffa478a3c8874cc -C extra-filename=-1ffa478a3c8874cc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings --cfg tuple_ty --cfg allow_clippy --cfg maybe_uninit --cfg doctests --cfg raw_ref_macros --cfg stable_const`
19272023-12-09T06:01:33.343Z Compiling pkcs8 v0.10.2
19282023-12-09T06:01:33.347Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name pkcs8 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pkcs8-0.10.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="pem"' --cfg 'feature="std"' -C metadata=83176ad9c8455734 -C extra-filename=-83176ad9c8455734 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-cceb8e0e028647cd.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-050b5b1ec547420c.rmeta --cap-lints allow -D warnings`
19292023-12-09T06:01:33.734Z Compiling serde_tokenstream v0.1.7
19302023-12-09T06:01:33.768Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_tokenstream --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_tokenstream-0.1.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=2fd957c89515b950 -C extra-filename=-2fd957c89515b950 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-48fabcfe082d99df.rmeta --cap-lints allow -D warnings`
19312023-12-09T06:01:34.237Z Compiling strum_macros v0.25.2
19322023-12-09T06:01:34.241Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name strum_macros --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/strum_macros-0.25.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=51af52420240f790 -C extra-filename=-51af52420240f790 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-e8726b1e312bd2e5.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rlib --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-1857facc6a275161.so --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-085545494ccbad1b.rlib --extern proc_macro --cap-lints allow -D warnings`
19332023-12-09T06:01:34.353Z Compiling zerocopy-derive v0.6.4
19342023-12-09T06:01:34.361Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zerocopy-derive-0.6.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=e6980bf4148d297e -C extra-filename=-e6980bf4148d297e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-085545494ccbad1b.rlib --extern proc_macro --cap-lints allow -D warnings`
19352023-12-09T06:01:34.537Z Compiling hyper v0.14.27
19362023-12-09T06:01:34.543Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name hyper --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hyper-0.14.27/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="client"' --cfg 'feature="default"' --cfg 'feature="full"' --cfg 'feature="h2"' --cfg 'feature="http1"' --cfg 'feature="http2"' --cfg 'feature="runtime"' --cfg 'feature="server"' --cfg 'feature="socket2"' --cfg 'feature="stream"' --cfg 'feature="tcp"' -C metadata=7f13a5e04fe3d70c -C extra-filename=-7f13a5e04fe3d70c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-cf72f843b9ce520b.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-06412b5ccf50305b.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-85b0c1ea6a5e4905.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-af647ea9423ed3ec.rmeta --extern h2=/work/oxidecomputer/omicron/target/debug/deps/libh2-0c176212a964b383.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a198b56a5f9eb1ad.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-9fcbfd8235f78087.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-c25a7f7496695df9.rmeta --extern httpdate=/work/oxidecomputer/omicron/target/debug/deps/libhttpdate-0c1307657e91e527.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-7860ae71447b6389.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-2c68fbf53c1efe19.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-4af9db241e249833.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1ec47aacdff5a9cb.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-318184497ae75df2.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-2ebf49bd2a2f8886.rmeta --extern want=/work/oxidecomputer/omicron/target/debug/deps/libwant-071a5e6e1eac6ac9.rmeta --cap-lints allow -D warnings`
19372023-12-09T06:01:34.917Z Compiling num-iter v0.1.43
19382023-12-09T06:01:34.921Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-iter-0.1.43/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="i128"' -C metadata=13e61c00b13f3451 -C extra-filename=-13e61c00b13f3451 --out-dir /work/oxidecomputer/omicron/target/debug/build/num-iter-13e61c00b13f3451 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-c1e84996da593841.rlib --cap-lints allow -D warnings`
19392023-12-09T06:01:35.475Z Compiling managed v0.8.0
19402023-12-09T06:01:35.486Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name managed /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/managed-0.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="map"' -C metadata=c4f0e08992bb4f35 -C extra-filename=-c4f0e08992bb4f35 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
19412023-12-09T06:01:36.206Z Compiling signal-hook v0.3.17
19422023-12-09T06:01:36.225Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/signal-hook-0.3.17/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="channel"' --cfg 'feature="default"' --cfg 'feature="iterator"' -C metadata=cd0a85eeecb50ba2 -C extra-filename=-cd0a85eeecb50ba2 --out-dir /work/oxidecomputer/omicron/target/debug/build/signal-hook-cd0a85eeecb50ba2 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
19432023-12-09T06:01:36.721Z Running `/work/oxidecomputer/omicron/target/debug/build/signal-hook-cd0a85eeecb50ba2/build-script-build`
19442023-12-09T06:01:36.759Z Running `/work/oxidecomputer/omicron/target/debug/build/num-iter-13e61c00b13f3451/build-script-build`
19452023-12-09T06:01:37.003Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name crossbeam_epoch --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-epoch-0.9.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=2d9f0b9c67027185 -C extra-filename=-2d9f0b9c67027185 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-bc2c501506aafa82.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-ecd3b02fa9b0bdac.rmeta --extern memoffset=/work/oxidecomputer/omicron/target/debug/deps/libmemoffset-1ffa478a3c8874cc.rmeta --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-9ff0b066c30ae916.rmeta --cap-lints allow -D warnings`
19462023-12-09T06:01:37.983Z Compiling clap v4.4.3
19472023-12-09T06:01:38.021Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name clap --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-4.4.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="color"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="env"' --cfg 'feature="error-context"' --cfg 'feature="help"' --cfg 'feature="std"' --cfg 'feature="suggestions"' --cfg 'feature="usage"' --cfg 'feature="wrap_help"' -C metadata=bef443fbbfa73a43 -C extra-filename=-bef443fbbfa73a43 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern clap_builder=/work/oxidecomputer/omicron/target/debug/deps/libclap_builder-8e6cb03a3615cb75.rmeta --extern clap_derive=/work/oxidecomputer/omicron/target/debug/deps/libclap_derive-09f6461d2b951fca.so --cap-lints allow -D warnings`
19482023-12-09T06:01:38.153Z Compiling bit-set v0.5.3
19492023-12-09T06:01:38.162Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name bit_set /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bit-set-0.5.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=c87ee7a4a219efa1 -C extra-filename=-c87ee7a4a219efa1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bit_vec=/work/oxidecomputer/omicron/target/debug/deps/libbit_vec-be2b16d8eb900e10.rmeta --cap-lints allow -D warnings`
19502023-12-09T06:01:38.322Z Compiling phf_shared v0.10.0
19512023-12-09T06:01:38.326Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name phf_shared --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/phf_shared-0.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=a184df2ed88559cb -C extra-filename=-a184df2ed88559cb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern siphasher=/work/oxidecomputer/omicron/target/debug/deps/libsiphasher-cc130dcd8b93b422.rmeta --cap-lints allow -D warnings`
19522023-12-09T06:01:38.381Z Compiling zerocopy v0.6.4
19532023-12-09T06:01:38.384Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zerocopy-0.6.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=c3bf34b18ecf8b70 -C extra-filename=-c3bf34b18ecf8b70 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-1b4ad01209984ea0.rmeta --extern zerocopy_derive=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy_derive-e6980bf4148d297e.so --cap-lints allow -D warnings`
19542023-12-09T06:01:38.574Z Compiling ipnetwork v0.20.0
19552023-12-09T06:01:38.577Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name ipnetwork --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ipnetwork-0.20.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="schemars"' --cfg 'feature="serde"' -C metadata=847fb59b18b2aee3 -C extra-filename=-847fb59b18b2aee3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --cap-lints allow -D warnings`
19562023-12-09T06:01:38.934Z Compiling sha2 v0.10.8
19572023-12-09T06:01:38.939Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name sha2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sha2-0.10.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="oid"' --cfg 'feature="std"' -C metadata=3efb67152f9bb7fd -C extra-filename=-3efb67152f9bb7fd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-bc2c501506aafa82.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-688e8dc1d1448767.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-cfb2bbac779740b0.rmeta --cap-lints allow -D warnings`
19582023-12-09T06:01:39.769Z Compiling fixedbitset v0.4.2
19592023-12-09T06:01:39.773Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name fixedbitset /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fixedbitset-0.4.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=1eca94f2b80e5845 -C extra-filename=-1eca94f2b80e5845 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
19602023-12-09T06:01:40.016Z Compiling new_debug_unreachable v1.0.4
19612023-12-09T06:01:40.039Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name debug_unreachable --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/new_debug_unreachable-1.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=0def1793713052ad -C extra-filename=-0def1793713052ad --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
19622023-12-09T06:01:40.152Z Compiling precomputed-hash v0.1.1
19632023-12-09T06:01:40.156Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name precomputed_hash /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/precomputed-hash-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=2664089f1d17b1fd -C extra-filename=-2664089f1d17b1fd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
19642023-12-09T06:01:40.313Z Compiling string_cache v0.8.7
19652023-12-09T06:01:40.319Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name string_cache --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/string_cache-0.8.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="serde_support"' -C metadata=8bc59e18845579c2 -C extra-filename=-8bc59e18845579c2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern debug_unreachable=/work/oxidecomputer/omicron/target/debug/deps/libdebug_unreachable-0def1793713052ad.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-230e44e7360903b6.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-5405541c40fedf6c.rmeta --extern phf_shared=/work/oxidecomputer/omicron/target/debug/deps/libphf_shared-a184df2ed88559cb.rmeta --extern precomputed_hash=/work/oxidecomputer/omicron/target/debug/deps/libprecomputed_hash-2664089f1d17b1fd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --cap-lints allow -D warnings`
19662023-12-09T06:01:40.510Z Compiling petgraph v0.6.4
19672023-12-09T06:01:40.519Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name petgraph --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/petgraph-0.6.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="graphmap"' --cfg 'feature="matrix_graph"' --cfg 'feature="serde"' --cfg 'feature="serde-1"' --cfg 'feature="serde_derive"' --cfg 'feature="stable_graph"' -C metadata=cb3b038c24d25106 -C extra-filename=-cb3b038c24d25106 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern fixedbitset=/work/oxidecomputer/omicron/target/debug/deps/libfixedbitset-1eca94f2b80e5845.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-2e7a89619d1b841a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-101f844cca2ed149.so --cap-lints allow -D warnings`
19682023-12-09T06:01:41.017Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name num_iter /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-iter-0.1.43/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="i128"' -C metadata=90ee7d264145cac8 -C extra-filename=-90ee7d264145cac8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-78c4e619da17149f.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-66b98c12d6f7f3b4.rmeta --cap-lints allow -D warnings --cfg has_i128 --cfg rustc_1_28`
19692023-12-09T06:01:41.046Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name signal_hook --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/signal-hook-0.3.17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="channel"' --cfg 'feature="default"' --cfg 'feature="iterator"' -C metadata=f2eb63f7b73ee948 -C extra-filename=-f2eb63f7b73ee948 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-45ce8912dc32de8c.rmeta --extern signal_hook_registry=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_registry-448540a737297354.rmeta --cap-lints allow -D warnings`
19702023-12-09T06:01:41.254Z Compiling usdt-attr-macro v0.3.5
19712023-12-09T06:01:41.264Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name usdt_attr_macro --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/usdt-attr-macro-0.3.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="asm"' -C metadata=828fb65c0f54e100 -C extra-filename=-828fb65c0f54e100 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern dtrace_parser=/work/oxidecomputer/omicron/target/debug/deps/libdtrace_parser-78c12a6c90b8bd87.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-2fd957c89515b950.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-48fabcfe082d99df.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-60811e256bc42a3c.rlib --extern proc_macro --cap-lints allow -D warnings`
19722023-12-09T06:01:41.545Z Compiling usdt-macro v0.3.5
19732023-12-09T06:01:41.548Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name usdt_macro --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/usdt-macro-0.3.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="asm"' -C metadata=64efb81dc09e67ef -C extra-filename=-64efb81dc09e67ef --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern dtrace_parser=/work/oxidecomputer/omicron/target/debug/deps/libdtrace_parser-78c12a6c90b8bd87.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-2fd957c89515b950.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-48fabcfe082d99df.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-60811e256bc42a3c.rlib --extern proc_macro --cap-lints allow -D warnings`
19742023-12-09T06:01:41.806Z Compiling hmac v0.12.1
19752023-12-09T06:01:41.809Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name hmac --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hmac-0.12.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="reset"' -C metadata=348309a5a3883e14 -C extra-filename=-348309a5a3883e14 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-cfb2bbac779740b0.rmeta --cap-lints allow -D warnings`
19762023-12-09T06:01:42.216Z Compiling bzip2-sys v0.1.11+1.0.8
19772023-12-09T06:01:42.221Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bzip2-sys-0.1.11+1.0.8/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=855b098f48ac0d1d -C extra-filename=-855b098f48ac0d1d --out-dir /work/oxidecomputer/omicron/target/debug/build/bzip2-sys-855b098f48ac0d1d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-3d7dbaf4d3b8f9e6.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-676180268410563e.rlib --cap-lints allow -D warnings`
19782023-12-09T06:01:42.697Z Compiling doc-comment v0.3.3
19792023-12-09T06:01:42.707Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/doc-comment-0.3.3/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=ec51527b80ba850c -C extra-filename=-ec51527b80ba850c --out-dir /work/oxidecomputer/omicron/target/debug/build/doc-comment-ec51527b80ba850c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
19802023-12-09T06:01:43.060Z Running `/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-855b098f48ac0d1d/build-script-build`
19812023-12-09T06:01:43.654Z Running `/work/oxidecomputer/omicron/target/debug/build/doc-comment-ec51527b80ba850c/build-script-build`
19822023-12-09T06:01:43.868Z Compiling pin-project-internal v1.1.3
19832023-12-09T06:01:43.877Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name pin_project_internal --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pin-project-internal-1.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=3196e1157de3c3f1 -C extra-filename=-3196e1157de3c3f1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-085545494ccbad1b.rlib --extern proc_macro --cap-lints allow -D warnings`
19842023-12-09T06:01:44.052Z Compiling predicates-core v1.0.6
19852023-12-09T06:01:44.057Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name predicates_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/predicates-core-1.0.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a707c93b27fc17a9 -C extra-filename=-a707c93b27fc17a9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
19862023-12-09T06:01:44.128Z Compiling usdt v0.3.5
19872023-12-09T06:01:44.140Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name usdt --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/usdt-0.3.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="asm"' --cfg 'feature="default"' --cfg 'feature="dtrace-parser"' -C metadata=af3f9b2d6b50389f -C extra-filename=-af3f9b2d6b50389f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern dtrace_parser=/work/oxidecomputer/omicron/target/debug/deps/libdtrace_parser-78c12a6c90b8bd87.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --extern usdt_attr_macro=/work/oxidecomputer/omicron/target/debug/deps/libusdt_attr_macro-828fb65c0f54e100.so --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-60811e256bc42a3c.rmeta --extern usdt_macro=/work/oxidecomputer/omicron/target/debug/deps/libusdt_macro-64efb81dc09e67ef.so --cap-lints allow -D warnings`
19882023-12-09T06:01:44.199Z Compiling regex-automata v0.1.10
19892023-12-09T06:01:44.214Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name regex_automata /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regex-automata-0.1.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=3cc09e81d5f271c0 -C extra-filename=-3cc09e81d5f271c0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
19902023-12-09T06:01:44.261Z Compiling matches v0.1.10
19912023-12-09T06:01:44.270Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name matches /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/matches-0.1.10/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=94d6c321c924df6e -C extra-filename=-94d6c321c924df6e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
19922023-12-09T06:01:44.387Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
19932023-12-09T06:01:44.407Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /home/build/.cargo/git/checkouts/pq-sys-b85381a66dd4f47f/b1194c1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=c1ef013ccae74676 -C extra-filename=-c1ef013ccae74676 --out-dir /work/oxidecomputer/omicron/target/debug/build/pq-sys-c1ef013ccae74676 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
19942023-12-09T06:01:44.469Z Compiling lalrpop-util v0.19.12
19952023-12-09T06:01:44.500Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name lalrpop_util --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lalrpop-util-0.19.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=a2c79a7f288a2d69 -C extra-filename=-a2c79a7f288a2d69 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
19962023-12-09T06:01:44.602Z Compiling idna v0.2.3
19972023-12-09T06:01:44.606Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name idna --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/idna-0.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=d80edfaf957fba38 -C extra-filename=-d80edfaf957fba38 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern matches=/work/oxidecomputer/omicron/target/debug/deps/libmatches-94d6c321c924df6e.rmeta --extern unicode_bidi=/work/oxidecomputer/omicron/target/debug/deps/libunicode_bidi-9c36c215e5778119.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-7c2cf4bd1cb476cd.rmeta --cap-lints allow -D warnings`
19982023-12-09T06:01:44.962Z Compiling bstr v0.2.17
19992023-12-09T06:01:44.966Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name bstr --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bstr-0.2.17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="lazy_static"' --cfg 'feature="regex-automata"' --cfg 'feature="std"' --cfg 'feature="unicode"' -C metadata=49019ba25fed05fd -C extra-filename=-49019ba25fed05fd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-9c9c3756e3f392b3.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-918fa9e671606ec5.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-3cc09e81d5f271c0.rmeta --cap-lints allow -D warnings`
20002023-12-09T06:01:45.027Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name bzip2_sys /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bzip2-sys-0.1.11+1.0.8/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=db9e60a6dcb62e11 -C extra-filename=-db9e60a6dcb62e11 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-45ce8912dc32de8c.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib -l static=bz2`
20012023-12-09T06:01:45.209Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name doc_comment /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/doc-comment-0.3.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=80c9eeeb148ee19b -C extra-filename=-80c9eeeb148ee19b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
20022023-12-09T06:01:45.344Z Compiling signal-hook-mio v0.2.3
20032023-12-09T06:01:45.354Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name signal_hook_mio --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/signal-hook-mio-0.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="mio-0_8"' --cfg 'feature="support-v0_8"' -C metadata=806687a411aee27d -C extra-filename=-806687a411aee27d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-45ce8912dc32de8c.rmeta --extern mio_0_8=/work/oxidecomputer/omicron/target/debug/deps/libmio-681018778da6c197.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-f2eb63f7b73ee948.rmeta --cap-lints allow -D warnings`
20042023-12-09T06:01:45.372Z Compiling block-padding v0.3.3
20052023-12-09T06:01:45.376Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name block_padding --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/block-padding-0.3.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="std"' -C metadata=e589ae0d682b7d69 -C extra-filename=-e589ae0d682b7d69 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-f6df480a7c6817d8.rmeta --cap-lints allow -D warnings`
20062023-12-09T06:01:45.573Z Compiling enum-as-inner v0.5.1
20072023-12-09T06:01:45.577Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name enum_as_inner --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/enum-as-inner-0.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=c877e58e27839d73 -C extra-filename=-c877e58e27839d73 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-e8726b1e312bd2e5.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-48fabcfe082d99df.rlib --extern proc_macro --cap-lints allow -D warnings`
20082023-12-09T06:01:45.705Z Compiling hyper-rustls v0.24.2
20092023-12-09T06:01:45.710Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name hyper_rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hyper-rustls-0.24.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="acceptor"' --cfg 'feature="default"' --cfg 'feature="http1"' --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="native-tokio"' --cfg 'feature="rustls-native-certs"' --cfg 'feature="tls12"' --cfg 'feature="tokio-runtime"' -C metadata=c0114adbbe04edb4 -C extra-filename=-c0114adbbe04edb4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-af647ea9423ed3ec.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a198b56a5f9eb1ad.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-7f13a5e04fe3d70c.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-c5d2103652c0a8bc.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-b4c439e5fbc8af3a.rmeta --extern rustls_native_certs=/work/oxidecomputer/omicron/target/debug/deps/librustls_native_certs-6c97518b15dbc26a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1ec47aacdff5a9cb.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-aab0c7359a3a547c.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out`
20102023-12-09T06:01:45.804Z Compiling hyper-tls v0.5.0
20112023-12-09T06:01:45.842Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name hyper_tls --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hyper-tls-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=02517ec531e00329 -C extra-filename=-02517ec531e00329 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-cf72f843b9ce520b.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-7f13a5e04fe3d70c.rmeta --extern native_tls=/work/oxidecomputer/omicron/target/debug/deps/libnative_tls-5c436f77e7ccab0a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1ec47aacdff5a9cb.rmeta --extern tokio_native_tls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_native_tls-2daf3e571e5837cf.rmeta --cap-lints allow -D warnings -L native=/usr/ssl-3/lib/amd64`
20122023-12-09T06:01:46.285Z Compiling reqwest v0.11.22
20132023-12-09T06:01:46.289Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name reqwest --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/reqwest-0.11.22/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="__rustls"' --cfg 'feature="__tls"' --cfg 'feature="blocking"' --cfg 'feature="default"' --cfg 'feature="default-tls"' --cfg 'feature="hyper-rustls"' --cfg 'feature="hyper-tls"' --cfg 'feature="json"' --cfg 'feature="native-tls-crate"' --cfg 'feature="rustls"' --cfg 'feature="rustls-pemfile"' --cfg 'feature="rustls-tls"' --cfg 'feature="rustls-tls-webpki-roots"' --cfg 'feature="serde_json"' --cfg 'feature="stream"' --cfg 'feature="tokio-native-tls"' --cfg 'feature="tokio-rustls"' --cfg 'feature="tokio-util"' --cfg 'feature="wasm-streams"' --cfg 'feature="webpki-roots"' -C metadata=de92a584975acef9 -C extra-filename=-de92a584975acef9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-efdef217e0fabd4e.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-cf72f843b9ce520b.rmeta --extern encoding_rs=/work/oxidecomputer/omicron/target/debug/deps/libencoding_rs-af2729f3af85d5f2.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-85b0c1ea6a5e4905.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-af647ea9423ed3ec.rmeta --extern h2=/work/oxidecomputer/omicron/target/debug/deps/libh2-0c176212a964b383.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a198b56a5f9eb1ad.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-9fcbfd8235f78087.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-7f13a5e04fe3d70c.rmeta --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-c0114adbbe04edb4.rmeta --extern hyper_tls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_tls-02517ec531e00329.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-12ae00b3bd1f0594.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-c5d2103652c0a8bc.rmeta --extern mime=/work/oxidecomputer/omicron/target/debug/deps/libmime-a6cf1a4a13963194.rmeta --extern native_tls_crate=/work/oxidecomputer/omicron/target/debug/deps/libnative_tls-5c436f77e7ccab0a.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-230e44e7360903b6.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-912c31485e79e9fc.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-2c68fbf53c1efe19.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-b4c439e5fbc8af3a.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-d4874c9bffb6de6d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-9bc61d3be642612c.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1ec47aacdff5a9cb.rmeta --extern tokio_native_tls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_native_tls-2daf3e571e5837cf.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-aab0c7359a3a547c.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-da120e4ff52d808b.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-318184497ae75df2.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-4ee5ed5bde7ce18a.rmeta --extern webpki_roots=/work/oxidecomputer/omicron/target/debug/deps/libwebpki_roots-caf9de3e3e0ba9b0.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/usr/ssl-3/lib/amd64`
20142023-12-09T06:01:46.521Z Running `/work/oxidecomputer/omicron/target/debug/build/pq-sys-c1ef013ccae74676/build-script-build`
20152023-12-09T06:01:46.685Z Compiling itertools v0.11.0
20162023-12-09T06:01:46.706Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name itertools --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="use_alloc"' --cfg 'feature="use_std"' -C metadata=b7536b5015ff5583 -C extra-filename=-b7536b5015ff5583 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-294f21b38637a1be.rmeta --cap-lints allow -D warnings`
20172023-12-09T06:01:47.234Z Compiling diesel_table_macro_syntax v0.1.0
20182023-12-09T06:01:47.248Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name diesel_table_macro_syntax --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/diesel_table_macro_syntax-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=d144b3fa8e7da5b9 -C extra-filename=-d144b3fa8e7da5b9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-085545494ccbad1b.rmeta --cap-lints allow -D warnings`
20192023-12-09T06:01:47.268Z Compiling float-cmp v0.9.0
20202023-12-09T06:01:47.288Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name float_cmp --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/float-cmp-0.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="num-traits"' --cfg 'feature="ratio"' -C metadata=69d4a8c3409fe82d -C extra-filename=-69d4a8c3409fe82d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-66b98c12d6f7f3b4.rmeta --cap-lints allow -D warnings`
20212023-12-09T06:01:47.789Z Compiling scheduled-thread-pool v0.2.7
20222023-12-09T06:01:47.816Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name scheduled_thread_pool --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/scheduled-thread-pool-0.2.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=c6d89e63f21e1dcd -C extra-filename=-c6d89e63f21e1dcd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-5405541c40fedf6c.rmeta --cap-lints allow -D warnings`
20232023-12-09T06:01:47.817Z Compiling num-bigint v0.4.4
20242023-12-09T06:01:47.817Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-bigint-0.4.4/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="rand"' --cfg 'feature="std"' -C metadata=15332bf2239b142c -C extra-filename=-15332bf2239b142c --out-dir /work/oxidecomputer/omicron/target/debug/build/num-bigint-15332bf2239b142c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-c1e84996da593841.rlib --cap-lints allow -D warnings`
20252023-12-09T06:01:47.818Z Compiling difflib v0.4.0
20262023-12-09T06:01:47.818Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name difflib /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/difflib-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=1eed2584789273b3 -C extra-filename=-1eed2584789273b3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
20272023-12-09T06:01:47.835Z Compiling normalize-line-endings v0.3.0
20282023-12-09T06:01:47.835Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name normalize_line_endings /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/normalize-line-endings-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=3c4947c0768711ac -C extra-filename=-3c4947c0768711ac --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
20292023-12-09T06:01:48.011Z Compiling smoltcp v0.9.1
20302023-12-09T06:01:48.018Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smoltcp-0.9.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="proto-ipv6"' -C metadata=4936fa914ae02a62 -C extra-filename=-4936fa914ae02a62 --out-dir /work/oxidecomputer/omicron/target/debug/build/smoltcp-4936fa914ae02a62 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
20312023-12-09T06:01:48.332Z Compiling regex-automata v0.3.8
20322023-12-09T06:01:48.335Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name regex_automata --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regex-automata-0.3.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="dfa-search"' -C metadata=83cd0a0ebc06daa3 -C extra-filename=-83cd0a0ebc06daa3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
20332023-12-09T06:01:48.957Z Running `/work/oxidecomputer/omicron/target/debug/build/num-bigint-15332bf2239b142c/build-script-build`
20342023-12-09T06:01:49.226Z Running `/work/oxidecomputer/omicron/target/debug/build/smoltcp-4936fa914ae02a62/build-script-build`
20352023-12-09T06:01:49.306Z Compiling diesel_derives v2.1.2
20362023-12-09T06:01:49.312Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name diesel_derives --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/diesel_derives-2.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="32-column-tables"' --cfg 'feature="chrono"' --cfg 'feature="default"' --cfg 'feature="postgres"' --cfg 'feature="r2d2"' --cfg 'feature="with-deprecated"' -C metadata=da4946441935c62d -C extra-filename=-da4946441935c62d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern diesel_table_macro_syntax=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_table_macro_syntax-d144b3fa8e7da5b9.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-085545494ccbad1b.rlib --extern proc_macro --cap-lints allow -D warnings`
20372023-12-09T06:01:49.393Z Compiling pin-project v1.1.3
20382023-12-09T06:01:49.400Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name pin_project --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pin-project-1.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=b3b9e2874c7400c7 -C extra-filename=-b3b9e2874c7400c7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern pin_project_internal=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_internal-3196e1157de3c3f1.so --cap-lints allow -D warnings`
20392023-12-09T06:01:49.500Z Compiling r2d2 v0.8.10
20402023-12-09T06:01:49.508Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name r2d2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/r2d2-0.8.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=1d293ec619e7fc50 -C extra-filename=-1d293ec619e7fc50 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-c5d2103652c0a8bc.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-5405541c40fedf6c.rmeta --extern scheduled_thread_pool=/work/oxidecomputer/omicron/target/debug/deps/libscheduled_thread_pool-c6d89e63f21e1dcd.rmeta --cap-lints allow -D warnings`
20412023-12-09T06:01:49.567Z Compiling trust-dns-proto v0.22.0
20422023-12-09T06:01:49.571Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name trust_dns_proto --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/trust-dns-proto-0.22.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="tokio"' --cfg 'feature="tokio-runtime"' -C metadata=d101df838460cf2e -C extra-filename=-d101df838460cf2e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-084832dceff4d290.so --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-bc2c501506aafa82.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-6b18b93accc321e4.rmeta --extern enum_as_inner=/work/oxidecomputer/omicron/target/debug/deps/libenum_as_inner-c877e58e27839d73.so --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-06412b5ccf50305b.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-4915a8c6c3fe3b6a.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-af647ea9423ed3ec.rmeta --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-d80edfaf957fba38.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-12ae00b3bd1f0594.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-9c9c3756e3f392b3.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8c4ac547107558e9.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-0a077806bd7e84eb.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rmeta --extern tinyvec=/work/oxidecomputer/omicron/target/debug/deps/libtinyvec-beae685ade96ae94.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1ec47aacdff5a9cb.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-2ebf49bd2a2f8886.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-4ee5ed5bde7ce18a.rmeta --cap-lints allow -D warnings`
20432023-12-09T06:01:50.099Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name pq_sys /home/build/.cargo/git/checkouts/pq-sys-b85381a66dd4f47f/b1194c1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=7f4ec8f2135bf59e -C extra-filename=-7f4ec8f2135bf59e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -l pq`
20442023-12-09T06:01:50.264Z Compiling inout v0.1.3
20452023-12-09T06:01:50.329Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name inout --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/inout-0.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="block-padding"' --cfg 'feature="std"' -C metadata=8190e8f00691da95 -C extra-filename=-8190e8f00691da95 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern block_padding=/work/oxidecomputer/omicron/target/debug/deps/libblock_padding-e589ae0d682b7d69.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-f6df480a7c6817d8.rmeta --cap-lints allow -D warnings`
20462023-12-09T06:01:50.580Z Compiling crossterm v0.27.0
20472023-12-09T06:01:50.583Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name crossterm --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossterm-0.27.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="bracketed-paste"' --cfg 'feature="default"' --cfg 'feature="event-stream"' --cfg 'feature="events"' --cfg 'feature="serde"' --cfg 'feature="windows"' -C metadata=a6f7ca36058256e5 -C extra-filename=-a6f7ca36058256e5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-95e0840708437b88.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-85b0c1ea6a5e4905.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-45ce8912dc32de8c.rmeta --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-681018778da6c197.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-5405541c40fedf6c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-f2eb63f7b73ee948.rmeta --extern signal_hook_mio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_mio-806687a411aee27d.rmeta --cap-lints allow -D warnings`
20482023-12-09T06:01:50.683Z Compiling bzip2 v0.4.4
20492023-12-09T06:01:50.686Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name bzip2 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bzip2-0.4.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=60f78854abbde1df -C extra-filename=-60f78854abbde1df --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bzip2_sys=/work/oxidecomputer/omicron/target/debug/deps/libbzip2_sys-db9e60a6dcb62e11.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-45ce8912dc32de8c.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib`
20502023-12-09T06:01:51.127Z Compiling bstr v1.6.0
20512023-12-09T06:01:51.131Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name bstr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bstr-1.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="unicode"' -C metadata=f119340823f1aa08 -C extra-filename=-f119340823f1aa08 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-918fa9e671606ec5.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-83cd0a0ebc06daa3.rmeta --cap-lints allow -D warnings`
20522023-12-09T06:01:51.279Z Compiling md-5 v0.10.5
20532023-12-09T06:01:51.282Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name md5 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/md-5-0.10.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=344835e48cb462fb -C extra-filename=-344835e48cb462fb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-cfb2bbac779740b0.rmeta --cap-lints allow -D warnings`
20542023-12-09T06:01:51.468Z Compiling snafu-derive v0.7.5
20552023-12-09T06:01:51.471Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name snafu_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/snafu-derive-0.7.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="rust_1_39"' --cfg 'feature="rust_1_46"' -C metadata=a408964f14bfbe36 -C extra-filename=-a408964f14bfbe36 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-e8726b1e312bd2e5.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-48fabcfe082d99df.rlib --extern proc_macro --cap-lints allow -D warnings`
20562023-12-09T06:01:51.665Z Compiling hubpack_derive v0.1.1
20572023-12-09T06:01:51.672Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name hubpack_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hubpack_derive-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=4a471ede8111718f -C extra-filename=-4a471ede8111718f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-48fabcfe082d99df.rlib --extern proc_macro --cap-lints allow -D warnings`
20582023-12-09T06:01:52.451Z Compiling console v0.15.7
20592023-12-09T06:01:52.454Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name console --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/console-0.15.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="ansi-parsing"' --cfg 'feature="default"' --cfg 'feature="unicode-width"' -C metadata=9be0e24052f4a227 -C extra-filename=-9be0e24052f4a227 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-9c9c3756e3f392b3.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-45ce8912dc32de8c.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-d72b7a0cbab620b4.rmeta --cap-lints allow -D warnings`
20602023-12-09T06:01:53.380Z Compiling stringprep v0.1.3
20612023-12-09T06:01:53.383Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name stringprep /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/stringprep-0.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=77fd75175a07d3af -C extra-filename=-77fd75175a07d3af --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern unicode_bidi=/work/oxidecomputer/omicron/target/debug/deps/libunicode_bidi-9c36c215e5778119.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-7c2cf4bd1cb476cd.rmeta --cap-lints allow -D warnings`
20622023-12-09T06:01:53.670Z Compiling ff v0.13.0
20632023-12-09T06:01:53.675Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name ff --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ff-0.13.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' -C metadata=f75dc52179c27e45 -C extra-filename=-f75dc52179c27e45 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-8e66244baa1a5b19.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-e4d03c814ee1d591.rmeta --cap-lints allow -D warnings`
20642023-12-09T06:01:54.003Z Compiling fallible-iterator v0.2.0
20652023-12-09T06:01:54.006Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name fallible_iterator --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fallible-iterator-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=e4ac42d45e35c03c -C extra-filename=-e4ac42d45e35c03c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
20662023-12-09T06:01:54.931Z Compiling base16ct v0.2.0
20672023-12-09T06:01:54.934Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name base16ct --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/base16ct-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' -C metadata=55296223c8905605 -C extra-filename=-55296223c8905605 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
20682023-12-09T06:01:55.032Z Compiling static_assertions v1.1.0
20692023-12-09T06:01:55.035Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name static_assertions /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/static_assertions-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=8396087cdeea73a3 -C extra-filename=-8396087cdeea73a3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
20702023-12-09T06:01:55.174Z Compiling postgres-protocol v0.6.6
20712023-12-09T06:01:55.181Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name postgres_protocol --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/postgres-protocol-0.6.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=2a895b48de99c022 -C extra-filename=-2a895b48de99c022 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-efdef217e0fabd4e.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-1b4ad01209984ea0.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-cf72f843b9ce520b.rmeta --extern fallible_iterator=/work/oxidecomputer/omicron/target/debug/deps/libfallible_iterator-e4ac42d45e35c03c.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-348309a5a3883e14.rmeta --extern md5=/work/oxidecomputer/omicron/target/debug/deps/libmd5-344835e48cb462fb.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-918fa9e671606ec5.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8c4ac547107558e9.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-3efb67152f9bb7fd.rmeta --extern stringprep=/work/oxidecomputer/omicron/target/debug/deps/libstringprep-77fd75175a07d3af.rmeta --cap-lints allow -D warnings`
20722023-12-09T06:01:55.204Z Compiling sec1 v0.7.3
20732023-12-09T06:01:55.207Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name sec1 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sec1-0.7.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="der"' --cfg 'feature="pem"' --cfg 'feature="pkcs8"' --cfg 'feature="point"' --cfg 'feature="std"' --cfg 'feature="subtle"' --cfg 'feature="zeroize"' -C metadata=c817e0434b5477f6 -C extra-filename=-c817e0434b5477f6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base16ct=/work/oxidecomputer/omicron/target/debug/deps/libbase16ct-55296223c8905605.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-cceb8e0e028647cd.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-f6df480a7c6817d8.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-83176ad9c8455734.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-e4d03c814ee1d591.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d4ac8e2ff6ba4016.rmeta --cap-lints allow -D warnings`
20742023-12-09T06:01:55.414Z Compiling group v0.13.0
20752023-12-09T06:01:55.477Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name group --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/group-0.13.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' -C metadata=f053f90409c80810 -C extra-filename=-f053f90409c80810 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-f75dc52179c27e45.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-8e66244baa1a5b19.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-e4d03c814ee1d591.rmeta --cap-lints allow -D warnings`
20762023-12-09T06:01:55.892Z Compiling hubpack v0.1.2
20772023-12-09T06:01:55.896Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name hubpack --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hubpack-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=b5edf382b896fc95 -C extra-filename=-b5edf382b896fc95 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern hubpack_derive=/work/oxidecomputer/omicron/target/debug/deps/libhubpack_derive-4a471ede8111718f.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --cap-lints allow -D warnings`
20782023-12-09T06:01:56.091Z Compiling zip v0.6.6
20792023-12-09T06:01:56.106Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name zip --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zip-0.6.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="bzip2"' --cfg 'feature="deflate"' --cfg 'feature="flate2"' -C metadata=1e6182992effe9a1 -C extra-filename=-1e6182992effe9a1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-1b4ad01209984ea0.rmeta --extern bzip2=/work/oxidecomputer/omicron/target/debug/deps/libbzip2-60f78854abbde1df.rmeta --extern crc32fast=/work/oxidecomputer/omicron/target/debug/deps/libcrc32fast-2e6cb0fdfac0d5fc.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-9c343eab58a7ea84.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib`
20802023-12-09T06:01:56.601Z Compiling cipher v0.4.4
20812023-12-09T06:01:56.631Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name cipher --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cipher-0.4.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="block-padding"' --cfg 'feature="zeroize"' -C metadata=72a2abb2cf0395e1 -C extra-filename=-72a2abb2cf0395e1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-457861be037dadda.rmeta --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-8190e8f00691da95.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d4ac8e2ff6ba4016.rmeta --cap-lints allow -D warnings`
20822023-12-09T06:01:56.993Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name num_bigint --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-bigint-0.4.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="rand"' --cfg 'feature="std"' -C metadata=aa335b19d16a7164 -C extra-filename=-aa335b19d16a7164 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-78c4e619da17149f.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-66b98c12d6f7f3b4.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8c4ac547107558e9.rmeta --cap-lints allow -D warnings --cfg u64_digit --cfg has_try_from --cfg use_addcarry`
20832023-12-09T06:01:57.474Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name smoltcp --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smoltcp-0.9.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="proto-ipv6"' -C metadata=ef5680972a20b76f -C extra-filename=-ef5680972a20b76f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-b6f8a7d540d47813.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-1b4ad01209984ea0.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-bc2c501506aafa82.rmeta --extern heapless=/work/oxidecomputer/omicron/target/debug/deps/libheapless-a61490c645a348db.rmeta --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-c4f0e08992bb4f35.rmeta --cap-lints allow -D warnings`
20842023-12-09T06:01:57.479Z Compiling similar v2.2.1
20852023-12-09T06:01:57.479Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name similar --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/similar-2.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="bstr"' --cfg 'feature="default"' --cfg 'feature="inline"' --cfg 'feature="text"' --cfg 'feature="unicode"' --cfg 'feature="unicode-segmentation"' -C metadata=2b119b775ec4cb49 -C extra-filename=-2b119b775ec4cb49 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-49019ba25fed05fd.rmeta --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-a7b83919c0401bc3.rmeta --cap-lints allow -D warnings`
20862023-12-09T06:01:58.407Z Compiling hkdf v0.12.3
20872023-12-09T06:01:58.413Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name hkdf --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hkdf-0.12.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=b69c4557237afc47 -C extra-filename=-b69c4557237afc47 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-348309a5a3883e14.rmeta --cap-lints allow -D warnings`
20882023-12-09T06:01:58.777Z Compiling phf_shared v0.11.2
20892023-12-09T06:01:58.798Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name phf_shared --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/phf_shared-0.11.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' -C metadata=f861812bc0bc68b5 -C extra-filename=-f861812bc0bc68b5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern siphasher=/work/oxidecomputer/omicron/target/debug/deps/libsiphasher-cc130dcd8b93b422.rmeta --cap-lints allow -D warnings`
20902023-12-09T06:01:59.352Z Compiling crypto-bigint v0.5.2
20912023-12-09T06:01:59.355Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name crypto_bigint --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crypto-bigint-0.5.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="generic-array"' --cfg 'feature="rand_core"' --cfg 'feature="zeroize"' -C metadata=ae906e8fb6cb3e96 -C extra-filename=-ae906e8fb6cb3e96 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-f6df480a7c6817d8.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-8e66244baa1a5b19.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-e4d03c814ee1d591.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d4ac8e2ff6ba4016.rmeta --cap-lints allow -D warnings`
20922023-12-09T06:02:01.117Z Compiling serde_repr v0.1.16
20932023-12-09T06:02:01.121Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_repr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_repr-0.1.16/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=53b79ef2209a3e5a -C extra-filename=-53b79ef2209a3e5a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-085545494ccbad1b.rlib --extern proc_macro --cap-lints allow -D warnings`
20942023-12-09T06:02:01.954Z Compiling snafu v0.7.5
20952023-12-09T06:02:02.020Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name snafu --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/snafu-0.7.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="futures"' --cfg 'feature="futures-core-crate"' --cfg 'feature="pin-project"' --cfg 'feature="rust_1_39"' --cfg 'feature="rust_1_46"' --cfg 'feature="std"' -C metadata=f45fb991151db88a -C extra-filename=-f45fb991151db88a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern doc_comment=/work/oxidecomputer/omicron/target/debug/deps/libdoc_comment-80c9eeeb148ee19b.rmeta --extern futures_core_crate=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-85b0c1ea6a5e4905.rmeta --extern pin_project=/work/oxidecomputer/omicron/target/debug/deps/libpin_project-b3b9e2874c7400c7.rmeta --extern snafu_derive=/work/oxidecomputer/omicron/target/debug/deps/libsnafu_derive-a408964f14bfbe36.so --cap-lints allow -D warnings`
20962023-12-09T06:02:02.021Z Compiling phf v0.11.2
20972023-12-09T06:02:02.022Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name phf --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/phf-0.11.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=47b8476697169a82 -C extra-filename=-47b8476697169a82 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern phf_shared=/work/oxidecomputer/omicron/target/debug/deps/libphf_shared-f861812bc0bc68b5.rmeta --cap-lints allow -D warnings`
20982023-12-09T06:02:02.211Z Compiling yasna v0.5.2
20992023-12-09T06:02:02.216Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name yasna --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/yasna-0.5.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="bit-vec"' --cfg 'feature="default"' --cfg 'feature="num-bigint"' --cfg 'feature="std"' --cfg 'feature="time"' -C metadata=a4b6622587f02829 -C extra-filename=-a4b6622587f02829 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bit_vec=/work/oxidecomputer/omicron/target/debug/deps/libbit_vec-be2b16d8eb900e10.rmeta --extern num_bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint-aa335b19d16a7164.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-9b800e302f11b330.rmeta --cap-lints allow -D warnings`
21002023-12-09T06:02:02.972Z Compiling elliptic-curve v0.13.8
21012023-12-09T06:02:02.976Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name elliptic_curve --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/elliptic-curve-0.13.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="arithmetic"' --cfg 'feature="default"' --cfg 'feature="digest"' --cfg 'feature="ecdh"' --cfg 'feature="ff"' --cfg 'feature="group"' --cfg 'feature="hazmat"' --cfg 'feature="pem"' --cfg 'feature="pkcs8"' --cfg 'feature="sec1"' --cfg 'feature="std"' -C metadata=985beb8d4c96de66 -C extra-filename=-985beb8d4c96de66 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base16ct=/work/oxidecomputer/omicron/target/debug/deps/libbase16ct-55296223c8905605.rmeta --extern crypto_bigint=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_bigint-ae906e8fb6cb3e96.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-cfb2bbac779740b0.rmeta --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-f75dc52179c27e45.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-f6df480a7c6817d8.rmeta --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-f053f90409c80810.rmeta --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-b69c4557237afc47.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-c37157d808c21f6c.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-83176ad9c8455734.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-8e66244baa1a5b19.rmeta --extern sec1=/work/oxidecomputer/omicron/target/debug/deps/libsec1-c817e0434b5477f6.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-e4d03c814ee1d591.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d4ac8e2ff6ba4016.rmeta --cap-lints allow -D warnings`
21022023-12-09T06:02:03.278Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
21032023-12-09T06:02:03.282Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name gateway_messages --edition=2021 /home/build/.cargo/git/checkouts/management-gateway-service-749acba834b73294/2739c18/gateway-messages/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="smoltcp"' --cfg 'feature="std"' -C metadata=35e5e75d00a35726 -C extra-filename=-35e5e75d00a35726 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-b6f8a7d540d47813.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-b5edf382b896fc95.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --extern serde_repr=/work/oxidecomputer/omicron/target/debug/deps/libserde_repr-53b79ef2209a3e5a.so --extern smoltcp=/work/oxidecomputer/omicron/target/debug/deps/libsmoltcp-ef5680972a20b76f.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-8396087cdeea73a3.rmeta --extern strum_macros=/work/oxidecomputer/omicron/target/debug/deps/libstrum_macros-51af52420240f790.so --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-c3bf34b18ecf8b70.rmeta --cap-lints allow -D warnings`
21042023-12-09T06:02:03.582Z Compiling postgres-types v0.2.6
21052023-12-09T06:02:03.585Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name postgres_types --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/postgres-types-0.2.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="chrono-04"' --cfg 'feature="serde-1"' --cfg 'feature="serde_json-1"' --cfg 'feature="uuid-1"' --cfg 'feature="with-chrono-0_4"' --cfg 'feature="with-serde_json-1"' --cfg 'feature="with-uuid-1"' -C metadata=23222090219ed3f9 -C extra-filename=-23222090219ed3f9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-cf72f843b9ce520b.rmeta --extern chrono_04=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rmeta --extern fallible_iterator=/work/oxidecomputer/omicron/target/debug/deps/libfallible_iterator-e4ac42d45e35c03c.rmeta --extern postgres_protocol=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_protocol-2a895b48de99c022.rmeta --extern serde_1=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --extern serde_json_1=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rmeta --extern uuid_1=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rmeta --cap-lints allow -D warnings`
21062023-12-09T06:02:04.247Z Compiling predicates v3.0.4
21072023-12-09T06:02:04.270Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name predicates --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/predicates-3.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="color"' --cfg 'feature="default"' --cfg 'feature="diff"' --cfg 'feature="float-cmp"' --cfg 'feature="normalize-line-endings"' --cfg 'feature="regex"' -C metadata=765e2540c35635c8 -C extra-filename=-765e2540c35635c8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anstyle=/work/oxidecomputer/omicron/target/debug/deps/libanstyle-de2619156f222cb2.rmeta --extern difflib=/work/oxidecomputer/omicron/target/debug/deps/libdifflib-1eed2584789273b3.rmeta --extern float_cmp=/work/oxidecomputer/omicron/target/debug/deps/libfloat_cmp-69d4a8c3409fe82d.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b7536b5015ff5583.rmeta --extern normalize_line_endings=/work/oxidecomputer/omicron/target/debug/deps/libnormalize_line_endings-3c4947c0768711ac.rmeta --extern predicates_core=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_core-a707c93b27fc17a9.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-537384909654dd1b.rmeta --cap-lints allow -D warnings`
21082023-12-09T06:02:05.212Z Compiling whoami v1.4.1
21092023-12-09T06:02:05.215Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name whoami --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/whoami-1.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="wasm-bindgen"' --cfg 'feature="web"' --cfg 'feature="web-sys"' -C metadata=f211d5d0f0e3e245 -C extra-filename=-f211d5d0f0e3e245 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
21102023-12-09T06:02:05.467Z Compiling tokio-stream v0.1.14
21112023-12-09T06:02:05.475Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_stream --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-stream-0.1.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="net"' --cfg 'feature="time"' -C metadata=bd4e9926302cc4c2 -C extra-filename=-bd4e9926302cc4c2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-85b0c1ea6a5e4905.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-2c68fbf53c1efe19.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1ec47aacdff5a9cb.rmeta --cap-lints allow -D warnings`
21122023-12-09T06:02:06.152Z Compiling tokio-postgres v0.7.10
21132023-12-09T06:02:06.192Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_postgres --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-postgres-0.7.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="runtime"' --cfg 'feature="with-chrono-0_4"' --cfg 'feature="with-serde_json-1"' --cfg 'feature="with-uuid-1"' -C metadata=86d1590eb418f516 -C extra-filename=-86d1590eb418f516 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-084832dceff4d290.so --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-1b4ad01209984ea0.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-cf72f843b9ce520b.rmeta --extern fallible_iterator=/work/oxidecomputer/omicron/target/debug/deps/libfallible_iterator-e4ac42d45e35c03c.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-06412b5ccf50305b.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-af647ea9423ed3ec.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-c5d2103652c0a8bc.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-5405541c40fedf6c.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-912c31485e79e9fc.rmeta --extern phf=/work/oxidecomputer/omicron/target/debug/deps/libphf-47b8476697169a82.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-2c68fbf53c1efe19.rmeta --extern postgres_protocol=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_protocol-2a895b48de99c022.rmeta --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-23222090219ed3f9.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8c4ac547107558e9.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-ef8aaf88987f1e15.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1ec47aacdff5a9cb.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-da120e4ff52d808b.rmeta --extern whoami=/work/oxidecomputer/omicron/target/debug/deps/libwhoami-f211d5d0f0e3e245.rmeta --cap-lints allow -D warnings`
21142023-12-09T06:02:06.210Z Compiling serde_tokenstream v0.2.0
21152023-12-09T06:02:06.217Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_tokenstream --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_tokenstream-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=69f3793e4993904d -C extra-filename=-69f3793e4993904d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-085545494ccbad1b.rmeta --cap-lints allow -D warnings`
21162023-12-09T06:02:07.025Z Compiling regress v0.7.1
21172023-12-09T06:02:07.029Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name regress --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regress-0.7.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="backend-pikevm"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=df34b867b7589e06 -C extra-filename=-df34b867b7589e06 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-1124ea82a4942298.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-918fa9e671606ec5.rmeta --cap-lints allow -D warnings`
21182023-12-09T06:02:07.057Z Compiling getopts v0.2.21
21192023-12-09T06:02:07.067Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name getopts /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/getopts-0.2.21/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=0e62094522edc43d -C extra-filename=-0e62094522edc43d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-d72b7a0cbab620b4.rmeta --cap-lints allow -D warnings`
21202023-12-09T06:02:07.087Z Compiling unsafe-libyaml v0.2.9
21212023-12-09T06:02:07.102Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name unsafe_libyaml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unsafe-libyaml-0.2.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=31e7c5b4b3dadabc -C extra-filename=-31e7c5b4b3dadabc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
21222023-12-09T06:02:08.768Z Compiling progenitor-client v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576)
21232023-12-09T06:02:08.781Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_client --edition=2021 /home/build/.cargo/git/checkouts/progenitor-639bd64206ac5e43/9339b57/progenitor-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=42f7e9e71f8e1e8f -C extra-filename=-42f7e9e71f8e1e8f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-cf72f843b9ce520b.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-85b0c1ea6a5e4905.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-912c31485e79e9fc.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-de92a584975acef9.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-9bc61d3be642612c.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/usr/ssl-3/lib/amd64`
21242023-12-09T06:02:09.410Z Compiling serde_yaml v0.9.25
21252023-12-09T06:02:09.420Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_yaml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_yaml-0.9.25/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=57ae3cfe26fdfcc6 -C extra-filename=-57ae3cfe26fdfcc6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-2e7a89619d1b841a.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-7860ae71447b6389.rmeta --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-38d350ef85d2d309.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --extern unsafe_libyaml=/work/oxidecomputer/omicron/target/debug/deps/libunsafe_libyaml-31e7c5b4b3dadabc.rmeta --cap-lints allow -D warnings`
21262023-12-09T06:02:10.333Z Compiling fastrand v2.0.0
21272023-12-09T06:02:10.337Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name fastrand --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fastrand-2.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=0840ce99a6c85a78 -C extra-filename=-0840ce99a6c85a78 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
21282023-12-09T06:02:10.941Z Compiling tempfile v3.8.1
21292023-12-09T06:02:10.956Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name tempfile --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tempfile-3.8.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=c421aae3f8abc685 -C extra-filename=-c421aae3f8abc685 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-bc2c501506aafa82.rmeta --extern fastrand=/work/oxidecomputer/omicron/target/debug/deps/libfastrand-0840ce99a6c85a78.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-b07637ba55941490.rmeta --cap-lints allow -D warnings`
21302023-12-09T06:02:11.170Z Compiling dirs-sys-next v0.1.2
21312023-12-09T06:02:11.174Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name dirs_sys_next --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dirs-sys-next-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=73adccad44b3ae3d -C extra-filename=-73adccad44b3ae3d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-45ce8912dc32de8c.rmeta --cap-lints allow -D warnings`
21322023-12-09T06:02:12.220Z Compiling dirs-next v2.0.0
21332023-12-09T06:02:12.223Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name dirs_next --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dirs-next-2.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=abbe4a2b4710e55b -C extra-filename=-abbe4a2b4710e55b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-bc2c501506aafa82.rmeta --extern dirs_sys_next=/work/oxidecomputer/omicron/target/debug/deps/libdirs_sys_next-73adccad44b3ae3d.rmeta --cap-lints allow -D warnings`
21342023-12-09T06:02:12.309Z Compiling toml v0.8.8
21352023-12-09T06:02:12.350Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name toml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml-0.8.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="display"' --cfg 'feature="parse"' -C metadata=5e9108efc6e4e2b4 -C extra-filename=-5e9108efc6e4e2b4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-fe3e9a6041e02309.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-f7c2b7796e32d7a6.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-e0682a68817d4d48.rmeta --cap-lints allow -D warnings`
21362023-12-09T06:02:12.475Z Compiling ident_case v1.0.1
21372023-12-09T06:02:12.478Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name ident_case /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ident_case-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=9c54d2122078b91b -C extra-filename=-9c54d2122078b91b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
21382023-12-09T06:02:12.745Z Compiling typify-impl v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f)
21392023-12-09T06:02:13.216Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name typify_impl --edition=2021 /home/build/.cargo/git/checkouts/typify-288d5a84bbbe6a46/c9d6453/typify-impl/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=21fc236d619efef9 -C extra-filename=-21fc236d619efef9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-e8726b1e312bd2e5.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-c5d2103652c0a8bc.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-df34b867b7589e06.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-085545494ccbad1b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-d84da02132e91997.rmeta --cap-lints allow -D warnings`
21402023-12-09T06:02:13.217Z Compiling term v0.7.0
21412023-12-09T06:02:13.217Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name term --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/term-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=c563df115e0bf367 -C extra-filename=-c563df115e0bf367 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern dirs_next=/work/oxidecomputer/omicron/target/debug/deps/libdirs_next-abbe4a2b4710e55b.rmeta --cap-lints allow -D warnings`
21422023-12-09T06:02:14.899Z Compiling match_cfg v0.1.0
21432023-12-09T06:02:14.899Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name match_cfg /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/match_cfg-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="use_core"' -C metadata=4d265072bd8787fb -C extra-filename=-4d265072bd8787fb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
21442023-12-09T06:02:14.920Z Compiling hostname v0.3.1
21452023-12-09T06:02:14.926Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name hostname /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hostname-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=0ef0ec2613103eb6 -C extra-filename=-0ef0ec2613103eb6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-45ce8912dc32de8c.rmeta --extern match_cfg=/work/oxidecomputer/omicron/target/debug/deps/libmatch_cfg-4d265072bd8787fb.rmeta --cap-lints allow -D warnings`
21462023-12-09T06:02:15.002Z Compiling quick-error v1.2.3
21472023-12-09T06:02:15.007Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name quick_error /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/quick-error-1.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=0673ec99874d5ad1 -C extra-filename=-0673ec99874d5ad1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
21482023-12-09T06:02:15.148Z Compiling atty v0.2.14
21492023-12-09T06:02:15.162Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name atty /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/atty-0.2.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=99a45a6314d045bd -C extra-filename=-99a45a6314d045bd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-45ce8912dc32de8c.rmeta --cap-lints allow -D warnings`
21502023-12-09T06:02:15.211Z Compiling paste v1.0.14
21512023-12-09T06:02:15.214Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/paste-1.0.14/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=c1accb279ad2318a -C extra-filename=-c1accb279ad2318a --out-dir /work/oxidecomputer/omicron/target/debug/build/paste-c1accb279ad2318a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
21522023-12-09T06:02:15.246Z Compiling crossbeam-channel v0.5.8
21532023-12-09T06:02:15.265Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name crossbeam_channel --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-channel-0.5.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="crossbeam-utils"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=2aaaef3e6eb094ab -C extra-filename=-2aaaef3e6eb094ab --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-bc2c501506aafa82.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-ecd3b02fa9b0bdac.rmeta --cap-lints allow -D warnings`
21542023-12-09T06:02:15.317Z Compiling sha1 v0.10.6
21552023-12-09T06:02:15.324Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name sha1 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sha1-0.10.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=6029a9906444aeac -C extra-filename=-6029a9906444aeac --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-bc2c501506aafa82.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-688e8dc1d1448767.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-cfb2bbac779740b0.rmeta --cap-lints allow -D warnings`
21562023-12-09T06:02:15.692Z Compiling camino v1.1.6
21572023-12-09T06:02:15.696Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/camino-1.1.6/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="serde"' --cfg 'feature="serde1"' -C metadata=7ff1ded629d369d1 -C extra-filename=-7ff1ded629d369d1 --out-dir /work/oxidecomputer/omicron/target/debug/build/camino-7ff1ded629d369d1 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
21582023-12-09T06:02:15.962Z Compiling thread_local v1.1.7
21592023-12-09T06:02:15.970Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name thread_local --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thread_local-1.1.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f44040695b621ee4 -C extra-filename=-f44040695b621ee4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-bc2c501506aafa82.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-230e44e7360903b6.rmeta --cap-lints allow -D warnings`
21602023-12-09T06:02:16.116Z Running `/work/oxidecomputer/omicron/target/debug/build/paste-c1accb279ad2318a/build-script-build`
21612023-12-09T06:02:16.142Z Compiling instant v0.1.12
21622023-12-09T06:02:16.145Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name instant --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/instant-0.1.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=30c7dc3283c535e9 -C extra-filename=-30c7dc3283c535e9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-bc2c501506aafa82.rmeta --cap-lints allow -D warnings`
21632023-12-09T06:02:16.225Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name paste --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/paste-1.0.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=3b5a8e4899b9500f -C extra-filename=-3b5a8e4899b9500f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro --cap-lints allow -D warnings`
21642023-12-09T06:02:16.333Z Compiling slog-async v2.8.0
21652023-12-09T06:02:16.336Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-async-2.8.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=28214851df9395b0 -C extra-filename=-28214851df9395b0 --out-dir /work/oxidecomputer/omicron/target/debug/build/slog-async-28214851df9395b0 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
21662023-12-09T06:02:16.375Z Compiling multer v2.1.0
21672023-12-09T06:02:16.378Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/multer-2.1.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=35b96cc9c44adcff -C extra-filename=-35b96cc9c44adcff --out-dir /work/oxidecomputer/omicron/target/debug/build/multer-35b96cc9c44adcff -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-2c487f79507661dd.rlib --cap-lints allow -D warnings`
21682023-12-09T06:02:16.651Z Compiling diesel v2.1.4
21692023-12-09T06:02:16.663Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name diesel --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/diesel-2.1.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="32-column-tables"' --cfg 'feature="bitflags"' --cfg 'feature="byteorder"' --cfg 'feature="chrono"' --cfg 'feature="default"' --cfg 'feature="i-implement-a-third-party-backend-and-opt-into-breaking-changes"' --cfg 'feature="ipnetwork"' --cfg 'feature="itoa"' --cfg 'feature="libc"' --cfg 'feature="network-address"' --cfg 'feature="postgres"' --cfg 'feature="postgres_backend"' --cfg 'feature="pq-sys"' --cfg 'feature="r2d2"' --cfg 'feature="serde_json"' --cfg 'feature="uuid"' --cfg 'feature="with-deprecated"' -C metadata=131baaa97c231bbc -C extra-filename=-131baaa97c231bbc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-95e0840708437b88.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-1b4ad01209984ea0.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rmeta --extern diesel_derives=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_derives-da4946441935c62d.so --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-847fb59b18b2aee3.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-7860ae71447b6389.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-45ce8912dc32de8c.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-7f4ec8f2135bf59e.rmeta --extern r2d2=/work/oxidecomputer/omicron/target/debug/deps/libr2d2-1d293ec619e7fc50.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rmeta --cap-lints allow -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64`
21702023-12-09T06:02:17.192Z Running `/work/oxidecomputer/omicron/target/debug/build/camino-7ff1ded629d369d1/build-script-build`
21712023-12-09T06:02:17.196Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name camino --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/camino-1.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="serde"' --cfg 'feature="serde1"' -C metadata=2a7a8e4c96530537 -C extra-filename=-2a7a8e4c96530537 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --cap-lints allow -D warnings --cfg path_buf_capacity --cfg shrink_to --cfg try_reserve_2 --cfg path_buf_deref_mut`
21722023-12-09T06:02:17.197Z Compiling take_mut v0.2.2
21732023-12-09T06:02:17.197Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name take_mut /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/take_mut-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=c71625649b3ae831 -C extra-filename=-c71625649b3ae831 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
21742023-12-09T06:02:17.197Z Running `/work/oxidecomputer/omicron/target/debug/build/multer-35b96cc9c44adcff/build-script-build`
21752023-12-09T06:02:17.197Z Compiling slog-term v2.9.0
21762023-12-09T06:02:17.197Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_term --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-term-2.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=55e2511ace2b4a1b -C extra-filename=-55e2511ace2b4a1b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern atty=/work/oxidecomputer/omicron/target/debug/deps/libatty-99a45a6314d045bd.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rmeta --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-c563df115e0bf367.rmeta --extern thread_local=/work/oxidecomputer/omicron/target/debug/deps/libthread_local-f44040695b621ee4.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-9b800e302f11b330.rmeta --cap-lints allow -D warnings`
21772023-12-09T06:02:17.197Z Compiling darling_core v0.20.3
21782023-12-09T06:02:17.197Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name darling_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/darling_core-0.20.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="strsim"' --cfg 'feature="suggestions"' -C metadata=0757e3b653339fd6 -C extra-filename=-0757e3b653339fd6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-5d2ad75ee5f58135.rmeta --extern ident_case=/work/oxidecomputer/omicron/target/debug/deps/libident_case-9c54d2122078b91b.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rmeta --extern strsim=/work/oxidecomputer/omicron/target/debug/deps/libstrsim-24e28f3cc805bf1a.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-085545494ccbad1b.rmeta --cap-lints allow -D warnings`
21792023-12-09T06:02:17.199Z Compiling slog-json v2.6.1
21802023-12-09T06:02:17.199Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_json --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-json-2.6.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=87c48134d777f570 -C extra-filename=-87c48134d777f570 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-9b800e302f11b330.rmeta --cap-lints allow -D warnings`
21812023-12-09T06:02:17.278Z Running `/work/oxidecomputer/omicron/target/debug/build/slog-async-28214851df9395b0/build-script-build`
21822023-12-09T06:02:17.368Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_async /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-async-2.8.0/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=f514002cc560d52b -C extra-filename=-f514002cc560d52b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern crossbeam_channel=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_channel-2aaaef3e6eb094ab.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rmeta --extern take_mut=/work/oxidecomputer/omicron/target/debug/deps/libtake_mut-c71625649b3ae831.rmeta --extern thread_local=/work/oxidecomputer/omicron/target/debug/deps/libthread_local-f44040695b621ee4.rmeta --cap-lints allow -D warnings --cfg integer128`
21832023-12-09T06:02:17.704Z Compiling async-stream-impl v0.3.5
21842023-12-09T06:02:17.707Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name async_stream_impl --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-stream-impl-0.3.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=e34850a7ea3e5fd2 -C extra-filename=-e34850a7ea3e5fd2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-085545494ccbad1b.rlib --extern proc_macro --cap-lints allow -D warnings`
21852023-12-09T06:02:18.330Z Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017)
21862023-12-09T06:02:18.337Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/git/checkouts/dropshot-a4a923d29dccc492/ff87a01/dropshot/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' -C metadata=446ee876741e023c -C extra-filename=-446ee876741e023c --out-dir /work/oxidecomputer/omicron/target/debug/build/dropshot-446ee876741e023c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-2c487f79507661dd.rlib --cap-lints allow -D warnings`
21872023-12-09T06:02:18.595Z Compiling debug-ignore v1.0.5
21882023-12-09T06:02:18.636Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name debug_ignore /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/debug-ignore-1.0.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=212a8b0dc002b8b7 -C extra-filename=-212a8b0dc002b8b7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
21892023-12-09T06:02:18.839Z Compiling atomic-waker v1.1.1
21902023-12-09T06:02:19.306Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name atomic_waker --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/atomic-waker-1.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=7463564f876868fa -C extra-filename=-7463564f876868fa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
21912023-12-09T06:02:19.306Z Running `/work/oxidecomputer/omicron/target/debug/build/dropshot-446ee876741e023c/build-script-build`
21922023-12-09T06:02:19.306Z Compiling waitgroup v0.1.2
21932023-12-09T06:02:19.306Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name waitgroup --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/waitgroup-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=c07f2db12c20c762 -C extra-filename=-c07f2db12c20c762 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern atomic_waker=/work/oxidecomputer/omicron/target/debug/deps/libatomic_waker-7463564f876868fa.rmeta --cap-lints allow -D warnings`
21942023-12-09T06:02:19.307Z Compiling slog-bunyan v2.4.0
21952023-12-09T06:02:19.307Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_bunyan --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-bunyan-2.4.0/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=bb83720ea4b74ae5 -C extra-filename=-bb83720ea4b74ae5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern hostname=/work/oxidecomputer/omicron/target/debug/deps/libhostname-0ef0ec2613103eb6.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rmeta --extern slog_json=/work/oxidecomputer/omicron/target/debug/deps/libslog_json-87c48134d777f570.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-9b800e302f11b330.rmeta --cap-lints allow -D warnings`
21962023-12-09T06:02:19.310Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name multer --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/multer-2.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=01a2678ba1607efb -C extra-filename=-01a2678ba1607efb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-cf72f843b9ce520b.rmeta --extern encoding_rs=/work/oxidecomputer/omicron/target/debug/deps/libencoding_rs-af2729f3af85d5f2.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-af647ea9423ed3ec.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a198b56a5f9eb1ad.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-c25a7f7496695df9.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-c5d2103652c0a8bc.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-918fa9e671606ec5.rmeta --extern mime=/work/oxidecomputer/omicron/target/debug/deps/libmime-a6cf1a4a13963194.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-4c240d9238dcc0df.rmeta --cap-lints allow -D warnings`
21972023-12-09T06:02:19.316Z Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017)
21982023-12-09T06:02:19.316Z Compiling serde_path_to_error v0.1.14
21992023-12-09T06:02:19.336Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name dropshot_endpoint --edition=2018 /home/build/.cargo/git/checkouts/dropshot-a4a923d29dccc492/ff87a01/dropshot_endpoint/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a301684ca649e894 -C extra-filename=-a301684ca649e894 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-69f3793e4993904d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-085545494ccbad1b.rlib --extern proc_macro --cap-lints allow -D warnings`
22002023-12-09T06:02:19.336Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_path_to_error --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_path_to_error-0.1.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=6180809874198223 -C extra-filename=-6180809874198223 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-7860ae71447b6389.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --cap-lints allow -D warnings`
22012023-12-09T06:02:19.380Z Compiling strum v0.25.0
22022023-12-09T06:02:19.387Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name strum --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/strum-0.25.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="std"' --cfg 'feature="strum_macros"' -C metadata=b260bcdad7d801cc -C extra-filename=-b260bcdad7d801cc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern strum_macros=/work/oxidecomputer/omicron/target/debug/deps/libstrum_macros-51af52420240f790.so --cap-lints allow -D warnings`
22032023-12-09T06:02:19.626Z Compiling structmeta-derive v0.2.0
22042023-12-09T06:02:19.632Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name structmeta_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/structmeta-derive-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=b7539908e9b30a4b -C extra-filename=-b7539908e9b30a4b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-085545494ccbad1b.rlib --extern proc_macro --cap-lints allow -D warnings`
22052023-12-09T06:02:20.222Z Compiling async-stream v0.3.5
22062023-12-09T06:02:20.225Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name async_stream --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-stream-0.3.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=6e63237218ad5274 -C extra-filename=-6e63237218ad5274 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_stream_impl=/work/oxidecomputer/omicron/target/debug/deps/libasync_stream_impl-e34850a7ea3e5fd2.so --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-85b0c1ea6a5e4905.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-2c68fbf53c1efe19.rmeta --cap-lints allow -D warnings`
22072023-12-09T06:02:20.711Z Compiling wait-timeout v0.2.0
22082023-12-09T06:02:20.717Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name wait_timeout /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/wait-timeout-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=3f631e4a575f532c -C extra-filename=-3f631e4a575f532c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-45ce8912dc32de8c.rmeta --cap-lints allow -D warnings`
22092023-12-09T06:02:20.743Z Compiling rand_xorshift v0.3.0
22102023-12-09T06:02:20.746Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name rand_xorshift --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rand_xorshift-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=cc0b3d0f411e54d3 -C extra-filename=-cc0b3d0f411e54d3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-8e66244baa1a5b19.rmeta --cap-lints allow -D warnings`
22112023-12-09T06:02:20.768Z Compiling unarray v0.1.4
22122023-12-09T06:02:20.771Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name unarray --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unarray-0.1.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=6e91d0d1ca68601a -C extra-filename=-6e91d0d1ca68601a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
22132023-12-09T06:02:20.999Z Compiling rusty-fork v0.3.0
22142023-12-09T06:02:21.021Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name rusty_fork --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rusty-fork-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="timeout"' --cfg 'feature="wait-timeout"' -C metadata=90c434779e9bea68 -C extra-filename=-90c434779e9bea68 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-5d2ad75ee5f58135.rmeta --extern quick_error=/work/oxidecomputer/omicron/target/debug/deps/libquick_error-0673ec99874d5ad1.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-c421aae3f8abc685.rmeta --extern wait_timeout=/work/oxidecomputer/omicron/target/debug/deps/libwait_timeout-3f631e4a575f532c.rmeta --cap-lints allow -D warnings`
22152023-12-09T06:02:21.203Z Compiling regex-syntax v0.7.5
22162023-12-09T06:02:21.208Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name regex_syntax --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regex-syntax-0.7.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="unicode"' --cfg 'feature="unicode-age"' --cfg 'feature="unicode-bool"' --cfg 'feature="unicode-case"' --cfg 'feature="unicode-gencat"' --cfg 'feature="unicode-perl"' --cfg 'feature="unicode-script"' --cfg 'feature="unicode-segment"' -C metadata=f9af4c78b14a919e -C extra-filename=-f9af4c78b14a919e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
22172023-12-09T06:02:21.554Z Compiling proptest v1.4.0
22182023-12-09T06:02:21.560Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name proptest --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proptest-1.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="bit-set"' --cfg 'feature="default"' --cfg 'feature="fork"' --cfg 'feature="lazy_static"' --cfg 'feature="regex-syntax"' --cfg 'feature="rusty-fork"' --cfg 'feature="std"' --cfg 'feature="tempfile"' --cfg 'feature="timeout"' -C metadata=894db676841aa3cb -C extra-filename=-894db676841aa3cb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bit_set=/work/oxidecomputer/omicron/target/debug/deps/libbit_set-c87ee7a4a219efa1.rmeta --extern bit_vec=/work/oxidecomputer/omicron/target/debug/deps/libbit_vec-be2b16d8eb900e10.rmeta --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-95e0840708437b88.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-9c9c3756e3f392b3.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-66b98c12d6f7f3b4.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8c4ac547107558e9.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-49ba573a971a5789.rmeta --extern rand_xorshift=/work/oxidecomputer/omicron/target/debug/deps/librand_xorshift-cc0b3d0f411e54d3.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-ac03edf4730b2374.rmeta --extern rusty_fork=/work/oxidecomputer/omicron/target/debug/deps/librusty_fork-90c434779e9bea68.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-c421aae3f8abc685.rmeta --extern unarray=/work/oxidecomputer/omicron/target/debug/deps/libunarray-6e91d0d1ca68601a.rmeta --cap-lints allow -D warnings`
22192023-12-09T06:02:22.266Z Compiling backoff v0.4.0
22202023-12-09T06:02:22.306Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name backoff --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/backoff-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="futures"' --cfg 'feature="futures-core"' --cfg 'feature="pin-project-lite"' --cfg 'feature="tokio"' --cfg 'feature="tokio_1"' -C metadata=7e110f4241c65d1d -C extra-filename=-7e110f4241c65d1d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-85b0c1ea6a5e4905.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-fd3f8e5b97695db0.rmeta --extern instant=/work/oxidecomputer/omicron/target/debug/deps/libinstant-30c7dc3283c535e9.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-2c68fbf53c1efe19.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8c4ac547107558e9.rmeta --extern tokio_1=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1ec47aacdff5a9cb.rmeta --cap-lints allow -D warnings`
22212023-12-09T06:02:23.192Z Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
22222023-12-09T06:02:23.196Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_human_bytes --edition=2018 /home/build/.cargo/git/checkouts/serde_human_bytes-25cac76e2ef2d15c/0a09794/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=dfa91eaf5f5704dc -C extra-filename=-dfa91eaf5f5704dc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6f7e7e787f938be2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --cap-lints allow -D warnings`
22232023-12-09T06:02:23.196Z Compiling macaddr v1.0.1
22242023-12-09T06:02:23.196Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name macaddr --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/macaddr-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="serde_std"' --cfg 'feature="std"' -C metadata=1ce9557757fa651b -C extra-filename=-1ce9557757fa651b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --cap-lints allow -D warnings`
22252023-12-09T06:02:23.294Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name dropshot --edition=2018 /home/build/.cargo/git/checkouts/dropshot-a4a923d29dccc492/ff87a01/dropshot/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' -C metadata=8fc3661830c92e6e -C extra-filename=-8fc3661830c92e6e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_stream=/work/oxidecomputer/omicron/target/debug/deps/libasync_stream-6e63237218ad5274.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-084832dceff4d290.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-efdef217e0fabd4e.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-cf72f843b9ce520b.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-212a8b0dc002b8b7.rmeta --extern dropshot_endpoint=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_endpoint-a301684ca649e894.so --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-8797d3f240ac357c.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rmeta --extern hostname=/work/oxidecomputer/omicron/target/debug/deps/libhostname-0ef0ec2613103eb6.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a198b56a5f9eb1ad.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-7f13a5e04fe3d70c.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-2e7a89619d1b841a.rmeta --extern multer=/work/oxidecomputer/omicron/target/debug/deps/libmulter-01a2678ba1607efb.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-34a585534cdcaa54.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-3b5a8e4899b9500f.so --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-912c31485e79e9fc.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-b4c439e5fbc8af3a.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-d4874c9bffb6de6d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rmeta --extern serde_path_to_error=/work/oxidecomputer/omicron/target/debug/deps/libserde_path_to_error-6180809874198223.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-9bc61d3be642612c.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-6029a9906444aeac.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f514002cc560d52b.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-bb83720ea4b74ae5.rmeta --extern slog_json=/work/oxidecomputer/omicron/target/debug/deps/libslog_json-87c48134d777f570.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-55e2511ace2b4a1b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1ec47aacdff5a9cb.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-aab0c7359a3a547c.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5e9108efc6e4e2b4.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-af3f9b2d6b50389f.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rmeta --extern waitgroup=/work/oxidecomputer/omicron/target/debug/deps/libwaitgroup-c07f2db12c20c762.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out`
22262023-12-09T06:02:23.746Z Compiling camino-tempfile v1.1.1
22272023-12-09T06:02:23.749Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name camino_tempfile --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/camino-tempfile-1.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=7c6e8f28fa0558b4 -C extra-filename=-7c6e8f28fa0558b4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-c421aae3f8abc685.rmeta --cap-lints allow -D warnings`
22282023-12-09T06:02:24.433Z Compiling is-terminal v0.4.9
22292023-12-09T06:02:24.439Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name is_terminal --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/is-terminal-0.4.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=d7be28484e0c869b -C extra-filename=-d7be28484e0c869b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-b07637ba55941490.rmeta --cap-lints allow -D warnings`
22302023-12-09T06:02:24.615Z Compiling proc-macro-error-attr v1.0.4
22312023-12-09T06:02:24.618Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro-error-attr-1.0.4/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=986758c1354d228d -C extra-filename=-986758c1354d228d --out-dir /work/oxidecomputer/omicron/target/debug/build/proc-macro-error-attr-986758c1354d228d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-2c487f79507661dd.rlib --cap-lints allow -D warnings`
22322023-12-09T06:02:24.967Z Compiling structmeta v0.2.0
22332023-12-09T06:02:24.972Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name structmeta --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/structmeta-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a6a911b74384e2a0 -C extra-filename=-a6a911b74384e2a0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rmeta --extern structmeta_derive=/work/oxidecomputer/omicron/target/debug/deps/libstructmeta_derive-b7539908e9b30a4b.so --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-085545494ccbad1b.rmeta --cap-lints allow -D warnings`
22342023-12-09T06:02:25.197Z Running `/work/oxidecomputer/omicron/target/debug/build/proc-macro-error-attr-986758c1354d228d/build-script-build`
22352023-12-09T06:02:25.284Z Compiling proc-macro-error v1.0.4
22362023-12-09T06:02:25.287Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro-error-1.0.4/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="syn"' --cfg 'feature="syn-error"' -C metadata=e447ec32eda35281 -C extra-filename=-e447ec32eda35281 --out-dir /work/oxidecomputer/omicron/target/debug/build/proc-macro-error-e447ec32eda35281 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-2c487f79507661dd.rlib --cap-lints allow -D warnings`
22372023-12-09T06:02:25.641Z Compiling test-strategy v0.3.1
22382023-12-09T06:02:25.738Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name test_strategy --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/test-strategy-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f6b05fbf7e100ea2 -C extra-filename=-f6b05fbf7e100ea2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rlib --extern structmeta=/work/oxidecomputer/omicron/target/debug/deps/libstructmeta-a6a911b74384e2a0.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-085545494ccbad1b.rlib --extern proc_macro --cap-lints allow -D warnings`
22392023-12-09T06:02:25.852Z Running `/work/oxidecomputer/omicron/target/debug/build/proc-macro-error-e447ec32eda35281/build-script-build`
22402023-12-09T06:02:26.050Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name proc_macro_error_attr --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro-error-attr-1.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=79d283e88cf8f16c -C extra-filename=-79d283e88cf8f16c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rlib --extern proc_macro --cap-lints allow -D warnings`
22412023-12-09T06:02:27.367Z Compiling darling_macro v0.20.3
22422023-12-09T06:02:27.371Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name darling_macro --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/darling_macro-0.20.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=7035a8371e9c2850 -C extra-filename=-7035a8371e9c2850 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern darling_core=/work/oxidecomputer/omicron/target/debug/deps/libdarling_core-0757e3b653339fd6.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-085545494ccbad1b.rlib --extern proc_macro --cap-lints allow -D warnings`
22432023-12-09T06:02:27.618Z Compiling termtree v0.4.1
22442023-12-09T06:02:27.639Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name termtree --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/termtree-0.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=292b6f402ec9eff4 -C extra-filename=-292b6f402ec9eff4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
22452023-12-09T06:02:27.970Z Compiling predicates-tree v1.0.9
22462023-12-09T06:02:27.973Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name predicates_tree --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/predicates-tree-1.0.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=2b21937ee10d575a -C extra-filename=-2b21937ee10d575a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern predicates_core=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_core-a707c93b27fc17a9.rmeta --extern termtree=/work/oxidecomputer/omicron/target/debug/deps/libtermtree-292b6f402ec9eff4.rmeta --cap-lints allow -D warnings`
22472023-12-09T06:02:28.800Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name proc_macro_error --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro-error-1.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="syn"' --cfg 'feature="syn-error"' -C metadata=53597bc160bbd407 -C extra-filename=-53597bc160bbd407 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro_error_attr=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_error_attr-79d283e88cf8f16c.so --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-48fabcfe082d99df.rmeta --cap-lints allow -D warnings --cfg use_fallback`
22482023-12-09T06:02:29.325Z Compiling darling v0.20.3
22492023-12-09T06:02:29.329Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name darling --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/darling-0.20.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="suggestions"' -C metadata=6015ec470c6077be -C extra-filename=-6015ec470c6077be --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern darling_core=/work/oxidecomputer/omicron/target/debug/deps/libdarling_core-0757e3b653339fd6.rmeta --extern darling_macro=/work/oxidecomputer/omicron/target/debug/deps/libdarling_macro-7035a8371e9c2850.so --cap-lints allow -D warnings`
22502023-12-09T06:02:29.483Z Compiling serde_with_macros v3.4.0
22512023-12-09T06:02:29.533Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_with_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_with_macros-3.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=19b72c4a9bb71482 -C extra-filename=-19b72c4a9bb71482 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern darling=/work/oxidecomputer/omicron/target/debug/deps/libdarling-6015ec470c6077be.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-085545494ccbad1b.rlib --extern proc_macro --cap-lints allow -D warnings`
22522023-12-09T06:02:29.980Z Compiling proc-macro-crate v1.3.1
22532023-12-09T06:02:29.984Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name proc_macro_crate --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro-crate-1.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=0f3df25ac5957cfe -C extra-filename=-0f3df25ac5957cfe --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-230e44e7360903b6.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-32ad42ce06f6cab4.rmeta --cap-lints allow -D warnings`
22542023-12-09T06:02:31.759Z Compiling num_enum_derive v0.5.11
22552023-12-09T06:02:31.766Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name num_enum_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num_enum_derive-0.5.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="proc-macro-crate"' --cfg 'feature="std"' -C metadata=6fc03ebd4efa4906 -C extra-filename=-6fc03ebd4efa4906 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro_crate=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_crate-0f3df25ac5957cfe.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-48fabcfe082d99df.rlib --extern proc_macro --cap-lints allow -D warnings`
22562023-12-09T06:02:32.777Z Compiling smoltcp v0.10.0
22572023-12-09T06:02:32.780Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smoltcp-0.10.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="medium-ethernet"' --cfg 'feature="proto-dhcpv4"' --cfg 'feature="proto-ipv4"' --cfg 'feature="proto-ipv6"' --cfg 'feature="socket"' --cfg 'feature="socket-raw"' -C metadata=0a364bbf898f7c55 -C extra-filename=-0a364bbf898f7c55 --out-dir /work/oxidecomputer/omicron/target/debug/build/smoltcp-0a364bbf898f7c55 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
22582023-12-09T06:02:32.851Z Compiling parse-display-derive v0.8.2
22592023-12-09T06:02:32.854Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name parse_display_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parse-display-derive-0.8.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=495923fad913fa0e -C extra-filename=-495923fad913fa0e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-230e44e7360903b6.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-537384909654dd1b.rlib --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-f9af4c78b14a919e.rlib --extern structmeta=/work/oxidecomputer/omicron/target/debug/deps/libstructmeta-a6a911b74384e2a0.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-085545494ccbad1b.rlib --extern proc_macro --cap-lints allow -D warnings`
22602023-12-09T06:02:33.991Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22612023-12-09T06:02:34.002Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/git/checkouts/rust-libzfs-f1cb3f43d7b73bd9/ecd5a92/nvpair-sys/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=321c5e5ab08e0729 -C extra-filename=-321c5e5ab08e0729 --out-dir /work/oxidecomputer/omicron/target/debug/build/nvpair-sys-321c5e5ab08e0729 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
22622023-12-09T06:02:34.424Z Compiling serde_with v3.4.0
22632023-12-09T06:02:34.428Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_with --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_with-3.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="macros"' --cfg 'feature="std"' -C metadata=f915ff3d992a233b -C extra-filename=-f915ff3d992a233b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --extern serde_with_macros=/work/oxidecomputer/omicron/target/debug/deps/libserde_with_macros-19b72c4a9bb71482.so --cap-lints allow -D warnings`
22642023-12-09T06:02:34.646Z Running `/work/oxidecomputer/omicron/target/debug/build/nvpair-sys-321c5e5ab08e0729/build-script-build`
22652023-12-09T06:02:34.801Z Running `/work/oxidecomputer/omicron/target/debug/build/smoltcp-0a364bbf898f7c55/build-script-build`
22662023-12-09T06:02:34.801Z Compiling filetime v0.2.23
22672023-12-09T06:02:34.829Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name filetime --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/filetime-0.2.23/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=52ce6d369e8499fc -C extra-filename=-52ce6d369e8499fc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-bc2c501506aafa82.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-45ce8912dc32de8c.rmeta --cap-lints allow -D warnings`
22682023-12-09T06:02:35.728Z Compiling xattr v1.0.1
22692023-12-09T06:02:35.841Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name xattr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/xattr-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="unsupported"' -C metadata=01677af57b476a6b -C extra-filename=-01677af57b476a6b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-45ce8912dc32de8c.rmeta --cap-lints allow -D warnings`
22702023-12-09T06:02:35.841Z Compiling embedded-io v0.4.0
22712023-12-09T06:02:35.841Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name embedded_io --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/embedded-io-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' -C metadata=092da7c9b03320a8 -C extra-filename=-092da7c9b03320a8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
22722023-12-09T06:02:36.134Z Compiling crucible-workspace-hack v0.1.0
22732023-12-09T06:02:36.227Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crucible-workspace-hack-0.1.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=06767ab83fb00bd3 -C extra-filename=-06767ab83fb00bd3 --out-dir /work/oxidecomputer/omicron/target/debug/build/crucible-workspace-hack-06767ab83fb00bd3 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
22742023-12-09T06:02:36.884Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
22752023-12-09T06:02:39.063Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/dlpi-sys-029573be7cbcde29/1d587ea/libdlpi-sys/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=ad719539977b3e01 -C extra-filename=-ad719539977b3e01 --out-dir /work/oxidecomputer/omicron/target/debug/build/libdlpi-sys-ad719539977b3e01 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
22762023-12-09T06:02:39.063Z Compiling num_enum v0.5.11
22772023-12-09T06:02:39.064Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name num_enum --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num_enum-0.5.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=e80f078c61e496ac -C extra-filename=-e80f078c61e496ac --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern num_enum_derive=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum_derive-6fc03ebd4efa4906.so --cap-lints allow -D warnings`
22782023-12-09T06:02:39.064Z Compiling cobs v0.2.3
22792023-12-09T06:02:39.064Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name cobs --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cobs-0.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=9856be98226cfb50 -C extra-filename=-9856be98226cfb50 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
22802023-12-09T06:02:42.698Z Running `/work/oxidecomputer/omicron/target/debug/build/crucible-workspace-hack-06767ab83fb00bd3/build-script-build`
22812023-12-09T06:02:42.698Z Compiling tar v0.4.40
22822023-12-09T06:02:42.698Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name tar --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tar-0.4.40/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="xattr"' -C metadata=fe8950a9f7b3553a -C extra-filename=-fe8950a9f7b3553a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-52ce6d369e8499fc.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-45ce8912dc32de8c.rmeta --extern xattr=/work/oxidecomputer/omicron/target/debug/deps/libxattr-01677af57b476a6b.rmeta --cap-lints allow -D warnings`
22832023-12-09T06:02:42.767Z Running `/work/oxidecomputer/omicron/target/debug/build/libdlpi-sys-ad719539977b3e01/build-script-build`
22842023-12-09T06:02:42.768Z Compiling postcard v1.0.8
22852023-12-09T06:02:42.768Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name postcard --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/postcard-1.0.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="embedded-io"' -C metadata=afe9f95df3a8a7b7 -C extra-filename=-afe9f95df3a8a7b7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cobs=/work/oxidecomputer/omicron/target/debug/deps/libcobs-9856be98226cfb50.rmeta --extern embedded_io=/work/oxidecomputer/omicron/target/debug/deps/libembedded_io-092da7c9b03320a8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --cap-lints allow -D warnings`
22862023-12-09T06:02:42.768Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name smoltcp --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smoltcp-0.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="medium-ethernet"' --cfg 'feature="proto-dhcpv4"' --cfg 'feature="proto-ipv4"' --cfg 'feature="proto-ipv6"' --cfg 'feature="socket"' --cfg 'feature="socket-raw"' -C metadata=9b7582b73e3a8ba4 -C extra-filename=-9b7582b73e3a8ba4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-b6f8a7d540d47813.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-1b4ad01209984ea0.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-bc2c501506aafa82.rmeta --extern heapless=/work/oxidecomputer/omicron/target/debug/deps/libheapless-a61490c645a348db.rmeta --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-c4f0e08992bb4f35.rmeta --cap-lints allow -D warnings`
22872023-12-09T06:02:42.768Z Compiling foreign-types-macros v0.2.3
22882023-12-09T06:02:42.769Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name foreign_types_macros --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/foreign-types-macros-0.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' -C metadata=8ad73231a2c28f0e -C extra-filename=-8ad73231a2c28f0e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-085545494ccbad1b.rlib --extern proc_macro --cap-lints allow -D warnings`
22892023-12-09T06:03:04.067Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=24ceba1969269e4d81bda83d8968d7d7f713c46b#24ceba19)
22902023-12-09T06:03:04.067Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/24ceba1/lib/opte/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="api"' --cfg 'feature="std"' -C metadata=53f6c26c0f84a78e -C extra-filename=-53f6c26c0f84a78e --out-dir /work/oxidecomputer/omicron/target/debug/build/opte-53f6c26c0f84a78e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-2c487f79507661dd.rlib --cap-lints allow -D warnings`
22912023-12-09T06:03:04.067Z Compiling foreign-types-shared v0.3.1
22922023-12-09T06:03:04.067Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name foreign_types_shared --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/foreign-types-shared-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=8d3a8e6e72a78c61 -C extra-filename=-8d3a8e6e72a78c61 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
22932023-12-09T06:03:04.067Z Compiling parse-display v0.8.2
22942023-12-09T06:03:04.067Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name parse_display --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parse-display-0.8.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="once_cell"' --cfg 'feature="regex"' --cfg 'feature="std"' -C metadata=60c31164f1211692 -C extra-filename=-60c31164f1211692 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-230e44e7360903b6.rmeta --extern parse_display_derive=/work/oxidecomputer/omicron/target/debug/deps/libparse_display_derive-495923fad913fa0e.so --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-537384909654dd1b.rmeta --cap-lints allow -D warnings`
22952023-12-09T06:03:04.067Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
22962023-12-09T06:03:04.068Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/git/checkouts/rusty-doors-f5932c202d734158/42ad010/lib/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=ef5ec70e55da580e -C extra-filename=-ef5ec70e55da580e --out-dir /work/oxidecomputer/omicron/target/debug/build/rusty-doors-ef5ec70e55da580e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
22972023-12-09T06:03:04.070Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=24ceba1969269e4d81bda83d8968d7d7f713c46b#24ceba19)
22982023-12-09T06:03:04.071Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name illumos_sys_hdrs --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/24ceba1/crates/illumos-sys-hdrs/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=7e6aee51fb78bfe7 -C extra-filename=-7e6aee51fb78bfe7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
22992023-12-09T06:03:04.071Z Running `/work/oxidecomputer/omicron/target/debug/build/opte-53f6c26c0f84a78e/build-script-build`
23002023-12-09T06:03:04.071Z Compiling foreign-types v0.5.0
23012023-12-09T06:03:04.071Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name foreign_types --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/foreign-types-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=dbf097337717218b -C extra-filename=-dbf097337717218b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern foreign_types_macros=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types_macros-8ad73231a2c28f0e.so --extern foreign_types_shared=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types_shared-8d3a8e6e72a78c61.rmeta --cap-lints allow -D warnings`
23022023-12-09T06:03:04.071Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name libdlpi_sys --edition=2021 /home/build/.cargo/git/checkouts/dlpi-sys-029573be7cbcde29/1d587ea/libdlpi-sys/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=b14e2177334d57aa -C extra-filename=-b14e2177334d57aa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -l dlpi`
23032023-12-09T06:03:04.071Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name crucible_workspace_hack /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crucible-workspace-hack-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=4e1825748425f003 -C extra-filename=-4e1825748425f003 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
23042023-12-09T06:03:04.073Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name nvpair_sys --edition=2018 /home/build/.cargo/git/checkouts/rust-libzfs-f1cb3f43d7b73bd9/ecd5a92/nvpair-sys/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=ab56b0622ccd114e -C extra-filename=-ab56b0622ccd114e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -l nvpair -l zfs`
23052023-12-09T06:03:04.073Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
23062023-12-09T06:03:04.073Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name rusty_doors_macros --edition=2018 /home/build/.cargo/git/checkouts/rusty-doors-f5932c202d734158/42ad010/macros/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=4a4ce453b69720b2 -C extra-filename=-4a4ce453b69720b2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-48fabcfe082d99df.rlib --extern proc_macro --cap-lints allow -D warnings`
23072023-12-09T06:03:04.073Z Running `/work/oxidecomputer/omicron/target/debug/build/rusty-doors-ef5ec70e55da580e/build-script-build`
23082023-12-09T06:03:04.076Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=24ceba1969269e4d81bda83d8968d7d7f713c46b#24ceba19)
23092023-12-09T06:03:04.076Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name kstat_macro --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/24ceba1/crates/kstat-macro/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=81e7a91778abf54f -C extra-filename=-81e7a91778abf54f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-085545494ccbad1b.rlib --extern proc_macro --cap-lints allow -D warnings`
23102023-12-09T06:03:04.076Z Compiling zerocopy-derive v0.7.26
23112023-12-09T06:03:04.077Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zerocopy-derive-0.7.26/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=64c1abfeeb24e158 -C extra-filename=-64c1abfeeb24e158 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-085545494ccbad1b.rlib --extern proc_macro --cap-lints allow -D warnings`
23122023-12-09T06:03:04.077Z Compiling cstr-argument v0.1.2
23132023-12-09T06:03:04.077Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name cstr_argument /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cstr-argument-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=7b209ff284153718 -C extra-filename=-7b209ff284153718 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-bc2c501506aafa82.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-918fa9e671606ec5.rmeta --cap-lints allow -D warnings`
23142023-12-09T06:03:04.078Z Compiling pretty-hex v0.2.1
23152023-12-09T06:03:04.078Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name pretty_hex /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pretty-hex-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' -C metadata=261eb22442d2874a -C extra-filename=-261eb22442d2874a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
23162023-12-09T06:03:04.078Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d)
23172023-12-09T06:03:04.078Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/netadm-sys-25ac2db9b1b244c6/f114bd0/libnet/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=140387ef96fbe19d -C extra-filename=-140387ef96fbe19d --out-dir /work/oxidecomputer/omicron/target/debug/build/libnet-140387ef96fbe19d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
23182023-12-09T06:03:04.078Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=24ceba1969269e4d81bda83d8968d7d7f713c46b#24ceba19)
23192023-12-09T06:03:04.079Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name opte_api --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/24ceba1/crates/opte-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="ipnetwork"' --cfg 'feature="std"' -C metadata=b09c93ebfad105d4 -C extra-filename=-b09c93ebfad105d4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern illumos_sys_hdrs=/work/oxidecomputer/omicron/target/debug/deps/libillumos_sys_hdrs-7e6aee51fb78bfe7.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-847fb59b18b2aee3.rmeta --extern postcard=/work/oxidecomputer/omicron/target/debug/deps/libpostcard-afe9f95df3a8a7b7.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --extern smoltcp=/work/oxidecomputer/omicron/target/debug/deps/libsmoltcp-9b7582b73e3a8ba4.rmeta --cap-lints allow -D warnings`
23202023-12-09T06:03:04.079Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name rusty_doors --edition=2018 /home/build/.cargo/git/checkouts/rusty-doors-f5932c202d734158/42ad010/lib/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=0ce78bad5bb969e2 -C extra-filename=-0ce78bad5bb969e2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-45ce8912dc32de8c.rmeta --extern rusty_doors_macros=/work/oxidecomputer/omicron/target/debug/deps/librusty_doors_macros-4a4ce453b69720b2.so --cap-lints allow -D warnings -l door`
23212023-12-09T06:03:04.079Z Running `/work/oxidecomputer/omicron/target/debug/build/libnet-140387ef96fbe19d/build-script-build`
23222023-12-09T06:03:04.079Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
23232023-12-09T06:03:04.079Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name dlpi --edition=2021 /home/build/.cargo/git/checkouts/dlpi-sys-029573be7cbcde29/1d587ea/dlpi/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=19a8a916abcd5227 -C extra-filename=-19a8a916abcd5227 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-45ce8912dc32de8c.rmeta --extern libdlpi_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibdlpi_sys-b14e2177334d57aa.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-e80f078c61e496ac.rmeta --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-261eb22442d2874a.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1ec47aacdff5a9cb.rmeta --cap-lints allow -D warnings`
23242023-12-09T06:03:04.079Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23252023-12-09T06:03:04.079Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name nvpair --edition=2018 /home/build/.cargo/git/checkouts/rust-libzfs-f1cb3f43d7b73bd9/ecd5a92/nvpair/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=5e4930586d9c16db -C extra-filename=-5e4930586d9c16db --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cstr_argument=/work/oxidecomputer/omicron/target/debug/deps/libcstr_argument-7b209ff284153718.rmeta --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-dbf097337717218b.rmeta --extern nvpair_sys=/work/oxidecomputer/omicron/target/debug/deps/libnvpair_sys-ab56b0622ccd114e.rmeta --cap-lints allow -D warnings`
23262023-12-09T06:03:04.079Z Compiling typify-macro v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f)
23272023-12-09T06:03:04.080Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name typify_macro --edition=2021 /home/build/.cargo/git/checkouts/typify-288d5a84bbbe6a46/c9d6453/typify-macro/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=e8baddc0e1fb9094 -C extra-filename=-e8baddc0e1fb9094 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-69f3793e4993904d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-085545494ccbad1b.rlib --extern typify_impl=/work/oxidecomputer/omicron/target/debug/deps/libtypify_impl-21fc236d619efef9.rlib --extern proc_macro --cap-lints allow -D warnings`
23282023-12-09T06:03:04.083Z Compiling colored v2.0.4
23292023-12-09T06:03:04.083Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name colored --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/colored-2.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=167ae099d980c033 -C extra-filename=-167ae099d980c033 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern is_terminal=/work/oxidecomputer/omicron/target/debug/deps/libis_terminal-d7be28484e0c869b.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-9c9c3756e3f392b3.rmeta --cap-lints allow -D warnings`
23302023-12-09T06:03:05.167Z Compiling zone_cfg_derive v0.3.0
23312023-12-09T06:03:05.168Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name zone_cfg_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zone_cfg_derive-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=c8f1794d09607ec3 -C extra-filename=-c8f1794d09607ec3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-e8726b1e312bd2e5.rlib --extern proc_macro_error=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_error-53597bc160bbd407.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-48fabcfe082d99df.rlib --extern proc_macro --cap-lints allow -D warnings`
23322023-12-09T06:03:05.476Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name libnet --edition=2021 /home/build/.cargo/git/checkouts/netadm-sys-25ac2db9b1b244c6/f114bd0/libnet/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=9131a59b9e13acb1 -C extra-filename=-9131a59b9e13acb1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-bc2c501506aafa82.rmeta --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-167ae099d980c033.rmeta --extern dlpi=/work/oxidecomputer/omicron/target/debug/deps/libdlpi-19a8a916abcd5227.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-45ce8912dc32de8c.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-e80f078c61e496ac.rmeta --extern nvpair=/work/oxidecomputer/omicron/target/debug/deps/libnvpair-5e4930586d9c16db.rmeta --extern nvpair_sys=/work/oxidecomputer/omicron/target/debug/deps/libnvpair_sys-ab56b0622ccd114e.rmeta --extern rusty_doors=/work/oxidecomputer/omicron/target/debug/deps/librusty_doors-0ce78bad5bb969e2.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-4af9db241e249833.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-2ebf49bd2a2f8886.rmeta --cap-lints allow -D warnings -l kstat`
23332023-12-09T06:03:05.476Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name opte --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/24ceba1/lib/opte/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="api"' --cfg 'feature="std"' -C metadata=d81cc9689bfc0eb0 -C extra-filename=-d81cc9689bfc0eb0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-bc2c501506aafa82.rmeta --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-b5627ba9c8616dae.rmeta --extern illumos_sys_hdrs=/work/oxidecomputer/omicron/target/debug/deps/libillumos_sys_hdrs-7e6aee51fb78bfe7.rmeta --extern kstat_macro=/work/oxidecomputer/omicron/target/debug/deps/libkstat_macro-81e7a91778abf54f.so --extern opte_api=/work/oxidecomputer/omicron/target/debug/deps/libopte_api-b09c93ebfad105d4.rmeta --extern postcard=/work/oxidecomputer/omicron/target/debug/deps/libpostcard-afe9f95df3a8a7b7.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --extern smoltcp=/work/oxidecomputer/omicron/target/debug/deps/libsmoltcp-9b7582b73e3a8ba4.rmeta --cap-lints allow -D warnings --cfg usdt_stable_asm`
23342023-12-09T06:03:05.943Z Compiling zerocopy v0.7.26
23352023-12-09T06:03:06.406Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zerocopy-0.7.26/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="byteorder"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="zerocopy-derive"' -C metadata=533de706d98a41fd -C extra-filename=-533de706d98a41fd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-1b4ad01209984ea0.rmeta --extern zerocopy_derive=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy_derive-64c1abfeeb24e158.so --cap-lints allow -D warnings`
23362023-12-09T06:03:06.407Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3e1d129151c3621d28ead5c6e5760693ba6e7fec#3e1d1291)
23372023-12-09T06:03:06.407Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name bhyve_api_sys --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/3e1d129/crates/bhyve-api/sys/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=6ab8170fd37f7ba7 -C extra-filename=-6ab8170fd37f7ba7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-45ce8912dc32de8c.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-b260bcdad7d801cc.rmeta --cap-lints allow -D warnings`
23382023-12-09T06:03:06.407Z Compiling predicates v2.1.5
23392023-12-09T06:03:06.407Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name predicates --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/predicates-2.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="diff"' --cfg 'feature="float-cmp"' --cfg 'feature="normalize-line-endings"' --cfg 'feature="regex"' -C metadata=b7516eec50af2704 -C extra-filename=-b7516eec50af2704 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern difflib=/work/oxidecomputer/omicron/target/debug/deps/libdifflib-1eed2584789273b3.rmeta --extern float_cmp=/work/oxidecomputer/omicron/target/debug/deps/libfloat_cmp-69d4a8c3409fe82d.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5d2789e50494f686.rmeta --extern normalize_line_endings=/work/oxidecomputer/omicron/target/debug/deps/libnormalize_line_endings-3c4947c0768711ac.rmeta --extern predicates_core=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_core-a707c93b27fc17a9.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-537384909654dd1b.rmeta --cap-lints allow -D warnings`
23402023-12-09T06:03:06.407Z Compiling mockall_derive v0.11.4
23412023-12-09T06:03:06.407Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name mockall_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mockall_derive-0.11.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=8847bbb68f2a80b7 -C extra-filename=-8847bbb68f2a80b7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-bc2c501506aafa82.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-48fabcfe082d99df.rlib --extern proc_macro --cap-lints allow -D warnings`
23422023-12-09T06:03:06.407Z Compiling num-derive v0.4.0
23432023-12-09T06:03:06.407Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name num_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-derive-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=730bc376787eaa34 -C extra-filename=-730bc376787eaa34 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-085545494ccbad1b.rlib --extern proc_macro --cap-lints allow -D warnings`
23442023-12-09T06:03:06.407Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=24ceba1969269e4d81bda83d8968d7d7f713c46b#24ceba19)
23452023-12-09T06:03:06.407Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name oxide_vpc --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/24ceba1/lib/oxide-vpc/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="api"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=3c2110cf7b7fc166 -C extra-filename=-3c2110cf7b7fc166 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern illumos_sys_hdrs=/work/oxidecomputer/omicron/target/debug/deps/libillumos_sys_hdrs-7e6aee51fb78bfe7.rmeta --extern opte=/work/oxidecomputer/omicron/target/debug/deps/libopte-d81cc9689bfc0eb0.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --extern smoltcp=/work/oxidecomputer/omicron/target/debug/deps/libsmoltcp-9b7582b73e3a8ba4.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-533de706d98a41fd.rmeta --cap-lints allow -D warnings`
23462023-12-09T06:03:06.407Z Compiling fragile v2.0.0
23472023-12-09T06:03:06.407Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name fragile --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fragile-2.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=e0897cf076b99a59 -C extra-filename=-e0897cf076b99a59 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
23482023-12-09T06:03:06.408Z Compiling downcast v0.11.0
23492023-12-09T06:03:06.408Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name downcast --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/downcast-0.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=e3b8e0a39507d7ce -C extra-filename=-e3b8e0a39507d7ce --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
23502023-12-09T06:03:06.408Z Compiling zone v0.3.0
23512023-12-09T06:03:06.408Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name zone --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zone-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="async"' -C metadata=0a77f036dbfdf4d9 -C extra-filename=-0a77f036dbfdf4d9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5d2789e50494f686.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1ec47aacdff5a9cb.rmeta --extern zone_cfg_derive=/work/oxidecomputer/omicron/target/debug/deps/libzone_cfg_derive-c8f1794d09607ec3.so --cap-lints allow -D warnings`
23522023-12-09T06:03:06.408Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=24ceba1969269e4d81bda83d8968d7d7f713c46b#24ceba19)
23532023-12-09T06:03:06.408Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name opte_ioctl --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/24ceba1/lib/opte-ioctl/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=d5ac2a40ed96e013 -C extra-filename=-d5ac2a40ed96e013 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-45ce8912dc32de8c.rmeta --extern libnet=/work/oxidecomputer/omicron/target/debug/deps/liblibnet-9131a59b9e13acb1.rmeta --extern opte=/work/oxidecomputer/omicron/target/debug/deps/libopte-d81cc9689bfc0eb0.rmeta --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-3c2110cf7b7fc166.rmeta --extern postcard=/work/oxidecomputer/omicron/target/debug/deps/libpostcard-afe9f95df3a8a7b7.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rmeta --cap-lints allow -D warnings`
23542023-12-09T06:03:06.410Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=945f040d259ca8013d3fb26f510453da7cd7b1a6#945f040d)
23552023-12-09T06:03:06.410Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name crucible_smf --edition=2021 /home/build/.cargo/git/checkouts/crucible-f3b5bdecdc6486d6/945f040/smf/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=d6cdc2cc60846d48 -C extra-filename=-d6cdc2cc60846d48 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern crucible_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_workspace_hack-4e1825748425f003.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-45ce8912dc32de8c.rmeta --extern num_derive=/work/oxidecomputer/omicron/target/debug/deps/libnum_derive-730bc376787eaa34.so --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-66b98c12d6f7f3b4.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rmeta --cap-lints allow -D warnings`
23562023-12-09T06:03:06.410Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3e1d129151c3621d28ead5c6e5760693ba6e7fec#3e1d1291)
23572023-12-09T06:03:06.410Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name bhyve_api --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/3e1d129/crates/bhyve-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=c45a2e65d1ad4516 -C extra-filename=-c45a2e65d1ad4516 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bhyve_api_sys=/work/oxidecomputer/omicron/target/debug/deps/libbhyve_api_sys-6ab8170fd37f7ba7.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-45ce8912dc32de8c.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-b260bcdad7d801cc.rmeta --cap-lints allow -D warnings`
23582023-12-09T06:03:06.412Z Compiling smf v0.2.2
23592023-12-09T06:03:06.412Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name smf --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smf-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=37221c7372c347f0 -C extra-filename=-37221c7372c347f0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rmeta --cap-lints allow -D warnings`
23602023-12-09T06:03:06.412Z Compiling typify v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f)
23612023-12-09T06:03:06.412Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name typify --edition=2021 /home/build/.cargo/git/checkouts/typify-288d5a84bbbe6a46/c9d6453/typify/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="macro"' --cfg 'feature="typify-macro"' -C metadata=27192068a795ccdd -C extra-filename=-27192068a795ccdd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern typify_impl=/work/oxidecomputer/omicron/target/debug/deps/libtypify_impl-21fc236d619efef9.rmeta --extern typify_macro=/work/oxidecomputer/omicron/target/debug/deps/libtypify_macro-e8baddc0e1fb9094.so --cap-lints allow -D warnings`
23622023-12-09T06:03:06.412Z Compiling pem v3.0.2
23632023-12-09T06:03:06.412Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name pem --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pem-3.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=b0f2d03dc9773fed -C extra-filename=-b0f2d03dc9773fed --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-efdef217e0fabd4e.rmeta --cap-lints allow -D warnings`
23642023-12-09T06:03:06.414Z Compiling progenitor-impl v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576)
23652023-12-09T06:03:06.414Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_impl --edition=2021 /home/build/.cargo/git/checkouts/progenitor-639bd64206ac5e43/9339b57/progenitor-impl/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a5d944088c58427b -C extra-filename=-a5d944088c58427b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern getopts=/work/oxidecomputer/omicron/target/debug/deps/libgetopts-0e62094522edc43d.rmeta --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-e8726b1e312bd2e5.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a198b56a5f9eb1ad.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-2e7a89619d1b841a.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-34a585534cdcaa54.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-537384909654dd1b.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-085545494ccbad1b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rmeta --extern typify=/work/oxidecomputer/omicron/target/debug/deps/libtypify-27192068a795ccdd.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-d84da02132e91997.rmeta --cap-lints allow -D warnings`
23662023-12-09T06:03:06.414Z Compiling headers-core v0.2.0
23672023-12-09T06:03:06.414Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name headers_core /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/headers-core-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=63d00f02623f87f5 -C extra-filename=-63d00f02623f87f5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a198b56a5f9eb1ad.rmeta --cap-lints allow -D warnings`
23682023-12-09T06:03:06.415Z Compiling atomicwrites v0.4.2
23692023-12-09T06:03:06.415Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name atomicwrites /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/atomicwrites-0.4.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=c131f2361b5c2b2d -C extra-filename=-c131f2361b5c2b2d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-b07637ba55941490.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-c421aae3f8abc685.rmeta --cap-lints allow -D warnings`
23702023-12-09T06:03:06.415Z Compiling headers v0.3.9
23712023-12-09T06:03:06.415Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name headers /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/headers-0.3.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=61e2da29bd33c601 -C extra-filename=-61e2da29bd33c601 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-efdef217e0fabd4e.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-cf72f843b9ce520b.rmeta --extern headers_core=/work/oxidecomputer/omicron/target/debug/deps/libheaders_core-63d00f02623f87f5.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a198b56a5f9eb1ad.rmeta --extern httpdate=/work/oxidecomputer/omicron/target/debug/deps/libhttpdate-0c1307657e91e527.rmeta --extern mime=/work/oxidecomputer/omicron/target/debug/deps/libmime-a6cf1a4a13963194.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-6029a9906444aeac.rmeta --cap-lints allow -D warnings`
23722023-12-09T06:03:06.415Z Compiling rcgen v0.11.3
23732023-12-09T06:03:06.415Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name rcgen --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rcgen-0.11.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="pem"' -C metadata=81d27db59de22af7 -C extra-filename=-81d27db59de22af7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-b0f2d03dc9773fed.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-5a5df37b70e7cd10.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-9b800e302f11b330.rmeta --extern yasna=/work/oxidecomputer/omicron/target/debug/deps/libyasna-a4b6622587f02829.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out`
23742023-12-09T06:03:06.416Z Compiling subprocess v0.2.9
23752023-12-09T06:03:06.416Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name subprocess --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/subprocess-0.2.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=7ba83478b0b28ec3 -C extra-filename=-7ba83478b0b28ec3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-45ce8912dc32de8c.rmeta --cap-lints allow -D warnings`
23762023-12-09T06:03:06.416Z Compiling linked-hash-map v0.5.6
23772023-12-09T06:03:06.416Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name linked_hash_map /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/linked-hash-map-0.5.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=50fc4be4ff4fa5d3 -C extra-filename=-50fc4be4ff4fa5d3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
23782023-12-09T06:03:06.416Z Compiling lru-cache v0.1.2
23792023-12-09T06:03:06.416Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name lru_cache /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lru-cache-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=1aeaf1d60cc951d6 -C extra-filename=-1aeaf1d60cc951d6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern linked_hash_map=/work/oxidecomputer/omicron/target/debug/deps/liblinked_hash_map-50fc4be4ff4fa5d3.rmeta --cap-lints allow -D warnings`
23802023-12-09T06:03:06.416Z Compiling same-file v1.0.6
23812023-12-09T06:03:06.418Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name same_file --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/same-file-1.0.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=d7abc45e158c5113 -C extra-filename=-d7abc45e158c5113 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
23822023-12-09T06:03:06.418Z Compiling walkdir v2.4.0
23832023-12-09T06:03:06.418Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name walkdir --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/walkdir-2.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f3795c7200a14d0e -C extra-filename=-f3795c7200a14d0e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern same_file=/work/oxidecomputer/omicron/target/debug/deps/libsame_file-d7abc45e158c5113.rmeta --cap-lints allow -D warnings`
23842023-12-09T06:03:06.418Z Compiling password-hash v0.5.0
23852023-12-09T06:03:06.418Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name password_hash --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/password-hash-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="rand_core"' --cfg 'feature="std"' -C metadata=98a345b30d3d0d1c -C extra-filename=-98a345b30d3d0d1c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64ct=/work/oxidecomputer/omicron/target/debug/deps/libbase64ct-4d3202f783ee952f.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-8e66244baa1a5b19.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-e4d03c814ee1d591.rmeta --cap-lints allow -D warnings`
23862023-12-09T06:03:06.418Z Compiling blake2 v0.10.6
23872023-12-09T06:03:06.418Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name blake2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/blake2-0.10.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=bf5f71a7f68b2afa -C extra-filename=-bf5f71a7f68b2afa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-cfb2bbac779740b0.rmeta --cap-lints allow -D warnings`
23882023-12-09T06:03:06.418Z Compiling heck v0.3.3
23892023-12-09T06:03:06.419Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name heck --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/heck-0.3.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=8e9436929c8fa349 -C extra-filename=-8e9436929c8fa349 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-a7b83919c0401bc3.rmeta --cap-lints allow -D warnings`
23902023-12-09T06:03:06.419Z Compiling argon2 v0.5.2
23912023-12-09T06:03:06.419Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name argon2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/argon2-0.5.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="password-hash"' --cfg 'feature="rand"' --cfg 'feature="std"' -C metadata=ab1c60233b851b26 -C extra-filename=-ab1c60233b851b26 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64ct=/work/oxidecomputer/omicron/target/debug/deps/libbase64ct-4d3202f783ee952f.rmeta --extern blake2=/work/oxidecomputer/omicron/target/debug/deps/libblake2-bf5f71a7f68b2afa.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-688e8dc1d1448767.rmeta --extern password_hash=/work/oxidecomputer/omicron/target/debug/deps/libpassword_hash-98a345b30d3d0d1c.rmeta --cap-lints allow -D warnings`
23922023-12-09T06:03:06.419Z Compiling toml v0.5.11
23932023-12-09T06:03:06.419Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name toml --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml-0.5.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=28edde0e79fa81cf -C extra-filename=-28edde0e79fa81cf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --cap-lints allow -D warnings`
23942023-12-09T06:03:06.419Z Compiling textwrap v0.11.0
23952023-12-09T06:03:06.419Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name textwrap /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/textwrap-0.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=318f5bb0d7471778 -C extra-filename=-318f5bb0d7471778 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-d72b7a0cbab620b4.rmeta --cap-lints allow -D warnings`
23962023-12-09T06:03:06.420Z Compiling swrite v0.1.0
23972023-12-09T06:03:06.420Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name swrite /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/swrite-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=70fd40af0a67716f -C extra-filename=-70fd40af0a67716f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
23982023-12-09T06:03:06.420Z Compiling ansi_term v0.12.1
23992023-12-09T06:03:06.420Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name ansi_term /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ansi_term-0.12.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=fd79a37a6dab7d7c -C extra-filename=-fd79a37a6dab7d7c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
24002023-12-09T06:03:06.420Z Compiling vec_map v0.8.2
24012023-12-09T06:03:06.421Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name vec_map /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/vec_map-0.8.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=d47e502a24254615 -C extra-filename=-d47e502a24254615 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
24022023-12-09T06:03:06.421Z Compiling libefi-sys v0.1.0
24032023-12-09T06:03:06.421Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libefi-sys-0.1.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=ab0e28b74949ac58 -C extra-filename=-ab0e28b74949ac58 --out-dir /work/oxidecomputer/omicron/target/debug/build/libefi-sys-ab0e28b74949ac58 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
24042023-12-09T06:03:06.423Z Compiling strsim v0.8.0
24052023-12-09T06:03:06.423Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name strsim /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/strsim-0.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=e236f6b8c5dbd7ae -C extra-filename=-e236f6b8c5dbd7ae --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
24062023-12-09T06:03:06.423Z Compiling mockall v0.11.4
24072023-12-09T06:03:06.423Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name mockall --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mockall-0.11.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=6d3a23f55653afda -C extra-filename=-6d3a23f55653afda --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-bc2c501506aafa82.rmeta --extern downcast=/work/oxidecomputer/omicron/target/debug/deps/libdowncast-e3b8e0a39507d7ce.rmeta --extern fragile=/work/oxidecomputer/omicron/target/debug/deps/libfragile-e0897cf076b99a59.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-9c9c3756e3f392b3.rmeta --extern mockall_derive=/work/oxidecomputer/omicron/target/debug/deps/libmockall_derive-8847bbb68f2a80b7.so --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-b7516eec50af2704.rmeta --extern predicates_tree=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_tree-2b21937ee10d575a.rmeta --cap-lints allow -D warnings`
24082023-12-09T06:03:06.423Z Compiling cancel-safe-futures v0.1.5
24092023-12-09T06:03:06.423Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cancel-safe-futures-0.1.5/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="macros"' --cfg 'feature="std"' -C metadata=6d4c3afe80cf1c7e -C extra-filename=-6d4c3afe80cf1c7e --out-dir /work/oxidecomputer/omicron/target/debug/build/cancel-safe-futures-6d4c3afe80cf1c7e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
24102023-12-09T06:03:06.423Z Running `/work/oxidecomputer/omicron/target/debug/build/libefi-sys-ab0e28b74949ac58/build-script-build`
24112023-12-09T06:03:06.424Z Compiling clap v2.34.0
24122023-12-09T06:03:06.424Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name clap --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-2.34.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="ansi_term"' --cfg 'feature="atty"' --cfg 'feature="color"' --cfg 'feature="default"' --cfg 'feature="strsim"' --cfg 'feature="suggestions"' --cfg 'feature="vec_map"' -C metadata=f8255713fa394c77 -C extra-filename=-f8255713fa394c77 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ansi_term=/work/oxidecomputer/omicron/target/debug/deps/libansi_term-fd79a37a6dab7d7c.rmeta --extern atty=/work/oxidecomputer/omicron/target/debug/deps/libatty-99a45a6314d045bd.rmeta --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-b6f8a7d540d47813.rmeta --extern strsim=/work/oxidecomputer/omicron/target/debug/deps/libstrsim-e236f6b8c5dbd7ae.rmeta --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-318f5bb0d7471778.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-d72b7a0cbab620b4.rmeta --extern vec_map=/work/oxidecomputer/omicron/target/debug/deps/libvec_map-d47e502a24254615.rmeta --cap-lints allow -D warnings`
24132023-12-09T06:03:06.424Z Running `/work/oxidecomputer/omicron/target/debug/build/cancel-safe-futures-6d4c3afe80cf1c7e/build-script-build`
24142023-12-09T06:03:06.424Z Compiling structopt-derive v0.4.18
24152023-12-09T06:03:06.424Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name structopt_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/structopt-derive-0.4.18/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=8b1c38582f0356e7 -C extra-filename=-8b1c38582f0356e7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-8e9436929c8fa349.rlib --extern proc_macro_error=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_error-53597bc160bbd407.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-48fabcfe082d99df.rlib --extern proc_macro --cap-lints allow -D warnings`
24162023-12-09T06:03:06.425Z Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802)
24172023-12-09T06:03:06.425Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/tofino-58dffaaa92c7532b/8283f80/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=8a82733cd31bff68 -C extra-filename=-8a82733cd31bff68 --out-dir /work/oxidecomputer/omicron/target/debug/build/tofino-8a82733cd31bff68 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-3d7dbaf4d3b8f9e6.rlib --cap-lints allow -D warnings`
24182023-12-09T06:03:06.425Z Compiling half v1.8.2
24192023-12-09T06:03:06.425Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name half --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/half-1.8.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=11d0aeaa1daf1c3f -C extra-filename=-11d0aeaa1daf1c3f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
24202023-12-09T06:03:06.425Z Compiling ciborium-io v0.2.1
24212023-12-09T06:03:06.425Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name ciborium_io --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ciborium-io-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="std"' -C metadata=8459582e1882a84b -C extra-filename=-8459582e1882a84b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
24222023-12-09T06:03:06.425Z Running `/work/oxidecomputer/omicron/target/debug/build/tofino-8a82733cd31bff68/build-script-build`
24232023-12-09T06:03:06.428Z Compiling ciborium-ll v0.2.1
24242023-12-09T06:03:06.428Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name ciborium_ll --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ciborium-ll-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=13d857dfd44f4025 -C extra-filename=-13d857dfd44f4025 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ciborium_io=/work/oxidecomputer/omicron/target/debug/deps/libciborium_io-8459582e1882a84b.rmeta --extern half=/work/oxidecomputer/omicron/target/debug/deps/libhalf-11d0aeaa1daf1c3f.rmeta --cap-lints allow -D warnings`
24252023-12-09T06:03:06.428Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name cancel_safe_futures --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cancel-safe-futures-0.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="macros"' --cfg 'feature="std"' -C metadata=21d3f75c791fa9a4 -C extra-filename=-21d3f75c791fa9a4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-85b0c1ea6a5e4905.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-b95f9ca11c6cfc07.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-af647ea9423ed3ec.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-2c68fbf53c1efe19.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1ec47aacdff5a9cb.rmeta --cap-lints allow -D warnings`
24262023-12-09T06:03:06.428Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name libefi_sys --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libefi-sys-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=0af6583503e1636a -C extra-filename=-0af6583503e1636a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -l efi`
24272023-12-09T06:03:06.428Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
24282023-12-09T06:03:06.428Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name illumos_devinfo --edition=2021 /home/build/.cargo/git/checkouts/illumos-devinfo-af88cd6aebd8ce54/4323b17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=8fe45624da2a3447 -C extra-filename=-8fe45624da2a3447 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-45ce8912dc32de8c.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-e80f078c61e496ac.rmeta --cap-lints allow -D warnings`
24292023-12-09T06:03:06.429Z Compiling ciborium v0.2.1
24302023-12-09T06:03:06.429Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name ciborium --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ciborium-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=ea9e8cb8d8ec83be -C extra-filename=-ea9e8cb8d8ec83be --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ciborium_io=/work/oxidecomputer/omicron/target/debug/deps/libciborium_io-8459582e1882a84b.rmeta --extern ciborium_ll=/work/oxidecomputer/omicron/target/debug/deps/libciborium_ll-13d857dfd44f4025.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --cap-lints allow -D warnings`
24312023-12-09T06:03:06.430Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
24322023-12-09T06:03:06.430Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name libefi_illumos --edition=2021 /home/build/.cargo/git/checkouts/libefi-illumos-957749dcb6b6e5a2/54c398c/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=dfff9f250ebab94e -C extra-filename=-dfff9f250ebab94e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-45ce8912dc32de8c.rmeta --extern libefi_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_sys-0af6583503e1636a.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rmeta --cap-lints allow -D warnings`
24332023-12-09T06:03:06.430Z Compiling arc-swap v1.6.0
24342023-12-09T06:03:06.430Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name arc_swap --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/arc-swap-1.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=7dc1f088f356a3f0 -C extra-filename=-7dc1f088f356a3f0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
24352023-12-09T06:03:06.527Z Compiling libsw v3.3.0
24362023-12-09T06:03:06.528Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name libsw --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libsw-3.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="std_instant"' --cfg 'feature="std_systemtime"' --cfg 'feature="tokio"' -C metadata=054c73ee5352d687 -C extra-filename=-054c73ee5352d687 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1ec47aacdff5a9cb.rmeta --cap-lints allow -D warnings`
24372023-12-09T06:03:06.528Z Compiling derive-where v1.2.6
24382023-12-09T06:03:06.528Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name derive_where --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derive-where-1.2.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=d5d148f8b0aeac01 -C extra-filename=-d5d148f8b0aeac01 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-085545494ccbad1b.rlib --extern proc_macro --cap-lints allow -D warnings`
24392023-12-09T06:03:06.528Z Compiling progenitor-macro v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576)
24402023-12-09T06:03:06.528Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_macro --edition=2021 /home/build/.cargo/git/checkouts/progenitor-639bd64206ac5e43/9339b57/progenitor-macro/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=dcce63d26c91a5ef -C extra-filename=-dcce63d26c91a5ef --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-34a585534cdcaa54.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rlib --extern progenitor_impl=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_impl-a5d944088c58427b.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-69f3793e4993904d.rlib --extern serde_yaml=/work/oxidecomputer/omicron/target/debug/deps/libserde_yaml-57ae3cfe26fdfcc6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-085545494ccbad1b.rlib --extern proc_macro --cap-lints allow -D warnings`
24412023-12-09T06:03:06.575Z Compiling slog-scope v4.4.0
24422023-12-09T06:03:06.575Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_scope /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-scope-4.4.0/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a0d7778226839f4c -C extra-filename=-a0d7778226839f4c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern arc_swap=/work/oxidecomputer/omicron/target/debug/deps/libarc_swap-7dc1f088f356a3f0.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-9c9c3756e3f392b3.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rmeta --cap-lints allow -D warnings`
24432023-12-09T06:03:06.605Z Compiling owo-colors v3.5.0
24442023-12-09T06:03:06.610Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name owo_colors --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/owo-colors-3.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=cc81b9d222c0d737 -C extra-filename=-cc81b9d222c0d737 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
24452023-12-09T06:03:07.113Z Compiling structopt v0.3.26
24462023-12-09T06:03:07.116Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name structopt --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/structopt-0.3.26/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=d7c34332714493bc -C extra-filename=-d7c34332714493bc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f8255713fa394c77.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-9c9c3756e3f392b3.rmeta --extern structopt_derive=/work/oxidecomputer/omicron/target/debug/deps/libstructopt_derive-8b1c38582f0356e7.so --cap-lints allow -D warnings`
24472023-12-09T06:03:07.346Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name tofino --edition=2021 /home/build/.cargo/git/checkouts/tofino-58dffaaa92c7532b/8283f80/src/lib/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=eef85b09ccdef74c -C extra-filename=-eef85b09ccdef74c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rmeta --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-8fe45624da2a3447.rmeta --extern structopt=/work/oxidecomputer/omicron/target/debug/deps/libstructopt-d7c34332714493bc.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-e27f147807a8bc9f/out -l static=pci`
24482023-12-09T06:03:07.360Z Compiling slog-stdlog v4.1.1
24492023-12-09T06:03:07.382Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_stdlog --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-stdlog-4.1.1/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=b35d073ae930acd9 -C extra-filename=-b35d073ae930acd9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-c5d2103652c0a8bc.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rmeta --extern slog_scope=/work/oxidecomputer/omicron/target/debug/deps/libslog_scope-a0d7778226839f4c.rmeta --cap-lints allow -D warnings`
24502023-12-09T06:03:07.932Z Compiling linear-map v1.2.0
24512023-12-09T06:03:07.935Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name linear_map /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/linear-map-1.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=9a24c9cb3f4a98ce -C extra-filename=-9a24c9cb3f4a98ce --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
24522023-12-09T06:03:08.135Z Compiling slog-envlogger v2.2.0
24532023-12-09T06:03:08.149Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_envlogger /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-envlogger-2.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="regex"' -C metadata=7d1f69ec0d72f47b -C extra-filename=-7d1f69ec0d72f47b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-c5d2103652c0a8bc.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-537384909654dd1b.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f514002cc560d52b.rmeta --extern slog_scope=/work/oxidecomputer/omicron/target/debug/deps/libslog_scope-a0d7778226839f4c.rmeta --extern slog_stdlog=/work/oxidecomputer/omicron/target/debug/deps/libslog_stdlog-b35d073ae930acd9.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-55e2511ace2b4a1b.rmeta --cap-lints allow -D warnings`
24542023-12-09T06:03:08.492Z Compiling slog-dtrace v0.2.3
24552023-12-09T06:03:08.495Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-dtrace-0.2.3/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a30f6b8b7bca8ec0 -C extra-filename=-a30f6b8b7bca8ec0 --out-dir /work/oxidecomputer/omicron/target/debug/build/slog-dtrace-a30f6b8b7bca8ec0 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-2c487f79507661dd.rlib --cap-lints allow -D warnings`
24562023-12-09T06:03:08.669Z Compiling convert_case v0.4.0
24572023-12-09T06:03:08.672Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name convert_case --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/convert_case-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=75f259e6c8d85f5c -C extra-filename=-75f259e6c8d85f5c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
24582023-12-09T06:03:09.570Z Running `/work/oxidecomputer/omicron/target/debug/build/slog-dtrace-a30f6b8b7bca8ec0/build-script-build`
24592023-12-09T06:03:09.597Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_dtrace --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-dtrace-0.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=702b87acea9cb846 -C extra-filename=-702b87acea9cb846 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-af3f9b2d6b50389f.rmeta --cap-lints allow -D warnings`
24602023-12-09T06:03:09.597Z Compiling resolv-conf v0.7.0
24612023-12-09T06:03:09.597Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name resolv_conf /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/resolv-conf-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="hostname"' --cfg 'feature="system"' -C metadata=9998fa33ea3ccc6e -C extra-filename=-9998fa33ea3ccc6e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern hostname=/work/oxidecomputer/omicron/target/debug/deps/libhostname-0ef0ec2613103eb6.rmeta --extern quick_error=/work/oxidecomputer/omicron/target/debug/deps/libquick_error-0673ec99874d5ad1.rmeta --cap-lints allow -D warnings`
24622023-12-09T06:03:10.070Z Compiling trust-dns-resolver v0.22.0
24632023-12-09T06:03:10.079Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name trust_dns_resolver --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/trust-dns-resolver-0.22.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="ipconfig"' --cfg 'feature="resolv-conf"' --cfg 'feature="system-config"' --cfg 'feature="tokio"' --cfg 'feature="tokio-runtime"' -C metadata=e349c9297024bade -C extra-filename=-e349c9297024bade --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-bc2c501506aafa82.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-af647ea9423ed3ec.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-9c9c3756e3f392b3.rmeta --extern lru_cache=/work/oxidecomputer/omicron/target/debug/deps/liblru_cache-1aeaf1d60cc951d6.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-5405541c40fedf6c.rmeta --extern resolv_conf=/work/oxidecomputer/omicron/target/debug/deps/libresolv_conf-9998fa33ea3ccc6e.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-0a077806bd7e84eb.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1ec47aacdff5a9cb.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-2ebf49bd2a2f8886.rmeta --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-d101df838460cf2e.rmeta --cap-lints allow -D warnings`
24642023-12-09T06:03:10.214Z Compiling derive_more v0.99.17
24652023-12-09T06:03:10.218Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name derive_more --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derive_more-0.99.17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="add"' --cfg 'feature="add_assign"' --cfg 'feature="as_mut"' --cfg 'feature="as_ref"' --cfg 'feature="constructor"' --cfg 'feature="convert_case"' --cfg 'feature="default"' --cfg 'feature="deref"' --cfg 'feature="deref_mut"' --cfg 'feature="display"' --cfg 'feature="error"' --cfg 'feature="from"' --cfg 'feature="from_str"' --cfg 'feature="index"' --cfg 'feature="index_mut"' --cfg 'feature="into"' --cfg 'feature="into_iterator"' --cfg 'feature="is_variant"' --cfg 'feature="iterator"' --cfg 'feature="mul"' --cfg 'feature="mul_assign"' --cfg 'feature="not"' --cfg 'feature="rustc_version"' --cfg 'feature="sum"' --cfg 'feature="try_into"' --cfg 'feature="unwrap"' -C metadata=46eebefa6ecc0bc6 -C extra-filename=-46eebefa6ecc0bc6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern convert_case=/work/oxidecomputer/omicron/target/debug/deps/libconvert_case-75f259e6c8d85f5c.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-48fabcfe082d99df.rlib --extern proc_macro --cap-lints allow -D warnings`
24662023-12-09T06:03:10.613Z Compiling fxhash v0.2.1
24672023-12-09T06:03:10.646Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name fxhash /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fxhash-0.2.1/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a981ba183737ec33 -C extra-filename=-a981ba183737ec33 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-1b4ad01209984ea0.rmeta --cap-lints allow -D warnings`
24682023-12-09T06:03:10.755Z Compiling newline-converter v0.3.0
24692023-12-09T06:03:10.758Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name newline_converter --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/newline-converter-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=e4889edf4561401f -C extra-filename=-e4889edf4561401f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-a7b83919c0401bc3.rmeta --cap-lints allow -D warnings`
24702023-12-09T06:03:10.917Z Compiling glob v0.3.1
24712023-12-09T06:03:10.920Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name glob /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/glob-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=daf84fcebc6d5eca -C extra-filename=-daf84fcebc6d5eca --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
24722023-12-09T06:03:11.407Z Compiling expectorate v1.1.0
24732023-12-09T06:03:11.411Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name expectorate --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/expectorate-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=0a3fb3c08f13db7a -C extra-filename=-0a3fb3c08f13db7a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-9be0e24052f4a227.rmeta --extern newline_converter=/work/oxidecomputer/omicron/target/debug/deps/libnewline_converter-e4889edf4561401f.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-2b119b775ec4cb49.rmeta --cap-lints allow -D warnings`
24742023-12-09T06:03:11.411Z Compiling itertools v0.12.0
24752023-12-09T06:03:11.411Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name itertools --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.12.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="use_alloc"' --cfg 'feature="use_std"' -C metadata=938138eb45012d55 -C extra-filename=-938138eb45012d55 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-294f21b38637a1be.rmeta --cap-lints allow -D warnings`
24762023-12-09T06:03:12.529Z Compiling termcolor v1.2.0
24772023-12-09T06:03:12.532Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name termcolor --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/termcolor-1.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=37d60876ed20c975 -C extra-filename=-37d60876ed20c975 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
24782023-12-09T06:03:12.592Z Compiling omicron-zone-package v0.9.1
24792023-12-09T06:03:12.601Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_zone_package --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/omicron-zone-package-0.9.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=6bdba5f36a79f0ab -C extra-filename=-6bdba5f36a79f0ab --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-084832dceff4d290.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rmeta --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-52ce6d369e8499fc.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-9c343eab58a7ea84.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-af647ea9423ed3ec.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6f7e7e787f938be2.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-de92a584975acef9.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-5a5df37b70e7cd10.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-54881a1782a3e1b0.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-101f844cca2ed149.so --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-fe8950a9f7b3553a.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-c421aae3f8abc685.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1ec47aacdff5a9cb.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-06af5535c6198b55.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-f3795c7200a14d0e.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/usr/ssl-3/lib/amd64`
24802023-12-09T06:03:13.946Z Compiling semver-parser v0.10.2
24812023-12-09T06:03:13.963Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name semver_parser --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/semver-parser-0.10.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=1f7734b57f6be7bd -C extra-filename=-1f7734b57f6be7bd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern pest=/work/oxidecomputer/omicron/target/debug/deps/libpest-44170135f2510804.rmeta --cap-lints allow -D warnings`
24822023-12-09T06:03:16.214Z Compiling semver v0.11.0
24832023-12-09T06:03:16.220Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name semver /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/semver-0.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=3a0bb39fc94a1d3d -C extra-filename=-3a0bb39fc94a1d3d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern semver_parser=/work/oxidecomputer/omicron/target/debug/deps/libsemver_parser-1f7734b57f6be7bd.rmeta --cap-lints allow -D warnings`
24842023-12-09T06:03:16.438Z Compiling home v0.5.5
24852023-12-09T06:03:16.463Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name home --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/home-0.5.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=36989160e6b31e23 -C extra-filename=-36989160e6b31e23 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
24862023-12-09T06:03:16.835Z Compiling radium v0.7.0
24872023-12-09T06:03:16.839Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/radium-0.7.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=54f115d39e5efe8d -C extra-filename=-54f115d39e5efe8d --out-dir /work/oxidecomputer/omicron/target/debug/build/radium-54f115d39e5efe8d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
24882023-12-09T06:03:17.546Z Compiling toolchain_find v0.2.0
24892023-12-09T06:03:17.562Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name toolchain_find --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toolchain_find-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=91e6363bcecd5c8c -C extra-filename=-91e6363bcecd5c8c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern home=/work/oxidecomputer/omicron/target/debug/deps/libhome-36989160e6b31e23.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-9c9c3756e3f392b3.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-537384909654dd1b.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-3a0bb39fc94a1d3d.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-f3795c7200a14d0e.rmeta --cap-lints allow -D warnings`
24902023-12-09T06:03:17.661Z Running `/work/oxidecomputer/omicron/target/debug/build/radium-54f115d39e5efe8d/build-script-build`
24912023-12-09T06:03:17.697Z Compiling tap v1.0.1
24922023-12-09T06:03:17.702Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name tap /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tap-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=30dddda8e7a4d974 -C extra-filename=-30dddda8e7a4d974 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
24932023-12-09T06:03:17.719Z Compiling maybe-uninit v2.0.0
24942023-12-09T06:03:17.724Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/maybe-uninit-2.0.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f714a593871c4a56 -C extra-filename=-f714a593871c4a56 --out-dir /work/oxidecomputer/omicron/target/debug/build/maybe-uninit-f714a593871c4a56 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
24952023-12-09T06:03:17.966Z Compiling wyz v0.5.1
24962023-12-09T06:03:17.969Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name wyz --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/wyz-0.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f517a8beba484217 -C extra-filename=-f517a8beba484217 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern tap=/work/oxidecomputer/omicron/target/debug/deps/libtap-30dddda8e7a4d974.rmeta --cap-lints allow -D warnings`
24972023-12-09T06:03:18.530Z Compiling rustfmt-wrapper v0.2.0
24982023-12-09T06:03:18.535Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name rustfmt_wrapper --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustfmt-wrapper-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=76b99ea68de61fe7 -C extra-filename=-76b99ea68de61fe7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-c421aae3f8abc685.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-28edde0e79fa81cf.rmeta --extern toolchain_find=/work/oxidecomputer/omicron/target/debug/deps/libtoolchain_find-91e6363bcecd5c8c.rmeta --cap-lints allow -D warnings`
24992023-12-09T06:03:18.630Z Running `/work/oxidecomputer/omicron/target/debug/build/maybe-uninit-f714a593871c4a56/build-script-build`
25002023-12-09T06:03:18.662Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name radium --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/radium-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=184136ec6747b782 -C extra-filename=-184136ec6747b782 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings --cfg radium_atomic_8 --cfg radium_atomic_16 --cfg radium_atomic_32 --cfg radium_atomic_64 --cfg radium_atomic_ptr`
25012023-12-09T06:03:18.703Z Compiling num-rational v0.4.1
25022023-12-09T06:03:18.747Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-rational-0.4.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=35877ac485ca8490 -C extra-filename=-35877ac485ca8490 --out-dir /work/oxidecomputer/omicron/target/debug/build/num-rational-35877ac485ca8490 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-c1e84996da593841.rlib --cap-lints allow -D warnings`
25032023-12-09T06:03:19.256Z Compiling crc-catalog v2.2.0
25042023-12-09T06:03:19.289Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name crc_catalog --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crc-catalog-2.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=e3d909bf79973734 -C extra-filename=-e3d909bf79973734 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
25052023-12-09T06:03:19.408Z Compiling keccak v0.1.4
25062023-12-09T06:03:19.416Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name keccak --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/keccak-0.1.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=42b0c13038d1f5b6 -C extra-filename=-42b0c13038d1f5b6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
25072023-12-09T06:03:19.488Z Compiling packed_struct v0.10.1
25082023-12-09T06:03:19.503Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/packed_struct-0.10.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="serde"' --cfg 'feature="std"' -C metadata=2601aea4b3a549db -C extra-filename=-2601aea4b3a549db --out-dir /work/oxidecomputer/omicron/target/debug/build/packed_struct-2601aea4b3a549db -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
25092023-12-09T06:03:19.531Z Compiling num-bigint-dig v0.8.4
25102023-12-09T06:03:19.544Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-bigint-dig-0.8.4/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="i128"' --cfg 'feature="prime"' --cfg 'feature="rand"' --cfg 'feature="serde"' --cfg 'feature="zeroize"' -C metadata=990dde5a4a9cee6d -C extra-filename=-990dde5a4a9cee6d --out-dir /work/oxidecomputer/omicron/target/debug/build/num-bigint-dig-990dde5a4a9cee6d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
25112023-12-09T06:03:19.552Z Compiling funty v2.0.0
25122023-12-09T06:03:19.552Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name funty --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/funty-2.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=c845abd79b94a012 -C extra-filename=-c845abd79b94a012 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
25132023-12-09T06:03:20.092Z Running `/work/oxidecomputer/omicron/target/debug/build/num-bigint-dig-990dde5a4a9cee6d/build-script-build`
25142023-12-09T06:03:20.128Z Compiling sha3 v0.10.8
25152023-12-09T06:03:20.157Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name sha3 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sha3-0.10.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=b60aa24d05f29b5f -C extra-filename=-b60aa24d05f29b5f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-cfb2bbac779740b0.rmeta --extern keccak=/work/oxidecomputer/omicron/target/debug/deps/libkeccak-42b0c13038d1f5b6.rmeta --cap-lints allow -D warnings`
25162023-12-09T06:03:20.252Z Running `/work/oxidecomputer/omicron/target/debug/build/packed_struct-2601aea4b3a549db/build-script-build`
25172023-12-09T06:03:20.333Z Compiling crc v3.0.1
25182023-12-09T06:03:20.337Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name crc --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crc-3.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=aba0ec4eb9ec4013 -C extra-filename=-aba0ec4eb9ec4013 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern crc_catalog=/work/oxidecomputer/omicron/target/debug/deps/libcrc_catalog-e3d909bf79973734.rmeta --cap-lints allow -D warnings`
25192023-12-09T06:03:20.518Z Running `/work/oxidecomputer/omicron/target/debug/build/num-rational-35877ac485ca8490/build-script-build`
25202023-12-09T06:03:20.814Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name maybe_uninit /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/maybe-uninit-2.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=fbc56d06ff64b9a7 -C extra-filename=-fbc56d06ff64b9a7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings --cfg derive_copy --cfg repr_transparent --cfg native_uninit`
25212023-12-09T06:03:20.873Z Compiling secrecy v0.8.0
25222023-12-09T06:03:20.878Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name secrecy --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/secrecy-0.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' -C metadata=65adaff614060fb5 -C extra-filename=-65adaff614060fb5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d4ac8e2ff6ba4016.rmeta --cap-lints allow -D warnings`
25232023-12-09T06:03:20.905Z Compiling packed_struct_codegen v0.10.1
25242023-12-09T06:03:20.933Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name packed_struct_codegen --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/packed_struct_codegen-0.10.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=9acaac233565381e -C extra-filename=-9acaac233565381e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-48fabcfe082d99df.rlib --extern proc_macro --cap-lints allow -D warnings`
25252023-12-09T06:03:20.976Z Compiling nodrop v0.1.14
25262023-12-09T06:03:20.982Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name nodrop /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nodrop-0.1.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=45f19903373ec438 -C extra-filename=-45f19903373ec438 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
25272023-12-09T06:03:21.155Z Compiling array-init v0.0.4
25282023-12-09T06:03:21.158Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name array_init /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/array-init-0.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=1a3aaf1886ea04d5 -C extra-filename=-1a3aaf1886ea04d5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern nodrop=/work/oxidecomputer/omicron/target/debug/deps/libnodrop-45f19903373ec438.rmeta --cap-lints allow -D warnings`
25292023-12-09T06:03:21.261Z Compiling smallvec v0.6.14
25302023-12-09T06:03:21.264Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name smallvec /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smallvec-0.6.14/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=d6310ae9a5c0d8ed -C extra-filename=-d6310ae9a5c0d8ed --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern maybe_uninit=/work/oxidecomputer/omicron/target/debug/deps/libmaybe_uninit-fbc56d06ff64b9a7.rmeta --cap-lints allow -D warnings`
25312023-12-09T06:03:21.671Z Compiling bitvec v1.0.1
25322023-12-09T06:03:21.700Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name bitvec --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bitvec-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=47435de1652fa9fb -C extra-filename=-47435de1652fa9fb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern funty=/work/oxidecomputer/omicron/target/debug/deps/libfunty-c845abd79b94a012.rmeta --extern radium=/work/oxidecomputer/omicron/target/debug/deps/libradium-184136ec6747b782.rmeta --extern tap=/work/oxidecomputer/omicron/target/debug/deps/libtap-30dddda8e7a4d974.rmeta --extern wyz=/work/oxidecomputer/omicron/target/debug/deps/libwyz-f517a8beba484217.rmeta --cap-lints allow -D warnings`
25332023-12-09T06:03:21.948Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name num_rational --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-rational-0.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=57f435888b122c70 -C extra-filename=-57f435888b122c70 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-78c4e619da17149f.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-66b98c12d6f7f3b4.rmeta --cap-lints allow -D warnings --cfg has_int_exp_fmt`
25342023-12-09T06:03:22.865Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name num_bigint_dig --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-bigint-dig-0.8.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="i128"' --cfg 'feature="prime"' --cfg 'feature="rand"' --cfg 'feature="serde"' --cfg 'feature="zeroize"' -C metadata=d096faeef301f222 -C extra-filename=-d096faeef301f222 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-1b4ad01209984ea0.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-9c9c3756e3f392b3.rmeta --extern libm=/work/oxidecomputer/omicron/target/debug/deps/liblibm-b2de4a05ed778b08.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-78c4e619da17149f.rmeta --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-90ee7d264145cac8.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-66b98c12d6f7f3b4.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8c4ac547107558e9.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-0a077806bd7e84eb.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d4ac8e2ff6ba4016.rmeta --cap-lints allow -D warnings --cfg has_i128`
25352023-12-09T06:03:23.118Z Compiling pkcs1 v0.7.5
25362023-12-09T06:03:23.121Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name pkcs1 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pkcs1-0.7.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="pem"' --cfg 'feature="pkcs8"' --cfg 'feature="std"' --cfg 'feature="zeroize"' -C metadata=ce8094695dd8f6ce -C extra-filename=-ce8094695dd8f6ce --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-cceb8e0e028647cd.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-83176ad9c8455734.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-050b5b1ec547420c.rmeta --cap-lints allow -D warnings`
25372023-12-09T06:03:24.757Z Compiling signature v2.1.0
25382023-12-09T06:03:24.761Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name signature --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/signature-2.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="digest"' --cfg 'feature="rand_core"' --cfg 'feature="std"' -C metadata=2893b2cd5c278914 -C extra-filename=-2893b2cd5c278914 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-cfb2bbac779740b0.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-8e66244baa1a5b19.rmeta --cap-lints allow -D warnings`
25392023-12-09T06:03:24.913Z Compiling num-complex v0.4.4
25402023-12-09T06:03:24.919Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name num_complex --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-complex-0.4.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="libm"' -C metadata=03a3ee00558cc36e -C extra-filename=-03a3ee00558cc36e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-66b98c12d6f7f3b4.rmeta --cap-lints allow -D warnings`
25412023-12-09T06:03:25.016Z Compiling bitfield v0.14.0
25422023-12-09T06:03:25.027Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name bitfield /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bitfield-0.14.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=6672fc3e7cd21291 -C extra-filename=-6672fc3e7cd21291 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
25432023-12-09T06:03:25.116Z Compiling serde-hex v0.1.0
25442023-12-09T06:03:25.125Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_hex /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-hex-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=4a04219f8eb986bf -C extra-filename=-4a04219f8eb986bf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern array_init=/work/oxidecomputer/omicron/target/debug/deps/libarray_init-1a3aaf1886ea04d5.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-d6310ae9a5c0d8ed.rmeta --cap-lints allow -D warnings`
25452023-12-09T06:03:25.513Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
25462023-12-09T06:03:25.519Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name tlvc --edition=2021 /home/build/.cargo/git/checkouts/tlvc-747b6a86320a4fa5/e644a21/tlvc/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=b66b648628aa5f74 -C extra-filename=-b66b648628aa5f74 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-1b4ad01209984ea0.rmeta --extern crc=/work/oxidecomputer/omicron/target/debug/deps/libcrc-aba0ec4eb9ec4013.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-c3bf34b18ecf8b70.rmeta --cap-lints allow -D warnings`
25472023-12-09T06:03:25.965Z Compiling env_logger v0.10.0
25482023-12-09T06:03:25.994Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name env_logger --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/env_logger-0.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="auto-color"' --cfg 'feature="color"' -C metadata=4bd4e13ee64fd06a -C extra-filename=-4bd4e13ee64fd06a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern is_terminal=/work/oxidecomputer/omicron/target/debug/deps/libis_terminal-d7be28484e0c869b.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-c5d2103652c0a8bc.rmeta --extern termcolor=/work/oxidecomputer/omicron/target/debug/deps/libtermcolor-37d60876ed20c975.rmeta --cap-lints allow -D warnings`
25492023-12-09T06:03:26.222Z Compiling x509-cert v0.2.4
25502023-12-09T06:03:26.225Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name x509_cert --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/x509-cert-0.2.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' -C metadata=b2b95ff7fe67ca3c -C extra-filename=-b2b95ff7fe67ca3c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-8036eb2fb0734902.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-cceb8e0e028647cd.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-050b5b1ec547420c.rmeta --cap-lints allow -D warnings`
25512023-12-09T06:03:26.248Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25522023-12-09T06:03:26.254Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build workspace-hack/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=6d13be6b363a4fb0 -C extra-filename=-6d13be6b363a4fb0 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-workspace-hack-6d13be6b363a4fb0 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern base16ct=/work/oxidecomputer/omicron/target/debug/deps/libbase16ct-55296223c8905605.rlib --extern bit_set=/work/oxidecomputer/omicron/target/debug/deps/libbit_set-c87ee7a4a219efa1.rlib --extern bit_vec=/work/oxidecomputer/omicron/target/debug/deps/libbit_vec-be2b16d8eb900e10.rlib --extern bitflags_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-b6f8a7d540d47813.rlib --extern bitflags_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-95e0840708437b88.rlib --extern bstr_6f8ce4dd05d13bba=/work/oxidecomputer/omicron/target/debug/deps/libbstr-49019ba25fed05fd.rlib --extern bstr_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbstr-f119340823f1aa08.rlib --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-1b4ad01209984ea0.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-cf72f843b9ce520b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rlib --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-72a2abb2cf0395e1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef443fbbfa73a43.rlib --extern clap_builder=/work/oxidecomputer/omicron/target/debug/deps/libclap_builder-8e6cb03a3615cb75.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-9be0e24052f4a227.rlib --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-8036eb2fb0734902.rlib --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-2d9f0b9c67027185.rlib --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-ecd3b02fa9b0bdac.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-a6f7ca36058256e5.rlib --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-457861be037dadda.rlib --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-cceb8e0e028647cd.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-131baaa97c231bbc.rlib --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-cfb2bbac779740b0.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-294f21b38637a1be.rlib --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-985beb8d4c96de66.rlib --extern errno=/work/oxidecomputer/omicron/target/debug/deps/liberrno-6dc528fb33689de0.rlib --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-f75dc52179c27e45.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-9c343eab58a7ea84.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-06412b5ccf50305b.rlib --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-85b0c1ea6a5e4905.rlib --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-4915a8c6c3fe3b6a.rlib --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-b95f9ca11c6cfc07.rlib --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-a51c9503c37b751e.rlib --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-af647ea9423ed3ec.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-35e5e75d00a35726.rlib --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-f6df480a7c6817d8.rlib --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-fd3f8e5b97695db0.rlib --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-f053f90409c80810.rlib --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-1124ea82a4942298.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6f7e7e787f938be2.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-348309a5a3883e14.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-7f13a5e04fe3d70c.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-c0114adbbe04edb4.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-2e7a89619d1b841a.rlib --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-8190e8f00691da95.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-847fb59b18b2aee3.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5d2789e50494f686.rlib --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-a2c79a7f288a2d69.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-9c9c3756e3f392b3.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-45ce8912dc32de8c.rlib --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-c5d2103652c0a8bc.rlib --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-c4f0e08992bb4f35.rlib --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-918fa9e671606ec5.rlib --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-681018778da6c197.rlib --extern num_bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint-aa335b19d16a7164.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-78c4e619da17149f.rlib --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-90ee7d264145cac8.rlib --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-66b98c12d6f7f3b4.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-230e44e7360903b6.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-34a585534cdcaa54.rlib --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-c37157d808c21f6c.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-cb3b038c24d25106.rlib --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-23222090219ed3f9.rlib --extern ppv_lite86=/work/oxidecomputer/omicron/target/debug/deps/libppv_lite86-3ca074035a2e7100.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-765e2540c35635c8.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8c4ac547107558e9.rlib --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-49ba573a971a5789.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-537384909654dd1b.rlib --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-57572678d71e52ed.rlib --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-ac03edf4730b2374.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-de92a584975acef9.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-d1e51c6b8a6ecb88.rlib --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-b07637ba55941490.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-54881a1782a3e1b0.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-3efb67152f9bb7fd.rlib --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-2b119b775ec4cb49.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern snafu=/work/oxidecomputer/omicron/target/debug/deps/libsnafu-f45fb991151db88a.rlib --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-4c240d9238dcc0df.rlib --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-8bc59e18845579c2.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-e4d03c814ee1d591.rlib --extern syn_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libsyn-48fabcfe082d99df.rlib --extern syn_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libsyn-085545494ccbad1b.rlib --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-9b800e302f11b330.rlib --extern time_macros=/work/oxidecomputer/omicron/target/debug/deps/libtime_macros-dbc03062bd046473.so --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1ec47aacdff5a9cb.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-86d1590eb418f516.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-bd4e9926302cc4c2.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-da120e4ff52d808b.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-06af5535c6198b55.rlib --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-f7c2b7796e32d7a6.rlib --extern toml_edit_cdcf2f9584511fe6=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-32ad42ce06f6cab4.rlib --extern toml_edit_647d43efb71741da=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-e0682a68817d4d48.rlib --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-2ebf49bd2a2f8886.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-d101df838460cf2e.rlib --extern unicode_bidi=/work/oxidecomputer/omicron/target/debug/deps/libunicode_bidi-9c36c215e5778119.rlib --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-7c2cf4bd1cb476cd.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-af3f9b2d6b50389f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rlib --extern yasna=/work/oxidecomputer/omicron/target/debug/deps/libyasna-a4b6622587f02829.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d4ac8e2ff6ba4016.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-1e6182992effe9a1.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib`
25532023-12-09T06:03:26.731Z Compiling num v0.4.1
25542023-12-09T06:03:26.751Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name num --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-0.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="libm"' -C metadata=bf5edac01f673ca3 -C extra-filename=-bf5edac01f673ca3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern num_complex=/work/oxidecomputer/omicron/target/debug/deps/libnum_complex-03a3ee00558cc36e.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-78c4e619da17149f.rmeta --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-90ee7d264145cac8.rmeta --extern num_rational=/work/oxidecomputer/omicron/target/debug/deps/libnum_rational-57f435888b122c70.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-66b98c12d6f7f3b4.rmeta --cap-lints allow -D warnings`
25552023-12-09T06:03:26.788Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-workspace-hack-6d13be6b363a4fb0/build-script-build`
25562023-12-09T06:03:26.866Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_workspace_hack workspace-hack/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=69debb94d18142c8 -C extra-filename=-69debb94d18142c8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rmeta --extern base16ct=/work/oxidecomputer/omicron/target/debug/deps/libbase16ct-55296223c8905605.rmeta --extern bit_set=/work/oxidecomputer/omicron/target/debug/deps/libbit_set-c87ee7a4a219efa1.rmeta --extern bit_vec=/work/oxidecomputer/omicron/target/debug/deps/libbit_vec-be2b16d8eb900e10.rmeta --extern bitflags_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-b6f8a7d540d47813.rmeta --extern bitflags_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-95e0840708437b88.rmeta --extern bstr_6f8ce4dd05d13bba=/work/oxidecomputer/omicron/target/debug/deps/libbstr-49019ba25fed05fd.rmeta --extern bstr_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbstr-f119340823f1aa08.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-1b4ad01209984ea0.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-cf72f843b9ce520b.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-72a2abb2cf0395e1.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef443fbbfa73a43.rmeta --extern clap_builder=/work/oxidecomputer/omicron/target/debug/deps/libclap_builder-8e6cb03a3615cb75.rmeta --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-9be0e24052f4a227.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-8036eb2fb0734902.rmeta --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-2d9f0b9c67027185.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-ecd3b02fa9b0bdac.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-a6f7ca36058256e5.rmeta --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-457861be037dadda.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-cceb8e0e028647cd.rmeta --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-131baaa97c231bbc.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-cfb2bbac779740b0.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-294f21b38637a1be.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-985beb8d4c96de66.rmeta --extern errno=/work/oxidecomputer/omicron/target/debug/deps/liberrno-6dc528fb33689de0.rmeta --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-f75dc52179c27e45.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-9c343eab58a7ea84.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-06412b5ccf50305b.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-85b0c1ea6a5e4905.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-4915a8c6c3fe3b6a.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-b95f9ca11c6cfc07.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-a51c9503c37b751e.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-af647ea9423ed3ec.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-35e5e75d00a35726.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-f6df480a7c6817d8.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-fd3f8e5b97695db0.rmeta --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-f053f90409c80810.rmeta --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-1124ea82a4942298.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6f7e7e787f938be2.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-348309a5a3883e14.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-7f13a5e04fe3d70c.rmeta --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-c0114adbbe04edb4.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-2e7a89619d1b841a.rmeta --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-8190e8f00691da95.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-847fb59b18b2aee3.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5d2789e50494f686.rmeta --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-a2c79a7f288a2d69.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-9c9c3756e3f392b3.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-45ce8912dc32de8c.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-c5d2103652c0a8bc.rmeta --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-c4f0e08992bb4f35.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-918fa9e671606ec5.rmeta --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-681018778da6c197.rmeta --extern num_bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint-aa335b19d16a7164.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-78c4e619da17149f.rmeta --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-90ee7d264145cac8.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-66b98c12d6f7f3b4.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-230e44e7360903b6.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-34a585534cdcaa54.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-c37157d808c21f6c.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-cb3b038c24d25106.rmeta --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-23222090219ed3f9.rmeta --extern ppv_lite86=/work/oxidecomputer/omicron/target/debug/deps/libppv_lite86-3ca074035a2e7100.rmeta --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-765e2540c35635c8.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8c4ac547107558e9.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-49ba573a971a5789.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-537384909654dd1b.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-57572678d71e52ed.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-ac03edf4730b2374.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-de92a584975acef9.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-d1e51c6b8a6ecb88.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-b07637ba55941490.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-54881a1782a3e1b0.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-3efb67152f9bb7fd.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-2b119b775ec4cb49.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rmeta --extern snafu=/work/oxidecomputer/omicron/target/debug/deps/libsnafu-f45fb991151db88a.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-4c240d9238dcc0df.rmeta --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-8bc59e18845579c2.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-e4d03c814ee1d591.rmeta --extern syn_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libsyn-48fabcfe082d99df.rmeta --extern syn_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libsyn-085545494ccbad1b.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-9b800e302f11b330.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1ec47aacdff5a9cb.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-86d1590eb418f516.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-bd4e9926302cc4c2.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-da120e4ff52d808b.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-06af5535c6198b55.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-f7c2b7796e32d7a6.rmeta --extern toml_edit_cdcf2f9584511fe6=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-32ad42ce06f6cab4.rmeta --extern toml_edit_647d43efb71741da=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-e0682a68817d4d48.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-2ebf49bd2a2f8886.rmeta --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-d101df838460cf2e.rmeta --extern unicode_bidi=/work/oxidecomputer/omicron/target/debug/deps/libunicode_bidi-9c36c215e5778119.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-7c2cf4bd1cb476cd.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-af3f9b2d6b50389f.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rmeta --extern yasna=/work/oxidecomputer/omicron/target/debug/deps/libyasna-a4b6622587f02829.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d4ac8e2ff6ba4016.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-1e6182992effe9a1.rmeta -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib`
25572023-12-09T06:03:26.873Z Compiling rsa v0.9.2
25582023-12-09T06:03:26.873Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name rsa --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rsa-0.9.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="pem"' --cfg 'feature="serde"' --cfg 'feature="sha2"' --cfg 'feature="std"' -C metadata=cfe3681cbf346f58 -C extra-filename=-cfe3681cbf346f58 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-1b4ad01209984ea0.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-8036eb2fb0734902.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-cfb2bbac779740b0.rmeta --extern num_bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint_dig-d096faeef301f222.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-78c4e619da17149f.rmeta --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-90ee7d264145cac8.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-66b98c12d6f7f3b4.rmeta --extern pkcs1=/work/oxidecomputer/omicron/target/debug/deps/libpkcs1-ce8094695dd8f6ce.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-83176ad9c8455734.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-8e66244baa1a5b19.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-3efb67152f9bb7fd.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-2893b2cd5c278914.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-050b5b1ec547420c.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-e4d03c814ee1d591.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d4ac8e2ff6ba4016.rmeta --cap-lints allow -D warnings`
25592023-12-09T06:03:26.999Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
25602023-12-09T06:03:27.013Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name api_identity --edition=2021 api_identity/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a95cf8fe62f5e0c4 -C extra-filename=-a95cf8fe62f5e0c4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-69debb94d18142c8.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-085545494ccbad1b.rlib --extern proc_macro -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib`
25612023-12-09T06:03:28.072Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
25622023-12-09T06:03:28.076Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_passwords --edition=2021 passwords/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=1985ded145d2f706 -C extra-filename=-1985ded145d2f706 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern argon2=/work/oxidecomputer/omicron/target/debug/deps/libargon2-ab1c60233b851b26.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-69debb94d18142c8.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8c4ac547107558e9.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f915ff3d992a233b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rmeta -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib`
25632023-12-09T06:03:28.223Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
25642023-12-09T06:03:28.227Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name update_engine --edition=2021 update-engine/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a2a1f484550678da -C extra-filename=-a2a1f484550678da --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-21d3f75c791fa9a4.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-212a8b0dc002b8b7.rmeta --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-d5d148f8b0aeac01.so --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-294f21b38637a1be.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-2e7a89619d1b841a.rmeta --extern libsw=/work/oxidecomputer/omicron/target/debug/deps/liblibsw-054c73ee5352d687.rmeta --extern linear_map=/work/oxidecomputer/omicron/target/debug/deps/liblinear_map-9a24c9cb3f4a98ce.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-69debb94d18142c8.rmeta --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-cc81b9d222c0d737.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-cb3b038c24d25106.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f915ff3d992a233b.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-70fd40af0a67716f.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1ec47aacdff5a9cb.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-d72b7a0cbab620b4.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rmeta -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib`
25652023-12-09T06:03:28.487Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name packed_struct --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/packed_struct-0.10.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="serde"' --cfg 'feature="std"' -C metadata=56be592896df7f4b -C extra-filename=-56be592896df7f4b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitvec=/work/oxidecomputer/omicron/target/debug/deps/libbitvec-47435de1652fa9fb.rmeta --extern packed_struct_codegen=/work/oxidecomputer/omicron/target/debug/deps/libpacked_struct_codegen-9acaac233565381e.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --cap-lints allow -D warnings`
25662023-12-09T06:03:28.681Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25672023-12-09T06:03:28.711Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_macro_impl --edition=2021 oximeter/oximeter-macro-impl/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=be1c8fb506297b9d -C extra-filename=-be1c8fb506297b9d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-69debb94d18142c8.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-085545494ccbad1b.rlib --extern proc_macro -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib`
25682023-12-09T06:03:30.806Z Compiling ron v0.8.1
25692023-12-09T06:03:30.810Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name ron --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ron-0.8.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=d5f5f414d2286419 -C extra-filename=-d5f5f414d2286419 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-efdef217e0fabd4e.rmeta --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-95e0840708437b88.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-101f844cca2ed149.so --cap-lints allow -D warnings`
25702023-12-09T06:03:33.763Z Compiling utf-8 v0.7.6
25712023-12-09T06:03:34.174Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name utf8 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/utf-8-0.7.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=d127f35e1baf2f5e -C extra-filename=-d127f35e1baf2f5e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
25722023-12-09T06:03:34.191Z Compiling crc-any v2.4.3
25732023-12-09T06:03:34.191Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name crc_any --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crc-any-2.4.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=243f4363216938b3 -C extra-filename=-243f4363216938b3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
25742023-12-09T06:03:34.762Z Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
25752023-12-09T06:03:34.788Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name lpc55_areas --edition=2021 /home/build/.cargo/git/checkouts/lpc55_support-19f1da7b60efd927/96f064e/lpc55_areas/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=9af0bb8304cb4699 -C extra-filename=-9af0bb8304cb4699 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitfield=/work/oxidecomputer/omicron/target/debug/deps/libbitfield-6672fc3e7cd21291.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef443fbbfa73a43.rmeta --extern packed_struct=/work/oxidecomputer/omicron/target/debug/deps/libpacked_struct-56be592896df7f4b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --cap-lints allow -D warnings`
25762023-12-09T06:03:34.884Z Compiling tungstenite v0.20.1
25772023-12-09T06:03:34.916Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name tungstenite --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tungstenite-0.20.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="data-encoding"' --cfg 'feature="handshake"' --cfg 'feature="http"' --cfg 'feature="httparse"' --cfg 'feature="sha1"' --cfg 'feature="url"' -C metadata=e8449dc5a9970012 -C extra-filename=-e8449dc5a9970012 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-1b4ad01209984ea0.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-cf72f843b9ce520b.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-6b18b93accc321e4.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a198b56a5f9eb1ad.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-c25a7f7496695df9.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-c5d2103652c0a8bc.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8c4ac547107558e9.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-6029a9906444aeac.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-4ee5ed5bde7ce18a.rmeta --extern utf8=/work/oxidecomputer/omicron/target/debug/deps/libutf8-d127f35e1baf2f5e.rmeta --cap-lints allow -D warnings`
25782023-12-09T06:03:35.253Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
25792023-12-09T06:03:35.305Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name tlvc_text --edition=2021 /home/build/.cargo/git/checkouts/tlvc-747b6a86320a4fa5/e644a21/text/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=befeeca455d3ad0f -C extra-filename=-befeeca455d3ad0f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ron=/work/oxidecomputer/omicron/target/debug/deps/libron-d5f5f414d2286419.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --extern tlvc=/work/oxidecomputer/omicron/target/debug/deps/libtlvc-b66b648628aa5f74.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-c3bf34b18ecf8b70.rmeta --cap-lints allow -D warnings`
25802023-12-09T06:03:35.366Z Compiling object v0.30.4
25812023-12-09T06:03:35.370Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name object --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/object-0.30.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="archive"' --cfg 'feature="coff"' --cfg 'feature="crc32fast"' --cfg 'feature="elf"' --cfg 'feature="hashbrown"' --cfg 'feature="indexmap"' --cfg 'feature="macho"' --cfg 'feature="pe"' --cfg 'feature="read"' --cfg 'feature="read_core"' --cfg 'feature="std"' --cfg 'feature="unaligned"' --cfg 'feature="write"' --cfg 'feature="write_core"' --cfg 'feature="write_std"' -C metadata=d74447645ab3b9c7 -C extra-filename=-d74447645ab3b9c7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern crc32fast=/work/oxidecomputer/omicron/target/debug/deps/libcrc32fast-2e6cb0fdfac0d5fc.rmeta --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-1124ea82a4942298.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-fa80c618b8065deb.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-918fa9e671606ec5.rmeta --cap-lints allow -D warnings`
25822023-12-09T06:03:35.564Z Compiling path-slash v0.1.5
25832023-12-09T06:03:35.583Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name path_slash --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/path-slash-0.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=870e60259411baa0 -C extra-filename=-870e60259411baa0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
25842023-12-09T06:03:35.846Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
25852023-12-09T06:03:35.849Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_rpaths --edition=2021 rpaths/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=2ffddadad793df44 -C extra-filename=-2ffddadad793df44 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-69debb94d18142c8.rmeta -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib`
25862023-12-09T06:03:36.311Z Compiling buf-list v1.0.3
25872023-12-09T06:03:36.335Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/buf-list-1.0.3/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="tokio"' --cfg 'feature="tokio1"' -C metadata=e819ecfedebe66cc -C extra-filename=-e819ecfedebe66cc --out-dir /work/oxidecomputer/omicron/target/debug/build/buf-list-e819ecfedebe66cc -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
25882023-12-09T06:03:36.445Z Compiling display-error-chain v0.2.0
25892023-12-09T06:03:36.484Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name display_error_chain --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/display-error-chain-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=c33ee704d422915a -C extra-filename=-c33ee704d422915a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
25902023-12-09T06:03:36.688Z Compiling tokio-tungstenite v0.20.1
25912023-12-09T06:03:36.691Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_tungstenite --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-tungstenite-0.20.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="connect"' --cfg 'feature="default"' --cfg 'feature="handshake"' --cfg 'feature="stream"' -C metadata=8c822327311acb33 -C extra-filename=-8c822327311acb33 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-af647ea9423ed3ec.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-c5d2103652c0a8bc.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1ec47aacdff5a9cb.rmeta --extern tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtungstenite-e8449dc5a9970012.rmeta --cap-lints allow -D warnings`
25922023-12-09T06:03:37.434Z Running `/work/oxidecomputer/omicron/target/debug/build/buf-list-e819ecfedebe66cc/build-script-build`
25932023-12-09T06:03:37.491Z Compiling parking_lot_core v0.8.6
25942023-12-09T06:03:37.527Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parking_lot_core-0.8.6/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=99d4ca97820188b4 -C extra-filename=-99d4ca97820188b4 --out-dir /work/oxidecomputer/omicron/target/debug/build/parking_lot_core-99d4ca97820188b4 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
25952023-12-09T06:03:37.945Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name buf_list --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/buf-list-1.0.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="tokio"' --cfg 'feature="tokio1"' -C metadata=58dcb98854df22ff -C extra-filename=-58dcb98854df22ff --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-cf72f843b9ce520b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1ec47aacdff5a9cb.rmeta --cap-lints allow -D warnings --cfg seek_convenience --cfg const_fn_trait_bounds`
25962023-12-09T06:03:37.960Z Compiling nibble_vec v0.1.0
25972023-12-09T06:03:37.961Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name nibble_vec --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nibble_vec-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=c95765574927dbcd -C extra-filename=-c95765574927dbcd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-0a077806bd7e84eb.rmeta --cap-lints allow -D warnings`
25982023-12-09T06:03:37.961Z Compiling endian-type v0.1.2
25992023-12-09T06:03:37.961Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name endian_type /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/endian-type-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=7094093e52ffe519 -C extra-filename=-7094093e52ffe519 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
26002023-12-09T06:03:38.183Z Compiling radix_trie v0.2.1
26012023-12-09T06:03:38.186Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name radix_trie --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/radix_trie-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=1b3fb1d8f55b783f -C extra-filename=-1b3fb1d8f55b783f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern endian_type=/work/oxidecomputer/omicron/target/debug/deps/libendian_type-7094093e52ffe519.rmeta --extern nibble_vec=/work/oxidecomputer/omicron/target/debug/deps/libnibble_vec-c95765574927dbcd.rmeta --cap-lints allow -D warnings`
26022023-12-09T06:03:38.256Z Compiling progenitor v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576)
26032023-12-09T06:03:38.260Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name progenitor --edition=2021 /home/build/.cargo/git/checkouts/progenitor-639bd64206ac5e43/9339b57/progenitor/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=289011c4e09667b5 -C extra-filename=-289011c4e09667b5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-42f7e9e71f8e1e8f.rmeta --extern progenitor_impl=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_impl-a5d944088c58427b.rmeta --extern progenitor_macro=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_macro-dcce63d26c91a5ef.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/usr/ssl-3/lib/amd64`
26042023-12-09T06:03:38.302Z Running `/work/oxidecomputer/omicron/target/debug/build/parking_lot_core-99d4ca97820188b4/build-script-build`
26052023-12-09T06:03:38.318Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name parking_lot_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parking_lot_core-0.8.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=81e41ba2b0ac7d15 -C extra-filename=-81e41ba2b0ac7d15 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-bc2c501506aafa82.rmeta --extern instant=/work/oxidecomputer/omicron/target/debug/deps/libinstant-30c7dc3283c535e9.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-45ce8912dc32de8c.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-0a077806bd7e84eb.rmeta --cap-lints allow -D warnings`
26062023-12-09T06:03:38.421Z Compiling pretty-hex v0.4.0
26072023-12-09T06:03:38.425Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name pretty_hex /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pretty-hex-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' -C metadata=bbeb7eb58c6ead42 -C extra-filename=-bbeb7eb58c6ead42 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
26082023-12-09T06:03:38.492Z Compiling semver v0.1.20
26092023-12-09T06:03:38.495Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name semver /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/semver-0.1.20/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=9167605ef855e737 -C extra-filename=-9167605ef855e737 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
26102023-12-09T06:03:38.560Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
26112023-12-09T06:03:38.564Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_common --edition=2021 common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="proptest"' --cfg 'feature="test-strategy"' --cfg 'feature="testing"' -C metadata=af1b94fc055bd29e -C extra-filename=-af1b94fc055bd29e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rmeta --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-a95cf8fe62f5e0c4.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-084832dceff4d290.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-7e110f4241c65d1d.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-8fc3661830c92e6e.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6f7e7e787f938be2.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a198b56a5f9eb1ad.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-847fb59b18b2aee3.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-9c9c3756e3f392b3.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-1ce9557757fa651b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-69debb94d18142c8.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-60c31164f1211692.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-289011c4e09667b5.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-894db676841aa3cb.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8c4ac547107558e9.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-de92a584975acef9.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-54881a1782a3e1b0.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-dfa91eaf5f5704dc.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f915ff3d992a233b.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-b260bcdad7d801cc.rmeta --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-f6b05fbf7e100ea2.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1ec47aacdff5a9cb.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-86d1590eb418f516.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5e9108efc6e4e2b4.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib`
26122023-12-09T06:03:38.726Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
26132023-12-09T06:03:38.730Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name gateway_client --edition=2021 clients/gateway-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=c34bcec9e53a17f3 -C extra-filename=-c34bcec9e53a17f3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-efdef217e0fabd4e.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-35e5e75d00a35726.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-69debb94d18142c8.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-289011c4e09667b5.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8c4ac547107558e9.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-de92a584975acef9.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rmeta -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib`
26142023-12-09T06:03:39.273Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
26152023-12-09T06:03:39.314Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name dns_service_client --edition=2021 clients/dns-service-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=db45c09695d061dd -C extra-filename=-db45c09695d061dd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a198b56a5f9eb1ad.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-69debb94d18142c8.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-289011c4e09667b5.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-de92a584975acef9.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rmeta -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib`
26162023-12-09T06:03:39.424Z Compiling parking_lot v0.11.2
26172023-12-09T06:03:39.427Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name parking_lot --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parking_lot-0.11.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=3707e1945799fc30 -C extra-filename=-3707e1945799fc30 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern instant=/work/oxidecomputer/omicron/target/debug/deps/libinstant-30c7dc3283c535e9.rmeta --extern lock_api=/work/oxidecomputer/omicron/target/debug/deps/liblock_api-c0d85aeeedd1db0a.rmeta --extern parking_lot_core=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot_core-81e41ba2b0ac7d15.rmeta --cap-lints allow -D warnings`
26182023-12-09T06:03:39.577Z Compiling trust-dns-client v0.22.0
26192023-12-09T06:03:39.611Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name trust_dns_client --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/trust-dns-client-0.22.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=e6a25a4ba1eef43e -C extra-filename=-e6a25a4ba1eef43e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-bc2c501506aafa82.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-6b18b93accc321e4.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-06412b5ccf50305b.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-af647ea9423ed3ec.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-9c9c3756e3f392b3.rmeta --extern radix_trie=/work/oxidecomputer/omicron/target/debug/deps/libradix_trie-1b3fb1d8f55b783f.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8c4ac547107558e9.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-9b800e302f11b330.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1ec47aacdff5a9cb.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-2ebf49bd2a2f8886.rmeta --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-d101df838460cf2e.rmeta --cap-lints allow -D warnings`
26202023-12-09T06:03:41.209Z Compiling sled v0.34.7
26212023-12-09T06:03:41.221Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name sled --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sled-0.34.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="no_metrics"' -C metadata=bb596902a395f642 -C extra-filename=-bb596902a395f642 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern crc32fast=/work/oxidecomputer/omicron/target/debug/deps/libcrc32fast-2e6cb0fdfac0d5fc.rmeta --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-2d9f0b9c67027185.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-ecd3b02fa9b0bdac.rmeta --extern fxhash=/work/oxidecomputer/omicron/target/debug/deps/libfxhash-a981ba183737ec33.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-45ce8912dc32de8c.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-c5d2103652c0a8bc.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-3707e1945799fc30.rmeta --cap-lints allow -D warnings`
26222023-12-09T06:03:41.556Z Compiling rustc_version v0.1.7
26232023-12-09T06:03:41.559Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name rustc_version /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustc_version-0.1.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=c204b087ee0a29ce -C extra-filename=-c204b087ee0a29ce --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9167605ef855e737.rmeta --cap-lints allow -D warnings`
26242023-12-09T06:03:42.413Z Compiling trust-dns-server v0.22.1
26252023-12-09T06:03:42.418Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name trust_dns_server --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/trust-dns-server-0.22.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=361bd5a5dfd8c3c7 -C extra-filename=-361bd5a5dfd8c3c7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-084832dceff4d290.so --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-cf72f843b9ce520b.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-bc2c501506aafa82.rmeta --extern enum_as_inner=/work/oxidecomputer/omicron/target/debug/deps/libenum_as_inner-c877e58e27839d73.so --extern futures_executor=/work/oxidecomputer/omicron/target/debug/deps/libfutures_executor-e8030b61cb9ca4f2.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-af647ea9423ed3ec.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-9b800e302f11b330.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1ec47aacdff5a9cb.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-28edde0e79fa81cf.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-2ebf49bd2a2f8886.rmeta --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-e6a25a4ba1eef43e.rmeta --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-d101df838460cf2e.rmeta --cap-lints allow -D warnings`
26262023-12-09T06:03:44.759Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
26272023-12-09T06:03:44.764Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 clients/ddm-admin-client/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a55dd47e6be8254e -C extra-filename=-a55dd47e6be8254e --out-dir /work/oxidecomputer/omicron/target/debug/build/ddm-admin-client-a55dd47e6be8254e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-6bdba5f36a79f0ab.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-289011c4e09667b5.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rlib --extern rustfmt_wrapper=/work/oxidecomputer/omicron/target/debug/deps/librustfmt_wrapper-76b99ea68de61fe7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5e9108efc6e4e2b4.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/usr/ssl-3/lib/amd64`
26282023-12-09T06:03:46.042Z Compiling newtype_derive v0.1.6
26292023-12-09T06:03:46.046Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/newtype_derive-0.1.6/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=87ab273cfcac2f77 -C extra-filename=-87ab273cfcac2f77 --out-dir /work/oxidecomputer/omicron/target/debug/build/newtype_derive-87ab273cfcac2f77 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-c204b087ee0a29ce.rlib --cap-lints allow -D warnings`
26302023-12-09T06:03:46.605Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
26312023-12-09T06:03:46.608Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 clients/dpd-client/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=bfc1c18ca5647e88 -C extra-filename=-bfc1c18ca5647e88 --out-dir /work/oxidecomputer/omicron/target/debug/build/dpd-client-bfc1c18ca5647e88 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-6bdba5f36a79f0ab.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-289011c4e09667b5.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rlib --extern rustfmt_wrapper=/work/oxidecomputer/omicron/target/debug/deps/librustfmt_wrapper-76b99ea68de61fe7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5e9108efc6e4e2b4.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/usr/ssl-3/lib/amd64`
26322023-12-09T06:03:49.322Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
26332023-12-09T06:03:49.328Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name dns_server --edition=2021 dns-server/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a58c8b92ed943a37 -C extra-filename=-a58c8b92ed943a37 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef443fbbfa73a43.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-db45c09695d061dd.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-8fc3661830c92e6e.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a198b56a5f9eb1ad.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-69debb94d18142c8.rmeta --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-bbeb7eb58c6ead42.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rmeta --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-bb596902a395f642.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f514002cc560d52b.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-7d1f69ec0d72f47b.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-55e2511ace2b4a1b.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-c421aae3f8abc685.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1ec47aacdff5a9cb.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5e9108efc6e4e2b4.rmeta --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-e6a25a4ba1eef43e.rmeta --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-d101df838460cf2e.rmeta --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-e349c9297024bade.rmeta --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-361bd5a5dfd8c3c7.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rmeta -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib`
26342023-12-09T06:03:51.201Z Running `/work/oxidecomputer/omicron/target/debug/build/newtype_derive-87ab273cfcac2f77/build-script-build`
26352023-12-09T06:03:51.297Z Compiling openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
26362023-12-09T06:03:51.301Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name openapi_lint --edition=2021 /home/build/.cargo/git/checkouts/openapi-lint-42a90d71bc44c8c6/ef442ee/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=9d8845f6ea973efe -C extra-filename=-9d8845f6ea973efe --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-e8726b1e312bd2e5.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-2e7a89619d1b841a.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-9c9c3756e3f392b3.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-34a585534cdcaa54.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-537384909654dd1b.rmeta --cap-lints allow -D warnings`
26372023-12-09T06:03:54.239Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
26382023-12-09T06:03:54.244Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name illumos_utils --edition=2021 illumos-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="mockall"' --cfg 'feature="testing"' --cfg 'feature="tmp_keypath"' -C metadata=e4d69e760c7ca210 -C extra-filename=-e4d69e760c7ca210 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-084832dceff4d290.so --extern bhyve_api=/work/oxidecomputer/omicron/target/debug/deps/libbhyve_api-c45a2e65d1ad4516.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-1b4ad01209984ea0.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7c6e8f28fa0558b4.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-bc2c501506aafa82.rmeta --extern crucible_smf=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_smf-d6cdc2cc60846d48.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-847fb59b18b2aee3.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-45ce8912dc32de8c.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-1ce9557757fa651b.rmeta --extern mockall=/work/oxidecomputer/omicron/target/debug/deps/libmockall-6d3a23f55653afda.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-af1b94fc055bd29e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-69debb94d18142c8.rmeta --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-d5ac2a40ed96e013.rmeta --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-3c2110cf7b7fc166.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-37221c7372c347f0.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1ec47aacdff5a9cb.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-0a77f036dbfdf4d9.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib`
26392023-12-09T06:03:54.258Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
26402023-12-09T06:03:54.261Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_test_utils --edition=2021 test-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="seed-gen"' -C metadata=c8787c923dc1c8d2 -C extra-filename=-c8787c923dc1c8d2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rmeta --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-c131f2361b5c2b2d.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7c6e8f28fa0558b4.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-8fc3661830c92e6e.rmeta --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-52ce6d369e8499fc.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-61e2da29bd33c601.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6f7e7e787f938be2.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a198b56a5f9eb1ad.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-45ce8912dc32de8c.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-af1b94fc055bd29e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-69debb94d18142c8.rmeta --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-b0f2d03dc9773fed.rmeta --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-81d27db59de22af7.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-537384909654dd1b.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-de92a584975acef9.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-d1e51c6b8a6ecb88.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-b4c439e5fbc8af3a.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rmeta --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7ba83478b0b28ec3.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-fe8950a9f7b3553a.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-c421aae3f8abc685.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1ec47aacdff5a9cb.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-86d1590eb418f516.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-af3f9b2d6b50389f.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib`
26412023-12-09T06:03:58.379Z Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
26422023-12-09T06:03:58.382Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name lpc55_sign --edition=2021 /home/build/.cargo/git/checkouts/lpc55_support-19f1da7b60efd927/96f064e/lpc55_sign/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=4fc3386d3b11b8ee -C extra-filename=-4fc3386d3b11b8ee --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-1b4ad01209984ea0.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-8036eb2fb0734902.rmeta --extern crc_any=/work/oxidecomputer/omicron/target/debug/deps/libcrc_any-243f4363216938b3.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-cceb8e0e028647cd.rmeta --extern env_logger=/work/oxidecomputer/omicron/target/debug/deps/libenv_logger-4bd4e13ee64fd06a.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6f7e7e787f938be2.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-c5d2103652c0a8bc.rmeta --extern lpc55_areas=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_areas-9af0bb8304cb4699.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-66b98c12d6f7f3b4.rmeta --extern packed_struct=/work/oxidecomputer/omicron/target/debug/deps/libpacked_struct-56be592896df7f4b.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-c37157d808c21f6c.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-cfe3681cbf346f58.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --extern serde_hex=/work/oxidecomputer/omicron/target/debug/deps/libserde_hex-4a04219f8eb986bf.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-3efb67152f9bb7fd.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-b2b95ff7fe67ca3c.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-c3bf34b18ecf8b70.rmeta --cap-lints allow -D warnings`
26432023-12-09T06:04:00.335Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
26442023-12-09T06:04:00.345Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter --edition=2021 oximeter/oximeter/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=4cf06a1b033601c2 -C extra-filename=-4cf06a1b033601c2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-cf72f843b9ce520b.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rmeta --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-bf5edac01f673ca3.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-af1b94fc055bd29e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-69debb94d18142c8.rmeta --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-be1c8fb506297b9d.so --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-b260bcdad7d801cc.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib`
26452023-12-09T06:04:00.926Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26462023-12-09T06:04:00.974Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name key_manager --edition=2021 key-manager/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=144705db301a5870 -C extra-filename=-144705db301a5870 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-084832dceff4d290.so --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-b69c4557237afc47.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-af1b94fc055bd29e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-69debb94d18142c8.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-65adaff614060fb5.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-b60aa24d05f29b5f.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1ec47aacdff5a9cb.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d4ac8e2ff6ba4016.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib`
26472023-12-09T06:04:01.597Z Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84)
26482023-12-09T06:04:01.603Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name hubtools --edition=2021 /home/build/.cargo/git/checkouts/hubtools-660036efb99a0cd0/73cd5a8/hubtools/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=e196c97d3d4fcd97 -C extra-filename=-e196c97d3d4fcd97 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern lpc55_areas=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_areas-9af0bb8304cb4699.rmeta --extern lpc55_sign=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_sign-4fc3386d3b11b8ee.rmeta --extern object=/work/oxidecomputer/omicron/target/debug/deps/libobject-d74447645ab3b9c7.rmeta --extern path_slash=/work/oxidecomputer/omicron/target/debug/deps/libpath_slash-870e60259411baa0.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-cfe3681cbf346f58.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rmeta --extern tlvc=/work/oxidecomputer/omicron/target/debug/deps/libtlvc-b66b648628aa5f74.rmeta --extern tlvc_text=/work/oxidecomputer/omicron/target/debug/deps/libtlvc_text-befeeca455d3ad0f.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-06af5535c6198b55.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-b2b95ff7fe67ca3c.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-c3bf34b18ecf8b70.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-1e6182992effe9a1.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib`
26492023-12-09T06:04:02.126Z Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
26502023-12-09T06:04:02.143Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name internal_dns --edition=2021 internal-dns/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=304b947e2d9b96f6 -C extra-filename=-304b947e2d9b96f6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-db45c09695d061dd.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-7f13a5e04fe3d70c.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-af1b94fc055bd29e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-69debb94d18142c8.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-de92a584975acef9.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rmeta --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-e349c9297024bade.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rmeta -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib`
26512023-12-09T06:04:03.588Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
26522023-12-09T06:04:03.591Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_client --edition=2021 clients/nexus-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=e454a4d90d4044eb -C extra-filename=-e454a4d90d4044eb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-847fb59b18b2aee3.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-af1b94fc055bd29e.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-1985ded145d2f706.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-69debb94d18142c8.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-289011c4e09667b5.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-df34b867b7589e06.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-de92a584975acef9.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib`
26532023-12-09T06:04:06.843Z Compiling ipcc-key-value v0.1.0 (/work/oxidecomputer/omicron/ipcc-key-value)
26542023-12-09T06:04:06.849Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name ipcc_key_value --edition=2021 ipcc-key-value/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=55d3cff9d5d23867 -C extra-filename=-55d3cff9d5d23867 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-ea9e8cb8d8ec83be.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-45ce8912dc32de8c.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-af1b94fc055bd29e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-69debb94d18142c8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib`
26552023-12-09T06:04:08.552Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name newtype_derive /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/newtype_derive-0.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=90083c391ac2a709 -C extra-filename=-90083c391ac2a709 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings --cfg op_assign`
26562023-12-09T06:04:08.868Z Compiling memoffset v0.7.1
26572023-12-09T06:04:08.868Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memoffset-0.7.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=8f380bafbc631838 -C extra-filename=-8f380bafbc631838 --out-dir /work/oxidecomputer/omicron/target/debug/build/memoffset-8f380bafbc631838 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-c1e84996da593841.rlib --cap-lints allow -D warnings`
26582023-12-09T06:04:08.868Z Compiling platforms v3.0.2
26592023-12-09T06:04:08.869Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/platforms-3.0.2/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=0cb7554db24782e0 -C extra-filename=-0cb7554db24782e0 --out-dir /work/oxidecomputer/omicron/target/debug/build/platforms-0cb7554db24782e0 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
26602023-12-09T06:04:09.338Z Running `/work/oxidecomputer/omicron/target/debug/build/memoffset-8f380bafbc631838/build-script-build`
26612023-12-09T06:04:09.338Z Running `/work/oxidecomputer/omicron/target/debug/build/platforms-0cb7554db24782e0/build-script-build`
26622023-12-09T06:04:09.339Z Compiling steno v0.4.0
26632023-12-09T06:04:09.339Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name steno --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/steno-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=dcf245cea7453970 -C extra-filename=-dcf245cea7453970 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-084832dceff4d290.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-9c9c3756e3f392b3.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-90083c391ac2a709.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-cb3b038c24d25106.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1ec47aacdff5a9cb.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rmeta --cap-lints allow -D warnings`
26642023-12-09T06:04:09.340Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name memoffset /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memoffset-0.7.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=b09f3b757e13ec10 -C extra-filename=-b09f3b757e13ec10 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings --cfg tuple_ty --cfg allow_clippy --cfg maybe_uninit --cfg doctests --cfg raw_ref_macros`
26652023-12-09T06:04:09.340Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name platforms --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/platforms-3.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=ea9b135a7169d8e5 -C extra-filename=-ea9b135a7169d8e5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
26662023-12-09T06:04:10.240Z Compiling crossbeam-deque v0.8.3
26672023-12-09T06:04:10.244Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name crossbeam_deque --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-deque-0.8.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="crossbeam-epoch"' --cfg 'feature="crossbeam-utils"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=de0c924a38105e0e -C extra-filename=-de0c924a38105e0e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-bc2c501506aafa82.rmeta --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-2d9f0b9c67027185.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-ecd3b02fa9b0bdac.rmeta --cap-lints allow -D warnings`
26682023-12-09T06:04:10.805Z Compiling unicase v2.7.0
26692023-12-09T06:04:10.809Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicase-2.7.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=4e17b597ff6e6fea -C extra-filename=-4e17b597ff6e6fea --out-dir /work/oxidecomputer/omicron/target/debug/build/unicase-4e17b597ff6e6fea -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-2c487f79507661dd.rlib --cap-lints allow -D warnings`
26702023-12-09T06:04:11.373Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
26712023-12-09T06:04:11.379Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/management-gateway-service-749acba834b73294/2739c18/gateway-sp-comms/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=fcf733c510251e73 -C extra-filename=-fcf733c510251e73 --out-dir /work/oxidecomputer/omicron/target/debug/build/gateway-sp-comms-fcf733c510251e73 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-2c487f79507661dd.rlib --cap-lints allow -D warnings`
26722023-12-09T06:04:11.972Z Compiling rayon-core v1.12.0
26732023-12-09T06:04:11.980Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rayon-core-1.12.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=83d4042876c001bf -C extra-filename=-83d4042876c001bf --out-dir /work/oxidecomputer/omicron/target/debug/build/rayon-core-83d4042876c001bf -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
26742023-12-09T06:04:12.506Z Compiling signature v1.6.4
26752023-12-09T06:04:12.518Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name signature --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/signature-1.6.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=63c1f06889acbd12 -C extra-filename=-63c1f06889acbd12 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
26762023-12-09T06:04:12.531Z Compiling salty v0.2.0
26772023-12-09T06:04:12.558Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/salty-0.2.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=be16da5b0a40bd70 -C extra-filename=-be16da5b0a40bd70 --out-dir /work/oxidecomputer/omicron/target/debug/build/salty-be16da5b0a40bd70 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
26782023-12-09T06:04:12.738Z Compiling ed25519 v1.5.3
26792023-12-09T06:04:12.742Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name ed25519 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ed25519-1.5.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=51d0566daf0fad5f -C extra-filename=-51d0566daf0fad5f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-63c1f06889acbd12.rmeta --cap-lints allow -D warnings`
26802023-12-09T06:04:12.968Z Running `/work/oxidecomputer/omicron/target/debug/build/ddm-admin-client-a55dd47e6be8254e/build-script-build`
26812023-12-09T06:04:13.271Z Running `/work/oxidecomputer/omicron/target/debug/build/rayon-core-83d4042876c001bf/build-script-build`
26822023-12-09T06:04:13.289Z Running `/work/oxidecomputer/omicron/target/debug/build/gateway-sp-comms-fcf733c510251e73/build-script-build`
26832023-12-09T06:04:13.334Z Running `/work/oxidecomputer/omicron/target/debug/build/unicase-4e17b597ff6e6fea/build-script-build`
26842023-12-09T06:04:13.386Z Compiling curve25519-dalek v4.1.0
26852023-12-09T06:04:13.390Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/curve25519-dalek-4.1.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="digest"' --cfg 'feature="legacy_compatibility"' --cfg 'feature="precomputed-tables"' --cfg 'feature="rand_core"' --cfg 'feature="zeroize"' -C metadata=df6a69afff6ca425 -C extra-filename=-df6a69afff6ca425 --out-dir /work/oxidecomputer/omicron/target/debug/build/curve25519-dalek-df6a69afff6ca425 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern platforms=/work/oxidecomputer/omicron/target/debug/deps/libplatforms-ea9b135a7169d8e5.rlib --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-a24886e505c93f47.rlib --cap-lints allow -D warnings`
26862023-12-09T06:04:13.454Z Running `/work/oxidecomputer/omicron/target/debug/build/salty-be16da5b0a40bd70/build-script-build`
26872023-12-09T06:04:13.463Z Compiling nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d)
26882023-12-09T06:04:13.466Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name nix --edition=2018 /home/build/.cargo/git/checkouts/nix-a6715c5f5bedbb76/c1a3636/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="acct"' --cfg 'feature="aio"' --cfg 'feature="default"' --cfg 'feature="dir"' --cfg 'feature="env"' --cfg 'feature="event"' --cfg 'feature="feature"' --cfg 'feature="fs"' --cfg 'feature="hostname"' --cfg 'feature="inotify"' --cfg 'feature="ioctl"' --cfg 'feature="kmod"' --cfg 'feature="memoffset"' --cfg 'feature="mman"' --cfg 'feature="mount"' --cfg 'feature="mqueue"' --cfg 'feature="net"' --cfg 'feature="personality"' --cfg 'feature="pin-utils"' --cfg 'feature="poll"' --cfg 'feature="process"' --cfg 'feature="pthread"' --cfg 'feature="ptrace"' --cfg 'feature="quota"' --cfg 'feature="reboot"' --cfg 'feature="resource"' --cfg 'feature="sched"' --cfg 'feature="signal"' --cfg 'feature="socket"' --cfg 'feature="term"' --cfg 'feature="time"' --cfg 'feature="ucontext"' --cfg 'feature="uio"' --cfg 'feature="user"' --cfg 'feature="zerocopy"' -C metadata=2a6836173286b347 -C extra-filename=-2a6836173286b347 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-b6f8a7d540d47813.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-bc2c501506aafa82.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-45ce8912dc32de8c.rmeta --extern memoffset=/work/oxidecomputer/omicron/target/debug/deps/libmemoffset-b09f3b757e13ec10.rmeta --extern pin_utils=/work/oxidecomputer/omicron/target/debug/deps/libpin_utils-494a3e00a892adf5.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-8396087cdeea73a3.rmeta --cap-lints allow -D warnings`
26892023-12-09T06:04:13.580Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
26902023-12-09T06:04:13.584Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name tlvc --edition=2021 /home/build/.cargo/git/checkouts/tlvc-747b6a86320a4fa5/e644a21/tlvc/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=118f6820456a65b3 -C extra-filename=-118f6820456a65b3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-1b4ad01209984ea0.rmeta --extern crc=/work/oxidecomputer/omicron/target/debug/deps/libcrc-aba0ec4eb9ec4013.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-c3bf34b18ecf8b70.rmeta --cap-lints allow -D warnings`
26912023-12-09T06:04:14.072Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26922023-12-09T06:04:14.077Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_types --edition=2021 nexus/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=dc9b67b9d47e7bce -C extra-filename=-dc9b67b9d47e7bce --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rmeta --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-a95cf8fe62f5e0c4.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-efdef217e0fabd4e.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-db45c09695d061dd.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-c34bcec9e53a17f3.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-af1b94fc055bd29e.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-1985ded145d2f706.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-69debb94d18142c8.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-7b781b30fdd26f56.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-60c31164f1211692.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-dcf245cea7453970.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-b260bcdad7d801cc.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rmeta -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib`
26932023-12-09T06:04:14.372Z Compiling globset v0.4.13
26942023-12-09T06:04:14.427Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name globset --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/globset-0.4.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="log"' -C metadata=2d1cbf750e05e64c -C extra-filename=-2d1cbf750e05e64c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern aho_corasick=/work/oxidecomputer/omicron/target/debug/deps/libaho_corasick-eca6581c4ec1a882.rmeta --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-f119340823f1aa08.rmeta --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-5d2ad75ee5f58135.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-c5d2103652c0a8bc.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-537384909654dd1b.rmeta --cap-lints allow -D warnings`
26952023-12-09T06:04:14.943Z Running `/work/oxidecomputer/omicron/target/debug/build/dpd-client-bfc1c18ca5647e88/build-script-build`
26962023-12-09T06:04:15.873Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26972023-12-09T06:04:15.877Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_hardware --edition=2021 sled-hardware/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=77ef57dbdaaa7ffb -C extra-filename=-77ef57dbdaaa7ffb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-bc2c501506aafa82.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rmeta --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-8fe45624da2a3447.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e4d69e760c7ca210.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-45ce8912dc32de8c.rmeta --extern libefi_illumos=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_illumos-dfff9f250ebab94e.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-1ce9557757fa651b.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-af1b94fc055bd29e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-69debb94d18142c8.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8c4ac547107558e9.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rmeta --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-eef85b09ccdef74c.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1ec47aacdff5a9cb.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-e27f147807a8bc9f/out`
26982023-12-09T06:04:17.943Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
26992023-12-09T06:04:17.958Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name installinator_common --edition=2021 installinator-common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=78b32943494c36d1 -C extra-filename=-78b32943494c36d1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e4d69e760c7ca210.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-45ce8912dc32de8c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-69debb94d18142c8.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f915ff3d992a233b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1ec47aacdff5a9cb.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-a2a1f484550678da.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib`
27002023-12-09T06:04:21.239Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
27012023-12-09T06:04:21.254Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_storage --edition=2021 sled-storage/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="testing"' -C metadata=fcc4e7bee0ed24a1 -C extra-filename=-fcc4e7bee0ed24a1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-084832dceff4d290.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-bc2c501506aafa82.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-46eebefa6ecc0bc6.so --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-daf84fcebc6d5eca.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e4d69e760c7ca210.rmeta --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-144705db301a5870.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-af1b94fc055bd29e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-69debb94d18142c8.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8c4ac547107558e9.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-77ef57dbdaaa7ffb.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1ec47aacdff5a9cb.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-e27f147807a8bc9f/out`
27022023-12-09T06:04:21.793Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name ddm_admin_client --edition=2021 clients/ddm-admin-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=109bd8b166d1face -C extra-filename=-109bd8b166d1face --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-294f21b38637a1be.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-af1b94fc055bd29e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-69debb94d18142c8.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-42f7e9e71f8e1e8f.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-de92a584975acef9.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-77ef57dbdaaa7ffb.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1ec47aacdff5a9cb.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-e27f147807a8bc9f/out`
27032023-12-09T06:04:23.084Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name dpd_client --edition=2021 clients/dpd-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=fb7d2275df9b8c96 -C extra-filename=-fb7d2275df9b8c96 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a198b56a5f9eb1ad.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-847fb59b18b2aee3.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-69debb94d18142c8.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-42f7e9e71f8e1e8f.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8c4ac547107558e9.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-df34b867b7589e06.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-de92a584975acef9.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rmeta -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib`
27042023-12-09T06:04:23.199Z Compiling olpc-cjson v0.1.3
27052023-12-09T06:04:23.210Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name olpc_cjson --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/olpc-cjson-0.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f95ae50b77144ede -C extra-filename=-f95ae50b77144ede --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-7c2cf4bd1cb476cd.rmeta --cap-lints allow -D warnings`
27062023-12-09T06:04:23.810Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
27072023-12-09T06:04:23.914Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_client --edition=2021 clients/sled-agent-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=1dad7f5b68b8d510 -C extra-filename=-1dad7f5b68b8d510 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-084832dceff4d290.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-847fb59b18b2aee3.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-af1b94fc055bd29e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-69debb94d18142c8.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-289011c4e09667b5.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-df34b867b7589e06.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-de92a584975acef9.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-fcc4e7bee0ed24a1.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-e27f147807a8bc9f/out`
27082023-12-09T06:04:26.427Z Compiling serde-big-array v0.5.1
27092023-12-09T06:04:28.099Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_big_array --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-big-array-0.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=647c32cd25b537b1 -C extra-filename=-647c32cd25b537b1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --cap-lints allow -D warnings`
27102023-12-09T06:04:28.115Z Compiling serde_plain v1.0.2
27112023-12-09T06:04:28.115Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_plain --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_plain-1.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=144bc284e3e61bd5 -C extra-filename=-144bc284e3e61bd5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --cap-lints allow -D warnings`
27122023-12-09T06:04:28.116Z Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
27132023-12-09T06:04:28.116Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name hubpack_derive --edition=2021 /home/build/.cargo/git/checkouts/hubpack-0dd69a0378549116/df08cc3/derive/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=d32ed444ec33b26f -C extra-filename=-d32ed444ec33b26f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-48fabcfe082d99df.rlib --extern proc_macro --cap-lints allow -D warnings`
27142023-12-09T06:04:28.116Z Compiling async-recursion v1.0.5
27152023-12-09T06:04:28.116Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name async_recursion --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-recursion-1.0.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f6bfcd26565b1af7 -C extra-filename=-f6bfcd26565b1af7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-085545494ccbad1b.rlib --extern proc_macro --cap-lints allow -D warnings`
27162023-12-09T06:04:29.124Z Compiling typed-path v0.7.0
27172023-12-09T06:04:29.124Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name typed_path --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/typed-path-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=fb9d79c8d8f9970a -C extra-filename=-fb9d79c8d8f9970a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
27182023-12-09T06:04:31.460Z Compiling hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
27192023-12-09T06:04:31.460Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name hubpack --edition=2021 /home/build/.cargo/git/checkouts/hubpack-0dd69a0378549116/df08cc3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=4d1d2ae1ea660778 -C extra-filename=-4d1d2ae1ea660778 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern hubpack_derive=/work/oxidecomputer/omicron/target/debug/deps/libhubpack_derive-d32ed444ec33b26f.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --cap-lints allow -D warnings`
27202023-12-09T06:04:31.463Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name gateway_sp_comms --edition=2021 /home/build/.cargo/git/checkouts/management-gateway-service-749acba834b73294/2739c18/gateway-sp-comms/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=ec3c128cc52b9b99 -C extra-filename=-ec3c128cc52b9b99 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-084832dceff4d290.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-7e110f4241c65d1d.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rmeta --extern fxhash=/work/oxidecomputer/omicron/target/debug/deps/libfxhash-a981ba183737ec33.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-35e5e75d00a35726.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6f7e7e787f938be2.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-b5edf382b896fc95.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-e196c97d3d4fcd97.rmeta --extern lru_cache=/work/oxidecomputer/omicron/target/debug/deps/liblru_cache-1aeaf1d60cc951d6.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-2a6836173286b347.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-230e44e7360903b6.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-3b5a8e4899b9500f.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --extern serde_big_array=/work/oxidecomputer/omicron/target/debug/deps/libserde_big_array-647c32cd25b537b1.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-ef8aaf88987f1e15.rmeta --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-8bc59e18845579c2.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rmeta --extern tlvc=/work/oxidecomputer/omicron/target/debug/deps/libtlvc-118f6820456a65b3.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1ec47aacdff5a9cb.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-af3f9b2d6b50389f.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-1e6182992effe9a1.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib`
27212023-12-09T06:04:52.014Z Compiling tough v0.16.0
27222023-12-09T06:04:53.178Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name tough --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tough-0.16.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="http"' --cfg 'feature="reqwest"' -C metadata=01183c2c9c08f8b2 -C extra-filename=-01183c2c9c08f8b2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-f6bfcd26565b1af7.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-084832dceff4d290.so --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-cf72f843b9ce520b.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rmeta --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-b5627ba9c8616dae.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-85b0c1ea6a5e4905.rmeta --extern globset=/work/oxidecomputer/omicron/target/debug/deps/libglobset-2d1cbf750e05e64c.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6f7e7e787f938be2.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-c5d2103652c0a8bc.rmeta --extern olpc_cjson=/work/oxidecomputer/omicron/target/debug/deps/libolpc_cjson-f95ae50b77144ede.rmeta --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-b0f2d03dc9773fed.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-912c31485e79e9fc.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-de92a584975acef9.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-d1e51c6b8a6ecb88.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rmeta --extern serde_plain=/work/oxidecomputer/omicron/target/debug/deps/libserde_plain-144bc284e3e61bd5.rmeta --extern snafu=/work/oxidecomputer/omicron/target/debug/deps/libsnafu-f45fb991151db88a.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-c421aae3f8abc685.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1ec47aacdff5a9cb.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-da120e4ff52d808b.rmeta --extern typed_path=/work/oxidecomputer/omicron/target/debug/deps/libtyped_path-fb9d79c8d8f9970a.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-51c844fb339406e8.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-4ee5ed5bde7ce18a.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-f3795c7200a14d0e.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/usr/ssl-3/lib/amd64`
27232023-12-09T06:04:53.179Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
27242023-12-09T06:04:53.180Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name bootstrap_agent_client --edition=2021 clients/bootstrap-agent-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=5f15e23a2b6720f5 -C extra-filename=-5f15e23a2b6720f5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-847fb59b18b2aee3.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-af1b94fc055bd29e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-69debb94d18142c8.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-289011c4e09667b5.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-df34b867b7589e06.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-de92a584975acef9.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-77ef57dbdaaa7ffb.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-e27f147807a8bc9f/out`
27252023-12-09T06:04:53.180Z Running `/work/oxidecomputer/omicron/target/debug/build/curve25519-dalek-df6a69afff6ca425/build-script-build`
27262023-12-09T06:04:53.180Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name unicase /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicase-2.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=492ed662d5ae01f7 -C extra-filename=-492ed662d5ae01f7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings --cfg __unicase__iter_cmp --cfg __unicase__default_hasher --cfg __unicase__const_fns --cfg __unicase__core_and_alloc`
27272023-12-09T06:04:53.180Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name salty --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/salty-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=4ac78139275a0bd6 -C extra-filename=-4ac78139275a0bd6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ed25519=/work/oxidecomputer/omicron/target/debug/deps/libed25519-51d0566daf0fad5f.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-e4d03c814ee1d591.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d4ac8e2ff6ba4016.rmeta --cap-lints allow -D warnings --cfg tweetnacl`
27282023-12-09T06:04:53.622Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name rayon_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rayon-core-1.12.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=190de7141266ef1a -C extra-filename=-190de7141266ef1a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern crossbeam_deque=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_deque-de0c924a38105e0e.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-ecd3b02fa9b0bdac.rmeta --cap-lints allow -D warnings`
27292023-12-09T06:04:53.623Z Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client)
27302023-12-09T06:04:53.623Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 clients/mg-admin-client/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=b3d8c0b1c57c882f -C extra-filename=-b3d8c0b1c57c882f --out-dir /work/oxidecomputer/omicron/target/debug/build/mg-admin-client-b3d8c0b1c57c882f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-6bdba5f36a79f0ab.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-289011c4e09667b5.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rlib --extern rustfmt_wrapper=/work/oxidecomputer/omicron/target/debug/deps/librustfmt_wrapper-76b99ea68de61fe7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5e9108efc6e4e2b4.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/usr/ssl-3/lib/amd64`
27312023-12-09T06:04:53.623Z Compiling signal-hook-tokio v0.3.1
27322023-12-09T06:04:53.623Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name signal_hook_tokio --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/signal-hook-tokio-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="futures-core-0_3"' --cfg 'feature="futures-v0_3"' -C metadata=7579cb94ad245d2b -C extra-filename=-7579cb94ad245d2b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures_core_0_3=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-85b0c1ea6a5e4905.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-45ce8912dc32de8c.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-f2eb63f7b73ee948.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1ec47aacdff5a9cb.rmeta --cap-lints allow -D warnings`
27332023-12-09T06:04:53.624Z Compiling serde-big-array v0.4.1
27342023-12-09T06:04:53.624Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_big_array --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-big-array-0.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=2192f96db6e2dfd8 -C extra-filename=-2192f96db6e2dfd8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --cap-lints allow -D warnings`
27352023-12-09T06:04:53.624Z Compiling universal-hash v0.5.1
27362023-12-09T06:04:53.624Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name universal_hash --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/universal-hash-0.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=4ee25eaeac943688 -C extra-filename=-4ee25eaeac943688 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-457861be037dadda.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-e4d03c814ee1d591.rmeta --cap-lints allow -D warnings`
27372023-12-09T06:04:53.624Z Compiling thiserror-impl-no-std v2.0.2
27382023-12-09T06:04:53.624Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name thiserror_impl_no_std --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thiserror-impl-no-std-2.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=6f5aabbc32661f8c -C extra-filename=-6f5aabbc32661f8c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-48fabcfe082d99df.rlib --extern proc_macro --cap-lints allow -D warnings`
27392023-12-09T06:04:53.625Z Compiling curve25519-dalek-derive v0.1.0
27402023-12-09T06:04:53.625Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name curve25519_dalek_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/curve25519-dalek-derive-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=ab452b72d444a318 -C extra-filename=-ab452b72d444a318 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-085545494ccbad1b.rlib --extern proc_macro --cap-lints allow -D warnings`
27412023-12-09T06:04:53.625Z Compiling opaque-debug v0.3.0
27422023-12-09T06:04:53.625Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name opaque_debug --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/opaque-debug-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=2b10d27ff7ff6954 -C extra-filename=-2b10d27ff7ff6954 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
27432023-12-09T06:04:53.625Z Compiling poly1305 v0.8.0
27442023-12-09T06:04:53.625Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name poly1305 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/poly1305-0.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=52a2a9ca0ae6d810 -C extra-filename=-52a2a9ca0ae6d810 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-688e8dc1d1448767.rmeta --extern opaque_debug=/work/oxidecomputer/omicron/target/debug/deps/libopaque_debug-2b10d27ff7ff6954.rmeta --extern universal_hash=/work/oxidecomputer/omicron/target/debug/deps/libuniversal_hash-4ee25eaeac943688.rmeta --cap-lints allow -D warnings`
27452023-12-09T06:04:53.626Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name curve25519_dalek --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/curve25519-dalek-4.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="digest"' --cfg 'feature="legacy_compatibility"' --cfg 'feature="precomputed-tables"' --cfg 'feature="rand_core"' --cfg 'feature="zeroize"' -C metadata=d289b81fa12ccfd4 -C extra-filename=-d289b81fa12ccfd4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-bc2c501506aafa82.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-688e8dc1d1448767.rmeta --extern curve25519_dalek_derive=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek_derive-ab452b72d444a318.so --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-cfb2bbac779740b0.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-8e66244baa1a5b19.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-e4d03c814ee1d591.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d4ac8e2ff6ba4016.rmeta --cap-lints allow -D warnings --cfg 'curve25519_dalek_bits="64"' --cfg 'curve25519_dalek_backend="simd"'`
27462023-12-09T06:04:53.626Z Compiling sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
27472023-12-09T06:04:53.627Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name sprockets_common --edition=2021 /home/build/.cargo/git/checkouts/sprockets-82488b5b61bf00db/77df31e/common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="salty"' -C metadata=dbce165d6dd78309 -C extra-filename=-dbce165d6dd78309 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-46eebefa6ecc0bc6.so --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-4d1d2ae1ea660778.rmeta --extern salty=/work/oxidecomputer/omicron/target/debug/deps/libsalty-4ac78139275a0bd6.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --extern serde_big_array=/work/oxidecomputer/omicron/target/debug/deps/libserde_big_array-2192f96db6e2dfd8.rmeta --cap-lints allow -D warnings`
27482023-12-09T06:04:53.627Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
27492023-12-09T06:04:53.627Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_gateway --edition=2021 gateway/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=60c92b95902b9fdb -C extra-filename=-60c92b95902b9fdb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-efdef217e0fabd4e.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef443fbbfa73a43.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-8fc3661830c92e6e.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-35e5e75d00a35726.rmeta --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-ec3c128cc52b9b99.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6f7e7e787f938be2.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a198b56a5f9eb1ad.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-7f13a5e04fe3d70c.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e4d69e760c7ca210.rmeta --extern ipcc_key_value=/work/oxidecomputer/omicron/target/debug/deps/libipcc_key_value-55d3cff9d5d23867.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-af1b94fc055bd29e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-69debb94d18142c8.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-230e44e7360903b6.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-f2eb63f7b73ee948.rmeta --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-7579cb94ad245d2b.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-702b87acea9cb846.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1ec47aacdff5a9cb.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-bd4e9926302cc4c2.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-8c822327311acb33.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5e9108efc6e4e2b4.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64`
27502023-12-09T06:04:53.628Z Compiling rayon v1.8.0
27512023-12-09T06:04:53.628Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name rayon --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rayon-1.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=8bfab4357444caa6 -C extra-filename=-8bfab4357444caa6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-294f21b38637a1be.rmeta --extern rayon_core=/work/oxidecomputer/omicron/target/debug/deps/librayon_core-190de7141266ef1a.rmeta --cap-lints allow -D warnings`
27522023-12-09T06:04:53.629Z Compiling thiserror-no-std v2.0.2
27532023-12-09T06:04:53.629Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name thiserror_no_std --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thiserror-no-std-2.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f13c9997f7087a68 -C extra-filename=-f13c9997f7087a68 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern thiserror_impl_no_std=/work/oxidecomputer/omicron/target/debug/deps/libthiserror_impl_no_std-6f5aabbc32661f8c.so --cap-lints allow -D warnings`
27542023-12-09T06:04:53.630Z Compiling mime_guess v2.0.4
27552023-12-09T06:04:53.630Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mime_guess-2.0.4/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="rev-mappings"' -C metadata=4e19c81f511d4ca8 -C extra-filename=-4e19c81f511d4ca8 --out-dir /work/oxidecomputer/omicron/target/debug/build/mime_guess-4e19c81f511d4ca8 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern unicase=/work/oxidecomputer/omicron/target/debug/deps/libunicase-492ed662d5ae01f7.rlib --cap-lints allow -D warnings`
27562023-12-09T06:04:53.630Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
27572023-12-09T06:04:53.630Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 bootstore/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=dce364a246b639d0 -C extra-filename=-dce364a246b639d0 --out-dir /work/oxidecomputer/omicron/target/debug/build/bootstore-dce364a246b639d0 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-2ffddadad793df44.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib`
27582023-12-09T06:04:53.630Z Compiling chacha20 v0.9.1
27592023-12-09T06:04:53.630Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name chacha20 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/chacha20-0.9.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="zeroize"' -C metadata=e92b3c88abb03bef -C extra-filename=-e92b3c88abb03bef --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-bc2c501506aafa82.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-72a2abb2cf0395e1.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-688e8dc1d1448767.rmeta --cap-lints allow -D warnings`
27602023-12-09T06:04:53.630Z Compiling aead v0.5.2
27612023-12-09T06:04:53.630Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name aead --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/aead-0.5.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="getrandom"' --cfg 'feature="rand_core"' -C metadata=1a624d83266eaee3 -C extra-filename=-1a624d83266eaee3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-457861be037dadda.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-f6df480a7c6817d8.rmeta --cap-lints allow -D warnings`
27622023-12-09T06:04:53.630Z Compiling kstat-rs v0.2.3
27632023-12-09T06:04:53.630Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name kstat_rs --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/kstat-rs-0.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=b20127b1a8309df2 -C extra-filename=-b20127b1a8309df2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-45ce8912dc32de8c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rmeta --cap-lints allow -D warnings`
27642023-12-09T06:04:53.630Z Compiling corncobs v0.1.3
27652023-12-09T06:04:53.630Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name corncobs --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/corncobs-0.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=0822af0aea738034 -C extra-filename=-0822af0aea738034 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
27662023-12-09T06:04:53.630Z Compiling chacha20poly1305 v0.10.1
27672023-12-09T06:04:53.630Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name chacha20poly1305 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/chacha20poly1305-0.10.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="getrandom"' --cfg 'feature="rand_core"' -C metadata=c48846e160e3d559 -C extra-filename=-c48846e160e3d559 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern aead=/work/oxidecomputer/omicron/target/debug/deps/libaead-1a624d83266eaee3.rmeta --extern chacha20=/work/oxidecomputer/omicron/target/debug/deps/libchacha20-e92b3c88abb03bef.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-72a2abb2cf0395e1.rmeta --extern poly1305=/work/oxidecomputer/omicron/target/debug/deps/libpoly1305-52a2a9ca0ae6d810.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d4ac8e2ff6ba4016.rmeta --cap-lints allow -D warnings`
27682023-12-09T06:04:53.631Z Compiling sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
27692023-12-09T06:04:53.631Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name sprockets_rot --edition=2021 /home/build/.cargo/git/checkouts/sprockets-82488b5b61bf00db/77df31e/rot/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="rand"' -C metadata=009eb845872f02e3 -C extra-filename=-009eb845872f02e3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern corncobs=/work/oxidecomputer/omicron/target/debug/deps/libcorncobs-0822af0aea738034.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-46eebefa6ecc0bc6.so --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-4d1d2ae1ea660778.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8c4ac547107558e9.rmeta --extern salty=/work/oxidecomputer/omicron/target/debug/deps/libsalty-4ac78139275a0bd6.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --extern sprockets_common=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_common-dbce165d6dd78309.rmeta --extern tinyvec=/work/oxidecomputer/omicron/target/debug/deps/libtinyvec-beae685ade96ae94.rmeta --cap-lints allow -D warnings`
27702023-12-09T06:04:53.632Z Running `/work/oxidecomputer/omicron/target/debug/build/bootstore-dce364a246b639d0/build-script-build`
27712023-12-09T06:04:53.633Z Running `/work/oxidecomputer/omicron/target/debug/build/mime_guess-4e19c81f511d4ca8/build-script-build`
27722023-12-09T06:04:53.633Z Compiling vsss-rs v3.3.1
27732023-12-09T06:04:53.634Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name vsss_rs --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/vsss-rs-3.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="curve25519"' --cfg 'feature="curve25519-dalek"' --cfg 'feature="default"' --cfg 'feature="hex"' --cfg 'feature="serde"' --cfg 'feature="std"' -C metadata=641c46e708e958a1 -C extra-filename=-641c46e708e958a1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern curve25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek-d289b81fa12ccfd4.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-985beb8d4c96de66.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6f7e7e787f938be2.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8c4ac547107558e9.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-49ba573a971a5789.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-8e66244baa1a5b19.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-e4d03c814ee1d591.rmeta --extern thiserror_no_std=/work/oxidecomputer/omicron/target/debug/deps/libthiserror_no_std-f13c9997f7087a68.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d4ac8e2ff6ba4016.rmeta --cap-lints allow -D warnings`
27742023-12-09T06:04:53.635Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27752023-12-09T06:04:53.636Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_producer --edition=2021 oximeter/producer/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=eb889f19d5709504 -C extra-filename=-eb889f19d5709504 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-8fc3661830c92e6e.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-e454a4d90d4044eb.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-af1b94fc055bd29e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-69debb94d18142c8.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-4cf06a1b033601c2.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-702b87acea9cb846.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1ec47aacdff5a9cb.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib`
27762023-12-09T06:04:53.695Z Compiling diff v0.1.13
27772023-12-09T06:04:53.695Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name diff /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/diff-0.1.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=b40759dfb27c6b8f -C extra-filename=-b40759dfb27c6b8f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
27782023-12-09T06:04:54.441Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name mime_guess /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mime_guess-2.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="rev-mappings"' -C metadata=aa349d6acb1d14a1 -C extra-filename=-aa349d6acb1d14a1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern mime=/work/oxidecomputer/omicron/target/debug/deps/libmime-a6cf1a4a13963194.rmeta --extern unicase=/work/oxidecomputer/omicron/target/debug/deps/libunicase-492ed662d5ae01f7.rmeta --cap-lints allow -D warnings`
27792023-12-09T06:04:56.099Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27802023-12-09T06:04:56.109Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_instruments --edition=2021 oximeter/instruments/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="http"' --cfg 'feature="http-instruments"' --cfg 'feature="kstat"' --cfg 'feature="kstat-rs"' -C metadata=de5adb521c24b418 -C extra-filename=-de5adb521c24b418 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-bc2c501506aafa82.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-8fc3661830c92e6e.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a198b56a5f9eb1ad.rmeta --extern kstat_rs=/work/oxidecomputer/omicron/target/debug/deps/libkstat_rs-b20127b1a8309df2.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-69debb94d18142c8.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-4cf06a1b033601c2.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1ec47aacdff5a9cb.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib`
27812023-12-09T06:04:56.187Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=945f040d259ca8013d3fb26f510453da7cd7b1a6#945f040d)
27822023-12-09T06:04:56.205Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name crucible_agent_client --edition=2021 /home/build/.cargo/git/checkouts/crucible-f3b5bdecdc6486d6/945f040/agent-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=92fd446f1198f3c2 -C extra-filename=-92fd446f1198f3c2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_workspace_hack-4e1825748425f003.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-912c31485e79e9fc.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-289011c4e09667b5.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-de92a584975acef9.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/usr/ssl-3/lib/amd64`
27832023-12-09T06:04:57.250Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=3e1d129151c3621d28ead5c6e5760693ba6e7fec#3e1d1291)
27842023-12-09T06:04:57.258Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name propolis_client --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/3e1d129/lib/propolis-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=4428bf55280274a9 -C extra-filename=-4428bf55280274a9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-084832dceff4d290.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-efdef217e0fabd4e.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-289011c4e09667b5.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8c4ac547107558e9.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-de92a584975acef9.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1ec47aacdff5a9cb.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-8c822327311acb33.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/usr/ssl-3/lib/amd64`
27852023-12-09T06:04:58.045Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
27862023-12-09T06:04:58.093Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name sp_sim --edition=2021 sp-sim/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a816bf53d448c759 -C extra-filename=-a816bf53d448c759 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-084832dceff4d290.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef443fbbfa73a43.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-8fc3661830c92e6e.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-35e5e75d00a35726.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6f7e7e787f938be2.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-af1b94fc055bd29e.rmeta --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-60c92b95902b9fdb.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-69debb94d18142c8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-702b87acea9cb846.rmeta --extern sprockets_rot=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_rot-009eb845872f02e3.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1ec47aacdff5a9cb.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5e9108efc6e4e2b4.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib`
27872023-12-09T06:04:58.582Z Compiling bcs v0.1.6
27882023-12-09T06:04:58.602Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name bcs --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bcs-0.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=74933ec96320e472 -C extra-filename=-74933ec96320e472 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rmeta --cap-lints allow -D warnings`
27892023-12-09T06:04:59.704Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name bootstore --edition=2021 bootstore/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=43fbcb238c00969d -C extra-filename=-43fbcb238c00969d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-cf72f843b9ce520b.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rmeta --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-c48846e160e3d559.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-ea9e8cb8d8ec83be.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-46eebefa6ecc0bc6.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6f7e7e787f938be2.rmeta --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-b69c4557237afc47.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-af1b94fc055bd29e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-69debb94d18142c8.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-7f4ec8f2135bf59e.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8c4ac547107558e9.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-65adaff614060fb5.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f915ff3d992a233b.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-b60aa24d05f29b5f.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-77ef57dbdaaa7ffb.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1ec47aacdff5a9cb.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rmeta --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-641c46e708e958a1.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d4ac8e2ff6ba4016.rmeta -D warnings -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-e27f147807a8bc9f/out`
27902023-12-09T06:05:00.295Z Compiling highway v1.1.0
27912023-12-09T06:05:00.324Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name highway --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/highway-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=ac2bb27a4d43cdb1 -C extra-filename=-ac2bb27a4d43cdb1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
27922023-12-09T06:05:01.523Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
27932023-12-09T06:05:01.527Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_certificates --edition=2021 certificates/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=89750ec7e9845530 -C extra-filename=-89750ec7e9845530 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-c33ee704d422915a.rmeta --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-eb280c5795426c7f.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-af1b94fc055bd29e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-69debb94d18142c8.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-7b781b30fdd26f56.rmeta --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-b97b694c637962a9.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib`
27942023-12-09T06:05:02.610Z Compiling assert_matches v1.5.0
27952023-12-09T06:05:02.614Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name assert_matches /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/assert_matches-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=c31966c9f8a96595 -C extra-filename=-c31966c9f8a96595 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
27962023-12-09T06:05:02.775Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27972023-12-09T06:05:02.780Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_db --edition=2021 oximeter/db/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=324c3a5a4bc52700 -C extra-filename=-324c3a5a4bc52700 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-084832dceff4d290.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-74933ec96320e472.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-cf72f843b9ce520b.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef443fbbfa73a43.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-8fc3661830c92e6e.rmeta --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-ac2bb27a4d43cdb1.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-af1b94fc055bd29e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-69debb94d18142c8.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-4cf06a1b033601c2.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-537384909654dd1b.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-de92a584975acef9.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f514002cc560d52b.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-55e2511ace2b4a1b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1ec47aacdff5a9cb.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-af3f9b2d6b50389f.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib`
27982023-12-09T06:05:05.464Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3e1d129151c3621d28ead5c6e5760693ba6e7fec#3e1d1291)
27992023-12-09T06:05:05.480Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name propolis_types --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/3e1d129/crates/propolis-types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=2f6f4c816d50851c -C extra-filename=-2f6f4c816d50851c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --cap-lints allow -D warnings`
28002023-12-09T06:05:05.495Z Compiling http-range v0.1.5
28012023-12-09T06:05:05.500Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name http_range --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/http-range-0.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=624d8bf4a474c564 -C extra-filename=-624d8bf4a474c564 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
28022023-12-09T06:05:06.066Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3e1d129151c3621d28ead5c6e5760693ba6e7fec#3e1d1291)
28032023-12-09T06:05:06.079Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name propolis_mock_server --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/3e1d129/bin/mock-server/src/lib/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=d68db27eee92b51a -C extra-filename=-d68db27eee92b51a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rmeta --extern atty=/work/oxidecomputer/omicron/target/debug/deps/libatty-99a45a6314d045bd.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-efdef217e0fabd4e.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef443fbbfa73a43.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-8fc3661830c92e6e.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-7f13a5e04fe3d70c.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-289011c4e09667b5.rmeta --extern propolis_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_types-2f6f4c816d50851c.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8c4ac547107558e9.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-de92a584975acef9.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f514002cc560d52b.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-bb83720ea4b74ae5.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-702b87acea9cb846.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-55e2511ace2b4a1b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1ec47aacdff5a9cb.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-8c822327311acb33.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/usr/ssl-3/lib/amd64`
28042023-12-09T06:05:06.080Z Compiling hyper-staticfile v0.9.5
28052023-12-09T06:05:06.080Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name hyper_staticfile --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hyper-staticfile-0.9.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=63efbbda053f3342 -C extra-filename=-63efbbda053f3342 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-af647ea9423ed3ec.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a198b56a5f9eb1ad.rmeta --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-624d8bf4a474c564.rmeta --extern httpdate=/work/oxidecomputer/omicron/target/debug/deps/libhttpdate-0c1307657e91e527.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-7f13a5e04fe3d70c.rmeta --extern mime_guess=/work/oxidecomputer/omicron/target/debug/deps/libmime_guess-aa349d6acb1d14a1.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-912c31485e79e9fc.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8c4ac547107558e9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1ec47aacdff5a9cb.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-4ee5ed5bde7ce18a.rmeta --cap-lints allow -D warnings`
28062023-12-09T06:05:07.585Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
28072023-12-09T06:05:07.748Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_client --edition=2021 clients/oximeter-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=90759066edd0560a -C extra-filename=-90759066edd0560a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-af1b94fc055bd29e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-69debb94d18142c8.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-289011c4e09667b5.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-de92a584975acef9.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib`
28082023-12-09T06:05:07.773Z Running `/work/oxidecomputer/omicron/target/debug/build/mg-admin-client-b3d8c0b1c57c882f/build-script-build`
28092023-12-09T06:05:07.962Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name mg_admin_client --edition=2021 clients/mg-admin-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=8eb0d9a57645bdd6 -C extra-filename=-8eb0d9a57645bdd6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-294f21b38637a1be.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-af1b94fc055bd29e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-69debb94d18142c8.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-42f7e9e71f8e1e8f.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-de92a584975acef9.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-77ef57dbdaaa7ffb.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1ec47aacdff5a9cb.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-e27f147807a8bc9f/out`
28102023-12-09T06:05:09.036Z Compiling portable-atomic v1.4.3
28112023-12-09T06:05:09.051Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/portable-atomic-1.4.3/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="fallback"' -C metadata=dbb387c2f0dcaf3a -C extra-filename=-dbb387c2f0dcaf3a --out-dir /work/oxidecomputer/omicron/target/debug/build/portable-atomic-dbb387c2f0dcaf3a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
28122023-12-09T06:05:09.532Z Compiling crunchy v0.2.2
28132023-12-09T06:05:09.537Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crunchy-0.2.2/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="limit_128"' -C metadata=3376d3ae36664b65 -C extra-filename=-3376d3ae36664b65 --out-dir /work/oxidecomputer/omicron/target/debug/build/crunchy-3376d3ae36664b65 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
28142023-12-09T06:05:10.388Z Running `/work/oxidecomputer/omicron/target/debug/build/crunchy-3376d3ae36664b65/build-script-build`
28152023-12-09T06:05:10.426Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
28162023-12-09T06:05:10.430Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name gateway_test_utils --edition=2021 gateway-test-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=0d15c75bf67c6842 -C extra-filename=-0d15c75bf67c6842 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-8fc3661830c92e6e.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-35e5e75d00a35726.rmeta --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-60c92b95902b9fdb.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c8787c923dc1c8d2.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-69debb94d18142c8.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rmeta --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-a816bf53d448c759.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1ec47aacdff5a9cb.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64`
28172023-12-09T06:05:10.795Z Running `/work/oxidecomputer/omicron/target/debug/build/portable-atomic-dbb387c2f0dcaf3a/build-script-build`
28182023-12-09T06:05:10.881Z Compiling clang-sys v1.6.1
28192023-12-09T06:05:10.885Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clang-sys-1.6.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="clang_3_5"' --cfg 'feature="clang_3_6"' --cfg 'feature="clang_3_7"' --cfg 'feature="clang_3_8"' --cfg 'feature="clang_3_9"' --cfg 'feature="clang_4_0"' --cfg 'feature="clang_5_0"' --cfg 'feature="clang_6_0"' --cfg 'feature="libloading"' --cfg 'feature="runtime"' -C metadata=159fd715a3d2ceb9 -C extra-filename=-159fd715a3d2ceb9 --out-dir /work/oxidecomputer/omicron/target/debug/build/clang-sys-159fd715a3d2ceb9 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-daf84fcebc6d5eca.rlib --cap-lints allow -D warnings`
28202023-12-09T06:05:10.966Z Compiling prettyplease v0.2.12
28212023-12-09T06:05:10.971Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/prettyplease-0.2.12/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f5769255b7b8bdaf -C extra-filename=-f5769255b7b8bdaf --out-dir /work/oxidecomputer/omicron/target/debug/build/prettyplease-f5769255b7b8bdaf -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
28222023-12-09T06:05:11.500Z Compiling humantime v2.1.0
28232023-12-09T06:05:11.504Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name humantime --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/humantime-2.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=5ec1d71338dd5297 -C extra-filename=-5ec1d71338dd5297 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
28242023-12-09T06:05:11.521Z Compiling tiny-keccak v2.0.2
28252023-12-09T06:05:11.525Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tiny-keccak-2.0.2/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="sha3"' -C metadata=9873ee69bc200370 -C extra-filename=-9873ee69bc200370 --out-dir /work/oxidecomputer/omicron/target/debug/build/tiny-keccak-9873ee69bc200370 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
28262023-12-09T06:05:12.172Z Running `/work/oxidecomputer/omicron/target/debug/build/tiny-keccak-9873ee69bc200370/build-script-build`
28272023-12-09T06:05:12.207Z Running `/work/oxidecomputer/omicron/target/debug/build/prettyplease-f5769255b7b8bdaf/build-script-build`
28282023-12-09T06:05:12.256Z Running `/work/oxidecomputer/omicron/target/debug/build/clang-sys-159fd715a3d2ceb9/build-script-build`
28292023-12-09T06:05:12.264Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name portable_atomic --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/portable-atomic-1.4.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="fallback"' -C metadata=ea11d264558709fb -C extra-filename=-ea11d264558709fb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings --cfg portable_atomic_llvm_16`
28302023-12-09T06:05:12.309Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name crunchy /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crunchy-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="limit_128"' -C metadata=ef5bd9cae5ef00d5 -C extra-filename=-ef5bd9cae5ef00d5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
28312023-12-09T06:05:12.415Z Compiling darling_core v0.14.4
28322023-12-09T06:05:12.428Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name darling_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/darling_core-0.14.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="strsim"' --cfg 'feature="suggestions"' -C metadata=ed75269fea986458 -C extra-filename=-ed75269fea986458 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-5d2ad75ee5f58135.rmeta --extern ident_case=/work/oxidecomputer/omicron/target/debug/deps/libident_case-9c54d2122078b91b.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rmeta --extern strsim=/work/oxidecomputer/omicron/target/debug/deps/libstrsim-24e28f3cc805bf1a.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-48fabcfe082d99df.rmeta --cap-lints allow -D warnings`
28332023-12-09T06:05:12.472Z Compiling number_prefix v0.4.0
28342023-12-09T06:05:12.472Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name number_prefix /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/number_prefix-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=41ec9f0d84c73123 -C extra-filename=-41ec9f0d84c73123 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
28352023-12-09T06:05:12.791Z Compiling minimal-lexical v0.2.1
28362023-12-09T06:05:12.806Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name minimal_lexical --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/minimal-lexical-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' -C metadata=e6a09c60c1c2b55e -C extra-filename=-e6a09c60c1c2b55e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
28372023-12-09T06:05:13.612Z Compiling nom v7.1.3
28382023-12-09T06:05:13.616Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name nom --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nom-7.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="std"' -C metadata=dcd0cf91ec915e4d -C extra-filename=-dcd0cf91ec915e4d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-918fa9e671606ec5.rmeta --extern minimal_lexical=/work/oxidecomputer/omicron/target/debug/deps/libminimal_lexical-e6a09c60c1c2b55e.rmeta --cap-lints allow -D warnings`
28392023-12-09T06:05:14.572Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28402023-12-09T06:05:14.572Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_sled_agent --edition=2021 sled-agent/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=6f0b2d0c2fb90918 -C extra-filename=-6f0b2d0c2fb90918 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-084832dceff4d290.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-efdef217e0fabd4e.rmeta --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-43fbcb238c00969d.rmeta --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-5f15e23a2b6720f5.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-cf72f843b9ce520b.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7c6e8f28fa0558b4.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-21d3f75c791fa9a4.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-bc2c501506aafa82.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef443fbbfa73a43.rmeta --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-92fd446f1198f3c2.rmeta --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-109bd8b166d1face.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-46eebefa6ecc0bc6.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-c33ee704d422915a.rmeta --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-a58c8b92ed943a37.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-db45c09695d061dd.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-fb7d2275df9b8c96.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-8fc3661830c92e6e.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-9c343eab58a7ea84.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-c34bcec9e53a17f3.rmeta --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-daf84fcebc6d5eca.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6f7e7e787f938be2.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a198b56a5f9eb1ad.rmeta --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-63efbbda053f3342.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e4d69e760c7ca210.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-78b32943494c36d1.rmeta --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-304b947e2d9b96f6.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-847fb59b18b2aee3.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-938138eb45012d55.rmeta --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-144705db301a5870.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-45ce8912dc32de8c.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-1ce9557757fa651b.rmeta --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-8eb0d9a57645bdd6.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-e454a4d90d4044eb.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-af1b94fc055bd29e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-69debb94d18142c8.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-230e44e7360903b6.rmeta --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-d5ac2a40ed96e013.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-4cf06a1b033601c2.rmeta --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-de5adb521c24b418.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-eb889f19d5709504.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-4428bf55280274a9.rmeta --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-d68db27eee92b51a.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8c4ac547107558e9.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-de92a584975acef9.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-54881a1782a3e1b0.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-dfa91eaf5f5704dc.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-b60aa24d05f29b5f.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-1dad7f5b68b8d510.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-77ef57dbdaaa7ffb.rmeta --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-fcc4e7bee0ed24a1.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f514002cc560d52b.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-702b87acea9cb846.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-55e2511ace2b4a1b.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-37221c7372c347f0.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-8396087cdeea73a3.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-fe8950a9f7b3553a.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rmeta --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-eef85b09ccdef74c.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1ec47aacdff5a9cb.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5e9108efc6e4e2b4.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-af3f9b2d6b50389f.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d4ac8e2ff6ba4016.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-0a77f036dbfdf4d9.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-e27f147807a8bc9f/out`
28412023-12-09T06:05:17.666Z Compiling indicatif v0.17.7
28422023-12-09T06:05:17.671Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name indicatif --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/indicatif-0.17.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="rayon"' --cfg 'feature="unicode-width"' -C metadata=59795aa0d9c5f644 -C extra-filename=-59795aa0d9c5f644 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-9be0e24052f4a227.rmeta --extern number_prefix=/work/oxidecomputer/omicron/target/debug/deps/libnumber_prefix-41ec9f0d84c73123.rmeta --extern portable_atomic=/work/oxidecomputer/omicron/target/debug/deps/libportable_atomic-ea11d264558709fb.rmeta --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-8bfab4357444caa6.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-d72b7a0cbab620b4.rmeta --cap-lints allow -D warnings`
28432023-12-09T06:05:19.886Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name tiny_keccak --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tiny-keccak-2.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="sha3"' -C metadata=9439a74d3356bcd6 -C extra-filename=-9439a74d3356bcd6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern crunchy=/work/oxidecomputer/omicron/target/debug/deps/libcrunchy-ef5bd9cae5ef00d5.rmeta --cap-lints allow -D warnings`
28442023-12-09T06:05:21.001Z Compiling ascii-canvas v3.0.0
28452023-12-09T06:05:21.016Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name ascii_canvas --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ascii-canvas-3.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=af1022019d10b377 -C extra-filename=-af1022019d10b377 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-c563df115e0bf367.rmeta --cap-lints allow -D warnings`
28462023-12-09T06:05:21.318Z Compiling ena v0.14.2
28472023-12-09T06:05:21.348Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name ena /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ena-0.14.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=1ff2821cd612a907 -C extra-filename=-1ff2821cd612a907 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-c5d2103652c0a8bc.rmeta --cap-lints allow -D warnings`
28482023-12-09T06:05:21.844Z Compiling libloading v0.7.4
28492023-12-09T06:05:21.860Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name libloading /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libloading-0.7.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=58f08b9a0f06fc51 -C extra-filename=-58f08b9a0f06fc51 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-bc2c501506aafa82.rmeta --cap-lints allow -D warnings`
28502023-12-09T06:05:21.969Z Compiling bindgen v0.65.1
28512023-12-09T06:05:21.989Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bindgen-0.65.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="runtime"' --cfg 'feature="which"' --cfg 'feature="which-rustfmt"' -C metadata=2dc4fb3d69c16665 -C extra-filename=-2dc4fb3d69c16665 --out-dir /work/oxidecomputer/omicron/target/debug/build/bindgen-2dc4fb3d69c16665 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
28522023-12-09T06:05:22.439Z Compiling darling_macro v0.14.4
28532023-12-09T06:05:22.469Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name darling_macro --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/darling_macro-0.14.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=10c0a0d5b4aa0b51 -C extra-filename=-10c0a0d5b4aa0b51 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern darling_core=/work/oxidecomputer/omicron/target/debug/deps/libdarling_core-ed75269fea986458.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-48fabcfe082d99df.rlib --extern proc_macro --cap-lints allow -D warnings`
28542023-12-09T06:05:22.507Z Compiling maplit v1.0.2
28552023-12-09T06:05:22.534Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name maplit /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/maplit-1.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=2be96bd6b55b8b90 -C extra-filename=-2be96bd6b55b8b90 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
28562023-12-09T06:05:22.679Z Compiling ref-cast v1.0.20
28572023-12-09T06:05:22.685Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ref-cast-1.0.20/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=94f12e0317de2d68 -C extra-filename=-94f12e0317de2d68 --out-dir /work/oxidecomputer/omicron/target/debug/build/ref-cast-94f12e0317de2d68 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
28582023-12-09T06:05:23.184Z Compiling regex-syntax v0.6.29
28592023-12-09T06:05:23.202Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name regex_syntax --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regex-syntax-0.6.29/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="unicode"' --cfg 'feature="unicode-age"' --cfg 'feature="unicode-bool"' --cfg 'feature="unicode-case"' --cfg 'feature="unicode-gencat"' --cfg 'feature="unicode-perl"' --cfg 'feature="unicode-script"' --cfg 'feature="unicode-segment"' -C metadata=748dcee92cac8211 -C extra-filename=-748dcee92cac8211 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
28602023-12-09T06:05:23.588Z Running `/work/oxidecomputer/omicron/target/debug/build/ref-cast-94f12e0317de2d68/build-script-build`
28612023-12-09T06:05:23.684Z Running `/work/oxidecomputer/omicron/target/debug/build/bindgen-2dc4fb3d69c16665/build-script-build`
28622023-12-09T06:05:23.724Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name clang_sys /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clang-sys-1.6.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="clang_3_5"' --cfg 'feature="clang_3_6"' --cfg 'feature="clang_3_7"' --cfg 'feature="clang_3_8"' --cfg 'feature="clang_3_9"' --cfg 'feature="clang_4_0"' --cfg 'feature="clang_5_0"' --cfg 'feature="clang_6_0"' --cfg 'feature="libloading"' --cfg 'feature="runtime"' -C metadata=5a307eb8c2caa848 -C extra-filename=-5a307eb8c2caa848 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-daf84fcebc6d5eca.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-45ce8912dc32de8c.rmeta --extern libloading=/work/oxidecomputer/omicron/target/debug/deps/liblibloading-58f08b9a0f06fc51.rmeta --cap-lints allow -D warnings`
28632023-12-09T06:05:23.862Z Compiling cexpr v0.6.0
28642023-12-09T06:05:23.891Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name cexpr --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cexpr-0.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=5dd74d2c75a6eb41 -C extra-filename=-5dd74d2c75a6eb41 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-dcd0cf91ec915e4d.rmeta --cap-lints allow -D warnings`
28652023-12-09T06:05:24.451Z Compiling darling v0.14.4
28662023-12-09T06:05:24.579Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name darling --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/darling-0.14.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="suggestions"' -C metadata=8d93138f60d7bd18 -C extra-filename=-8d93138f60d7bd18 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern darling_core=/work/oxidecomputer/omicron/target/debug/deps/libdarling_core-ed75269fea986458.rmeta --extern darling_macro=/work/oxidecomputer/omicron/target/debug/deps/libdarling_macro-10c0a0d5b4aa0b51.so --cap-lints allow -D warnings`
28672023-12-09T06:05:25.255Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name prettyplease --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/prettyplease-0.2.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=4ae04745cafca00b -C extra-filename=-4ae04745cafca00b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-085545494ccbad1b.rmeta --cap-lints allow -D warnings`
28682023-12-09T06:05:27.928Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
28692023-12-09T06:05:43.362Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_defaults --edition=2021 nexus/defaults/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=47dd7da60306f91a -C extra-filename=-47dd7da60306f91a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-847fb59b18b2aee3.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-9c9c3756e3f392b3.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-af1b94fc055bd29e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-69debb94d18142c8.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8c4ac547107558e9.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib`
28702023-12-09T06:05:43.362Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
28712023-12-09T06:05:43.362Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 nexus/db-model/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=678ea780cc5064ff -C extra-filename=-678ea780cc5064ff --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-db-model-678ea780cc5064ff -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-2ffddadad793df44.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib`
28722023-12-09T06:05:44.526Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
28732023-12-09T06:05:44.526Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name db_macros --edition=2021 nexus/db-macros/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=5e379884bdcf4e59 -C extra-filename=-5e379884bdcf4e59 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-e8726b1e312bd2e5.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-69debb94d18142c8.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-69f3793e4993904d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-085545494ccbad1b.rlib --extern proc_macro -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib`
28742023-12-09T06:05:44.526Z Compiling lalrpop v0.19.12
28752023-12-09T06:05:44.527Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name lalrpop /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lalrpop-0.19.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=99cf9a6ef9f8447c -C extra-filename=-99cf9a6ef9f8447c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ascii_canvas=/work/oxidecomputer/omicron/target/debug/deps/libascii_canvas-af1022019d10b377.rmeta --extern bit_set=/work/oxidecomputer/omicron/target/debug/deps/libbit_set-c87ee7a4a219efa1.rmeta --extern diff=/work/oxidecomputer/omicron/target/debug/deps/libdiff-b40759dfb27c6b8f.rmeta --extern ena=/work/oxidecomputer/omicron/target/debug/deps/libena-1ff2821cd612a907.rmeta --extern is_terminal=/work/oxidecomputer/omicron/target/debug/deps/libis_terminal-d7be28484e0c869b.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5d2789e50494f686.rmeta --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-a2c79a7f288a2d69.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-cb3b038c24d25106.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-537384909654dd1b.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-748dcee92cac8211.rmeta --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-8bc59e18845579c2.rmeta --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-c563df115e0bf367.rmeta --extern tiny_keccak=/work/oxidecomputer/omicron/target/debug/deps/libtiny_keccak-9439a74d3356bcd6.rmeta --extern unicode_xid=/work/oxidecomputer/omicron/target/debug/deps/libunicode_xid-8f50244e4f591a95.rmeta --cap-lints allow -D warnings`
28762023-12-09T06:05:44.899Z Compiling ref-cast-impl v1.0.20
28772023-12-09T06:05:44.900Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name ref_cast_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ref-cast-impl-1.0.20/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=52c0ec772ea27005 -C extra-filename=-52c0ec772ea27005 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-085545494ccbad1b.rlib --extern proc_macro --cap-lints allow -D warnings`
28782023-12-09T06:05:45.082Z Compiling which v4.4.0
28792023-12-09T06:05:45.082Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name which --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/which-4.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=fdd4eddad83fbb79 -C extra-filename=-fdd4eddad83fbb79 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-294f21b38637a1be.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-45ce8912dc32de8c.rmeta --cap-lints allow -D warnings`
28802023-12-09T06:05:45.083Z Compiling fs-err v2.11.0
28812023-12-09T06:05:45.083Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fs-err-2.11.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=0099cc6bb9418a56 -C extra-filename=-0099cc6bb9418a56 --out-dir /work/oxidecomputer/omicron/target/debug/build/fs-err-0099cc6bb9418a56 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-c1e84996da593841.rlib --cap-lints allow -D warnings`
28822023-12-09T06:05:45.083Z Compiling lazycell v1.3.0
28832023-12-09T06:05:45.083Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name lazycell /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lazycell-1.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a6fd7d5884299277 -C extra-filename=-a6fd7d5884299277 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
28842023-12-09T06:05:45.083Z Compiling rustc-hash v1.1.0
28852023-12-09T06:05:45.262Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name rustc_hash /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustc-hash-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=7a98917ec901c0bd -C extra-filename=-7a98917ec901c0bd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
28862023-12-09T06:05:45.262Z Compiling shlex v1.1.0
28872023-12-09T06:05:45.263Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name shlex /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/shlex-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=6a8a0f9a58c9fc10 -C extra-filename=-6a8a0f9a58c9fc10 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
28882023-12-09T06:05:45.263Z Compiling peeking_take_while v0.1.2
28892023-12-09T06:05:45.263Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name peeking_take_while /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/peeking_take_while-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=06d3e9b429c43bd7 -C extra-filename=-06d3e9b429c43bd7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
28902023-12-09T06:05:45.264Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name bindgen --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bindgen-0.65.1/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="runtime"' --cfg 'feature="which"' --cfg 'feature="which-rustfmt"' -C metadata=d5d9999381572790 -C extra-filename=-d5d9999381572790 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-b6f8a7d540d47813.rmeta --extern cexpr=/work/oxidecomputer/omicron/target/debug/deps/libcexpr-5dd74d2c75a6eb41.rmeta --extern clang_sys=/work/oxidecomputer/omicron/target/debug/deps/libclang_sys-5a307eb8c2caa848.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-9c9c3756e3f392b3.rmeta --extern lazycell=/work/oxidecomputer/omicron/target/debug/deps/liblazycell-a6fd7d5884299277.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-c5d2103652c0a8bc.rmeta --extern peeking_take_while=/work/oxidecomputer/omicron/target/debug/deps/libpeeking_take_while-06d3e9b429c43bd7.rmeta --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-4ae04745cafca00b.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-537384909654dd1b.rmeta --extern rustc_hash=/work/oxidecomputer/omicron/target/debug/deps/librustc_hash-7a98917ec901c0bd.rmeta --extern shlex=/work/oxidecomputer/omicron/target/debug/deps/libshlex-6a8a0f9a58c9fc10.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-085545494ccbad1b.rmeta --extern which=/work/oxidecomputer/omicron/target/debug/deps/libwhich-fdd4eddad83fbb79.rmeta --cap-lints allow -D warnings`
28912023-12-09T06:05:45.264Z Running `/work/oxidecomputer/omicron/target/debug/build/fs-err-0099cc6bb9418a56/build-script-build`
28922023-12-09T06:05:45.264Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name ref_cast --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ref-cast-1.0.20/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=650cbfdbbdfe8fde -C extra-filename=-650cbfdbbdfe8fde --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ref_cast_impl=/work/oxidecomputer/omicron/target/debug/deps/libref_cast_impl-52c0ec772ea27005.so --cap-lints allow -D warnings`
28932023-12-09T06:05:45.265Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-db-model-678ea780cc5064ff/build-script-build`
28942023-12-09T06:05:45.265Z Compiling derive_builder_core v0.12.0
28952023-12-09T06:05:45.265Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name derive_builder_core /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derive_builder_core-0.12.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=1c12beefcdfc180a -C extra-filename=-1c12beefcdfc180a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern darling=/work/oxidecomputer/omicron/target/debug/deps/libdarling-8d93138f60d7bd18.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-48fabcfe082d99df.rmeta --cap-lints allow -D warnings`
28962023-12-09T06:05:45.265Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28972023-12-09T06:05:45.265Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name wicket_common --edition=2021 wicket-common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=d3ba7f7e55d494ee -C extra-filename=-d3ba7f7e55d494ee --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-c34bcec9e53a17f3.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-af1b94fc055bd29e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-69debb94d18142c8.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-a2a1f484550678da.rmeta -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib`
28982023-12-09T06:05:45.267Z Compiling libxml v0.3.3
28992023-12-09T06:05:45.267Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libxml-0.3.3/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=1c14b6e27c8d1703 -C extra-filename=-1c14b6e27c8d1703 --out-dir /work/oxidecomputer/omicron/target/debug/build/libxml-1c14b6e27c8d1703 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-676180268410563e.rlib --cap-lints allow -D warnings`
29002023-12-09T06:05:45.267Z Running `/work/oxidecomputer/omicron/target/debug/build/libxml-1c14b6e27c8d1703/build-script-build`
29012023-12-09T06:05:45.267Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name fs_err --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fs-err-2.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=276ec3bce00d5f09 -C extra-filename=-276ec3bce00d5f09 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings --cfg rustc_1_63`
29022023-12-09T06:05:45.268Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
29032023-12-09T06:05:45.268Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_collector --edition=2021 oximeter/collector/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=d14bc0e52ec0953d -C extra-filename=-d14bc0e52ec0953d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef443fbbfa73a43.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-8fc3661830c92e6e.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rmeta --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-304b947e2d9b96f6.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-e454a4d90d4044eb.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-dc9b67b9d47e7bce.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-af1b94fc055bd29e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-69debb94d18142c8.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-4cf06a1b033601c2.rmeta --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-90759066edd0560a.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-324c3a5a4bc52700.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8c4ac547107558e9.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-de92a584975acef9.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f514002cc560d52b.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-702b87acea9cb846.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-55e2511ace2b4a1b.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-b260bcdad7d801cc.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1ec47aacdff5a9cb.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5e9108efc6e4e2b4.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib`
29042023-12-09T06:05:45.271Z Compiling bytesize v1.3.0
29052023-12-09T06:05:45.271Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name bytesize /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bytesize-1.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' -C metadata=eeae718e0c35ba84 -C extra-filename=-eeae718e0c35ba84 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --cap-lints allow -D warnings`
29062023-12-09T06:05:45.273Z Compiling strum_macros v0.24.3
29072023-12-09T06:05:45.273Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name strum_macros --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/strum_macros-0.24.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=de549791c812edf1 -C extra-filename=-de549791c812edf1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-e8726b1e312bd2e5.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rlib --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-1857facc6a275161.so --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-48fabcfe082d99df.rlib --extern proc_macro --cap-lints allow -D warnings`
29082023-12-09T06:05:45.274Z Compiling diesel-dtrace v0.2.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#c1252df7)
29092023-12-09T06:05:45.274Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/diesel-dtrace-b9b9a29f91f682b9/c1252df/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=e8df28a2c4d490af -C extra-filename=-e8df28a2c4d490af --out-dir /work/oxidecomputer/omicron/target/debug/build/diesel-dtrace-e8df28a2c4d490af -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-2c487f79507661dd.rlib --cap-lints allow -D warnings`
29102023-12-09T06:05:45.274Z Compiling derive_builder_macro v0.12.0
29112023-12-09T06:05:45.274Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name derive_builder_macro /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derive_builder_macro-0.12.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=26cbf5ffbafedd0c -C extra-filename=-26cbf5ffbafedd0c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern derive_builder_core=/work/oxidecomputer/omicron/target/debug/deps/libderive_builder_core-1c12beefcdfc180a.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-48fabcfe082d99df.rlib --extern proc_macro --cap-lints allow -D warnings`
29122023-12-09T06:05:45.275Z Compiling cookie v0.18.0
29132023-12-09T06:05:45.276Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cookie-0.18.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a22a2ef6b5d380b1 -C extra-filename=-a22a2ef6b5d380b1 --out-dir /work/oxidecomputer/omicron/target/debug/build/cookie-a22a2ef6b5d380b1 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-2c487f79507661dd.rlib --cap-lints allow -D warnings`
29142023-12-09T06:05:45.276Z Compiling indoc v1.0.9
29152023-12-09T06:05:45.276Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name indoc --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/indoc-1.0.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a762f8d2daa77eb2 -C extra-filename=-a762f8d2daa77eb2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro --cap-lints allow -D warnings`
29162023-12-09T06:05:45.277Z Compiling derive_builder v0.12.0
29172023-12-09T06:05:45.277Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name derive_builder /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derive_builder-0.12.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=eb1a666d81f8694c -C extra-filename=-eb1a666d81f8694c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern derive_builder_macro=/work/oxidecomputer/omicron/target/debug/deps/libderive_builder_macro-26cbf5ffbafedd0c.so --cap-lints allow -D warnings`
29182023-12-09T06:05:45.277Z Running `/work/oxidecomputer/omicron/target/debug/build/cookie-a22a2ef6b5d380b1/build-script-build`
29192023-12-09T06:05:45.277Z Running `/work/oxidecomputer/omicron/target/debug/build/diesel-dtrace-e8df28a2c4d490af/build-script-build`
29202023-12-09T06:05:45.282Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name libxml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libxml-0.3.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=fbedf2bc58b17751 -C extra-filename=-fbedf2bc58b17751 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-45ce8912dc32de8c.rmeta --cap-lints allow -D warnings -L native=/usr/lib/amd64 -l xml2`
29212023-12-09T06:05:45.283Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_db_model --edition=2021 nexus/db-model/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=9165d360b51353ea -C extra-filename=-9165d360b51353ea --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rmeta --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-5e379884bdcf4e59.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-131baaa97c231bbc.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6f7e7e787f938be2.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-847fb59b18b2aee3.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-1ce9557757fa651b.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-90083c391ac2a709.rmeta --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-47dd7da60306f91a.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-dc9b67b9d47e7bce.rmeta --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-89750ec7e9845530.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-af1b94fc055bd29e.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-1985ded145d2f706.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-69debb94d18142c8.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-60c31164f1211692.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-7f4ec8f2135bf59e.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8c4ac547107558e9.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-650cbfdbbdfe8fde.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-54881a1782a3e1b0.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-1dad7f5b68b8d510.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-dcf245cea7453970.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-b260bcdad7d801cc.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rmeta -D warnings -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-e27f147807a8bc9f/out`
29222023-12-09T06:05:45.285Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
29232023-12-09T06:05:45.285Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 nexus/db-queries/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=01c5e5bf935097f2 -C extra-filename=-01c5e5bf935097f2 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-db-queries-01c5e5bf935097f2 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-2ffddadad793df44.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib`
29242023-12-09T06:05:45.359Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
29252023-12-09T06:05:45.412Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name authz_macros --edition=2021 nexus/authz-macros/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=173cc2223cc723fb -C extra-filename=-173cc2223cc723fb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-e8726b1e312bd2e5.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-69debb94d18142c8.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-69f3793e4993904d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-085545494ccbad1b.rlib --extern proc_macro -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib`
29262023-12-09T06:05:45.910Z Compiling bb8 v0.8.1
29272023-12-09T06:05:45.938Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name bb8 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bb8-0.8.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="parking_lot"' -C metadata=13b87d13c7c3a4ae -C extra-filename=-13b87d13c7c3a4ae --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-084832dceff4d290.so --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-06412b5ccf50305b.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-af647ea9423ed3ec.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-5405541c40fedf6c.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1ec47aacdff5a9cb.rmeta --cap-lints allow -D warnings`
29282023-12-09T06:05:46.632Z Compiling quick-xml v0.23.1
29292023-12-09T06:05:46.643Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name quick_xml --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/quick-xml-0.23.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="serialize"' -C metadata=3ed581c6855895b5 -C extra-filename=-3ed581c6855895b5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-918fa9e671606ec5.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --cap-lints allow -D warnings`
29302023-12-09T06:05:46.744Z Compiling oso-derive v0.27.0
29312023-12-09T06:05:46.749Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name oso_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/oso-derive-0.27.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=cb3d098932c2b5ad -C extra-filename=-cb3d098932c2b5ad --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-48fabcfe082d99df.rlib --extern proc_macro --cap-lints allow -D warnings`
29322023-12-09T06:05:48.409Z Compiling impl-trait-for-tuples v0.2.2
29332023-12-09T06:05:48.428Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name impl_trait_for_tuples --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/impl-trait-for-tuples-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=05e4534c61cf9ec3 -C extra-filename=-05e4534c61cf9ec3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-48fabcfe082d99df.rlib --extern proc_macro --cap-lints allow -D warnings`
29342023-12-09T06:05:49.260Z Compiling is_ci v1.1.1
29352023-12-09T06:05:49.290Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name is_ci --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/is_ci-1.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a54a863ce1f57c8f -C extra-filename=-a54a863ce1f57c8f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
29362023-12-09T06:05:49.290Z Compiling unicode-linebreak v0.1.5
29372023-12-09T06:05:49.290Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name unicode_linebreak --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-linebreak-0.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=7d22bc351435492d -C extra-filename=-7d22bc351435492d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
29382023-12-09T06:05:50.043Z Compiling smawk v0.3.1
29392023-12-09T06:05:50.052Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name smawk --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smawk-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=5597cffd9fb84645 -C extra-filename=-5597cffd9fb84645 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
29402023-12-09T06:05:50.200Z Compiling supports-color v2.1.0
29412023-12-09T06:05:50.213Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name supports_color --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/supports-color-2.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=7ec8ff03521d695a -C extra-filename=-7ec8ff03521d695a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern is_terminal=/work/oxidecomputer/omicron/target/debug/deps/libis_terminal-d7be28484e0c869b.rmeta --extern is_ci=/work/oxidecomputer/omicron/target/debug/deps/libis_ci-a54a863ce1f57c8f.rmeta --cap-lints allow -D warnings`
29422023-12-09T06:05:50.368Z Compiling textwrap v0.16.0
29432023-12-09T06:05:50.395Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name textwrap --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/textwrap-0.16.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="smawk"' --cfg 'feature="unicode-linebreak"' --cfg 'feature="unicode-width"' -C metadata=efbdc2c66f61b52d -C extra-filename=-efbdc2c66f61b52d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern smawk=/work/oxidecomputer/omicron/target/debug/deps/libsmawk-5597cffd9fb84645.rmeta --extern unicode_linebreak=/work/oxidecomputer/omicron/target/debug/deps/libunicode_linebreak-7d22bc351435492d.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-d72b7a0cbab620b4.rmeta --cap-lints allow -D warnings`
29442023-12-09T06:05:51.752Z Compiling async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef)
29452023-12-09T06:05:51.754Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name async_bb8_diesel --edition=2018 /home/build/.cargo/git/checkouts/async-bb8-diesel-a50dc900a40dfa44/ed7ab5e/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="cockroach"' --cfg 'feature="default"' -C metadata=15c907ad5dba5157 -C extra-filename=-15c907ad5dba5157 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-084832dceff4d290.so --extern bb8=/work/oxidecomputer/omicron/target/debug/deps/libbb8-13b87d13c7c3a4ae.rmeta --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-131baaa97c231bbc.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1ec47aacdff5a9cb.rmeta --cap-lints allow -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64`
29462023-12-09T06:05:51.859Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-db-queries-01c5e5bf935097f2/build-script-build`
29472023-12-09T06:05:51.907Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name diesel_dtrace --edition=2021 /home/build/.cargo/git/checkouts/diesel-dtrace-b9b9a29f91f682b9/c1252df/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=29ef3009daecd0b1 -C extra-filename=-29ef3009daecd0b1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-131baaa97c231bbc.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-af3f9b2d6b50389f.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rmeta --cap-lints allow -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64`
29482023-12-09T06:05:52.495Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name cookie --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cookie-0.18.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=5f85abe9eac07172 -C extra-filename=-5f85abe9eac07172 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-9b800e302f11b330.rmeta --cap-lints allow -D warnings`
29492023-12-09T06:05:52.540Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
29502023-12-09T06:05:52.541Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name tufaceous_lib --edition=2021 tufaceous-lib/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=0ba0ba9b06b86db3 -C extra-filename=-0ba0ba9b06b86db3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-084832dceff4d290.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-58dcb98854df22ff.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-cf72f843b9ce520b.rmeta --extern bytesize=/work/oxidecomputer/omicron/target/debug/deps/libbytesize-eeae718e0c35ba84.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7c6e8f28fa0558b4.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-212a8b0dc002b8b7.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-9c343eab58a7ea84.rmeta --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-276ec3bce00d5f09.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6f7e7e787f938be2.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-e196c97d3d4fcd97.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-938138eb45012d55.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-af1b94fc055bd29e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-69debb94d18142c8.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8c4ac547107558e9.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-d1e51c6b8a6ecb88.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rmeta --extern serde_path_to_error=/work/oxidecomputer/omicron/target/debug/deps/libserde_path_to_error-6180809874198223.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-3efb67152f9bb7fd.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-fe8950a9f7b3553a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1ec47aacdff5a9cb.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5e9108efc6e4e2b4.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-01183c2c9c08f8b2.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-4ee5ed5bde7ce18a.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-1e6182992effe9a1.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64`
29512023-12-09T06:06:02.630Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
29522023-12-09T06:06:02.727Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name wicketd_client --edition=2021 clients/wicketd-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=6b45eccc21e6b3bd -C extra-filename=-6b45eccc21e6b3bd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-78b32943494c36d1.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-847fb59b18b2aee3.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-69debb94d18142c8.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-289011c4e09667b5.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-df34b867b7589e06.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-de92a584975acef9.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-a2a1f484550678da.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-d3ba7f7e55d494ee.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib`
29532023-12-09T06:06:06.160Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
29542023-12-09T06:06:06.174Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_test_interface --edition=2021 nexus/test-interface/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f3bf6c822cf7823b -C extra-filename=-f3bf6c822cf7823b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-084832dceff4d290.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-dc9b67b9d47e7bce.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-af1b94fc055bd29e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-69debb94d18142c8.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rmeta -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib`
29552023-12-09T06:06:06.385Z Compiling cassowary v0.3.0
29562023-12-09T06:06:06.396Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name cassowary /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cassowary-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=604bbb0567fc0a81 -C extra-filename=-604bbb0567fc0a81 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
29572023-12-09T06:06:07.905Z Compiling indoc v2.0.3
29582023-12-09T06:06:07.932Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name indoc --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/indoc-2.0.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=1da3176054db8acb -C extra-filename=-1da3176054db8acb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro --cap-lints allow -D warnings`
29592023-12-09T06:06:08.664Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
29602023-12-09T06:06:08.740Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_inventory --edition=2021 nexus/inventory/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=da5a7a4a6212ba9d -C extra-filename=-da5a7a4a6212ba9d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-efdef217e0fabd4e.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-c34bcec9e53a17f3.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-35e5e75d00a35726.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-dc9b67b9d47e7bce.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-69debb94d18142c8.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-b260bcdad7d801cc.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rmeta -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib`
29612023-12-09T06:06:09.851Z Compiling ratatui v0.23.0
29622023-12-09T06:06:09.854Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name ratatui --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ratatui-0.23.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="crossterm"' --cfg 'feature="default"' -C metadata=6826507eaa28f4f1 -C extra-filename=-6826507eaa28f4f1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-95e0840708437b88.rmeta --extern cassowary=/work/oxidecomputer/omicron/target/debug/deps/libcassowary-604bbb0567fc0a81.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-a6f7ca36058256e5.rmeta --extern indoc=/work/oxidecomputer/omicron/target/debug/deps/libindoc-1da3176054db8acb.so --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b7536b5015ff5583.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-3b5a8e4899b9500f.so --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-b260bcdad7d801cc.rmeta --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-a7b83919c0401bc3.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-d72b7a0cbab620b4.rmeta --cap-lints allow -D warnings`
29632023-12-09T06:06:12.925Z Compiling rtoolbox v0.0.1
29642023-12-09T06:06:12.936Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name rtoolbox --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rtoolbox-0.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f827b6360075776b -C extra-filename=-f827b6360075776b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-45ce8912dc32de8c.rmeta --cap-lints allow -D warnings`
29652023-12-09T06:06:13.553Z Compiling rpassword v7.3.1
29662023-12-09T06:06:13.555Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name rpassword --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rpassword-7.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=19270a1b98edf2ba -C extra-filename=-19270a1b98edf2ba --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-45ce8912dc32de8c.rmeta --extern rtoolbox=/work/oxidecomputer/omicron/target/debug/deps/librtoolbox-f827b6360075776b.rmeta --cap-lints allow -D warnings`
29672023-12-09T06:06:14.051Z Compiling shell-words v1.1.0
29682023-12-09T06:06:14.108Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name shell_words /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/shell-words-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=c646a9162b042b75 -C extra-filename=-c646a9162b042b75 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
29692023-12-09T06:06:14.556Z Compiling tui-tree-widget v0.13.0
29702023-12-09T06:06:14.561Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name tui_tree_widget --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tui-tree-widget-0.13.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=7d790c9a4e8e7341 -C extra-filename=-7d790c9a4e8e7341 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-6826507eaa28f4f1.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-d72b7a0cbab620b4.rmeta --cap-lints allow -D warnings`
29712023-12-09T06:06:15.622Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
29722023-12-09T06:06:15.625Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 nexus/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=645a8a5b2dcc64e6 -C extra-filename=-645a8a5b2dcc64e6 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-nexus-645a8a5b2dcc64e6 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-2ffddadad793df44.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib`
29732023-12-09T06:06:16.233Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-nexus-645a8a5b2dcc64e6/build-script-build`
29742023-12-09T06:06:16.237Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
29752023-12-09T06:06:16.237Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name wicket --edition=2021 wicket/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=4f650f7ced553632 -C extra-filename=-4f650f7ced553632 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-58dcb98854df22ff.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-ea9e8cb8d8ec83be.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef443fbbfa73a43.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-a6f7ca36058256e5.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-5ec1d71338dd5297.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-2e7a89619d1b841a.rmeta --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-59795aa0d9c5f644.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-938138eb45012d55.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-af1b94fc055bd29e.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-1985ded145d2f706.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-69debb94d18142c8.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-230e44e7360903b6.rmeta --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-cc81b9d222c0d737.rmeta --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-6826507eaa28f4f1.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-de92a584975acef9.rmeta --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-19270a1b98edf2ba.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rmeta --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-c646a9162b042b75.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f514002cc560d52b.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-7d1f69ec0d72f47b.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-55e2511ace2b4a1b.rmeta --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-7ec8ff03521d695a.rmeta --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-efbdc2c66f61b52d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1ec47aacdff5a9cb.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-da120e4ff52d808b.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5e9108efc6e4e2b4.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-e0682a68817d4d48.rmeta --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-7d790c9a4e8e7341.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-d72b7a0cbab620b4.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-a2a1f484550678da.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-d3ba7f7e55d494ee.rmeta --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-6b45eccc21e6b3bd.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d4ac8e2ff6ba4016.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib`
29762023-12-09T06:06:16.961Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=945f040d259ca8013d3fb26f510453da7cd7b1a6#945f040d)
29772023-12-09T06:06:16.966Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name crucible_pantry_client --edition=2021 /home/build/.cargo/git/checkouts/crucible-f3b5bdecdc6486d6/945f040/pantry-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=20acfb4f58a28845 -C extra-filename=-20acfb4f58a28845 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_workspace_hack-4e1825748425f003.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-912c31485e79e9fc.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-289011c4e09667b5.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-de92a584975acef9.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/usr/ssl-3/lib/amd64`
29782023-12-09T06:06:19.085Z Compiling fatfs v0.3.6
29792023-12-09T06:06:19.098Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name fatfs /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fatfs-0.3.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="chrono"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=1b0f8a63927350db -C extra-filename=-1b0f8a63927350db --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-b6f8a7d540d47813.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-1b4ad01209984ea0.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-c5d2103652c0a8bc.rmeta --cap-lints allow -D warnings`
29802023-12-09T06:06:19.110Z Compiling yansi v0.5.1
29812023-12-09T06:06:19.133Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name yansi /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/yansi-0.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=71523450b988fa1f -C extra-filename=-71523450b988fa1f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
29822023-12-09T06:06:19.676Z Compiling pretty_assertions v1.4.0
29832023-12-09T06:06:19.728Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name pretty_assertions --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pretty_assertions-1.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=d9e65c209facc62c -C extra-filename=-d9e65c209facc62c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern diff=/work/oxidecomputer/omicron/target/debug/deps/libdiff-b40759dfb27c6b8f.rmeta --extern yansi=/work/oxidecomputer/omicron/target/debug/deps/libyansi-71523450b988fa1f.rmeta --cap-lints allow -D warnings`
29842023-12-09T06:06:20.222Z Compiling installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd)
29852023-12-09T06:06:20.250Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name installinator_artifactd --edition=2021 installinator-artifactd/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=4e5af074b46e1481 -C extra-filename=-4e5af074b46e1481 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-084832dceff4d290.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef443fbbfa73a43.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-8fc3661830c92e6e.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-7f13a5e04fe3d70c.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-78b32943494c36d1.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-af1b94fc055bd29e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-69debb94d18142c8.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib`
29862023-12-09T06:06:21.038Z Compiling rand v0.4.6
29872023-12-09T06:06:21.042Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name rand /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rand-0.4.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="libc"' --cfg 'feature="std"' -C metadata=d6abe9b874c50522 -C extra-filename=-d6abe9b874c50522 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-45ce8912dc32de8c.rmeta --cap-lints allow -D warnings`
29882023-12-09T06:06:22.027Z Compiling plotters-backend v0.3.5
29892023-12-09T06:06:22.042Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name plotters_backend --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/plotters-backend-0.3.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=6316c9d891d6bc6a -C extra-filename=-6316c9d891d6bc6a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
29902023-12-09T06:06:23.013Z Compiling remove_dir_all v0.5.3
29912023-12-09T06:06:23.046Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name remove_dir_all /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/remove_dir_all-0.5.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=1d813a2aff1924d4 -C extra-filename=-1d813a2aff1924d4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
29922023-12-09T06:06:23.125Z Compiling tempdir v0.3.7
29932023-12-09T06:06:23.135Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name tempdir /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tempdir-0.3.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=e1d4c69a0724bff8 -C extra-filename=-e1d4c69a0724bff8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-d6abe9b874c50522.rmeta --extern remove_dir_all=/work/oxidecomputer/omicron/target/debug/deps/libremove_dir_all-1d813a2aff1924d4.rmeta --cap-lints allow -D warnings`
29942023-12-09T06:06:23.787Z Compiling plotters-svg v0.3.5
29952023-12-09T06:06:23.803Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name plotters_svg --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/plotters-svg-0.3.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=1944c1a49c5e64f1 -C extra-filename=-1944c1a49c5e64f1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern plotters_backend=/work/oxidecomputer/omicron/target/debug/deps/libplotters_backend-6316c9d891d6bc6a.rmeta --cap-lints allow -D warnings`
29962023-12-09T06:06:24.443Z Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
29972023-12-09T06:06:24.447Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name tufaceous --edition=2021 tufaceous/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a64cb45222db2d3e -C extra-filename=-a64cb45222db2d3e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef443fbbfa73a43.rmeta --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-9be0e24052f4a227.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-5ec1d71338dd5297.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-af1b94fc055bd29e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-69debb94d18142c8.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f514002cc560d52b.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-7d1f69ec0d72f47b.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-55e2511ace2b4a1b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1ec47aacdff5a9cb.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-0ba0ba9b06b86db3.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib`
29982023-12-09T06:06:25.734Z Compiling installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client)
29992023-12-09T06:06:25.747Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name installinator_artifact_client --edition=2021 clients/installinator-artifact-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=382f08dbcdc8f602 -C extra-filename=-382f08dbcdc8f602 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-78b32943494c36d1.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-69debb94d18142c8.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-289011c4e09667b5.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-df34b867b7589e06.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-de92a584975acef9.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-a2a1f484550678da.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib`
30002023-12-09T06:06:27.781Z Compiling assert_cmd v2.0.12
30012023-12-09T06:06:27.796Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name assert_cmd --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/assert_cmd-2.0.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=7462df53b4dba49b -C extra-filename=-7462df53b4dba49b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anstyle=/work/oxidecomputer/omicron/target/debug/deps/libanstyle-de2619156f222cb2.rmeta --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-f119340823f1aa08.rmeta --extern doc_comment=/work/oxidecomputer/omicron/target/debug/deps/libdoc_comment-80c9eeeb148ee19b.rmeta --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-765e2540c35635c8.rmeta --extern predicates_core=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_core-a707c93b27fc17a9.rmeta --extern predicates_tree=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_tree-2b21937ee10d575a.rmeta --extern wait_timeout=/work/oxidecomputer/omicron/target/debug/deps/libwait_timeout-3f631e4a575f532c.rmeta --cap-lints allow -D warnings`
30022023-12-09T06:06:30.127Z Compiling cast v0.3.0
30032023-12-09T06:06:45.102Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name cast --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cast-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=b96c307ad73be188 -C extra-filename=-b96c307ad73be188 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
30042023-12-09T06:06:45.580Z Compiling criterion-plot v0.5.0
30052023-12-09T06:06:45.581Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name criterion_plot --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/criterion-plot-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=cc45f56475d8c694 -C extra-filename=-cc45f56475d8c694 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cast=/work/oxidecomputer/omicron/target/debug/deps/libcast-b96c307ad73be188.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5d2789e50494f686.rmeta --cap-lints allow -D warnings`
30062023-12-09T06:06:45.581Z Compiling plotters v0.3.5
30072023-12-09T06:06:45.581Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name plotters --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/plotters-0.3.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="area_series"' --cfg 'feature="line_series"' --cfg 'feature="plotters-svg"' --cfg 'feature="svg_backend"' -C metadata=414cbdfc7cd282eb -C extra-filename=-414cbdfc7cd282eb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-66b98c12d6f7f3b4.rmeta --extern plotters_backend=/work/oxidecomputer/omicron/target/debug/deps/libplotters_backend-6316c9d891d6bc6a.rmeta --extern plotters_svg=/work/oxidecomputer/omicron/target/debug/deps/libplotters_svg-1944c1a49c5e64f1.rmeta --cap-lints allow -D warnings`
30082023-12-09T06:06:46.017Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
30092023-12-09T06:06:46.414Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name oxide_client --edition=2021 clients/oxide-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=35b08736da94c528 -C extra-filename=-35b08736da94c528 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-efdef217e0fabd4e.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a198b56a5f9eb1ad.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-7f13a5e04fe3d70c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-69debb94d18142c8.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-289011c4e09667b5.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8c4ac547107558e9.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-df34b867b7589e06.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-de92a584975acef9.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1ec47aacdff5a9cb.rmeta --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-e349c9297024bade.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rmeta -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib`
30102023-12-09T06:06:46.414Z Compiling tinytemplate v1.2.1
30112023-12-09T06:06:46.415Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name tinytemplate /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tinytemplate-1.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=176ee5ce0291a68d -C extra-filename=-176ee5ce0291a68d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rmeta --cap-lints allow -D warnings`
30122023-12-09T06:06:46.416Z Compiling vte_generate_state_changes v0.1.1
30132023-12-09T06:06:46.416Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name vte_generate_state_changes --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/vte_generate_state_changes-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=e52875883792dcf6 -C extra-filename=-e52875883792dcf6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rlib --extern proc_macro --cap-lints allow -D warnings`
30142023-12-09T06:06:46.416Z Compiling oorandom v11.1.3
30152023-12-09T06:06:46.416Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name oorandom --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/oorandom-11.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a9a074737efed806 -C extra-filename=-a9a074737efed806 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
30162023-12-09T06:06:46.416Z Compiling anes v0.1.6
30172023-12-09T06:06:46.416Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name anes --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anes-0.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=5a8a8944eb83c142 -C extra-filename=-5a8a8944eb83c142 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
30182023-12-09T06:06:46.416Z Compiling criterion v0.5.1
30192023-12-09T06:06:46.416Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name criterion --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/criterion-0.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="async"' --cfg 'feature="async_tokio"' --cfg 'feature="cargo_bench_support"' --cfg 'feature="default"' --cfg 'feature="futures"' --cfg 'feature="plotters"' --cfg 'feature="rayon"' --cfg 'feature="tokio"' -C metadata=821682e4ed2a43d1 -C extra-filename=-821682e4ed2a43d1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anes=/work/oxidecomputer/omicron/target/debug/deps/libanes-5a8a8944eb83c142.rmeta --extern cast=/work/oxidecomputer/omicron/target/debug/deps/libcast-b96c307ad73be188.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-ea9e8cb8d8ec83be.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef443fbbfa73a43.rmeta --extern criterion_plot=/work/oxidecomputer/omicron/target/debug/deps/libcriterion_plot-cc45f56475d8c694.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rmeta --extern is_terminal=/work/oxidecomputer/omicron/target/debug/deps/libis_terminal-d7be28484e0c869b.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5d2789e50494f686.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-66b98c12d6f7f3b4.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-230e44e7360903b6.rmeta --extern oorandom=/work/oxidecomputer/omicron/target/debug/deps/liboorandom-a9a074737efed806.rmeta --extern plotters=/work/oxidecomputer/omicron/target/debug/deps/libplotters-414cbdfc7cd282eb.rmeta --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-8bfab4357444caa6.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-537384909654dd1b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-101f844cca2ed149.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rmeta --extern tinytemplate=/work/oxidecomputer/omicron/target/debug/deps/libtinytemplate-176ee5ce0291a68d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1ec47aacdff5a9cb.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-f3795c7200a14d0e.rmeta --cap-lints allow -D warnings`
30202023-12-09T06:06:55.367Z Compiling vte v0.11.1
30212023-12-09T06:06:55.384Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name vte --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/vte-0.11.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=42b2fb31672684c9 -C extra-filename=-42b2fb31672684c9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern utf8parse=/work/oxidecomputer/omicron/target/debug/deps/libutf8parse-4593178b619af749.rmeta --extern vte_generate_state_changes=/work/oxidecomputer/omicron/target/debug/deps/libvte_generate_state_changes-e52875883792dcf6.so --cap-lints allow -D warnings`
30222023-12-09T06:06:59.892Z Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
30232023-12-09T06:06:59.900Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_test_utils_macros --edition=2021 nexus/test-utils-macros/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=063b83922d16a4df -C extra-filename=-063b83922d16a4df --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-69debb94d18142c8.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-085545494ccbad1b.rlib --extern proc_macro -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib`
30242023-12-09T06:07:02.550Z Compiling threadpool v1.8.1
30252023-12-09T06:07:02.554Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name threadpool /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/threadpool-1.8.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=1ff1ec83fe9a3dd5 -C extra-filename=-1ff1ec83fe9a3dd5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern num_cpus=/work/oxidecomputer/omicron/target/debug/deps/libnum_cpus-2f696aea8912d905.rmeta --cap-lints allow -D warnings`
30262023-12-09T06:07:04.003Z Compiling nanorand v0.7.0
30272023-12-09T06:07:04.017Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name nanorand --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nanorand-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="chacha"' --cfg 'feature="default"' --cfg 'feature="getrandom"' --cfg 'feature="pcg64"' --cfg 'feature="std"' --cfg 'feature="tls"' --cfg 'feature="wyrand"' -C metadata=151f4df35564026b -C extra-filename=-151f4df35564026b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-fd3f8e5b97695db0.rmeta --cap-lints allow -D warnings`
30282023-12-09T06:07:04.833Z Compiling flume v0.11.0
30292023-12-09T06:07:04.837Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name flume --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/flume-0.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="async"' --cfg 'feature="default"' --cfg 'feature="eventual-fairness"' --cfg 'feature="futures-core"' --cfg 'feature="futures-sink"' --cfg 'feature="nanorand"' --cfg 'feature="select"' -C metadata=4750fc70f249085f -C extra-filename=-4750fc70f249085f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-85b0c1ea6a5e4905.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-b95f9ca11c6cfc07.rmeta --extern nanorand=/work/oxidecomputer/omicron/target/debug/deps/libnanorand-151f4df35564026b.rmeta --extern spin1=/work/oxidecomputer/omicron/target/debug/deps/libspin-4c240d9238dcc0df.rmeta --cap-lints allow -D warnings`
30302023-12-09T06:07:04.917Z Compiling libtest-mimic v0.6.1
30312023-12-09T06:07:04.920Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name libtest_mimic --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libtest-mimic-0.6.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=7215cee7e52d6c56 -C extra-filename=-7215cee7e52d6c56 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef443fbbfa73a43.rmeta --extern termcolor=/work/oxidecomputer/omicron/target/debug/deps/libtermcolor-37d60876ed20c975.rmeta --extern threadpool=/work/oxidecomputer/omicron/target/debug/deps/libthreadpool-1ff1ec83fe9a3dd5.rmeta --cap-lints allow -D warnings`
30322023-12-09T06:07:05.988Z Compiling strip-ansi-escapes v0.2.0
30332023-12-09T06:07:05.991Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name strip_ansi_escapes /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/strip-ansi-escapes-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=0d82e1796fb48264 -C extra-filename=-0d82e1796fb48264 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern vte=/work/oxidecomputer/omicron/target/debug/deps/libvte-42b2fb31672684c9.rmeta --cap-lints allow -D warnings`
30342023-12-09T06:07:06.640Z Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
30352023-12-09T06:07:06.645Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name installinator --edition=2021 installinator/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f9b99694c613dcb9 -C extra-filename=-f9b99694c613dcb9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-084832dceff4d290.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-58dcb98854df22ff.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-cf72f843b9ce520b.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-21d3f75c791fa9a4.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef443fbbfa73a43.rmeta --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-109bd8b166d1face.rmeta --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-c33ee704d422915a.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6f7e7e787f938be2.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a198b56a5f9eb1ad.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e4d69e760c7ca210.rmeta --extern installinator_artifact_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifact_client-382f08dbcdc8f602.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-78b32943494c36d1.rmeta --extern ipcc_key_value=/work/oxidecomputer/omicron/target/debug/deps/libipcc_key_value-55d3cff9d5d23867.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-938138eb45012d55.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-45ce8912dc32de8c.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-af1b94fc055bd29e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-69debb94d18142c8.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-de92a584975acef9.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-3efb67152f9bb7fd.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-77ef57dbdaaa7ffb.rmeta --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-fcc4e7bee0ed24a1.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f514002cc560d52b.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-7d1f69ec0d72f47b.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-55e2511ace2b4a1b.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-37221c7372c347f0.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-c421aae3f8abc685.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1ec47aacdff5a9cb.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-0ba0ba9b06b86db3.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-a2a1f484550678da.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-e27f147807a8bc9f/out`
30362023-12-09T06:07:08.369Z Compiling rstest_macros v0.18.2
30372023-12-09T06:07:08.372Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rstest_macros-0.18.2/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="async-timeout"' -C metadata=95cc66c31d9b69ac -C extra-filename=-95cc66c31d9b69ac --out-dir /work/oxidecomputer/omicron/target/debug/build/rstest_macros-95cc66c31d9b69ac -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-a24886e505c93f47.rlib --cap-lints allow -D warnings`
30382023-12-09T06:07:09.282Z Compiling fd-lock v3.0.13
30392023-12-09T06:07:09.286Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name fd_lock --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fd-lock-3.0.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=1853336bba2e2edd -C extra-filename=-1853336bba2e2edd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-bc2c501506aafa82.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-b07637ba55941490.rmeta --cap-lints allow -D warnings`
30402023-12-09T06:07:09.595Z Compiling nu-ansi-term v0.49.0
30412023-12-09T06:07:09.598Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name nu_ansi_term --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nu-ansi-term-0.49.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=7ee404f26ab5d2de -C extra-filename=-7ee404f26ab5d2de --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
30422023-12-09T06:07:10.867Z Compiling reedline v0.26.0
30432023-12-09T06:07:10.871Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name reedline --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/reedline-0.26.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=c416d521fdfcbe9f -C extra-filename=-c416d521fdfcbe9f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-a6f7ca36058256e5.rmeta --extern fd_lock=/work/oxidecomputer/omicron/target/debug/deps/libfd_lock-1853336bba2e2edd.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5d2789e50494f686.rmeta --extern nu_ansi_term=/work/oxidecomputer/omicron/target/debug/deps/libnu_ansi_term-7ee404f26ab5d2de.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --extern strip_ansi_escapes=/work/oxidecomputer/omicron/target/debug/deps/libstrip_ansi_escapes-0d82e1796fb48264.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-b260bcdad7d801cc.rmeta --extern strum_macros=/work/oxidecomputer/omicron/target/debug/deps/libstrum_macros-51af52420240f790.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rmeta --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-a7b83919c0401bc3.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-d72b7a0cbab620b4.rmeta --cap-lints allow -D warnings`
30442023-12-09T06:07:17.816Z Running `/work/oxidecomputer/omicron/target/debug/build/rstest_macros-95cc66c31d9b69ac/build-script-build`
30452023-12-09T06:07:17.969Z Compiling datatest-stable v0.2.3
30462023-12-09T06:07:17.973Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name datatest_stable --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/datatest-stable-0.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=14890b8d55e1c3c1 -C extra-filename=-14890b8d55e1c3c1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rmeta --extern libtest_mimic=/work/oxidecomputer/omicron/target/debug/deps/liblibtest_mimic-7215cee7e52d6c56.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-537384909654dd1b.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-f3795c7200a14d0e.rmeta --cap-lints allow -D warnings`
30472023-12-09T06:07:18.818Z Compiling httptest v0.15.5
30482023-12-09T06:07:18.823Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name httptest --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/httptest-0.15.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=95af1fc070895b1d -C extra-filename=-95af1fc070895b1d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-49019ba25fed05fd.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-cf72f843b9ce520b.rmeta --extern crossbeam_channel=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_channel-2aaaef3e6eb094ab.rmeta --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-8797d3f240ac357c.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a198b56a5f9eb1ad.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-7f13a5e04fe3d70c.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-c5d2103652c0a8bc.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-230e44e7360903b6.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-537384909654dd1b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-9bc61d3be642612c.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1ec47aacdff5a9cb.rmeta --cap-lints allow -D warnings`
30492023-12-09T06:07:18.921Z Compiling similar-asserts v1.5.0
30502023-12-09T06:07:18.927Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name similar_asserts --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/similar-asserts-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="unicode"' -C metadata=476a7049abc798e8 -C extra-filename=-476a7049abc798e8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-9be0e24052f4a227.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-2b119b775ec4cb49.rmeta --cap-lints allow -D warnings`
30512023-12-09T06:07:20.822Z Compiling topological-sort v0.2.2
30522023-12-09T06:07:20.831Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name topological_sort --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/topological-sort-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=eb567069d3f60cfd -C extra-filename=-eb567069d3f60cfd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
30532023-12-09T06:07:21.151Z Compiling bytecount v0.6.3
30542023-12-09T06:07:21.151Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name bytecount --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bytecount-0.6.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=5392151e45ac97f7 -C extra-filename=-5392151e45ac97f7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
30552023-12-09T06:07:21.187Z Compiling relative-path v1.9.0
30562023-12-09T06:07:21.191Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name relative_path --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/relative-path-1.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=0cb9f34a783b6db6 -C extra-filename=-0cb9f34a783b6db6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
30572023-12-09T06:07:21.473Z Compiling trybuild v1.0.85
30582023-12-09T06:07:21.480Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/trybuild-1.0.85/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=2c5a72d18df7e15e -C extra-filename=-2c5a72d18df7e15e --out-dir /work/oxidecomputer/omicron/target/debug/build/trybuild-2c5a72d18df7e15e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
30592023-12-09T06:07:22.318Z Running `/work/oxidecomputer/omicron/target/debug/build/trybuild-2c5a72d18df7e15e/build-script-build`
30602023-12-09T06:07:22.383Z Compiling papergrid v0.10.0
30612023-12-09T06:07:22.383Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name papergrid --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/papergrid-0.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' -C metadata=299ef4ca9cbc319a -C extra-filename=-299ef4ca9cbc319a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bytecount=/work/oxidecomputer/omicron/target/debug/deps/libbytecount-5392151e45ac97f7.rmeta --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-5d2ad75ee5f58135.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-d72b7a0cbab620b4.rmeta --cap-lints allow -D warnings`
30622023-12-09T06:07:22.459Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name rstest_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rstest_macros-0.18.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="async-timeout"' -C metadata=84044d8579f986f5 -C extra-filename=-84044d8579f986f5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-bc2c501506aafa82.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-daf84fcebc6d5eca.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-537384909654dd1b.rlib --extern relative_path=/work/oxidecomputer/omicron/target/debug/deps/librelative_path-0cb9f34a783b6db6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-085545494ccbad1b.rlib --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-d84da02132e91997.rlib --extern proc_macro --cap-lints allow -D warnings`
30632023-12-09T06:07:33.138Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
30642023-12-09T06:07:33.322Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name wicketd --edition=2021 wicketd/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=c86f67e41adab904 -C extra-filename=-c86f67e41adab904 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-084832dceff4d290.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-efdef217e0fabd4e.rmeta --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-5f15e23a2b6720f5.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-58dcb98854df22ff.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-cf72f843b9ce520b.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7c6e8f28fa0558b4.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef443fbbfa73a43.rmeta --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-109bd8b166d1face.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-212a8b0dc002b8b7.rmeta --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-c33ee704d422915a.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-fb7d2275df9b8c96.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-8fc3661830c92e6e.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-294f21b38637a1be.rmeta --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-4750fc70f249085f.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-c34bcec9e53a17f3.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-35e5e75d00a35726.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6f7e7e787f938be2.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a198b56a5f9eb1ad.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-e196c97d3d4fcd97.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-7f13a5e04fe3d70c.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e4d69e760c7ca210.rmeta --extern installinator_artifactd=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifactd-4e5af074b46e1481.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-78b32943494c36d1.rmeta --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-304b947e2d9b96f6.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-847fb59b18b2aee3.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-938138eb45012d55.rmeta --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-89750ec7e9845530.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-af1b94fc055bd29e.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-1985ded145d2f706.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-69debb94d18142c8.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-de92a584975acef9.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-3efb67152f9bb7fd.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-77ef57dbdaaa7ffb.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-702b87acea9cb846.rmeta --extern snafu=/work/oxidecomputer/omicron/target/debug/deps/libsnafu-f45fb991151db88a.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1ec47aacdff5a9cb.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-bd4e9926302cc4c2.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-da120e4ff52d808b.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5e9108efc6e4e2b4.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-01183c2c9c08f8b2.rmeta --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-e349c9297024bade.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-0ba0ba9b06b86db3.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-a2a1f484550678da.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-d3ba7f7e55d494ee.rmeta --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-6b45eccc21e6b3bd.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-e27f147807a8bc9f/out`
30652023-12-09T06:07:33.326Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
30662023-12-09T06:07:33.326Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 dev-tools/omicron-dev/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=7ace32550460e277 -C extra-filename=-7ace32550460e277 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-dev-7ace32550460e277 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-2ffddadad793df44.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib`
30672023-12-09T06:07:33.326Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
30682023-12-09T06:07:33.326Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 dev-tools/omdb/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=2df48dca006c7971 -C extra-filename=-2df48dca006c7971 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-omdb-2df48dca006c7971 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-2ffddadad793df44.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib`
30692023-12-09T06:07:33.331Z Compiling tabled_derive v0.6.0
30702023-12-09T06:07:33.331Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name tabled_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tabled_derive-0.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a7bf2457eb3bb813 -C extra-filename=-a7bf2457eb3bb813 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-e8726b1e312bd2e5.rlib --extern proc_macro_error=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_error-53597bc160bbd407.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-48fabcfe082d99df.rlib --extern proc_macro --cap-lints allow -D warnings`
30712023-12-09T06:07:35.589Z Compiling basic-toml v0.1.4
30722023-12-09T06:07:35.593Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name basic_toml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/basic-toml-0.1.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=5c1cb3a3149b8069 -C extra-filename=-5c1cb3a3149b8069 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --cap-lints allow -D warnings`
30732023-12-09T06:07:38.915Z Compiling arrayvec v0.7.4
30742023-12-09T06:07:38.931Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name arrayvec --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/arrayvec-0.7.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=c9b60ea25ec83303 -C extra-filename=-c9b60ea25ec83303 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
30752023-12-09T06:07:39.121Z Compiling constant_time_eq v0.2.6
30762023-12-09T06:07:39.153Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name constant_time_eq --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/constant_time_eq-0.2.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=cda92da30c7fc137 -C extra-filename=-cda92da30c7fc137 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
30772023-12-09T06:07:39.397Z Compiling futures-timer v3.0.2
30782023-12-09T06:07:39.400Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_timer --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-timer-3.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=c292dbb3a669c763 -C extra-filename=-c292dbb3a669c763 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
30792023-12-09T06:07:39.532Z Compiling arrayref v0.3.7
30802023-12-09T06:07:39.536Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name arrayref /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/arrayref-0.3.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=e775d0f24cfa2fe5 -C extra-filename=-e775d0f24cfa2fe5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
30812023-12-09T06:07:39.680Z Compiling crossbeam-queue v0.3.8
30822023-12-09T06:07:39.686Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-queue-0.3.8/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="std"' -C metadata=54a6890ae100e8c1 -C extra-filename=-54a6890ae100e8c1 --out-dir /work/oxidecomputer/omicron/target/debug/build/crossbeam-queue-54a6890ae100e8c1 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
30832023-12-09T06:07:40.557Z Running `/work/oxidecomputer/omicron/target/debug/build/crossbeam-queue-54a6890ae100e8c1/build-script-build`
30842023-12-09T06:07:40.594Z Compiling rstest v0.18.2
30852023-12-09T06:07:40.597Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name rstest --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rstest-0.18.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="async-timeout"' --cfg 'feature="default"' -C metadata=e3df991513cc11c4 -C extra-filename=-e3df991513cc11c4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rmeta --extern futures_timer=/work/oxidecomputer/omicron/target/debug/deps/libfutures_timer-c292dbb3a669c763.rmeta --extern rstest_macros=/work/oxidecomputer/omicron/target/debug/deps/librstest_macros-84044d8579f986f5.so --cap-lints allow -D warnings`
30862023-12-09T06:07:40.816Z Compiling blake2b_simd v1.0.1
30872023-12-09T06:07:40.821Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name blake2b_simd --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/blake2b_simd-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=cce39a0e82a1286d -C extra-filename=-cce39a0e82a1286d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern arrayref=/work/oxidecomputer/omicron/target/debug/deps/libarrayref-e775d0f24cfa2fe5.rmeta --extern arrayvec=/work/oxidecomputer/omicron/target/debug/deps/libarrayvec-c9b60ea25ec83303.rmeta --extern constant_time_eq=/work/oxidecomputer/omicron/target/debug/deps/libconstant_time_eq-cda92da30c7fc137.rmeta --cap-lints allow -D warnings`
30882023-12-09T06:07:40.991Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name trybuild --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/trybuild-1.0.85/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=fdbd95a80feb3da3 -C extra-filename=-fdbd95a80feb3da3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern basic_toml=/work/oxidecomputer/omicron/target/debug/deps/libbasic_toml-5c1cb3a3149b8069.rmeta --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-daf84fcebc6d5eca.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-230e44e7360903b6.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-101f844cca2ed149.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rmeta --extern termcolor=/work/oxidecomputer/omicron/target/debug/deps/libtermcolor-37d60876ed20c975.rmeta --cap-lints allow -D warnings`
30892023-12-09T06:07:49.874Z Compiling tabled v0.14.0
30902023-12-09T06:07:49.879Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name tabled --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tabled-0.14.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="macros"' --cfg 'feature="std"' --cfg 'feature="tabled_derive"' -C metadata=534709829fd0a93c -C extra-filename=-534709829fd0a93c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern papergrid=/work/oxidecomputer/omicron/target/debug/deps/libpapergrid-299ef4ca9cbc319a.rmeta --extern tabled_derive=/work/oxidecomputer/omicron/target/debug/deps/libtabled_derive-a7bf2457eb3bb813.so --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-d72b7a0cbab620b4.rmeta --cap-lints allow -D warnings`
30912023-12-09T06:07:50.581Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-omdb-2df48dca006c7971/build-script-build`
30922023-12-09T06:07:50.613Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-dev-7ace32550460e277/build-script-build`
30932023-12-09T06:07:50.651Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
30942023-12-09T06:07:50.655Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_package --edition=2021 package/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=8ce491e6cb92a332 -C extra-filename=-8ce491e6cb92a332 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef443fbbfa73a43.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6f7e7e787f938be2.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e4d69e760c7ca210.rmeta --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-59795aa0d9c5f644.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-69debb94d18142c8.rmeta --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-6bdba5f36a79f0ab.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-cb3b038c24d25106.rmeta --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-8bfab4357444caa6.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-de92a584975acef9.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-d1e51c6b8a6ecb88.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-54881a1782a3e1b0.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-77ef57dbdaaa7ffb.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f514002cc560d52b.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-55e2511ace2b4a1b.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-37221c7372c347f0.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-b260bcdad7d801cc.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-70fd40af0a67716f.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-fe8950a9f7b3553a.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1ec47aacdff5a9cb.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5e9108efc6e4e2b4.rmeta --extern topological_sort=/work/oxidecomputer/omicron/target/debug/deps/libtopological_sort-eb567069d3f60cfd.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-f3795c7200a14d0e.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-e27f147807a8bc9f/out`
30952023-12-09T06:07:55.113Z Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
30962023-12-09T06:07:55.116Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name wicket_dbg --edition=2021 wicket-dbg/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=20a76ec3df8ba82d -C extra-filename=-20a76ec3df8ba82d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-cf72f843b9ce520b.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-ea9e8cb8d8ec83be.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef443fbbfa73a43.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-a6f7ca36058256e5.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-69debb94d18142c8.rmeta --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-c416d521fdfcbe9f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f514002cc560d52b.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-7d1f69ec0d72f47b.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-55e2511ace2b4a1b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1ec47aacdff5a9cb.rmeta --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-4f650f7ced553632.rmeta -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib`
30972023-12-09T06:07:56.262Z Compiling partial-io v0.5.4
30982023-12-09T06:07:56.266Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name partial_io --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/partial-io-0.5.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="futures"' --cfg 'feature="futures03"' --cfg 'feature="pin-project"' --cfg 'feature="proptest"' --cfg 'feature="proptest1"' --cfg 'feature="tokio"' --cfg 'feature="tokio1"' -C metadata=80d623d1010c75c7 -C extra-filename=-80d623d1010c75c7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rmeta --extern pin_project=/work/oxidecomputer/omicron/target/debug/deps/libpin_project-b3b9e2874c7400c7.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-894db676841aa3cb.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1ec47aacdff5a9cb.rmeta --cap-lints allow -D warnings`
30992023-12-09T06:07:57.002Z Compiling approx v0.5.1
31002023-12-09T06:07:57.006Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name approx /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/approx-0.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=8cb86b6fdecad456 -C extra-filename=-8cb86b6fdecad456 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-66b98c12d6f7f3b4.rmeta --cap-lints allow -D warnings`
31012023-12-09T06:07:57.397Z Compiling hex-literal v0.4.1
31022023-12-09T06:07:57.401Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name hex_literal --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hex-literal-0.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=8e38b9b5434fe580 -C extra-filename=-8e38b9b5434fe580 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
31032023-12-09T06:07:57.619Z Compiling constant_time_eq v0.3.0
31042023-12-09T06:07:57.622Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name constant_time_eq --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/constant_time_eq-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=d2fc0ba4c4ab8e14 -C extra-filename=-d2fc0ba4c4ab8e14 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
31052023-12-09T06:07:57.893Z Compiling rust-argon2 v1.0.1
31062023-12-09T06:07:57.898Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name argon2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rust-argon2-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="crossbeam-utils"' --cfg 'feature="default"' -C metadata=78933f846eed4887 -C extra-filename=-78933f846eed4887 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-efdef217e0fabd4e.rmeta --extern blake2b_simd=/work/oxidecomputer/omicron/target/debug/deps/libblake2b_simd-cce39a0e82a1286d.rmeta --extern constant_time_eq=/work/oxidecomputer/omicron/target/debug/deps/libconstant_time_eq-d2fc0ba4c4ab8e14.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-ecd3b02fa9b0bdac.rmeta --cap-lints allow -D warnings`
31072023-12-09T06:07:58.308Z Compiling samael v0.0.10 (https://github.com/njaremko/samael?branch=master#52028e45)
31082023-12-09T06:07:58.333Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_bindings --edition=2021 /home/build/.cargo/git/checkouts/samael-22e3a9757ca35ba2/52028e4/bindings.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="lazy_static"' --cfg 'feature="libc"' --cfg 'feature="libxml"' --cfg 'feature="xmlsec"' -C metadata=4f3d178434be652a -C extra-filename=-4f3d178434be652a --out-dir /work/oxidecomputer/omicron/target/debug/build/samael-4f3d178434be652a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bindgen=/work/oxidecomputer/omicron/target/debug/deps/libbindgen-d5d9999381572790.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-676180268410563e.rlib --cap-lints allow -D warnings`
31092023-12-09T06:08:00.705Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name crossbeam_queue --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-queue-0.3.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="std"' -C metadata=70b9f848c466bf80 -C extra-filename=-70b9f848c466bf80 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-bc2c501506aafa82.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-ecd3b02fa9b0bdac.rmeta --cap-lints allow -D warnings`
31102023-12-09T06:08:01.125Z Compiling crossbeam v0.8.2
31112023-12-09T06:08:01.129Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name crossbeam --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-0.8.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="crossbeam-channel"' --cfg 'feature="crossbeam-deque"' --cfg 'feature="crossbeam-epoch"' --cfg 'feature="crossbeam-queue"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=abcda72a598022d6 -C extra-filename=-abcda72a598022d6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-bc2c501506aafa82.rmeta --extern crossbeam_channel=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_channel-2aaaef3e6eb094ab.rmeta --extern crossbeam_deque=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_deque-de0c924a38105e0e.rmeta --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-2d9f0b9c67027185.rmeta --extern crossbeam_queue=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_queue-70b9f848c466bf80.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-ecd3b02fa9b0bdac.rmeta --cap-lints allow -D warnings`
31122023-12-09T06:08:01.288Z Compiling termios v0.3.3
31132023-12-09T06:08:01.316Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name termios /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/termios-0.3.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=75b73657962302a4 -C extra-filename=-75b73657962302a4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-45ce8912dc32de8c.rmeta --cap-lints allow -D warnings`
31142023-12-09T06:08:01.665Z Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
31152023-12-09T06:08:01.668Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name gateway_cli --edition=2021 gateway-cli/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=6858e5ae71aa2424 -C extra-filename=-6858e5ae71aa2424 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef443fbbfa73a43.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-c34bcec9e53a17f3.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-35e5e75d00a35726.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-af1b94fc055bd29e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-69debb94d18142c8.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-de92a584975acef9.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f514002cc560d52b.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-55e2511ace2b4a1b.rlib --extern termios=/work/oxidecomputer/omicron/target/debug/deps/libtermios-75b73657962302a4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1ec47aacdff5a9cb.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-8c822327311acb33.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib`
31162023-12-09T06:08:01.857Z Running `/work/oxidecomputer/omicron/target/debug/build/samael-4f3d178434be652a/build-script-bindings`
31172023-12-09T06:08:03.393Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_passwords --edition=2021 passwords/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=68a8178b5ccae281 -C extra-filename=-68a8178b5ccae281 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern argon2=/work/oxidecomputer/omicron/target/debug/deps/libargon2-ab1c60233b851b26.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-821682e4ed2a43d1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-69debb94d18142c8.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8c4ac547107558e9.rlib --extern argon2alt=/work/oxidecomputer/omicron/target/debug/deps/libargon2-78933f846eed4887.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f915ff3d992a233b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib`
31182023-12-09T06:08:05.227Z Compiling omicron-deploy v0.1.0 (/work/oxidecomputer/omicron/dev-tools/thing-flinger)
31192023-12-09T06:08:05.231Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name thing_flinger --edition=2021 dev-tools/thing-flinger/src/bin/thing-flinger.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=07d4e1163db1191d -C extra-filename=-07d4e1163db1191d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef443fbbfa73a43.rlib --extern crossbeam=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam-abcda72a598022d6.rlib --extern omicron_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_package-8ce491e6cb92a332.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-69debb94d18142c8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-101f844cca2ed149.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-e27f147807a8bc9f/out`
31202023-12-09T06:08:05.261Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name installinator --edition=2021 installinator/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=b55e05934be92767 -C extra-filename=-b55e05934be92767 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-084832dceff4d290.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-58dcb98854df22ff.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-cf72f843b9ce520b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-21d3f75c791fa9a4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef443fbbfa73a43.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-109bd8b166d1face.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-c33ee704d422915a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6f7e7e787f938be2.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-8e38b9b5434fe580.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a198b56a5f9eb1ad.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e4d69e760c7ca210.rlib --extern installinator_artifact_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifact_client-382f08dbcdc8f602.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-78b32943494c36d1.rlib --extern ipcc_key_value=/work/oxidecomputer/omicron/target/debug/deps/libipcc_key_value-55d3cff9d5d23867.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-938138eb45012d55.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-45ce8912dc32de8c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-af1b94fc055bd29e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c8787c923dc1c8d2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-69debb94d18142c8.rlib --extern partial_io=/work/oxidecomputer/omicron/target/debug/deps/libpartial_io-80d623d1010c75c7.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-894db676841aa3cb.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-de92a584975acef9.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-3efb67152f9bb7fd.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-77ef57dbdaaa7ffb.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-fcc4e7bee0ed24a1.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f514002cc560d52b.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-7d1f69ec0d72f47b.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-55e2511ace2b4a1b.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-37221c7372c347f0.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-c421aae3f8abc685.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-f6b05fbf7e100ea2.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1ec47aacdff5a9cb.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-bd4e9926302cc4c2.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-0ba0ba9b06b86db3.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-a2a1f484550678da.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-e27f147807a8bc9f/out`
31212023-12-09T06:08:05.467Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name samael --edition=2021 /home/build/.cargo/git/checkouts/samael-22e3a9757ca35ba2/52028e4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type staticlib --crate-type rlib --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="lazy_static"' --cfg 'feature="libc"' --cfg 'feature="libxml"' --cfg 'feature="xmlsec"' -C metadata=b707e665892fa1ba -C extra-filename=-b707e665892fa1ba --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-efdef217e0fabd4e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rlib --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-6b18b93accc321e4.rlib --extern derive_builder=/work/oxidecomputer/omicron/target/debug/deps/libderive_builder-eb1a666d81f8694c.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-9c343eab58a7ea84.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-9c9c3756e3f392b3.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-45ce8912dc32de8c.rlib --extern libxml=/work/oxidecomputer/omicron/target/debug/deps/liblibxml-fbedf2bc58b17751.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-7b781b30fdd26f56.rlib --extern openssl_probe=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_probe-66d32c3547f15b53.rlib --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-b97b694c637962a9.rlib --extern quick_xml=/work/oxidecomputer/omicron/target/debug/deps/libquick_xml-3ed581c6855895b5.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8c4ac547107558e9.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern snafu=/work/oxidecomputer/omicron/target/debug/deps/libsnafu-f45fb991151db88a.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-4ee5ed5bde7ce18a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rlib --cap-lints allow -D warnings -L native=/usr/lib/amd64 -l xmlsec1 -l xml2 -l ssl -l crypto -l xmlsec1 -l ltdl -l xslt -l xml2 -l z -l lzma -l m -l socket -l nsl -l m -l xml2 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 --cfg xmlsec_dynamic`
31222023-12-09T06:08:07.186Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name installinator --edition=2021 installinator/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=334df2068c7fb6e2 -C extra-filename=-334df2068c7fb6e2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-084832dceff4d290.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-58dcb98854df22ff.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-cf72f843b9ce520b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-21d3f75c791fa9a4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef443fbbfa73a43.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-109bd8b166d1face.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-c33ee704d422915a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6f7e7e787f938be2.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-8e38b9b5434fe580.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a198b56a5f9eb1ad.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e4d69e760c7ca210.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-f9b99694c613dcb9.rlib --extern installinator_artifact_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifact_client-382f08dbcdc8f602.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-78b32943494c36d1.rlib --extern ipcc_key_value=/work/oxidecomputer/omicron/target/debug/deps/libipcc_key_value-55d3cff9d5d23867.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-938138eb45012d55.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-45ce8912dc32de8c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-af1b94fc055bd29e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c8787c923dc1c8d2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-69debb94d18142c8.rlib --extern partial_io=/work/oxidecomputer/omicron/target/debug/deps/libpartial_io-80d623d1010c75c7.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-894db676841aa3cb.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-de92a584975acef9.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-3efb67152f9bb7fd.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-77ef57dbdaaa7ffb.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-fcc4e7bee0ed24a1.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f514002cc560d52b.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-7d1f69ec0d72f47b.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-55e2511ace2b4a1b.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-37221c7372c347f0.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-c421aae3f8abc685.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-f6b05fbf7e100ea2.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1ec47aacdff5a9cb.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-bd4e9926302cc4c2.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-0ba0ba9b06b86db3.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-a2a1f484550678da.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-e27f147807a8bc9f/out`
31232023-12-09T06:08:10.077Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name test_compilation --edition=2021 oximeter/oximeter/tests/test_compilation.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=e5bd50741ff0b882 -C extra-filename=-e5bd50741ff0b882 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern approx=/work/oxidecomputer/omicron/target/debug/deps/libapprox-8cb86b6fdecad456.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-cf72f843b9ce520b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-bf5edac01f673ca3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-af1b94fc055bd29e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-69debb94d18142c8.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-4cf06a1b033601c2.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-be1c8fb506297b9d.so --extern rstest=/work/oxidecomputer/omicron/target/debug/deps/librstest-e3df991513cc11c4.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-b260bcdad7d801cc.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern trybuild=/work/oxidecomputer/omicron/target/debug/deps/libtrybuild-fdbd95a80feb3da3.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib`
31242023-12-09T06:08:11.385Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter --edition=2021 oximeter/oximeter/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=99f44168dfa869b2 -C extra-filename=-99f44168dfa869b2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern approx=/work/oxidecomputer/omicron/target/debug/deps/libapprox-8cb86b6fdecad456.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-cf72f843b9ce520b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-bf5edac01f673ca3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-af1b94fc055bd29e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-69debb94d18142c8.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-be1c8fb506297b9d.so --extern rstest=/work/oxidecomputer/omicron/target/debug/deps/librstest-e3df991513cc11c4.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-b260bcdad7d801cc.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern trybuild=/work/oxidecomputer/omicron/target/debug/deps/libtrybuild-fdbd95a80feb3da3.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib`
31252023-12-09T06:08:24.976Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_package --edition=2021 package/src/bin/omicron-package.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=f8bcb109d2b71f47 -C extra-filename=-f8bcb109d2b71f47 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef443fbbfa73a43.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-0a3fb3c08f13db7a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6f7e7e787f938be2.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e4d69e760c7ca210.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-59795aa0d9c5f644.rlib --extern omicron_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_package-8ce491e6cb92a332.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-69debb94d18142c8.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-6bdba5f36a79f0ab.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-cb3b038c24d25106.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-8bfab4357444caa6.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-de92a584975acef9.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-d1e51c6b8a6ecb88.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-54881a1782a3e1b0.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-77ef57dbdaaa7ffb.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f514002cc560d52b.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-55e2511ace2b4a1b.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-37221c7372c347f0.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-b260bcdad7d801cc.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-70fd40af0a67716f.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-fe8950a9f7b3553a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1ec47aacdff5a9cb.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5e9108efc6e4e2b4.rlib --extern topological_sort=/work/oxidecomputer/omicron/target/debug/deps/libtopological_sort-eb567069d3f60cfd.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-f3795c7200a14d0e.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-e27f147807a8bc9f/out`
31262023-12-09T06:08:25.380Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name wicket_dbg_server --edition=2021 wicket-dbg/src/bin/wicket-dbg-server.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=7df3acff70de0eb4 -C extra-filename=-7df3acff70de0eb4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-cf72f843b9ce520b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-ea9e8cb8d8ec83be.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef443fbbfa73a43.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-a6f7ca36058256e5.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-69debb94d18142c8.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-c416d521fdfcbe9f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f514002cc560d52b.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-7d1f69ec0d72f47b.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-55e2511ace2b4a1b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1ec47aacdff5a9cb.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-4f650f7ced553632.rlib --extern wicket_dbg=/work/oxidecomputer/omicron/target/debug/deps/libwicket_dbg-20a76ec3df8ba82d.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib`
31272023-12-09T06:08:25.381Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name wicket_dbg --edition=2021 wicket-dbg/src/bin/wicket-dbg.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=a8e519615424f0db -C extra-filename=-a8e519615424f0db --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-cf72f843b9ce520b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-ea9e8cb8d8ec83be.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef443fbbfa73a43.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-a6f7ca36058256e5.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-69debb94d18142c8.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-c416d521fdfcbe9f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f514002cc560d52b.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-7d1f69ec0d72f47b.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-55e2511ace2b4a1b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1ec47aacdff5a9cb.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-4f650f7ced553632.rlib --extern wicket_dbg=/work/oxidecomputer/omicron/target/debug/deps/libwicket_dbg-20a76ec3df8ba82d.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib`
31282023-12-09T06:08:25.871Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name wicket_dbg --edition=2021 wicket-dbg/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=2b3bab938499de81 -C extra-filename=-2b3bab938499de81 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-cf72f843b9ce520b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-ea9e8cb8d8ec83be.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef443fbbfa73a43.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-a6f7ca36058256e5.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-69debb94d18142c8.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-c416d521fdfcbe9f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f514002cc560d52b.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-7d1f69ec0d72f47b.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-55e2511ace2b4a1b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1ec47aacdff5a9cb.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-4f650f7ced553632.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib`
31292023-12-09T06:08:25.872Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_package --edition=2021 package/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=50e4a6ed48b629b7 -C extra-filename=-50e4a6ed48b629b7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef443fbbfa73a43.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-0a3fb3c08f13db7a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6f7e7e787f938be2.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e4d69e760c7ca210.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-59795aa0d9c5f644.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-69debb94d18142c8.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-6bdba5f36a79f0ab.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-cb3b038c24d25106.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-8bfab4357444caa6.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-de92a584975acef9.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-d1e51c6b8a6ecb88.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-54881a1782a3e1b0.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-77ef57dbdaaa7ffb.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f514002cc560d52b.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-55e2511ace2b4a1b.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-37221c7372c347f0.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-b260bcdad7d801cc.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-70fd40af0a67716f.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-fe8950a9f7b3553a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1ec47aacdff5a9cb.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5e9108efc6e4e2b4.rlib --extern topological_sort=/work/oxidecomputer/omicron/target/debug/deps/libtopological_sort-eb567069d3f60cfd.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-f3795c7200a14d0e.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-e27f147807a8bc9f/out`
31302023-12-09T06:08:25.875Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name services_ledger_check_migrate --edition=2021 sled-agent/src/bin/services-ledger-check-migrate.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=988cd5d6e9f8850e -C extra-filename=-988cd5d6e9f8850e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-c31966c9f8a96595.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-084832dceff4d290.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-efdef217e0fabd4e.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-43fbcb238c00969d.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-5f15e23a2b6720f5.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-cf72f843b9ce520b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7c6e8f28fa0558b4.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-21d3f75c791fa9a4.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-bc2c501506aafa82.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef443fbbfa73a43.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-92fd446f1198f3c2.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-109bd8b166d1face.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-46eebefa6ecc0bc6.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-c33ee704d422915a.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-a58c8b92ed943a37.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-db45c09695d061dd.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-fb7d2275df9b8c96.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-8fc3661830c92e6e.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-0a3fb3c08f13db7a.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-9c343eab58a7ea84.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-c34bcec9e53a17f3.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-daf84fcebc6d5eca.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6f7e7e787f938be2.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a198b56a5f9eb1ad.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-7f13a5e04fe3d70c.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-63efbbda053f3342.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e4d69e760c7ca210.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-78b32943494c36d1.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-304b947e2d9b96f6.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-847fb59b18b2aee3.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-938138eb45012d55.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-144705db301a5870.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-45ce8912dc32de8c.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-1ce9557757fa651b.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-8eb0d9a57645bdd6.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-e454a4d90d4044eb.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-af1b94fc055bd29e.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-6f0b2d0c2fb90918.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c8787c923dc1c8d2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-69debb94d18142c8.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-230e44e7360903b6.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-9d8845f6ea973efe.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-34a585534cdcaa54.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-d5ac2a40ed96e013.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-4cf06a1b033601c2.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-de5adb521c24b418.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-eb889f19d5709504.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-d9e65c209facc62c.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-4428bf55280274a9.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-d68db27eee92b51a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8c4ac547107558e9.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-81d27db59de22af7.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-de92a584975acef9.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-54881a1782a3e1b0.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-dfa91eaf5f5704dc.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-b60aa24d05f29b5f.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-1dad7f5b68b8d510.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-77ef57dbdaaa7ffb.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-fcc4e7bee0ed24a1.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f514002cc560d52b.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-702b87acea9cb846.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-55e2511ace2b4a1b.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-37221c7372c347f0.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-8396087cdeea73a3.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7ba83478b0b28ec3.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-fe8950a9f7b3553a.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-c421aae3f8abc685.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-eef85b09ccdef74c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1ec47aacdff5a9cb.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-bd4e9926302cc4c2.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-da120e4ff52d808b.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5e9108efc6e4e2b4.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-af3f9b2d6b50389f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d4ac8e2ff6ba4016.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-0a77f036dbfdf4d9.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-e27f147807a8bc9f/out`
31312023-12-09T06:08:25.883Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name mod --edition=2021 sled-agent/tests/mod.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=bb387fcfc586b297 -C extra-filename=-bb387fcfc586b297 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-c31966c9f8a96595.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-084832dceff4d290.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-efdef217e0fabd4e.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-43fbcb238c00969d.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-5f15e23a2b6720f5.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-cf72f843b9ce520b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7c6e8f28fa0558b4.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-21d3f75c791fa9a4.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-bc2c501506aafa82.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef443fbbfa73a43.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-92fd446f1198f3c2.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-109bd8b166d1face.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-46eebefa6ecc0bc6.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-c33ee704d422915a.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-a58c8b92ed943a37.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-db45c09695d061dd.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-fb7d2275df9b8c96.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-8fc3661830c92e6e.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-0a3fb3c08f13db7a.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-9c343eab58a7ea84.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-c34bcec9e53a17f3.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-daf84fcebc6d5eca.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6f7e7e787f938be2.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a198b56a5f9eb1ad.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-7f13a5e04fe3d70c.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-63efbbda053f3342.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e4d69e760c7ca210.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-78b32943494c36d1.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-304b947e2d9b96f6.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-847fb59b18b2aee3.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-938138eb45012d55.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-144705db301a5870.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-45ce8912dc32de8c.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-1ce9557757fa651b.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-8eb0d9a57645bdd6.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-e454a4d90d4044eb.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-af1b94fc055bd29e.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-6f0b2d0c2fb90918.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c8787c923dc1c8d2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-69debb94d18142c8.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-230e44e7360903b6.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-9d8845f6ea973efe.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-34a585534cdcaa54.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-d5ac2a40ed96e013.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-4cf06a1b033601c2.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-de5adb521c24b418.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-eb889f19d5709504.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-d9e65c209facc62c.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-4428bf55280274a9.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-d68db27eee92b51a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8c4ac547107558e9.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-81d27db59de22af7.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-de92a584975acef9.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-54881a1782a3e1b0.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-dfa91eaf5f5704dc.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-b60aa24d05f29b5f.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-1dad7f5b68b8d510.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-77ef57dbdaaa7ffb.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-fcc4e7bee0ed24a1.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f514002cc560d52b.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-702b87acea9cb846.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-55e2511ace2b4a1b.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-37221c7372c347f0.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-8396087cdeea73a3.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7ba83478b0b28ec3.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-fe8950a9f7b3553a.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-c421aae3f8abc685.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-eef85b09ccdef74c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1ec47aacdff5a9cb.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-bd4e9926302cc4c2.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-da120e4ff52d808b.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5e9108efc6e4e2b4.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-af3f9b2d6b50389f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d4ac8e2ff6ba4016.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-0a77f036dbfdf4d9.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-e27f147807a8bc9f/out`
31322023-12-09T06:08:26.591Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_sim --edition=2021 sled-agent/src/bin/sled-agent-sim.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=6668febb0c7e80a2 -C extra-filename=-6668febb0c7e80a2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-c31966c9f8a96595.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-084832dceff4d290.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-efdef217e0fabd4e.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-43fbcb238c00969d.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-5f15e23a2b6720f5.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-cf72f843b9ce520b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7c6e8f28fa0558b4.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-21d3f75c791fa9a4.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-bc2c501506aafa82.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef443fbbfa73a43.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-92fd446f1198f3c2.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-109bd8b166d1face.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-46eebefa6ecc0bc6.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-c33ee704d422915a.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-a58c8b92ed943a37.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-db45c09695d061dd.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-fb7d2275df9b8c96.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-8fc3661830c92e6e.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-0a3fb3c08f13db7a.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-9c343eab58a7ea84.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-c34bcec9e53a17f3.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-daf84fcebc6d5eca.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6f7e7e787f938be2.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a198b56a5f9eb1ad.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-7f13a5e04fe3d70c.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-63efbbda053f3342.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e4d69e760c7ca210.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-78b32943494c36d1.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-304b947e2d9b96f6.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-847fb59b18b2aee3.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-938138eb45012d55.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-144705db301a5870.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-45ce8912dc32de8c.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-1ce9557757fa651b.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-8eb0d9a57645bdd6.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-e454a4d90d4044eb.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-af1b94fc055bd29e.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-6f0b2d0c2fb90918.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c8787c923dc1c8d2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-69debb94d18142c8.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-230e44e7360903b6.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-9d8845f6ea973efe.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-34a585534cdcaa54.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-d5ac2a40ed96e013.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-4cf06a1b033601c2.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-de5adb521c24b418.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-eb889f19d5709504.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-d9e65c209facc62c.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-4428bf55280274a9.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-d68db27eee92b51a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8c4ac547107558e9.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-81d27db59de22af7.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-de92a584975acef9.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-54881a1782a3e1b0.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-dfa91eaf5f5704dc.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-b60aa24d05f29b5f.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-1dad7f5b68b8d510.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-77ef57dbdaaa7ffb.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-fcc4e7bee0ed24a1.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f514002cc560d52b.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-702b87acea9cb846.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-55e2511ace2b4a1b.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-37221c7372c347f0.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-8396087cdeea73a3.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7ba83478b0b28ec3.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-fe8950a9f7b3553a.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-c421aae3f8abc685.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-eef85b09ccdef74c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1ec47aacdff5a9cb.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-bd4e9926302cc4c2.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-da120e4ff52d808b.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5e9108efc6e4e2b4.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-af3f9b2d6b50389f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d4ac8e2ff6ba4016.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-0a77f036dbfdf4d9.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-e27f147807a8bc9f/out`
31332023-12-09T06:08:29.605Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name services_ledger_check_migrate --edition=2021 sled-agent/src/bin/services-ledger-check-migrate.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=0a44e3b2c7670e9b -C extra-filename=-0a44e3b2c7670e9b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-084832dceff4d290.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-efdef217e0fabd4e.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-43fbcb238c00969d.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-5f15e23a2b6720f5.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-cf72f843b9ce520b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7c6e8f28fa0558b4.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-21d3f75c791fa9a4.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-bc2c501506aafa82.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef443fbbfa73a43.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-92fd446f1198f3c2.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-109bd8b166d1face.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-46eebefa6ecc0bc6.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-c33ee704d422915a.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-a58c8b92ed943a37.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-db45c09695d061dd.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-fb7d2275df9b8c96.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-8fc3661830c92e6e.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-9c343eab58a7ea84.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-c34bcec9e53a17f3.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-daf84fcebc6d5eca.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6f7e7e787f938be2.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a198b56a5f9eb1ad.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-63efbbda053f3342.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e4d69e760c7ca210.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-78b32943494c36d1.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-304b947e2d9b96f6.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-847fb59b18b2aee3.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-938138eb45012d55.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-144705db301a5870.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-45ce8912dc32de8c.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-1ce9557757fa651b.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-8eb0d9a57645bdd6.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-e454a4d90d4044eb.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-af1b94fc055bd29e.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-6f0b2d0c2fb90918.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-69debb94d18142c8.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-230e44e7360903b6.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-d5ac2a40ed96e013.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-4cf06a1b033601c2.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-de5adb521c24b418.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-eb889f19d5709504.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-4428bf55280274a9.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-d68db27eee92b51a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8c4ac547107558e9.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-de92a584975acef9.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-54881a1782a3e1b0.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-dfa91eaf5f5704dc.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-b60aa24d05f29b5f.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-1dad7f5b68b8d510.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-77ef57dbdaaa7ffb.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-fcc4e7bee0ed24a1.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f514002cc560d52b.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-702b87acea9cb846.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-55e2511ace2b4a1b.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-37221c7372c347f0.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-8396087cdeea73a3.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-fe8950a9f7b3553a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-eef85b09ccdef74c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1ec47aacdff5a9cb.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5e9108efc6e4e2b4.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-af3f9b2d6b50389f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d4ac8e2ff6ba4016.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-0a77f036dbfdf4d9.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-e27f147807a8bc9f/out`
31342023-12-09T06:08:30.105Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent --edition=2021 sled-agent/src/bin/sled-agent.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=21881b2bdbf2fc4d -C extra-filename=-21881b2bdbf2fc4d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-c31966c9f8a96595.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-084832dceff4d290.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-efdef217e0fabd4e.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-43fbcb238c00969d.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-5f15e23a2b6720f5.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-cf72f843b9ce520b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7c6e8f28fa0558b4.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-21d3f75c791fa9a4.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-bc2c501506aafa82.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef443fbbfa73a43.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-92fd446f1198f3c2.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-109bd8b166d1face.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-46eebefa6ecc0bc6.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-c33ee704d422915a.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-a58c8b92ed943a37.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-db45c09695d061dd.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-fb7d2275df9b8c96.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-8fc3661830c92e6e.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-0a3fb3c08f13db7a.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-9c343eab58a7ea84.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-c34bcec9e53a17f3.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-daf84fcebc6d5eca.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6f7e7e787f938be2.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a198b56a5f9eb1ad.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-7f13a5e04fe3d70c.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-63efbbda053f3342.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e4d69e760c7ca210.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-78b32943494c36d1.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-304b947e2d9b96f6.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-847fb59b18b2aee3.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-938138eb45012d55.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-144705db301a5870.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-45ce8912dc32de8c.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-1ce9557757fa651b.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-8eb0d9a57645bdd6.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-e454a4d90d4044eb.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-af1b94fc055bd29e.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-6f0b2d0c2fb90918.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c8787c923dc1c8d2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-69debb94d18142c8.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-230e44e7360903b6.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-9d8845f6ea973efe.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-34a585534cdcaa54.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-d5ac2a40ed96e013.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-4cf06a1b033601c2.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-de5adb521c24b418.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-eb889f19d5709504.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-d9e65c209facc62c.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-4428bf55280274a9.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-d68db27eee92b51a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8c4ac547107558e9.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-81d27db59de22af7.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-de92a584975acef9.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-54881a1782a3e1b0.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-dfa91eaf5f5704dc.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-b60aa24d05f29b5f.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-1dad7f5b68b8d510.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-77ef57dbdaaa7ffb.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-fcc4e7bee0ed24a1.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f514002cc560d52b.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-702b87acea9cb846.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-55e2511ace2b4a1b.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-37221c7372c347f0.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-8396087cdeea73a3.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7ba83478b0b28ec3.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-fe8950a9f7b3553a.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-c421aae3f8abc685.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-eef85b09ccdef74c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1ec47aacdff5a9cb.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-bd4e9926302cc4c2.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-da120e4ff52d808b.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5e9108efc6e4e2b4.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-af3f9b2d6b50389f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d4ac8e2ff6ba4016.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-0a77f036dbfdf4d9.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-e27f147807a8bc9f/out`
31352023-12-09T06:08:31.655Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name zone_bundle --edition=2021 sled-agent/src/bin/zone-bundle.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=5764bf70bfe45674 -C extra-filename=-5764bf70bfe45674 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-084832dceff4d290.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-efdef217e0fabd4e.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-43fbcb238c00969d.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-5f15e23a2b6720f5.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-cf72f843b9ce520b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7c6e8f28fa0558b4.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-21d3f75c791fa9a4.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-bc2c501506aafa82.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef443fbbfa73a43.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-92fd446f1198f3c2.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-109bd8b166d1face.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-46eebefa6ecc0bc6.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-c33ee704d422915a.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-a58c8b92ed943a37.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-db45c09695d061dd.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-fb7d2275df9b8c96.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-8fc3661830c92e6e.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-9c343eab58a7ea84.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-c34bcec9e53a17f3.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-daf84fcebc6d5eca.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6f7e7e787f938be2.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a198b56a5f9eb1ad.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-63efbbda053f3342.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e4d69e760c7ca210.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-78b32943494c36d1.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-304b947e2d9b96f6.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-847fb59b18b2aee3.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-938138eb45012d55.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-144705db301a5870.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-45ce8912dc32de8c.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-1ce9557757fa651b.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-8eb0d9a57645bdd6.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-e454a4d90d4044eb.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-af1b94fc055bd29e.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-6f0b2d0c2fb90918.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-69debb94d18142c8.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-230e44e7360903b6.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-d5ac2a40ed96e013.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-4cf06a1b033601c2.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-de5adb521c24b418.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-eb889f19d5709504.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-4428bf55280274a9.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-d68db27eee92b51a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8c4ac547107558e9.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-de92a584975acef9.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-54881a1782a3e1b0.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-dfa91eaf5f5704dc.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-b60aa24d05f29b5f.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-1dad7f5b68b8d510.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-77ef57dbdaaa7ffb.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-fcc4e7bee0ed24a1.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f514002cc560d52b.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-702b87acea9cb846.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-55e2511ace2b4a1b.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-37221c7372c347f0.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-8396087cdeea73a3.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-fe8950a9f7b3553a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-eef85b09ccdef74c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1ec47aacdff5a9cb.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5e9108efc6e4e2b4.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-af3f9b2d6b50389f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d4ac8e2ff6ba4016.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-0a77f036dbfdf4d9.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-e27f147807a8bc9f/out`
31362023-12-09T06:08:33.643Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_sim --edition=2021 sled-agent/src/bin/sled-agent-sim.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=76e410ba2b1bdc6d -C extra-filename=-76e410ba2b1bdc6d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-084832dceff4d290.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-efdef217e0fabd4e.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-43fbcb238c00969d.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-5f15e23a2b6720f5.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-cf72f843b9ce520b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7c6e8f28fa0558b4.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-21d3f75c791fa9a4.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-bc2c501506aafa82.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef443fbbfa73a43.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-92fd446f1198f3c2.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-109bd8b166d1face.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-46eebefa6ecc0bc6.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-c33ee704d422915a.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-a58c8b92ed943a37.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-db45c09695d061dd.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-fb7d2275df9b8c96.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-8fc3661830c92e6e.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-9c343eab58a7ea84.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-c34bcec9e53a17f3.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-daf84fcebc6d5eca.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6f7e7e787f938be2.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a198b56a5f9eb1ad.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-63efbbda053f3342.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e4d69e760c7ca210.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-78b32943494c36d1.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-304b947e2d9b96f6.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-847fb59b18b2aee3.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-938138eb45012d55.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-144705db301a5870.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-45ce8912dc32de8c.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-1ce9557757fa651b.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-8eb0d9a57645bdd6.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-e454a4d90d4044eb.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-af1b94fc055bd29e.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-6f0b2d0c2fb90918.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-69debb94d18142c8.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-230e44e7360903b6.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-d5ac2a40ed96e013.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-4cf06a1b033601c2.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-de5adb521c24b418.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-eb889f19d5709504.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-4428bf55280274a9.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-d68db27eee92b51a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8c4ac547107558e9.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-de92a584975acef9.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-54881a1782a3e1b0.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-dfa91eaf5f5704dc.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-b60aa24d05f29b5f.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-1dad7f5b68b8d510.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-77ef57dbdaaa7ffb.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-fcc4e7bee0ed24a1.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f514002cc560d52b.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-702b87acea9cb846.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-55e2511ace2b4a1b.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-37221c7372c347f0.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-8396087cdeea73a3.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-fe8950a9f7b3553a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-eef85b09ccdef74c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1ec47aacdff5a9cb.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5e9108efc6e4e2b4.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-af3f9b2d6b50389f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d4ac8e2ff6ba4016.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-0a77f036dbfdf4d9.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-e27f147807a8bc9f/out`
31372023-12-09T06:08:34.850Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name zone_bundle --edition=2021 sled-agent/src/bin/zone-bundle.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=dac22ed5d6dead8e -C extra-filename=-dac22ed5d6dead8e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-c31966c9f8a96595.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-084832dceff4d290.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-efdef217e0fabd4e.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-43fbcb238c00969d.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-5f15e23a2b6720f5.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-cf72f843b9ce520b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7c6e8f28fa0558b4.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-21d3f75c791fa9a4.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-bc2c501506aafa82.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef443fbbfa73a43.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-92fd446f1198f3c2.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-109bd8b166d1face.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-46eebefa6ecc0bc6.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-c33ee704d422915a.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-a58c8b92ed943a37.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-db45c09695d061dd.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-fb7d2275df9b8c96.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-8fc3661830c92e6e.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-0a3fb3c08f13db7a.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-9c343eab58a7ea84.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-c34bcec9e53a17f3.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-daf84fcebc6d5eca.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6f7e7e787f938be2.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a198b56a5f9eb1ad.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-7f13a5e04fe3d70c.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-63efbbda053f3342.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e4d69e760c7ca210.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-78b32943494c36d1.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-304b947e2d9b96f6.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-847fb59b18b2aee3.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-938138eb45012d55.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-144705db301a5870.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-45ce8912dc32de8c.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-1ce9557757fa651b.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-8eb0d9a57645bdd6.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-e454a4d90d4044eb.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-af1b94fc055bd29e.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-6f0b2d0c2fb90918.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c8787c923dc1c8d2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-69debb94d18142c8.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-230e44e7360903b6.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-9d8845f6ea973efe.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-34a585534cdcaa54.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-d5ac2a40ed96e013.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-4cf06a1b033601c2.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-de5adb521c24b418.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-eb889f19d5709504.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-d9e65c209facc62c.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-4428bf55280274a9.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-d68db27eee92b51a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8c4ac547107558e9.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-81d27db59de22af7.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-de92a584975acef9.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-54881a1782a3e1b0.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-dfa91eaf5f5704dc.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-b60aa24d05f29b5f.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-1dad7f5b68b8d510.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-77ef57dbdaaa7ffb.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-fcc4e7bee0ed24a1.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f514002cc560d52b.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-702b87acea9cb846.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-55e2511ace2b4a1b.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-37221c7372c347f0.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-8396087cdeea73a3.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7ba83478b0b28ec3.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-fe8950a9f7b3553a.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-c421aae3f8abc685.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-eef85b09ccdef74c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1ec47aacdff5a9cb.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-bd4e9926302cc4c2.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-da120e4ff52d808b.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5e9108efc6e4e2b4.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-af3f9b2d6b50389f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d4ac8e2ff6ba4016.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-0a77f036dbfdf4d9.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-e27f147807a8bc9f/out`
31382023-12-09T06:08:39.311Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent --edition=2021 sled-agent/src/bin/sled-agent.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=141dea6c6e14d091 -C extra-filename=-141dea6c6e14d091 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-084832dceff4d290.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-efdef217e0fabd4e.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-43fbcb238c00969d.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-5f15e23a2b6720f5.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-cf72f843b9ce520b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7c6e8f28fa0558b4.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-21d3f75c791fa9a4.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-bc2c501506aafa82.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef443fbbfa73a43.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-92fd446f1198f3c2.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-109bd8b166d1face.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-46eebefa6ecc0bc6.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-c33ee704d422915a.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-a58c8b92ed943a37.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-db45c09695d061dd.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-fb7d2275df9b8c96.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-8fc3661830c92e6e.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-9c343eab58a7ea84.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-c34bcec9e53a17f3.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-daf84fcebc6d5eca.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6f7e7e787f938be2.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a198b56a5f9eb1ad.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-63efbbda053f3342.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e4d69e760c7ca210.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-78b32943494c36d1.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-304b947e2d9b96f6.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-847fb59b18b2aee3.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-938138eb45012d55.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-144705db301a5870.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-45ce8912dc32de8c.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-1ce9557757fa651b.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-8eb0d9a57645bdd6.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-e454a4d90d4044eb.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-af1b94fc055bd29e.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-6f0b2d0c2fb90918.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-69debb94d18142c8.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-230e44e7360903b6.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-d5ac2a40ed96e013.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-4cf06a1b033601c2.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-de5adb521c24b418.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-eb889f19d5709504.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-4428bf55280274a9.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-d68db27eee92b51a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8c4ac547107558e9.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-de92a584975acef9.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-54881a1782a3e1b0.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-dfa91eaf5f5704dc.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-b60aa24d05f29b5f.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-1dad7f5b68b8d510.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-77ef57dbdaaa7ffb.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-fcc4e7bee0ed24a1.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f514002cc560d52b.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-702b87acea9cb846.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-55e2511ace2b4a1b.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-37221c7372c347f0.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-8396087cdeea73a3.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-fe8950a9f7b3553a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-eef85b09ccdef74c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1ec47aacdff5a9cb.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5e9108efc6e4e2b4.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-af3f9b2d6b50389f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d4ac8e2ff6ba4016.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-0a77f036dbfdf4d9.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-e27f147807a8bc9f/out`
31392023-12-09T06:08:56.266Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name manifest_tests --edition=2021 tufaceous/tests/manifest-tests.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg test -C metadata=ac44f49f62a7ae3e -C extra-filename=-ac44f49f62a7ae3e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-7462df53b4dba49b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef443fbbfa73a43.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-9be0e24052f4a227.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-14890b8d55e1c3c1.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-276ec3bce00d5f09.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-5ec1d71338dd5297.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-af1b94fc055bd29e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c8787c923dc1c8d2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-69debb94d18142c8.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-765e2540c35635c8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f514002cc560d52b.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-7d1f69ec0d72f47b.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-55e2511ace2b4a1b.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-c421aae3f8abc685.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1ec47aacdff5a9cb.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-a64cb45222db2d3e.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-0ba0ba9b06b86db3.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib`
31402023-12-09T06:09:00.172Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name wicketd --edition=2021 wicketd/src/bin/wicketd.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=75583793ad95cd2d -C extra-filename=-75583793ad95cd2d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-084832dceff4d290.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-efdef217e0fabd4e.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-5f15e23a2b6720f5.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-58dcb98854df22ff.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-cf72f843b9ce520b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7c6e8f28fa0558b4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef443fbbfa73a43.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-109bd8b166d1face.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-212a8b0dc002b8b7.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-c33ee704d422915a.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-fb7d2275df9b8c96.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-8fc3661830c92e6e.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-294f21b38637a1be.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-4750fc70f249085f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-c34bcec9e53a17f3.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-35e5e75d00a35726.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6f7e7e787f938be2.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a198b56a5f9eb1ad.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-e196c97d3d4fcd97.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-7f13a5e04fe3d70c.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e4d69e760c7ca210.rlib --extern installinator_artifactd=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifactd-4e5af074b46e1481.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-78b32943494c36d1.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-304b947e2d9b96f6.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-847fb59b18b2aee3.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-938138eb45012d55.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-89750ec7e9845530.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-af1b94fc055bd29e.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-1985ded145d2f706.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-69debb94d18142c8.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-de92a584975acef9.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-3efb67152f9bb7fd.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-77ef57dbdaaa7ffb.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-702b87acea9cb846.rlib --extern snafu=/work/oxidecomputer/omicron/target/debug/deps/libsnafu-f45fb991151db88a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1ec47aacdff5a9cb.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-bd4e9926302cc4c2.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-da120e4ff52d808b.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5e9108efc6e4e2b4.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-01183c2c9c08f8b2.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-e349c9297024bade.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-0ba0ba9b06b86db3.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-a2a1f484550678da.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-d3ba7f7e55d494ee.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-c86f67e41adab904.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-6b45eccc21e6b3bd.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-e27f147807a8bc9f/out`
31412023-12-09T06:09:11.599Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name mod --edition=2021 wicketd/tests/mod.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=cea28b4f2035a2e0 -C extra-filename=-cea28b4f2035a2e0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-084832dceff4d290.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-efdef217e0fabd4e.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-5f15e23a2b6720f5.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-58dcb98854df22ff.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-cf72f843b9ce520b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7c6e8f28fa0558b4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef443fbbfa73a43.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-109bd8b166d1face.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-212a8b0dc002b8b7.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-c33ee704d422915a.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-fb7d2275df9b8c96.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-8fc3661830c92e6e.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-294f21b38637a1be.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-0a3fb3c08f13db7a.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-9c343eab58a7ea84.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-4750fc70f249085f.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-276ec3bce00d5f09.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-c34bcec9e53a17f3.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-35e5e75d00a35726.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-0d15c75bf67c6842.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6f7e7e787f938be2.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a198b56a5f9eb1ad.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-e196c97d3d4fcd97.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-7f13a5e04fe3d70c.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e4d69e760c7ca210.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-f9b99694c613dcb9.rlib --extern installinator_artifact_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifact_client-382f08dbcdc8f602.rlib --extern installinator_artifactd=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifactd-4e5af074b46e1481.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-78b32943494c36d1.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-304b947e2d9b96f6.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-847fb59b18b2aee3.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-938138eb45012d55.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-2be96bd6b55b8b90.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-89750ec7e9845530.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-af1b94fc055bd29e.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-1985ded145d2f706.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c8787c923dc1c8d2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-69debb94d18142c8.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-9d8845f6ea973efe.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-34a585534cdcaa54.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8c4ac547107558e9.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-de92a584975acef9.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-3efb67152f9bb7fd.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-77ef57dbdaaa7ffb.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-702b87acea9cb846.rlib --extern snafu=/work/oxidecomputer/omicron/target/debug/deps/libsnafu-f45fb991151db88a.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7ba83478b0b28ec3.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-fe8950a9f7b3553a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1ec47aacdff5a9cb.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-bd4e9926302cc4c2.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-da120e4ff52d808b.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5e9108efc6e4e2b4.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-01183c2c9c08f8b2.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-e349c9297024bade.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-a64cb45222db2d3e.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-0ba0ba9b06b86db3.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-a2a1f484550678da.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-4f650f7ced553632.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-d3ba7f7e55d494ee.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-c86f67e41adab904.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-6b45eccc21e6b3bd.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-e27f147807a8bc9f/out`
31422023-12-09T06:09:18.982Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name wicketd --edition=2021 wicketd/src/bin/wicketd.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=1d8fa054c954c994 -C extra-filename=-1d8fa054c954c994 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-084832dceff4d290.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-efdef217e0fabd4e.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-5f15e23a2b6720f5.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-58dcb98854df22ff.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-cf72f843b9ce520b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7c6e8f28fa0558b4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef443fbbfa73a43.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-109bd8b166d1face.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-212a8b0dc002b8b7.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-c33ee704d422915a.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-fb7d2275df9b8c96.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-8fc3661830c92e6e.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-294f21b38637a1be.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-0a3fb3c08f13db7a.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-9c343eab58a7ea84.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-4750fc70f249085f.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-276ec3bce00d5f09.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-c34bcec9e53a17f3.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-35e5e75d00a35726.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-0d15c75bf67c6842.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6f7e7e787f938be2.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a198b56a5f9eb1ad.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-e196c97d3d4fcd97.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-7f13a5e04fe3d70c.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e4d69e760c7ca210.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-f9b99694c613dcb9.rlib --extern installinator_artifact_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifact_client-382f08dbcdc8f602.rlib --extern installinator_artifactd=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifactd-4e5af074b46e1481.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-78b32943494c36d1.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-304b947e2d9b96f6.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-847fb59b18b2aee3.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-938138eb45012d55.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-2be96bd6b55b8b90.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-89750ec7e9845530.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-af1b94fc055bd29e.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-1985ded145d2f706.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c8787c923dc1c8d2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-69debb94d18142c8.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-9d8845f6ea973efe.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-34a585534cdcaa54.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8c4ac547107558e9.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-de92a584975acef9.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-3efb67152f9bb7fd.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-77ef57dbdaaa7ffb.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-702b87acea9cb846.rlib --extern snafu=/work/oxidecomputer/omicron/target/debug/deps/libsnafu-f45fb991151db88a.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7ba83478b0b28ec3.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-fe8950a9f7b3553a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1ec47aacdff5a9cb.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-bd4e9926302cc4c2.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-da120e4ff52d808b.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5e9108efc6e4e2b4.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-01183c2c9c08f8b2.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-e349c9297024bade.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-a64cb45222db2d3e.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-0ba0ba9b06b86db3.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-a2a1f484550678da.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-4f650f7ced553632.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-d3ba7f7e55d494ee.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-c86f67e41adab904.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-6b45eccc21e6b3bd.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-e27f147807a8bc9f/out`
31432023-12-09T06:09:22.560Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name integration_tests --edition=2021 tufaceous/tests/integration-tests/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=5ba0b7a8e5021e58 -C extra-filename=-5ba0b7a8e5021e58 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-7462df53b4dba49b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef443fbbfa73a43.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-9be0e24052f4a227.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-14890b8d55e1c3c1.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-276ec3bce00d5f09.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-5ec1d71338dd5297.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-af1b94fc055bd29e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c8787c923dc1c8d2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-69debb94d18142c8.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-765e2540c35635c8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f514002cc560d52b.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-7d1f69ec0d72f47b.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-55e2511ace2b4a1b.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-c421aae3f8abc685.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1ec47aacdff5a9cb.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-a64cb45222db2d3e.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-0ba0ba9b06b86db3.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib`
31442023-12-09T06:09:26.868Z Compiling polar-core v0.27.0
31452023-12-09T06:09:26.874Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/polar-core-0.27.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' -C metadata=8cb37893f55d153b -C extra-filename=-8cb37893f55d153b --out-dir /work/oxidecomputer/omicron/target/debug/build/polar-core-8cb37893f55d153b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern lalrpop=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop-99cf9a6ef9f8447c.rlib --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-101f844cca2ed149.so --cap-lints allow -D warnings`
31462023-12-09T06:09:29.641Z Running `/work/oxidecomputer/omicron/target/debug/build/polar-core-8cb37893f55d153b/build-script-build`
31472023-12-09T06:09:33.586Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name polar_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/polar-core-0.27.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' -C metadata=d28f22e48bd877df -C extra-filename=-d28f22e48bd877df --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern indoc=/work/oxidecomputer/omicron/target/debug/deps/libindoc-a762f8d2daa77eb2.so --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-a2c79a7f288a2d69.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --extern strum_macros=/work/oxidecomputer/omicron/target/debug/deps/libstrum_macros-de549791c812edf1.so --cap-lints allow -D warnings`
31482023-12-09T06:09:35.081Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name tufaceous --edition=2021 tufaceous/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=d524273ed27f2b74 -C extra-filename=-d524273ed27f2b74 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-7462df53b4dba49b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef443fbbfa73a43.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-9be0e24052f4a227.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-14890b8d55e1c3c1.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-276ec3bce00d5f09.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-5ec1d71338dd5297.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-af1b94fc055bd29e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c8787c923dc1c8d2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-69debb94d18142c8.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-765e2540c35635c8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f514002cc560d52b.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-7d1f69ec0d72f47b.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-55e2511ace2b4a1b.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-c421aae3f8abc685.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1ec47aacdff5a9cb.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-0ba0ba9b06b86db3.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib`
31492023-12-09T06:09:38.691Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name tufaceous --edition=2021 tufaceous/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=ca0437c64612c9e6 -C extra-filename=-ca0437c64612c9e6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-7462df53b4dba49b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef443fbbfa73a43.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-9be0e24052f4a227.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-14890b8d55e1c3c1.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-276ec3bce00d5f09.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-5ec1d71338dd5297.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-af1b94fc055bd29e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c8787c923dc1c8d2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-69debb94d18142c8.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-765e2540c35635c8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f514002cc560d52b.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-7d1f69ec0d72f47b.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-55e2511ace2b4a1b.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-c421aae3f8abc685.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1ec47aacdff5a9cb.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-a64cb45222db2d3e.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-0ba0ba9b06b86db3.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib`
31502023-12-09T06:09:39.367Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name wicketd --edition=2021 wicketd/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=693b228cbbf0416f -C extra-filename=-693b228cbbf0416f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-084832dceff4d290.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-efdef217e0fabd4e.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-5f15e23a2b6720f5.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-58dcb98854df22ff.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-cf72f843b9ce520b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7c6e8f28fa0558b4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef443fbbfa73a43.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-109bd8b166d1face.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-212a8b0dc002b8b7.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-c33ee704d422915a.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-fb7d2275df9b8c96.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-8fc3661830c92e6e.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-294f21b38637a1be.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-0a3fb3c08f13db7a.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-9c343eab58a7ea84.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-4750fc70f249085f.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-276ec3bce00d5f09.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-c34bcec9e53a17f3.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-35e5e75d00a35726.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-0d15c75bf67c6842.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6f7e7e787f938be2.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a198b56a5f9eb1ad.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-e196c97d3d4fcd97.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-7f13a5e04fe3d70c.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e4d69e760c7ca210.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-f9b99694c613dcb9.rlib --extern installinator_artifact_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifact_client-382f08dbcdc8f602.rlib --extern installinator_artifactd=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifactd-4e5af074b46e1481.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-78b32943494c36d1.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-304b947e2d9b96f6.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-847fb59b18b2aee3.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-938138eb45012d55.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-2be96bd6b55b8b90.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-89750ec7e9845530.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-af1b94fc055bd29e.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-1985ded145d2f706.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c8787c923dc1c8d2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-69debb94d18142c8.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-9d8845f6ea973efe.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-34a585534cdcaa54.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8c4ac547107558e9.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-de92a584975acef9.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-3efb67152f9bb7fd.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-77ef57dbdaaa7ffb.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-702b87acea9cb846.rlib --extern snafu=/work/oxidecomputer/omicron/target/debug/deps/libsnafu-f45fb991151db88a.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7ba83478b0b28ec3.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-fe8950a9f7b3553a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1ec47aacdff5a9cb.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-bd4e9926302cc4c2.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-da120e4ff52d808b.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5e9108efc6e4e2b4.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-01183c2c9c08f8b2.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-e349c9297024bade.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-a64cb45222db2d3e.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-0ba0ba9b06b86db3.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-a2a1f484550678da.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-4f650f7ced553632.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-d3ba7f7e55d494ee.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-6b45eccc21e6b3bd.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-e27f147807a8bc9f/out`
31512023-12-09T06:09:41.558Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name mod --edition=2021 wicket/tests/mod.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=ffdd382299819d91 -C extra-filename=-ffdd382299819d91 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-7462df53b4dba49b.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-58dcb98854df22ff.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-ea9e8cb8d8ec83be.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef443fbbfa73a43.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-a6f7ca36058256e5.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-5ec1d71338dd5297.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-2e7a89619d1b841a.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-59795aa0d9c5f644.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-938138eb45012d55.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-af1b94fc055bd29e.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-1985ded145d2f706.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-69debb94d18142c8.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-230e44e7360903b6.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-cc81b9d222c0d737.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-894db676841aa3cb.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-6826507eaa28f4f1.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-de92a584975acef9.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-19270a1b98edf2ba.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-c646a9162b042b75.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f514002cc560d52b.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-7d1f69ec0d72f47b.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-55e2511ace2b4a1b.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-7ec8ff03521d695a.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-c421aae3f8abc685.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-efbdc2c66f61b52d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1ec47aacdff5a9cb.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-da120e4ff52d808b.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5e9108efc6e4e2b4.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-e0682a68817d4d48.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-7d790c9a4e8e7341.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-d72b7a0cbab620b4.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-a2a1f484550678da.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-4f650f7ced553632.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-d3ba7f7e55d494ee.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-6b45eccc21e6b3bd.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d4ac8e2ff6ba4016.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib`
31522023-12-09T06:09:43.738Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name wicket --edition=2021 wicket/src/bin/wicket.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=76ed9e1ad9966633 -C extra-filename=-76ed9e1ad9966633 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-58dcb98854df22ff.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-ea9e8cb8d8ec83be.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef443fbbfa73a43.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-a6f7ca36058256e5.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-5ec1d71338dd5297.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-2e7a89619d1b841a.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-59795aa0d9c5f644.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-938138eb45012d55.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-af1b94fc055bd29e.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-1985ded145d2f706.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-69debb94d18142c8.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-230e44e7360903b6.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-cc81b9d222c0d737.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-6826507eaa28f4f1.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-de92a584975acef9.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-19270a1b98edf2ba.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-c646a9162b042b75.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f514002cc560d52b.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-7d1f69ec0d72f47b.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-55e2511ace2b4a1b.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-7ec8ff03521d695a.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-efbdc2c66f61b52d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1ec47aacdff5a9cb.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-da120e4ff52d808b.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5e9108efc6e4e2b4.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-e0682a68817d4d48.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-7d790c9a4e8e7341.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-d72b7a0cbab620b4.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-a2a1f484550678da.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-4f650f7ced553632.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-d3ba7f7e55d494ee.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-6b45eccc21e6b3bd.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d4ac8e2ff6ba4016.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib`
31532023-12-09T06:09:50.709Z Compiling oso v0.27.0
31542023-12-09T06:09:50.720Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name oso --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/oso-0.27.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="oso-derive"' -C metadata=8a4c853e449241dd -C extra-filename=-8a4c853e449241dd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern impl_trait_for_tuples=/work/oxidecomputer/omicron/target/debug/deps/libimpl_trait_for_tuples-05e4534c61cf9ec3.so --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-9c9c3756e3f392b3.rmeta --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-2be96bd6b55b8b90.rmeta --extern oso_derive=/work/oxidecomputer/omicron/target/debug/deps/liboso_derive-cb3d098932c2b5ad.so --extern polar_core=/work/oxidecomputer/omicron/target/debug/deps/libpolar_core-d28f22e48bd877df.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-2ebf49bd2a2f8886.rmeta --cap-lints allow -D warnings`
31552023-12-09T06:09:59.369Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_db_queries --edition=2021 nexus/db-queries/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=fbef2b6f8077c45c -C extra-filename=-fbef2b6f8077c45c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rmeta --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-15c907ad5dba5157.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-084832dceff4d290.so --extern authz_macros=/work/oxidecomputer/omicron/target/debug/deps/libauthz_macros-173cc2223cc723fb.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-efdef217e0fabd4e.rmeta --extern bb8=/work/oxidecomputer/omicron/target/debug/deps/libbb8-13b87d13c7c3a4ae.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rmeta --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-5f85abe9eac07172.rmeta --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-5e379884bdcf4e59.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-131baaa97c231bbc.rmeta --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-29ef3009daecd0b1.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-8fc3661830c92e6e.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-61e2da29bd33c601.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a198b56a5f9eb1ad.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-7f13a5e04fe3d70c.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-847fb59b18b2aee3.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-9c9c3756e3f392b3.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-1ce9557757fa651b.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-90083c391ac2a709.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-9165d360b51353ea.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-dc9b67b9d47e7bce.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-af1b94fc055bd29e.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-1985ded145d2f706.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-69debb94d18142c8.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-7b781b30fdd26f56.rmeta --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-8a4c853e449241dd.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-4cf06a1b033601c2.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-3b5a8e4899b9500f.so --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-7f4ec8f2135bf59e.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8c4ac547107558e9.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-650cbfdbbdfe8fde.rmeta --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-b707e665892fa1ba.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-9bc61d3be642612c.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f915ff3d992a233b.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-1dad7f5b68b8d510.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-8396087cdeea73a3.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-dcf245cea7453970.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1ec47aacdff5a9cb.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-af3f9b2d6b50389f.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rmeta -D warnings -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-e27f147807a8bc9f/out -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
31562023-12-09T06:10:01.148Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name wicket --edition=2021 wicket/src/bin/wicket.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=f2a56c7eb3143517 -C extra-filename=-f2a56c7eb3143517 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-7462df53b4dba49b.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-58dcb98854df22ff.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-ea9e8cb8d8ec83be.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef443fbbfa73a43.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-a6f7ca36058256e5.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-5ec1d71338dd5297.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-2e7a89619d1b841a.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-59795aa0d9c5f644.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-938138eb45012d55.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-af1b94fc055bd29e.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-1985ded145d2f706.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-69debb94d18142c8.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-230e44e7360903b6.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-cc81b9d222c0d737.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-894db676841aa3cb.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-6826507eaa28f4f1.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-de92a584975acef9.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-19270a1b98edf2ba.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-c646a9162b042b75.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f514002cc560d52b.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-7d1f69ec0d72f47b.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-55e2511ace2b4a1b.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-7ec8ff03521d695a.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-c421aae3f8abc685.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-efbdc2c66f61b52d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1ec47aacdff5a9cb.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-da120e4ff52d808b.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5e9108efc6e4e2b4.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-e0682a68817d4d48.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-7d790c9a4e8e7341.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-d72b7a0cbab620b4.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-a2a1f484550678da.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-4f650f7ced553632.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-d3ba7f7e55d494ee.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-6b45eccc21e6b3bd.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d4ac8e2ff6ba4016.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib`
31572023-12-09T06:10:01.471Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name installinator_artifactd --edition=2021 installinator-artifactd/src/bin/installinator-artifactd.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=71b62fe5f767a3ff -C extra-filename=-71b62fe5f767a3ff --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-084832dceff4d290.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef443fbbfa73a43.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-8fc3661830c92e6e.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-0a3fb3c08f13db7a.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-7f13a5e04fe3d70c.rlib --extern installinator_artifactd=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifactd-4e5af074b46e1481.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-78b32943494c36d1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-af1b94fc055bd29e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c8787c923dc1c8d2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-69debb94d18142c8.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-9d8845f6ea973efe.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-34a585534cdcaa54.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7ba83478b0b28ec3.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib`
31582023-12-09T06:10:04.007Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name installinator_artifactd --edition=2021 installinator-artifactd/src/bin/installinator-artifactd.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=9ed9e08aeeabbcfa -C extra-filename=-9ed9e08aeeabbcfa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-084832dceff4d290.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef443fbbfa73a43.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-8fc3661830c92e6e.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-7f13a5e04fe3d70c.rlib --extern installinator_artifactd=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifactd-4e5af074b46e1481.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-78b32943494c36d1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-af1b94fc055bd29e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-69debb94d18142c8.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib`
31592023-12-09T06:10:04.455Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name mod --edition=2021 installinator-artifactd/tests/mod.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=cd0ab03c30925ac6 -C extra-filename=-cd0ab03c30925ac6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-084832dceff4d290.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef443fbbfa73a43.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-8fc3661830c92e6e.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-0a3fb3c08f13db7a.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-7f13a5e04fe3d70c.rlib --extern installinator_artifactd=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifactd-4e5af074b46e1481.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-78b32943494c36d1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-af1b94fc055bd29e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c8787c923dc1c8d2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-69debb94d18142c8.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-9d8845f6ea973efe.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-34a585534cdcaa54.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7ba83478b0b28ec3.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib`
31602023-12-09T06:10:06.199Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name wicket --edition=2021 wicket/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=30c7381e3b1c5faf -C extra-filename=-30c7381e3b1c5faf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-7462df53b4dba49b.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-58dcb98854df22ff.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-ea9e8cb8d8ec83be.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef443fbbfa73a43.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-a6f7ca36058256e5.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-5ec1d71338dd5297.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-2e7a89619d1b841a.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-59795aa0d9c5f644.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-938138eb45012d55.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-af1b94fc055bd29e.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-1985ded145d2f706.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-69debb94d18142c8.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-230e44e7360903b6.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-cc81b9d222c0d737.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-894db676841aa3cb.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-6826507eaa28f4f1.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-de92a584975acef9.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-19270a1b98edf2ba.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-c646a9162b042b75.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f514002cc560d52b.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-7d1f69ec0d72f47b.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-55e2511ace2b4a1b.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-7ec8ff03521d695a.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-c421aae3f8abc685.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-efbdc2c66f61b52d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1ec47aacdff5a9cb.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-da120e4ff52d808b.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5e9108efc6e4e2b4.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-e0682a68817d4d48.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-7d790c9a4e8e7341.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-d72b7a0cbab620b4.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-a2a1f484550678da.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-d3ba7f7e55d494ee.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-6b45eccc21e6b3bd.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d4ac8e2ff6ba4016.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib`
31612023-12-09T06:10:23.963Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name tufaceous --edition=2021 tufaceous/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=0c3ea0af17f97444 -C extra-filename=-0c3ea0af17f97444 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef443fbbfa73a43.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-9be0e24052f4a227.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-5ec1d71338dd5297.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-af1b94fc055bd29e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-69debb94d18142c8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f514002cc560d52b.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-7d1f69ec0d72f47b.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-55e2511ace2b4a1b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1ec47aacdff5a9cb.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-a64cb45222db2d3e.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-0ba0ba9b06b86db3.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib`
31622023-12-09T06:10:25.207Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name dnsadm --edition=2021 dns-server/src/bin/dnsadm.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=28096b81f2d1e4df -C extra-filename=-28096b81f2d1e4df --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef443fbbfa73a43.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-a58c8b92ed943a37.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-db45c09695d061dd.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-8fc3661830c92e6e.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-0a3fb3c08f13db7a.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a198b56a5f9eb1ad.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c8787c923dc1c8d2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-69debb94d18142c8.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-9d8845f6ea973efe.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-34a585534cdcaa54.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-bbeb7eb58c6ead42.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-bb596902a395f642.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f514002cc560d52b.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-7d1f69ec0d72f47b.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-55e2511ace2b4a1b.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7ba83478b0b28ec3.rlib --extern tempdir=/work/oxidecomputer/omicron/target/debug/deps/libtempdir-e1d4c69a0724bff8.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-c421aae3f8abc685.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1ec47aacdff5a9cb.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5e9108efc6e4e2b4.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-e6a25a4ba1eef43e.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-d101df838460cf2e.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-e349c9297024bade.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-361bd5a5dfd8c3c7.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib`
31632023-12-09T06:10:27.322Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name dns_server --edition=2021 dns-server/src/bin/dns-server.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=bad187fde18e94f7 -C extra-filename=-bad187fde18e94f7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef443fbbfa73a43.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-a58c8b92ed943a37.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-db45c09695d061dd.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-8fc3661830c92e6e.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-0a3fb3c08f13db7a.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a198b56a5f9eb1ad.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c8787c923dc1c8d2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-69debb94d18142c8.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-9d8845f6ea973efe.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-34a585534cdcaa54.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-bbeb7eb58c6ead42.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-bb596902a395f642.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f514002cc560d52b.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-7d1f69ec0d72f47b.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-55e2511ace2b4a1b.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7ba83478b0b28ec3.rlib --extern tempdir=/work/oxidecomputer/omicron/target/debug/deps/libtempdir-e1d4c69a0724bff8.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-c421aae3f8abc685.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1ec47aacdff5a9cb.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5e9108efc6e4e2b4.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-e6a25a4ba1eef43e.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-d101df838460cf2e.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-e349c9297024bade.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-361bd5a5dfd8c3c7.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib`
31642023-12-09T06:10:30.099Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name dns_db_dump --edition=2021 dns-server/src/bin/dns-db-dump.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=3121de015070fa68 -C extra-filename=-3121de015070fa68 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef443fbbfa73a43.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-a58c8b92ed943a37.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-db45c09695d061dd.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-8fc3661830c92e6e.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-0a3fb3c08f13db7a.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a198b56a5f9eb1ad.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c8787c923dc1c8d2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-69debb94d18142c8.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-9d8845f6ea973efe.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-34a585534cdcaa54.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-bbeb7eb58c6ead42.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-bb596902a395f642.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f514002cc560d52b.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-7d1f69ec0d72f47b.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-55e2511ace2b4a1b.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7ba83478b0b28ec3.rlib --extern tempdir=/work/oxidecomputer/omicron/target/debug/deps/libtempdir-e1d4c69a0724bff8.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-c421aae3f8abc685.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1ec47aacdff5a9cb.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5e9108efc6e4e2b4.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-e6a25a4ba1eef43e.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-d101df838460cf2e.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-e349c9297024bade.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-361bd5a5dfd8c3c7.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib`
31652023-12-09T06:10:31.061Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name dns_server --edition=2021 dns-server/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=0f9ce84201191c1f -C extra-filename=-0f9ce84201191c1f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef443fbbfa73a43.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-db45c09695d061dd.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-8fc3661830c92e6e.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-0a3fb3c08f13db7a.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a198b56a5f9eb1ad.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c8787c923dc1c8d2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-69debb94d18142c8.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-9d8845f6ea973efe.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-34a585534cdcaa54.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-bbeb7eb58c6ead42.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-bb596902a395f642.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f514002cc560d52b.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-7d1f69ec0d72f47b.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-55e2511ace2b4a1b.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7ba83478b0b28ec3.rlib --extern tempdir=/work/oxidecomputer/omicron/target/debug/deps/libtempdir-e1d4c69a0724bff8.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-c421aae3f8abc685.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1ec47aacdff5a9cb.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5e9108efc6e4e2b4.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-e6a25a4ba1eef43e.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-d101df838460cf2e.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-e349c9297024bade.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-361bd5a5dfd8c3c7.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib`
31662023-12-09T06:10:33.646Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name basic_test --edition=2021 dns-server/tests/basic_test.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=ff603d588623ded7 -C extra-filename=-ff603d588623ded7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef443fbbfa73a43.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-a58c8b92ed943a37.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-db45c09695d061dd.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-8fc3661830c92e6e.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-0a3fb3c08f13db7a.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a198b56a5f9eb1ad.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c8787c923dc1c8d2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-69debb94d18142c8.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-9d8845f6ea973efe.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-34a585534cdcaa54.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-bbeb7eb58c6ead42.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-bb596902a395f642.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f514002cc560d52b.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-7d1f69ec0d72f47b.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-55e2511ace2b4a1b.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7ba83478b0b28ec3.rlib --extern tempdir=/work/oxidecomputer/omicron/target/debug/deps/libtempdir-e1d4c69a0724bff8.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-c421aae3f8abc685.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1ec47aacdff5a9cb.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5e9108efc6e4e2b4.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-e6a25a4ba1eef43e.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-d101df838460cf2e.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-e349c9297024bade.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-361bd5a5dfd8c3c7.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib`
31672023-12-09T06:10:37.878Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name apigen --edition=2021 dns-server/src/bin/apigen.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=f85f104b017e8a76 -C extra-filename=-f85f104b017e8a76 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef443fbbfa73a43.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-a58c8b92ed943a37.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-db45c09695d061dd.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-8fc3661830c92e6e.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-0a3fb3c08f13db7a.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a198b56a5f9eb1ad.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c8787c923dc1c8d2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-69debb94d18142c8.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-9d8845f6ea973efe.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-34a585534cdcaa54.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-bbeb7eb58c6ead42.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-bb596902a395f642.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f514002cc560d52b.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-7d1f69ec0d72f47b.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-55e2511ace2b4a1b.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7ba83478b0b28ec3.rlib --extern tempdir=/work/oxidecomputer/omicron/target/debug/deps/libtempdir-e1d4c69a0724bff8.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-c421aae3f8abc685.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1ec47aacdff5a9cb.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5e9108efc6e4e2b4.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-e6a25a4ba1eef43e.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-d101df838460cf2e.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-e349c9297024bade.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-361bd5a5dfd8c3c7.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib`
31682023-12-09T06:10:40.329Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name openapi_test --edition=2021 dns-server/tests/openapi_test.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=f7ce9e371529a3b3 -C extra-filename=-f7ce9e371529a3b3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef443fbbfa73a43.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-a58c8b92ed943a37.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-db45c09695d061dd.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-8fc3661830c92e6e.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-0a3fb3c08f13db7a.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a198b56a5f9eb1ad.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c8787c923dc1c8d2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-69debb94d18142c8.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-9d8845f6ea973efe.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-34a585534cdcaa54.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-bbeb7eb58c6ead42.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-bb596902a395f642.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f514002cc560d52b.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-7d1f69ec0d72f47b.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-55e2511ace2b4a1b.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7ba83478b0b28ec3.rlib --extern tempdir=/work/oxidecomputer/omicron/target/debug/deps/libtempdir-e1d4c69a0724bff8.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-c421aae3f8abc685.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1ec47aacdff5a9cb.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5e9108efc6e4e2b4.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-e6a25a4ba1eef43e.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-d101df838460cf2e.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-e349c9297024bade.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-361bd5a5dfd8c3c7.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib`
31692023-12-09T06:10:49.495Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name commands_test --edition=2021 dns-server/tests/commands_test.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=4ca9d16f26fce360 -C extra-filename=-4ca9d16f26fce360 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef443fbbfa73a43.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-a58c8b92ed943a37.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-db45c09695d061dd.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-8fc3661830c92e6e.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-0a3fb3c08f13db7a.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a198b56a5f9eb1ad.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c8787c923dc1c8d2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-69debb94d18142c8.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-9d8845f6ea973efe.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-34a585534cdcaa54.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-bbeb7eb58c6ead42.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-bb596902a395f642.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f514002cc560d52b.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-7d1f69ec0d72f47b.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-55e2511ace2b4a1b.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7ba83478b0b28ec3.rlib --extern tempdir=/work/oxidecomputer/omicron/target/debug/deps/libtempdir-e1d4c69a0724bff8.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-c421aae3f8abc685.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1ec47aacdff5a9cb.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5e9108efc6e4e2b4.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-e6a25a4ba1eef43e.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-d101df838460cf2e.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-e349c9297024bade.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-361bd5a5dfd8c3c7.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib`
31702023-12-09T06:10:54.722Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
31712023-12-09T06:10:54.743Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_test_utils --edition=2021 nexus/test-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="omicron-dev"' -C metadata=9155c13a3ac83131 -C extra-filename=-9155c13a3ac83131 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-cf72f843b9ce520b.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7c6e8f28fa0558b4.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rmeta --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-92fd446f1198f3c2.rmeta --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-a58c8b92ed943a37.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-db45c09695d061dd.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-8fc3661830c92e6e.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-35e5e75d00a35726.rmeta --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-0d15c75bf67c6842.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-61e2da29bd33c601.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a198b56a5f9eb1ad.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-7f13a5e04fe3d70c.rmeta --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-304b947e2d9b96f6.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-fbef2b6f8077c45c.rmeta --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-f3bf6c822cf7823b.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-dc9b67b9d47e7bce.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-af1b94fc055bd29e.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-1985ded145d2f706.rmeta --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-6f0b2d0c2fb90918.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c8787c923dc1c8d2.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-69debb94d18142c8.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-4cf06a1b033601c2.rmeta --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-d14bc0e52ec0953d.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-eb889f19d5709504.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-9bc61d3be642612c.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rmeta --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-e349c9297024bade.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-e27f147807a8bc9f/out -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
31722023-12-09T06:10:57.762Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_nexus --edition=2021 nexus/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=7659765cc039e112 -C extra-filename=-7659765cc039e112 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rmeta --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-c31966c9f8a96595.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-084832dceff4d290.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-efdef217e0fabd4e.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-58dcb98854df22ff.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-21d3f75c791fa9a4.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef443fbbfa73a43.rmeta --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-92fd446f1198f3c2.rmeta --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-20acfb4f58a28845.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-db45c09695d061dd.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-fb7d2275df9b8c96.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-8fc3661830c92e6e.rmeta --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-1b0f8a63927350db.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-c34bcec9e53a17f3.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-61e2da29bd33c601.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6f7e7e787f938be2.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a198b56a5f9eb1ad.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-7f13a5e04fe3d70c.rmeta --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-304b947e2d9b96f6.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-847fb59b18b2aee3.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-9c9c3756e3f392b3.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-1ce9557757fa651b.rmeta --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-8eb0d9a57645bdd6.rmeta --extern mime_guess=/work/oxidecomputer/omicron/target/debug/deps/libmime_guess-aa349d6acb1d14a1.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-9165d360b51353ea.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-fbef2b6f8077c45c.rmeta --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-47dd7da60306f91a.rmeta --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-da5a7a4a6212ba9d.rmeta --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-f3bf6c822cf7823b.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-dc9b67b9d47e7bce.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-78c4e619da17149f.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-af1b94fc055bd29e.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-1985ded145d2f706.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-69debb94d18142c8.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-230e44e7360903b6.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-7b781b30fdd26f56.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-4cf06a1b033601c2.rmeta --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-90759066edd0560a.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-324c3a5a4bc52700.rmeta --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-de5adb521c24b418.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-eb889f19d5709504.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-60c31164f1211692.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-3b5a8e4899b9500f.so --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-7f4ec8f2135bf59e.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-42f7e9e71f8e1e8f.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-4428bf55280274a9.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8c4ac547107558e9.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-650cbfdbbdfe8fde.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-de92a584975acef9.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-d1e51c6b8a6ecb88.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-b4c439e5fbc8af3a.rmeta --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-b707e665892fa1ba.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-54881a1782a3e1b0.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-9bc61d3be642612c.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f915ff3d992a233b.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-1dad7f5b68b8d510.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f514002cc560d52b.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-702b87acea9cb846.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-55e2511ace2b4a1b.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-dcf245cea7453970.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-c421aae3f8abc685.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1ec47aacdff5a9cb.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-86d1590eb418f516.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-01183c2c9c08f8b2.rmeta --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-e349c9297024bade.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rmeta -D warnings -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-e27f147807a8bc9f/out -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
31732023-12-09T06:11:07.199Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_sled_agent --edition=2021 sled-agent/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=a31cd58bc9f9b9a5 -C extra-filename=-a31cd58bc9f9b9a5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-c31966c9f8a96595.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-084832dceff4d290.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-efdef217e0fabd4e.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-43fbcb238c00969d.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-5f15e23a2b6720f5.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-cf72f843b9ce520b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7c6e8f28fa0558b4.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-21d3f75c791fa9a4.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-bc2c501506aafa82.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef443fbbfa73a43.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-92fd446f1198f3c2.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-109bd8b166d1face.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-46eebefa6ecc0bc6.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-c33ee704d422915a.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-a58c8b92ed943a37.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-db45c09695d061dd.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-fb7d2275df9b8c96.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-8fc3661830c92e6e.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-0a3fb3c08f13db7a.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-9c343eab58a7ea84.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-c34bcec9e53a17f3.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-daf84fcebc6d5eca.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6f7e7e787f938be2.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a198b56a5f9eb1ad.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-7f13a5e04fe3d70c.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-63efbbda053f3342.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e4d69e760c7ca210.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-78b32943494c36d1.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-304b947e2d9b96f6.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-847fb59b18b2aee3.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-938138eb45012d55.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-144705db301a5870.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-45ce8912dc32de8c.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-1ce9557757fa651b.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-8eb0d9a57645bdd6.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-e454a4d90d4044eb.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-af1b94fc055bd29e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c8787c923dc1c8d2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-69debb94d18142c8.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-230e44e7360903b6.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-9d8845f6ea973efe.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-34a585534cdcaa54.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-d5ac2a40ed96e013.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-4cf06a1b033601c2.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-de5adb521c24b418.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-eb889f19d5709504.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-d9e65c209facc62c.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-4428bf55280274a9.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-d68db27eee92b51a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8c4ac547107558e9.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-81d27db59de22af7.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-de92a584975acef9.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-54881a1782a3e1b0.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-dfa91eaf5f5704dc.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-b60aa24d05f29b5f.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-1dad7f5b68b8d510.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-77ef57dbdaaa7ffb.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-fcc4e7bee0ed24a1.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f514002cc560d52b.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-702b87acea9cb846.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-55e2511ace2b4a1b.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-37221c7372c347f0.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-8396087cdeea73a3.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7ba83478b0b28ec3.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-fe8950a9f7b3553a.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-c421aae3f8abc685.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-eef85b09ccdef74c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1ec47aacdff5a9cb.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-bd4e9926302cc4c2.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-da120e4ff52d808b.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5e9108efc6e4e2b4.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-af3f9b2d6b50389f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d4ac8e2ff6ba4016.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-0a77f036dbfdf4d9.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-e27f147807a8bc9f/out`
31742023-12-09T06:11:09.363Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter --edition=2021 oximeter/collector/src/bin/oximeter.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=2674698ff7e1ba95 -C extra-filename=-2674698ff7e1ba95 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef443fbbfa73a43.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-8fc3661830c92e6e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-304b947e2d9b96f6.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-e454a4d90d4044eb.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-dc9b67b9d47e7bce.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-af1b94fc055bd29e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-69debb94d18142c8.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-4cf06a1b033601c2.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-90759066edd0560a.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-d14bc0e52ec0953d.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-324c3a5a4bc52700.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8c4ac547107558e9.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-de92a584975acef9.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f514002cc560d52b.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-702b87acea9cb846.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-55e2511ace2b4a1b.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-b260bcdad7d801cc.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1ec47aacdff5a9cb.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5e9108efc6e4e2b4.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib`
31752023-12-09T06:11:12.181Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter --edition=2021 oximeter/collector/src/bin/oximeter.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=93c1c5576ef6f209 -C extra-filename=-93c1c5576ef6f209 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef443fbbfa73a43.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-8fc3661830c92e6e.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-0a3fb3c08f13db7a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-7f13a5e04fe3d70c.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-304b947e2d9b96f6.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-e454a4d90d4044eb.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-dc9b67b9d47e7bce.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-af1b94fc055bd29e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c8787c923dc1c8d2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-69debb94d18142c8.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-9d8845f6ea973efe.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-34a585534cdcaa54.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-4cf06a1b033601c2.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-90759066edd0560a.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-d14bc0e52ec0953d.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-324c3a5a4bc52700.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8c4ac547107558e9.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-de92a584975acef9.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f514002cc560d52b.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-702b87acea9cb846.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-55e2511ace2b4a1b.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-b260bcdad7d801cc.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7ba83478b0b28ec3.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1ec47aacdff5a9cb.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5e9108efc6e4e2b4.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib`
31762023-12-09T06:11:15.211Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_schema_updater --edition=2021 oximeter/collector/src/bin/clickhouse-schema-updater.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=34e85187310f0f62 -C extra-filename=-34e85187310f0f62 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef443fbbfa73a43.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-8fc3661830c92e6e.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-0a3fb3c08f13db7a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-7f13a5e04fe3d70c.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-304b947e2d9b96f6.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-e454a4d90d4044eb.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-dc9b67b9d47e7bce.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-af1b94fc055bd29e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c8787c923dc1c8d2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-69debb94d18142c8.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-9d8845f6ea973efe.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-34a585534cdcaa54.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-4cf06a1b033601c2.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-90759066edd0560a.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-d14bc0e52ec0953d.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-324c3a5a4bc52700.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8c4ac547107558e9.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-de92a584975acef9.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f514002cc560d52b.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-702b87acea9cb846.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-55e2511ace2b4a1b.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-b260bcdad7d801cc.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7ba83478b0b28ec3.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1ec47aacdff5a9cb.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5e9108efc6e4e2b4.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib`
31772023-12-09T06:11:17.973Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name test_commands --edition=2021 oximeter/collector/tests/test_commands.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=3119813be2c9ef31 -C extra-filename=-3119813be2c9ef31 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef443fbbfa73a43.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-8fc3661830c92e6e.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-0a3fb3c08f13db7a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-7f13a5e04fe3d70c.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-304b947e2d9b96f6.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-e454a4d90d4044eb.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-dc9b67b9d47e7bce.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-af1b94fc055bd29e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c8787c923dc1c8d2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-69debb94d18142c8.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-9d8845f6ea973efe.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-34a585534cdcaa54.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-4cf06a1b033601c2.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-90759066edd0560a.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-d14bc0e52ec0953d.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-324c3a5a4bc52700.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8c4ac547107558e9.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-de92a584975acef9.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f514002cc560d52b.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-702b87acea9cb846.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-55e2511ace2b4a1b.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-b260bcdad7d801cc.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7ba83478b0b28ec3.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1ec47aacdff5a9cb.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5e9108efc6e4e2b4.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib`
31782023-12-09T06:11:18.444Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_schema_updater --edition=2021 oximeter/collector/src/bin/clickhouse-schema-updater.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=746761f7736237a4 -C extra-filename=-746761f7736237a4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef443fbbfa73a43.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-8fc3661830c92e6e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-304b947e2d9b96f6.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-e454a4d90d4044eb.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-dc9b67b9d47e7bce.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-af1b94fc055bd29e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-69debb94d18142c8.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-4cf06a1b033601c2.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-90759066edd0560a.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-d14bc0e52ec0953d.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-324c3a5a4bc52700.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8c4ac547107558e9.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-de92a584975acef9.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f514002cc560d52b.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-702b87acea9cb846.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-55e2511ace2b4a1b.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-b260bcdad7d801cc.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1ec47aacdff5a9cb.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5e9108efc6e4e2b4.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib`
31792023-12-09T06:11:20.929Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name update_engine_basic --edition=2021 update-engine/examples/update-engine-basic/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=19b7efbb7ac7bd5b -C extra-filename=-19b7efbb7ac7bd5b --out-dir /work/oxidecomputer/omicron/target/debug/examples -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-58dcb98854df22ff.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-cf72f843b9ce520b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7c6e8f28fa0558b4.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-21d3f75c791fa9a4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef443fbbfa73a43.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-212a8b0dc002b8b7.rlib --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-d5d148f8b0aeac01.so --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-294f21b38637a1be.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-2e7a89619d1b841a.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-59795aa0d9c5f644.rlib --extern libsw=/work/oxidecomputer/omicron/target/debug/deps/liblibsw-054c73ee5352d687.rlib --extern linear_map=/work/oxidecomputer/omicron/target/debug/deps/liblinear_map-9a24c9cb3f4a98ce.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c8787c923dc1c8d2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-69debb94d18142c8.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-cc81b9d222c0d737.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-cb3b038c24d25106.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f915ff3d992a233b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-7ec8ff03521d695a.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-70fd40af0a67716f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1ec47aacdff5a9cb.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-bd4e9926302cc4c2.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-d72b7a0cbab620b4.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-a2a1f484550678da.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib`
31802023-12-09T06:11:24.678Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name update_engine --edition=2021 update-engine/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=c8882d4006546fb4 -C extra-filename=-c8882d4006546fb4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-58dcb98854df22ff.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-cf72f843b9ce520b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7c6e8f28fa0558b4.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-21d3f75c791fa9a4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef443fbbfa73a43.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-212a8b0dc002b8b7.rlib --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-d5d148f8b0aeac01.so --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-294f21b38637a1be.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-2e7a89619d1b841a.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-59795aa0d9c5f644.rlib --extern libsw=/work/oxidecomputer/omicron/target/debug/deps/liblibsw-054c73ee5352d687.rlib --extern linear_map=/work/oxidecomputer/omicron/target/debug/deps/liblinear_map-9a24c9cb3f4a98ce.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c8787c923dc1c8d2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-69debb94d18142c8.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-cc81b9d222c0d737.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-cb3b038c24d25106.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f915ff3d992a233b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-7ec8ff03521d695a.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-70fd40af0a67716f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1ec47aacdff5a9cb.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-bd4e9926302cc4c2.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-d72b7a0cbab620b4.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib`
31812023-12-09T06:11:56.674Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name tufaceous_lib --edition=2021 tufaceous-lib/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=fbb9244585a5b199 -C extra-filename=-fbb9244585a5b199 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-084832dceff4d290.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-58dcb98854df22ff.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-cf72f843b9ce520b.rlib --extern bytesize=/work/oxidecomputer/omicron/target/debug/deps/libbytesize-eeae718e0c35ba84.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7c6e8f28fa0558b4.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-212a8b0dc002b8b7.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-9c343eab58a7ea84.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-276ec3bce00d5f09.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6f7e7e787f938be2.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-e196c97d3d4fcd97.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-938138eb45012d55.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-af1b94fc055bd29e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c8787c923dc1c8d2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-69debb94d18142c8.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8c4ac547107558e9.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-d1e51c6b8a6ecb88.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rlib --extern serde_path_to_error=/work/oxidecomputer/omicron/target/debug/deps/libserde_path_to_error-6180809874198223.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-3efb67152f9bb7fd.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-fe8950a9f7b3553a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1ec47aacdff5a9cb.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5e9108efc6e4e2b4.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-01183c2c9c08f8b2.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-4ee5ed5bde7ce18a.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-1e6182992effe9a1.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64`
31822023-12-09T06:11:57.207Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name wicketd_client --edition=2021 clients/wicketd-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=730b032c9504a1b9 -C extra-filename=-730b032c9504a1b9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-78b32943494c36d1.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-847fb59b18b2aee3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-69debb94d18142c8.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-289011c4e09667b5.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-df34b867b7589e06.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-de92a584975acef9.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-a2a1f484550678da.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-d3ba7f7e55d494ee.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib`
31832023-12-09T06:11:57.559Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name v0_fsm_proptest_learner --edition=2021 bootstore/tests/v0-fsm-proptest-learner.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --test -C metadata=a26395d8adf32326 -C extra-filename=-a26395d8adf32326 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-c31966c9f8a96595.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-43fbcb238c00969d.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-cf72f843b9ce520b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7c6e8f28fa0558b4.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-c48846e160e3d559.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-ea9e8cb8d8ec83be.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-46eebefa6ecc0bc6.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6f7e7e787f938be2.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-b69c4557237afc47.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-af1b94fc055bd29e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c8787c923dc1c8d2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-69debb94d18142c8.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-7f4ec8f2135bf59e.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-894db676841aa3cb.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8c4ac547107558e9.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-65adaff614060fb5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f915ff3d992a233b.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-b60aa24d05f29b5f.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-77ef57dbdaaa7ffb.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f514002cc560d52b.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-55e2511ace2b4a1b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1ec47aacdff5a9cb.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-641c46e708e958a1.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d4ac8e2ff6ba4016.rlib -D warnings -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-e27f147807a8bc9f/out`
31842023-12-09T06:11:57.559Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name v0_fsm_proptest_rack_coordinator --edition=2021 bootstore/tests/v0-fsm-proptest-rack-coordinator.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --test -C metadata=2cabdf50dd6335d5 -C extra-filename=-2cabdf50dd6335d5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-c31966c9f8a96595.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-43fbcb238c00969d.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-cf72f843b9ce520b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7c6e8f28fa0558b4.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-c48846e160e3d559.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-ea9e8cb8d8ec83be.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-46eebefa6ecc0bc6.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6f7e7e787f938be2.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-b69c4557237afc47.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-af1b94fc055bd29e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c8787c923dc1c8d2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-69debb94d18142c8.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-7f4ec8f2135bf59e.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-894db676841aa3cb.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8c4ac547107558e9.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-65adaff614060fb5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f915ff3d992a233b.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-b60aa24d05f29b5f.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-77ef57dbdaaa7ffb.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f514002cc560d52b.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-55e2511ace2b4a1b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1ec47aacdff5a9cb.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-641c46e708e958a1.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d4ac8e2ff6ba4016.rlib -D warnings -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-e27f147807a8bc9f/out`
31852023-12-09T06:11:59.693Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name mgs --edition=2021 gateway/src/bin/mgs.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=ce4a04d82b6d4238 -C extra-filename=-ce4a04d82b6d4238 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-efdef217e0fabd4e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef443fbbfa73a43.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-8fc3661830c92e6e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-35e5e75d00a35726.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-ec3c128cc52b9b99.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6f7e7e787f938be2.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a198b56a5f9eb1ad.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-7f13a5e04fe3d70c.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e4d69e760c7ca210.rlib --extern ipcc_key_value=/work/oxidecomputer/omicron/target/debug/deps/libipcc_key_value-55d3cff9d5d23867.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-af1b94fc055bd29e.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-60c92b95902b9fdb.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-69debb94d18142c8.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-230e44e7360903b6.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-f2eb63f7b73ee948.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-7579cb94ad245d2b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-702b87acea9cb846.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1ec47aacdff5a9cb.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-bd4e9926302cc4c2.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-8c822327311acb33.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5e9108efc6e4e2b4.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64`
31862023-12-09T06:12:05.148Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name sp_sim --edition=2021 sp-sim/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=93a2dddf634c5c8e -C extra-filename=-93a2dddf634c5c8e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-084832dceff4d290.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef443fbbfa73a43.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-8fc3661830c92e6e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-35e5e75d00a35726.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6f7e7e787f938be2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-af1b94fc055bd29e.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-60c92b95902b9fdb.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-69debb94d18142c8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-702b87acea9cb846.rlib --extern sprockets_rot=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_rot-009eb845872f02e3.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1ec47aacdff5a9cb.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5e9108efc6e4e2b4.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib`
31872023-12-09T06:12:10.479Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_gateway --edition=2021 gateway/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=0c83b959330daec2 -C extra-filename=-0c83b959330daec2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-efdef217e0fabd4e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef443fbbfa73a43.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-8fc3661830c92e6e.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-0a3fb3c08f13db7a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-35e5e75d00a35726.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-ec3c128cc52b9b99.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-0d15c75bf67c6842.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6f7e7e787f938be2.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a198b56a5f9eb1ad.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-7f13a5e04fe3d70c.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e4d69e760c7ca210.rlib --extern ipcc_key_value=/work/oxidecomputer/omicron/target/debug/deps/libipcc_key_value-55d3cff9d5d23867.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-af1b94fc055bd29e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c8787c923dc1c8d2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-69debb94d18142c8.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-230e44e7360903b6.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-9d8845f6ea973efe.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-34a585534cdcaa54.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-f2eb63f7b73ee948.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-7579cb94ad245d2b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-702b87acea9cb846.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-a816bf53d448c759.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7ba83478b0b28ec3.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1ec47aacdff5a9cb.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-bd4e9926302cc4c2.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-8c822327311acb33.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5e9108efc6e4e2b4.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64`
31882023-12-09T06:12:10.759Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name test_all --edition=2021 gateway/tests/test_all.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=02874c3cccc469f0 -C extra-filename=-02874c3cccc469f0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-efdef217e0fabd4e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef443fbbfa73a43.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-8fc3661830c92e6e.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-0a3fb3c08f13db7a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-35e5e75d00a35726.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-ec3c128cc52b9b99.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-0d15c75bf67c6842.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6f7e7e787f938be2.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a198b56a5f9eb1ad.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-7f13a5e04fe3d70c.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e4d69e760c7ca210.rlib --extern ipcc_key_value=/work/oxidecomputer/omicron/target/debug/deps/libipcc_key_value-55d3cff9d5d23867.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-af1b94fc055bd29e.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-60c92b95902b9fdb.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c8787c923dc1c8d2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-69debb94d18142c8.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-230e44e7360903b6.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-9d8845f6ea973efe.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-34a585534cdcaa54.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-f2eb63f7b73ee948.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-7579cb94ad245d2b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-702b87acea9cb846.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-a816bf53d448c759.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7ba83478b0b28ec3.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1ec47aacdff5a9cb.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-bd4e9926302cc4c2.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-8c822327311acb33.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5e9108efc6e4e2b4.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64`
31892023-12-09T06:12:36.662Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name sp_sim --edition=2021 sp-sim/src/bin/sp-sim.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=fcdc3d40f44f1819 -C extra-filename=-fcdc3d40f44f1819 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-084832dceff4d290.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef443fbbfa73a43.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-8fc3661830c92e6e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-35e5e75d00a35726.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6f7e7e787f938be2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-af1b94fc055bd29e.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-60c92b95902b9fdb.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-69debb94d18142c8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-702b87acea9cb846.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-a816bf53d448c759.rlib --extern sprockets_rot=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_rot-009eb845872f02e3.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1ec47aacdff5a9cb.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5e9108efc6e4e2b4.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib`
31902023-12-09T06:12:38.475Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_nexus --edition=2021 nexus/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=2b77589c8d963a0d -C extra-filename=-2b77589c8d963a0d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-c31966c9f8a96595.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-15c907ad5dba5157.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-084832dceff4d290.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-efdef217e0fabd4e.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-58dcb98854df22ff.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-21d3f75c791fa9a4.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef443fbbfa73a43.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-821682e4ed2a43d1.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-92fd446f1198f3c2.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-20acfb4f58a28845.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-131baaa97c231bbc.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-a58c8b92ed943a37.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-db45c09695d061dd.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-fb7d2275df9b8c96.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-8fc3661830c92e6e.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-0a3fb3c08f13db7a.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-1b0f8a63927350db.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-c34bcec9e53a17f3.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-35e5e75d00a35726.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-0d15c75bf67c6842.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-61e2da29bd33c601.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6f7e7e787f938be2.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a198b56a5f9eb1ad.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-95af1fc070895b1d.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-e196c97d3d4fcd97.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-7f13a5e04fe3d70c.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-c0114adbbe04edb4.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-304b947e2d9b96f6.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-847fb59b18b2aee3.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-938138eb45012d55.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-9c9c3756e3f392b3.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-1ce9557757fa651b.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-8eb0d9a57645bdd6.rlib --extern mime_guess=/work/oxidecomputer/omicron/target/debug/deps/libmime_guess-aa349d6acb1d14a1.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-9165d360b51353ea.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-fbef2b6f8077c45c.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-47dd7da60306f91a.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-da5a7a4a6212ba9d.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-f3bf6c822cf7823b.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-9155c13a3ac83131.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-063b83922d16a4df.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-dc9b67b9d47e7bce.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-78c4e619da17149f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-af1b94fc055bd29e.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-1985ded145d2f706.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-6f0b2d0c2fb90918.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c8787c923dc1c8d2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-69debb94d18142c8.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-230e44e7360903b6.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-9d8845f6ea973efe.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-34a585534cdcaa54.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-7b781b30fdd26f56.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-35b08736da94c528.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-4cf06a1b033601c2.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-90759066edd0560a.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-324c3a5a4bc52700.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-de5adb521c24b418.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-eb889f19d5709504.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-60c31164f1211692.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-3b5a8e4899b9500f.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-b0f2d03dc9773fed.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-cb3b038c24d25106.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-7f4ec8f2135bf59e.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-d9e65c209facc62c.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-42f7e9e71f8e1e8f.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-4428bf55280274a9.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8c4ac547107558e9.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-81d27db59de22af7.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-650cbfdbbdfe8fde.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-537384909654dd1b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-de92a584975acef9.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-d1e51c6b8a6ecb88.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-b4c439e5fbc8af3a.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-b707e665892fa1ba.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-54881a1782a3e1b0.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-9bc61d3be642612c.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f915ff3d992a233b.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-476a7049abc798e8.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-1dad7f5b68b8d510.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f514002cc560d52b.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-702b87acea9cb846.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-55e2511ace2b4a1b.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-a816bf53d448c759.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-dcf245cea7453970.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-b260bcdad7d801cc.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7ba83478b0b28ec3.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-c421aae3f8abc685.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-c563df115e0bf367.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1ec47aacdff5a9cb.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-86d1590eb418f516.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-01183c2c9c08f8b2.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-e349c9297024bade.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rlib -D warnings -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-e27f147807a8bc9f/out -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
31912023-12-09T06:12:38.567Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_db_queries --edition=2021 nexus/db-queries/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=fdda90d3791f2fe8 -C extra-filename=-fdda90d3791f2fe8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-c31966c9f8a96595.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-15c907ad5dba5157.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-084832dceff4d290.so --extern authz_macros=/work/oxidecomputer/omicron/target/debug/deps/libauthz_macros-173cc2223cc723fb.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-efdef217e0fabd4e.rlib --extern bb8=/work/oxidecomputer/omicron/target/debug/deps/libbb8-13b87d13c7c3a4ae.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7c6e8f28fa0558b4.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-5f85abe9eac07172.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-5e379884bdcf4e59.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-131baaa97c231bbc.rlib --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-29ef3009daecd0b1.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-8fc3661830c92e6e.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-0a3fb3c08f13db7a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-c34bcec9e53a17f3.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-61e2da29bd33c601.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a198b56a5f9eb1ad.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-7f13a5e04fe3d70c.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-c0114adbbe04edb4.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-304b947e2d9b96f6.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-847fb59b18b2aee3.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-938138eb45012d55.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-9c9c3756e3f392b3.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-1ce9557757fa651b.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-90083c391ac2a709.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-9165d360b51353ea.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-da5a7a4a6212ba9d.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-9155c13a3ac83131.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-dc9b67b9d47e7bce.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-af1b94fc055bd29e.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-1985ded145d2f706.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-6f0b2d0c2fb90918.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c8787c923dc1c8d2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-69debb94d18142c8.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-34a585534cdcaa54.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-7b781b30fdd26f56.rlib --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-8a4c853e449241dd.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-4cf06a1b033601c2.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-3b5a8e4899b9500f.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-b0f2d03dc9773fed.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-cb3b038c24d25106.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-7f4ec8f2135bf59e.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8c4ac547107558e9.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-81d27db59de22af7.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-650cbfdbbdfe8fde.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-537384909654dd1b.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-b4c439e5fbc8af3a.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-b707e665892fa1ba.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-9bc61d3be642612c.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f915ff3d992a233b.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-1dad7f5b68b8d510.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-8396087cdeea73a3.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-dcf245cea7453970.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-b260bcdad7d801cc.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7ba83478b0b28ec3.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-c563df115e0bf367.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1ec47aacdff5a9cb.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-af3f9b2d6b50389f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rlib -D warnings -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-e27f147807a8bc9f/out -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
31922023-12-09T06:12:39.839Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name omdb --edition=2021 dev-tools/omdb/src/bin/omdb/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=57e54305435fcbb2 -C extra-filename=-57e54305435fcbb2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-15c907ad5dba5157.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef443fbbfa73a43.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-92fd446f1198f3c2.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-131baaa97c231bbc.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-8fc3661830c92e6e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-c34bcec9e53a17f3.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-35e5e75d00a35726.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-0d15c75bf67c6842.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-5ec1d71338dd5297.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-304b947e2d9b96f6.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-847fb59b18b2aee3.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-e454a4d90d4044eb.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-9165d360b51353ea.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-fbef2b6f8077c45c.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-9155c13a3ac83131.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-dc9b67b9d47e7bce.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-af1b94fc055bd29e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-69debb94d18142c8.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-90759066edd0560a.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-7f4ec8f2135bf59e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-1dad7f5b68b8d510.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-b260bcdad7d801cc.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-534709829fd0a93c.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-efbdc2c66f61b52d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1ec47aacdff5a9cb.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-d72b7a0cbab620b4.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rlib -D warnings -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-e27f147807a8bc9f/out -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
31932023-12-09T06:12:40.124Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name gateway_test_utils --edition=2021 gateway-test-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=85a0bc1cc775e0a9 -C extra-filename=-85a0bc1cc775e0a9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-8fc3661830c92e6e.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-35e5e75d00a35726.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-60c92b95902b9fdb.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c8787c923dc1c8d2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-69debb94d18142c8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-a816bf53d448c759.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1ec47aacdff5a9cb.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64`
31942023-12-09T06:12:40.150Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_inventory --edition=2021 nexus/inventory/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=ec742ffdc8f2afab -C extra-filename=-ec742ffdc8f2afab --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-efdef217e0fabd4e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-0a3fb3c08f13db7a.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-c34bcec9e53a17f3.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-35e5e75d00a35726.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-0d15c75bf67c6842.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-dc9b67b9d47e7bce.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-69debb94d18142c8.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-537384909654dd1b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-b260bcdad7d801cc.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1ec47aacdff5a9cb.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib`
31952023-12-09T06:12:43.248Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name mgs --edition=2021 gateway/src/bin/mgs.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=c8e7a02e0e0b5a92 -C extra-filename=-c8e7a02e0e0b5a92 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-efdef217e0fabd4e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef443fbbfa73a43.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-8fc3661830c92e6e.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-0a3fb3c08f13db7a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-35e5e75d00a35726.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-ec3c128cc52b9b99.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-0d15c75bf67c6842.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6f7e7e787f938be2.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a198b56a5f9eb1ad.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-7f13a5e04fe3d70c.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e4d69e760c7ca210.rlib --extern ipcc_key_value=/work/oxidecomputer/omicron/target/debug/deps/libipcc_key_value-55d3cff9d5d23867.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-af1b94fc055bd29e.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-60c92b95902b9fdb.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c8787c923dc1c8d2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-69debb94d18142c8.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-230e44e7360903b6.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-9d8845f6ea973efe.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-34a585534cdcaa54.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-f2eb63f7b73ee948.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-7579cb94ad245d2b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-702b87acea9cb846.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-a816bf53d448c759.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7ba83478b0b28ec3.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1ec47aacdff5a9cb.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-bd4e9926302cc4c2.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-8c822327311acb33.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5e9108efc6e4e2b4.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64`
31962023-12-09T06:12:46.338Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_db_model --edition=2021 nexus/db-model/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=86dd0b157ad247c6 -C extra-filename=-86dd0b157ad247c6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-5e379884bdcf4e59.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-131baaa97c231bbc.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-0a3fb3c08f13db7a.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6f7e7e787f938be2.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-847fb59b18b2aee3.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-1ce9557757fa651b.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-90083c391ac2a709.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-47dd7da60306f91a.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-dc9b67b9d47e7bce.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-89750ec7e9845530.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-af1b94fc055bd29e.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-1985ded145d2f706.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-69debb94d18142c8.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-60c31164f1211692.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-7f4ec8f2135bf59e.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8c4ac547107558e9.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-650cbfdbbdfe8fde.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-54881a1782a3e1b0.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-1dad7f5b68b8d510.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-dcf245cea7453970.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-b260bcdad7d801cc.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rlib -D warnings -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-e27f147807a8bc9f/out`
31972023-12-09T06:13:17.076Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name oxdb --edition=2021 oximeter/db/src/bin/oxdb.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=66effdb1ad4b59b1 -C extra-filename=-66effdb1ad4b59b1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-084832dceff4d290.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-74933ec96320e472.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-cf72f843b9ce520b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef443fbbfa73a43.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-8fc3661830c92e6e.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-0a3fb3c08f13db7a.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-ac2bb27a4d43cdb1.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-938138eb45012d55.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-af1b94fc055bd29e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c8787c923dc1c8d2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-69debb94d18142c8.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-4cf06a1b033601c2.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-324c3a5a4bc52700.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-537384909654dd1b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-de92a584975acef9.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f514002cc560d52b.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-702b87acea9cb846.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-55e2511ace2b4a1b.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-b260bcdad7d801cc.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-c421aae3f8abc685.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1ec47aacdff5a9cb.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-af3f9b2d6b50389f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib`
31982023-12-09T06:13:19.963Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_collector --edition=2021 oximeter/collector/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=af8ceb462e834146 -C extra-filename=-af8ceb462e834146 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef443fbbfa73a43.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-8fc3661830c92e6e.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-0a3fb3c08f13db7a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-7f13a5e04fe3d70c.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-304b947e2d9b96f6.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-e454a4d90d4044eb.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-dc9b67b9d47e7bce.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-af1b94fc055bd29e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c8787c923dc1c8d2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-69debb94d18142c8.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-9d8845f6ea973efe.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-34a585534cdcaa54.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-4cf06a1b033601c2.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-90759066edd0560a.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-324c3a5a4bc52700.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8c4ac547107558e9.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-de92a584975acef9.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f514002cc560d52b.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-702b87acea9cb846.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-55e2511ace2b4a1b.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-b260bcdad7d801cc.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7ba83478b0b28ec3.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1ec47aacdff5a9cb.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5e9108efc6e4e2b4.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib`
31992023-12-09T06:13:26.237Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name producer --edition=2021 oximeter/producer/examples/producer.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=d06d5a1bd4397194 -C extra-filename=-d06d5a1bd4397194 --out-dir /work/oxidecomputer/omicron/target/debug/examples -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef443fbbfa73a43.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-8fc3661830c92e6e.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-e454a4d90d4044eb.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-af1b94fc055bd29e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-69debb94d18142c8.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-4cf06a1b033601c2.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-eb889f19d5709504.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-702b87acea9cb846.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1ec47aacdff5a9cb.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib`
32002023-12-09T06:13:38.141Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name mg_admin_client --edition=2021 clients/mg-admin-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=02a2f2d0bbe5958a -C extra-filename=-02a2f2d0bbe5958a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-294f21b38637a1be.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-af1b94fc055bd29e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-69debb94d18142c8.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-42f7e9e71f8e1e8f.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-de92a584975acef9.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-77ef57dbdaaa7ffb.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1ec47aacdff5a9cb.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-e27f147807a8bc9f/out`
32012023-12-09T06:13:42.336Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name bootstore --edition=2021 bootstore/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --test -C metadata=e787cbdb51a36b19 -C extra-filename=-e787cbdb51a36b19 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-c31966c9f8a96595.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-cf72f843b9ce520b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7c6e8f28fa0558b4.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-c48846e160e3d559.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-ea9e8cb8d8ec83be.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-46eebefa6ecc0bc6.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6f7e7e787f938be2.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-b69c4557237afc47.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-af1b94fc055bd29e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c8787c923dc1c8d2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-69debb94d18142c8.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-7f4ec8f2135bf59e.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-894db676841aa3cb.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8c4ac547107558e9.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-65adaff614060fb5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f915ff3d992a233b.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-b60aa24d05f29b5f.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-77ef57dbdaaa7ffb.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f514002cc560d52b.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-55e2511ace2b4a1b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1ec47aacdff5a9cb.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-641c46e708e958a1.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d4ac8e2ff6ba4016.rlib -D warnings -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-e27f147807a8bc9f/out`
32022023-12-09T06:13:44.996Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name internal_dns --edition=2021 internal-dns/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=ba706920bdc64229 -C extra-filename=-ba706920bdc64229 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-c31966c9f8a96595.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-a58c8b92ed943a37.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-db45c09695d061dd.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-8fc3661830c92e6e.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-0a3fb3c08f13db7a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-7f13a5e04fe3d70c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-af1b94fc055bd29e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c8787c923dc1c8d2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-69debb94d18142c8.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-289011c4e09667b5.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-de92a584975acef9.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-bb596902a395f642.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-c421aae3f8abc685.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1ec47aacdff5a9cb.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-e349c9297024bade.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib`
32032023-12-09T06:14:29.061Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_db --edition=2021 oximeter/db/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=f0f20173fdfb89d4 -C extra-filename=-f0f20173fdfb89d4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-084832dceff4d290.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-74933ec96320e472.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-cf72f843b9ce520b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef443fbbfa73a43.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-8fc3661830c92e6e.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-0a3fb3c08f13db7a.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-ac2bb27a4d43cdb1.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-938138eb45012d55.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-af1b94fc055bd29e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c8787c923dc1c8d2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-69debb94d18142c8.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-4cf06a1b033601c2.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-537384909654dd1b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-de92a584975acef9.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f514002cc560d52b.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-702b87acea9cb846.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-55e2511ace2b4a1b.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-b260bcdad7d801cc.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-c421aae3f8abc685.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1ec47aacdff5a9cb.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-af3f9b2d6b50389f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib`
32042023-12-09T06:14:29.165Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_instruments --edition=2021 oximeter/instruments/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test --cfg 'feature="default"' --cfg 'feature="http"' --cfg 'feature="http-instruments"' --cfg 'feature="kstat"' --cfg 'feature="kstat-rs"' -C metadata=265f89f92ac2bc17 -C extra-filename=-265f89f92ac2bc17 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-bc2c501506aafa82.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-8fc3661830c92e6e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a198b56a5f9eb1ad.rlib --extern kstat_rs=/work/oxidecomputer/omicron/target/debug/deps/libkstat_rs-b20127b1a8309df2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-69debb94d18142c8.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-4cf06a1b033601c2.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8c4ac547107558e9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f514002cc560d52b.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-55e2511ace2b4a1b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1ec47aacdff5a9cb.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib`
32052023-12-09T06:14:43.056Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_client --edition=2021 clients/sled-agent-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=b23110d6d798548f -C extra-filename=-b23110d6d798548f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-084832dceff4d290.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-847fb59b18b2aee3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-af1b94fc055bd29e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-69debb94d18142c8.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-289011c4e09667b5.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-df34b867b7589e06.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-de92a584975acef9.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-fcc4e7bee0ed24a1.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-e27f147807a8bc9f/out`
32062023-12-09T06:14:44.979Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name installinator_artifact_client --edition=2021 clients/installinator-artifact-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=01dee1c556b760ae -C extra-filename=-01dee1c556b760ae --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-78b32943494c36d1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-69debb94d18142c8.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-289011c4e09667b5.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-df34b867b7589e06.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-de92a584975acef9.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-a2a1f484550678da.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib`
32072023-12-09T06:14:52.787Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name bootstrap_agent_client --edition=2021 clients/bootstrap-agent-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=d9b9356fb51eb1a0 -C extra-filename=-d9b9356fb51eb1a0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-847fb59b18b2aee3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-af1b94fc055bd29e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-69debb94d18142c8.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-289011c4e09667b5.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-df34b867b7589e06.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-de92a584975acef9.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-77ef57dbdaaa7ffb.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-e27f147807a8bc9f/out`
32082023-12-09T06:14:58.562Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name installinator_common --edition=2021 installinator-common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=223160867c3bcdf5 -C extra-filename=-223160867c3bcdf5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e4d69e760c7ca210.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-45ce8912dc32de8c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-69debb94d18142c8.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-894db676841aa3cb.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f915ff3d992a233b.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-f6b05fbf7e100ea2.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1ec47aacdff5a9cb.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-a2a1f484550678da.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib`
32092023-12-09T06:14:59.778Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_hardware --edition=2021 sled-hardware/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=9a653949acda21f7 -C extra-filename=-9a653949acda21f7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-bc2c501506aafa82.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-8fe45624da2a3447.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e4d69e760c7ca210.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-45ce8912dc32de8c.rlib --extern libefi_illumos=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_illumos-dfff9f250ebab94e.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-1ce9557757fa651b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-af1b94fc055bd29e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c8787c923dc1c8d2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-69debb94d18142c8.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8c4ac547107558e9.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-eef85b09ccdef74c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1ec47aacdff5a9cb.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-e27f147807a8bc9f/out`
32102023-12-09T06:15:07.710Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name ddm_admin_client --edition=2021 clients/ddm-admin-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=c09ce360acafa580 -C extra-filename=-c09ce360acafa580 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-294f21b38637a1be.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-af1b94fc055bd29e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-69debb94d18142c8.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-42f7e9e71f8e1e8f.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-de92a584975acef9.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-77ef57dbdaaa7ffb.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1ec47aacdff5a9cb.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-e27f147807a8bc9f/out`
32112023-12-09T06:15:11.583Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_storage --edition=2021 sled-storage/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test --cfg 'feature="testing"' -C metadata=002a70c454f77d59 -C extra-filename=-002a70c454f77d59 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-084832dceff4d290.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7c6e8f28fa0558b4.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-bc2c501506aafa82.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-46eebefa6ecc0bc6.so --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-daf84fcebc6d5eca.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e4d69e760c7ca210.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-144705db301a5870.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-af1b94fc055bd29e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c8787c923dc1c8d2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-69debb94d18142c8.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8c4ac547107558e9.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-77ef57dbdaaa7ffb.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1ec47aacdff5a9cb.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-e27f147807a8bc9f/out`
32122023-12-09T06:15:17.175Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name installinator_artifactd --edition=2021 installinator-artifactd/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=1ac1b13f56bc5d31 -C extra-filename=-1ac1b13f56bc5d31 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-084832dceff4d290.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef443fbbfa73a43.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-8fc3661830c92e6e.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-0a3fb3c08f13db7a.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-7f13a5e04fe3d70c.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-78b32943494c36d1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-af1b94fc055bd29e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c8787c923dc1c8d2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-69debb94d18142c8.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-9d8845f6ea973efe.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-34a585534cdcaa54.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7ba83478b0b28ec3.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib`
32132023-12-09T06:15:20.405Z Compiling caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util)
32142023-12-09T06:15:20.409Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name caboose_util --edition=2021 caboose-util/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=dd4c4c44da9c4fb3 -C extra-filename=-dd4c4c44da9c4fb3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-e196c97d3d4fcd97.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-69debb94d18142c8.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/usr/ssl-3/lib/amd64`
32152023-12-09T06:15:21.038Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_producer --edition=2021 oximeter/producer/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=4ad22b5b37e2af26 -C extra-filename=-4ad22b5b37e2af26 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef443fbbfa73a43.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-8fc3661830c92e6e.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-e454a4d90d4044eb.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-af1b94fc055bd29e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-69debb94d18142c8.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-4cf06a1b033601c2.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-702b87acea9cb846.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1ec47aacdff5a9cb.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib`
32162023-12-09T06:15:21.425Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_types --edition=2021 nexus/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=86536fcd1b4dc96d -C extra-filename=-86536fcd1b4dc96d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-a95cf8fe62f5e0c4.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-efdef217e0fabd4e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-db45c09695d061dd.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-c34bcec9e53a17f3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-af1b94fc055bd29e.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-1985ded145d2f706.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-69debb94d18142c8.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-7b781b30fdd26f56.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-60c31164f1211692.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-dcf245cea7453970.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-b260bcdad7d801cc.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib`
32172023-12-09T06:15:24.135Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name dpd_client --edition=2021 clients/dpd-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=ef9220eb474924e8 -C extra-filename=-ef9220eb474924e8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a198b56a5f9eb1ad.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-847fb59b18b2aee3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-69debb94d18142c8.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-42f7e9e71f8e1e8f.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8c4ac547107558e9.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-df34b867b7589e06.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-de92a584975acef9.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib`
32182023-12-09T06:15:46.556Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli)
32192023-12-09T06:15:46.713Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name dnswait --edition=2021 internal-dns-cli/src/bin/dnswait.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=08f4b55023802d00 -C extra-filename=-08f4b55023802d00 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef443fbbfa73a43.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-8fc3661830c92e6e.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-304b947e2d9b96f6.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-af1b94fc055bd29e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-69debb94d18142c8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1ec47aacdff5a9cb.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-e349c9297024bade.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib`
32202023-12-09T06:15:46.873Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_defaults --edition=2021 nexus/defaults/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=22f769f1e5fc16e0 -C extra-filename=-22f769f1e5fc16e0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-847fb59b18b2aee3.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-9c9c3756e3f392b3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-af1b94fc055bd29e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-69debb94d18142c8.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8c4ac547107558e9.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib`
32212023-12-09T06:15:46.879Z Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
32222023-12-09T06:15:46.879Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name crdb_seed --edition=2021 dev-tools/crdb-seed/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=28fc4cbb438e2f9b -C extra-filename=-28fc4cbb438e2f9b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-8fc3661830c92e6e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c8787c923dc1c8d2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-69debb94d18142c8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1ec47aacdff5a9cb.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib`
32232023-12-09T06:15:47.269Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name illumos_utils --edition=2021 illumos-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test --cfg 'feature="mockall"' --cfg 'feature="testing"' --cfg 'feature="tmp_keypath"' -C metadata=6b3cff3b29b5e648 -C extra-filename=-6b3cff3b29b5e648 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-084832dceff4d290.so --extern bhyve_api=/work/oxidecomputer/omicron/target/debug/deps/libbhyve_api-c45a2e65d1ad4516.rlib --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-1b4ad01209984ea0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7c6e8f28fa0558b4.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-bc2c501506aafa82.rlib --extern crucible_smf=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_smf-d6cdc2cc60846d48.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-847fb59b18b2aee3.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-45ce8912dc32de8c.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-1ce9557757fa651b.rlib --extern mockall=/work/oxidecomputer/omicron/target/debug/deps/libmockall-6d3a23f55653afda.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-af1b94fc055bd29e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-69debb94d18142c8.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-d5ac2a40ed96e013.rlib --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-3c2110cf7b7fc166.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-df34b867b7589e06.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-37221c7372c347f0.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1ec47aacdff5a9cb.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5e9108efc6e4e2b4.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-0a77f036dbfdf4d9.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib`
32242023-12-09T06:15:48.835Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_client --edition=2021 clients/nexus-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=2a260d3a7d20a61b -C extra-filename=-2a260d3a7d20a61b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-847fb59b18b2aee3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-af1b94fc055bd29e.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-1985ded145d2f706.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-69debb94d18142c8.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-289011c4e09667b5.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-df34b867b7589e06.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-de92a584975acef9.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib`
32252023-12-09T06:15:54.782Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name ipcc_key_value --edition=2021 ipcc-key-value/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=1d6f80f5868da926 -C extra-filename=-1d6f80f5868da926 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-ea9e8cb8d8ec83be.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-45ce8912dc32de8c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-af1b94fc055bd29e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-69debb94d18142c8.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-894db676841aa3cb.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-f6b05fbf7e100ea2.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib`
32262023-12-09T06:15:57.089Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_test_utils --edition=2021 test-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test --cfg 'feature="seed-gen"' -C metadata=4e8f67ac9087dbe2 -C extra-filename=-4e8f67ac9087dbe2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-c131f2361b5c2b2d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7c6e8f28fa0558b4.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-8fc3661830c92e6e.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-0a3fb3c08f13db7a.rlib --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-52ce6d369e8499fc.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-61e2da29bd33c601.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6f7e7e787f938be2.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a198b56a5f9eb1ad.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-45ce8912dc32de8c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-af1b94fc055bd29e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-69debb94d18142c8.rlib --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-b0f2d03dc9773fed.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-81d27db59de22af7.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-537384909654dd1b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-de92a584975acef9.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-d1e51c6b8a6ecb88.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-b4c439e5fbc8af3a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7ba83478b0b28ec3.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-fe8950a9f7b3553a.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-c421aae3f8abc685.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1ec47aacdff5a9cb.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-86d1590eb418f516.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-af3f9b2d6b50389f.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib`
32272023-12-09T06:16:07.610Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name backoff_print --edition=2021 common/examples/backoff-print.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="proptest"' --cfg 'feature="test-strategy"' --cfg 'feature="testing"' -C metadata=dc6edfb134cd0803 -C extra-filename=-dc6edfb134cd0803 --out-dir /work/oxidecomputer/omicron/target/debug/examples -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-a95cf8fe62f5e0c4.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-084832dceff4d290.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-7e110f4241c65d1d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7c6e8f28fa0558b4.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-8fc3661830c92e6e.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-0a3fb3c08f13db7a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6f7e7e787f938be2.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a198b56a5f9eb1ad.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-847fb59b18b2aee3.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-9c9c3756e3f392b3.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-45ce8912dc32de8c.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-1ce9557757fa651b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-af1b94fc055bd29e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-69debb94d18142c8.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-60c31164f1211692.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-289011c4e09667b5.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-894db676841aa3cb.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8c4ac547107558e9.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-df34b867b7589e06.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-de92a584975acef9.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-54881a1782a3e1b0.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-dfa91eaf5f5704dc.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-9bc61d3be642612c.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f915ff3d992a233b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-b260bcdad7d801cc.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-f6b05fbf7e100ea2.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1ec47aacdff5a9cb.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-86d1590eb418f516.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5e9108efc6e4e2b4.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib`
32282023-12-09T06:16:09.383Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_client --edition=2021 clients/oximeter-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=cc69f6d2bc0eef8e -C extra-filename=-cc69f6d2bc0eef8e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-af1b94fc055bd29e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-69debb94d18142c8.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-289011c4e09667b5.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-de92a584975acef9.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib`
32292023-12-09T06:16:12.871Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name key_manager --edition=2021 key-manager/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=5932187db96b93e5 -C extra-filename=-5932187db96b93e5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-084832dceff4d290.so --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-b69c4557237afc47.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-af1b94fc055bd29e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-69debb94d18142c8.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-65adaff614060fb5.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-b60aa24d05f29b5f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1ec47aacdff5a9cb.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d4ac8e2ff6ba4016.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib`
32302023-12-09T06:16:19.518Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_certificates --edition=2021 certificates/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=930b340979d325ff -C extra-filename=-930b340979d325ff --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-c33ee704d422915a.rlib --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-eb280c5795426c7f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-af1b94fc055bd29e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c8787c923dc1c8d2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-69debb94d18142c8.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-7b781b30fdd26f56.rlib --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-b97b694c637962a9.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-81d27db59de22af7.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib`
32312023-12-09T06:16:24.311Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name wicket_common --edition=2021 wicket-common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=de5fd152d6f171d2 -C extra-filename=-de5fd152d6f171d2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-c34bcec9e53a17f3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-af1b94fc055bd29e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-69debb94d18142c8.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-a2a1f484550678da.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib`
32322023-12-09T06:16:24.412Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name dns_db_dump --edition=2021 dns-server/src/bin/dns-db-dump.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=73496233884e96c7 -C extra-filename=-73496233884e96c7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef443fbbfa73a43.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-a58c8b92ed943a37.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-db45c09695d061dd.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-8fc3661830c92e6e.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a198b56a5f9eb1ad.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-69debb94d18142c8.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-bbeb7eb58c6ead42.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-bb596902a395f642.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f514002cc560d52b.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-7d1f69ec0d72f47b.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-55e2511ace2b4a1b.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-c421aae3f8abc685.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1ec47aacdff5a9cb.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5e9108efc6e4e2b4.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-e6a25a4ba1eef43e.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-d101df838460cf2e.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-e349c9297024bade.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-361bd5a5dfd8c3c7.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib`
32332023-12-09T06:16:25.953Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name apigen --edition=2021 dns-server/src/bin/apigen.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=12906308b8bf446d -C extra-filename=-12906308b8bf446d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef443fbbfa73a43.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-a58c8b92ed943a37.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-db45c09695d061dd.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-8fc3661830c92e6e.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a198b56a5f9eb1ad.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-69debb94d18142c8.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-bbeb7eb58c6ead42.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-bb596902a395f642.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f514002cc560d52b.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-7d1f69ec0d72f47b.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-55e2511ace2b4a1b.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-c421aae3f8abc685.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1ec47aacdff5a9cb.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5e9108efc6e4e2b4.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-e6a25a4ba1eef43e.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-d101df838460cf2e.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-e349c9297024bade.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-361bd5a5dfd8c3c7.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib`
32342023-12-09T06:16:27.166Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name dnsadm --edition=2021 dns-server/src/bin/dnsadm.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=cff291dc26499b0d -C extra-filename=-cff291dc26499b0d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef443fbbfa73a43.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-a58c8b92ed943a37.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-db45c09695d061dd.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-8fc3661830c92e6e.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a198b56a5f9eb1ad.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-69debb94d18142c8.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-bbeb7eb58c6ead42.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-bb596902a395f642.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f514002cc560d52b.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-7d1f69ec0d72f47b.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-55e2511ace2b4a1b.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-c421aae3f8abc685.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1ec47aacdff5a9cb.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5e9108efc6e4e2b4.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-e6a25a4ba1eef43e.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-d101df838460cf2e.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-e349c9297024bade.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-361bd5a5dfd8c3c7.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib`
32352023-12-09T06:16:28.235Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name dns_server --edition=2021 dns-server/src/bin/dns-server.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=9b460e36a03fae1d -C extra-filename=-9b460e36a03fae1d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef443fbbfa73a43.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-a58c8b92ed943a37.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-db45c09695d061dd.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-8fc3661830c92e6e.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a198b56a5f9eb1ad.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-69debb94d18142c8.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-bbeb7eb58c6ead42.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-bb596902a395f642.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f514002cc560d52b.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-7d1f69ec0d72f47b.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-55e2511ace2b4a1b.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-c421aae3f8abc685.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1ec47aacdff5a9cb.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5e9108efc6e4e2b4.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-e6a25a4ba1eef43e.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-d101df838460cf2e.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-e349c9297024bade.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-361bd5a5dfd8c3c7.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib`
32362023-12-09T06:16:30.797Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name gateway_client --edition=2021 clients/gateway-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=9902ce2a70ae06b5 -C extra-filename=-9902ce2a70ae06b5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-efdef217e0fabd4e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-35e5e75d00a35726.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-69debb94d18142c8.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-289011c4e09667b5.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8c4ac547107558e9.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-de92a584975acef9.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib`
32372023-12-09T06:16:42.315Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name dns_service_client --edition=2021 clients/dns-service-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=e242b2ba19c71f21 -C extra-filename=-e242b2ba19c71f21 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a198b56a5f9eb1ad.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-69debb94d18142c8.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-289011c4e09667b5.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-de92a584975acef9.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib`
32382023-12-09T06:16:42.430Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name oxide_client --edition=2021 clients/oxide-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=b5acaaede6de91cc -C extra-filename=-b5acaaede6de91cc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-efdef217e0fabd4e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a198b56a5f9eb1ad.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-7f13a5e04fe3d70c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-69debb94d18142c8.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-289011c4e09667b5.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8c4ac547107558e9.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-df34b867b7589e06.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-de92a584975acef9.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1ec47aacdff5a9cb.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-e349c9297024bade.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib`
32392023-12-09T06:16:42.581Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_common --edition=2021 common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test --cfg 'feature="proptest"' --cfg 'feature="test-strategy"' --cfg 'feature="testing"' -C metadata=338d358a709abe78 -C extra-filename=-338d358a709abe78 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-a95cf8fe62f5e0c4.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-084832dceff4d290.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-7e110f4241c65d1d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7c6e8f28fa0558b4.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-8fc3661830c92e6e.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-0a3fb3c08f13db7a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6f7e7e787f938be2.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a198b56a5f9eb1ad.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-847fb59b18b2aee3.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-9c9c3756e3f392b3.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-45ce8912dc32de8c.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-1ce9557757fa651b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-69debb94d18142c8.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-60c31164f1211692.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-289011c4e09667b5.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-894db676841aa3cb.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8c4ac547107558e9.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-df34b867b7589e06.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-de92a584975acef9.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-54881a1782a3e1b0.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-dfa91eaf5f5704dc.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-9bc61d3be642612c.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f915ff3d992a233b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-b260bcdad7d801cc.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-f6b05fbf7e100ea2.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1ec47aacdff5a9cb.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-86d1590eb418f516.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5e9108efc6e4e2b4.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib`
32402023-12-09T06:16:43.673Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_macro_impl --edition=2021 oximeter/oximeter-macro-impl/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=157de7ef2e423287 -C extra-filename=-157de7ef2e423287 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-69debb94d18142c8.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-085545494ccbad1b.rlib --extern proc_macro -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib`
32412023-12-09T06:16:45.557Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name authz_macros --edition=2021 nexus/authz-macros/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=9ce0b849805a8f70 -C extra-filename=-9ce0b849805a8f70 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-e8726b1e312bd2e5.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-69debb94d18142c8.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-69f3793e4993904d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-085545494ccbad1b.rlib --extern proc_macro -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib`
32422023-12-09T06:16:48.154Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name db_macros --edition=2021 nexus/db-macros/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=ba0f6ea646cf11e3 -C extra-filename=-ba0f6ea646cf11e3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-e8726b1e312bd2e5.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-69debb94d18142c8.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rlib --extern rustfmt_wrapper=/work/oxidecomputer/omicron/target/debug/deps/librustfmt_wrapper-76b99ea68de61fe7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-69f3793e4993904d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-085545494ccbad1b.rlib --extern proc_macro -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib`
32432023-12-09T06:16:48.186Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_rpaths --edition=2021 rpaths/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=4a0120c1167502e9 -C extra-filename=-4a0120c1167502e9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-69debb94d18142c8.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib`
32442023-12-09T06:19:25.422Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus --edition=2021 nexus/src/bin/nexus.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=160171b6fd7035d1 -C extra-filename=-160171b6fd7035d1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-c31966c9f8a96595.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-15c907ad5dba5157.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-084832dceff4d290.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-efdef217e0fabd4e.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-58dcb98854df22ff.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-21d3f75c791fa9a4.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef443fbbfa73a43.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-821682e4ed2a43d1.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-92fd446f1198f3c2.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-20acfb4f58a28845.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-131baaa97c231bbc.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-a58c8b92ed943a37.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-db45c09695d061dd.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-fb7d2275df9b8c96.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-8fc3661830c92e6e.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-0a3fb3c08f13db7a.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-1b0f8a63927350db.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-c34bcec9e53a17f3.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-35e5e75d00a35726.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-0d15c75bf67c6842.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-61e2da29bd33c601.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6f7e7e787f938be2.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a198b56a5f9eb1ad.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-95af1fc070895b1d.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-e196c97d3d4fcd97.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-7f13a5e04fe3d70c.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-c0114adbbe04edb4.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-304b947e2d9b96f6.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-847fb59b18b2aee3.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-938138eb45012d55.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-9c9c3756e3f392b3.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-1ce9557757fa651b.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-8eb0d9a57645bdd6.rlib --extern mime_guess=/work/oxidecomputer/omicron/target/debug/deps/libmime_guess-aa349d6acb1d14a1.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-9165d360b51353ea.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-fbef2b6f8077c45c.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-47dd7da60306f91a.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-da5a7a4a6212ba9d.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-f3bf6c822cf7823b.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-9155c13a3ac83131.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-063b83922d16a4df.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-dc9b67b9d47e7bce.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-78c4e619da17149f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-af1b94fc055bd29e.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-7659765cc039e112.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-1985ded145d2f706.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-6f0b2d0c2fb90918.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c8787c923dc1c8d2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-69debb94d18142c8.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-230e44e7360903b6.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-9d8845f6ea973efe.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-34a585534cdcaa54.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-7b781b30fdd26f56.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-35b08736da94c528.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-4cf06a1b033601c2.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-90759066edd0560a.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-324c3a5a4bc52700.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-de5adb521c24b418.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-eb889f19d5709504.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-60c31164f1211692.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-3b5a8e4899b9500f.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-b0f2d03dc9773fed.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-cb3b038c24d25106.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-7f4ec8f2135bf59e.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-d9e65c209facc62c.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-42f7e9e71f8e1e8f.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-4428bf55280274a9.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8c4ac547107558e9.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-81d27db59de22af7.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-650cbfdbbdfe8fde.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-537384909654dd1b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-de92a584975acef9.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-d1e51c6b8a6ecb88.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-b4c439e5fbc8af3a.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-b707e665892fa1ba.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-54881a1782a3e1b0.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-9bc61d3be642612c.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f915ff3d992a233b.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-476a7049abc798e8.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-1dad7f5b68b8d510.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f514002cc560d52b.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-702b87acea9cb846.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-55e2511ace2b4a1b.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-a816bf53d448c759.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-dcf245cea7453970.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-b260bcdad7d801cc.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7ba83478b0b28ec3.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-c421aae3f8abc685.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-c563df115e0bf367.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1ec47aacdff5a9cb.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-86d1590eb418f516.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-01183c2c9c08f8b2.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-e349c9297024bade.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rlib -D warnings -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-e27f147807a8bc9f/out -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
32452023-12-09T06:19:25.442Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name schema_updater --edition=2021 nexus/src/bin/schema-updater.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=04b1865483f3b32a -C extra-filename=-04b1865483f3b32a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-c31966c9f8a96595.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-084832dceff4d290.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-efdef217e0fabd4e.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-58dcb98854df22ff.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-21d3f75c791fa9a4.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef443fbbfa73a43.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-92fd446f1198f3c2.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-20acfb4f58a28845.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-db45c09695d061dd.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-fb7d2275df9b8c96.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-8fc3661830c92e6e.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-1b0f8a63927350db.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-c34bcec9e53a17f3.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-61e2da29bd33c601.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6f7e7e787f938be2.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a198b56a5f9eb1ad.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-7f13a5e04fe3d70c.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-304b947e2d9b96f6.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-847fb59b18b2aee3.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-9c9c3756e3f392b3.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-1ce9557757fa651b.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-8eb0d9a57645bdd6.rlib --extern mime_guess=/work/oxidecomputer/omicron/target/debug/deps/libmime_guess-aa349d6acb1d14a1.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-9165d360b51353ea.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-fbef2b6f8077c45c.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-47dd7da60306f91a.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-da5a7a4a6212ba9d.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-f3bf6c822cf7823b.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-dc9b67b9d47e7bce.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-78c4e619da17149f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-af1b94fc055bd29e.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-7659765cc039e112.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-1985ded145d2f706.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-69debb94d18142c8.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-230e44e7360903b6.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-7b781b30fdd26f56.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-4cf06a1b033601c2.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-90759066edd0560a.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-324c3a5a4bc52700.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-de5adb521c24b418.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-eb889f19d5709504.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-60c31164f1211692.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-3b5a8e4899b9500f.so --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-7f4ec8f2135bf59e.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-42f7e9e71f8e1e8f.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-4428bf55280274a9.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8c4ac547107558e9.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-650cbfdbbdfe8fde.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-de92a584975acef9.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-d1e51c6b8a6ecb88.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-b4c439e5fbc8af3a.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-b707e665892fa1ba.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-54881a1782a3e1b0.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-9bc61d3be642612c.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f915ff3d992a233b.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-1dad7f5b68b8d510.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f514002cc560d52b.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-702b87acea9cb846.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-55e2511ace2b4a1b.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-dcf245cea7453970.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-c421aae3f8abc685.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1ec47aacdff5a9cb.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-86d1590eb418f516.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-01183c2c9c08f8b2.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-e349c9297024bade.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rlib -D warnings -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-e27f147807a8bc9f/out -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
32462023-12-09T06:19:25.458Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus --edition=2021 nexus/src/bin/nexus.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=e96ec2cddfe0aa25 -C extra-filename=-e96ec2cddfe0aa25 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-c31966c9f8a96595.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-084832dceff4d290.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-efdef217e0fabd4e.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-58dcb98854df22ff.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-21d3f75c791fa9a4.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef443fbbfa73a43.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-92fd446f1198f3c2.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-20acfb4f58a28845.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-db45c09695d061dd.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-fb7d2275df9b8c96.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-8fc3661830c92e6e.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-1b0f8a63927350db.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-c34bcec9e53a17f3.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-61e2da29bd33c601.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6f7e7e787f938be2.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a198b56a5f9eb1ad.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-7f13a5e04fe3d70c.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-304b947e2d9b96f6.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-847fb59b18b2aee3.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-9c9c3756e3f392b3.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-1ce9557757fa651b.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-8eb0d9a57645bdd6.rlib --extern mime_guess=/work/oxidecomputer/omicron/target/debug/deps/libmime_guess-aa349d6acb1d14a1.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-9165d360b51353ea.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-fbef2b6f8077c45c.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-47dd7da60306f91a.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-da5a7a4a6212ba9d.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-f3bf6c822cf7823b.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-dc9b67b9d47e7bce.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-78c4e619da17149f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-af1b94fc055bd29e.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-7659765cc039e112.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-1985ded145d2f706.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-69debb94d18142c8.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-230e44e7360903b6.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-7b781b30fdd26f56.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-4cf06a1b033601c2.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-90759066edd0560a.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-324c3a5a4bc52700.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-de5adb521c24b418.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-eb889f19d5709504.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-60c31164f1211692.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-3b5a8e4899b9500f.so --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-7f4ec8f2135bf59e.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-42f7e9e71f8e1e8f.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-4428bf55280274a9.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8c4ac547107558e9.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-650cbfdbbdfe8fde.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-de92a584975acef9.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-d1e51c6b8a6ecb88.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-b4c439e5fbc8af3a.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-b707e665892fa1ba.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-54881a1782a3e1b0.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-9bc61d3be642612c.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f915ff3d992a233b.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-1dad7f5b68b8d510.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f514002cc560d52b.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-702b87acea9cb846.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-55e2511ace2b4a1b.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-dcf245cea7453970.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-c421aae3f8abc685.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1ec47aacdff5a9cb.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-86d1590eb418f516.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-01183c2c9c08f8b2.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-e349c9297024bade.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rlib -D warnings -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-e27f147807a8bc9f/out -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
32472023-12-09T06:19:27.861Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name test_all_output --edition=2021 dev-tools/omdb/tests/test_all_output.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=1e55e5e0b6877a6c -C extra-filename=-1e55e5e0b6877a6c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-15c907ad5dba5157.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef443fbbfa73a43.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-92fd446f1198f3c2.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-131baaa97c231bbc.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-8fc3661830c92e6e.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-0a3fb3c08f13db7a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-c34bcec9e53a17f3.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-35e5e75d00a35726.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-0d15c75bf67c6842.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-5ec1d71338dd5297.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-304b947e2d9b96f6.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-847fb59b18b2aee3.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-e454a4d90d4044eb.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-9165d360b51353ea.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-fbef2b6f8077c45c.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-9155c13a3ac83131.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-063b83922d16a4df.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-dc9b67b9d47e7bce.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-af1b94fc055bd29e.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-7659765cc039e112.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c8787c923dc1c8d2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-69debb94d18142c8.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-90759066edd0560a.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-7f4ec8f2135bf59e.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-537384909654dd1b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-1dad7f5b68b8d510.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-b260bcdad7d801cc.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7ba83478b0b28ec3.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-534709829fd0a93c.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-efbdc2c66f61b52d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1ec47aacdff5a9cb.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-d72b7a0cbab620b4.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rlib -D warnings -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-e27f147807a8bc9f/out -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
32482023-12-09T06:19:29.611Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_dev --edition=2021 dev-tools/omicron-dev/src/bin/omicron-dev.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=b4943c38c690b0e8 -C extra-filename=-b4943c38c690b0e8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7c6e8f28fa0558b4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef443fbbfa73a43.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-8fc3661830c92e6e.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-0a3fb3c08f13db7a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-35e5e75d00a35726.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-0d15c75bf67c6842.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-45ce8912dc32de8c.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-f3bf6c822cf7823b.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-9155c13a3ac83131.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-af1b94fc055bd29e.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-7659765cc039e112.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c8787c923dc1c8d2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-69debb94d18142c8.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-7b781b30fdd26f56.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-35b08736da94c528.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-7f4ec8f2135bf59e.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-81d27db59de22af7.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-f2eb63f7b73ee948.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-7579cb94ad245d2b.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7ba83478b0b28ec3.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1ec47aacdff5a9cb.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-86d1590eb418f516.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5e9108efc6e4e2b4.rlib -D warnings -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-e27f147807a8bc9f/out -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
32492023-12-09T06:19:35.788Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_dev --edition=2021 dev-tools/omicron-dev/src/bin/omicron-dev.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=8cd2a47ee8c58b22 -C extra-filename=-8cd2a47ee8c58b22 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef443fbbfa73a43.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-8fc3661830c92e6e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-35e5e75d00a35726.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-0d15c75bf67c6842.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-45ce8912dc32de8c.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-f3bf6c822cf7823b.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-9155c13a3ac83131.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-af1b94fc055bd29e.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-7659765cc039e112.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c8787c923dc1c8d2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-69debb94d18142c8.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-7f4ec8f2135bf59e.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-81d27db59de22af7.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-f2eb63f7b73ee948.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-7579cb94ad245d2b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1ec47aacdff5a9cb.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-86d1590eb418f516.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5e9108efc6e4e2b4.rlib -D warnings -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-e27f147807a8bc9f/out -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
32502023-12-09T06:20:00.815Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name test_all --edition=2021 nexus/tests/test_all.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=bff40f871ee80f51 -C extra-filename=-bff40f871ee80f51 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-c31966c9f8a96595.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-15c907ad5dba5157.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-084832dceff4d290.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-efdef217e0fabd4e.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-58dcb98854df22ff.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-21d3f75c791fa9a4.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef443fbbfa73a43.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-821682e4ed2a43d1.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-92fd446f1198f3c2.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-20acfb4f58a28845.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-131baaa97c231bbc.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-a58c8b92ed943a37.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-db45c09695d061dd.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-fb7d2275df9b8c96.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-8fc3661830c92e6e.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-0a3fb3c08f13db7a.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-1b0f8a63927350db.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-c34bcec9e53a17f3.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-35e5e75d00a35726.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-0d15c75bf67c6842.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-61e2da29bd33c601.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6f7e7e787f938be2.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a198b56a5f9eb1ad.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-95af1fc070895b1d.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-e196c97d3d4fcd97.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-7f13a5e04fe3d70c.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-c0114adbbe04edb4.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-304b947e2d9b96f6.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-847fb59b18b2aee3.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-938138eb45012d55.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-9c9c3756e3f392b3.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-1ce9557757fa651b.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-8eb0d9a57645bdd6.rlib --extern mime_guess=/work/oxidecomputer/omicron/target/debug/deps/libmime_guess-aa349d6acb1d14a1.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-9165d360b51353ea.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-fbef2b6f8077c45c.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-47dd7da60306f91a.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-da5a7a4a6212ba9d.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-f3bf6c822cf7823b.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-9155c13a3ac83131.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-063b83922d16a4df.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-dc9b67b9d47e7bce.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-78c4e619da17149f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-af1b94fc055bd29e.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-7659765cc039e112.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-1985ded145d2f706.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-6f0b2d0c2fb90918.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c8787c923dc1c8d2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-69debb94d18142c8.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-230e44e7360903b6.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-9d8845f6ea973efe.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-34a585534cdcaa54.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-7b781b30fdd26f56.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-35b08736da94c528.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-4cf06a1b033601c2.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-90759066edd0560a.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-324c3a5a4bc52700.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-de5adb521c24b418.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-eb889f19d5709504.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-60c31164f1211692.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-3b5a8e4899b9500f.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-b0f2d03dc9773fed.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-cb3b038c24d25106.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-7f4ec8f2135bf59e.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-d9e65c209facc62c.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-42f7e9e71f8e1e8f.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-4428bf55280274a9.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8c4ac547107558e9.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-81d27db59de22af7.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-650cbfdbbdfe8fde.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-537384909654dd1b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-de92a584975acef9.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-d1e51c6b8a6ecb88.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-b4c439e5fbc8af3a.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-b707e665892fa1ba.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-54881a1782a3e1b0.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-9bc61d3be642612c.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f915ff3d992a233b.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-476a7049abc798e8.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-1dad7f5b68b8d510.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f514002cc560d52b.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-702b87acea9cb846.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-55e2511ace2b4a1b.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-a816bf53d448c759.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-dcf245cea7453970.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-b260bcdad7d801cc.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7ba83478b0b28ec3.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-c421aae3f8abc685.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-c563df115e0bf367.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1ec47aacdff5a9cb.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-86d1590eb418f516.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-01183c2c9c08f8b2.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-e349c9297024bade.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rlib -D warnings -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-e27f147807a8bc9f/out -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
32512023-12-09T06:20:04.991Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name test_omicron_dev --edition=2021 dev-tools/omicron-dev/tests/test_omicron_dev.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=4706f9b1d748cf4c -C extra-filename=-4706f9b1d748cf4c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7c6e8f28fa0558b4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef443fbbfa73a43.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-8fc3661830c92e6e.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-0a3fb3c08f13db7a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-35e5e75d00a35726.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-0d15c75bf67c6842.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-45ce8912dc32de8c.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-f3bf6c822cf7823b.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-9155c13a3ac83131.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-af1b94fc055bd29e.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-7659765cc039e112.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c8787c923dc1c8d2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-69debb94d18142c8.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-7b781b30fdd26f56.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-35b08736da94c528.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-7f4ec8f2135bf59e.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-81d27db59de22af7.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-f2eb63f7b73ee948.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-7579cb94ad245d2b.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7ba83478b0b28ec3.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1ec47aacdff5a9cb.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-86d1590eb418f516.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5e9108efc6e4e2b4.rlib -D warnings -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-e27f147807a8bc9f/out -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
32522023-12-09T06:20:09.222Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name schema_updater --edition=2021 nexus/src/bin/schema-updater.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=a6c4f82b246401e7 -C extra-filename=-a6c4f82b246401e7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-c31966c9f8a96595.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-15c907ad5dba5157.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-084832dceff4d290.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-efdef217e0fabd4e.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-58dcb98854df22ff.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-21d3f75c791fa9a4.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef443fbbfa73a43.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-821682e4ed2a43d1.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-92fd446f1198f3c2.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-20acfb4f58a28845.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-131baaa97c231bbc.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-a58c8b92ed943a37.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-db45c09695d061dd.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-fb7d2275df9b8c96.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-8fc3661830c92e6e.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-0a3fb3c08f13db7a.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-1b0f8a63927350db.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-c34bcec9e53a17f3.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-35e5e75d00a35726.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-0d15c75bf67c6842.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-61e2da29bd33c601.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6f7e7e787f938be2.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a198b56a5f9eb1ad.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-95af1fc070895b1d.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-e196c97d3d4fcd97.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-7f13a5e04fe3d70c.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-c0114adbbe04edb4.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-304b947e2d9b96f6.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-847fb59b18b2aee3.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-938138eb45012d55.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-9c9c3756e3f392b3.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-1ce9557757fa651b.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-8eb0d9a57645bdd6.rlib --extern mime_guess=/work/oxidecomputer/omicron/target/debug/deps/libmime_guess-aa349d6acb1d14a1.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-9165d360b51353ea.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-fbef2b6f8077c45c.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-47dd7da60306f91a.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-da5a7a4a6212ba9d.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-f3bf6c822cf7823b.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-9155c13a3ac83131.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-063b83922d16a4df.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-dc9b67b9d47e7bce.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-78c4e619da17149f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-af1b94fc055bd29e.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-7659765cc039e112.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-1985ded145d2f706.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-6f0b2d0c2fb90918.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c8787c923dc1c8d2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-69debb94d18142c8.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-230e44e7360903b6.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-9d8845f6ea973efe.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-34a585534cdcaa54.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-7b781b30fdd26f56.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-35b08736da94c528.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-4cf06a1b033601c2.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-90759066edd0560a.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-324c3a5a4bc52700.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-de5adb521c24b418.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-eb889f19d5709504.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-60c31164f1211692.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-3b5a8e4899b9500f.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-b0f2d03dc9773fed.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-cb3b038c24d25106.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-7f4ec8f2135bf59e.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-d9e65c209facc62c.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-42f7e9e71f8e1e8f.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-4428bf55280274a9.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8c4ac547107558e9.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-81d27db59de22af7.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-650cbfdbbdfe8fde.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-537384909654dd1b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-de92a584975acef9.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-d1e51c6b8a6ecb88.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-b4c439e5fbc8af3a.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-b707e665892fa1ba.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-54881a1782a3e1b0.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-9bc61d3be642612c.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f915ff3d992a233b.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-476a7049abc798e8.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-1dad7f5b68b8d510.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f514002cc560d52b.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-702b87acea9cb846.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-55e2511ace2b4a1b.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-a816bf53d448c759.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-dcf245cea7453970.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-b260bcdad7d801cc.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7ba83478b0b28ec3.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-c421aae3f8abc685.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-c563df115e0bf367.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1ec47aacdff5a9cb.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-86d1590eb418f516.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-01183c2c9c08f8b2.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-e349c9297024bade.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rlib -D warnings -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-e27f147807a8bc9f/out -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
32532023-12-09T06:20:12.633Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name omdb --edition=2021 dev-tools/omdb/src/bin/omdb/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=55a2d9b875fbd8c6 -C extra-filename=-55a2d9b875fbd8c6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-15c907ad5dba5157.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef443fbbfa73a43.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-92fd446f1198f3c2.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-131baaa97c231bbc.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-8fc3661830c92e6e.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-0a3fb3c08f13db7a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-c34bcec9e53a17f3.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-35e5e75d00a35726.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-0d15c75bf67c6842.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-5ec1d71338dd5297.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-304b947e2d9b96f6.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-847fb59b18b2aee3.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-e454a4d90d4044eb.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-9165d360b51353ea.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-fbef2b6f8077c45c.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-9155c13a3ac83131.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-063b83922d16a4df.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-dc9b67b9d47e7bce.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-af1b94fc055bd29e.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-7659765cc039e112.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c8787c923dc1c8d2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-69debb94d18142c8.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-90759066edd0560a.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-7f4ec8f2135bf59e.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-537384909654dd1b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-1dad7f5b68b8d510.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-b260bcdad7d801cc.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7ba83478b0b28ec3.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-534709829fd0a93c.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-efbdc2c66f61b52d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1ec47aacdff5a9cb.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-d72b7a0cbab620b4.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rlib -D warnings -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-e27f147807a8bc9f/out -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
32542023-12-09T06:30:46.024Z Finished test [unoptimized + debuginfo] target(s) in 30m 54s
32552023-12-09T06:30:46.685Z Executable `/work/oxidecomputer/omicron/target/debug/deps/authz_macros-9ce0b849805a8f70`
32562023-12-09T06:30:46.685Z Executable `/work/oxidecomputer/omicron/target/debug/deps/bootstore-e787cbdb51a36b19`
32572023-12-09T06:30:46.685Z Executable `/work/oxidecomputer/omicron/target/debug/deps/v0_fsm_proptest_learner-a26395d8adf32326`
32582023-12-09T06:30:46.685Z Executable `/work/oxidecomputer/omicron/target/debug/deps/v0_fsm_proptest_rack_coordinator-2cabdf50dd6335d5`
32592023-12-09T06:30:46.685Z Executable `/work/oxidecomputer/omicron/target/debug/deps/bootstrap_agent_client-d9b9356fb51eb1a0`
32602023-12-09T06:30:46.685Z Executable `/work/oxidecomputer/omicron/target/debug/deps/caboose_util-dd4c4c44da9c4fb3`
32612023-12-09T06:30:46.694Z Executable `/work/oxidecomputer/omicron/target/debug/deps/crdb_seed-28fc4cbb438e2f9b`
32622023-12-09T06:30:46.694Z Executable `/work/oxidecomputer/omicron/target/debug/deps/db_macros-ba0f6ea646cf11e3`
32632023-12-09T06:30:46.694Z Executable `/work/oxidecomputer/omicron/target/debug/deps/ddm_admin_client-c09ce360acafa580`
32642023-12-09T06:30:46.695Z Executable `/work/oxidecomputer/omicron/target/debug/deps/dns_server-0f9ce84201191c1f`
32652023-12-09T06:30:46.695Z Executable `/work/oxidecomputer/omicron/target/debug/deps/apigen-f85f104b017e8a76`
32662023-12-09T06:30:46.695Z Executable `/work/oxidecomputer/omicron/target/debug/deps/dns_db_dump-3121de015070fa68`
32672023-12-09T06:30:46.695Z Executable `/work/oxidecomputer/omicron/target/debug/deps/dns_server-bad187fde18e94f7`
32682023-12-09T06:30:46.695Z Executable `/work/oxidecomputer/omicron/target/debug/deps/dnsadm-28096b81f2d1e4df`
32692023-12-09T06:30:46.695Z Executable `/work/oxidecomputer/omicron/target/debug/deps/basic_test-ff603d588623ded7`
32702023-12-09T06:30:46.695Z Executable `/work/oxidecomputer/omicron/target/debug/deps/commands_test-4ca9d16f26fce360`
32712023-12-09T06:30:46.695Z Executable `/work/oxidecomputer/omicron/target/debug/deps/openapi_test-f7ce9e371529a3b3`
32722023-12-09T06:30:46.696Z Executable `/work/oxidecomputer/omicron/target/debug/deps/dns_service_client-e242b2ba19c71f21`
32732023-12-09T06:30:46.696Z Executable `/work/oxidecomputer/omicron/target/debug/deps/dpd_client-ef9220eb474924e8`
32742023-12-09T06:30:46.696Z Executable `/work/oxidecomputer/omicron/target/debug/deps/gateway_cli-6858e5ae71aa2424`
32752023-12-09T06:30:46.696Z Executable `/work/oxidecomputer/omicron/target/debug/deps/gateway_client-9902ce2a70ae06b5`
32762023-12-09T06:30:46.696Z Executable `/work/oxidecomputer/omicron/target/debug/deps/gateway_test_utils-85a0bc1cc775e0a9`
32772023-12-09T06:30:46.696Z Executable `/work/oxidecomputer/omicron/target/debug/deps/illumos_utils-6b3cff3b29b5e648`
32782023-12-09T06:30:46.696Z Executable `/work/oxidecomputer/omicron/target/debug/deps/installinator-b55e05934be92767`
32792023-12-09T06:30:46.696Z Executable `/work/oxidecomputer/omicron/target/debug/deps/installinator-334df2068c7fb6e2`
32802023-12-09T06:30:46.696Z Executable `/work/oxidecomputer/omicron/target/debug/deps/installinator_artifact_client-01dee1c556b760ae`
32812023-12-09T06:30:46.696Z Executable `/work/oxidecomputer/omicron/target/debug/deps/installinator_artifactd-1ac1b13f56bc5d31`
32822023-12-09T06:30:46.696Z Executable `/work/oxidecomputer/omicron/target/debug/deps/installinator_artifactd-71b62fe5f767a3ff`
32832023-12-09T06:30:46.698Z Executable `/work/oxidecomputer/omicron/target/debug/deps/mod-cd0ab03c30925ac6`
32842023-12-09T06:30:46.698Z Executable `/work/oxidecomputer/omicron/target/debug/deps/installinator_common-223160867c3bcdf5`
32852023-12-09T06:30:46.698Z Executable `/work/oxidecomputer/omicron/target/debug/deps/internal_dns-ba706920bdc64229`
32862023-12-09T06:30:46.698Z Executable `/work/oxidecomputer/omicron/target/debug/deps/dnswait-08f4b55023802d00`
32872023-12-09T06:30:46.698Z Executable `/work/oxidecomputer/omicron/target/debug/deps/ipcc_key_value-1d6f80f5868da926`
32882023-12-09T06:30:46.698Z Executable `/work/oxidecomputer/omicron/target/debug/deps/key_manager-5932187db96b93e5`
32892023-12-09T06:30:46.698Z Executable `/work/oxidecomputer/omicron/target/debug/deps/mg_admin_client-02a2f2d0bbe5958a`
32902023-12-09T06:30:46.698Z Executable `/work/oxidecomputer/omicron/target/debug/deps/nexus_client-2a260d3a7d20a61b`
32912023-12-09T06:30:46.698Z Executable `/work/oxidecomputer/omicron/target/debug/deps/nexus_db_model-86dd0b157ad247c6`
32922023-12-09T06:30:46.698Z Executable `/work/oxidecomputer/omicron/target/debug/deps/nexus_db_queries-fdda90d3791f2fe8`
32932023-12-09T06:30:46.698Z Executable `/work/oxidecomputer/omicron/target/debug/deps/nexus_defaults-22f769f1e5fc16e0`
32942023-12-09T06:30:46.698Z Executable `/work/oxidecomputer/omicron/target/debug/deps/nexus_inventory-ec742ffdc8f2afab`
32952023-12-09T06:30:46.698Z Executable `/work/oxidecomputer/omicron/target/debug/deps/nexus_types-86536fcd1b4dc96d`
32962023-12-09T06:30:46.698Z Executable `/work/oxidecomputer/omicron/target/debug/deps/omicron_certificates-930b340979d325ff`
32972023-12-09T06:30:46.698Z Executable `/work/oxidecomputer/omicron/target/debug/deps/omicron_common-338d358a709abe78`
32982023-12-09T06:30:46.698Z Executable `/work/oxidecomputer/omicron/target/debug/deps/thing_flinger-07d4e1163db1191d`
32992023-12-09T06:30:46.698Z Executable `/work/oxidecomputer/omicron/target/debug/deps/omicron_dev-b4943c38c690b0e8`
33002023-12-09T06:30:46.699Z Executable `/work/oxidecomputer/omicron/target/debug/deps/test_omicron_dev-4706f9b1d748cf4c`
33012023-12-09T06:30:46.699Z Executable `/work/oxidecomputer/omicron/target/debug/deps/omicron_gateway-0c83b959330daec2`
33022023-12-09T06:30:46.699Z Executable `/work/oxidecomputer/omicron/target/debug/deps/mgs-c8e7a02e0e0b5a92`
33032023-12-09T06:30:46.699Z Executable `/work/oxidecomputer/omicron/target/debug/deps/test_all-02874c3cccc469f0`
33042023-12-09T06:30:46.699Z Executable `/work/oxidecomputer/omicron/target/debug/deps/omicron_nexus-2b77589c8d963a0d`
33052023-12-09T06:30:46.699Z Executable `/work/oxidecomputer/omicron/target/debug/deps/nexus-160171b6fd7035d1`
33062023-12-09T06:30:46.700Z Executable `/work/oxidecomputer/omicron/target/debug/deps/schema_updater-a6c4f82b246401e7`
33072023-12-09T06:30:46.700Z Executable `/work/oxidecomputer/omicron/target/debug/deps/test_all-bff40f871ee80f51`
33082023-12-09T06:30:46.700Z Executable `/work/oxidecomputer/omicron/target/debug/deps/omdb-55a2d9b875fbd8c6`
33092023-12-09T06:30:46.700Z Executable `/work/oxidecomputer/omicron/target/debug/deps/test_all_output-1e55e5e0b6877a6c`
33102023-12-09T06:30:46.700Z Executable `/work/oxidecomputer/omicron/target/debug/deps/omicron_package-50e4a6ed48b629b7`
33112023-12-09T06:30:46.700Z Executable `/work/oxidecomputer/omicron/target/debug/deps/omicron_package-f8bcb109d2b71f47`
33122023-12-09T06:30:46.700Z Executable `/work/oxidecomputer/omicron/target/debug/deps/omicron_passwords-68a8178b5ccae281`
33132023-12-09T06:30:46.700Z Executable `/work/oxidecomputer/omicron/target/debug/deps/omicron_rpaths-4a0120c1167502e9`
33142023-12-09T06:30:46.700Z Executable `/work/oxidecomputer/omicron/target/debug/deps/omicron_sled_agent-a31cd58bc9f9b9a5`
33152023-12-09T06:30:46.700Z Executable `/work/oxidecomputer/omicron/target/debug/deps/services_ledger_check_migrate-988cd5d6e9f8850e`
33162023-12-09T06:30:46.700Z Executable `/work/oxidecomputer/omicron/target/debug/deps/sled_agent-21881b2bdbf2fc4d`
33172023-12-09T06:30:46.700Z Executable `/work/oxidecomputer/omicron/target/debug/deps/sled_agent_sim-6668febb0c7e80a2`
33182023-12-09T06:30:46.700Z Executable `/work/oxidecomputer/omicron/target/debug/deps/zone_bundle-dac22ed5d6dead8e`
33192023-12-09T06:30:46.700Z Executable `/work/oxidecomputer/omicron/target/debug/deps/mod-bb387fcfc586b297`
33202023-12-09T06:30:46.700Z Executable `/work/oxidecomputer/omicron/target/debug/deps/omicron_test_utils-4e8f67ac9087dbe2`
33212023-12-09T06:30:46.700Z Executable `/work/oxidecomputer/omicron/target/debug/deps/oxide_client-b5acaaede6de91cc`
33222023-12-09T06:30:46.701Z Executable `/work/oxidecomputer/omicron/target/debug/deps/oximeter-99f44168dfa869b2`
33232023-12-09T06:30:46.701Z Executable `/work/oxidecomputer/omicron/target/debug/deps/test_compilation-e5bd50741ff0b882`
33242023-12-09T06:30:46.701Z Executable `/work/oxidecomputer/omicron/target/debug/deps/oximeter_client-cc69f6d2bc0eef8e`
33252023-12-09T06:30:46.702Z Executable `/work/oxidecomputer/omicron/target/debug/deps/oximeter_collector-af8ceb462e834146`
33262023-12-09T06:30:46.702Z Executable `/work/oxidecomputer/omicron/target/debug/deps/clickhouse_schema_updater-34e85187310f0f62`
33272023-12-09T06:30:46.702Z Executable `/work/oxidecomputer/omicron/target/debug/deps/oximeter-93c1c5576ef6f209`
33282023-12-09T06:30:46.702Z Executable `/work/oxidecomputer/omicron/target/debug/deps/test_commands-3119813be2c9ef31`
33292023-12-09T06:30:46.702Z Executable `/work/oxidecomputer/omicron/target/debug/deps/oximeter_db-f0f20173fdfb89d4`
33302023-12-09T06:30:46.702Z Executable `/work/oxidecomputer/omicron/target/debug/deps/oxdb-66effdb1ad4b59b1`
33312023-12-09T06:30:46.702Z Executable `/work/oxidecomputer/omicron/target/debug/deps/oximeter_instruments-265f89f92ac2bc17`
33322023-12-09T06:30:46.702Z Executable `/work/oxidecomputer/omicron/target/debug/deps/oximeter_macro_impl-157de7ef2e423287`
33332023-12-09T06:30:46.702Z Executable `/work/oxidecomputer/omicron/target/debug/deps/oximeter_producer-4ad22b5b37e2af26`
33342023-12-09T06:30:46.702Z Executable `/work/oxidecomputer/omicron/target/debug/deps/sled_agent_client-b23110d6d798548f`
33352023-12-09T06:30:46.702Z Executable `/work/oxidecomputer/omicron/target/debug/deps/sled_hardware-9a653949acda21f7`
33362023-12-09T06:30:46.702Z Executable `/work/oxidecomputer/omicron/target/debug/deps/sled_storage-002a70c454f77d59`
33372023-12-09T06:30:46.702Z Executable `/work/oxidecomputer/omicron/target/debug/deps/sp_sim-93a2dddf634c5c8e`
33382023-12-09T06:30:46.702Z Executable `/work/oxidecomputer/omicron/target/debug/deps/sp_sim-fcdc3d40f44f1819`
33392023-12-09T06:30:46.702Z Executable `/work/oxidecomputer/omicron/target/debug/deps/tufaceous-d524273ed27f2b74`
33402023-12-09T06:30:46.702Z Executable `/work/oxidecomputer/omicron/target/debug/deps/tufaceous-ca0437c64612c9e6`
33412023-12-09T06:30:46.702Z Executable `/work/oxidecomputer/omicron/target/debug/deps/integration_tests-5ba0b7a8e5021e58`
33422023-12-09T06:30:46.703Z Executable `/work/oxidecomputer/omicron/target/debug/deps/manifest_tests-ac44f49f62a7ae3e`
33432023-12-09T06:30:46.703Z Executable `/work/oxidecomputer/omicron/target/debug/deps/tufaceous_lib-fbb9244585a5b199`
33442023-12-09T06:30:46.703Z Executable `/work/oxidecomputer/omicron/target/debug/deps/update_engine-c8882d4006546fb4`
33452023-12-09T06:30:46.703Z Executable `/work/oxidecomputer/omicron/target/debug/deps/wicket-30c7381e3b1c5faf`
33462023-12-09T06:30:46.703Z Executable `/work/oxidecomputer/omicron/target/debug/deps/wicket-f2a56c7eb3143517`
33472023-12-09T06:30:46.703Z Executable `/work/oxidecomputer/omicron/target/debug/deps/mod-ffdd382299819d91`
33482023-12-09T06:30:46.704Z Executable `/work/oxidecomputer/omicron/target/debug/deps/wicket_common-de5fd152d6f171d2`
33492023-12-09T06:30:46.704Z Executable `/work/oxidecomputer/omicron/target/debug/deps/wicket_dbg-2b3bab938499de81`
33502023-12-09T06:30:46.704Z Executable `/work/oxidecomputer/omicron/target/debug/deps/wicket_dbg-a8e519615424f0db`
33512023-12-09T06:30:46.704Z Executable `/work/oxidecomputer/omicron/target/debug/deps/wicket_dbg_server-7df3acff70de0eb4`
33522023-12-09T06:30:46.704Z Executable `/work/oxidecomputer/omicron/target/debug/deps/wicketd-693b228cbbf0416f`
33532023-12-09T06:30:46.704Z Executable `/work/oxidecomputer/omicron/target/debug/deps/wicketd-1d8fa054c954c994`
33542023-12-09T06:30:46.704Z Executable `/work/oxidecomputer/omicron/target/debug/deps/mod-cea28b4f2035a2e0`
33552023-12-09T06:30:46.704Z Executable `/work/oxidecomputer/omicron/target/debug/deps/wicketd_client-730b032c9504a1b9`
33562023-12-09T06:30:47.004Z
33572023-12-09T06:30:47.007Zreal 30:56.521120525
33582023-12-09T06:30:47.007Zuser 2:54:33.305279906
33592023-12-09T06:30:47.007Zsys 18:56.610352234
33602023-12-09T06:30:47.007Ztrap 8.545784208
33612023-12-09T06:30:47.007Ztflt 3.020059671
33622023-12-09T06:30:47.007Zdflt 1:33.309913403
33632023-12-09T06:30:47.007Zkflt 0.019429009
33642023-12-09T06:30:47.007Zlock 5:46:24.925617947
33652023-12-09T06:30:47.009Zslp 10:57:31.929266401
33662023-12-09T06:30:47.009Zlat 5:36.938326539
33672023-12-09T06:30:47.009Zstop 4:47.945919379
33682023-12-09T06:30:49.001Z
33692023-12-09T06:30:49.001Z ##### ###### #### #####
33702023-12-09T06:30:49.001Z # # # #
33712023-12-09T06:30:49.001Z # ##### #### #
33722023-12-09T06:30:49.001Z # # # #
33732023-12-09T06:30:49.001Z # # # # #
33742023-12-09T06:30:49.002Z # ###### #### #
33752023-12-09T06:30:49.002Z
33762023-12-09T06:30:49.792Z Downloading crates ...
33772023-12-09T06:30:50.688Z Downloaded wasm-bindgen-macro-support v0.2.87
33782023-12-09T06:30:50.693Z Downloaded wasm-bindgen-shared v0.2.87
33792023-12-09T06:30:50.696Z Downloaded dirs v5.0.1
33802023-12-09T06:30:50.705Z Downloaded option-ext v0.2.0
33812023-12-09T06:30:50.708Z Downloaded fuchsia-cprng v0.1.1
33822023-12-09T06:30:50.713Z Downloaded iana-time-zone-haiku v0.1.2
33832023-12-09T06:30:50.716Z Downloaded md5 v0.7.0
33842023-12-09T06:30:50.719Z Downloaded errno-dragonfly v0.1.2
33852023-12-09T06:30:50.719Z Downloaded wasi v0.9.0+wasi-snapshot-preview1
33862023-12-09T06:30:50.728Z Downloaded system-configuration-sys v0.5.0
33872023-12-09T06:30:50.732Z Downloaded hermit-abi v0.3.2
33882023-12-09T06:30:50.735Z Downloaded cbc v0.1.2
33892023-12-09T06:30:50.738Z Downloaded pbkdf2 v0.12.2
33902023-12-09T06:30:50.742Z Downloaded dirs-sys v0.4.1
33912023-12-09T06:30:50.748Z Downloaded anstyle-wincon v2.1.0
33922023-12-09T06:30:50.751Z Downloaded redox_syscall v0.2.16
33932023-12-09T06:30:50.751Z Downloaded redox_users v0.4.3
33942023-12-09T06:30:50.753Z Downloaded rand_hc v0.2.0
33952023-12-09T06:30:50.756Z Downloaded rand_core v0.4.2
33962023-12-09T06:30:50.756Z Downloaded ed25519 v2.2.2
33972023-12-09T06:30:50.760Z Downloaded critical-section v1.1.2
33982023-12-09T06:30:50.763Z Downloaded crossterm_winapi v0.9.1
33992023-12-09T06:30:50.766Z Downloaded wasm-bindgen-futures v0.4.37
34002023-12-09T06:30:50.770Z Downloaded fs2 v0.4.3
34012023-12-09T06:30:50.773Z Downloaded atomic-polyfill v0.1.11
34022023-12-09T06:30:50.773Z Downloaded system-configuration v0.5.1
34032023-12-09T06:30:50.777Z Downloaded wasi v0.11.0+wasi-snapshot-preview1
34042023-12-09T06:30:50.780Z Downloaded getrandom v0.1.16
34052023-12-09T06:30:50.783Z Downloaded core-foundation v0.9.3
34062023-12-09T06:30:50.787Z Downloaded russh-keys v0.40.0
34072023-12-09T06:30:50.791Z Downloaded password-hash v0.4.2
34082023-12-09T06:30:50.795Z Downloaded schannel v0.1.22
34092023-12-09T06:30:50.801Z Downloaded js-sys v0.3.64
34102023-12-09T06:30:50.811Z Downloaded p256 v0.13.2
34112023-12-09T06:30:50.818Z Downloaded ed25519-dalek v2.0.0
34122023-12-09T06:30:50.824Z Downloaded bumpalo v3.13.0
34132023-12-09T06:30:50.829Z Downloaded ecdsa v0.16.9
34142023-12-09T06:30:50.833Z Downloaded wasm-streams v0.3.0
34152023-12-09T06:30:50.841Z Downloaded russh-cryptovec v0.7.0
34162023-12-09T06:30:50.844Z Downloaded encode_unicode v0.3.6
34172023-12-09T06:30:50.847Z Downloaded security-framework-sys v2.9.1
34182023-12-09T06:30:50.850Z Downloaded rand_core v0.5.1
34192023-12-09T06:30:50.853Z Downloaded aes v0.8.3
34202023-12-09T06:30:50.859Z Downloaded windows-targets v0.42.2
34212023-12-09T06:30:50.862Z Downloaded android_system_properties v0.1.5
34222023-12-09T06:30:50.862Z Downloaded rdrand v0.4.0
34232023-12-09T06:30:50.866Z Downloaded pbkdf2 v0.11.0
34242023-12-09T06:30:50.872Z Downloaded rand_chacha v0.2.2
34252023-12-09T06:30:50.872Z Downloaded rfc6979 v0.4.0
34262023-12-09T06:30:50.872Z Downloaded ipconfig v0.3.2
34272023-12-09T06:30:50.875Z Downloaded ghash v0.5.0
34282023-12-09T06:30:50.884Z Downloaded polyval v0.6.1
34292023-12-09T06:30:50.887Z Downloaded cargo_metadata v0.18.0
34302023-12-09T06:30:50.887Z Downloaded cargo-platform v0.1.3
34312023-12-09T06:30:50.888Z Downloaded android-tzdata v0.1.1
34322023-12-09T06:30:50.888Z Downloaded windows-targets v0.52.0
34332023-12-09T06:30:50.888Z Downloaded ctr v0.9.2
34342023-12-09T06:30:50.891Z Downloaded blowfish v0.9.1
34352023-12-09T06:30:50.894Z Downloaded core-foundation-sys v0.8.4
34362023-12-09T06:30:50.897Z Downloaded cargo_toml v0.17.0
34372023-12-09T06:30:50.903Z Downloaded hermit-abi v0.1.19
34382023-12-09T06:30:50.906Z Downloaded redox_syscall v0.4.1
34392023-12-09T06:30:50.909Z Downloaded windows-targets v0.48.5
34402023-12-09T06:30:50.917Z Downloaded wasm-bindgen-macro v0.2.87
34412023-12-09T06:30:50.924Z Downloaded bcrypt-pbkdf v0.10.0
34422023-12-09T06:30:50.927Z Downloaded rand_core v0.3.1
34432023-12-09T06:30:50.931Z Downloaded winapi-util v0.1.5
34442023-12-09T06:30:50.931Z Downloaded primeorder v0.13.6
34452023-12-09T06:30:50.941Z Downloaded redox_syscall v0.3.5
34462023-12-09T06:30:50.958Z Downloaded winreg v0.50.0
34472023-12-09T06:30:50.966Z Downloaded wasm-bindgen-backend v0.2.87
34482023-12-09T06:30:51.067Z Downloaded russh v0.40.0
34492023-12-09T06:30:51.086Z Downloaded security-framework v2.9.2
34502023-12-09T06:30:51.102Z Downloaded aes-gcm v0.10.3
34512023-12-09T06:30:51.205Z Downloaded widestring v1.0.2
34522023-12-09T06:30:51.210Z Downloaded rand v0.7.3
34532023-12-09T06:30:51.304Z Downloaded wasm-bindgen v0.2.87
34542023-12-09T06:30:51.341Z Downloaded windows_x86_64_gnullvm v0.42.2
34552023-12-09T06:30:51.548Z Downloaded windows_aarch64_gnullvm v0.48.5
34562023-12-09T06:30:51.561Z Downloaded windows_aarch64_gnullvm v0.52.0
34572023-12-09T06:30:51.630Z Downloaded windows_aarch64_gnullvm v0.42.2
34582023-12-09T06:30:51.787Z Downloaded windows_x86_64_gnullvm v0.48.5
34592023-12-09T06:30:51.838Z Downloaded windows_x86_64_gnullvm v0.52.0
34602023-12-09T06:30:51.922Z Downloaded fiat-crypto v0.2.1
34612023-12-09T06:30:52.113Z Downloaded web-sys v0.3.64
34622023-12-09T06:30:52.415Z Downloaded windows_x86_64_msvc v0.42.2
34632023-12-09T06:30:52.431Z Downloaded windows_aarch64_msvc v0.42.2
34642023-12-09T06:30:52.501Z Downloaded windows_i686_msvc v0.42.2
34652023-12-09T06:30:52.526Z Downloaded windows_x86_64_gnu v0.42.2
34662023-12-09T06:30:52.567Z Downloaded windows_i686_gnu v0.48.5
34672023-12-09T06:30:52.623Z Downloaded windows_x86_64_gnu v0.48.5
34682023-12-09T06:30:52.661Z Downloaded windows_i686_gnu v0.42.2
34692023-12-09T06:30:52.705Z Downloaded windows_aarch64_msvc v0.52.0
34702023-12-09T06:30:52.733Z Downloaded windows_x86_64_msvc v0.52.0
34712023-12-09T06:30:52.761Z Downloaded windows_x86_64_gnu v0.52.0
34722023-12-09T06:30:52.799Z Downloaded windows_aarch64_msvc v0.48.5
34732023-12-09T06:30:52.825Z Downloaded windows_i686_gnu v0.52.0
34742023-12-09T06:30:52.866Z Downloaded windows_i686_msvc v0.52.0
34752023-12-09T06:30:52.895Z Downloaded windows_i686_msvc v0.48.5
34762023-12-09T06:30:52.923Z Downloaded windows_x86_64_msvc v0.48.5
34772023-12-09T06:30:52.952Z Downloaded linux-raw-sys v0.3.8
34782023-12-09T06:30:53.077Z Downloaded winapi v0.3.9
34792023-12-09T06:30:53.211Z Downloaded linux-raw-sys v0.4.11
34802023-12-09T06:30:53.741Z Downloaded windows-sys v0.45.0
34812023-12-09T06:30:53.942Z Downloaded windows-sys v0.48.0
34822023-12-09T06:30:54.097Z Downloaded windows-sys v0.52.0
34832023-12-09T06:30:54.255Z Downloaded winapi-i686-pc-windows-gnu v0.4.0
34842023-12-09T06:30:54.538Z Downloaded winapi-x86_64-pc-windows-gnu v0.4.0
34852023-12-09T06:30:55.425Z Downloaded windows v0.48.0
34862023-12-09T06:30:56.480Zinfo: experimental features enabled: setup-scripts
34872023-12-09T06:30:57.808Z Finished test [unoptimized + debuginfo] target(s) in 1.30s
34882023-12-09T06:31:00.091Z Starting 975 tests across 101 binaries (3 skipped)
34892023-12-09T06:31:00.099Z SETUP [ 1/1] crdb-seed: cargo run -p crdb-seed --profile test
34902023-12-09T06:31:00.903Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
34912023-12-09T06:31:13.399Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
34922023-12-09T06:31:16.069Z Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
34932023-12-09T06:31:28.411Z Finished test [unoptimized + debuginfo] target(s) in 28.22s
34942023-12-09T06:31:28.456Z Running `target/debug/crdb-seed`
34952023-12-09T06:31:28.489ZDec 09 06:31:28.489 INFO cockroach temporary directory: /var/tmp/omicron_tmp/.tmpC7mmbf
34962023-12-09T06:31:28.489ZDec 09 06:31:28.490 INFO cockroach command line: cockroach start-single-node --insecure --http-addr=:0 --store=path=/var/tmp/omicron_tmp/crdb-base-build/.tmppqfJBL,ballast-size=0 --listen-addr [::1]:0 --listening-url-file /var/tmp/omicron_tmp/.tmpC7mmbf/listen-url
34972023-12-09T06:31:28.489ZDec 09 06:31:28.490 INFO cockroach environment: BUILDOMAT_JOB_ID=01HH6J4QE0RRT4MD7YSVPX2HZH BUILDOMAT_TASK_ID=4 CARGO=/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/cargo CARGO_HOME=/home/build/.cargo CARGO_INCREMENTAL=0 CARGO_MANIFEST_DIR=/work/oxidecomputer/omicron/dev-tools/crdb-seed CARGO_PKG_AUTHORS= CARGO_PKG_DESCRIPTION= CARGO_PKG_HOMEPAGE= CARGO_PKG_LICENSE=MPL-2.0 CARGO_PKG_LICENSE_FILE= CARGO_PKG_NAME=crdb-seed CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY= CARGO_PKG_RUST_VERSION= CARGO_PKG_VERSION=0.1.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE= CI=true GITHUB_BRANCH=renovate/openapiv3-2.x GITHUB_REF=refs/heads/renovate/openapiv3-2.x GITHUB_REPOSITORY=oxidecomputer/omicron GITHUB_SHA=6897883d0685203ebb835213cc736590df67b6c4 GOTRACEBACK=crash HOME=/home/build LANG=en_US.UTF-8 LC_ALL=en_US.UTF-8 LD_LIBRARY_PATH=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib:/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out:/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out:/work/oxidecomputer/omicron/target/debug/deps:/work/oxidecomputer/omicron/target/debug:/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/lib/rustlib/x86_64-unknown-illumos/lib:/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib:/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out:/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out:/work/oxidecomputer/omicron/target/debug/build/tofino-e27f147807a8bc9f/out:/work/oxidecomputer/omicron/target/debug/deps:/work/oxidecomputer/omicron/target/debug:/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/lib LOGNAME=build NEXTEST=1 NEXTEST_ENV=/var/tmp/omicron_tmp/nextest-envl7733V NEXTEST_LD_LIBRARY_PATH=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib:/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out:/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out:/work/oxidecomputer/omicron/target/debug/build/tofino-e27f147807a8bc9f/out:/work/oxidecomputer/omicron/target/debug/deps:/work/oxidecomputer/omicron/target/debug:/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/lib NEXTEST_RUN_ID=6a3e1ca3-2969-45ee-bfc6-470d29f5e0ae 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 PWD=/work/oxidecomputer/omicron RUSTDOCFLAGS=-D warnings RUSTFLAGS=-D warnings RUSTUP_HOME=/home/build/.rustup RUSTUP_TOOLCHAIN=1.74.0-x86_64-unknown-illumos RUST_BACKTRACE=1 RUST_RECURSION_COUNT=2 SHLVL=1 SSL_CERT_DIR=/usr/ssl/certs SSL_CERT_FILE=/etc/ssl/cacert.pem TMPDIR=/var/tmp/omicron_tmp TZ=UTC USER=build _=/usr/bin/ptime
34982023-12-09T06:31:29.882ZDec 09 06:31:29.882 INFO cockroach pid: 3896
34992023-12-09T06:31:29.882ZDec 09 06:31:29.883 INFO cockroach listen URL: postgresql://root@[::1]:48448/omicron?sslmode=disable
35002023-12-09T06:31:29.882ZDec 09 06:31:29.883 INFO cockroach: populating
35012023-12-09T06:31:32.104ZDec 09 06:31:32.105 INFO cockroach: populated
35022023-12-09T06:31:34.760ZDec 09 06:31:34.760 INFO Created CRDB seed tarball: `/var/tmp/omicron_tmp/crdb-base-build/7d96b0593b700e13d96dfffc4fd8b2832393445d26c410f88f8b1473939dd8ab.tar`
35032023-12-09T06:31:34.765Z SETUP PASS [ 1/1] crdb-seed: cargo run -p crdb-seed --profile test
35042023-12-09T06:31:34.849Z PASS [ 0.048s] authz-macros test_authz_dump
35052023-12-09T06:31:34.849Z PASS [ 0.042s] bootstore schemes::tests::hello_roundtrip
35062023-12-09T06:31:34.849Z PASS [ 0.032s] bootstore schemes::v0::share_pkg::tests::create_packages
35072023-12-09T06:31:34.853Z PASS [ 0.041s] bootstore trust_quorum::rack_secret::tests::create_and_verify
35082023-12-09T06:31:34.853Z PASS [ 0.034s] bootstore trust_quorum::rack_secret::tests::secret_splitting_fails_with_threshold_larger_than_total_shares
35092023-12-09T06:31:34.860Z PASS [ 0.033s] db-macros tests::test_derive_metadata_identity_fails_for_enums
35102023-12-09T06:31:34.867Z PASS [ 0.035s] db-macros tests::test_derive_metadata_identity_fails_with_wrong_table_name_type
35112023-12-09T06:31:34.871Z PASS [ 0.026s] db-macros tests::test_derive_metadata_identity_fails_without_table_name
35122023-12-09T06:31:34.880Z PASS [ 0.034s] db-macros tests::test_derive_metadata_identity_fails_without_embedded_identity
35132023-12-09T06:31:34.916Z PASS [ 0.028s] db-macros tests::test_derive_metadata_identity_minimal_example_compiles
35142023-12-09T06:31:34.919Z PASS [ 0.107s] bootstore schemes::v0::peer::tests::network_config
35152023-12-09T06:31:35.202Z PASS [ 0.326s] dns-server storage::test::test_update_in_progress
35162023-12-09T06:31:35.215Z PASS [ 0.334s] dns-server storage::test::test_update_interrupted
35172023-12-09T06:31:35.235Z PASS [ 0.367s] dns-server storage::test::test_update_basic
35182023-12-09T06:31:35.691Z PASS [ 0.801s] dns-server::basic_test a_crud
35192023-12-09T06:31:35.721Z PASS [ 0.826s] dns-server::basic_test aaaa_crud
35202023-12-09T06:31:35.745Z PASS [ 0.494s] dns-server::basic_test name_contains_zone
35212023-12-09T06:31:35.746Z PASS [ 0.513s] dns-server::basic_test multi_record_crud
35222023-12-09T06:31:35.746Z PASS [ 0.528s] dns-server::basic_test empty_record
35232023-12-09T06:31:35.980Z PASS [ 1.195s] bootstore schemes::v0::peer::tests::basic_3_nodes
35242023-12-09T06:31:36.049Z PASS [ 0.305s] dns-server::openapi_test test_dns_server_openapi
35252023-12-09T06:31:36.066Z PASS [ 0.086s] gateway-cli::bin/gateway-cli picocom_map::tests::reject_invalid_rules
35262023-12-09T06:31:36.081Z PASS [ 0.034s] gateway-cli::bin/gateway-cli picocom_map::tests::remapping
35272023-12-09T06:31:36.119Z PASS [ 0.053s] illumos-utils destructor::test::test_delayed_delete
35282023-12-09T06:31:36.132Z PASS [ 0.409s] dns-server::basic_test servfail
35292023-12-09T06:31:36.138Z PASS [ 0.450s] dns-server::basic_test nxdomain
35302023-12-09T06:31:36.154Z PASS [ 0.033s] illumos-utils destructor::test::test_destructor_bad_close
35312023-12-09T06:31:36.164Z PASS [ 0.032s] illumos-utils link::test::test_allocate
35322023-12-09T06:31:36.172Z PASS [ 0.033s] illumos-utils link::test::test_allocate_within_scopes
35332023-12-09T06:31:36.183Z PASS [ 0.032s] illumos-utils running_zone::tests::test_is_oxide_smf_log_file
35342023-12-09T06:31:36.190Z PASS [ 0.028s] illumos-utils running_zone::tests::test_is_oxide_smf_service
35352023-12-09T06:31:36.203Z PASS [ 0.031s] illumos-utils zone::tests::test_parse_ip_network
35362023-12-09T06:31:36.215Z PASS [ 0.032s] illumos-utils zpool::test::test_parse_bad_zpool_names
35372023-12-09T06:31:36.222Z PASS [ 0.031s] illumos-utils zpool::test::test_parse_external_zpool_name
35382023-12-09T06:31:36.231Z PASS [ 0.028s] illumos-utils zpool::test::test_parse_internal_zpool_name
35392023-12-09T06:31:36.241Z PASS [ 0.512s] dns-server::basic_test srv_crud
35402023-12-09T06:31:36.249Z PASS [ 0.033s] illumos-utils zpool::test::test_parse_zpool
35412023-12-09T06:31:36.263Z PASS [ 0.033s] illumos-utils zpool::test::test_parse_zpool_missing_column
35422023-12-09T06:31:36.263Z PASS [ 0.032s] illumos-utils zpool::test::test_parse_zpool_name_json
35432023-12-09T06:31:36.277Z PASS [ 0.037s] illumos-utils zpool::test::test_zpool_name_regex
35442023-12-09T06:31:36.488Z PASS [ 0.211s] installinator-common block_size_writer::tests::proptest_block_writer
35452023-12-09T06:31:36.520Z PASS [ 0.031s] internal-dns config::test::display_hosts
35462023-12-09T06:31:36.548Z PASS [ 0.028s] internal-dns config::test::display_srv_service
35472023-12-09T06:31:36.597Z PASS [ 0.048s] internal-dns config::test::test_builder_errors
35482023-12-09T06:31:36.656Z PASS [ 0.059s] internal-dns config::test::test_builder_output
35492023-12-09T06:31:36.988Z PASS [ 0.726s] installinator-artifactd::mod integration_tests::openapi::test_server_openapi
35502023-12-09T06:31:37.039Z PASS [ 0.958s] illumos-utils destructor::test::test_delayed_delete_with_error
35512023-12-09T06:31:37.267Z PASS [ 0.610s] internal-dns resolver::test::insert_and_lookup_multiple_records
35522023-12-09T06:31:37.414Z PASS [ 0.424s] internal-dns resolver::test::insert_and_lookup_one_record
35532023-12-09T06:31:37.421Z PASS [ 0.382s] internal-dns resolver::test::lookup_nonexistent_record_fails
35542023-12-09T06:31:38.049Z PASS [ 0.634s] internal-dns resolver::test::resolver_can_be_used_with_progenitor_client
35552023-12-09T06:31:38.054Z PASS [ 0.791s] internal-dns resolver::test::resolver_can_access_backup_dns_server
35562023-12-09T06:31:38.096Z PASS [ 0.039s] ipcc-key-value tests::deserialize_fixed_value
35572023-12-09T06:31:38.134Z PASS [ 0.710s] internal-dns resolver::test::resolver_doesnt_bail_on_missing_targets
35582023-12-09T06:31:38.156Z PASS [ 0.063s] ipcc-key-value tests::installinator_image_id_round_trip
35592023-12-09T06:31:38.200Z PASS [ 0.070s] ipcc-key-value tests::serialized_size
35602023-12-09T06:31:38.307Z PASS [ 0.052s] key-manager tests::different_disks_produce_different_keys
35612023-12-09T06:31:38.311Z PASS [ 0.032s] key-manager tests::different_ikm_produces_different_keys
35622023-12-09T06:31:38.311Z PASS [ 0.034s] key-manager tests::disk_encryption_key_epoch_0
35632023-12-09T06:31:38.311Z PASS [ 0.030s] key-manager tests::loading_key_for_old_epoch_loads_latest_epoch
35642023-12-09T06:31:38.311Z PASS [ 0.036s] nexus-db-model bytecount::test::test_bytecount_i64_conversions
35652023-12-09T06:31:38.311Z PASS [ 0.038s] nexus-db-model bytecount::test::test_pg_numeric_to_byte_count
35662023-12-09T06:31:38.330Z PASS [ 0.030s] nexus-db-model role_assignment::tests::test_role_assignment_from_database
35672023-12-09T06:31:38.389Z PASS [ 0.035s] nexus-db-model semver_version::test::test_to_from_sortable_string
35682023-12-09T06:31:38.397Z PASS [ 0.030s] nexus-db-model tests::test_ip_subnet_check_requestable_address
35692023-12-09T06:31:38.408Z PASS [ 0.129s] nexus-db-model device_auth::test::test_generate_user_code
35702023-12-09T06:31:38.421Z PASS [ 0.025s] nexus-db-model tests::test_ipv6_net_random_subnet
35712023-12-09T06:31:38.439Z PASS [ 0.031s] nexus-db-model tests::test_roles_database_strings
35722023-12-09T06:31:38.498Z PASS [ 0.054s] nexus-db-queries authn::external::cookies::test::test_parse_cookies_empty_headers
35732023-12-09T06:31:38.527Z PASS [ 0.091s] nexus-db-model tests::test_vpc_subnet_check_requestable_addr
35742023-12-09T06:31:38.549Z PASS [ 0.057s] nexus-db-queries authn::external::cookies::test::test_parse_cookies_ignore_other_headers
35752023-12-09T06:31:38.556Z PASS [ 0.043s] nexus-db-queries authn::external::cookies::test::test_parse_cookies_one_cookie
35762023-12-09T06:31:38.599Z PASS [ 0.545s] internal-dns resolver::test::update_record
35772023-12-09T06:31:38.600Z PASS [ 0.043s] nexus-db-queries authn::external::cookies::test::test_parse_cookies_two_cookie_headers
35782023-12-09T06:31:38.607Z PASS [ 0.050s] nexus-db-queries authn::external::cookies::test::test_parse_cookies_two_cookie_headers_same_name
35792023-12-09T06:31:38.631Z PASS [ 0.038s] nexus-db-queries authn::external::cookies::test::test_parse_cookies_two_cookies
35802023-12-09T06:31:38.672Z PASS [ 0.042s] nexus-db-queries authn::external::session_cookie::test::test_garbage_cookie
35812023-12-09T06:31:38.686Z PASS [ 0.086s] nexus-db-queries authn::external::session_cookie::test::test_expired_cookie_absolute
35822023-12-09T06:31:38.693Z PASS [ 0.086s] nexus-db-queries authn::external::session_cookie::test::test_expired_cookie_idle
35832023-12-09T06:31:38.715Z PASS [ 0.042s] nexus-db-queries authn::external::session_cookie::test::test_get_token
35842023-12-09T06:31:38.726Z PASS [ 0.041s] nexus-db-queries authn::external::session_cookie::test::test_get_token_no_header
35852023-12-09T06:31:38.733Z PASS [ 0.041s] nexus-db-queries authn::external::session_cookie::test::test_get_token_other_cookie_present
35862023-12-09T06:31:38.758Z PASS [ 0.043s] nexus-db-queries authn::external::session_cookie::test::test_missing_cookie
35872023-12-09T06:31:38.770Z PASS [ 0.035s] nexus-db-queries authn::external::session_cookie::test::test_session_cookie_value
35882023-12-09T06:31:38.781Z PASS [ 0.049s] nexus-db-queries authn::external::session_cookie::test::test_other_cookie
35892023-12-09T06:31:38.800Z PASS [ 0.042s] nexus-db-queries authn::external::session_cookie::test::test_session_cookie_value_error
35902023-12-09T06:31:38.820Z PASS [ 0.043s] nexus-db-queries authn::external::spoof::test::test_make_header_value
35912023-12-09T06:31:38.834Z PASS [ 0.065s] nexus-db-queries authn::external::session_cookie::test::test_valid_cookie
35922023-12-09T06:31:38.844Z PASS [ 0.042s] nexus-db-queries authn::external::spoof::test::test_make_header_value_raw
35932023-12-09T06:31:38.859Z PASS [ 0.039s] nexus-db-queries authn::external::spoof::test::test_spoof_header_bad_uuids
35942023-12-09T06:31:38.875Z PASS [ 0.042s] nexus-db-queries authn::external::spoof::test::test_spoof_header_missing
35952023-12-09T06:31:38.886Z PASS [ 0.043s] nexus-db-queries authn::external::spoof::test::test_spoof_header_valid
35962023-12-09T06:31:38.901Z PASS [ 0.042s] nexus-db-queries authn::external::spoof::test::test_spoof_reserved_values
35972023-12-09T06:31:38.922Z PASS [ 0.048s] nexus-db-queries authn::external::test::test_authn_sequence
35982023-12-09T06:31:38.929Z PASS [ 0.043s] nexus-db-queries authn::external::token::test::test_make_header_value
35992023-12-09T06:31:38.943Z PASS [ 0.044s] nexus-db-queries authn::external::token::test::test_token_header_bad_utf8
36002023-12-09T06:31:38.962Z PASS [ 0.039s] nexus-db-queries authn::external::token::test::test_token_header_missing
36012023-12-09T06:31:38.971Z PASS [ 0.042s] nexus-db-queries authn::external::token::test::test_token_header_valid
36022023-12-09T06:31:39.001Z PASS [ 0.045s] nexus-db-queries authn::test::test_internal_users
36032023-12-09T06:31:39.037Z PASS [ 0.056s] nexus-db-queries authz::oso_generic::test::test_duplicate_polar_classes
36042023-12-09T06:31:40.394Z PASS [ 4.659s] dns-server::commands_test test_dnsadm
36052023-12-09T06:31:46.832Z PASS [ 7.867s] nexus-db-queries authz::context::test::test_unregistered_resource
36062023-12-09T06:31:48.312Z PASS [ 7.911s] nexus-db-queries context::test::test_background_context
36072023-12-09T06:31:53.742Z PASS [ 17.489s] installinator mock_peers::tests::proptest_fetch_artifact
36082023-12-09T06:31:55.757Z PASS [ 16.766s] nexus-db-queries authz::policy_test::test_conferred_roles
36092023-12-09T06:31:56.863Z PASS [ 10.032s] nexus-db-queries context::test::test_child_context
36102023-12-09T06:31:58.990Z PASS [ 22.711s] installinator write::tests::proptest_write_artifact
36112023-12-09T06:31:59.001Z PASS [ 10.695s] nexus-db-queries context::test::test_test_context
36122023-12-09T06:32:01.869Z PASS [ 8.118s] nexus-db-queries db::collection_attach::test::test_attach_beyond_capacity_fails
36132023-12-09T06:32:03.673Z PASS [ 7.916s] nexus-db-queries db::collection_attach::test::test_attach_deleted_resource_fails
36142023-12-09T06:32:05.372Z PASS [ 8.506s] nexus-db-queries db::collection_attach::test::test_attach_missing_collection_fails
36152023-12-09T06:32:07.501Z PASS [ 8.496s] nexus-db-queries db::collection_attach::test::test_attach_multiple_times
36162023-12-09T06:32:07.859Z PASS [ 8.887s] nexus-db-queries db::collection_attach::test::test_attach_missing_resource_fails
36172023-12-09T06:32:10.217Z PASS [ 8.362s] nexus-db-queries db::collection_attach::test::test_attach_once
36182023-12-09T06:32:10.269Z PASS [ 0.052s] nexus-db-queries db::collection_attach::test::test_verify_query
36192023-12-09T06:32:11.745Z PASS [ 8.073s] nexus-db-queries db::collection_attach::test::test_attach_once_synchronous
36202023-12-09T06:32:13.611Z PASS [ 8.240s] nexus-db-queries db::collection_attach::test::test_attach_while_already_attached
36212023-12-09T06:32:15.809Z PASS [ 8.305s] nexus-db-queries db::collection_attach::test::test_attach_with_filters
36222023-12-09T06:32:16.453Z PASS [ 8.600s] nexus-db-queries db::collection_attach::test::test_attach_without_update_filter
36232023-12-09T06:32:18.800Z PASS [ 8.522s] nexus-db-queries db::collection_detach::test::test_detach_deleted_resource_fails
36242023-12-09T06:32:20.318Z PASS [ 8.574s] nexus-db-queries db::collection_detach::test::test_detach_missing_collection_fails
36252023-12-09T06:32:20.378Z PASS [ 0.053s] nexus-db-queries db::collection_detach::test::test_verify_query
36262023-12-09T06:32:21.523Z PASS [ 7.913s] nexus-db-queries db::collection_detach::test::test_detach_missing_resource_fails
36272023-12-09T06:32:24.538Z PASS [ 8.738s] nexus-db-queries db::collection_detach::test::test_detach_once
36282023-12-09T06:32:24.590Z PASS [ 8.137s] nexus-db-queries db::collection_detach::test::test_detach_while_already_detached
36292023-12-09T06:32:27.196Z PASS [ 8.406s] nexus-db-queries db::collection_detach::test::test_detach_without_update_filter
36302023-12-09T06:32:27.851Z PASS [ 48.825s] nexus-db-queries authz::policy_test::test_iam_roles_behavior
36312023-12-09T06:32:27.998Z PASS [ 7.616s] nexus-db-queries db::collection_detach_many::test::test_detach_deleted_resource
36322023-12-09T06:32:28.257Z PASS [ 6.737s] nexus-db-queries db::collection_detach_many::test::test_detach_filter_collection
36332023-12-09T06:32:30.365Z PASS [ 5.776s] nexus-db-queries db::collection_detach_many::test::test_detach_missing_collection_fails
36342023-12-09T06:32:30.420Z PASS [ 0.050s] nexus-db-queries db::collection_detach_many::test::test_verify_query
36352023-12-09T06:32:30.468Z PASS [ 5.931s] nexus-db-queries db::collection_detach_many::test::test_detach_many
36362023-12-09T06:32:32.955Z PASS [ 5.761s] nexus-db-queries db::collection_detach_many::test::test_detach_missing_resource_succeeds
36372023-12-09T06:32:33.005Z PASS [ 0.049s] nexus-db-queries db::collection_insert::test::test_verify_query
36382023-12-09T06:32:33.054Z PASS [ 0.049s] nexus-db-queries db::column_walker::test::test_walk_columns
36392023-12-09T06:32:33.099Z PASS [ 0.045s] nexus-db-queries db::column_walker::test::test_walk_table
36402023-12-09T06:32:33.170Z PASS [ 0.065s] nexus-db-queries db::datastore::db_metadata::test::all_sql_for_version_migration_allows_valid_up_sql_collections
36412023-12-09T06:32:33.247Z PASS [ 0.072s] nexus-db-queries db::datastore::db_metadata::test::all_sql_for_version_migration_rejects_invalid_up_sql_collections
36422023-12-09T06:32:33.342Z PASS [ 0.102s] nexus-db-queries db::datastore::db_metadata::test::all_sql_for_version_migration_rejects_invalid_up_sql_names
36432023-12-09T06:32:33.418Z PASS [ 0.079s] nexus-db-queries db::datastore::db_metadata::test::all_sql_for_version_migration_rejects_no_up_sql_files
36442023-12-09T06:32:33.900Z PASS [ 6.049s] nexus-db-queries db::collection_detach_many::test::test_detach_once
36452023-12-09T06:32:33.989Z PASS [ 6.005s] nexus-db-queries db::collection_detach_many::test::test_detach_once_synchronous
36462023-12-09T06:32:34.150Z PASS [ 5.894s] nexus-db-queries db::collection_detach_many::test::test_detach_while_already_detached
36472023-12-09T06:32:34.201Z PASS [ 0.052s] nexus-db-queries db::datastore::dns::test::test_dns_builder_basic
36482023-12-09T06:32:34.811Z SLOW [> 60.000s] bootstore::v0-fsm-proptest-learner run
36492023-12-09T06:32:34.819Z SLOW [> 60.000s] bootstore::v0-fsm-proptest-rack-coordinator run
36502023-12-09T06:32:35.675Z PASS [ 5.262s] nexus-db-queries db::collection_insert::test::test_collection_not_present
36512023-12-09T06:32:35.744Z PASS [ 5.276s] nexus-db-queries db::collection_insert::test::test_collection_present
36522023-12-09T06:32:39.180Z PASS [ 5.283s] nexus-db-queries db::datastore::db_metadata::test::ensure_schema_is_current_version
36532023-12-09T06:32:39.386Z PASS [ 5.968s] nexus-db-queries db::datastore::db_metadata::test::concurrent_nexus_instances_only_move_forward
36542023-12-09T06:32:41.910Z PASS [ 7.708s] nexus-db-queries db::datastore::dns::test::test_dns_uniqueness
36552023-12-09T06:32:42.022Z PASS [ 8.033s] nexus-db-queries db::datastore::disk::tests::test_undelete_disk_set_faulted_idempotent
36562023-12-09T06:32:43.840Z PASS [ 8.097s] nexus-db-queries db::datastore::dns::test::test_read_dns_config_basic
36572023-12-09T06:32:45.295Z PASS [ 9.619s] nexus-db-queries db::datastore::dns::test::test_dns_update
36582023-12-09T06:32:47.022Z PASS [ 7.636s] nexus-db-queries db::datastore::dns::test::test_read_dns_config_uninitialized
36592023-12-09T06:32:47.117Z PASS [ 72.305s] bootstore::v0-fsm-proptest-learner run
36602023-12-09T06:32:47.258Z PASS [ 8.069s] nexus-db-queries db::datastore::dns::test::test_read_dns_config_complex
36612023-12-09T06:32:48.891Z PASS [ 6.981s] nexus-db-queries db::datastore::inventory::test::test_find_hw_baseboard_id_missing_returns_not_found
36622023-12-09T06:32:51.471Z PASS [ 7.632s] nexus-db-queries db::datastore::ip_pool::test::test_default_ip_pools
36632023-12-09T06:32:52.039Z PASS [ 10.018s] nexus-db-queries db::datastore::inventory::test::test_inventory_insert
36642023-12-09T06:32:52.757Z PASS [ 7.464s] nexus-db-queries db::datastore::ipv4_nat_entry::test::nat_version_tracking
36652023-12-09T06:32:54.991Z PASS [ 7.967s] nexus-db-queries db::datastore::ipv4_nat_entry::test::table_allows_unique_active_multiple_deleted
36662023-12-09T06:32:55.263Z PASS [ 8.146s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_deletion_idempotency
36672023-12-09T06:32:55.501Z PASS [ 8.221s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_upsert_delete_reupsert_new_sled
36682023-12-09T06:32:56.696Z PASS [ 7.808s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_upsert_different_disks
36692023-12-09T06:32:59.315Z PASS [ 7.790s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_upsert_different_uuid_idempotent
36702023-12-09T06:32:59.857Z PASS [ 7.818s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_upsert_reupsert_new_sled
36712023-12-09T06:33:00.506Z PASS [ 7.746s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_upsert_same_uuid_idempotent
36722023-12-09T06:33:03.039Z PASS [ 88.219s] bootstore::v0-fsm-proptest-rack-coordinator run
36732023-12-09T06:33:03.095Z PASS [ 0.050s] nexus-db-queries db::datastore::region::test::test_extent_count
36742023-12-09T06:33:03.139Z PASS [ 8.144s] nexus-db-queries db::datastore::rack::test::allocate_sled_underlay_subnet_octets
36752023-12-09T06:33:03.700Z PASS [ 8.229s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_missing_service_pool_ip_throws_error
36762023-12-09T06:33:04.179Z PASS [ 8.914s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_empty
36772023-12-09T06:33:04.866Z PASS [ 8.169s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_overlapping_ips_throws_error
36782023-12-09T06:33:08.112Z PASS [ 7.609s] nexus-db-queries db::datastore::rack::test::rack_sled_subnet_allocations
36792023-12-09T06:33:08.242Z PASS [ 8.983s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_with_many_nexus_services
36802023-12-09T06:33:08.489Z PASS [ 8.634s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_with_services
36812023-12-09T06:33:10.550Z PASS [ 7.419s] nexus-db-queries db::datastore::sled::test::upsert_sled_updates_hardware
36822023-12-09T06:33:11.432Z PASS [ 8.346s] nexus-db-queries db::datastore::sled::test::sled_reservation_create_non_provisionable
36832023-12-09T06:33:11.598Z PASS [ 7.899s] nexus-db-queries db::datastore::switch_port::test::test_bgp_boundary_switches
36842023-12-09T06:33:11.713Z PASS [ 7.534s] nexus-db-queries db::datastore::test::test_component_update_conflict
36852023-12-09T06:33:12.297Z PASS [ 7.432s] nexus-db-queries db::datastore::test::test_deallocate_external_ip_by_instance_id_is_idempotent
36862023-12-09T06:33:15.633Z PASS [ 7.521s] nexus-db-queries db::datastore::test::test_deallocate_external_ip_is_idempotent
36872023-12-09T06:33:15.923Z PASS [ 7.433s] nexus-db-queries db::datastore::test::test_project_creation
36882023-12-09T06:33:15.945Z PASS [ 5.395s] nexus-db-queries db::datastore::test::test_queries_do_not_require_full_table_scan
36892023-12-09T06:33:16.320Z PASS [ 8.075s] nexus-db-queries db::datastore::test::test_external_ip_check_constraints
36902023-12-09T06:33:19.613Z PASS [ 8.181s] nexus-db-queries db::datastore::test::test_rack_initialize_is_idempotent
36912023-12-09T06:33:19.638Z PASS [ 7.932s] nexus-db-queries db::datastore::test::test_region_allocation_not_enough_zpools
36922023-12-09T06:33:21.766Z PASS [ 10.169s] nexus-db-queries db::datastore::test::test_region_allocation_is_idempotent
36932023-12-09T06:33:22.597Z PASS [ 10.300s] nexus-db-queries db::datastore::test::test_region_allocation_out_of_space_fails
36942023-12-09T06:33:24.034Z PASS [ 7.719s] nexus-db-queries db::datastore::test::test_service_upsert_and_list
36952023-12-09T06:33:25.050Z PASS [ 5.407s] nexus-db-queries db::datastore::test::test_sled_ipv6_address_allocation
36962023-12-09T06:33:26.528Z PASS [ 10.891s] nexus-db-queries db::datastore::test::test_region_allocation_strat_random
36972023-12-09T06:33:26.854Z PASS [ 10.908s] nexus-db-queries db::datastore::test::test_region_allocation_strat_random_with_distinct_sleds_fails
36982023-12-09T06:33:27.204Z PASS [ 7.593s] nexus-db-queries db::datastore::test::test_session_methods
36992023-12-09T06:33:27.633Z PASS [ 11.711s] nexus-db-queries db::datastore::test::test_region_allocation_strat_random_with_distinct_sleds
37002023-12-09T06:33:27.681Z PASS [ 0.047s] nexus-db-queries db::fixed_data::role_builtin::test::test_fixed_role_data
37012023-12-09T06:33:27.729Z PASS [ 0.048s] nexus-db-queries db::fixed_data::silo_user::test::test_silo_user_ids_are_valid
37022023-12-09T06:33:27.777Z PASS [ 0.047s] nexus-db-queries db::fixed_data::test::test_builtin_fleet_id_is_valid
37032023-12-09T06:33:27.830Z PASS [ 0.054s] nexus-db-queries db::fixed_data::user_builtin::test::test_builtin_user_ids_are_valid
37042023-12-09T06:33:29.017Z PASS [ 7.252s] nexus-db-queries db::datastore::test::test_ssh_keys
37052023-12-09T06:33:29.612Z PASS [ 7.015s] nexus-db-queries db::datastore::test::test_system_update_conflict
37062023-12-09T06:33:30.958Z PASS [ 6.925s] nexus-db-queries db::datastore::test::test_table_scan
37072023-12-09T06:33:32.135Z PASS [ 5.281s] nexus-db-queries db::explain::test::test_explain_async
37082023-12-09T06:33:32.341Z PASS [ 5.139s] nexus-db-queries db::explain::test::test_explain_full_table_scan
37092023-12-09T06:33:32.387Z PASS [ 0.046s] nexus-db-queries db::pagination::test::test_paginator
37102023-12-09T06:33:32.584Z PASS [ 7.540s] nexus-db-queries db::datastore::vpc::tests::test_project_create_vpc_raw_returns_none_on_vni_exhaustion
37112023-12-09T06:33:34.103Z PASS [ 7.580s] nexus-db-queries db::datastore::vpc::tests::test_project_create_vpc_retries
37122023-12-09T06:33:34.724Z PASS [ 5.704s] nexus-db-queries db::pagination::test::test_paginated_multicolumn_ascending
37132023-12-09T06:33:35.325Z PASS [ 7.086s] nexus-db-queries db::lookup::test::test_lookup
37142023-12-09T06:33:35.338Z PASS [ 5.576s] nexus-db-queries db::pagination::test::test_paginated_multicolumn_descending
37152023-12-09T06:33:36.495Z PASS [ 5.536s] nexus-db-queries db::pagination::test::test_paginated_single_column_ascending
37162023-12-09T06:33:37.889Z PASS [ 5.756s] nexus-db-queries db::pagination::test::test_paginated_single_column_descending
37172023-12-09T06:33:40.236Z PASS [ 7.647s] nexus-db-queries db::queries::external_ip::tests::test_ephemeral_and_snat_ips_do_not_overlap
37182023-12-09T06:33:40.298Z PASS [ 7.911s] nexus-db-queries db::queries::external_ip::tests::test_ensure_pool_exhaustion_does_not_use_other_pool
37192023-12-09T06:33:42.387Z PASS [ 7.664s] nexus-db-queries db::queries::external_ip::tests::test_explicit_external_ip_for_service_out_of_range
37202023-12-09T06:33:42.658Z PASS [ 8.557s] nexus-db-queries db::queries::external_ip::tests::test_explicit_external_ip_for_service_is_idempotent
37212023-12-09T06:33:42.992Z PASS [ 8.078s] nexus-db-queries db::queries::external_ip::tests::test_insert_external_ip_for_service_is_idempotent
37222023-12-09T06:33:43.216Z PASS [ 8.028s] nexus-db-queries db::queries::external_ip::tests::test_insert_external_ip_for_service_is_idempotent_even_when_full
37232023-12-09T06:33:43.267Z PASS [ 0.052s] nexus-db-queries db::queries::network_interface::tests::test_first_available_address
37242023-12-09T06:33:43.996Z PASS [ 7.502s] nexus-db-queries db::queries::external_ip::tests::test_insert_external_ip_is_idempotent
37252023-12-09T06:33:44.977Z PASS [ 7.089s] nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_allocation_and_exhaustion
37262023-12-09T06:33:47.753Z PASS [ 7.454s] nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_is_restricted_to_pools
37272023-12-09T06:33:48.250Z PASS [ 8.018s] nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_for_service
37282023-12-09T06:33:50.197Z PASS [ 7.539s] nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_with_ephemeral_takes_whole_port_range
37292023-12-09T06:33:50.204Z PASS [ 7.822s] nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_out_of_order_allocation_ok
37302023-12-09T06:33:51.182Z PASS [ 7.916s] nexus-db-queries db::queries::network_interface::tests::test_insert_multiple_vpc_subnets_succeeds
37312023-12-09T06:33:51.950Z PASS [ 7.949s] nexus-db-queries db::queries::network_interface::tests::test_insert_multiple_vpcs_fails
37322023-12-09T06:33:51.986Z PASS [ 8.994s] nexus-db-queries db::queries::network_interface::tests::test_detect_ip_exhaustion
37332023-12-09T06:33:52.424Z PASS [ 7.443s] nexus-db-queries db::queries::network_interface::tests::test_insert_no_instance_fails
37342023-12-09T06:33:55.406Z PASS [ 7.645s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_exact_ip
37352023-12-09T06:33:55.526Z PASS [ 7.277s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_mac
37362023-12-09T06:33:55.573Z PASS [ 0.047s] nexus-db-queries db::queries::network_interface::tests::test_last_address_offset
37372023-12-09T06:33:57.776Z PASS [ 7.570s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_same_mac_fails
37382023-12-09T06:33:58.230Z PASS [ 8.032s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_same_ip_fails
37392023-12-09T06:33:58.382Z PASS [ 0.149s] nexus-db-queries db::queries::vpc::tests::test_vni_search_iter_full_count
37402023-12-09T06:33:58.429Z PASS [ 0.050s] nexus-db-queries db::queries::vpc::tests::test_vni_search_iter_steps
37412023-12-09T06:33:58.479Z PASS [ 0.049s] nexus-db-queries db::queries::vpc::tests::test_vni_search_iter_wrapping
37422023-12-09T06:33:58.529Z PASS [ 0.051s] nexus-db-queries db::queries::vpc::tests::test_vni_shift_no_wrapping
37432023-12-09T06:33:58.576Z PASS [ 0.046s] nexus-db-queries db::queries::vpc::tests::test_vni_shift_with_wrapping
37442023-12-09T06:33:59.097Z PASS [ 7.916s] nexus-db-queries db::queries::network_interface::tests::test_insert_running_instance_fails
37452023-12-09T06:33:59.809Z PASS [ 7.821s] nexus-db-queries db::queries::network_interface::tests::test_insert_same_vpc_subnet_fails
37462023-12-09T06:33:59.813Z PASS [ 7.871s] nexus-db-queries db::queries::network_interface::tests::test_insert_same_interface_fails
37472023-12-09T06:34:00.100Z PASS [ 7.680s] nexus-db-queries db::queries::network_interface::tests::test_insert_sequential_ip_allocation
37482023-12-09T06:34:02.931Z PASS [ 7.534s] nexus-db-queries db::queries::network_interface::tests::test_insert_with_duplicate_name_fails
37492023-12-09T06:34:02.971Z PASS [ 0.040s] nexus-defaults tests::test_random_vpc_ipv6_prefix
37502023-12-09T06:34:03.037Z PASS [ 0.067s] nexus-inventory builder::test::test_basic
37512023-12-09T06:34:03.066Z PASS [ 0.029s] nexus-inventory builder::test::test_empty
37522023-12-09T06:34:03.103Z PASS [ 0.037s] nexus-inventory builder::test::test_problems
37532023-12-09T06:34:03.216Z PASS [ 5.440s] nexus-db-queries db::queries::next_item::tests::test_wrapping_next_item_query
37542023-12-09T06:34:03.224Z PASS [ 7.653s] nexus-db-queries db::queries::network_interface::tests::test_limit_number_of_interfaces_per_instance_query
37552023-12-09T06:34:03.712Z PASS [ 0.608s] nexus-inventory collector::test::test_basic
37562023-12-09T06:34:03.749Z PASS [ 0.037s] nexus-types external_api::shared::test::test_policy_parsing
37572023-12-09T06:34:03.856Z PASS [ 0.631s] nexus-inventory collector::test::test_multi_mgs_failure
37582023-12-09T06:34:03.865Z PASS [ 0.114s] omicron-certificates tests::cert_validated_if_any_possible_hostname_is_valid
37592023-12-09T06:34:03.903Z PASS [ 0.046s] omicron-certificates tests::common_name_is_ignored_if_subject_alternate_names_exist
37602023-12-09T06:34:03.925Z PASS [ 0.061s] omicron-certificates tests::test_cert_extended_key_usage
37612023-12-09T06:34:03.939Z PASS [ 5.364s] nexus-db-queries db::queries::vpc_subnet::test::test_filter_conflicting_vpc_subnet_ranges_query
37622023-12-09T06:34:04.368Z PASS [ 0.056s] omicron-certificates tests::test_common_name_is_validated
37632023-12-09T06:34:04.384Z PASS [ 0.033s] omicron-common address::test::test_dns_subnets
37642023-12-09T06:34:04.384Z PASS [ 0.029s] omicron-common address::test::test_ip_range_checks_non_decreasing
37652023-12-09T06:34:04.384Z PASS [ 0.071s] omicron-certificates tests::test_subject_alternate_names_are_validated
37662023-12-09T06:34:04.384Z PASS [ 0.030s] omicron-common address::test::test_ip_range_enum_deserialization
37672023-12-09T06:34:04.384Z PASS [ 0.025s] omicron-common address::test::test_ip_range_iter
37682023-12-09T06:34:04.384Z PASS [ 0.028s] omicron-common address::test::test_ip_range_try_from
37692023-12-09T06:34:04.384Z PASS [ 0.815s] nexus-inventory collector::test::test_multi_mgs
37702023-12-09T06:34:04.384Z PASS [ 0.035s] omicron-common address::test::test_ipv6_subnet_deserialize
37712023-12-09T06:34:04.384Z PASS [ 0.029s] omicron-common address::test::test_sled_address
37722023-12-09T06:34:04.385Z PASS [ 0.027s] omicron-common api::external::error::test::test_bail_unless
37732023-12-09T06:34:04.385Z PASS [ 0.026s] omicron-common api::external::error::test::test_context
37742023-12-09T06:34:04.385Z PASS [ 0.028s] omicron-common api::external::http_pagination::test::test_pagination_examples
37752023-12-09T06:34:04.385Z PASS [ 0.028s] omicron-common api::external::http_pagination::test::test_pagination_schemas
37762023-12-09T06:34:04.385Z PASS [ 0.027s] omicron-common api::external::http_pagination::test::test_scan_by_id
37772023-12-09T06:34:04.387Z PASS [ 0.027s] omicron-common api::external::http_pagination::test::test_scan_by_name
37782023-12-09T06:34:04.387Z PASS [ 0.025s] omicron-common api::external::http_pagination::test::test_scan_by_nameid_generic
37792023-12-09T06:34:04.387Z PASS [ 0.027s] omicron-common api::external::test::test_bytecount
37802023-12-09T06:34:04.387Z PASS [ 0.028s] omicron-common api::external::test::test_bytecount_display
37812023-12-09T06:34:04.388Z PASS [ 0.051s] omicron-common api::external::http_pagination::test::test_scan_by_nameid_id
37822023-12-09T06:34:04.388Z PASS [ 0.045s] omicron-common api::external::http_pagination::test::test_scan_by_nameid_name
37832023-12-09T06:34:04.388Z PASS [ 0.030s] omicron-common api::external::test::test_digest
37842023-12-09T06:34:04.388Z PASS [ 0.029s] omicron-common api::external::test::test_firewall_deserialization
37852023-12-09T06:34:04.388Z PASS [ 0.033s] omicron-common api::external::test::test_firewall_rule_host_filter_parse
37862023-12-09T06:34:04.389Z PASS [ 0.036s] omicron-common api::external::test::test_firewall_rule_target_parse
37872023-12-09T06:34:04.389Z PASS [ 0.028s] omicron-common api::external::test::test_ip_port_range_from_str
37882023-12-09T06:34:04.389Z PASS [ 0.028s] omicron-common api::external::test::test_ip_port_range_into_str
37892023-12-09T06:34:04.389Z PASS [ 0.026s] omicron-common api::external::test::test_ipnet_first_last_address
37902023-12-09T06:34:04.389Z PASS [ 0.026s] omicron-common api::external::test::test_ipnet_serde
37912023-12-09T06:34:04.389Z PASS [ 0.027s] omicron-common api::external::test::test_ipv4_net_operations
37922023-12-09T06:34:04.389Z PASS [ 0.027s] omicron-common api::external::test::test_ipv6_net_operations
37932023-12-09T06:34:04.390Z PASS [ 0.032s] omicron-common api::external::test::test_mac_system_iterator
37942023-12-09T06:34:04.390Z PASS [ 0.025s] omicron-common api::external::test::test_mac_to_int_conversions
37952023-12-09T06:34:04.390Z PASS [ 0.029s] omicron-common api::external::test::test_macaddr
37962023-12-09T06:34:04.391Z PASS [ 0.028s] omicron-common api::external::test::test_name_parse
37972023-12-09T06:34:04.392Z PASS [ 0.027s] omicron-common api::external::test::test_name_parse_from_param
37982023-12-09T06:34:04.392Z PASS [ 0.029s] omicron-common api::external::test::test_resource_name_parse
37992023-12-09T06:34:04.392Z PASS [ 0.030s] omicron-common api::external::test::test_role_name_parse
38002023-12-09T06:34:04.392Z PASS [ 0.032s] omicron-common api::external::test::test_route_destination_parse
38012023-12-09T06:34:04.392Z PASS [ 5.164s] nexus-db-queries db::saga_recovery::test::test_failure_during_saga_can_be_recovered
38022023-12-09T06:34:04.392Z PASS [ 0.026s] omicron-common api::external::test::test_semver_serialize
38032023-12-09T06:34:04.392Z PASS [ 0.040s] omicron-common api::external::test::test_route_target_parse
38042023-12-09T06:34:04.392Z PASS [ 0.034s] omicron-common api::external::test::test_semver_validation
38052023-12-09T06:34:04.392Z PASS [ 0.032s] omicron-common api::internal::nexus::tests::known_artifact_kind_roundtrip
38062023-12-09T06:34:04.392Z PASS [ 0.036s] omicron-common ledger::test::test_create_default_ledger
38072023-12-09T06:34:04.392Z PASS [ 0.036s] omicron-common ledger::test::test_create_ledger_reads_from_storage
38082023-12-09T06:34:04.392Z PASS [ 0.049s] omicron-common ledger::test::test_commit_handles_write_failures
38092023-12-09T06:34:04.393Z PASS [ 0.042s] omicron-common ledger::test::test_create_ledger_reads_latest_from_storage
38102023-12-09T06:34:04.393Z PASS [ 0.035s] omicron-common nexus_config::test::test_bad_authn_schemes
38112023-12-09T06:34:04.411Z PASS [ 0.027s] omicron-common nexus_config::test::test_config_empty
38122023-12-09T06:34:04.412Z PASS [ 0.034s] omicron-common nexus_config::test::test_config_bad_toml
38132023-12-09T06:34:04.412Z PASS [ 0.036s] omicron-common nexus_config::test::test_config_nonexistent
38142023-12-09T06:34:04.412Z PASS [ 0.037s] omicron-common nexus_config::test::test_deployment_config_schema
38152023-12-09T06:34:04.412Z PASS [ 0.037s] omicron-common nexus_config::test::test_invalid_ipv4_prefix_tunable
38162023-12-09T06:34:04.412Z PASS [ 0.028s] omicron-common postgres_config::test::test_bad_url
38172023-12-09T06:34:04.428Z PASS [ 0.050s] omicron-common nexus_config::test::test_repo_configs_are_valid
38182023-12-09T06:34:04.428Z PASS [ 0.043s] omicron-common nexus_config::test::test_valid
38192023-12-09T06:34:04.429Z PASS [ 0.034s] omicron-common update::tests::serde_artifact_kind
38202023-12-09T06:34:04.429Z PASS [ 0.041s] omicron-common postgres_config::test::test_example_url
38212023-12-09T06:34:04.869Z PASS [ 0.164s] omicron-dev::test_omicron_dev test_omicron_dev_bad_cmd
38222023-12-09T06:34:04.870Z PASS [ 0.169s] omicron-dev::test_omicron_dev test_omicron_dev_db_populate_no_args
38232023-12-09T06:34:04.870Z PASS [ 0.236s] omicron-dev::test_omicron_dev test_cert_create
38242023-12-09T06:34:04.870Z PASS [ 0.108s] omicron-dev::test_omicron_dev test_omicron_dev_db_wipe_no_args
38252023-12-09T06:34:04.870Z PASS [ 0.106s] omicron-dev::test_omicron_dev test_omicron_dev_no_args
38262023-12-09T06:34:04.870Z PASS [ 0.070s] omicron-gateway management_switch::location_map::tests::test_config_validation
38272023-12-09T06:34:04.870Z PASS [ 0.061s] omicron-gateway management_switch::location_map::tests::test_resolve_location
38282023-12-09T06:34:05.075Z PASS [ 0.325s] omicron-gateway::test_all integration_tests::commands::test_mgs_openapi_sled
38292023-12-09T06:34:05.082Z PASS [ 5.277s] nexus-db-queries db::saga_recovery::test::test_successful_saga_does_not_replay_during_recovery
38302023-12-09T06:34:05.105Z PASS [ 0.349s] omicron-gateway::test_all integration_tests::component_list::component_list
38312023-12-09T06:34:05.369Z PASS [ 0.284s] omicron-gateway::test_all integration_tests::serial_console::serial_console_communication
38322023-12-09T06:34:05.439Z PASS [ 0.331s] omicron-gateway::test_all integration_tests::serial_console::serial_console_detach
38332023-12-09T06:34:05.596Z PASS [ 0.518s] omicron-gateway::test_all integration_tests::location_discovery::discovery_both_locations
38342023-12-09T06:34:07.245Z PASS [ 7.145s] nexus-db-queries transaction_retry::test::test_transaction_rollback_produces_no_samples
38352023-12-09T06:34:07.287Z PASS [ 7.471s] nexus-db-queries transaction_retry::test::test_transaction_retry_produces_samples
38362023-12-09T06:34:19.802Z PASS [ 15.178s] omicron-dev::test_omicron_dev test_db_killed
38372023-12-09T06:34:26.848Z PASS [ 22.447s] omicron-dev::test_omicron_dev test_db_run
38382023-12-09T06:34:30.695Z PASS [ 26.072s] omicron-dev::test_omicron_dev test_run_all
38392023-12-09T06:34:32.093Z PASS [ 26.653s] omicron-nexus app::background::common::test::test_driver_basic
38402023-12-09T06:34:32.867Z PASS [ 25.582s] omicron-nexus app::background::dns_servers::test::test_basic
38412023-12-09T06:34:33.008Z PASS [ 0.137s] omicron-nexus app::external_endpoints::test::test_external_endpoints_basic
38422023-12-09T06:34:33.266Z PASS [ 27.655s] omicron-nexus app::background::dns_config::test::test_basic
38432023-12-09T06:34:33.363Z PASS [ 0.113s] omicron-nexus app::external_endpoints::test::test_external_endpoints_empty
38442023-12-09T06:34:33.420Z PASS [ 0.060s] omicron-nexus app::external_endpoints::test::test_no_endpoint
38452023-12-09T06:34:33.485Z PASS [ 0.066s] omicron-nexus app::instance::tests::test_serial_console_stream_proxying
38462023-12-09T06:34:33.603Z PASS [ 1.515s] omicron-nexus app::external_endpoints::test::test_authority
38472023-12-09T06:34:33.829Z PASS [ 26.586s] omicron-nexus app::background::dns_propagation::test::test_basic
38482023-12-09T06:34:33.969Z PASS [ 28.603s] omicron-nexus app::background::common::test::test_activation_in_progress
38492023-12-09T06:34:44.155Z PASS [ 24.572s] omicron-nexus app::background::external_endpoints::test::test_basic
38502023-12-09T06:34:44.807Z PASS [ 11.737s] omicron-nexus app::external_endpoints::test::test_external_endpoints_complex
38512023-12-09T06:34:51.981Z PASS [ 25.136s] omicron-nexus app::background::init::test::test_dns_propagation_basic
38522023-12-09T06:35:01.956Z PASS [ 27.987s] omicron-nexus app::sagas::disk_create::test::test_saga_basic_usage_succeeds
38532023-12-09T06:35:03.222Z PASS [ 32.529s] omicron-nexus app::background::inventory_collection::test::test_basic
38542023-12-09T06:35:04.445Z PASS [ 30.620s] omicron-nexus app::sagas::disk_create::test::test_actions_succeed_idempotently
38552023-12-09T06:35:09.686Z PASS [ 36.199s] omicron-nexus app::sagas::disk_create::test::test_action_failure_can_unwind
38562023-12-09T06:35:11.429Z PASS [ 37.828s] omicron-nexus app::sagas::disk_create::test::test_action_failure_can_unwind_idempotently
38572023-12-09T06:35:13.599Z PASS [ 29.457s] omicron-nexus app::sagas::disk_delete::test::test_actions_succeed_idempotently
38582023-12-09T06:35:14.434Z PASS [ 29.696s] omicron-nexus app::sagas::disk_delete::test::test_saga_basic_usage_succeeds
38592023-12-09T06:35:37.745Z PASS [ 33.302s] omicron-nexus app::sagas::instance_create::test::test_saga_basic_usage_succeeds
38602023-12-09T06:35:41.174Z PASS [ 37.954s] omicron-nexus app::sagas::instance_create::test::test_actions_succeed_idempotently
38612023-12-09T06:35:45.411Z PASS [ 35.730s] omicron-nexus app::sagas::instance_delete::test::test_actions_succeed_idempotently
38622023-12-09T06:35:46.675Z PASS [ 35.248s] omicron-nexus app::sagas::instance_delete::test::test_saga_basic_usage_succeeds
38632023-12-09T06:35:51.111Z PASS [ 36.680s] omicron-nexus app::sagas::instance_migrate::tests::test_saga_basic_usage_succeeds
38642023-12-09T06:35:51.978Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
38652023-12-09T06:36:01.951Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
38662023-12-09T06:36:13.595Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_migrate::tests::test_action_failure_can_unwind
38672023-12-09T06:36:16.442Z PASS [ 35.272s] omicron-nexus app::sagas::instance_start::test::test_actions_succeed_idempotently
38682023-12-09T06:36:16.810Z PASS [ 25.691s] omicron-nexus app::sagas::project_create::test::test_saga_basic_usage_succeeds
38692023-12-09T06:36:20.326Z PASS [ 34.919s] omicron-nexus app::sagas::instance_start::test::test_saga_basic_usage_succeeds
38702023-12-09T06:36:20.415Z PASS [ 0.088s] omicron-nexus app::sagas::snapshot_create::test::test_create_snapshot_from_disk_modify_request
38712023-12-09T06:36:20.731Z PASS [ 42.988s] omicron-nexus app::sagas::instance_start::test::test_action_failure_can_unwind
38722023-12-09T06:36:22.774Z PASS [ 36.101s] omicron-nexus app::sagas::project_create::test::test_action_failure_can_unwind
38732023-12-09T06:36:32.290Z PASS [ 78.698s] omicron-nexus app::sagas::instance_migrate::tests::test_action_failure_can_unwind
38742023-12-09T06:36:51.978Z SLOW [>120.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
38752023-12-09T06:36:52.364Z PASS [ 31.952s] omicron-nexus app::sagas::snapshot_create::test::test_saga_basic_usage_succeeds
38762023-12-09T06:36:54.721Z PASS [ 22.432s] omicron-nexus app::sagas::test_saga::test_saga_stuck
38772023-12-09T06:36:55.149Z PASS [ 34.418s] omicron-nexus app::sagas::snapshot_create::test::test_saga_use_the_pantry_wrongly_set
38782023-12-09T06:37:01.953Z SLOW [>120.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
38792023-12-09T06:37:06.847Z PASS [ 43.732s] omicron-nexus app::sagas::snapshot_create::test::test_saga_use_the_pantry_wrongly_unset
38802023-12-09T06:37:16.439Z SLOW [> 60.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
38812023-12-09T06:37:16.801Z SLOW [> 60.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_pantry
38822023-12-09T06:37:17.700Z PASS [ 22.556s] omicron-nexus app::update::tests::test_populate_mock_system_updates
38832023-12-09T06:37:20.851Z PASS [ 26.133s] omicron-nexus app::sagas::vpc_create::test::test_saga_basic_usage_succeeds
38842023-12-09T06:37:25.563Z PASS [ 33.200s] omicron-nexus app::sagas::vpc_create::test::test_action_failure_can_unwind
38852023-12-09T06:37:31.884Z PASS [ 25.383s] omicron-nexus app::update::tests::test_semver_max
38862023-12-09T06:37:42.690Z PASS [ 8.292s] omicron-nexus cidata::tests::build_vfat_works_with_arbitrarily_sized_input
38872023-12-09T06:37:42.690Z PASS [ 0.067s] omicron-nexus external_api::console_api::test::test_find_file_404_on_directory
38882023-12-09T06:37:42.690Z PASS [ 0.057s] omicron-nexus external_api::console_api::test::test_find_file_404_on_nonexistent
38892023-12-09T06:37:42.690Z PASS [ 0.059s] omicron-nexus external_api::console_api::test::test_find_file_404_on_nonexistent_nested
38902023-12-09T06:37:42.691Z PASS [ 0.063s] omicron-nexus external_api::console_api::test::test_find_file_404_on_symlink
38912023-12-09T06:37:42.691Z PASS [ 0.058s] omicron-nexus external_api::console_api::test::test_find_file_finds_file
38922023-12-09T06:37:42.691Z PASS [ 0.060s] omicron-nexus external_api::console_api::test::test_find_file_wont_follow_symlink
38932023-12-09T06:37:42.691Z PASS [ 0.056s] omicron-nexus external_api::console_api::test::test_relative_uri
38942023-12-09T06:37:42.691Z PASS [ 0.139s] omicron-nexus external_api::http_entrypoints::test::test_nexus_tag_policy
38952023-12-09T06:37:42.691Z PASS [ 23.985s] omicron-nexus app::update::tests::test_system_updates
38962023-12-09T06:37:44.853Z PASS [ 24.004s] omicron-nexus app::update::tests::test_update_deployments
38972023-12-09T06:37:48.352Z PASS [ 22.790s] omicron-nexus app::update::tests::test_updateable_components
38982023-12-09T06:37:51.971Z SLOW [>180.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
38992023-12-09T06:37:59.190Z PASS [ 10.840s] omicron-nexus::test_all integration_tests::authn_http::test_authn_session_cookie
39002023-12-09T06:38:02.352Z SLOW [>180.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
39012023-12-09T06:38:02.797Z PASS [ 21.113s] omicron-nexus::test_all integration_tests::address_lots::test_address_lot_basic_crud
39022023-12-09T06:38:02.909Z PASS [ 0.113s] omicron-nexus::test_all integration_tests::authn_http::test_authn_spoof_unconfigured
39032023-12-09T06:38:04.994Z PASS [ 20.141s] omicron-nexus::test_all integration_tests::address_lots::test_address_lot_invalid_range
39042023-12-09T06:38:09.918Z PASS [ 10.729s] omicron-nexus::test_all integration_tests::authn_http::test_authn_spoof_allowed
39052023-12-09T06:38:16.440Z SLOW [>120.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
39062023-12-09T06:38:16.822Z SLOW [>120.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_pantry
39072023-12-09T06:38:25.446Z PASS [ 128.655s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_pantry
39082023-12-09T06:38:26.642Z PASS [ 23.736s] omicron-nexus::test_all integration_tests::authz::test_cannot_read_others_ssh_keys
39092023-12-09T06:38:27.248Z PASS [ 22.255s] omicron-nexus::test_all integration_tests::authz::test_list_silo_idps_for_unpriv
39102023-12-09T06:38:34.344Z PASS [ 24.427s] omicron-nexus::test_all integration_tests::authz::test_list_silo_users_for_unpriv
39112023-12-09T06:38:40.730Z SLOW [> 60.000s] omicron-nexus populate::test::test_populators
39122023-12-09T06:38:49.625Z PASS [ 24.181s] omicron-nexus::test_all integration_tests::authz::test_session_me_for_unpriv
39132023-12-09T06:38:50.086Z PASS [ 22.841s] omicron-nexus::test_all integration_tests::basic::test_basic_failures
39142023-12-09T06:38:51.025Z PASS [ 24.384s] omicron-nexus::test_all integration_tests::authz::test_silo_read_for_unpriv
39152023-12-09T06:38:51.967Z SLOW [>240.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
39162023-12-09T06:38:53.849Z PASS [ 73.121s] omicron-nexus populate::test::test_populators
39172023-12-09T06:38:56.843Z PASS [ 22.499s] omicron-nexus::test_all integration_tests::basic::test_ping
39182023-12-09T06:39:01.943Z SLOW [>240.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
39192023-12-09T06:39:14.995Z PASS [ 23.965s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_bad_cert
39202023-12-09T06:39:16.432Z SLOW [>180.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
39212023-12-09T06:39:17.845Z PASS [ 23.998s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_bad_key
39222023-12-09T06:39:20.618Z PASS [ 23.775s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_expired_cert
39232023-12-09T06:39:22.773Z PASS [ 33.149s] omicron-nexus::test_all integration_tests::basic::test_projects_basic
39242023-12-09T06:39:29.248Z PASS [ 39.164s] omicron-nexus::test_all integration_tests::basic::test_projects_list
39252023-12-09T06:39:39.201Z PASS [ 24.207s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_incorrect_subject_alt_name
39262023-12-09T06:39:42.104Z PASS [ 24.260s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_mismatched_key
39272023-12-09T06:39:45.843Z PASS [ 6.645s] omicron-nexus::test_all integration_tests::commands::test_nexus_bad_config
39282023-12-09T06:39:45.975Z PASS [ 0.136s] omicron-nexus::test_all integration_tests::commands::test_nexus_no_args
39292023-12-09T06:39:45.991Z PASS [ 23.222s] omicron-nexus::test_all integration_tests::certificates::test_not_found_before_creation
39302023-12-09T06:39:46.410Z PASS [ 25.797s] omicron-nexus::test_all integration_tests::certificates::test_crud
39312023-12-09T06:39:46.466Z PASS [ 0.475s] omicron-nexus::test_all integration_tests::commands::test_nexus_openapi_internal
39322023-12-09T06:39:46.992Z PASS [ 0.940s] omicron-nexus::test_all integration_tests::commands::test_nexus_openapi
39332023-12-09T06:39:48.207Z PASS [ 6.104s] omicron-nexus::test_all integration_tests::commands::test_nexus_invalid_config
39342023-12-09T06:39:51.976Z SLOW [>300.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
39352023-12-09T06:40:01.939Z SLOW [>300.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
39362023-12-09T06:40:02.390Z PASS [ 33.141s] omicron-nexus::test_all integration_tests::certificates::test_silo_certificates
39372023-12-09T06:40:10.096Z PASS [ 23.688s] omicron-nexus::test_all integration_tests::console_api::test_absolute_static_dir
39382023-12-09T06:40:10.279Z PASS [ 23.365s] omicron-nexus::test_all integration_tests::console_api::test_bad_redirect_uri
39392023-12-09T06:40:11.414Z PASS [ 24.948s] omicron-nexus::test_all integration_tests::console_api::test_assets
39402023-12-09T06:40:16.517Z SLOW [>240.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
39412023-12-09T06:40:17.773Z PASS [ 29.568s] omicron-nexus::test_all integration_tests::console_api::test_console_pages
39422023-12-09T06:40:38.293Z PASS [ 30.337s] omicron-nexus::test_all integration_tests::console_api::test_login_redirect_multiple_silos
39432023-12-09T06:40:38.362Z PASS [ 23.745s] omicron-nexus::test_all integration_tests::console_api::test_login_redirect_simple
39442023-12-09T06:40:38.362Z PASS [ 23.765s] omicron-nexus::test_all integration_tests::console_api::test_session_me
39452023-12-09T06:40:38.403Z PASS [ 23.761s] omicron-nexus::test_all integration_tests::console_api::test_session_me_groups
39462023-12-09T06:40:46.754Z PASS [ 28.983s] omicron-nexus::test_all integration_tests::console_api::test_sessions
39472023-12-09T06:40:51.961Z SLOW [>360.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
39482023-12-09T06:40:56.750Z PASS [ 24.030s] omicron-nexus::test_all integration_tests::console_api::test_unauthed_console_pages
39492023-12-09T06:40:58.168Z PASS [ 24.328s] omicron-nexus::test_all integration_tests::device_auth::test_device_auth_flow
39502023-12-09T06:41:01.936Z SLOW [>360.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
39512023-12-09T06:41:03.403Z PASS [ 29.364s] omicron-nexus::test_all integration_tests::disks::test_disk_backed_by_multiple_region_sets
39522023-12-09T06:41:16.194Z PASS [ 29.441s] omicron-nexus::test_all integration_tests::disks::test_disk_create_disk_that_already_exists_fails
39532023-12-09T06:41:16.426Z SLOW [>300.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
39542023-12-09T06:41:19.183Z PASS [ 44.014s] omicron-nexus::test_all integration_tests::disks::test_disk_create_attach_detach_delete
39552023-12-09T06:41:26.010Z PASS [ 29.253s] omicron-nexus::test_all integration_tests::disks::test_disk_create_for_importing
39562023-12-09T06:41:27.971Z PASS [ 29.806s] omicron-nexus::test_all integration_tests::disks::test_disk_creation_region_requested_then_started
39572023-12-09T06:41:31.079Z PASS [ 27.677s] omicron-nexus::test_all integration_tests::disks::test_disk_invalid_block_size_rejected
39582023-12-09T06:41:51.957Z SLOW [>420.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
39592023-12-09T06:41:55.380Z PASS [ 27.407s] omicron-nexus::test_all integration_tests::disks::test_disk_not_found_before_creation
39602023-12-09T06:41:59.206Z PASS [ 43.015s] omicron-nexus::test_all integration_tests::disks::test_disk_metrics
39612023-12-09T06:42:00.605Z PASS [ 29.524s] omicron-nexus::test_all integration_tests::disks::test_disk_region_creation_failure
39622023-12-09T06:42:01.934Z SLOW [>420.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
39632023-12-09T06:42:12.469Z PASS [ 53.289s] omicron-nexus::test_all integration_tests::disks::test_disk_metrics_paginated
39642023-12-09T06:42:16.423Z SLOW [>360.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
39652023-12-09T06:42:21.502Z PASS [ 55.499s] omicron-nexus::test_all integration_tests::disks::test_disk_move_between_instances
39662023-12-09T06:42:24.833Z PASS [ 27.235s] omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_greater_than_max_disk_size_bytes
39672023-12-09T06:42:25.788Z PASS [ 26.584s] omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_less_than_min_disk_size_bytes
39682023-12-09T06:42:28.132Z PASS [ 27.533s] omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_not_divisible_by_block_size
39692023-12-09T06:42:29.922Z PASS [ 373.506s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
39702023-12-09T06:42:38.906Z PASS [ 26.438s] omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_not_divisible_by_min_disk_size
39712023-12-09T06:42:51.954Z SLOW [>480.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
39722023-12-09T06:42:52.485Z PASS [ 26.699s] omicron-nexus::test_all integration_tests::disks::test_disk_too_big
39732023-12-09T06:42:53.540Z PASS [ 32.046s] omicron-nexus::test_all integration_tests::disks::test_disk_size_accounting
39742023-12-09T06:43:00.679Z PASS [ 30.759s] omicron-nexus::test_all integration_tests::disks::test_disk_virtual_provisioning_collection_failed_delete
39752023-12-09T06:43:00.915Z PASS [ 32.786s] omicron-nexus::test_all integration_tests::disks::test_disk_virtual_provisioning_collection
39762023-12-09T06:43:01.930Z SLOW [>480.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
39772023-12-09T06:43:08.390Z PASS [ 45.783s] omicron-nexus::test_all integration_tests::disks::test_disk_slot_assignment
39782023-12-09T06:43:08.663Z PASS [ 29.759s] omicron-nexus::test_all integration_tests::disks::test_multiple_disks_multiple_zpools
39792023-12-09T06:43:19.478Z PASS [ 25.935s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_access
39802023-12-09T06:43:21.223Z PASS [ 28.737s] omicron-nexus::test_all integration_tests::disks::test_project_delete_disk_no_auth_idempotent
39812023-12-09T06:43:24.942Z PASS [ 3.723s] omicron-nexus::test_all integration_tests::host_phase1_updater::test_host_phase1_updater_delivers_progress
39822023-12-09T06:43:25.831Z PASS [ 0.888s] omicron-nexus::test_all integration_tests::host_phase1_updater::test_host_phase1_updater_remembers_successful_mgs_instance
39832023-12-09T06:43:26.401Z PASS [ 25.487s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create
39842023-12-09T06:43:26.509Z PASS [ 0.675s] omicron-nexus::test_all integration_tests::host_phase1_updater::test_host_phase1_updater_switches_mgs_instances_on_failure
39852023-12-09T06:43:27.165Z PASS [ 0.764s] omicron-nexus::test_all integration_tests::host_phase1_updater::test_host_phase1_updater_updates_sled
39862023-12-09T06:43:33.331Z PASS [ 24.945s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_ip_in_use
39872023-12-09T06:43:34.480Z PASS [ 25.819s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_name_in_use
39882023-12-09T06:43:36.895Z PASS [ 36.218s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_attachment
39892023-12-09T06:43:44.252Z PASS [ 24.776s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_delete
39902023-12-09T06:43:51.951Z SLOW [>540.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
39912023-12-09T06:43:53.523Z PASS [ 27.019s] omicron-nexus::test_all integration_tests::images::test_image_create
39922023-12-09T06:43:55.520Z PASS [ 28.353s] omicron-nexus::test_all integration_tests::images::test_image_deletion_permissions
39932023-12-09T06:44:01.960Z SLOW [>540.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
39942023-12-09T06:44:02.515Z PASS [ 28.037s] omicron-nexus::test_all integration_tests::images::test_image_promotion
39952023-12-09T06:44:05.726Z PASS [ 27.847s] omicron-nexus::test_all integration_tests::images::test_make_disk_from_image
39962023-12-09T06:44:06.764Z PASS [ 33.428s] omicron-nexus::test_all integration_tests::images::test_image_from_other_project_snapshot_fails
39972023-12-09T06:44:10.275Z PASS [ 26.030s] omicron-nexus::test_all integration_tests::images::test_make_disk_from_image_too_small
39982023-12-09T06:44:12.021Z PASS [ 9.505s] omicron-nexus::test_all integration_tests::initialization::test_nexus_boots_before_cockroach
39992023-12-09T06:44:14.725Z PASS [ 9.952s] omicron-nexus::test_all integration_tests::initialization::test_nexus_boots_before_dendrite
40002023-12-09T06:44:17.486Z PASS [ 10.720s] omicron-nexus::test_all integration_tests::initialization::test_nexus_boots_with_valid_schema
40012023-12-09T06:44:19.660Z PASS [ 24.143s] omicron-nexus::test_all integration_tests::images::test_silo_image_create
40022023-12-09T06:44:21.090Z PASS [ 27.570s] omicron-nexus::test_all integration_tests::images::test_make_disk_from_other_project_image_fails
40032023-12-09T06:44:21.813Z PASS [ 11.538s] omicron-nexus::test_all integration_tests::initialization::test_nexus_does_not_boot_until_schema_updated
40042023-12-09T06:44:37.589Z PASS [ 25.573s] omicron-nexus::test_all integration_tests::initialization::test_nexus_does_not_boot_without_valid_schema
40052023-12-09T06:44:51.887Z PASS [ 34.412s] omicron-nexus::test_all integration_tests::instances::test_attach_one_disk_to_instance
40062023-12-09T06:44:52.367Z SLOW [>600.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
40072023-12-09T06:44:58.667Z PASS [ 37.578s] omicron-nexus::test_all integration_tests::instances::test_cannot_attach_nine_disks_to_instance
40082023-12-09T06:45:01.664Z PASS [ 24.071s] omicron-nexus::test_all integration_tests::instances::test_cannot_provision_instance_beyond_cpu_limit
40092023-12-09T06:45:01.927Z SLOW [>600.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
40102023-12-09T06:45:06.911Z PASS [ 45.100s] omicron-nexus::test_all integration_tests::instances::test_cannot_provision_instance_beyond_cpu_capacity
40112023-12-09T06:45:07.809Z PASS [ 615.868s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
40122023-12-09T06:45:09.418Z PASS [ 54.721s] omicron-nexus::test_all integration_tests::instances::test_attach_eight_disks_to_instance
40132023-12-09T06:45:11.285Z PASS [ 51.633s] omicron-nexus::test_all integration_tests::instances::test_cannot_attach_faulted_disks
40142023-12-09T06:45:17.463Z PASS [ 615.552s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
40152023-12-09T06:45:33.752Z PASS [ 26.837s] omicron-nexus::test_all integration_tests::instances::test_instance_allow_only_one_ephemeral_ip
40162023-12-09T06:45:36.796Z PASS [ 35.133s] omicron-nexus::test_all integration_tests::instances::test_instance_access
40172023-12-09T06:45:40.212Z PASS [ 48.323s] omicron-nexus::test_all integration_tests::instances::test_cannot_provision_instance_beyond_ram_capacity
40182023-12-09T06:45:44.861Z PASS [ 37.059s] omicron-nexus::test_all integration_tests::instances::test_instance_attach_several_external_ips
40192023-12-09T06:45:50.707Z PASS [ 41.295s] omicron-nexus::test_all integration_tests::instances::test_instance_create_attach_disks
40202023-12-09T06:45:55.340Z PASS [ 44.056s] omicron-nexus::test_all integration_tests::instances::test_instance_create_attach_disks_undo
40212023-12-09T06:45:58.667Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::instances::test_disks_detached_when_instance_destroyed
40222023-12-09T06:46:00.453Z PASS [ 42.994s] omicron-nexus::test_all integration_tests::instances::test_instance_create_delete_network_interface
40232023-12-09T06:46:11.152Z PASS [ 37.409s] omicron-nexus::test_all integration_tests::instances::test_instance_create_in_silo
40242023-12-09T06:46:20.113Z PASS [ 43.327s] omicron-nexus::test_all integration_tests::instances::test_instance_create_saga_removes_instance_database_record
40252023-12-09T06:46:31.680Z PASS [ 51.478s] omicron-nexus::test_all integration_tests::instances::test_instance_ephemeral_ip_from_correct_pool
40262023-12-09T06:46:34.209Z PASS [ 43.512s] omicron-nexus::test_all integration_tests::instances::test_instance_metrics_with_migration
40272023-12-09T06:46:36.798Z PASS [ 41.462s] omicron-nexus::test_all integration_tests::instances::test_instance_migrate
40282023-12-09T06:46:41.280Z PASS [ 56.423s] omicron-nexus::test_all integration_tests::instances::test_instance_metrics
40292023-12-09T06:46:41.751Z PASS [ 103.088s] omicron-nexus::test_all integration_tests::instances::test_disks_detached_when_instance_destroyed
40302023-12-09T06:46:45.410Z PASS [ 44.950s] omicron-nexus::test_all integration_tests::instances::test_instance_migrate_v2p
40312023-12-09T06:46:50.980Z PASS [ 39.832s] omicron-nexus::test_all integration_tests::instances::test_instance_serial
40322023-12-09T06:47:01.988Z PASS [ 27.782s] omicron-nexus::test_all integration_tests::instances::test_instance_using_image_from_other_project_fails
40332023-12-09T06:47:04.529Z PASS [ 44.415s] omicron-nexus::test_all integration_tests::instances::test_instance_start_creates_networking_state
40342023-12-09T06:47:09.042Z PASS [ 27.762s] omicron-nexus::test_all integration_tests::instances::test_instance_with_multiple_nics_unwinds_completely
40352023-12-09T06:47:15.491Z PASS [ 33.744s] omicron-nexus::test_all integration_tests::instances::test_instance_with_new_custom_network_interfaces
40362023-12-09T06:47:16.619Z PASS [ 25.632s] omicron-nexus::test_all integration_tests::instances::test_instances_access_before_create_returns_not_found
40372023-12-09T06:47:17.515Z PASS [ 40.720s] omicron-nexus::test_all integration_tests::instances::test_instance_v2p_mappings
40382023-12-09T06:47:18.418Z PASS [ 33.022s] omicron-nexus::test_all integration_tests::instances::test_instance_with_single_explicit_ip_address
40392023-12-09T06:47:18.789Z PASS [ 47.112s] omicron-nexus::test_all integration_tests::instances::test_instance_update_network_interfaces
40402023-12-09T06:47:37.737Z PASS [ 33.215s] omicron-nexus::test_all integration_tests::instances::test_instances_create_stopped_start
40412023-12-09T06:47:39.579Z PASS [ 24.092s] omicron-nexus::test_all integration_tests::instances::test_instances_invalid_creation_returns_bad_request
40422023-12-09T06:47:41.692Z PASS [ 25.082s] omicron-nexus::test_all integration_tests::instances::test_instances_memory_greater_than_max_size
40432023-12-09T06:47:42.477Z PASS [ 24.964s] omicron-nexus::test_all integration_tests::instances::test_instances_memory_not_divisible_by_min_memory_size
40442023-12-09T06:47:43.366Z PASS [ 24.948s] omicron-nexus::test_all integration_tests::instances::test_instances_memory_rejected_less_than_min_memory_size
40452023-12-09T06:47:43.534Z PASS [ 24.748s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_basic_crud
40462023-12-09T06:47:47.464Z PASS [ 38.428s] omicron-nexus::test_all integration_tests::instances::test_instances_delete_fails_when_running_succeeds_when_stopped
40472023-12-09T06:47:50.189Z PASS [ 48.203s] omicron-nexus::test_all integration_tests::instances::test_instances_create_reboot_halt
40482023-12-09T06:48:05.631Z PASS [ 26.055s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_range_overlapping_ranges_fails
40492023-12-09T06:48:06.289Z PASS [ 24.600s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_range_pagination
40502023-12-09T06:48:06.769Z PASS [ 24.294s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_service
40512023-12-09T06:48:07.275Z PASS [ 23.909s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_with_silo
40522023-12-09T06:48:13.560Z PASS [ 26.097s] omicron-nexus::test_all integration_tests::loopback_address::test_anycast_loopback_address_basic_crud
40532023-12-09T06:48:16.910Z PASS [ 26.722s] omicron-nexus::test_all integration_tests::loopback_address::test_loopback_address_basic_crud
40542023-12-09T06:48:19.358Z PASS [ 41.625s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_list_usable_by_project
40552023-12-09T06:48:19.693Z PASS [ 36.153s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_range_delete_with_allocated_external_ip_fails
40562023-12-09T06:48:30.495Z PASS [ 23.727s] omicron-nexus::test_all integration_tests::oximeter::test_oximeter_database_records
40572023-12-09T06:48:38.139Z PASS [ 30.868s] omicron-nexus::test_all integration_tests::oximeter::test_oximeter_reregistration
40582023-12-09T06:48:47.793Z PASS [ 28.431s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_data_non_base64
40592023-12-09T06:48:47.991Z PASS [ 28.308s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_data_not_block_size_multiple
40602023-12-09T06:48:52.454Z PASS [ 38.897s] omicron-nexus::test_all integration_tests::pantry::test_can_stop_start_import_from_bulk_write
40612023-12-09T06:48:58.147Z PASS [ 27.652s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_data_past_end_of_disk
40622023-12-09T06:49:05.629Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::metrics::test_metrics
40632023-12-09T06:49:06.289Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::oximeter::test_oximeter_collector_reregistration_gets_all_assignments
40642023-12-09T06:49:14.601Z PASS [ 57.697s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_attached_disk
40652023-12-09T06:49:17.149Z PASS [ 29.160s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_to_unaligned_offset
40662023-12-09T06:49:24.076Z PASS [ 78.449s] omicron-nexus::test_all integration_tests::metrics::test_metrics
40672023-12-09T06:49:35.243Z PASS [ 57.109s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_start_attached_disk
40682023-12-09T06:49:42.807Z PASS [ 55.024s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_stop_attached_disk
40692023-12-09T06:49:43.158Z PASS [ 45.017s] omicron-nexus::test_all integration_tests::pantry::test_cannot_finalize_without_stopping_bulk_writes
40702023-12-09T06:49:47.554Z PASS [ 55.078s] omicron-nexus::test_all integration_tests::pantry::test_cannot_finalize_attached_disk
40712023-12-09T06:49:51.926Z PASS [ 27.853s] omicron-nexus::test_all integration_tests::pantry::test_disk_create_for_importing
40722023-12-09T06:49:53.273Z PASS [ 38.673s] omicron-nexus::test_all integration_tests::pantry::test_cannot_mount_import_from_bulk_writes_disk
40732023-12-09T06:49:56.890Z PASS [ 39.680s] omicron-nexus::test_all integration_tests::pantry::test_cannot_mount_import_ready_disk
40742023-12-09T06:50:06.282Z SLOW [>120.000s] omicron-nexus::test_all integration_tests::oximeter::test_oximeter_collector_reregistration_gets_all_assignments
40752023-12-09T06:50:08.872Z PASS [ 122.592s] omicron-nexus::test_all integration_tests::oximeter::test_oximeter_collector_reregistration_gets_all_assignments
40762023-12-09T06:50:13.865Z PASS [ 26.339s] omicron-nexus::test_all integration_tests::projects::test_project_deletion
40772023-12-09T06:50:19.337Z PASS [ 26.067s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_image
40782023-12-09T06:50:22.527Z PASS [ 30.601s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_disk
40792023-12-09T06:50:28.102Z PASS [ 31.277s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_instance
40802023-12-09T06:50:32.075Z PASS [ 56.835s] omicron-nexus::test_all integration_tests::pantry::test_import_blocks_with_bulk_write
40812023-12-09T06:50:41.453Z PASS [ 27.590s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_vpc
40822023-12-09T06:50:42.797Z PASS [ 59.992s] omicron-nexus::test_all integration_tests::pantry::test_import_blocks_with_bulk_write_with_snapshot
40832023-12-09T06:50:43.155Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::password_login::test_local_users
40842023-12-09T06:50:45.123Z PASS [ 22.598s] omicron-nexus::test_all integration_tests::rack::test_get_own_rack
40852023-12-09T06:50:45.283Z PASS [ 25.946s] omicron-nexus::test_all integration_tests::projects::test_projects
40862023-12-09T06:50:46.197Z PASS [ 37.329s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_snapshot
40872023-12-09T06:50:51.920Z PASS [ 23.789s] omicron-nexus::test_all integration_tests::rack::test_list_own_rack
40882023-12-09T06:50:58.623Z PASS [ 26.549s] omicron-nexus::test_all integration_tests::rack::test_rack_initialization
40892023-12-09T06:51:00.128Z PASS [ 76.974s] omicron-nexus::test_all integration_tests::password_login::test_local_users
40902023-12-09T06:51:02.254Z PASS [ 3.632s] omicron-nexus::test_all integration_tests::rot_updater::test_rot_updater_delivers_progress
40912023-12-09T06:51:02.811Z PASS [ 0.553s] omicron-nexus::test_all integration_tests::rot_updater::test_rot_updater_switches_mgs_instances_on_failure
40922023-12-09T06:51:04.095Z PASS [ 3.965s] omicron-nexus::test_all integration_tests::rot_updater::test_rot_updater_remembers_successful_mgs_instance
40932023-12-09T06:51:05.611Z PASS [ 24.161s] omicron-nexus::test_all integration_tests::rack::test_uninitialized_sled_list
40942023-12-09T06:51:06.552Z PASS [ 3.744s] omicron-nexus::test_all integration_tests::rot_updater::test_rot_updater_updates_sled
40952023-12-09T06:51:06.691Z PASS [ 0.137s] omicron-nexus::test_all integration_tests::saml::test_accept_saml_response_only_assertion_signed
40962023-12-09T06:51:06.800Z PASS [ 0.113s] omicron-nexus::test_all integration_tests::saml::test_correct_saml_response
40972023-12-09T06:51:06.852Z PASS [ 24.059s] omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_fleet
40982023-12-09T06:51:06.927Z PASS [ 0.128s] omicron-nexus::test_all integration_tests::saml::test_correct_saml_response_ecdsa_sha256
40992023-12-09T06:51:06.969Z PASS [ 0.118s] omicron-nexus::test_all integration_tests::saml::test_correct_saml_response_with_group_attributes
41002023-12-09T06:51:07.043Z PASS [ 0.115s] omicron-nexus::test_all integration_tests::saml::test_correct_saml_response_with_group_attributes_wrong_attribute_name
41012023-12-09T06:51:07.782Z PASS [ 3.689s] omicron-nexus::test_all integration_tests::rot_updater::test_rot_updater_updates_switch
41022023-12-09T06:51:09.165Z PASS [ 23.886s] omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_silo
41032023-12-09T06:51:09.787Z PASS [ 23.591s] omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_silo_implicit
41042023-12-09T06:51:11.631Z PASS [ 26.511s] omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_project
41052023-12-09T06:51:17.032Z PASS [ 25.145s] omicron-nexus::test_all integration_tests::roles_builtin::test_roles_builtin
41062023-12-09T06:51:32.002Z PASS [ 25.029s] omicron-nexus::test_all integration_tests::saml::test_create_a_hidden_silo_saml_idp
41072023-12-09T06:51:32.292Z PASS [ 25.252s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp
41082023-12-09T06:51:32.411Z PASS [ 0.118s] omicron-nexus::test_all integration_tests::saml::test_reject_saml_response_signed_with_other_key
41092023-12-09T06:51:32.478Z PASS [ 0.067s] omicron-nexus::test_all integration_tests::saml::test_reject_saml_response_with_xml_comment
41102023-12-09T06:51:32.595Z PASS [ 0.115s] omicron-nexus::test_all integration_tests::saml::test_reject_unsigned_saml_response
41112023-12-09T06:51:33.291Z PASS [ 25.511s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_invalid_descriptor_no_redirect_binding
41122023-12-09T06:51:34.239Z PASS [ 25.077s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_invalid_descriptor_truncated
41132023-12-09T06:51:34.878Z PASS [ 29.269s] omicron-nexus::test_all integration_tests::router_routes::test_router_routes
41142023-12-09T06:51:35.626Z PASS [ 25.841s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_metadata_no_keys
41152023-12-09T06:51:36.663Z PASS [ 25.034s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_metadata_only_encryption_keys
41162023-12-09T06:51:43.052Z PASS [ 26.003s] omicron-nexus::test_all integration_tests::saml::test_post_saml_response
41172023-12-09T06:51:47.470Z PASS [ 11.836s] omicron-nexus::test_all integration_tests::schema::compare_index_creation_differing_columns
41182023-12-09T06:51:48.632Z PASS [ 11.944s] omicron-nexus::test_all integration_tests::schema::compare_index_creation_differing_where_clause
41192023-12-09T06:51:53.985Z PASS [ 10.898s] omicron-nexus::test_all integration_tests::schema::compare_sequence_differing_increment
41202023-12-09T06:51:55.625Z PASS [ 23.032s] omicron-nexus::test_all integration_tests::saml::test_saml_idp_metadata_url_404
41212023-12-09T06:51:56.101Z PASS [ 22.812s] omicron-nexus::test_all integration_tests::saml::test_saml_idp_metadata_url_invalid
41222023-12-09T06:51:56.772Z PASS [ 24.776s] omicron-nexus::test_all integration_tests::saml::test_post_saml_response_with_relay_state
41232023-12-09T06:51:57.512Z PASS [ 23.276s] omicron-nexus::test_all integration_tests::saml::test_saml_idp_reject_keypair
41242023-12-09T06:51:57.995Z PASS [ 10.536s] omicron-nexus::test_all integration_tests::schema::compare_table_differing_constraint
41252023-12-09T06:51:58.298Z PASS [ 23.420s] omicron-nexus::test_all integration_tests::saml::test_saml_idp_rsa_keypair_ok
41262023-12-09T06:51:59.235Z PASS [ 10.629s] omicron-nexus::test_all integration_tests::schema::compare_table_differing_not_null_order
41272023-12-09T06:52:01.656Z PASS [ 5.555s] omicron-nexus::test_all integration_tests::schema::dbinit_version_matches_version_known_to_nexus
41282023-12-09T06:52:05.278Z PASS [ 11.349s] omicron-nexus::test_all integration_tests::schema::compare_view_differing_where_clause
41292023-12-09T06:52:21.127Z PASS [ 23.616s] omicron-nexus::test_all integration_tests::schema::nexus_cannot_apply_update_from_unknown_version
41302023-12-09T06:52:23.090Z PASS [ 24.795s] omicron-nexus::test_all integration_tests::silo_users::test_silo_group_detail_bad_group_id
41312023-12-09T06:52:24.661Z PASS [ 25.427s] omicron-nexus::test_all integration_tests::silo_users::test_silo_group_users
41322023-12-09T06:52:25.675Z PASS [ 24.020s] omicron-nexus::test_all integration_tests::silo_users::test_silo_group_users_bad_group_id
41332023-12-09T06:52:30.914Z PASS [ 25.637s] omicron-nexus::test_all integration_tests::silos::test_deleting_a_silo_deletes_the_idp
41342023-12-09T06:52:32.613Z PASS [ 34.619s] omicron-nexus::test_all integration_tests::schema::versions_have_idempotent_up
41352023-12-09T06:52:34.592Z PASS [ 37.821s] omicron-nexus::test_all integration_tests::schema::nexus_applies_update_on_boot
41362023-12-09T06:52:47.071Z PASS [ 25.943s] omicron-nexus::test_all integration_tests::silos::test_ensure_same_silo_group
41372023-12-09T06:52:48.379Z PASS [ 25.289s] omicron-nexus::test_all integration_tests::silos::test_jit_silo_constraints
41382023-12-09T06:52:50.739Z PASS [ 26.056s] omicron-nexus::test_all integration_tests::silos::test_listing_identity_providers
41392023-12-09T06:52:51.152Z PASS [ 25.478s] omicron-nexus::test_all integration_tests::silos::test_local_silo_constraints
41402023-12-09T06:52:55.670Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::schema::dbinit_equals_sum_of_all_up
41412023-12-09T06:52:56.934Z PASS [ 24.301s] omicron-nexus::test_all integration_tests::silos::test_saml_idp_metadata_data_invalid
41422023-12-09T06:52:58.726Z PASS [ 27.815s] omicron-nexus::test_all integration_tests::silos::test_local_silo_users
41432023-12-09T06:52:59.410Z PASS [ 24.819s] omicron-nexus::test_all integration_tests::silos::test_saml_idp_metadata_data_truncated
41442023-12-09T06:53:00.215Z PASS [ 64.597s] omicron-nexus::test_all integration_tests::schema::dbinit_equals_sum_of_all_up
41452023-12-09T06:53:12.801Z PASS [ 25.734s] omicron-nexus::test_all integration_tests::silos::test_saml_idp_metadata_data_valid
41462023-12-09T06:53:15.430Z PASS [ 27.053s] omicron-nexus::test_all integration_tests::silos::test_silo_admin_group
41472023-12-09T06:53:17.297Z PASS [ 26.148s] omicron-nexus::test_all integration_tests::silos::test_silo_delete_clean_up_groups
41482023-12-09T06:53:22.625Z PASS [ 25.714s] omicron-nexus::test_all integration_tests::silos::test_silo_groups_fixed
41492023-12-09T06:53:23.216Z PASS [ 24.488s] omicron-nexus::test_all integration_tests::silos::test_silo_groups_jit
41502023-12-09T06:53:24.935Z PASS [ 25.528s] omicron-nexus::test_all integration_tests::silos::test_silo_groups_remove_from_both_groups
41512023-12-09T06:53:25.174Z PASS [ 34.461s] omicron-nexus::test_all integration_tests::silos::test_silo_authn_policy
41522023-12-09T06:53:25.597Z PASS [ 25.385s] omicron-nexus::test_all integration_tests::silos::test_silo_groups_remove_from_one_group
41532023-12-09T06:53:38.862Z PASS [ 26.062s] omicron-nexus::test_all integration_tests::silos::test_silo_user_fetch_by_external_id
41542023-12-09T06:53:45.572Z PASS [ 30.147s] omicron-nexus::test_all integration_tests::silos::test_silo_user_provision_types
41552023-12-09T06:53:49.048Z PASS [ 26.426s] omicron-nexus::test_all integration_tests::silos::test_silo_users_list
41562023-12-09T06:53:49.687Z PASS [ 24.750s] omicron-nexus::test_all integration_tests::sleds::test_physical_disk_create_list_delete
41572023-12-09T06:53:51.000Z PASS [ 25.403s] omicron-nexus::test_all integration_tests::sleds::test_sleds_list
41582023-12-09T06:53:51.484Z PASS [ 34.189s] omicron-nexus::test_all integration_tests::silos::test_silo_user_views
41592023-12-09T06:53:56.978Z PASS [ 33.754s] omicron-nexus::test_all integration_tests::silos::test_silos
41602023-12-09T06:53:59.329Z PASS [ 34.159s] omicron-nexus::test_all integration_tests::sleds::test_sled_instance_list
41612023-12-09T06:54:09.475Z PASS [ 30.616s] omicron-nexus::test_all integration_tests::snapshots::test_cannot_snapshot_if_no_space
41622023-12-09T06:54:11.903Z PASS [ 26.331s] omicron-nexus::test_all integration_tests::snapshots::test_create_snapshot_record_idempotent
41632023-12-09T06:54:14.365Z PASS [ 23.367s] omicron-nexus::test_all integration_tests::snapshots::test_region_snapshot_create_idempotent
41642023-12-09T06:54:17.489Z PASS [ 26.008s] omicron-nexus::test_all integration_tests::snapshots::test_reject_creating_disk_from_illegal_snapshot
41652023-12-09T06:54:22.142Z PASS [ 4.648s] omicron-nexus::test_all integration_tests::sp_updater::test_sp_updater_delivers_progress
41662023-12-09T06:54:23.636Z PASS [ 26.674s] omicron-nexus::test_all integration_tests::snapshots::test_reject_creating_disk_from_other_project_snapshot
41672023-12-09T06:54:24.535Z PASS [ 25.208s] omicron-nexus::test_all integration_tests::snapshots::test_reject_creating_disk_from_snapshot
41682023-12-09T06:54:25.211Z PASS [ 1.575s] omicron-nexus::test_all integration_tests::sp_updater::test_sp_updater_switches_mgs_instances_on_failure
41692023-12-09T06:54:26.941Z PASS [ 4.804s] omicron-nexus::test_all integration_tests::sp_updater::test_sp_updater_remembers_successful_mgs_instance
41702023-12-09T06:54:27.669Z PASS [ 38.600s] omicron-nexus::test_all integration_tests::snapshots::test_delete_snapshot
41712023-12-09T06:54:29.105Z PASS [ 4.570s] omicron-nexus::test_all integration_tests::sp_updater::test_sp_updater_updates_sled
41722023-12-09T06:54:29.157Z PASS [ 39.478s] omicron-nexus::test_all integration_tests::snapshots::test_multiple_deletes_not_sent
41732023-12-09T06:54:29.779Z PASS [ 4.568s] omicron-nexus::test_all integration_tests::sp_updater::test_sp_updater_updates_switch
41742023-12-09T06:54:45.281Z PASS [ 30.919s] omicron-nexus::test_all integration_tests::snapshots::test_snapshot_without_instance
41752023-12-09T06:54:49.588Z PASS [ 40.116s] omicron-nexus::test_all integration_tests::snapshots::test_snapshot_basic
41762023-12-09T06:54:50.403Z PASS [ 23.463s] omicron-nexus::test_all integration_tests::ssh_keys::test_ssh_keys
41772023-12-09T06:54:51.691Z PASS [ 22.535s] omicron-nexus::test_all integration_tests::system_updates::test_list_components
41782023-12-09T06:54:52.149Z PASS [ 22.368s] omicron-nexus::test_all integration_tests::system_updates::test_list_update_components
41792023-12-09T06:54:52.961Z PASS [ 23.857s] omicron-nexus::test_all integration_tests::system_updates::test_get_update
41802023-12-09T06:54:53.466Z PASS [ 1.321s] omicron-nexus::test_all integration_tests::unauthorized_coverage::test_unauthorized_coverage
41812023-12-09T06:54:59.086Z PASS [ 47.186s] omicron-nexus::test_all integration_tests::snapshots::test_snapshot_unwind
41822023-12-09T06:55:08.402Z PASS [ 23.123s] omicron-nexus::test_all integration_tests::system_updates::test_list_updates
41832023-12-09T06:55:10.579Z PASS [ 42.936s] omicron-nexus::test_all integration_tests::subnet_allocation::test_subnet_allocation
41842023-12-09T06:55:15.027Z PASS [ 24.625s] omicron-nexus::test_all integration_tests::system_updates::test_update_deployments
41852023-12-09T06:55:15.172Z PASS [ 25.584s] omicron-nexus::test_all integration_tests::system_updates::test_system_version
41862023-12-09T06:55:16.549Z PASS [ 23.589s] omicron-nexus::test_all integration_tests::updates::test_download_with_dots_fails
41872023-12-09T06:55:19.635Z PASS [ 26.171s] omicron-nexus::test_all integration_tests::updates::test_update_end_to_end
41882023-12-09T06:55:23.445Z PASS [ 24.362s] omicron-nexus::test_all integration_tests::users_builtin::test_users_builtin
41892023-12-09T06:55:41.862Z PASS [ 33.463s] omicron-nexus::test_all integration_tests::volume_management::test_create_image_from_snapshot
41902023-12-09T06:55:48.377Z PASS [ 37.797s] omicron-nexus::test_all integration_tests::volume_management::test_create_image_from_snapshot_delete
41912023-12-09T06:55:50.796Z PASS [ 35.772s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_1
41922023-12-09T06:55:51.688Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::unauthorized::test_unauthorized
41932023-12-09T06:55:52.024Z PASS [ 35.478s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_3
41942023-12-09T06:55:52.808Z PASS [ 37.639s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_2
41952023-12-09T06:55:55.666Z PASS [ 36.033s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_4
41962023-12-09T06:56:00.755Z PASS [ 37.312s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_5
41972023-12-09T06:56:18.167Z PASS [ 26.144s] omicron-nexus::test_all integration_tests::volume_management::test_keep_your_targets_straight
41982023-12-09T06:56:19.922Z PASS [ 38.062s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_6
41992023-12-09T06:56:25.582Z PASS [ 37.210s] omicron-nexus::test_all integration_tests::volume_management::test_delete_snapshot_then_disk
42002023-12-09T06:56:32.430Z PASS [ 41.636s] omicron-nexus::test_all integration_tests::volume_management::test_disk_create_saga_unwinds_correctly
42012023-12-09T06:56:39.288Z PASS [ 46.484s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_disks_multiple_snapshots_order_1
42022023-12-09T06:56:41.735Z PASS [ 46.072s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_disks_multiple_snapshots_order_2
42032023-12-09T06:56:48.788Z PASS [ 117.105s] omicron-nexus::test_all integration_tests::unauthorized::test_unauthorized
42042023-12-09T06:56:55.974Z PASS [ 55.225s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_layers_of_snapshots_delete_all_disks_first
42052023-12-09T06:57:10.332Z PASS [ 21.541s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout
42062023-12-09T06:57:13.920Z PASS [ 55.757s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_layers_of_snapshots_delete_all_snapshots_first
42072023-12-09T06:57:14.441Z PASS [ 42.014s] omicron-nexus::test_all integration_tests::volume_management::test_snapshot_create_saga_unwinds_correctly
42082023-12-09T06:57:15.099Z PASS [ 55.180s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_layers_of_snapshots_random_delete_order
42092023-12-09T06:57:16.566Z PASS [ 34.834s] omicron-nexus::test_all integration_tests::volume_management::test_snapshot_then_delete_disk
42102023-12-09T06:57:17.093Z PASS [ 21.121s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_randomize_ids_only_read_only
42112023-12-09T06:57:18.274Z PASS [ 38.986s] omicron-nexus::test_all integration_tests::volume_management::test_snapshot_prevents_other_disk
42122023-12-09T06:57:21.721Z PASS [ 56.141s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_snapshots
42132023-12-09T06:57:35.569Z PASS [ 24.091s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_multiple_gen
42142023-12-09T06:57:38.235Z PASS [ 24.308s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_nothing
42152023-12-09T06:57:38.317Z PASS [ 23.218s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_sparse_multiple_gen
42162023-12-09T06:57:38.670Z PASS [ 24.231s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_sparse_mid_multiple_gen
42172023-12-09T06:57:40.121Z PASS [ 23.557s] omicron-nexus::test_all integration_tests::volume_management::test_volume_hard_delete_idempotent
42182023-12-09T06:57:40.309Z PASS [ 23.215s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_bad_volume
42192023-12-09T06:57:42.483Z PASS [ 24.212s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_base
42202023-12-09T06:57:45.644Z PASS [ 23.924s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_no_parent
42212023-12-09T06:57:58.396Z PASS [ 23.980s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_volume_deleted
42222023-12-09T06:58:02.821Z PASS [ 24.153s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_deleted_volume
42232023-12-09T06:58:02.870Z PASS [ 24.606s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_volume_not_volume
42242023-12-09T06:58:03.271Z PASS [ 24.955s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga
42252023-12-09T06:58:05.343Z PASS [ 25.224s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_no_volume
42262023-12-09T06:58:06.056Z PASS [ 25.750s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_twice
42272023-12-09T06:58:07.668Z PASS [ 25.187s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_volume_not_volume
42282023-12-09T06:58:16.223Z PASS [ 30.578s] omicron-nexus::test_all integration_tests::vpc_firewall::test_vpc_firewall
42292023-12-09T06:58:29.299Z PASS [ 23.954s] omicron-nexus::test_all integration_tests::zpools::test_zpool_put_bad_physical_disk_returns_not_found
42302023-12-09T06:58:30.069Z PASS [ 23.601s] omicron-nexus::test_all integration_tests::zpools::test_zpool_put_bad_sled_returns_not_found
42312023-12-09T06:58:30.302Z PASS [ 31.908s] omicron-nexus::test_all integration_tests::vpc_routers::test_vpc_routers
42322023-12-09T06:58:30.448Z PASS [ 0.146s] omicron-package dot::test::test_bad_dependency
42332023-12-09T06:58:30.501Z PASS [ 0.054s] omicron-package dot::test::test_dot_output
42342023-12-09T06:58:31.561Z PASS [ 23.895s] omicron-nexus::test_all integration_tests::zpools::test_zpool_put_success
42352023-12-09T06:58:31.596Z PASS [ 0.032s] omicron-passwords test::test_password_constraints
42362023-12-09T06:58:34.476Z PASS [ 31.648s] omicron-nexus::test_all integration_tests::vpc_subnets::test_vpc_subnets
42372023-12-09T06:58:34.541Z PASS [ 4.883s] omicron-omdb::test_all_output test_omdb_usage_errors
42382023-12-09T06:58:34.600Z PASS [ 0.060s] omicron-passwords test::test_stable
42392023-12-09T06:58:34.632Z PASS [ 0.029s] omicron-passwords test::test_weak_hashes
42402023-12-09T06:58:34.674Z PASS [ 0.043s] omicron-rpaths internal::tests::test_configure_from_path
42412023-12-09T06:58:34.770Z PASS [ 0.085s] omicron-rpaths internal::tests::test_configure_rpaths_from_bad_envvar
42422023-12-09T06:58:34.791Z PASS [ 0.033s] omicron-rpaths internal::tests::test_emit_rpath
42432023-12-09T06:58:34.955Z PASS [ 0.166s] omicron-sled-agent boot_disk_os_writer::tests::boot_disk_os_writer_can_update_both_slots_simultaneously
42442023-12-09T06:58:35.516Z PASS [ 3.922s] omicron-passwords test::test_reproducible
42452023-12-09T06:58:35.582Z PASS [ 0.627s] omicron-sled-agent boot_disk_os_writer::tests::boot_disk_os_writer_delivers_upload_progress_and_rejects_bad_hashes
42462023-12-09T06:58:35.621Z PASS [ 0.103s] omicron-sled-agent boot_disk_os_writer::tests::boot_disk_os_writer_fails_if_reading_from_disk_doesnt_match
42472023-12-09T06:58:35.723Z PASS [ 0.103s] omicron-sled-agent boot_disk_os_writer::tests::boot_disk_os_writer_rejects_new_updates_while_old_running
42482023-12-09T06:58:35.737Z PASS [ 0.155s] omicron-sled-agent boot_disk_os_writer::tests::boot_disk_os_writer_rejects_new_updates_while_old_completed
42492023-12-09T06:58:35.805Z PASS [ 0.068s] omicron-sled-agent bootstrap::early_networking::tests::serialized_early_network_config_v0_to_v1_conversion
42502023-12-09T06:58:35.863Z PASS [ 0.058s] omicron-sled-agent bootstrap::params::tests::json_serialization_round_trips
42512023-12-09T06:58:35.935Z PASS [ 0.073s] omicron-sled-agent bootstrap::params::tests::parse_rack_initialization
42522023-12-09T06:58:35.980Z PASS [ 0.044s] omicron-sled-agent bootstrap::params::tests::parse_rack_initialization_weak_hash
42532023-12-09T06:58:36.026Z PASS [ 0.046s] omicron-sled-agent bootstrap::params::tests::serialize_start_sled_agent_v0_deserialize_v1
42542023-12-09T06:58:36.149Z PASS [ 0.052s] omicron-sled-agent bootstrap::params::tests::validate_external_dns_ips_must_be_in_internal_services_ip_pools
42552023-12-09T06:58:36.154Z PASS [ 0.059s] omicron-sled-agent bootstrap::server::tests::start_sled_agent_request_serialization
42562023-12-09T06:58:36.187Z PASS [ 0.050s] omicron-sled-agent bootstrap::server::tests::test_persistent_sled_agent_request_schema
42572023-12-09T06:58:36.228Z PASS [ 0.040s] omicron-sled-agent common::instance::test::destruction_after_migration_out_does_not_transition
42582023-12-09T06:58:36.273Z PASS [ 0.046s] omicron-sled-agent common::instance::test::failure_after_migration_in_does_not_transition
42592023-12-09T06:58:36.296Z PASS [ 0.572s] omicron-sled-agent boot_disk_os_writer::tests::boot_disk_os_writer_writes_data_to_disk
42602023-12-09T06:58:36.315Z PASS [ 0.039s] omicron-sled-agent common::instance::test::migration_out_after_migration_in
42612023-12-09T06:58:36.338Z PASS [ 0.043s] omicron-sled-agent common::instance::test::propolis_terminal_states_request_destroy_action
42622023-12-09T06:58:36.364Z PASS [ 0.049s] omicron-sled-agent common::instance::test::rude_terminate_of_migration_target_does_not_transition_instance
42632023-12-09T06:58:36.393Z PASS [ 0.051s] omicron-sled-agent common::instance::test::test_migration_ids_already_set
42642023-12-09T06:58:36.450Z PASS [ 0.076s] omicron-sled-agent config::test::test_smf_configs
42652023-12-09T06:58:36.459Z PASS [ 0.070s] omicron-sled-agent profile::tests::empty_profile
42662023-12-09T06:58:36.498Z PASS [ 33.230s] omicron-nexus::test_all integration_tests::vpcs::test_vpcs
42672023-12-09T06:58:36.543Z PASS [ 0.050s] omicron-sled-agent profile::tests::test_multiple
42682023-12-09T06:58:36.560Z PASS [ 0.116s] omicron-sled-agent profile::tests::test_instance
42692023-12-09T06:58:36.665Z PASS [ 0.064s] omicron-sled-agent profile::tests::test_property_group
42702023-12-09T06:58:36.665Z PASS [ 0.059s] omicron-sled-agent profile::tests::test_service
42712023-12-09T06:58:36.665Z PASS [ 0.076s] omicron-sled-agent profile::tests::test_service_property_group
42722023-12-09T06:58:36.666Z PASS [ 0.152s] omicron-sled-agent profile::tests::test_property
42732023-12-09T06:58:36.689Z PASS [ 0.076s] omicron-sled-agent rack_setup::config::test::test_extra_certs
42742023-12-09T06:58:36.701Z PASS [ 0.050s] omicron-sled-agent rack_setup::config::test::test_subnets
42752023-12-09T06:58:36.717Z PASS [ 0.047s] omicron-sled-agent rack_setup::plan::service::tests::bump_allocator_basics
42762023-12-09T06:58:36.728Z PASS [ 0.041s] omicron-sled-agent rack_setup::plan::service::tests::bump_allocator_exhaustion
42772023-12-09T06:58:36.747Z PASS [ 0.046s] omicron-sled-agent rack_setup::plan::service::tests::service_port_builder_skips_dns_ips
42782023-12-09T06:58:36.800Z PASS [ 0.059s] omicron-sled-agent rack_setup::plan::service::tests::test_rss_service_plan_v2_schema
42792023-12-09T06:58:36.819Z PASS [ 0.077s] omicron-sled-agent rack_setup::plan::sled::tests::test_rss_sled_plan_schema
42802023-12-09T06:58:36.854Z PASS [ 0.075s] omicron-sled-agent services::test::test_all_zones_requests_schema
42812023-12-09T06:58:36.865Z PASS [ 0.118s] omicron-sled-agent rack_setup::service::test::test_omicron_zone_configs
42822023-12-09T06:58:36.898Z PASS [ 0.050s] omicron-sled-agent services::test::test_bootstrap_addr_to_techport_prefixes
42832023-12-09T06:58:37.206Z PASS [ 0.293s] omicron-sled-agent services::test::test_ensure_service
42842023-12-09T06:58:37.210Z PASS [ 0.274s] omicron-sled-agent services::test::test_ensure_service_which_already_exists
42852023-12-09T06:58:37.210Z PASS [ 0.366s] omicron-sled-agent services::test::test_bad_generations
42862023-12-09T06:58:37.461Z PASS [ 0.291s] omicron-sled-agent services::test::test_old_ledger_migration_bad
42872023-12-09T06:58:37.472Z PASS [ 0.317s] omicron-sled-agent services::test::test_old_ledger_migration
42882023-12-09T06:58:37.715Z PASS [ 0.240s] omicron-sled-agent services::test::test_services_do_not_persist_without_config
42892023-12-09T06:58:37.760Z PASS [ 0.048s] omicron-sled-agent services::test::test_zone_bundle_metadata_schema
42902023-12-09T06:58:37.821Z PASS [ 0.057s] omicron-sled-agent services_migration::test::test_all_services_requests_schema
42912023-12-09T06:58:38.043Z PASS [ 0.221s] omicron-sled-agent services_migration::test::test_convert_known_ledgers
42922023-12-09T06:58:38.081Z PASS [ 0.902s] omicron-sled-agent services::test::test_old_ledger_migration_continue
42932023-12-09T06:58:38.092Z PASS [ 0.052s] omicron-sled-agent sim::collection::test::test_sim_disk_attach_then_destroy
42942023-12-09T06:58:38.101Z PASS [ 0.639s] omicron-sled-agent services::test::test_services_are_recreated_on_reboot
42952023-12-09T06:58:38.138Z PASS [ 0.057s] omicron-sled-agent sim::collection::test::test_sim_disk_attach_then_fault
42962023-12-09T06:58:38.158Z PASS [ 0.047s] omicron-sled-agent sim::collection::test::test_sim_instance_creating_to_stop
42972023-12-09T06:58:38.159Z PASS [ 0.057s] omicron-sled-agent sim::collection::test::test_sim_disk_transition_to_detached_states
42982023-12-09T06:58:38.188Z PASS [ 0.049s] omicron-sled-agent sim::collection::test::test_sim_instance_reboot
42992023-12-09T06:58:38.314Z PASS [ 0.053s] omicron-sled-agent sim::collection::test::test_sim_instance_running_then_destroyed
43002023-12-09T06:58:38.322Z PASS [ 0.058s] omicron-sled-agent updates::test::test_query_no_components
43012023-12-09T06:58:38.322Z PASS [ 0.056s] omicron-sled-agent updates::test::test_query_sled_agent_version
43022023-12-09T06:58:38.322Z PASS [ 0.059s] omicron-sled-agent updates::test::test_query_zone_version
43032023-12-09T06:58:38.323Z PASS [ 0.048s] omicron-sled-agent zone_bundle::illumos_tests::camino_starts_with_behaviour
43042023-12-09T06:58:38.541Z PASS [ 0.318s] omicron-sled-agent updates::test::test_write_artifact_to_filesystem
43052023-12-09T06:58:38.603Z PASS [ 0.065s] omicron-sled-agent zone_bundle::illumos_tests::test_find_archived_log_files
43062023-12-09T06:58:39.039Z PASS [ 0.747s] omicron-sled-agent zone_bundle::illumos_tests::test_context
43072023-12-09T06:58:39.790Z PASS [ 1.531s] omicron-sled-agent zone_bundle::illumos_tests::test_cleanup
43082023-12-09T06:58:39.855Z PASS [ 37.031s] omicron-nexus::test_all integration_tests::vpc_subnets::test_delete_vpc_subnet_with_interfaces_fails
43092023-12-09T06:58:40.022Z PASS [ 0.879s] omicron-sled-agent zone_bundle::illumos_tests::test_update_context
43102023-12-09T06:58:40.027Z PASS [ 0.078s] omicron-sled-agent zone_bundle::illumos_tests::test_zfs_quota
43112023-12-09T06:58:40.027Z PASS [ 0.044s] omicron-sled-agent zone_bundle::tests::test_compare_bundles
43122023-12-09T06:58:40.028Z PASS [ 0.065s] omicron-sled-agent zone_bundle::tests::test_disk_usage
43132023-12-09T06:58:40.028Z PASS [ 0.045s] omicron-sled-agent zone_bundle::tests::test_priority_dimension
43142023-12-09T06:58:40.028Z PASS [ 9.522s] omicron-passwords test::test_compatible
43152023-12-09T06:58:40.051Z PASS [ 0.047s] omicron-sled-agent zone_bundle::tests::test_sort_zone_bundle_cause
43162023-12-09T06:58:40.056Z PASS [ 0.043s] omicron-sled-agent zone_bundle::tests::test_storage_limit_bytes_available
43172023-12-09T06:58:40.450Z PASS [ 1.794s] omicron-sled-agent zone_bundle::illumos_tests::test_list_with_filter
43182023-12-09T06:58:40.664Z PASS [ 0.625s] omicron-sled-agent::mod integration_tests::commands::test_sled_agent_no_args
43192023-12-09T06:58:40.905Z PASS [ 0.240s] omicron-sled-agent::mod integration_tests::early_network::early_network_blobs_deserialize
43202023-12-09T06:58:40.971Z PASS [ 0.067s] omicron-test-utils dev::clickhouse::tests::test_clickhouse_in_path
43212023-12-09T06:58:40.985Z PASS [ 0.587s] omicron-sled-agent::mod integration_tests::commands::test_sled_agent_sim_no_args
43222023-12-09T06:58:41.005Z PASS [ 1.211s] omicron-sled-agent zone_bundle::illumos_tests::test_utilization
43232023-12-09T06:58:41.025Z PASS [ 0.042s] omicron-test-utils dev::clickhouse::tests::test_discover_clickhouse_ready
43242023-12-09T06:58:41.038Z PASS [ 1.014s] omicron-sled-agent::mod integration_tests::commands::test_bootstrap_agent_openapi_sled
43252023-12-09T06:58:41.049Z PASS [ 0.047s] omicron-test-utils dev::clickhouse::tests::test_discover_local_listening_port
43262023-12-09T06:58:41.075Z PASS [ 0.039s] omicron-test-utils dev::clickhouse::tests::test_discover_local_listening_port_timeout
43272023-12-09T06:58:41.124Z PASS [ 0.096s] omicron-test-utils dev::clickhouse::tests::test_discover_local_listening_port_slow_write
43282023-12-09T06:58:41.540Z PASS [ 1.080s] omicron-sled-agent::mod integration_tests::commands::test_sled_agent_openapi_sled
43292023-12-09T06:58:41.541Z PASS [ 0.421s] omicron-test-utils dev::db::test::test_bad_cmd
43302023-12-09T06:58:41.541Z PASS [ 0.056s] omicron-test-utils dev::db::test::test_make_pg_config_fail
43312023-12-09T06:58:41.564Z PASS [ 0.036s] omicron-test-utils dev::db::test::test_make_pg_config_ok
43322023-12-09T06:58:41.580Z PASS [ 0.441s] omicron-test-utils dev::db::test::test_database_start_hang
43332023-12-09T06:58:41.617Z PASS [ 0.043s] omicron-test-utils dev::db::test::test_process_exit_abnormal
43342023-12-09T06:58:41.623Z PASS [ 0.049s] omicron-test-utils dev::db::test::test_process_exit_normal
43352023-12-09T06:58:41.804Z PASS [ 0.725s] omicron-test-utils dev::db::test::test_cmd_fails
43362023-12-09T06:58:42.022Z PASS [ 1.043s] omicron-test-utils dev::clickhouse::tests::test_discover_clickhouse_not_ready
43372023-12-09T06:58:42.060Z PASS [ 0.043s] omicron-test-utils dev::db::test::test_starter_tmpdir
43382023-12-09T06:58:42.130Z PASS [ 0.072s] omicron-test-utils dev::dendrite::tests::test_discover_local_listening_port
43392023-12-09T06:58:42.186Z PASS [ 0.043s] omicron-test-utils dev::dendrite::tests::test_dpd_in_path
43402023-12-09T06:58:42.228Z PASS [ 0.047s] oximeter histogram::tests::test_bin_range
43412023-12-09T06:58:42.278Z PASS [ 0.057s] oximeter histogram::tests::test_bin_range_from
43422023-12-09T06:58:42.319Z PASS [ 0.034s] oximeter histogram::tests::test_bin_range_to
43432023-12-09T06:58:42.396Z PASS [ 0.044s] oximeter histogram::tests::test_empty_bins_not_supported
43442023-12-09T06:58:42.406Z PASS [ 0.047s] oximeter histogram::tests::test_ensure_finite
43452023-12-09T06:58:42.423Z PASS [ 26.199s] omicron-omdb::test_all_output test_omdb_env_settings
43462023-12-09T06:58:42.462Z PASS [ 0.059s] oximeter histogram::tests::test_histogram
43472023-12-09T06:58:42.482Z PASS [ 0.058s] oximeter histogram::tests::test_histogram_extreme_bins
43482023-12-09T06:58:42.507Z PASS [ 0.041s] oximeter histogram::tests::test_histogram_extreme_samples
43492023-12-09T06:58:42.568Z PASS [ 0.049s] oximeter histogram::tests::test_histogram_float_bins
43502023-12-09T06:58:42.572Z PASS [ 0.049s] oximeter histogram::tests::test_histogram_to_arrays
43512023-12-09T06:58:42.572Z PASS [ 0.039s] oximeter histogram::tests::test_histogram_unbounded_samples
43522023-12-09T06:58:42.592Z PASS [ 0.038s] oximeter histogram::tests::test_histogram_unsorted_bins
43532023-12-09T06:58:42.614Z PASS [ 0.041s] oximeter histogram::tests::test_histogram_with_bins
43542023-12-09T06:58:42.636Z PASS [ 0.039s] oximeter histogram::tests::test_histogram_with_non_partitioned_bins
43552023-12-09T06:58:42.670Z PASS [ 0.062s] oximeter histogram::tests::test_histogram_with_overlapping_bins
43562023-12-09T06:58:42.723Z PASS [ 0.057s] oximeter histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_1
43572023-12-09T06:58:42.790Z PASS [ 0.126s] oximeter histogram::tests::test_log_linear_bins_all_representable
43582023-12-09T06:58:42.880Z PASS [ 0.084s] oximeter histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_2
43592023-12-09T06:58:42.880Z PASS [ 0.081s] oximeter histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_3
43602023-12-09T06:58:42.880Z PASS [ 0.066s] oximeter histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_4
43612023-12-09T06:58:42.913Z PASS [ 0.070s] oximeter histogram::tests::test_log_linear_bins_integer_size_checks
43622023-12-09T06:58:42.941Z PASS [ 0.055s] oximeter histogram::tests::test_log_linear_bins_small_bin_count
43632023-12-09T06:58:42.975Z PASS [ 0.067s] oximeter histogram::tests::test_span_decades
43642023-12-09T06:58:43.010Z PASS [ 0.057s] oximeter histogram::tests::test_span_decades_other_counts_f64
43652023-12-09T06:58:43.025Z PASS [ 0.052s] oximeter histogram::tests::test_span_decades_other_counts_u64_resolution_ok
43662023-12-09T06:58:43.036Z PASS [ 0.051s] oximeter histogram::tests::test_span_decades_other_counts_u64_resolution_too_low
43672023-12-09T06:58:43.077Z PASS [ 0.043s] oximeter traits::tests::test_metric_trait
43682023-12-09T06:58:43.088Z PASS [ 0.063s] oximeter test_util::tests::test_gen_test_samples
43692023-12-09T06:58:43.135Z PASS [ 0.044s] oximeter traits::tests::test_producer_trait
43702023-12-09T06:58:43.135Z PASS [ 0.051s] oximeter traits::tests::test_target_trait
43712023-12-09T06:58:43.162Z PASS [ 0.038s] oximeter types::tests::test_cumulative_f64
43722023-12-09T06:58:43.187Z PASS [ 0.038s] oximeter types::tests::test_cumulative_i64
43732023-12-09T06:58:43.470Z PASS [ 0.065s] oximeter types::tests::test_datum
43742023-12-09T06:58:43.476Z PASS [ 0.050s] oximeter types::tests::test_field_value_parse_as_type::case_01_as_string
43752023-12-09T06:58:43.477Z PASS [ 0.170s] oximeter types::tests::test_field_value_parse_as_type::case_02_as_i8
43762023-12-09T06:58:43.477Z PASS [ 0.059s] oximeter types::tests::test_field_value_parse_as_type::case_04_as_i16
43772023-12-09T06:58:43.499Z PASS [ 0.043s] oximeter types::tests::test_field_value_parse_as_type::case_05_as_u16
43782023-12-09T06:58:43.515Z PASS [ 0.227s] oximeter types::tests::test_field_value_parse_as_type::case_03_as_u8
43792023-12-09T06:58:43.543Z PASS [ 0.035s] oximeter types::tests::test_field_value_parse_as_type::case_06_as_i32
43802023-12-09T06:58:43.557Z PASS [ 0.037s] oximeter types::tests::test_field_value_parse_as_type::case_07_as_u32
43812023-12-09T06:58:43.655Z PASS [ 0.033s] oximeter types::tests::test_field_value_parse_as_type::case_08_as_i64
43822023-12-09T06:58:43.665Z PASS [ 0.033s] oximeter types::tests::test_field_value_parse_as_type::case_09_as_u64
43832023-12-09T06:58:43.665Z PASS [ 0.036s] oximeter types::tests::test_field_value_parse_as_type::case_10_as_uuid
43842023-12-09T06:58:43.666Z PASS [ 0.034s] oximeter types::tests::test_field_value_parse_as_type::case_11_as_ipv4addr
43852023-12-09T06:58:43.666Z PASS [ 0.033s] oximeter types::tests::test_field_value_parse_as_type::case_12_as_ipv6addr
43862023-12-09T06:58:43.666Z PASS [ 0.033s] oximeter types::tests::test_field_value_parse_as_wrong_type::case_1_as_u64
43872023-12-09T06:58:43.674Z PASS [ 0.032s] oximeter types::tests::test_field_value_parse_as_wrong_type::case_2_as_uuid
43882023-12-09T06:58:43.688Z PASS [ 0.033s] oximeter types::tests::test_field_value_parse_as_wrong_type::case_3_as_bool
43892023-12-09T06:58:43.704Z PASS [ 0.034s] oximeter types::tests::test_field_value_parse_as_wrong_type::case_4_as_ipaddr
43902023-12-09T06:58:43.728Z PASS [ 0.032s] oximeter types::tests::test_field_value_parse_as_wrong_type::case_5_as_uuid
43912023-12-09T06:58:43.739Z PASS [ 0.036s] oximeter types::tests::test_measurement
43922023-12-09T06:58:43.781Z PASS [ 0.032s] oximeter types::tests::test_sample_struct
43932023-12-09T06:58:43.805Z PASS [ 0.053s] oximeter types::tests::test_verify_field_names
43942023-12-09T06:58:44.097Z PASS [ 0.344s] oximeter-collector agent::tests::test_self_stat_collection_count
43952023-12-09T06:58:44.126Z PASS [ 0.313s] oximeter-collector agent::tests::test_self_stat_error_counter
43962023-12-09T06:58:44.135Z LEAK [ 2.531s] omicron-test-utils dev::db::test::test_setup_database_bad_listen_url
43972023-12-09T06:58:44.142Z PASS [ 0.040s] oximeter-collector self_stats::tests::test_failure_reason_serialization
43982023-12-09T06:58:44.359Z PASS [ 0.266s] oximeter-collector agent::tests::test_self_stat_unreachable_counter
43992023-12-09T06:58:44.717Z PASS [ 0.531s] oximeter-collector::test_commands test_oximeter_no_args
44002023-12-09T06:58:44.957Z PASS [ 0.812s] oximeter-collector::test_commands test_oximeter_openapi
44012023-12-09T06:58:46.018Z PASS [ 1.351s] oximeter-db client::tests::test_apply_one_schema_upgrade_single_node
44022023-12-09T06:58:46.801Z PASS [ 1.844s] oximeter-db client::tests::test_ensure_schema_walks_through_multiple_steps_single_node
44032023-12-09T06:58:47.289Z PASS [ 5.489s] omicron-test-utils dev::db::test::test_setup_database_overridden_dir
44042023-12-09T06:58:47.342Z PASS [ 0.052s] oximeter-db client::tests::test_read_schema_upgrade_sql_files
44052023-12-09T06:58:47.370Z PASS [ 6.252s] omicron-test-utils dev::db::test::test_database_concurrent
44062023-12-09T06:58:47.821Z PASS [ 1.804s] oximeter-db client::tests::test_ensure_schema_with_missing_desired_schema_version_fails
44072023-12-09T06:58:47.857Z PASS [ 0.038s] oximeter-db client::tests::test_unravel_index
44082023-12-09T06:58:47.916Z PASS [ 0.059s] oximeter-db client::tests::test_verify_schema_upgrades
44092023-12-09T06:58:47.925Z PASS [ 3.567s] oximeter-db client::tests::test_apply_one_schema_upgrade_replicated
44102023-12-09T06:58:47.953Z PASS [ 0.035s] oximeter-db model::tests::test_db_bool
44112023-12-09T06:58:48.465Z PASS [ 0.513s] oximeter-db model::tests::test_db_bool_bad
44122023-12-09T06:58:48.502Z PASS [ 0.037s] oximeter-db model::tests::test_db_datum_type_conversion
44132023-12-09T06:58:48.542Z PASS [ 0.041s] oximeter-db model::tests::test_db_field_list_conversion
44142023-12-09T06:58:48.552Z PASS [ 1.754s] oximeter-db client::tests::test_ensure_schema_with_version_gaps_fails
44152023-12-09T06:58:48.592Z PASS [ 0.036s] oximeter-db model::tests::test_db_field_type_conversion
44162023-12-09T06:58:48.634Z PASS [ 0.048s] oximeter-db model::tests::test_db_histogram
44172023-12-09T06:58:48.640Z PASS [ 0.061s] oximeter-db model::tests::test_histogram_to_arrays
44182023-12-09T06:58:48.699Z PASS [ 0.038s] oximeter-db model::tests::test_parse_bytes_measurement
44192023-12-09T06:58:48.719Z PASS [ 0.041s] oximeter-db model::tests::test_parse_string_datum_requiring_escape
44202023-12-09T06:58:48.793Z PASS [ 0.056s] oximeter-db model::tests::test_parse_timeseries_histogram_measurement
44212023-12-09T06:58:48.864Z PASS [ 0.088s] oximeter-db model::tests::test_parse_timeseries_scalar_cumulative_measurement
44222023-12-09T06:58:48.904Z PASS [ 0.040s] oximeter-db model::tests::test_parse_timeseries_scalar_gauge_measurement
44232023-12-09T06:58:48.930Z PASS [ 0.327s] oximeter-db model::tests::test_parse_bad_cumulative_json_data
44242023-12-09T06:58:48.946Z PASS [ 0.042s] oximeter-db model::tests::test_unroll_from_source
44252023-12-09T06:58:48.972Z PASS [ 0.040s] oximeter-db model::tests::test_unroll_measurement_row
44262023-12-09T06:58:48.994Z PASS [ 0.041s] oximeter-db model::tests::test_unroll_missing_measurement_row
44272023-12-09T06:58:49.009Z PASS [ 0.037s] oximeter-db query::tests::test_field_cmp
44282023-12-09T06:58:49.036Z PASS [ 0.041s] oximeter-db query::tests::test_field_selector_as_query
44292023-12-09T06:58:49.057Z PASS [ 0.048s] oximeter-db query::tests::test_field_value_as_db_str
44302023-12-09T06:58:49.165Z PASS [ 0.075s] oximeter-db query::tests::test_select_query_builder_field_selectors
44312023-12-09T06:58:49.169Z PASS [ 0.083s] oximeter-db query::tests::test_select_query_builder_filter_raw
44322023-12-09T06:58:49.169Z PASS [ 0.044s] oximeter-db query::tests::test_select_query_builder_from_parts
44332023-12-09T06:58:49.190Z PASS [ 0.043s] oximeter-db query::tests::test_select_query_builder_limit_offset
44342023-12-09T06:58:49.204Z PASS [ 0.068s] oximeter-db query::tests::test_select_query_builder_full
44352023-12-09T06:58:49.234Z PASS [ 0.042s] oximeter-db query::tests::test_select_query_builder_no_fields
44362023-12-09T06:58:49.248Z PASS [ 0.042s] oximeter-db query::tests::test_select_query_builder_no_selectors
44372023-12-09T06:58:49.290Z PASS [ 0.043s] oximeter-db query::tests::test_time_range
44382023-12-09T06:58:49.323Z PASS [ 0.091s] oximeter-db query::tests::test_string_field_selector
44392023-12-09T06:58:49.335Z PASS [ 0.044s] oximeter-db tests::test_field_schema_ordering
44402023-12-09T06:58:49.369Z PASS [ 0.046s] oximeter-db tests::test_schema_field_ordering_across_target_metric
44412023-12-09T06:58:49.387Z PASS [ 0.052s] oximeter-db tests::test_timeseries_key_field_stability
44422023-12-09T06:58:49.409Z PASS [ 0.040s] oximeter-db tests::test_timeseries_key_sample_stability
44432023-12-09T06:58:49.432Z PASS [ 0.042s] oximeter-db tests::test_timeseries_name
44442023-12-09T06:58:49.461Z PASS [ 0.053s] oximeter-db tests::test_timeseries_name_from_str
44452023-12-09T06:58:49.477Z PASS [ 0.044s] oximeter-db tests::test_unsorted_db_fields_are_sorted_on_read
44462023-12-09T06:58:49.512Z PASS [ 0.036s] oximeter-instruments http::tests::test_normalize_uri_path
44472023-12-09T06:58:49.520Z PASS [ 0.059s] oximeter-instruments http::tests::test_latency_tracker
44482023-12-09T06:58:49.555Z PASS [ 2.215s] oximeter-db client::tests::test_select_all_field_types
44492023-12-09T06:58:49.625Z PASS [ 0.104s] oximeter-instruments kstat::link::tests::test_kstat_sampler_with_overflow
44502023-12-09T06:58:49.635Z PASS [ 0.124s] oximeter-instruments kstat::link::tests::test_kstat_sampler
44512023-12-09T06:58:49.677Z PASS [ 0.120s] oximeter-instruments kstat::link::tests::test_kstat_start_time_is_equal
44522023-12-09T06:58:49.716Z PASS [ 0.080s] oximeter-instruments kstat::link::tests::test_physical_datalink
44532023-12-09T06:58:49.728Z PASS [ 0.100s] oximeter-instruments kstat::link::tests::test_kstat_with_expiration
44542023-12-09T06:58:49.764Z PASS [ 0.087s] oximeter-instruments kstat::link::tests::test_prune_creation_times_when_kstat_is_gone
44552023-12-09T06:58:49.773Z PASS [ 0.048s] oximeter-macro-impl tests::test_extract_datum_type_by_annotatd_field
44562023-12-09T06:58:49.796Z PASS [ 0.032s] oximeter-macro-impl tests::test_extract_datum_type_by_field_name
44572023-12-09T06:58:49.811Z PASS [ 0.031s] oximeter-macro-impl tests::test_extract_datum_type_multiple_annotated_fields
44582023-12-09T06:58:49.811Z PASS [ 0.090s] oximeter-instruments kstat::link::tests::test_prune_creation_times_when_target_is_removed
44592023-12-09T06:58:49.825Z PASS [ 0.030s] oximeter-macro-impl tests::test_extract_datum_type_named_and_annotated
44602023-12-09T06:58:49.834Z PASS [ 0.030s] oximeter-macro-impl tests::test_extract_datum_type_named_and_annotated_same_field
44612023-12-09T06:58:49.851Z PASS [ 0.034s] oximeter-macro-impl tests::test_metric_annotated_field
44622023-12-09T06:58:49.866Z PASS [ 0.034s] oximeter-macro-impl tests::test_metric_datum_field
44632023-12-09T06:58:49.883Z PASS [ 0.041s] oximeter-macro-impl tests::test_metric_enum
44642023-12-09T06:58:49.883Z PASS [ 0.038s] oximeter-macro-impl tests::test_metric_without_datum_field
44652023-12-09T06:58:49.908Z PASS [ 0.037s] oximeter-macro-impl tests::test_target
44662023-12-09T06:58:49.951Z PASS [ 0.039s] oximeter-macro-impl tests::test_target_empty_struct
44672023-12-09T06:58:49.951Z PASS [ 0.030s] oximeter-macro-impl tests::test_target_enum
44682023-12-09T06:58:49.958Z PASS [ 0.039s] oximeter-macro-impl tests::test_target_with_datum_field
44692023-12-09T06:58:49.958Z PASS [ 0.057s] oximeter-macro-impl tests::test_target_unit_struct
44702023-12-09T06:58:49.983Z PASS [ 0.055s] sled-hardware disk::test::test_disk_paths
44712023-12-09T06:58:50.000Z PASS [ 0.039s] sled-hardware disk::test::test_partition_device_paths
44722023-12-09T06:58:50.024Z PASS [ 0.055s] sled-hardware illumos::partitions::test::ensure_partition_layout_m2_cannot_format
44732023-12-09T06:58:50.048Z PASS [ 0.054s] sled-hardware illumos::partitions::test::ensure_partition_layout_m2_fails_with_empty_gpt
44742023-12-09T06:58:50.048Z PASS [ 0.052s] sled-hardware illumos::partitions::test::ensure_partition_layout_m2_with_expected_format
44752023-12-09T06:58:50.073Z PASS [ 0.049s] sled-hardware illumos::partitions::test::ensure_partition_layout_u2_fails_with_empty_gpt
44762023-12-09T06:58:50.089Z PASS [ 0.049s] sled-hardware illumos::partitions::test::ensure_partition_layout_u2_format_with_dev_path
44772023-12-09T06:58:50.103Z PASS [ 0.053s] sled-hardware illumos::partitions::test::ensure_partition_layout_u2_no_format_without_dev_path
44782023-12-09T06:58:50.130Z PASS [ 0.047s] sled-hardware illumos::partitions::test::ensure_partition_layout_u2_with_expected_format
44792023-12-09T06:58:50.150Z PASS [ 0.057s] sled-hardware underlay::tests::test_mac_to_bootstrap_ip
44802023-12-09T06:58:50.163Z PASS [ 0.061s] sled-storage dataset::test::serialize_dataset_name
44812023-12-09T06:58:50.234Z PASS [ 0.090s] sled-storage manager::tests::add_u2_disk_while_not_in_normal_stage_and_ensure_it_gets_queued
44822023-12-09T06:58:51.673Z PASS [ 1.532s] sled-storage manager::tests::delete_disk_triggers_notification
44832023-12-09T06:58:51.887Z PASS [ 1.727s] sled-storage manager::tests::ensure_u2_gets_added_to_resources
44842023-12-09T06:58:53.629Z PASS [ 1.958s] sled-storage manager::tests::queued_disks_get_added_as_resources
44852023-12-09T06:58:53.903Z PASS [ 2.016s] sled-storage manager::tests::queued_disks_get_requeued_on_secret_retriever_error
44862023-12-09T06:58:55.104Z PASS [ 1.201s] sled-storage manager::tests::wait_for_bootdisk
44872023-12-09T06:58:55.357Z PASS [ 1.726s] sled-storage manager::tests::upsert_filesystem
44882023-12-09T06:58:56.141Z PASS [ 21.666s] omicron-passwords test::test_smoke
44892023-12-09T06:58:56.428Z PASS [ 1.071s] tufaceous::integration-tests command_tests::test_init_and_add
44902023-12-09T06:58:56.476Z PASS [ 0.050s] tufaceous-lib archive::tests::test_validate_path
44912023-12-09T06:58:56.544Z PASS [ 0.068s] tufaceous-lib key::tests::test_from_str
44922023-12-09T06:58:56.872Z PASS [ 0.328s] tufaceous-lib repository::tests::reject_artifacts_with_the_same_filename
44932023-12-09T06:58:57.335Z PASS [ 0.462s] update-engine buffer::tests::test_buffer
44942023-12-09T06:58:57.352Z PASS [ 2.245s] tufaceous::integration-tests command_tests::test_assemble_fake
44952023-12-09T06:58:57.390Z PASS [ 0.042s] update-engine display::line_display_shared::tests::test_format_progress_counter
44962023-12-09T06:58:57.431Z PASS [ 0.040s] update-engine engine::tests::error_exits_early
44972023-12-09T06:58:57.454Z PASS [ 0.120s] update-engine display::group_display::tests::test_stats
44982023-12-09T06:58:57.477Z PASS [ 0.046s] update-engine events::tests::progress_event_parse_unknown
44992023-12-09T06:58:57.488Z PASS [ 0.035s] update-engine events::tests::step_event_parse_unknown
45002023-12-09T06:58:57.511Z PASS [ 28.219s] omicron-omdb::test_all_output test_omdb_success_cases
45012023-12-09T06:58:57.534Z PASS [ 0.045s] wicket state::inventory::tests::component_id_display
45022023-12-09T06:58:57.627Z PASS [ 0.150s] wicket cli::rack_setup::config_toml::tests::round_trip_nonempty_config
45032023-12-09T06:58:57.745Z PASS [ 16.128s] omicron-test-utils dev::db::test::test_setup_database_default_dir
45042023-12-09T06:58:57.773Z PASS [ 1.630s] tufaceous::manifest-tests check_manifest::fake.toml
45052023-12-09T06:58:57.816Z PASS [ 0.069s] wicketd installinator_progress::tests::test_states
45062023-12-09T06:58:57.849Z PASS [ 0.220s] wicketd artifacts::update_plan::tests::test_update_plan_from_artifacts
45072023-12-09T06:58:58.067Z PASS [ 0.552s] wicket::mod integration_tests::command_tests::test_wicket_ssh_force_command_like
45082023-12-09T06:58:58.944Z PASS [ 1.173s] wicketd::mod integration_tests::commands::test_wicketd_openapi
45092023-12-09T06:58:59.505Z PASS [ 1.977s] wicketd artifacts::artifacts_with_plan::tests::test_extract_fake
45102023-12-09T06:58:59.724Z PASS [ 1.920s] wicketd::mod integration_tests::inventory::test_inventory
45112023-12-09T06:59:01.199Z PASS [ 3.142s] wicketd::mod integration_tests::updates::test_update_races
45122023-12-09T06:59:02.721Z PASS [ 3.786s] wicketd::mod integration_tests::updates::test_updates
45132023-12-09T06:59:02.999Z PASS [ 5.160s] wicketd::mod integration_tests::updates::test_installinator_fetch
45142023-12-09T06:59:03.539Z PASS [ 13.344s] sled-storage manager::tests::ensure_using_exactly_these_disks
45152023-12-09T06:59:06.026Z PASS [ 18.666s] oximeter-db client::tests::test_single_node
45162023-12-09T06:59:08.576Z PASS [ 20.656s] oximeter-db client::tests::test_ensure_schema_walks_through_multiple_steps_replicated
45172023-12-09T07:00:08.573Z SLOW [> 60.000s] oximeter-db client::tests::test_replicated
45182023-12-09T07:01:08.569Z SLOW [>120.000s] oximeter-db client::tests::test_replicated
45192023-12-09T07:02:08.571Z SLOW [>180.000s] oximeter-db client::tests::test_replicated
45202023-12-09T07:03:08.563Z SLOW [>240.000s] oximeter-db client::tests::test_replicated
45212023-12-09T07:04:08.559Z SLOW [>300.000s] oximeter-db client::tests::test_replicated
45222023-12-09T07:05:08.557Z SLOW [>360.000s] oximeter-db client::tests::test_replicated
45232023-12-09T07:06:08.553Z SLOW [>420.000s] oximeter-db client::tests::test_replicated
45242023-12-09T07:06:52.739Z PASS [ 464.203s] oximeter-db client::tests::test_replicated
45252023-12-09T07:06:52.743Z------------
45262023-12-09T07:06:52.743Z Summary [2152.807s] 975 tests run: 975 passed (15 slow, 1 leaky), 3 skipped
45272023-12-09T07:06:52.774Z
45282023-12-09T07:06:52.778Zreal 36:04.887712826
45292023-12-09T07:06:52.778Zuser 2:46:07.675487813
45302023-12-09T07:06:52.778Zsys 45:18.561934090
45312023-12-09T07:06:52.778Ztrap 3:46.530442820
45322023-12-09T07:06:52.778Ztflt 10.431239745
45332023-12-09T07:06:52.778Zdflt 28.317792682
45342023-12-09T07:06:52.778Zkflt 0.168844950
45352023-12-09T07:06:52.778Zlock 773:50:09.661654130
45362023-12-09T07:06:52.778Zslp 43:49:26.415583190
45372023-12-09T07:06:52.778Zlat 3:04:55.210269201
45382023-12-09T07:06:52.778Zstop 23:17.635051974
45392023-12-09T07:06:52.781Z
45402023-12-09T07:06:52.781Z ##### #### #### ##### ###### #### #####
45412023-12-09T07:06:52.782Z # # # # # # # # # #
45422023-12-09T07:06:52.782Z # # # # # # ##### #### #
45432023-12-09T07:06:52.782Z # # # # # # # # #
45442023-12-09T07:06:52.782Z # # # # # # # # # # #
45452023-12-09T07:06:52.782Z ##### #### #### # ###### #### #
45462023-12-09T07:06:52.782Z
45472023-12-09T07:06:54.272Z Fresh unicode-ident v1.0.12
45482023-12-09T07:06:54.278Z Fresh cfg-if v1.0.0
45492023-12-09T07:06:54.278Z Fresh autocfg v1.1.0
45502023-12-09T07:06:54.278Z Fresh version_check v0.9.4
45512023-12-09T07:06:54.278Z Fresh proc-macro2 v1.0.69
45522023-12-09T07:06:54.278Z Fresh memchr v2.6.3
45532023-12-09T07:06:54.278Z Fresh log v0.4.20
45542023-12-09T07:06:54.278Z Fresh scopeguard v1.2.0
45552023-12-09T07:06:54.278Z Fresh once_cell v1.19.0
45562023-12-09T07:06:54.278Z Fresh quote v1.0.33
45572023-12-09T07:06:54.278Z Fresh libc v0.2.150
45582023-12-09T07:06:54.278Z Fresh smallvec v1.11.0
45592023-12-09T07:06:54.279Z Fresh itoa v1.0.9
45602023-12-09T07:06:54.279Z Fresh syn v2.0.32
45612023-12-09T07:06:54.279Z Fresh getrandom v0.2.10
45622023-12-09T07:06:54.279Z Fresh syn v1.0.109
45632023-12-09T07:06:54.279Z Fresh spin v0.5.2
45642023-12-09T07:06:54.279Z Fresh serde_derive v1.0.192
45652023-12-09T07:06:54.279Z Fresh lock_api v0.4.10
45662023-12-09T07:06:54.279Z Fresh parking_lot_core v0.9.8
45672023-12-09T07:06:54.279Z Fresh libm v0.2.7
45682023-12-09T07:06:54.279Z Fresh cc v1.0.83
45692023-12-09T07:06:54.279Z Fresh thiserror-impl v1.0.49
45702023-12-09T07:06:54.279Z Fresh pin-project-lite v0.2.13
45712023-12-09T07:06:54.279Z Fresh serde v1.0.192
45722023-12-09T07:06:54.279Z Fresh num-traits v0.2.16
45732023-12-09T07:06:54.279Z Fresh parking_lot v0.12.1
45742023-12-09T07:06:54.279Z Fresh rand_core v0.6.4
45752023-12-09T07:06:54.279Z Fresh signal-hook-registry v1.4.1
45762023-12-09T07:06:54.280Z Fresh mio v0.8.9
45772023-12-09T07:06:54.280Z Fresh bytes v1.5.0
45782023-12-09T07:06:54.280Z Fresh thiserror v1.0.49
45792023-12-09T07:06:54.280Z Fresh bitflags v2.4.0
45802023-12-09T07:06:54.280Z Fresh ryu v1.0.15
45812023-12-09T07:06:54.280Z Fresh num_cpus v1.16.0
45822023-12-09T07:06:54.281Z Fresh zeroize_derive v1.4.2
45832023-12-09T07:06:54.281Z Fresh futures-core v0.3.29
45842023-12-09T07:06:54.281Z Fresh zeroize v1.7.0
45852023-12-09T07:06:54.281Z Fresh tokio-macros v2.2.0
45862023-12-09T07:06:54.281Z Fresh socket2 v0.5.5
45872023-12-09T07:06:54.281Z Fresh heck v0.4.1
45882023-12-09T07:06:54.281Z Fresh fnv v1.0.7
45892023-12-09T07:06:54.281Z Fresh regex-syntax v0.8.2
45902023-12-09T07:06:54.281Z Fresh serde_json v1.0.108
45912023-12-09T07:06:54.281Z Fresh tokio v1.35.0
45922023-12-09T07:06:54.281Z Fresh futures-sink v0.3.29
45932023-12-09T07:06:54.281Z Fresh lazy_static v1.4.0
45942023-12-09T07:06:54.281Z Fresh errno v0.3.2
45952023-12-09T07:06:54.281Z Fresh aho-corasick v1.0.4
45962023-12-09T07:06:54.281Z Fresh pin-utils v0.1.0
45972023-12-09T07:06:54.281Z Fresh byteorder v1.5.0
45982023-12-09T07:06:54.281Z Fresh futures-task v0.3.29
45992023-12-09T07:06:54.281Z Fresh regex-automata v0.4.3
46002023-12-09T07:06:54.282Z Fresh slab v0.4.9
46012023-12-09T07:06:54.282Z Fresh futures-channel v0.3.29
46022023-12-09T07:06:54.282Z Fresh futures-macro v0.3.29
46032023-12-09T07:06:54.287Z Fresh equivalent v1.0.1
46042023-12-09T07:06:54.287Z Fresh hashbrown v0.14.2
46052023-12-09T07:06:54.287Z Fresh futures-io v0.3.29
46062023-12-09T07:06:54.287Z Fresh regex v1.10.2
46072023-12-09T07:06:54.287Z Fresh typenum v1.16.0
46082023-12-09T07:06:54.287Z Fresh iana-time-zone v0.1.57
46092023-12-09T07:06:54.287Z Fresh subtle v2.5.0
46102023-12-09T07:06:54.287Z Fresh futures-util v0.3.29
46112023-12-09T07:06:54.287Z Fresh indexmap v2.1.0
46122023-12-09T07:06:54.287Z Fresh generic-array v0.14.7
46132023-12-09T07:06:54.288Z Fresh chrono v0.4.31
46142023-12-09T07:06:54.288Z Fresh pkg-config v0.3.27
46152023-12-09T07:06:54.288Z Fresh uuid v1.6.1
46162023-12-09T07:06:54.288Z Fresh tinyvec_macros v0.1.1
46172023-12-09T07:06:54.288Z Fresh tinyvec v1.6.0
46182023-12-09T07:06:54.288Z Fresh crypto-common v0.1.6
46192023-12-09T07:06:54.288Z Fresh spin v0.9.8
46202023-12-09T07:06:54.288Z Fresh tracing-attributes v0.1.26
46212023-12-09T07:06:54.288Z Fresh tracing-core v0.1.31
46222023-12-09T07:06:54.288Z Fresh const-oid v0.9.5
46232023-12-09T07:06:54.288Z Fresh base64 v0.21.5
46242023-12-09T07:06:54.288Z Fresh rustix v0.38.25
46252023-12-09T07:06:54.288Z Fresh tracing v0.1.37
46262023-12-09T07:06:54.288Z Fresh unicode-normalization v0.1.22
46272023-12-09T07:06:54.288Z Fresh http v0.2.11
46282023-12-09T07:06:54.288Z Fresh unicode-bidi v0.3.13
46292023-12-09T07:06:54.288Z Fresh serde_derive_internals v0.26.0
46302023-12-09T07:06:54.289Z Fresh percent-encoding v2.3.1
46312023-12-09T07:06:54.289Z Fresh dyn-clone v1.0.13
46322023-12-09T07:06:54.290Z Fresh schemars_derive v0.8.13
46332023-12-09T07:06:54.290Z Fresh bitflags v1.3.2
46342023-12-09T07:06:54.290Z Fresh ppv-lite86 v0.2.17
46352023-12-09T07:06:54.290Z Fresh form_urlencoded v1.2.1
46362023-12-09T07:06:54.290Z Fresh block-buffer v0.10.4
46372023-12-09T07:06:54.290Z Fresh rand_chacha v0.3.1
46382023-12-09T07:06:54.290Z Fresh vcpkg v0.2.15
46392023-12-09T07:06:54.290Z Fresh hashbrown v0.12.3
46402023-12-09T07:06:54.290Z Fresh unicode-width v0.1.11
46412023-12-09T07:06:54.290Z Fresh semver v1.0.20
46422023-12-09T07:06:54.291Z Fresh schemars v0.8.13
46432023-12-09T07:06:54.291Z Fresh rand v0.8.5
46442023-12-09T07:06:54.291Z Fresh indexmap v1.9.3
46452023-12-09T07:06:54.291Z Fresh digest v0.10.7
46462023-12-09T07:06:54.291Z Fresh either v1.9.0
46472023-12-09T07:06:54.291Z Fresh httparse v1.8.0
46482023-12-09T07:06:54.291Z Fresh idna v0.5.0
46492023-12-09T07:06:54.291Z Fresh ucd-trie v0.1.6
46502023-12-09T07:06:54.291Z Fresh tokio-util v0.7.10
46512023-12-09T07:06:54.291Z Fresh serde_spanned v0.6.4
46522023-12-09T07:06:54.291Z Fresh toml_datetime v0.6.5
46532023-12-09T07:06:54.291Z Fresh url v2.5.0
46542023-12-09T07:06:54.291Z Fresh pest v2.7.2
46552023-12-09T07:06:54.291Z Fresh socket2 v0.4.9
46562023-12-09T07:06:54.291Z Fresh winnow v0.5.15
46572023-12-09T07:06:54.291Z Fresh adler v1.0.2
46582023-12-09T07:06:54.291Z Fresh miniz_oxide v0.7.1
46592023-12-09T07:06:54.291Z Fresh untrusted v0.7.1
46602023-12-09T07:06:54.291Z Fresh strsim v0.10.0
46612023-12-09T07:06:54.292Z Fresh httpdate v1.0.3
46622023-12-09T07:06:54.292Z Fresh try-lock v0.2.4
46632023-12-09T07:06:54.292Z Fresh ahash v0.8.3
46642023-12-09T07:06:54.292Z Fresh ring v0.16.20
46652023-12-09T07:06:54.292Z Fresh want v0.3.1
46662023-12-09T07:06:54.293Z Fresh h2 v0.3.21
46672023-12-09T07:06:54.293Z Fresh http-body v0.4.5
46682023-12-09T07:06:54.293Z Fresh foreign-types-shared v0.1.1
46692023-12-09T07:06:54.293Z Fresh openssl-probe v0.1.5
46702023-12-09T07:06:54.293Z Fresh cpufeatures v0.2.9
46712023-12-09T07:06:54.293Z Fresh tower-service v0.3.2
46722023-12-09T07:06:54.293Z Fresh untrusted v0.9.0
46732023-12-09T07:06:54.293Z Fresh foreign-types v0.3.2
46742023-12-09T07:06:54.293Z Fresh hashbrown v0.13.2
46752023-12-09T07:06:54.293Z Fresh async-trait v0.1.74
46762023-12-09T07:06:54.293Z Fresh openssl-sys v0.9.96
46772023-12-09T07:06:54.293Z Fresh hyper v0.14.27
46782023-12-09T07:06:54.293Z Fresh ring v0.17.7
46792023-12-09T07:06:54.293Z Fresh openssl-macros v0.1.1
46802023-12-09T07:06:54.293Z Fresh mime v0.3.17
46812023-12-09T07:06:54.293Z Fresh sct v0.7.0
46822023-12-09T07:06:54.293Z Fresh rustc_version v0.4.0
46832023-12-09T07:06:54.293Z Fresh openssl v0.10.60
46842023-12-09T07:06:54.294Z Fresh rustls-webpki v0.101.7
46852023-12-09T07:06:54.294Z Fresh ipnet v2.8.0
46862023-12-09T07:06:54.294Z Fresh toml_edit v0.19.15
46872023-12-09T07:06:54.294Z Fresh rustls-pemfile v1.0.3
46882023-12-09T07:06:54.294Z Fresh rustls v0.21.9
46892023-12-09T07:06:54.294Z Fresh gimli v0.28.0
46902023-12-09T07:06:54.294Z Fresh unicode-xid v0.2.4
46912023-12-09T07:06:54.294Z Fresh serde_urlencoded v0.7.1
46922023-12-09T07:06:54.294Z Fresh object v0.32.1
46932023-12-09T07:06:54.294Z Fresh encoding_rs v0.8.33
46942023-12-09T07:06:54.294Z Fresh addr2line v0.21.0
46952023-12-09T07:06:54.294Z Fresh native-tls v0.2.11
46962023-12-09T07:06:54.294Z Fresh tokio-rustls v0.24.1
46972023-12-09T07:06:54.294Z Fresh rustc-demangle v0.1.23
46982023-12-09T07:06:54.294Z Fresh rustls-native-certs v0.6.3
46992023-12-09T07:06:54.294Z Fresh tokio-native-tls v0.3.1
47002023-12-09T07:06:54.294Z Fresh backtrace v0.3.69
47012023-12-09T07:06:54.294Z Fresh hyper-rustls v0.24.2
47022023-12-09T07:06:54.295Z Fresh openapiv3 v2.0.0
47032023-12-09T07:06:54.303Z Fresh utf8parse v0.2.1
47042023-12-09T07:06:54.304Z Fresh hyper-tls v0.5.0
47052023-12-09T07:06:54.304Z Fresh anyhow v1.0.75
47062023-12-09T07:06:54.304Z Fresh webpki-roots v0.25.2
47072023-12-09T07:06:54.304Z Fresh base64ct v1.6.0
47082023-12-09T07:06:54.304Z Fresh crc32fast v1.3.2
47092023-12-09T07:06:54.304Z Fresh crossbeam-utils v0.8.16
47102023-12-09T07:06:54.304Z Fresh reqwest v0.11.22
47112023-12-09T07:06:54.304Z Fresh hex v0.4.3
47122023-12-09T07:06:54.305Z Fresh time-core v0.1.1
47132023-12-09T07:06:54.305Z Fresh slog v2.7.0
47142023-12-09T07:06:54.305Z Fresh anstyle v1.0.2
47152023-12-09T07:06:54.305Z Fresh time-macros v0.2.13
47162023-12-09T07:06:54.305Z Fresh rustversion v1.0.14
47172023-12-09T07:06:54.306Z Fresh pem-rfc7468 v0.7.0
47182023-12-09T07:06:54.306Z Fresh io-lifetimes v1.0.11
47192023-12-09T07:06:54.306Z Fresh synstructure v0.12.6
47202023-12-09T07:06:54.306Z Fresh pest_meta v2.7.2
47212023-12-09T07:06:54.306Z Fresh futures-executor v0.3.29
47222023-12-09T07:06:54.307Z Fresh der_derive v0.7.2
47232023-12-09T07:06:54.307Z Fresh flagset v0.4.3
47242023-12-09T07:06:54.307Z Fresh num_threads v0.1.6
47252023-12-09T07:06:54.307Z Fresh deranged v0.3.8
47262023-12-09T07:06:54.310Z Fresh rustix v0.37.23
47272023-12-09T07:06:54.310Z Fresh pest_generator v2.7.2
47282023-12-09T07:06:54.310Z Fresh zerocopy-derive v0.2.0
47292023-12-09T07:06:54.310Z Fresh time v0.3.27
47302023-12-09T07:06:54.310Z Fresh der v0.7.8
47312023-12-09T07:06:54.310Z Fresh num-integer v0.1.45
47322023-12-09T07:06:54.310Z Fresh flate2 v1.0.28
47332023-12-09T07:06:54.310Z Fresh anstyle-parse v0.2.1
47342023-12-09T07:06:54.310Z Fresh itertools v0.10.5
47352023-12-09T07:06:54.310Z Fresh colorchoice v1.0.0
47362023-12-09T07:06:54.310Z Fresh anstyle-query v1.0.0
47372023-12-09T07:06:54.310Z Fresh unicode-segmentation v1.10.1
47382023-12-09T07:06:54.311Z Fresh siphasher v0.3.11
47392023-12-09T07:06:54.311Z Fresh zerocopy v0.3.0
47402023-12-09T07:06:54.311Z Fresh terminal_size v0.2.6
47412023-12-09T07:06:54.311Z Fresh pest_derive v2.7.2
47422023-12-09T07:06:54.311Z Fresh anstream v0.5.0
47432023-12-09T07:06:54.311Z Fresh spki v0.7.2
47442023-12-09T07:06:54.311Z Fresh futures v0.3.29
47452023-12-09T07:06:54.312Z Fresh bit-vec v0.6.3
47462023-12-09T07:06:54.312Z Fresh clap_lex v0.5.1
47472023-12-09T07:06:54.312Z Fresh dtrace-parser v0.1.14
47482023-12-09T07:06:54.312Z Fresh clap_builder v4.4.2
47492023-12-09T07:06:54.312Z Fresh dof v0.1.5
47502023-12-09T07:06:54.312Z Fresh toml v0.7.8
47512023-12-09T07:06:54.312Z Fresh toml_edit v0.21.0
47522023-12-09T07:06:54.312Z Fresh hash32 v0.2.1
47532023-12-09T07:06:54.313Z Fresh clap_derive v4.4.2
47542023-12-09T07:06:54.313Z Fresh thread-id v4.2.0
47552023-12-09T07:06:54.313Z Fresh data-encoding v2.4.0
47562023-12-09T07:06:54.313Z Fresh stable_deref_trait v1.2.0
47572023-12-09T07:06:54.313Z Fresh clap v4.4.3
47582023-12-09T07:06:54.313Z Fresh pkcs8 v0.10.2
47592023-12-09T07:06:54.313Z Fresh strum_macros v0.25.2
47602023-12-09T07:06:54.313Z Fresh serde_tokenstream v0.1.7
47612023-12-09T07:06:54.313Z Fresh heapless v0.7.16
47622023-12-09T07:06:54.313Z Fresh usdt-impl v0.3.5
47632023-12-09T07:06:54.313Z Fresh zerocopy-derive v0.6.4
47642023-12-09T07:06:54.313Z Fresh managed v0.8.0
47652023-12-09T07:06:54.313Z Fresh memoffset v0.9.0
47662023-12-09T07:06:54.313Z Fresh zerocopy v0.6.4
47672023-12-09T07:06:54.313Z Fresh bit-set v0.5.3
47682023-12-09T07:06:54.313Z Fresh phf_shared v0.10.0
47692023-12-09T07:06:54.313Z Fresh sha2 v0.10.8
47702023-12-09T07:06:54.313Z Fresh ipnetwork v0.20.0
47712023-12-09T07:06:54.314Z Fresh precomputed-hash v0.1.1
47722023-12-09T07:06:54.314Z Fresh fixedbitset v0.4.2
47732023-12-09T07:06:54.315Z Fresh new_debug_unreachable v1.0.4
47742023-12-09T07:06:54.315Z Fresh crossbeam-epoch v0.9.15
47752023-12-09T07:06:54.315Z Fresh num-iter v0.1.43
47762023-12-09T07:06:54.315Z Fresh signal-hook v0.3.17
47772023-12-09T07:06:54.315Z Fresh usdt-macro v0.3.5
47782023-12-09T07:06:54.315Z Fresh petgraph v0.6.4
47792023-12-09T07:06:54.315Z Fresh string_cache v0.8.7
47802023-12-09T07:06:54.315Z Fresh usdt-attr-macro v0.3.5
47812023-12-09T07:06:54.315Z Fresh hmac v0.12.1
47822023-12-09T07:06:54.315Z Fresh pin-project-internal v1.1.3
47832023-12-09T07:06:54.315Z Fresh matches v0.1.10
47842023-12-09T07:06:54.315Z Fresh usdt v0.3.5
47852023-12-09T07:06:54.315Z Fresh predicates-core v1.0.6
47862023-12-09T07:06:54.315Z Fresh regex-automata v0.1.10
47872023-12-09T07:06:54.315Z Fresh lalrpop-util v0.19.12
47882023-12-09T07:06:54.315Z Fresh idna v0.2.3
47892023-12-09T07:06:54.316Z Fresh bzip2-sys v0.1.11+1.0.8
47902023-12-09T07:06:54.316Z Fresh bstr v0.2.17
47912023-12-09T07:06:54.316Z Fresh doc-comment v0.3.3
47922023-12-09T07:06:54.316Z Fresh pin-project v1.1.3
47932023-12-09T07:06:54.316Z Fresh signal-hook-mio v0.2.3
47942023-12-09T07:06:54.316Z Fresh itertools v0.11.0
47952023-12-09T07:06:54.316Z Fresh block-padding v0.3.3
47962023-12-09T07:06:54.316Z Fresh enum-as-inner v0.5.1
47972023-12-09T07:06:54.316Z Fresh scheduled-thread-pool v0.2.7
47982023-12-09T07:06:54.316Z Fresh float-cmp v0.9.0
47992023-12-09T07:06:54.316Z Fresh diesel_table_macro_syntax v0.1.0
48002023-12-09T07:06:54.316Z Fresh regex-automata v0.3.8
48012023-12-09T07:06:54.318Z Fresh difflib v0.4.0
48022023-12-09T07:06:54.318Z Fresh normalize-line-endings v0.3.0
48032023-12-09T07:06:54.323Z Fresh r2d2 v0.8.10
48042023-12-09T07:06:54.323Z Fresh trust-dns-proto v0.22.0
48052023-12-09T07:06:54.323Z Fresh diesel_derives v2.1.2
48062023-12-09T07:06:54.323Z Fresh bstr v1.6.0
48072023-12-09T07:06:54.323Z Fresh bzip2 v0.4.4
48082023-12-09T07:06:54.323Z Fresh pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
48092023-12-09T07:06:54.323Z Fresh crossterm v0.27.0
48102023-12-09T07:06:54.323Z Fresh inout v0.1.3
48112023-12-09T07:06:54.323Z Fresh md-5 v0.10.5
48122023-12-09T07:06:54.324Z Fresh console v0.15.7
48132023-12-09T07:06:54.324Z Fresh stringprep v0.1.3
48142023-12-09T07:06:54.324Z Fresh ff v0.13.0
48152023-12-09T07:06:54.324Z Fresh snafu-derive v0.7.5
48162023-12-09T07:06:54.324Z Fresh hubpack_derive v0.1.1
48172023-12-09T07:06:54.324Z Fresh base16ct v0.2.0
48182023-12-09T07:06:54.324Z Fresh static_assertions v1.1.0
48192023-12-09T07:06:54.324Z Fresh fallible-iterator v0.2.0
48202023-12-09T07:06:54.324Z Fresh snafu v0.7.5
48212023-12-09T07:06:54.324Z Fresh group v0.13.0
48222023-12-09T07:06:54.324Z Fresh diesel v2.1.4
48232023-12-09T07:06:54.324Z Fresh cipher v0.4.4
48242023-12-09T07:06:54.324Z Fresh hubpack v0.1.2
48252023-12-09T07:06:54.324Z Fresh sec1 v0.7.3
48262023-12-09T07:06:54.324Z Fresh postgres-protocol v0.6.6
48272023-12-09T07:06:54.324Z Fresh zip v0.6.6
48282023-12-09T07:06:54.324Z Fresh smoltcp v0.9.1
48292023-12-09T07:06:54.325Z Fresh num-bigint v0.4.4
48302023-12-09T07:06:54.325Z Fresh similar v2.2.1
48312023-12-09T07:06:54.325Z Fresh hkdf v0.12.3
48322023-12-09T07:06:54.325Z Fresh phf_shared v0.11.2
48332023-12-09T07:06:54.326Z Fresh crypto-bigint v0.5.2
48342023-12-09T07:06:54.326Z Fresh serde_repr v0.1.16
48352023-12-09T07:06:54.326Z Fresh yasna v0.5.2
48362023-12-09T07:06:54.326Z Fresh postgres-types v0.2.6
48372023-12-09T07:06:54.326Z Fresh predicates v3.0.4
48382023-12-09T07:06:54.326Z Fresh whoami v1.4.1
48392023-12-09T07:06:54.326Z Fresh tokio-stream v0.1.14
48402023-12-09T07:06:54.326Z Fresh phf v0.11.2
48412023-12-09T07:06:54.326Z Fresh gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
48422023-12-09T07:06:54.326Z Fresh elliptic-curve v0.13.8
48432023-12-09T07:06:54.326Z Fresh serde_tokenstream v0.2.0
48442023-12-09T07:06:54.326Z Fresh regress v0.7.1
48452023-12-09T07:06:54.326Z Fresh getopts v0.2.21
48462023-12-09T07:06:54.326Z Fresh unsafe-libyaml v0.2.9
48472023-12-09T07:06:54.326Z Fresh progenitor-client v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576)
48482023-12-09T07:06:54.326Z Fresh tokio-postgres v0.7.10
48492023-12-09T07:06:54.326Z Fresh typify-impl v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f)
48502023-12-09T07:06:54.326Z Fresh serde_yaml v0.9.25
48512023-12-09T07:06:54.327Z Fresh fastrand v2.0.0
48522023-12-09T07:06:54.327Z Fresh ident_case v1.0.1
48532023-12-09T07:06:54.327Z Fresh dirs-sys-next v0.1.2
48542023-12-09T07:06:54.327Z Fresh toml v0.8.8
48552023-12-09T07:06:54.327Z Fresh match_cfg v0.1.0
48562023-12-09T07:06:54.327Z Fresh typify-macro v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f)
48572023-12-09T07:06:54.327Z Fresh tempfile v3.8.1
48582023-12-09T07:06:54.327Z Fresh dirs-next v2.0.0
48592023-12-09T07:06:54.327Z Fresh hostname v0.3.1
48602023-12-09T07:06:54.327Z Fresh atty v0.2.14
48612023-12-09T07:06:54.327Z Fresh quick-error v1.2.3
48622023-12-09T07:06:54.327Z Fresh typify v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f)
48632023-12-09T07:06:54.327Z Fresh term v0.7.0
48642023-12-09T07:06:54.327Z Fresh darling_core v0.20.3
48652023-12-09T07:06:54.327Z Fresh sha1 v0.10.6
48662023-12-09T07:06:54.327Z Fresh crossbeam-channel v0.5.8
48672023-12-09T07:06:54.327Z Fresh omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
48682023-12-09T07:06:54.328Z Fresh progenitor-impl v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576)
48692023-12-09T07:06:54.328Z Fresh paste v1.0.14
48702023-12-09T07:06:54.328Z Fresh darling_macro v0.20.3
48712023-12-09T07:06:54.328Z Fresh thread_local v1.1.7
48722023-12-09T07:06:54.328Z Fresh instant v0.1.12
48732023-12-09T07:06:54.328Z Fresh progenitor-macro v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576)
48742023-12-09T07:06:54.328Z Fresh camino v1.1.6
48752023-12-09T07:06:54.328Z Fresh darling v0.20.3
48762023-12-09T07:06:54.328Z Fresh strum v0.25.0
48772023-12-09T07:06:54.328Z Fresh take_mut v0.2.2
48782023-12-09T07:06:54.328Z Fresh slog-term v2.9.0
48792023-12-09T07:06:54.328Z Fresh progenitor v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576)
48802023-12-09T07:06:54.328Z Fresh slog-async v2.8.0
48812023-12-09T07:06:54.328Z Fresh serde_with_macros v3.4.0
48822023-12-09T07:06:54.330Z Fresh slog-json v2.6.1
48832023-12-09T07:06:54.330Z Fresh async-stream-impl v0.3.5
48842023-12-09T07:06:54.330Z Fresh structmeta-derive v0.2.0
48852023-12-09T07:06:54.330Z Fresh wait-timeout v0.2.0
48862023-12-09T07:06:54.330Z Fresh atomic-waker v1.1.1
48872023-12-09T07:06:54.330Z Fresh debug-ignore v1.0.5
48882023-12-09T07:06:54.330Z Fresh multer v2.1.0
48892023-12-09T07:06:54.330Z Fresh serde_with v3.4.0
48902023-12-09T07:06:54.330Z Fresh slog-bunyan v2.4.0
48912023-12-09T07:06:54.330Z Fresh structmeta v0.2.0
48922023-12-09T07:06:54.330Z Fresh async-stream v0.3.5
48932023-12-09T07:06:54.330Z Fresh waitgroup v0.1.2
48942023-12-09T07:06:54.330Z Fresh dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017)
48952023-12-09T07:06:54.330Z Fresh serde_path_to_error v0.1.14
48962023-12-09T07:06:54.331Z Fresh rusty-fork v0.3.0
48972023-12-09T07:06:54.331Z Fresh rand_xorshift v0.3.0
48982023-12-09T07:06:54.331Z Fresh regex-syntax v0.7.5
48992023-12-09T07:06:54.331Z Fresh unarray v0.1.4
49002023-12-09T07:06:54.331Z Fresh dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017)
49012023-12-09T07:06:54.331Z Fresh parse-display-derive v0.8.2
49022023-12-09T07:06:54.331Z Fresh proptest v1.4.0
49032023-12-09T07:06:54.336Z Fresh backoff v0.4.0
49042023-12-09T07:06:54.336Z Fresh test-strategy v0.3.1
49052023-12-09T07:06:54.336Z Fresh api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
49062023-12-09T07:06:54.336Z Fresh serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
49072023-12-09T07:06:54.337Z Fresh macaddr v1.0.1
49082023-12-09T07:06:54.337Z Fresh parse-display v0.8.2
49092023-12-09T07:06:54.337Z Fresh is-terminal v0.4.9
49102023-12-09T07:06:54.337Z Fresh camino-tempfile v1.1.1
49112023-12-09T07:06:54.337Z Fresh proc-macro-crate v1.3.1
49122023-12-09T07:06:54.337Z Fresh num_enum_derive v0.5.11
49132023-12-09T07:06:54.337Z Fresh cobs v0.2.3
49142023-12-09T07:06:54.338Z Fresh proc-macro-error-attr v1.0.4
49152023-12-09T07:06:54.338Z Fresh num_enum v0.5.11
49162023-12-09T07:06:54.338Z Fresh embedded-io v0.4.0
49172023-12-09T07:06:54.338Z Fresh smoltcp v0.10.0
49182023-12-09T07:06:54.338Z Fresh foreign-types-macros v0.2.3
49192023-12-09T07:06:54.338Z Fresh proc-macro-error v1.0.4
49202023-12-09T07:06:54.338Z Fresh postcard v1.0.8
49212023-12-09T07:06:54.338Z Fresh illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=24ceba1969269e4d81bda83d8968d7d7f713c46b#24ceba19)
49222023-12-09T07:06:54.338Z Fresh foreign-types-shared v0.3.1
49232023-12-09T07:06:54.338Z Fresh termtree v0.4.1
49242023-12-09T07:06:54.338Z Fresh predicates-tree v1.0.9
49252023-12-09T07:06:54.338Z Fresh libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
49262023-12-09T07:06:54.338Z Fresh foreign-types v0.5.0
49272023-12-09T07:06:54.338Z Fresh opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=24ceba1969269e4d81bda83d8968d7d7f713c46b#24ceba19)
49282023-12-09T07:06:54.338Z Fresh crucible-workspace-hack v0.1.0
49292023-12-09T07:06:54.338Z Fresh nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
49302023-12-09T07:06:54.338Z Fresh zerocopy-derive v0.7.26
49312023-12-09T07:06:54.338Z Fresh kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=24ceba1969269e4d81bda83d8968d7d7f713c46b#24ceba19)
49322023-12-09T07:06:54.339Z Fresh rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
49332023-12-09T07:06:54.339Z Fresh cstr-argument v0.1.2
49342023-12-09T07:06:54.339Z Fresh pretty-hex v0.2.1
49352023-12-09T07:06:54.339Z Fresh zerocopy v0.7.26
49362023-12-09T07:06:54.339Z Fresh colored v2.0.4
49372023-12-09T07:06:54.339Z Fresh zone_cfg_derive v0.3.0
49382023-12-09T07:06:54.339Z Fresh dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
49392023-12-09T07:06:54.339Z Fresh nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
49402023-12-09T07:06:54.339Z Fresh rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
49412023-12-09T07:06:54.339Z Fresh opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=24ceba1969269e4d81bda83d8968d7d7f713c46b#24ceba19)
49422023-12-09T07:06:54.339Z Fresh bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3e1d129151c3621d28ead5c6e5760693ba6e7fec#3e1d1291)
49432023-12-09T07:06:54.339Z Fresh predicates v2.1.5
49442023-12-09T07:06:54.339Z Fresh num-derive v0.4.0
49452023-12-09T07:06:54.339Z Fresh oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=24ceba1969269e4d81bda83d8968d7d7f713c46b#24ceba19)
49462023-12-09T07:06:54.339Z Fresh libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d)
49472023-12-09T07:06:54.339Z Fresh mockall_derive v0.11.4
49482023-12-09T07:06:54.339Z Fresh downcast v0.11.0
49492023-12-09T07:06:54.339Z Fresh fragile v2.0.0
49502023-12-09T07:06:54.339Z Fresh crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=945f040d259ca8013d3fb26f510453da7cd7b1a6#945f040d)
49512023-12-09T07:06:54.340Z Fresh bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3e1d129151c3621d28ead5c6e5760693ba6e7fec#3e1d1291)
49522023-12-09T07:06:54.340Z Fresh zone v0.3.0
49532023-12-09T07:06:54.340Z Fresh opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=24ceba1969269e4d81bda83d8968d7d7f713c46b#24ceba19)
49542023-12-09T07:06:54.340Z Fresh mockall v0.11.4
49552023-12-09T07:06:54.340Z Fresh smf v0.2.2
49562023-12-09T07:06:54.340Z Fresh xattr v1.0.1
49572023-12-09T07:06:54.340Z Fresh filetime v0.2.23
49582023-12-09T07:06:54.340Z Fresh same-file v1.0.6
49592023-12-09T07:06:54.340Z Fresh heck v0.3.3
49602023-12-09T07:06:54.340Z Fresh textwrap v0.11.0
49612023-12-09T07:06:54.340Z Fresh tar v0.4.40
49622023-12-09T07:06:54.340Z Fresh walkdir v2.4.0
49632023-12-09T07:06:54.340Z Fresh strsim v0.8.0
49642023-12-09T07:06:54.340Z Fresh vec_map v0.8.2
49652023-12-09T07:06:54.340Z Fresh ansi_term v0.12.1
49662023-12-09T07:06:54.340Z Fresh structopt-derive v0.4.18
49672023-12-09T07:06:54.340Z Fresh clap v2.34.0
49682023-12-09T07:06:54.340Z Fresh pem v3.0.2
49692023-12-09T07:06:54.341Z Fresh illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
49702023-12-09T07:06:54.341Z Fresh password-hash v0.5.0
49712023-12-09T07:06:54.341Z Fresh blake2 v0.10.6
49722023-12-09T07:06:54.341Z Fresh toml v0.5.11
49732023-12-09T07:06:54.341Z Fresh structopt v0.3.26
49742023-12-09T07:06:54.341Z Fresh libefi-sys v0.1.0
49752023-12-09T07:06:54.341Z Fresh argon2 v0.5.2
49762023-12-09T07:06:54.341Z Fresh glob v0.3.1
49772023-12-09T07:06:54.341Z Fresh headers-core v0.2.0
49782023-12-09T07:06:54.341Z Fresh tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802)
49792023-12-09T07:06:54.341Z Fresh libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
49802023-12-09T07:06:54.341Z Fresh swrite v0.1.0
49812023-12-09T07:06:54.341Z Fresh convert_case v0.4.0
49822023-12-09T07:06:54.343Z Fresh ciborium-io v0.2.1
49832023-12-09T07:06:54.343Z Fresh half v1.8.2
49842023-12-09T07:06:54.343Z Fresh ciborium-ll v0.2.1
49852023-12-09T07:06:54.343Z Fresh cancel-safe-futures v0.1.5
49862023-12-09T07:06:54.343Z Fresh derive_more v0.99.17
49872023-12-09T07:06:54.343Z Fresh headers v0.3.9
49882023-12-09T07:06:54.343Z Fresh semver-parser v0.10.2
49892023-12-09T07:06:54.343Z Fresh termcolor v1.2.0
49902023-12-09T07:06:54.343Z Fresh linked-hash-map v0.5.6
49912023-12-09T07:06:54.343Z Fresh ciborium v0.2.1
49922023-12-09T07:06:54.343Z Fresh lru-cache v0.1.2
49932023-12-09T07:06:54.343Z Fresh semver v0.11.0
49942023-12-09T07:06:54.343Z Fresh libsw v3.3.0
49952023-12-09T07:06:54.343Z Fresh derive-where v1.2.6
49962023-12-09T07:06:54.344Z Fresh owo-colors v3.5.0
49972023-12-09T07:06:54.344Z Fresh tap v1.0.1
49982023-12-09T07:06:54.344Z Fresh linear-map v1.2.0
49992023-12-09T07:06:54.344Z Fresh home v0.5.5
50002023-12-09T07:06:54.344Z Fresh rcgen v0.11.3
50012023-12-09T07:06:54.344Z Fresh omicron-zone-package v0.9.1
50022023-12-09T07:06:54.344Z Fresh atomicwrites v0.4.2
50032023-12-09T07:06:54.349Z Fresh wyz v0.5.1
50042023-12-09T07:06:54.349Z Fresh toolchain_find v0.2.0
50052023-12-09T07:06:54.350Z Fresh radium v0.7.0
50062023-12-09T07:06:54.350Z Fresh subprocess v0.2.9
50072023-12-09T07:06:54.350Z Fresh crc-catalog v2.2.0
50082023-12-09T07:06:54.350Z Fresh funty v2.0.0
50092023-12-09T07:06:54.350Z Fresh bitvec v1.0.1
50102023-12-09T07:06:54.351Z Fresh rustfmt-wrapper v0.2.0
50112023-12-09T07:06:54.351Z Fresh crc v3.0.1
50122023-12-09T07:06:54.351Z Fresh maybe-uninit v2.0.0
50132023-12-09T07:06:54.351Z Fresh packed_struct_codegen v0.10.1
50142023-12-09T07:06:54.351Z Fresh nodrop v0.1.14
50152023-12-09T07:06:54.351Z Fresh smallvec v0.6.14
50162023-12-09T07:06:54.351Z Fresh pkcs1 v0.7.5
50172023-12-09T07:06:54.352Z Fresh signature v2.1.0
50182023-12-09T07:06:54.352Z Fresh bitfield v0.14.0
50192023-12-09T07:06:54.352Z Fresh num-bigint-dig v0.8.4
50202023-12-09T07:06:54.352Z Fresh array-init v0.0.4
50212023-12-09T07:06:54.352Z Fresh packed_struct v0.10.1
50222023-12-09T07:06:54.352Z Fresh tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
50232023-12-09T07:06:54.352Z Fresh env_logger v0.10.0
50242023-12-09T07:06:54.352Z Fresh x509-cert v0.2.4
50252023-12-09T07:06:54.352Z Fresh ron v0.8.1
50262023-12-09T07:06:54.352Z Fresh lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
50272023-12-09T07:06:54.352Z Fresh slog-dtrace v0.2.3
50282023-12-09T07:06:54.352Z Fresh rsa v0.9.2
50292023-12-09T07:06:54.352Z Fresh serde-hex v0.1.0
50302023-12-09T07:06:54.352Z Fresh keccak v0.1.4
50312023-12-09T07:06:54.352Z Fresh crc-any v2.4.3
50322023-12-09T07:06:54.352Z Fresh tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
50332023-12-09T07:06:54.352Z Fresh lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
50342023-12-09T07:06:54.352Z Fresh sha3 v0.10.8
50352023-12-09T07:06:54.352Z Fresh object v0.30.4
50362023-12-09T07:06:54.353Z Fresh secrecy v0.8.0
50372023-12-09T07:06:54.354Z Fresh arc-swap v1.6.0
50382023-12-09T07:06:54.354Z Fresh path-slash v0.1.5
50392023-12-09T07:06:54.354Z Fresh hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84)
50402023-12-09T07:06:54.354Z Fresh slog-scope v4.4.0
50412023-12-09T07:06:54.354Z Fresh semver v0.1.20
50422023-12-09T07:06:54.354Z Fresh itertools v0.12.0
50432023-12-09T07:06:54.354Z Fresh fxhash v0.2.1
50442023-12-09T07:06:54.354Z Fresh num-complex v0.4.4
50452023-12-09T07:06:54.354Z Fresh rustc_version v0.1.7
50462023-12-09T07:06:54.355Z Fresh slog-stdlog v4.1.1
50472023-12-09T07:06:54.355Z Fresh num-rational v0.4.1
50482023-12-09T07:06:54.355Z Fresh utf-8 v0.7.6
50492023-12-09T07:06:54.355Z Fresh resolv-conf v0.7.0
50502023-12-09T07:06:54.355Z Fresh newline-converter v0.3.0
50512023-12-09T07:06:54.355Z Fresh num v0.4.1
50522023-12-09T07:06:54.355Z Fresh slog-envlogger v2.2.0
50532023-12-09T07:06:54.355Z Fresh tungstenite v0.20.1
50542023-12-09T07:06:54.355Z Fresh trust-dns-resolver v0.22.0
50552023-12-09T07:06:54.355Z Fresh expectorate v1.1.0
50562023-12-09T07:06:54.355Z Fresh tokio-tungstenite v0.20.1
50572023-12-09T07:06:54.355Z Fresh buf-list v1.0.3
50582023-12-09T07:06:54.355Z Fresh display-error-chain v0.2.0
50592023-12-09T07:06:54.355Z Fresh newtype_derive v0.1.6
50602023-12-09T07:06:54.355Z Fresh crossbeam-deque v0.8.3
50612023-12-09T07:06:54.355Z Fresh signature v1.6.4
50622023-12-09T07:06:54.355Z Fresh hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
50632023-12-09T07:06:54.355Z Fresh steno v0.4.0
50642023-12-09T07:06:54.357Z Fresh ed25519 v1.5.3
50652023-12-09T07:06:54.357Z Fresh memoffset v0.7.1
50662023-12-09T07:06:54.357Z Fresh rayon-core v1.12.0
50672023-12-09T07:06:54.357Z Fresh hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
50682023-12-09T07:06:54.357Z Fresh salty v0.2.0
50692023-12-09T07:06:54.357Z Fresh nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d)
50702023-12-09T07:06:54.357Z Fresh rayon v1.8.0
50712023-12-09T07:06:54.357Z Fresh tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
50722023-12-09T07:06:54.357Z Fresh serde-big-array v0.4.1
50732023-12-09T07:06:54.358Z Fresh serde-big-array v0.5.1
50742023-12-09T07:06:54.358Z Fresh diff v0.1.13
50752023-12-09T07:06:54.358Z Fresh sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
50762023-12-09T07:06:54.358Z Fresh gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
50772023-12-09T07:06:54.358Z Fresh platforms v3.0.2
50782023-12-09T07:06:54.358Z Fresh crunchy v0.2.2
50792023-12-09T07:06:54.358Z Fresh darling_core v0.14.4
50802023-12-09T07:06:54.358Z Fresh globset v0.4.13
50812023-12-09T07:06:54.358Z Fresh signal-hook-tokio v0.3.1
50822023-12-09T07:06:54.358Z Fresh olpc-cjson v0.1.3
50832023-12-09T07:06:54.358Z Fresh serde_plain v1.0.2
50842023-12-09T07:06:54.358Z Fresh async-recursion v1.0.5
50852023-12-09T07:06:54.358Z Fresh nibble_vec v0.1.0
50862023-12-09T07:06:54.358Z Fresh endian-type v0.1.2
50872023-12-09T07:06:54.358Z Fresh corncobs v0.1.3
50882023-12-09T07:06:54.358Z Fresh typed-path v0.7.0
50892023-12-09T07:06:54.360Z Fresh minimal-lexical v0.2.1
50902023-12-09T07:06:54.360Z Fresh radix_trie v0.2.1
50912023-12-09T07:06:54.360Z Fresh sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
50922023-12-09T07:06:54.360Z Fresh darling_macro v0.14.4
50932023-12-09T07:06:54.360Z Fresh tough v0.16.0
50942023-12-09T07:06:54.361Z Fresh nom v7.1.3
50952023-12-09T07:06:54.361Z Fresh tiny-keccak v2.0.2
50962023-12-09T07:06:54.361Z Fresh unicase v2.7.0
50972023-12-09T07:06:54.361Z Fresh parking_lot_core v0.8.6
50982023-12-09T07:06:54.361Z Fresh ascii-canvas v3.0.0
50992023-12-09T07:06:54.362Z Fresh ena v0.14.2
51002023-12-09T07:06:54.362Z Fresh libloading v0.7.4
51012023-12-09T07:06:54.362Z Fresh regex-syntax v0.6.29
51022023-12-09T07:06:54.362Z Fresh lalrpop v0.19.12
51032023-12-09T07:06:54.367Z Fresh clang-sys v1.6.1
51042023-12-09T07:06:54.367Z Fresh cexpr v0.6.0
51052023-12-09T07:06:54.367Z Fresh parking_lot v0.11.2
51062023-12-09T07:06:54.367Z Fresh darling v0.14.4
51072023-12-09T07:06:54.367Z Fresh portable-atomic v1.4.3
51082023-12-09T07:06:54.367Z Fresh trust-dns-client v0.22.0
51092023-12-09T07:06:54.367Z Fresh prettyplease v0.2.12
51102023-12-09T07:06:54.367Z Fresh which v4.4.0
51112023-12-09T07:06:54.367Z Fresh universal-hash v0.5.1
51122023-12-09T07:06:54.368Z Fresh curve25519-dalek-derive v0.1.0
51132023-12-09T07:06:54.368Z Fresh thiserror-impl-no-std v2.0.2
51142023-12-09T07:06:54.368Z Fresh lazycell v1.3.0
51152023-12-09T07:06:54.368Z Fresh peeking_take_while v0.1.2
51162023-12-09T07:06:54.369Z Fresh number_prefix v0.4.0
51172023-12-09T07:06:54.369Z Fresh rustc-hash v1.1.0
51182023-12-09T07:06:54.369Z Fresh opaque-debug v0.3.0
51192023-12-09T07:06:54.369Z Fresh shlex v1.1.0
51202023-12-09T07:06:54.369Z Fresh thiserror-no-std v2.0.2
51212023-12-09T07:06:54.369Z Fresh indicatif v0.17.7
51222023-12-09T07:06:54.369Z Fresh curve25519-dalek v4.1.0
51232023-12-09T07:06:54.369Z Fresh poly1305 v0.8.0
51242023-12-09T07:06:54.369Z Fresh trust-dns-server v0.22.1
51252023-12-09T07:06:54.369Z Fresh bindgen v0.65.1
51262023-12-09T07:06:54.369Z Fresh derive_builder_core v0.12.0
51272023-12-09T07:06:54.369Z Fresh fs-err v2.11.0
51282023-12-09T07:06:54.369Z Fresh sled v0.34.7
51292023-12-09T07:06:54.369Z Fresh chacha20 v0.9.1
51302023-12-09T07:06:54.369Z Fresh aead v0.5.2
51312023-12-09T07:06:54.369Z Fresh kstat-rs v0.2.3
51322023-12-09T07:06:54.369Z Fresh bcs v0.1.6
51332023-12-09T07:06:54.370Z Fresh bytesize v1.3.0
51342023-12-09T07:06:54.370Z Fresh ref-cast-impl v1.0.20
51352023-12-09T07:06:54.370Z Fresh highway v1.1.0
51362023-12-09T07:06:54.370Z Fresh pretty-hex v0.4.0
51372023-12-09T07:06:54.370Z Fresh chacha20poly1305 v0.10.1
51382023-12-09T07:06:54.370Z Fresh ref-cast v1.0.20
51392023-12-09T07:06:54.370Z Fresh derive_builder_macro v0.12.0
51402023-12-09T07:06:54.370Z Fresh mime_guess v2.0.4
51412023-12-09T07:06:54.370Z Fresh vsss-rs v3.3.1
51422023-12-09T07:06:54.370Z Fresh strum_macros v0.24.3
51432023-12-09T07:06:54.370Z Fresh openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
51442023-12-09T07:06:54.371Z Fresh indoc v2.0.3
51452023-12-09T07:06:54.371Z Fresh humantime v2.1.0
51462023-12-09T07:06:54.371Z Fresh is_ci v1.1.1
51472023-12-09T07:06:54.371Z Fresh indoc v1.0.9
51482023-12-09T07:06:54.371Z Fresh cassowary v0.3.0
51492023-12-09T07:06:54.371Z Fresh maplit v1.0.2
51502023-12-09T07:06:54.371Z Fresh polar-core v0.27.0
51512023-12-09T07:06:54.371Z Fresh supports-color v2.1.0
51522023-12-09T07:06:54.372Z Fresh derive_builder v0.12.0
51532023-12-09T07:06:54.372Z Fresh ratatui v0.23.0
51542023-12-09T07:06:54.372Z Fresh libxml v0.3.3
51552023-12-09T07:06:54.372Z Fresh propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=3e1d129151c3621d28ead5c6e5760693ba6e7fec#3e1d1291)
51562023-12-09T07:06:54.372Z Fresh crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=945f040d259ca8013d3fb26f510453da7cd7b1a6#945f040d)
51572023-12-09T07:06:54.372Z Fresh bb8 v0.8.1
51582023-12-09T07:06:54.372Z Fresh propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3e1d129151c3621d28ead5c6e5760693ba6e7fec#3e1d1291)
51592023-12-09T07:06:54.372Z Fresh quick-xml v0.23.1
51602023-12-09T07:06:54.372Z Fresh impl-trait-for-tuples v0.2.2
51612023-12-09T07:06:54.372Z Fresh oso-derive v0.27.0
51622023-12-09T07:06:54.372Z Fresh rtoolbox v0.0.1
51632023-12-09T07:06:54.372Z Fresh http-range v0.1.5
51642023-12-09T07:06:54.372Z Fresh assert_matches v1.5.0
51652023-12-09T07:06:54.372Z Fresh smawk v0.3.1
51662023-12-09T07:06:54.372Z Fresh unicode-linebreak v0.1.5
51672023-12-09T07:06:54.372Z Fresh oso v0.27.0
51682023-12-09T07:06:54.372Z Fresh hyper-staticfile v0.9.5
51692023-12-09T07:06:54.372Z Fresh async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef)
51702023-12-09T07:06:54.373Z Fresh propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3e1d129151c3621d28ead5c6e5760693ba6e7fec#3e1d1291)
51712023-12-09T07:06:54.373Z Fresh rpassword v7.3.1
51722023-12-09T07:06:54.373Z Fresh samael v0.0.10 (https://github.com/njaremko/samael?branch=master#52028e45)
51732023-12-09T07:06:54.373Z Fresh textwrap v0.16.0
51742023-12-09T07:06:54.373Z Fresh tui-tree-widget v0.13.0
51752023-12-09T07:06:54.373Z Fresh diesel-dtrace v0.2.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#c1252df7)
51762023-12-09T07:06:54.373Z Fresh cookie v0.18.0
51772023-12-09T07:06:54.373Z Fresh vte_generate_state_changes v0.1.1
51782023-12-09T07:06:54.373Z Fresh plotters-backend v0.3.5
51792023-12-09T07:06:54.373Z Fresh shell-words v1.1.0
51802023-12-09T07:06:54.373Z Fresh vte v0.11.1
51812023-12-09T07:06:54.373Z Fresh plotters-svg v0.3.5
51822023-12-09T07:06:54.373Z Fresh nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
51832023-12-09T07:06:54.373Z Fresh cast v0.3.0
51842023-12-09T07:06:54.373Z Fresh strip-ansi-escapes v0.2.0
51852023-12-09T07:06:54.373Z Fresh plotters v0.3.5
51862023-12-09T07:06:54.373Z Fresh fd-lock v3.0.13
51872023-12-09T07:06:54.373Z Fresh criterion-plot v0.5.0
51882023-12-09T07:06:54.374Z Fresh tinytemplate v1.2.1
51892023-12-09T07:06:54.374Z Fresh threadpool v1.8.1
51902023-12-09T07:06:54.374Z Fresh nanorand v0.7.0
51912023-12-09T07:06:54.375Z Fresh nu-ansi-term v0.49.0
51922023-12-09T07:06:54.375Z Fresh relative-path v1.9.0
51932023-12-09T07:06:54.375Z Fresh anes v0.1.6
51942023-12-09T07:06:54.375Z Fresh yansi v0.5.1
51952023-12-09T07:06:54.375Z Fresh constant_time_eq v0.2.6
51962023-12-09T07:06:54.376Z Fresh arrayref v0.3.7
51972023-12-09T07:06:54.376Z Fresh oorandom v11.1.3
51982023-12-09T07:06:54.376Z Fresh arrayvec v0.7.4
51992023-12-09T07:06:54.376Z Fresh libtest-mimic v0.6.1
52002023-12-09T07:06:54.376Z Fresh blake2b_simd v1.0.1
52012023-12-09T07:06:54.376Z Fresh pretty_assertions v1.4.0
52022023-12-09T07:06:54.376Z Fresh criterion v0.5.1
52032023-12-09T07:06:54.381Z Fresh rstest_macros v0.18.2
52042023-12-09T07:06:54.381Z Fresh reedline v0.26.0
52052023-12-09T07:06:54.381Z Fresh flume v0.11.0
52062023-12-09T07:06:54.381Z Fresh nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
52072023-12-09T07:06:54.381Z Fresh assert_cmd v2.0.12
52082023-12-09T07:06:54.381Z Fresh crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=945f040d259ca8013d3fb26f510453da7cd7b1a6#945f040d)
52092023-12-09T07:06:54.381Z Fresh fatfs v0.3.6
52102023-12-09T07:06:54.381Z Fresh basic-toml v0.1.4
52112023-12-09T07:06:54.381Z Fresh rand v0.4.6
52122023-12-09T07:06:54.382Z Fresh futures-timer v3.0.2
52132023-12-09T07:06:54.382Z Fresh constant_time_eq v0.3.0
52142023-12-09T07:06:54.382Z Fresh remove_dir_all v0.5.3
52152023-12-09T07:06:54.382Z Fresh topological-sort v0.2.2
52162023-12-09T07:06:54.382Z Fresh trybuild v1.0.85
52172023-12-09T07:06:54.382Z Fresh rust-argon2 v1.0.1
52182023-12-09T07:06:54.382Z Fresh rstest v0.18.2
52192023-12-09T07:06:54.382Z Fresh tempdir v0.3.7
52202023-12-09T07:06:54.382Z Fresh datatest-stable v0.2.3
52212023-12-09T07:06:54.382Z Fresh partial-io v0.5.4
52222023-12-09T07:06:54.382Z Fresh nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
52232023-12-09T07:06:54.382Z Fresh httptest v0.15.5
52242023-12-09T07:06:54.382Z Fresh similar-asserts v1.5.0
52252023-12-09T07:06:54.382Z Fresh approx v0.5.1
52262023-12-09T07:06:54.382Z Fresh hex-literal v0.4.1
52272023-12-09T07:06:54.382Z Fresh tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
52282023-12-09T07:06:54.382Z Fresh omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
52292023-12-09T07:06:54.382Z Fresh omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
52302023-12-09T07:06:54.383Z Fresh dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
52312023-12-09T07:06:54.383Z Fresh wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
52322023-12-09T07:06:54.383Z Fresh oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
52332023-12-09T07:06:54.383Z Fresh omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
52342023-12-09T07:06:54.383Z Fresh installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
52352023-12-09T07:06:54.383Z Fresh wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
52362023-12-09T07:06:54.383Z Fresh wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
52372023-12-09T07:06:54.383Z Fresh oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
52382023-12-09T07:06:54.383Z Fresh nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
52392023-12-09T07:06:54.383Z Fresh omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
52402023-12-09T07:06:54.383Z Fresh installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client)
52412023-12-09T07:06:54.383Z Fresh installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd)
52422023-12-09T07:06:54.383Z Fresh oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
52432023-12-09T07:06:54.383Z Fresh nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
52442023-12-09T07:06:54.384Z Fresh bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
52452023-12-09T07:06:54.384Z Fresh internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
52462023-12-09T07:06:54.384Z Fresh authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
52472023-12-09T07:06:54.384Z Fresh nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
52482023-12-09T07:06:54.384Z Fresh update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
52492023-12-09T07:06:54.384Z Fresh omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
52502023-12-09T07:06:54.384Z Fresh oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
52512023-12-09T07:06:54.384Z Fresh gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
52522023-12-09T07:06:54.384Z Fresh oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
52532023-12-09T07:06:54.385Z Fresh wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
52542023-12-09T07:06:54.385Z Fresh mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client)
52552023-12-09T07:06:54.385Z Fresh oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
52562023-12-09T07:06:54.385Z Fresh tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
52572023-12-09T07:06:54.385Z Fresh oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
52582023-12-09T07:06:54.385Z Fresh nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
52592023-12-09T07:06:54.385Z Fresh db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
52602023-12-09T07:06:54.385Z Fresh bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
52612023-12-09T07:06:54.385Z Fresh sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
52622023-12-09T07:06:54.385Z Fresh wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
52632023-12-09T07:06:54.385Z Fresh sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
52642023-12-09T07:06:54.385Z Fresh dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
52652023-12-09T07:06:54.386Z Fresh omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
52662023-12-09T07:06:54.386Z Fresh ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
52672023-12-09T07:06:54.386Z Fresh nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
52682023-12-09T07:06:54.386Z Fresh nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
52692023-12-09T07:06:54.386Z Fresh ipcc-key-value v0.1.0 (/work/oxidecomputer/omicron/ipcc-key-value)
52702023-12-09T07:06:54.386Z Fresh sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
52712023-12-09T07:06:54.386Z Fresh omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
52722023-12-09T07:06:54.387Z Fresh omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
52732023-12-09T07:06:54.387Z Fresh key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
52742023-12-09T07:06:54.387Z Fresh oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
52752023-12-09T07:06:54.387Z Fresh omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
52762023-12-09T07:06:54.387Z Fresh installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
52772023-12-09T07:06:54.387Z Fresh dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
52782023-12-09T07:06:54.387Z Fresh sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
52792023-12-09T07:06:54.387Z Fresh gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
52802023-12-09T07:06:54.387Z Fresh illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
52812023-12-09T07:06:54.387Z Finished test [unoptimized + debuginfo] target(s) in 1.44s
52822023-12-09T07:06:54.387Z Doc-tests authz-macros
52832023-12-09T07:06:54.387Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type proc-macro --crate-name authz_macros --test nexus/authz-macros/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/authz-macros -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-e27f147807a8bc9f/out --extern authz_macros=/work/oxidecomputer/omicron/target/debug/deps/libauthz_macros-173cc2223cc723fb.so --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-e8726b1e312bd2e5.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-69debb94d18142c8.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-69f3793e4993904d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-085545494ccbad1b.rlib --extern proc_macro -C embed-bitcode=no -D warnings --error-format human`
52842023-12-09T07:06:54.785Z
52852023-12-09T07:06:54.785Zrunning 5 tests
52862023-12-09T07:06:54.789Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 25) ... ignored
52872023-12-09T07:06:54.789Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 44) ... ignored
52882023-12-09T07:06:54.789Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 57) ... ignored
52892023-12-09T07:06:54.789Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 74) ... ignored
52902023-12-09T07:06:54.789Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 89) ... ignored
52912023-12-09T07:06:54.789Z
52922023-12-09T07:06:54.789Ztest result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.01s
52932023-12-09T07:06:54.789Z
52942023-12-09T07:06:54.789Z Doc-tests bootstore
52952023-12-09T07:06:54.789Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name bootstore --test bootstore/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/bootstore -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-e27f147807a8bc9f/out --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-c31966c9f8a96595.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-43fbcb238c00969d.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-cf72f843b9ce520b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7c6e8f28fa0558b4.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-c48846e160e3d559.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-ea9e8cb8d8ec83be.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-46eebefa6ecc0bc6.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6f7e7e787f938be2.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-b69c4557237afc47.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-af1b94fc055bd29e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c8787c923dc1c8d2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-69debb94d18142c8.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-7f4ec8f2135bf59e.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-894db676841aa3cb.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8c4ac547107558e9.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-65adaff614060fb5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f915ff3d992a233b.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-b60aa24d05f29b5f.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-77ef57dbdaaa7ffb.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f514002cc560d52b.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-55e2511ace2b4a1b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1ec47aacdff5a9cb.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-641c46e708e958a1.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d4ac8e2ff6ba4016.rlib -C embed-bitcode=no -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -D warnings --error-format human`
52962023-12-09T07:06:56.203Z
52972023-12-09T07:06:56.203Zrunning 0 tests
52982023-12-09T07:06:56.203Z
52992023-12-09T07:06:56.203Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
53002023-12-09T07:06:56.203Z
53012023-12-09T07:06:56.236Z Doc-tests bootstrap-agent-client
53022023-12-09T07:06:56.240Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name bootstrap_agent_client --test clients/bootstrap-agent-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/bootstrap-agent-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-e27f147807a8bc9f/out --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-5f15e23a2b6720f5.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-847fb59b18b2aee3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-af1b94fc055bd29e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-69debb94d18142c8.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-289011c4e09667b5.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-df34b867b7589e06.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-de92a584975acef9.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-77ef57dbdaaa7ffb.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rlib -C embed-bitcode=no -D warnings --error-format human`
53032023-12-09T07:06:57.204Z
53042023-12-09T07:06:57.205Zrunning 0 tests
53052023-12-09T07:06:57.205Z
53062023-12-09T07:06:57.205Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
53072023-12-09T07:06:57.205Z
53082023-12-09T07:06:57.236Z Doc-tests db-macros
53092023-12-09T07:06:57.239Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type proc-macro --crate-name db_macros --test nexus/db-macros/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/db-macros -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-e27f147807a8bc9f/out --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-5e379884bdcf4e59.so --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-e8726b1e312bd2e5.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-69debb94d18142c8.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rlib --extern rustfmt_wrapper=/work/oxidecomputer/omicron/target/debug/deps/librustfmt_wrapper-76b99ea68de61fe7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-69f3793e4993904d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-085545494ccbad1b.rlib --extern proc_macro -C embed-bitcode=no -D warnings --error-format human`
53102023-12-09T07:06:57.655Z
53112023-12-09T07:06:57.655Zrunning 3 tests
53122023-12-09T07:06:57.659Ztest nexus/db-macros/src/lib.rs - lookup_resource (line 28) ... ignored
53132023-12-09T07:06:57.659Ztest nexus/db-macros/src/lib.rs - lookup_resource (line 48) ... ignored
53142023-12-09T07:06:57.659Ztest nexus/db-macros/src/lib.rs - subquery_target (line 127) ... ignored
53152023-12-09T07:06:57.660Z
53162023-12-09T07:06:57.660Ztest result: ok. 0 passed; 0 failed; 3 ignored; 0 measured; 0 filtered out; finished in 0.00s
53172023-12-09T07:06:57.660Z
53182023-12-09T07:06:57.672Z Doc-tests ddm-admin-client
53192023-12-09T07:06:57.675Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name ddm_admin_client --test clients/ddm-admin-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/ddm-admin-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-e27f147807a8bc9f/out --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-109bd8b166d1face.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-294f21b38637a1be.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-af1b94fc055bd29e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-69debb94d18142c8.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-42f7e9e71f8e1e8f.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-de92a584975acef9.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-77ef57dbdaaa7ffb.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1ec47aacdff5a9cb.rlib -C embed-bitcode=no -D warnings --error-format human`
53202023-12-09T07:06:58.111Z
53212023-12-09T07:06:58.111Zrunning 0 tests
53222023-12-09T07:06:58.111Z
53232023-12-09T07:06:58.111Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
53242023-12-09T07:06:58.111Z
53252023-12-09T07:06:58.136Z Doc-tests dns-server
53262023-12-09T07:06:58.140Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name dns_server --test dns-server/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/dns-server -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-e27f147807a8bc9f/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef443fbbfa73a43.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-a58c8b92ed943a37.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-db45c09695d061dd.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-8fc3661830c92e6e.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-0a3fb3c08f13db7a.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a198b56a5f9eb1ad.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c8787c923dc1c8d2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-69debb94d18142c8.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-9d8845f6ea973efe.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-34a585534cdcaa54.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-bbeb7eb58c6ead42.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-bb596902a395f642.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f514002cc560d52b.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-7d1f69ec0d72f47b.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-55e2511ace2b4a1b.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7ba83478b0b28ec3.rlib --extern tempdir=/work/oxidecomputer/omicron/target/debug/deps/libtempdir-e1d4c69a0724bff8.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-c421aae3f8abc685.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1ec47aacdff5a9cb.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5e9108efc6e4e2b4.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-e6a25a4ba1eef43e.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-d101df838460cf2e.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-e349c9297024bade.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-361bd5a5dfd8c3c7.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rlib -C embed-bitcode=no -D warnings --error-format human`
53272023-12-09T07:06:58.738Z
53282023-12-09T07:06:58.739Zrunning 0 tests
53292023-12-09T07:06:58.739Z
53302023-12-09T07:06:58.739Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
53312023-12-09T07:06:58.739Z
53322023-12-09T07:06:58.761Z Doc-tests dns-service-client
53332023-12-09T07:06:58.765Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name dns_service_client --test clients/dns-service-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/dns-service-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-e27f147807a8bc9f/out --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-db45c09695d061dd.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a198b56a5f9eb1ad.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-69debb94d18142c8.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-289011c4e09667b5.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-de92a584975acef9.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib -C embed-bitcode=no -D warnings --error-format human`
53342023-12-09T07:06:59.096Z
53352023-12-09T07:06:59.096Zrunning 0 tests
53362023-12-09T07:06:59.096Z
53372023-12-09T07:06:59.096Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
53382023-12-09T07:06:59.096Z
53392023-12-09T07:06:59.113Z Doc-tests dpd-client
53402023-12-09T07:06:59.116Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name dpd_client --test clients/dpd-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/dpd-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-e27f147807a8bc9f/out --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-fb7d2275df9b8c96.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a198b56a5f9eb1ad.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-847fb59b18b2aee3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-69debb94d18142c8.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-42f7e9e71f8e1e8f.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8c4ac547107558e9.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-df34b867b7589e06.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-de92a584975acef9.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rlib -C embed-bitcode=no -D warnings --error-format human`
53412023-12-09T07:07:00.859Z
53422023-12-09T07:07:00.859Zrunning 0 tests
53432023-12-09T07:07:00.859Z
53442023-12-09T07:07:00.859Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
53452023-12-09T07:07:00.859Z
53462023-12-09T07:07:00.902Z Doc-tests gateway-client
53472023-12-09T07:07:00.906Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name gateway_client --test clients/gateway-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/gateway-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-e27f147807a8bc9f/out --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-efdef217e0fabd4e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-c34bcec9e53a17f3.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-35e5e75d00a35726.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-69debb94d18142c8.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-289011c4e09667b5.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8c4ac547107558e9.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-de92a584975acef9.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rlib -C embed-bitcode=no -D warnings --error-format human`
53482023-12-09T07:07:02.321Z
53492023-12-09T07:07:02.321Zrunning 0 tests
53502023-12-09T07:07:02.321Z
53512023-12-09T07:07:02.321Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
53522023-12-09T07:07:02.321Z
53532023-12-09T07:07:02.353Z Doc-tests gateway-test-utils
53542023-12-09T07:07:02.357Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name gateway_test_utils --test gateway-test-utils/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/gateway-test-utils -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-e27f147807a8bc9f/out --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-8fc3661830c92e6e.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-35e5e75d00a35726.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-0d15c75bf67c6842.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-60c92b95902b9fdb.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c8787c923dc1c8d2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-69debb94d18142c8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-a816bf53d448c759.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1ec47aacdff5a9cb.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rlib -C embed-bitcode=no -D warnings --error-format human`
53552023-12-09T07:07:03.064Z
53562023-12-09T07:07:03.064Zrunning 0 tests
53572023-12-09T07:07:03.064Z
53582023-12-09T07:07:03.065Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
53592023-12-09T07:07:03.065Z
53602023-12-09T07:07:03.070Z Doc-tests illumos-utils
53612023-12-09T07:07:03.070Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name illumos_utils --test illumos-utils/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/illumos-utils -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-e27f147807a8bc9f/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-084832dceff4d290.so --extern bhyve_api=/work/oxidecomputer/omicron/target/debug/deps/libbhyve_api-c45a2e65d1ad4516.rlib --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-1b4ad01209984ea0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7c6e8f28fa0558b4.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-bc2c501506aafa82.rlib --extern crucible_smf=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_smf-d6cdc2cc60846d48.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e4d69e760c7ca210.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-847fb59b18b2aee3.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-45ce8912dc32de8c.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-1ce9557757fa651b.rlib --extern mockall=/work/oxidecomputer/omicron/target/debug/deps/libmockall-6d3a23f55653afda.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-af1b94fc055bd29e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-69debb94d18142c8.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-d5ac2a40ed96e013.rlib --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-3c2110cf7b7fc166.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-df34b867b7589e06.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-37221c7372c347f0.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1ec47aacdff5a9cb.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5e9108efc6e4e2b4.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-0a77f036dbfdf4d9.rlib -C embed-bitcode=no --cfg 'feature="mockall"' --cfg 'feature="testing"' --cfg 'feature="tmp_keypath"' -D warnings --error-format human`
53622023-12-09T07:07:05.783Z
53632023-12-09T07:07:05.783Zrunning 0 tests
53642023-12-09T07:07:05.783Z
53652023-12-09T07:07:05.783Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
53662023-12-09T07:07:05.784Z
53672023-12-09T07:07:05.844Z Doc-tests installinator
53682023-12-09T07:07:05.848Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name installinator --test installinator/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/installinator -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-e27f147807a8bc9f/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-084832dceff4d290.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-58dcb98854df22ff.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-cf72f843b9ce520b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-21d3f75c791fa9a4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef443fbbfa73a43.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-109bd8b166d1face.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-c33ee704d422915a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6f7e7e787f938be2.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-8e38b9b5434fe580.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a198b56a5f9eb1ad.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e4d69e760c7ca210.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-f9b99694c613dcb9.rlib --extern installinator_artifact_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifact_client-382f08dbcdc8f602.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-78b32943494c36d1.rlib --extern ipcc_key_value=/work/oxidecomputer/omicron/target/debug/deps/libipcc_key_value-55d3cff9d5d23867.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-938138eb45012d55.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-45ce8912dc32de8c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-af1b94fc055bd29e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c8787c923dc1c8d2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-69debb94d18142c8.rlib --extern partial_io=/work/oxidecomputer/omicron/target/debug/deps/libpartial_io-80d623d1010c75c7.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-894db676841aa3cb.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-de92a584975acef9.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-3efb67152f9bb7fd.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-77ef57dbdaaa7ffb.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-fcc4e7bee0ed24a1.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f514002cc560d52b.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-7d1f69ec0d72f47b.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-55e2511ace2b4a1b.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-37221c7372c347f0.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-c421aae3f8abc685.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-f6b05fbf7e100ea2.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1ec47aacdff5a9cb.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-bd4e9926302cc4c2.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-0ba0ba9b06b86db3.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-a2a1f484550678da.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rlib -C embed-bitcode=no -D warnings --error-format human`
53692023-12-09T07:07:06.843Z
53702023-12-09T07:07:06.843Zrunning 0 tests
53712023-12-09T07:07:06.843Z
53722023-12-09T07:07:06.843Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
53732023-12-09T07:07:06.843Z
53742023-12-09T07:07:06.875Z Doc-tests installinator-artifact-client
53752023-12-09T07:07:06.878Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name installinator_artifact_client --test clients/installinator-artifact-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/installinator-artifact-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-e27f147807a8bc9f/out --extern installinator_artifact_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifact_client-382f08dbcdc8f602.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-78b32943494c36d1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-69debb94d18142c8.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-289011c4e09667b5.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-df34b867b7589e06.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-de92a584975acef9.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-a2a1f484550678da.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rlib -C embed-bitcode=no -D warnings --error-format human`
53762023-12-09T07:07:08.040Z
53772023-12-09T07:07:08.041Zrunning 0 tests
53782023-12-09T07:07:08.041Z
53792023-12-09T07:07:08.041Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
53802023-12-09T07:07:08.041Z
53812023-12-09T07:07:08.077Z Doc-tests installinator-artifactd
53822023-12-09T07:07:08.083Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name installinator_artifactd --test installinator-artifactd/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/installinator-artifactd -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-e27f147807a8bc9f/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-084832dceff4d290.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef443fbbfa73a43.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-8fc3661830c92e6e.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-0a3fb3c08f13db7a.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-7f13a5e04fe3d70c.rlib --extern installinator_artifactd=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifactd-4e5af074b46e1481.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-78b32943494c36d1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-af1b94fc055bd29e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c8787c923dc1c8d2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-69debb94d18142c8.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-9d8845f6ea973efe.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-34a585534cdcaa54.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7ba83478b0b28ec3.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rlib -C embed-bitcode=no -D warnings --error-format human`
53832023-12-09T07:07:08.468Z
53842023-12-09T07:07:08.469Zrunning 0 tests
53852023-12-09T07:07:08.469Z
53862023-12-09T07:07:08.469Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
53872023-12-09T07:07:08.469Z
53882023-12-09T07:07:08.492Z Doc-tests installinator-common
53892023-12-09T07:07:08.500Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name installinator_common --test installinator-common/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/installinator-common -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-e27f147807a8bc9f/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e4d69e760c7ca210.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-78b32943494c36d1.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-45ce8912dc32de8c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-69debb94d18142c8.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-894db676841aa3cb.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f915ff3d992a233b.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-f6b05fbf7e100ea2.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1ec47aacdff5a9cb.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-a2a1f484550678da.rlib -C embed-bitcode=no -D warnings --error-format human`
53902023-12-09T07:07:09.074Z
53912023-12-09T07:07:09.074Zrunning 0 tests
53922023-12-09T07:07:09.074Z
53932023-12-09T07:07:09.074Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
53942023-12-09T07:07:09.074Z
53952023-12-09T07:07:09.101Z Doc-tests internal-dns
53962023-12-09T07:07:09.105Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name internal_dns --test internal-dns/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/internal-dns -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-e27f147807a8bc9f/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-c31966c9f8a96595.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-a58c8b92ed943a37.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-db45c09695d061dd.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-8fc3661830c92e6e.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-0a3fb3c08f13db7a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-7f13a5e04fe3d70c.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-304b947e2d9b96f6.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-af1b94fc055bd29e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c8787c923dc1c8d2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-69debb94d18142c8.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-289011c4e09667b5.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-de92a584975acef9.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-bb596902a395f642.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-c421aae3f8abc685.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1ec47aacdff5a9cb.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-e349c9297024bade.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rlib -C embed-bitcode=no -D warnings --error-format human`
53972023-12-09T07:07:09.496Z
53982023-12-09T07:07:09.496Zrunning 0 tests
53992023-12-09T07:07:09.496Z
54002023-12-09T07:07:09.496Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
54012023-12-09T07:07:09.497Z
54022023-12-09T07:07:09.518Z Doc-tests ipcc-key-value
54032023-12-09T07:07:09.522Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name ipcc_key_value --test ipcc-key-value/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/ipcc-key-value -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-e27f147807a8bc9f/out --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-ea9e8cb8d8ec83be.rlib --extern ipcc_key_value=/work/oxidecomputer/omicron/target/debug/deps/libipcc_key_value-55d3cff9d5d23867.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-45ce8912dc32de8c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-af1b94fc055bd29e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-69debb94d18142c8.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-894db676841aa3cb.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-f6b05fbf7e100ea2.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rlib -C embed-bitcode=no -D warnings --error-format human`
54042023-12-09T07:07:09.850Z
54052023-12-09T07:07:09.850Zrunning 0 tests
54062023-12-09T07:07:09.850Z
54072023-12-09T07:07:09.850Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
54082023-12-09T07:07:09.850Z
54092023-12-09T07:07:10.282Z Doc-tests key-manager
54102023-12-09T07:07:10.287Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name key_manager --test key-manager/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/key-manager -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-e27f147807a8bc9f/out --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-084832dceff4d290.so --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-b69c4557237afc47.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-144705db301a5870.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-af1b94fc055bd29e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-69debb94d18142c8.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-65adaff614060fb5.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-b60aa24d05f29b5f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1ec47aacdff5a9cb.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d4ac8e2ff6ba4016.rlib -C embed-bitcode=no -D warnings --error-format human`
54112023-12-09T07:07:10.288Z
54122023-12-09T07:07:10.288Zrunning 0 tests
54132023-12-09T07:07:10.288Z
54142023-12-09T07:07:10.288Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
54152023-12-09T07:07:10.288Z
54162023-12-09T07:07:10.288Z Doc-tests mg-admin-client
54172023-12-09T07:07:10.288Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name mg_admin_client --test clients/mg-admin-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/mg-admin-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-e27f147807a8bc9f/out --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-294f21b38637a1be.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-8eb0d9a57645bdd6.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-af1b94fc055bd29e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-69debb94d18142c8.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-42f7e9e71f8e1e8f.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-de92a584975acef9.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-77ef57dbdaaa7ffb.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1ec47aacdff5a9cb.rlib -C embed-bitcode=no -D warnings --error-format human`
54182023-12-09T07:07:10.740Z
54192023-12-09T07:07:10.740Zrunning 0 tests
54202023-12-09T07:07:10.740Z
54212023-12-09T07:07:10.740Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
54222023-12-09T07:07:10.750Z
54232023-12-09T07:07:10.765Z Doc-tests nexus-client
54242023-12-09T07:07:10.772Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name nexus_client --test clients/nexus-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/nexus-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-e27f147807a8bc9f/out --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-847fb59b18b2aee3.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-e454a4d90d4044eb.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-af1b94fc055bd29e.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-1985ded145d2f706.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-69debb94d18142c8.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-289011c4e09667b5.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-df34b867b7589e06.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-de92a584975acef9.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rlib -C embed-bitcode=no -D warnings --error-format human`
54252023-12-09T07:07:13.724Z
54262023-12-09T07:07:13.724Zrunning 0 tests
54272023-12-09T07:07:13.724Z
54282023-12-09T07:07:13.724Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
54292023-12-09T07:07:13.724Z
54302023-12-09T07:07:13.781Z Doc-tests nexus-db-model
54312023-12-09T07:07:13.785Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name nexus_db_model --test nexus/db-model/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/db-model -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-e27f147807a8bc9f/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-5e379884bdcf4e59.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-131baaa97c231bbc.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-0a3fb3c08f13db7a.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6f7e7e787f938be2.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-847fb59b18b2aee3.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-1ce9557757fa651b.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-90083c391ac2a709.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-9165d360b51353ea.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-47dd7da60306f91a.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-dc9b67b9d47e7bce.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-89750ec7e9845530.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-af1b94fc055bd29e.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-1985ded145d2f706.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-69debb94d18142c8.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-60c31164f1211692.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-7f4ec8f2135bf59e.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8c4ac547107558e9.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-650cbfdbbdfe8fde.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-54881a1782a3e1b0.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-1dad7f5b68b8d510.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-dcf245cea7453970.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-b260bcdad7d801cc.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rlib -C embed-bitcode=no -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -D warnings --error-format human`
54322023-12-09T07:07:27.577Z
54332023-12-09T07:07:27.577Zrunning 2 tests
54342023-12-09T07:07:30.169Ztest nexus/db-model/src/collection.rs - collection::DatastoreCollectionConfig (line 14) ... ok
54352023-12-09T07:07:30.173Ztest nexus/db-model/src/collection.rs - collection::DatastoreAttachTargetConfig (line 83) ... ok
54362023-12-09T07:07:30.173Z
54372023-12-09T07:07:30.173Ztest result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 2.59s
54382023-12-09T07:07:30.173Z
54392023-12-09T07:07:30.377Z Doc-tests nexus-db-queries
54402023-12-09T07:07:30.381Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name nexus_db_queries --test nexus/db-queries/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/db-queries -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-e27f147807a8bc9f/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-c31966c9f8a96595.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-15c907ad5dba5157.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-084832dceff4d290.so --extern authz_macros=/work/oxidecomputer/omicron/target/debug/deps/libauthz_macros-173cc2223cc723fb.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-efdef217e0fabd4e.rlib --extern bb8=/work/oxidecomputer/omicron/target/debug/deps/libbb8-13b87d13c7c3a4ae.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7c6e8f28fa0558b4.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-5f85abe9eac07172.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-5e379884bdcf4e59.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-131baaa97c231bbc.rlib --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-29ef3009daecd0b1.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-8fc3661830c92e6e.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-0a3fb3c08f13db7a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-c34bcec9e53a17f3.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-61e2da29bd33c601.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a198b56a5f9eb1ad.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-7f13a5e04fe3d70c.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-c0114adbbe04edb4.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-304b947e2d9b96f6.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-847fb59b18b2aee3.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-938138eb45012d55.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-9c9c3756e3f392b3.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-1ce9557757fa651b.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-90083c391ac2a709.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-9165d360b51353ea.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-fbef2b6f8077c45c.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-da5a7a4a6212ba9d.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-9155c13a3ac83131.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-dc9b67b9d47e7bce.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-af1b94fc055bd29e.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-1985ded145d2f706.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-6f0b2d0c2fb90918.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c8787c923dc1c8d2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-69debb94d18142c8.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-34a585534cdcaa54.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-7b781b30fdd26f56.rlib --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-8a4c853e449241dd.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-4cf06a1b033601c2.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-3b5a8e4899b9500f.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-b0f2d03dc9773fed.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-cb3b038c24d25106.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-7f4ec8f2135bf59e.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8c4ac547107558e9.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-81d27db59de22af7.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-650cbfdbbdfe8fde.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-537384909654dd1b.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-b4c439e5fbc8af3a.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-b707e665892fa1ba.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-9bc61d3be642612c.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f915ff3d992a233b.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-1dad7f5b68b8d510.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-8396087cdeea73a3.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-dcf245cea7453970.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-b260bcdad7d801cc.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7ba83478b0b28ec3.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-c563df115e0bf367.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1ec47aacdff5a9cb.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-af3f9b2d6b50389f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rlib -C embed-bitcode=no -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -D warnings --error-format human`
54412023-12-09T07:07:33.815Z
54422023-12-09T07:07:33.815Zrunning 2 tests
54432023-12-09T07:07:33.818Ztest nexus/db-queries/src/db/alias.rs - db::alias::ExpressionAlias (line 20) ... ignored
54442023-12-09T07:07:51.274Ztest nexus/db-queries/src/db/pagination.rs - db::pagination::Paginator (line 193) ... ok
54452023-12-09T07:07:51.274Z
54462023-12-09T07:07:51.274Ztest result: ok. 1 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 17.46s
54472023-12-09T07:07:51.275Z
54482023-12-09T07:07:51.347Z Doc-tests nexus-defaults
54492023-12-09T07:07:51.347Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name nexus_defaults --test nexus/defaults/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/defaults -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-e27f147807a8bc9f/out --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-847fb59b18b2aee3.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-9c9c3756e3f392b3.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-47dd7da60306f91a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-af1b94fc055bd29e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-69debb94d18142c8.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8c4ac547107558e9.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rlib -C embed-bitcode=no -D warnings --error-format human`
54502023-12-09T07:07:51.633Z
54512023-12-09T07:07:51.633Zrunning 0 tests
54522023-12-09T07:07:51.634Z
54532023-12-09T07:07:51.634Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
54542023-12-09T07:07:51.634Z
54552023-12-09T07:07:51.653Z Doc-tests nexus-inventory
54562023-12-09T07:07:51.656Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name nexus_inventory --test nexus/inventory/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/inventory -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-e27f147807a8bc9f/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-efdef217e0fabd4e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-0a3fb3c08f13db7a.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-c34bcec9e53a17f3.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-35e5e75d00a35726.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-0d15c75bf67c6842.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-da5a7a4a6212ba9d.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-dc9b67b9d47e7bce.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-69debb94d18142c8.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-537384909654dd1b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-b260bcdad7d801cc.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1ec47aacdff5a9cb.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rlib -C embed-bitcode=no -D warnings --error-format human`
54572023-12-09T07:07:52.006Z
54582023-12-09T07:07:52.007Zrunning 0 tests
54592023-12-09T07:07:52.007Z
54602023-12-09T07:07:52.007Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
54612023-12-09T07:07:52.007Z
54622023-12-09T07:07:52.030Z Doc-tests nexus-types
54632023-12-09T07:07:52.033Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name nexus_types --test nexus/types/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/types -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-e27f147807a8bc9f/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-a95cf8fe62f5e0c4.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-efdef217e0fabd4e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-db45c09695d061dd.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-c34bcec9e53a17f3.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-dc9b67b9d47e7bce.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-af1b94fc055bd29e.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-1985ded145d2f706.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-69debb94d18142c8.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-7b781b30fdd26f56.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-60c31164f1211692.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-dcf245cea7453970.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-b260bcdad7d801cc.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rlib -C embed-bitcode=no -D warnings --error-format human`
54642023-12-09T07:07:55.046Z
54652023-12-09T07:07:55.046Zrunning 0 tests
54662023-12-09T07:07:55.047Z
54672023-12-09T07:07:55.047Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
54682023-12-09T07:07:55.047Z
54692023-12-09T07:07:55.110Z Doc-tests omicron-certificates
54702023-12-09T07:07:55.114Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name omicron_certificates --test certificates/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/certificates -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-e27f147807a8bc9f/out --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-c33ee704d422915a.rlib --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-eb280c5795426c7f.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-89750ec7e9845530.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-af1b94fc055bd29e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c8787c923dc1c8d2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-69debb94d18142c8.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-7b781b30fdd26f56.rlib --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-b97b694c637962a9.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-81d27db59de22af7.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib -C embed-bitcode=no -D warnings --error-format human`
54712023-12-09T07:07:55.442Z
54722023-12-09T07:07:55.442Zrunning 0 tests
54732023-12-09T07:07:55.442Z
54742023-12-09T07:07:55.442Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
54752023-12-09T07:07:55.442Z
54762023-12-09T07:07:55.466Z Doc-tests omicron-common
54772023-12-09T07:07:55.469Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name omicron_common --test common/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/common -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-e27f147807a8bc9f/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-a95cf8fe62f5e0c4.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-084832dceff4d290.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-7e110f4241c65d1d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7c6e8f28fa0558b4.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-8fc3661830c92e6e.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-0a3fb3c08f13db7a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6f7e7e787f938be2.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a198b56a5f9eb1ad.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-847fb59b18b2aee3.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-9c9c3756e3f392b3.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-45ce8912dc32de8c.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-1ce9557757fa651b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-af1b94fc055bd29e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-69debb94d18142c8.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-60c31164f1211692.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-289011c4e09667b5.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-894db676841aa3cb.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8c4ac547107558e9.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-df34b867b7589e06.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-de92a584975acef9.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-54881a1782a3e1b0.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-dfa91eaf5f5704dc.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-9bc61d3be642612c.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f915ff3d992a233b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-b260bcdad7d801cc.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-f6b05fbf7e100ea2.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1ec47aacdff5a9cb.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-86d1590eb418f516.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5e9108efc6e4e2b4.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rlib -C embed-bitcode=no --cfg 'feature="proptest"' --cfg 'feature="test-strategy"' --cfg 'feature="testing"' -D warnings --error-format human`
54782023-12-09T07:07:58.006Z
54792023-12-09T07:07:58.006Zrunning 2 tests
54802023-12-09T07:07:58.009Ztest common/src/lib.rs - FileKv (line 59) ... ignored
54812023-12-09T07:08:05.308Ztest common/src/api/external/error.rs - api::external::error::InternalContext (line 582) ... ok
54822023-12-09T07:08:05.308Z
54832023-12-09T07:08:05.308Ztest result: ok. 1 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 7.30s
54842023-12-09T07:08:05.308Z
54852023-12-09T07:08:05.365Z Doc-tests omicron-gateway
54862023-12-09T07:08:05.369Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name omicron_gateway --test gateway/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/gateway -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-e27f147807a8bc9f/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-efdef217e0fabd4e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef443fbbfa73a43.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-8fc3661830c92e6e.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-0a3fb3c08f13db7a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-35e5e75d00a35726.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-ec3c128cc52b9b99.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-0d15c75bf67c6842.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6f7e7e787f938be2.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a198b56a5f9eb1ad.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-7f13a5e04fe3d70c.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e4d69e760c7ca210.rlib --extern ipcc_key_value=/work/oxidecomputer/omicron/target/debug/deps/libipcc_key_value-55d3cff9d5d23867.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-af1b94fc055bd29e.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-60c92b95902b9fdb.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c8787c923dc1c8d2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-69debb94d18142c8.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-230e44e7360903b6.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-9d8845f6ea973efe.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-34a585534cdcaa54.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-f2eb63f7b73ee948.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-7579cb94ad245d2b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-702b87acea9cb846.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-a816bf53d448c759.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7ba83478b0b28ec3.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1ec47aacdff5a9cb.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-bd4e9926302cc4c2.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-8c822327311acb33.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5e9108efc6e4e2b4.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rlib -C embed-bitcode=no -D warnings --error-format human`
54872023-12-09T07:08:06.934Z
54882023-12-09T07:08:06.935Zrunning 0 tests
54892023-12-09T07:08:06.935Z
54902023-12-09T07:08:06.935Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
54912023-12-09T07:08:06.935Z
54922023-12-09T07:08:07.000Z Doc-tests omicron-nexus
54932023-12-09T07:08:07.007Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name omicron_nexus --test nexus/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-e27f147807a8bc9f/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-c31966c9f8a96595.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-15c907ad5dba5157.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-084832dceff4d290.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-efdef217e0fabd4e.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-58dcb98854df22ff.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-21d3f75c791fa9a4.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef443fbbfa73a43.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-821682e4ed2a43d1.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-92fd446f1198f3c2.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-20acfb4f58a28845.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-131baaa97c231bbc.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-a58c8b92ed943a37.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-db45c09695d061dd.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-fb7d2275df9b8c96.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-8fc3661830c92e6e.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-0a3fb3c08f13db7a.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-1b0f8a63927350db.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-c34bcec9e53a17f3.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-35e5e75d00a35726.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-0d15c75bf67c6842.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-61e2da29bd33c601.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6f7e7e787f938be2.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a198b56a5f9eb1ad.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-95af1fc070895b1d.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-e196c97d3d4fcd97.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-7f13a5e04fe3d70c.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-c0114adbbe04edb4.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-304b947e2d9b96f6.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-847fb59b18b2aee3.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-938138eb45012d55.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-9c9c3756e3f392b3.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-1ce9557757fa651b.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-8eb0d9a57645bdd6.rlib --extern mime_guess=/work/oxidecomputer/omicron/target/debug/deps/libmime_guess-aa349d6acb1d14a1.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-9165d360b51353ea.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-fbef2b6f8077c45c.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-47dd7da60306f91a.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-da5a7a4a6212ba9d.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-f3bf6c822cf7823b.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-9155c13a3ac83131.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-063b83922d16a4df.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-dc9b67b9d47e7bce.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-78c4e619da17149f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-af1b94fc055bd29e.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-7659765cc039e112.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-1985ded145d2f706.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-6f0b2d0c2fb90918.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c8787c923dc1c8d2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-69debb94d18142c8.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-230e44e7360903b6.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-9d8845f6ea973efe.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-34a585534cdcaa54.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-7b781b30fdd26f56.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-35b08736da94c528.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-4cf06a1b033601c2.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-90759066edd0560a.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-324c3a5a4bc52700.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-de5adb521c24b418.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-eb889f19d5709504.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-60c31164f1211692.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-3b5a8e4899b9500f.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-b0f2d03dc9773fed.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-cb3b038c24d25106.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-7f4ec8f2135bf59e.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-d9e65c209facc62c.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-42f7e9e71f8e1e8f.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-4428bf55280274a9.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8c4ac547107558e9.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-81d27db59de22af7.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-650cbfdbbdfe8fde.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-537384909654dd1b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-de92a584975acef9.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-d1e51c6b8a6ecb88.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-b4c439e5fbc8af3a.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-b707e665892fa1ba.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-54881a1782a3e1b0.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-9bc61d3be642612c.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f915ff3d992a233b.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-476a7049abc798e8.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-1dad7f5b68b8d510.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f514002cc560d52b.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-702b87acea9cb846.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-55e2511ace2b4a1b.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-a816bf53d448c759.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-dcf245cea7453970.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-b260bcdad7d801cc.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7ba83478b0b28ec3.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-c421aae3f8abc685.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-c563df115e0bf367.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1ec47aacdff5a9cb.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-86d1590eb418f516.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-01183c2c9c08f8b2.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-e349c9297024bade.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rlib -C embed-bitcode=no -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -D warnings --error-format human`
54942023-12-09T07:08:10.942Z
54952023-12-09T07:08:10.942Zrunning 5 tests
54962023-12-09T07:08:10.947Ztest nexus/src/app/sagas/mod.rs - app::sagas::declare_saga_actions (line 229) ... ignored
54972023-12-09T07:08:14.369Ztest nexus/src/app/mod.rs - app::Nexus::unimplemented_todo (line 738) ... ok
54982023-12-09T07:08:14.405Ztest nexus/src/app/mod.rs - app::Nexus::unimplemented_todo (line 644) ... ok
54992023-12-09T07:08:14.405Ztest nexus/src/app/mod.rs - app::Nexus::unimplemented_todo (line 708) ... ok
55002023-12-09T07:08:14.413Ztest nexus/src/app/mod.rs - app::Nexus::unimplemented_todo (line 666) ... ok
55012023-12-09T07:08:14.414Z
55022023-12-09T07:08:14.414Ztest result: ok. 4 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 3.50s
55032023-12-09T07:08:14.414Z
55042023-12-09T07:08:14.489Z Doc-tests omicron-package
55052023-12-09T07:08:14.489Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name omicron_package --test package/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/package -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-e27f147807a8bc9f/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef443fbbfa73a43.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-0a3fb3c08f13db7a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6f7e7e787f938be2.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e4d69e760c7ca210.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-59795aa0d9c5f644.rlib --extern omicron_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_package-8ce491e6cb92a332.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-69debb94d18142c8.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-6bdba5f36a79f0ab.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-cb3b038c24d25106.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-8bfab4357444caa6.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-de92a584975acef9.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-d1e51c6b8a6ecb88.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-54881a1782a3e1b0.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-77ef57dbdaaa7ffb.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f514002cc560d52b.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-55e2511ace2b4a1b.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-37221c7372c347f0.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-b260bcdad7d801cc.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-70fd40af0a67716f.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-fe8950a9f7b3553a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1ec47aacdff5a9cb.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5e9108efc6e4e2b4.rlib --extern topological_sort=/work/oxidecomputer/omicron/target/debug/deps/libtopological_sort-eb567069d3f60cfd.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-f3795c7200a14d0e.rlib -C embed-bitcode=no -D warnings --error-format human`
55062023-12-09T07:08:14.765Z
55072023-12-09T07:08:14.765Zrunning 0 tests
55082023-12-09T07:08:14.765Z
55092023-12-09T07:08:14.766Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
55102023-12-09T07:08:14.766Z
55112023-12-09T07:08:14.780Z Doc-tests omicron-passwords
55122023-12-09T07:08:14.783Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name omicron_passwords --test passwords/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/passwords -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-e27f147807a8bc9f/out --extern argon2=/work/oxidecomputer/omicron/target/debug/deps/libargon2-ab1c60233b851b26.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-821682e4ed2a43d1.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-1985ded145d2f706.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-69debb94d18142c8.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8c4ac547107558e9.rlib --extern argon2alt=/work/oxidecomputer/omicron/target/debug/deps/libargon2-78933f846eed4887.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f915ff3d992a233b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib -C embed-bitcode=no -D warnings --error-format human`
55132023-12-09T07:08:14.936Z
55142023-12-09T07:08:14.936Zrunning 0 tests
55152023-12-09T07:08:14.936Z
55162023-12-09T07:08:14.937Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
55172023-12-09T07:08:14.937Z
55182023-12-09T07:08:14.944Z Doc-tests omicron-rpaths
55192023-12-09T07:08:14.944Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name omicron_rpaths --test rpaths/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/rpaths -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-e27f147807a8bc9f/out --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-2ffddadad793df44.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-69debb94d18142c8.rlib -C embed-bitcode=no -D warnings --error-format human`
55202023-12-09T07:08:15.019Z
55212023-12-09T07:08:15.019Zrunning 0 tests
55222023-12-09T07:08:15.019Z
55232023-12-09T07:08:15.019Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
55242023-12-09T07:08:15.020Z
55252023-12-09T07:08:15.028Z Doc-tests omicron-sled-agent
55262023-12-09T07:08:15.033Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name omicron_sled_agent --test sled-agent/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-agent -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-e27f147807a8bc9f/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-c31966c9f8a96595.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-084832dceff4d290.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-efdef217e0fabd4e.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-43fbcb238c00969d.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-5f15e23a2b6720f5.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-cf72f843b9ce520b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7c6e8f28fa0558b4.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-21d3f75c791fa9a4.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-bc2c501506aafa82.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef443fbbfa73a43.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-92fd446f1198f3c2.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-109bd8b166d1face.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-46eebefa6ecc0bc6.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-c33ee704d422915a.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-a58c8b92ed943a37.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-db45c09695d061dd.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-fb7d2275df9b8c96.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-8fc3661830c92e6e.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-0a3fb3c08f13db7a.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-9c343eab58a7ea84.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-c34bcec9e53a17f3.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-daf84fcebc6d5eca.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6f7e7e787f938be2.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a198b56a5f9eb1ad.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-7f13a5e04fe3d70c.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-63efbbda053f3342.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e4d69e760c7ca210.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-78b32943494c36d1.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-304b947e2d9b96f6.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-847fb59b18b2aee3.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-938138eb45012d55.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-144705db301a5870.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-45ce8912dc32de8c.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-1ce9557757fa651b.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-8eb0d9a57645bdd6.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-e454a4d90d4044eb.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-af1b94fc055bd29e.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-6f0b2d0c2fb90918.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c8787c923dc1c8d2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-69debb94d18142c8.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-230e44e7360903b6.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-9d8845f6ea973efe.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-34a585534cdcaa54.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-d5ac2a40ed96e013.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-4cf06a1b033601c2.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-de5adb521c24b418.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-eb889f19d5709504.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-d9e65c209facc62c.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-4428bf55280274a9.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-d68db27eee92b51a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8c4ac547107558e9.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-81d27db59de22af7.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-de92a584975acef9.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-54881a1782a3e1b0.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-dfa91eaf5f5704dc.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-b60aa24d05f29b5f.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-1dad7f5b68b8d510.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-77ef57dbdaaa7ffb.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-fcc4e7bee0ed24a1.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f514002cc560d52b.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-702b87acea9cb846.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-55e2511ace2b4a1b.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-37221c7372c347f0.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-8396087cdeea73a3.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7ba83478b0b28ec3.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-fe8950a9f7b3553a.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-c421aae3f8abc685.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-eef85b09ccdef74c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1ec47aacdff5a9cb.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-bd4e9926302cc4c2.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-da120e4ff52d808b.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5e9108efc6e4e2b4.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-af3f9b2d6b50389f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d4ac8e2ff6ba4016.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-0a77f036dbfdf4d9.rlib -C embed-bitcode=no -D warnings --error-format human`
55272023-12-09T07:08:19.064Z
55282023-12-09T07:08:19.064Zrunning 0 tests
55292023-12-09T07:08:19.064Z
55302023-12-09T07:08:19.064Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
55312023-12-09T07:08:19.064Z
55322023-12-09T07:08:19.138Z Doc-tests omicron-test-utils
55332023-12-09T07:08:19.142Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name omicron_test_utils --test test-utils/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/test-utils -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-e27f147807a8bc9f/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-c131f2361b5c2b2d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7c6e8f28fa0558b4.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-8fc3661830c92e6e.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-0a3fb3c08f13db7a.rlib --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-52ce6d369e8499fc.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-61e2da29bd33c601.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6f7e7e787f938be2.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a198b56a5f9eb1ad.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-45ce8912dc32de8c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-af1b94fc055bd29e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c8787c923dc1c8d2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-69debb94d18142c8.rlib --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-b0f2d03dc9773fed.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-81d27db59de22af7.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-537384909654dd1b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-de92a584975acef9.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-d1e51c6b8a6ecb88.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-b4c439e5fbc8af3a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7ba83478b0b28ec3.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-fe8950a9f7b3553a.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-c421aae3f8abc685.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1ec47aacdff5a9cb.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-86d1590eb418f516.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-af3f9b2d6b50389f.rlib -C embed-bitcode=no --cfg 'feature="seed-gen"' -D warnings --error-format human`
55342023-12-09T07:08:19.565Z
55352023-12-09T07:08:19.565Zrunning 0 tests
55362023-12-09T07:08:19.565Z
55372023-12-09T07:08:19.566Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
55382023-12-09T07:08:19.566Z
55392023-12-09T07:08:19.590Z Doc-tests oxide-client
55402023-12-09T07:08:19.593Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name oxide_client --test clients/oxide-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/oxide-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-e27f147807a8bc9f/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-efdef217e0fabd4e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a198b56a5f9eb1ad.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-7f13a5e04fe3d70c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-69debb94d18142c8.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-35b08736da94c528.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-289011c4e09667b5.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8c4ac547107558e9.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-df34b867b7589e06.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-de92a584975acef9.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1ec47aacdff5a9cb.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-e349c9297024bade.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rlib -C embed-bitcode=no -D warnings --error-format human`
55412023-12-09T07:08:25.575Z
55422023-12-09T07:08:25.575Zrunning 154 tests
55432023-12-09T07:08:25.583Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_bulk_write_import (line 26) ... ignored
55442023-12-09T07:08:25.588Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_bulk_write_import_start (line 27) ... ignored
55452023-12-09T07:08:25.588Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_bulk_write_import_stop (line 27) ... ignored
55462023-12-09T07:08:25.589Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_create (line 25) ... ignored
55472023-12-09T07:08:25.591Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_delete (line 25) ... ignored
55482023-12-09T07:08:25.592Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_finalize_import (line 26) ... ignored
55492023-12-09T07:08:25.592Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_list (line 27) ... ignored
55502023-12-09T07:08:25.595Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_metrics_list (line 31) ... ignored
55512023-12-09T07:08:25.595Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_view (line 25) ... ignored
55522023-12-09T07:08:25.595Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_create (line 25) ... ignored
55532023-12-09T07:08:25.598Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_delete (line 25) ... ignored
55542023-12-09T07:08:25.598Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_list (line 27) ... ignored
55552023-12-09T07:08:25.601Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_view (line 25) ... ignored
55562023-12-09T07:08:25.601Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::device_access_token (line 24) ... ignored
55572023-12-09T07:08:25.601Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::device_auth_confirm (line 24) ... ignored
55582023-12-09T07:08:25.604Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::device_auth_request (line 24) ... ignored
55592023-12-09T07:08:25.604Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::logout (line 22) ... ignored
55602023-12-09T07:08:25.607Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_create (line 27) ... ignored
55612023-12-09T07:08:25.607Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_delete (line 27) ... ignored
55622023-12-09T07:08:25.607Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_demote (line 27) ... ignored
55632023-12-09T07:08:25.612Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_list (line 29) ... ignored
55642023-12-09T07:08:25.612Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_promote (line 27) ... ignored
55652023-12-09T07:08:25.612Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_view (line 27) ... ignored
55662023-12-09T07:08:25.612Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_create (line 25) ... ignored
55672023-12-09T07:08:25.615Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_delete (line 25) ... ignored
55682023-12-09T07:08:25.615Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_disk_attach (line 26) ... ignored
55692023-12-09T07:08:25.618Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_disk_detach (line 26) ... ignored
55702023-12-09T07:08:25.618Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_disk_list (line 28) ... ignored
55712023-12-09T07:08:25.618Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_external_ip_list (line 25) ... ignored
55722023-12-09T07:08:25.621Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_list (line 27) ... ignored
55732023-12-09T07:08:25.621Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_migrate (line 26) ... ignored
55742023-12-09T07:08:25.622Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_create (line 26) ... ignored
55752023-12-09T07:08:25.624Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_delete (line 28) ... ignored
55762023-12-09T07:08:25.625Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_list (line 28) ... ignored
55772023-12-09T07:08:25.630Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_update (line 27) ... ignored
55782023-12-09T07:08:25.630Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_view (line 26) ... ignored
55792023-12-09T07:08:25.630Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_reboot (line 25) ... ignored
55802023-12-09T07:08:25.634Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_serial_console (line 28) ... ignored
55812023-12-09T07:08:25.634Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_serial_console_stream (line 26) ... ignored
55822023-12-09T07:08:25.635Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_start (line 25) ... ignored
55832023-12-09T07:08:25.635Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_stop (line 25) ... ignored
55842023-12-09T07:08:25.635Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_view (line 25) ... ignored
55852023-12-09T07:08:25.639Ztest clients/oxide-client/src/lib.rs - ClientLoginExt::login_local (line 22) ... ignored
55862023-12-09T07:08:25.639Ztest clients/oxide-client/src/lib.rs - ClientLoginExt::login_saml (line 22) ... ignored
55872023-12-09T07:08:25.639Ztest clients/oxide-client/src/lib.rs - ClientMetricsExt::silo_metric (line 30) ... ignored
55882023-12-09T07:08:25.639Ztest clients/oxide-client/src/lib.rs - ClientPolicyExt::system_policy_update (line 22) ... ignored
55892023-12-09T07:08:25.642Ztest clients/oxide-client/src/lib.rs - ClientPolicyExt::system_policy_view (line 22) ... ignored
55902023-12-09T07:08:25.642Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_create (line 22) ... ignored
55912023-12-09T07:08:25.642Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_delete (line 24) ... ignored
55922023-12-09T07:08:25.646Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_ip_pool_list (line 27) ... ignored
55932023-12-09T07:08:25.646Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_ip_pool_view (line 25) ... ignored
55942023-12-09T07:08:25.646Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_list (line 26) ... ignored
55952023-12-09T07:08:25.649Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_policy_update (line 25) ... ignored
55962023-12-09T07:08:25.649Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_policy_view (line 24) ... ignored
55972023-12-09T07:08:25.652Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_update (line 25) ... ignored
55982023-12-09T07:08:25.652Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_view (line 24) ... ignored
55992023-12-09T07:08:25.652Ztest clients/oxide-client/src/lib.rs - ClientRolesExt::role_list (line 25) ... ignored
56002023-12-09T07:08:25.655Ztest clients/oxide-client/src/lib.rs - ClientRolesExt::role_view (line 24) ... ignored
56012023-12-09T07:08:25.656Ztest clients/oxide-client/src/lib.rs - ClientSessionExt::current_user_groups (line 26) ... ignored
56022023-12-09T07:08:25.659Ztest clients/oxide-client/src/lib.rs - ClientSessionExt::current_user_ssh_key_create (line 24) ... ignored
56032023-12-09T07:08:25.659Ztest clients/oxide-client/src/lib.rs - ClientSessionExt::current_user_ssh_key_delete (line 26) ... ignored
56042023-12-09T07:08:25.659Ztest clients/oxide-client/src/lib.rs - ClientSessionExt::current_user_ssh_key_list (line 28) ... ignored
56052023-12-09T07:08:25.662Ztest clients/oxide-client/src/lib.rs - ClientSessionExt::current_user_ssh_key_view (line 26) ... ignored
56062023-12-09T07:08:25.662Ztest clients/oxide-client/src/lib.rs - ClientSessionExt::current_user_view (line 22) ... ignored
56072023-12-09T07:08:25.662Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::certificate_create (line 24) ... ignored
56082023-12-09T07:08:25.665Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::certificate_delete (line 24) ... ignored
56092023-12-09T07:08:25.665Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::certificate_list (line 28) ... ignored
56102023-12-09T07:08:25.668Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::certificate_view (line 24) ... ignored
56112023-12-09T07:08:25.668Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::group_list (line 26) ... ignored
56122023-12-09T07:08:25.668Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::group_view (line 24) ... ignored
56132023-12-09T07:08:25.671Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::policy_update (line 22) ... ignored
56142023-12-09T07:08:25.671Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::policy_view (line 22) ... ignored
56152023-12-09T07:08:25.675Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::user_list (line 27) ... ignored
56162023-12-09T07:08:25.675Ztest clients/oxide-client/src/lib.rs - ClientSnapshotsExt::snapshot_create (line 27) ... ignored
56172023-12-09T07:08:25.675Ztest clients/oxide-client/src/lib.rs - ClientSnapshotsExt::snapshot_delete (line 25) ... ignored
56182023-12-09T07:08:25.678Ztest clients/oxide-client/src/lib.rs - ClientSnapshotsExt::snapshot_list (line 27) ... ignored
56192023-12-09T07:08:25.678Ztest clients/oxide-client/src/lib.rs - ClientSnapshotsExt::snapshot_view (line 25) ... ignored
56202023-12-09T07:08:25.679Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::add_sled_to_initialized_rack (line 22) ... ignored
56212023-12-09T07:08:25.682Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::networking_switch_port_apply_settings (line 27) ... ignored
56222023-12-09T07:08:25.682Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::networking_switch_port_clear_settings (line 26) ... ignored
56232023-12-09T07:08:25.682Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::networking_switch_port_list (line 27) ... ignored
56242023-12-09T07:08:25.685Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::physical_disk_list (line 26) ... ignored
56252023-12-09T07:08:25.685Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::rack_list (line 26) ... ignored
56262023-12-09T07:08:25.689Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::rack_view (line 24) ... ignored
56272023-12-09T07:08:25.689Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_instance_list (line 27) ... ignored
56282023-12-09T07:08:25.689Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_list (line 26) ... ignored
56292023-12-09T07:08:25.692Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_physical_disk_list (line 27) ... ignored
56302023-12-09T07:08:25.692Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_set_provision_state (line 25) ... ignored
56312023-12-09T07:08:25.692Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_view (line 24) ... ignored
56322023-12-09T07:08:25.695Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::switch_list (line 26) ... ignored
56332023-12-09T07:08:25.695Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::switch_view (line 24) ... ignored
56342023-12-09T07:08:25.701Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::uninitialized_sled_list (line 22) ... ignored
56352023-12-09T07:08:25.701Ztest clients/oxide-client/src/lib.rs - ClientSystemMetricsExt::system_metric (line 30) ... ignored
56362023-12-09T07:08:25.704Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_create (line 22) ... ignored
56372023-12-09T07:08:25.704Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_delete (line 24) ... ignored
56382023-12-09T07:08:25.704Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_list (line 26) ... ignored
56392023-12-09T07:08:25.704Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_range_add (line 25) ... ignored
56402023-12-09T07:08:25.705Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_range_list (line 28) ... ignored
56412023-12-09T07:08:25.709Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_range_remove (line 25) ... ignored
56422023-12-09T07:08:25.709Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_service_range_add (line 22) ... ignored
56432023-12-09T07:08:25.709Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_service_range_list (line 27) ... ignored
56442023-12-09T07:08:25.712Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_service_range_remove (line 22) ... ignored
56452023-12-09T07:08:25.712Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_service_view (line 22) ... ignored
56462023-12-09T07:08:25.712Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_update (line 25) ... ignored
56472023-12-09T07:08:25.716Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_view (line 24) ... ignored
56482023-12-09T07:08:25.716Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_block_list (line 27) ... ignored
56492023-12-09T07:08:25.716Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_create (line 22) ... ignored
56502023-12-09T07:08:25.719Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_delete (line 24) ... ignored
56512023-12-09T07:08:25.719Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_list (line 26) ... ignored
56522023-12-09T07:08:25.719Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_announce_set_create (line 22) ... ignored
56532023-12-09T07:08:25.722Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_announce_set_delete (line 24) ... ignored
56542023-12-09T07:08:25.723Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_announce_set_list (line 24) ... ignored
56552023-12-09T07:08:25.852Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_config_create (line 22) ... ignored
56562023-12-09T07:08:25.853Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_config_delete (line 24) ... ignored
56572023-12-09T07:08:25.857Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_config_list (line 27) ... ignored
56582023-12-09T07:08:25.857Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_imported_routes_ipv4 (line 24) ... ignored
56592023-12-09T07:08:25.857Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_status (line 22) ... ignored
56602023-12-09T07:08:25.857Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_loopback_address_create (line 22) ... ignored
56612023-12-09T07:08:25.857Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_loopback_address_delete (line 27) ... ignored
56622023-12-09T07:08:25.858Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_loopback_address_list (line 26) ... ignored
56632023-12-09T07:08:25.858Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_settings_create (line 22) ... ignored
56642023-12-09T07:08:25.858Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_settings_delete (line 24) ... ignored
56652023-12-09T07:08:25.858Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_settings_list (line 27) ... ignored
56662023-12-09T07:08:25.858Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_settings_view (line 24) ... ignored
56672023-12-09T07:08:25.858Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::local_idp_user_create (line 27) ... ignored
56682023-12-09T07:08:25.858Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::local_idp_user_delete (line 25) ... ignored
56692023-12-09T07:08:25.858Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::local_idp_user_set_password (line 28) ... ignored
56702023-12-09T07:08:25.858Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::saml_identity_provider_create (line 25) ... ignored
56712023-12-09T07:08:25.858Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::saml_identity_provider_view (line 25) ... ignored
56722023-12-09T07:08:25.858Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_create (line 22) ... ignored
56732023-12-09T07:08:25.858Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_delete (line 26) ... ignored
56742023-12-09T07:08:25.858Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_identity_provider_list (line 27) ... ignored
56752023-12-09T07:08:25.858Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_list (line 28) ... ignored
56762023-12-09T07:08:25.858Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_policy_update (line 25) ... ignored
56772023-12-09T07:08:25.858Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_policy_view (line 24) ... ignored
56782023-12-09T07:08:25.858Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_user_list (line 27) ... ignored
56792023-12-09T07:08:25.858Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_user_view (line 25) ... ignored
56802023-12-09T07:08:25.859Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_view (line 26) ... ignored
56812023-12-09T07:08:25.859Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::user_builtin_list (line 26) ... ignored
56822023-12-09T07:08:25.859Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::user_builtin_view (line 22) ... ignored
56832023-12-09T07:08:25.859Ztest clients/oxide-client/src/lib.rs - ClientSystemStatusExt::ping (line 24) ... ignored
56842023-12-09T07:08:25.859Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_create (line 25) ... ignored
56852023-12-09T07:08:25.859Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_delete (line 25) ... ignored
56862023-12-09T07:08:25.859Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_firewall_rules_update (line 26) ... ignored
56872023-12-09T07:08:25.859Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_firewall_rules_view (line 25) ... ignored
56882023-12-09T07:08:25.859Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_list (line 27) ... ignored
56892023-12-09T07:08:25.859Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_create (line 26) ... ignored
56902023-12-09T07:08:25.859Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_delete (line 26) ... ignored
56912023-12-09T07:08:25.859Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_list (line 28) ... ignored
56922023-12-09T07:08:25.860Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_list_network_interfaces (line 29) ... ignored
56932023-12-09T07:08:25.860Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_update (line 27) ... ignored
56942023-12-09T07:08:25.860Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_view (line 26) ... ignored
56952023-12-09T07:08:25.860Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_update (line 26) ... ignored
56962023-12-09T07:08:25.860Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_view (line 25) ... ignored
56972023-12-09T07:08:25.860Z
56982023-12-09T07:08:25.860Ztest result: ok. 0 passed; 0 failed; 154 ignored; 0 measured; 0 filtered out; finished in 0.19s
56992023-12-09T07:08:25.861Z
57002023-12-09T07:08:25.887Z Doc-tests oximeter
57012023-12-09T07:08:25.890Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name oximeter --test oximeter/oximeter/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/oximeter -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-e27f147807a8bc9f/out --extern approx=/work/oxidecomputer/omicron/target/debug/deps/libapprox-8cb86b6fdecad456.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-cf72f843b9ce520b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-bf5edac01f673ca3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-af1b94fc055bd29e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-69debb94d18142c8.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-4cf06a1b033601c2.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-be1c8fb506297b9d.so --extern rstest=/work/oxidecomputer/omicron/target/debug/deps/librstest-e3df991513cc11c4.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-b260bcdad7d801cc.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern trybuild=/work/oxidecomputer/omicron/target/debug/deps/libtrybuild-fdbd95a80feb3da3.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rlib -C embed-bitcode=no -D warnings --error-format human`
57022023-12-09T07:08:26.668Z
57032023-12-09T07:08:26.668Zrunning 8 tests
57042023-12-09T07:08:27.512Ztest oximeter/oximeter/src/traits.rs - traits::Target (line 72) - compile fail ... ok
57052023-12-09T07:08:27.651Ztest oximeter/oximeter/src/traits.rs - traits::Metric (line 164) - compile fail ... ok
57062023-12-09T07:08:28.658Ztest oximeter/oximeter/src/lib.rs - (line 24) ... ok
57072023-12-09T07:08:35.662Ztest oximeter/oximeter/src/histogram.rs - histogram::Histogram<T>::span_decades (line 597) ... ok
57082023-12-09T07:08:36.822Ztest oximeter/oximeter/src/histogram.rs - histogram::Histogram<T>::with_bins (line 357) ... ok
57092023-12-09T07:08:37.059Ztest oximeter/oximeter/src/traits.rs - traits::Producer (line 334) ... ok
57102023-12-09T07:08:37.338Ztest oximeter/oximeter/src/traits.rs - traits::Metric (line 143) ... ok
57112023-12-09T07:08:38.227Ztest oximeter/oximeter/src/traits.rs - traits::Target (line 46) ... ok
57122023-12-09T07:08:38.227Z
57132023-12-09T07:08:38.227Ztest result: ok. 8 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 11.56s
57142023-12-09T07:08:38.227Z
57152023-12-09T07:08:38.263Z Doc-tests oximeter-client
57162023-12-09T07:08:38.266Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name oximeter_client --test clients/oximeter-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/oximeter-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-e27f147807a8bc9f/out --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-af1b94fc055bd29e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-69debb94d18142c8.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-90759066edd0560a.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-289011c4e09667b5.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-de92a584975acef9.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rlib -C embed-bitcode=no -D warnings --error-format human`
57172023-12-09T07:08:38.702Z
57182023-12-09T07:08:38.702Zrunning 0 tests
57192023-12-09T07:08:38.702Z
57202023-12-09T07:08:38.702Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
57212023-12-09T07:08:38.702Z
57222023-12-09T07:08:38.725Z Doc-tests oximeter-collector
57232023-12-09T07:08:38.729Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name oximeter_collector --test oximeter/collector/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/collector -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-e27f147807a8bc9f/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef443fbbfa73a43.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-8fc3661830c92e6e.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-0a3fb3c08f13db7a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-7f13a5e04fe3d70c.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-304b947e2d9b96f6.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-e454a4d90d4044eb.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-dc9b67b9d47e7bce.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-af1b94fc055bd29e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c8787c923dc1c8d2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-69debb94d18142c8.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-9d8845f6ea973efe.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-34a585534cdcaa54.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-4cf06a1b033601c2.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-90759066edd0560a.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-d14bc0e52ec0953d.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-324c3a5a4bc52700.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8c4ac547107558e9.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-de92a584975acef9.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f514002cc560d52b.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-702b87acea9cb846.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-55e2511ace2b4a1b.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-b260bcdad7d801cc.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7ba83478b0b28ec3.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1ec47aacdff5a9cb.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5e9108efc6e4e2b4.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rlib -C embed-bitcode=no -D warnings --error-format human`
57242023-12-09T07:08:39.292Z
57252023-12-09T07:08:39.292Zrunning 0 tests
57262023-12-09T07:08:39.292Z
57272023-12-09T07:08:39.292Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
57282023-12-09T07:08:39.292Z
57292023-12-09T07:08:39.320Z Doc-tests oximeter-db
57302023-12-09T07:08:39.326Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name oximeter_db --test oximeter/db/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/db -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-e27f147807a8bc9f/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-084832dceff4d290.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-74933ec96320e472.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-cf72f843b9ce520b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef443fbbfa73a43.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-8fc3661830c92e6e.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-0a3fb3c08f13db7a.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-ac2bb27a4d43cdb1.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-938138eb45012d55.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-af1b94fc055bd29e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c8787c923dc1c8d2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-69debb94d18142c8.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-4cf06a1b033601c2.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-324c3a5a4bc52700.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-537384909654dd1b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-de92a584975acef9.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f514002cc560d52b.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-702b87acea9cb846.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-55e2511ace2b4a1b.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-b260bcdad7d801cc.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-c421aae3f8abc685.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1ec47aacdff5a9cb.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-af3f9b2d6b50389f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rlib -C embed-bitcode=no -D warnings --error-format human`
57312023-12-09T07:08:40.646Z
57322023-12-09T07:08:40.646Zrunning 0 tests
57332023-12-09T07:08:40.646Z
57342023-12-09T07:08:40.647Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
57352023-12-09T07:08:40.647Z
57362023-12-09T07:08:40.686Z Doc-tests oximeter-instruments
57372023-12-09T07:08:40.689Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name oximeter_instruments --test oximeter/instruments/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/instruments -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-e27f147807a8bc9f/out --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-bc2c501506aafa82.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-8fc3661830c92e6e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a198b56a5f9eb1ad.rlib --extern kstat_rs=/work/oxidecomputer/omicron/target/debug/deps/libkstat_rs-b20127b1a8309df2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-69debb94d18142c8.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-4cf06a1b033601c2.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-de5adb521c24b418.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8c4ac547107558e9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f514002cc560d52b.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-55e2511ace2b4a1b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1ec47aacdff5a9cb.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rlib -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="http"' --cfg 'feature="http-instruments"' --cfg 'feature="kstat"' --cfg 'feature="kstat-rs"' -D warnings --error-format human`
57382023-12-09T07:08:41.135Z
57392023-12-09T07:08:41.135Zrunning 0 tests
57402023-12-09T07:08:41.135Z
57412023-12-09T07:08:41.136Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
57422023-12-09T07:08:41.136Z
57432023-12-09T07:08:41.159Z Doc-tests oximeter-macro-impl
57442023-12-09T07:08:41.162Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type proc-macro --crate-name oximeter_macro_impl --test oximeter/oximeter-macro-impl/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/oximeter-macro-impl -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-e27f147807a8bc9f/out --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-69debb94d18142c8.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-be1c8fb506297b9d.so --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-085545494ccbad1b.rlib --extern proc_macro -C embed-bitcode=no -D warnings --error-format human`
57452023-12-09T07:08:41.272Z
57462023-12-09T07:08:41.273Zrunning 0 tests
57472023-12-09T07:08:41.273Z
57482023-12-09T07:08:41.273Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
57492023-12-09T07:08:41.274Z
57502023-12-09T07:08:41.280Z Doc-tests oximeter-producer
57512023-12-09T07:08:41.284Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name oximeter_producer --test oximeter/producer/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/producer -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-e27f147807a8bc9f/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef443fbbfa73a43.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-8fc3661830c92e6e.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-e454a4d90d4044eb.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-af1b94fc055bd29e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-69debb94d18142c8.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-4cf06a1b033601c2.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-eb889f19d5709504.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-702b87acea9cb846.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1ec47aacdff5a9cb.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rlib -C embed-bitcode=no -D warnings --error-format human`
57522023-12-09T07:08:41.623Z
57532023-12-09T07:08:41.623Zrunning 0 tests
57542023-12-09T07:08:41.623Z
57552023-12-09T07:08:41.623Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
57562023-12-09T07:08:41.623Z
57572023-12-09T07:08:41.645Z Doc-tests sled-agent-client
57582023-12-09T07:08:41.648Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name sled_agent_client --test clients/sled-agent-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/sled-agent-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-e27f147807a8bc9f/out --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-084832dceff4d290.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-847fb59b18b2aee3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-af1b94fc055bd29e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-69debb94d18142c8.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-289011c4e09667b5.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-df34b867b7589e06.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-de92a584975acef9.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-1dad7f5b68b8d510.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-fcc4e7bee0ed24a1.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rlib -C embed-bitcode=no -D warnings --error-format human`
57592023-12-09T07:08:44.895Z
57602023-12-09T07:08:44.895Zrunning 0 tests
57612023-12-09T07:08:44.895Z
57622023-12-09T07:08:44.895Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
57632023-12-09T07:08:44.895Z
57642023-12-09T07:08:44.959Z Doc-tests sled-hardware
57652023-12-09T07:08:44.962Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name sled_hardware --test sled-hardware/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-hardware -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-e27f147807a8bc9f/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-bc2c501506aafa82.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-8fe45624da2a3447.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e4d69e760c7ca210.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-45ce8912dc32de8c.rlib --extern libefi_illumos=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_illumos-dfff9f250ebab94e.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-1ce9557757fa651b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-af1b94fc055bd29e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c8787c923dc1c8d2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-69debb94d18142c8.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8c4ac547107558e9.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-77ef57dbdaaa7ffb.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-eef85b09ccdef74c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1ec47aacdff5a9cb.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rlib -C embed-bitcode=no -D warnings --error-format human`
57662023-12-09T07:08:45.459Z
57672023-12-09T07:08:45.459Zrunning 0 tests
57682023-12-09T07:08:45.459Z
57692023-12-09T07:08:45.459Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
57702023-12-09T07:08:45.459Z
57712023-12-09T07:08:45.486Z Doc-tests sled-storage
57722023-12-09T07:08:45.489Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name sled_storage --test sled-storage/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-storage -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-e27f147807a8bc9f/out --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-084832dceff4d290.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7c6e8f28fa0558b4.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-bc2c501506aafa82.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-46eebefa6ecc0bc6.so --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-daf84fcebc6d5eca.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e4d69e760c7ca210.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-144705db301a5870.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-af1b94fc055bd29e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c8787c923dc1c8d2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-69debb94d18142c8.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8c4ac547107558e9.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-77ef57dbdaaa7ffb.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-fcc4e7bee0ed24a1.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1ec47aacdff5a9cb.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rlib -C embed-bitcode=no --cfg 'feature="testing"' -D warnings --error-format human`
57732023-12-09T07:08:45.999Z
57742023-12-09T07:08:45.999Zrunning 0 tests
57752023-12-09T07:08:46.000Z
57762023-12-09T07:08:46.000Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
57772023-12-09T07:08:46.000Z
57782023-12-09T07:08:46.027Z Doc-tests sp-sim
57792023-12-09T07:08:46.027Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name sp_sim --test sp-sim/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sp-sim -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-e27f147807a8bc9f/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-084832dceff4d290.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef443fbbfa73a43.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-8fc3661830c92e6e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-35e5e75d00a35726.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6f7e7e787f938be2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-af1b94fc055bd29e.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-60c92b95902b9fdb.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-69debb94d18142c8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-702b87acea9cb846.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-a816bf53d448c759.rlib --extern sprockets_rot=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_rot-009eb845872f02e3.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1ec47aacdff5a9cb.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5e9108efc6e4e2b4.rlib -C embed-bitcode=no -D warnings --error-format human`
57802023-12-09T07:08:46.751Z
57812023-12-09T07:08:46.751Zrunning 0 tests
57822023-12-09T07:08:46.751Z
57832023-12-09T07:08:46.751Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
57842023-12-09T07:08:46.751Z
57852023-12-09T07:08:46.781Z Doc-tests tufaceous
57862023-12-09T07:08:46.785Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name tufaceous --test tufaceous/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/tufaceous -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-e27f147807a8bc9f/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-7462df53b4dba49b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef443fbbfa73a43.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-9be0e24052f4a227.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-14890b8d55e1c3c1.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-276ec3bce00d5f09.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-5ec1d71338dd5297.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-af1b94fc055bd29e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c8787c923dc1c8d2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-69debb94d18142c8.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-765e2540c35635c8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f514002cc560d52b.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-7d1f69ec0d72f47b.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-55e2511ace2b4a1b.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-c421aae3f8abc685.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1ec47aacdff5a9cb.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-a64cb45222db2d3e.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-0ba0ba9b06b86db3.rlib -C embed-bitcode=no -D warnings --error-format human`
57872023-12-09T07:08:47.217Z
57882023-12-09T07:08:47.217Zrunning 0 tests
57892023-12-09T07:08:47.217Z
57902023-12-09T07:08:47.217Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
57912023-12-09T07:08:47.217Z
57922023-12-09T07:08:47.222Z Doc-tests tufaceous-lib
57932023-12-09T07:08:47.225Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name tufaceous_lib --test tufaceous-lib/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/tufaceous-lib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-e27f147807a8bc9f/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-084832dceff4d290.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-58dcb98854df22ff.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-cf72f843b9ce520b.rlib --extern bytesize=/work/oxidecomputer/omicron/target/debug/deps/libbytesize-eeae718e0c35ba84.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7c6e8f28fa0558b4.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-212a8b0dc002b8b7.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-9c343eab58a7ea84.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-276ec3bce00d5f09.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6f7e7e787f938be2.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-e196c97d3d4fcd97.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-938138eb45012d55.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-af1b94fc055bd29e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c8787c923dc1c8d2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-69debb94d18142c8.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8c4ac547107558e9.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-d1e51c6b8a6ecb88.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rlib --extern serde_path_to_error=/work/oxidecomputer/omicron/target/debug/deps/libserde_path_to_error-6180809874198223.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-3efb67152f9bb7fd.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-fe8950a9f7b3553a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1ec47aacdff5a9cb.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5e9108efc6e4e2b4.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-01183c2c9c08f8b2.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-0ba0ba9b06b86db3.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-4ee5ed5bde7ce18a.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-1e6182992effe9a1.rlib -C embed-bitcode=no -D warnings --error-format human`
57942023-12-09T07:08:47.829Z
57952023-12-09T07:08:47.829Zrunning 0 tests
57962023-12-09T07:08:47.830Z
57972023-12-09T07:08:47.830Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
57982023-12-09T07:08:47.830Z
57992023-12-09T07:08:47.856Z Doc-tests update-engine
58002023-12-09T07:08:47.861Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name update_engine --test update-engine/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/update-engine -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-e27f147807a8bc9f/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-58dcb98854df22ff.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-cf72f843b9ce520b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7c6e8f28fa0558b4.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-21d3f75c791fa9a4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef443fbbfa73a43.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-212a8b0dc002b8b7.rlib --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-d5d148f8b0aeac01.so --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-294f21b38637a1be.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-2e7a89619d1b841a.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-59795aa0d9c5f644.rlib --extern libsw=/work/oxidecomputer/omicron/target/debug/deps/liblibsw-054c73ee5352d687.rlib --extern linear_map=/work/oxidecomputer/omicron/target/debug/deps/liblinear_map-9a24c9cb3f4a98ce.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c8787c923dc1c8d2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-69debb94d18142c8.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-cc81b9d222c0d737.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-cb3b038c24d25106.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f915ff3d992a233b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-7ec8ff03521d695a.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-70fd40af0a67716f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1ec47aacdff5a9cb.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-bd4e9926302cc4c2.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-d72b7a0cbab620b4.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-a2a1f484550678da.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rlib -C embed-bitcode=no -D warnings --error-format human`
58012023-12-09T07:08:48.672Z
58022023-12-09T07:08:48.672Zrunning 3 tests
58032023-12-09T07:08:48.675Ztest update-engine/src/events.rs - events::StepEvent::spec (line 78) ... ignored
58042023-12-09T07:08:48.676Ztest update-engine/src/macros.rs - macros::define_update_engine (line 11) ... ignored
58052023-12-09T07:08:48.676Ztest update-engine/src/macros.rs - macros::define_update_engine (line 17) ... ignored
58062023-12-09T07:08:48.676Z
58072023-12-09T07:08:48.676Ztest result: ok. 0 passed; 0 failed; 3 ignored; 0 measured; 0 filtered out; finished in 0.00s
58082023-12-09T07:08:48.676Z
58092023-12-09T07:08:48.700Z Doc-tests wicket
58102023-12-09T07:08:48.704Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name wicket --test wicket/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/wicket -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-e27f147807a8bc9f/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-7462df53b4dba49b.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-58dcb98854df22ff.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-ea9e8cb8d8ec83be.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef443fbbfa73a43.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-a6f7ca36058256e5.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-5ec1d71338dd5297.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-2e7a89619d1b841a.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-59795aa0d9c5f644.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-938138eb45012d55.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-af1b94fc055bd29e.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-1985ded145d2f706.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-69debb94d18142c8.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-230e44e7360903b6.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-cc81b9d222c0d737.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-894db676841aa3cb.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-6826507eaa28f4f1.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-de92a584975acef9.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-19270a1b98edf2ba.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-c646a9162b042b75.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f514002cc560d52b.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-7d1f69ec0d72f47b.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-55e2511ace2b4a1b.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-7ec8ff03521d695a.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-c421aae3f8abc685.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-efbdc2c66f61b52d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1ec47aacdff5a9cb.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-da120e4ff52d808b.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5e9108efc6e4e2b4.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-e0682a68817d4d48.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-7d790c9a4e8e7341.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-d72b7a0cbab620b4.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-a2a1f484550678da.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-4f650f7ced553632.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-d3ba7f7e55d494ee.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-6b45eccc21e6b3bd.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d4ac8e2ff6ba4016.rlib -C embed-bitcode=no -D warnings --error-format human`
58112023-12-09T07:08:49.922Z
58122023-12-09T07:08:49.922Zrunning 0 tests
58132023-12-09T07:08:49.922Z
58142023-12-09T07:08:49.922Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
58152023-12-09T07:08:49.922Z
58162023-12-09T07:08:49.959Z Doc-tests wicket-common
58172023-12-09T07:08:49.962Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name wicket_common --test wicket-common/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/wicket-common -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-e27f147807a8bc9f/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-c34bcec9e53a17f3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-af1b94fc055bd29e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-69debb94d18142c8.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-a2a1f484550678da.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-d3ba7f7e55d494ee.rlib -C embed-bitcode=no -D warnings --error-format human`
58182023-12-09T07:08:50.462Z
58192023-12-09T07:08:50.462Zrunning 0 tests
58202023-12-09T07:08:50.462Z
58212023-12-09T07:08:50.462Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
58222023-12-09T07:08:50.463Z
58232023-12-09T07:08:50.487Z Doc-tests wicket-dbg
58242023-12-09T07:08:50.493Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name wicket_dbg --test wicket-dbg/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/wicket-dbg -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-e27f147807a8bc9f/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-cf72f843b9ce520b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-ea9e8cb8d8ec83be.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef443fbbfa73a43.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-a6f7ca36058256e5.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-69debb94d18142c8.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-c416d521fdfcbe9f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f514002cc560d52b.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-7d1f69ec0d72f47b.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-55e2511ace2b4a1b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1ec47aacdff5a9cb.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-4f650f7ced553632.rlib --extern wicket_dbg=/work/oxidecomputer/omicron/target/debug/deps/libwicket_dbg-20a76ec3df8ba82d.rlib -C embed-bitcode=no -D warnings --error-format human`
58252023-12-09T07:08:50.939Z
58262023-12-09T07:08:50.939Zrunning 0 tests
58272023-12-09T07:08:50.939Z
58282023-12-09T07:08:50.939Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
58292023-12-09T07:08:50.939Z
58302023-12-09T07:08:50.962Z Doc-tests wicketd
58312023-12-09T07:08:50.966Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name wicketd --test wicketd/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/wicketd -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-e27f147807a8bc9f/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-084832dceff4d290.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-efdef217e0fabd4e.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-5f15e23a2b6720f5.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-58dcb98854df22ff.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-cf72f843b9ce520b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7c6e8f28fa0558b4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef443fbbfa73a43.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-109bd8b166d1face.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-212a8b0dc002b8b7.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-c33ee704d422915a.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-fb7d2275df9b8c96.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-8fc3661830c92e6e.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-294f21b38637a1be.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-0a3fb3c08f13db7a.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-9c343eab58a7ea84.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-4750fc70f249085f.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-276ec3bce00d5f09.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-c34bcec9e53a17f3.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-35e5e75d00a35726.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-0d15c75bf67c6842.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6f7e7e787f938be2.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a198b56a5f9eb1ad.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-e196c97d3d4fcd97.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-7f13a5e04fe3d70c.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e4d69e760c7ca210.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-f9b99694c613dcb9.rlib --extern installinator_artifact_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifact_client-382f08dbcdc8f602.rlib --extern installinator_artifactd=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifactd-4e5af074b46e1481.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-78b32943494c36d1.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-304b947e2d9b96f6.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-847fb59b18b2aee3.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-938138eb45012d55.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-2be96bd6b55b8b90.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-89750ec7e9845530.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-af1b94fc055bd29e.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-1985ded145d2f706.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c8787c923dc1c8d2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-69debb94d18142c8.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-9d8845f6ea973efe.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-34a585534cdcaa54.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8c4ac547107558e9.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-de92a584975acef9.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-3efb67152f9bb7fd.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-77ef57dbdaaa7ffb.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-702b87acea9cb846.rlib --extern snafu=/work/oxidecomputer/omicron/target/debug/deps/libsnafu-f45fb991151db88a.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7ba83478b0b28ec3.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-fe8950a9f7b3553a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1ec47aacdff5a9cb.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-bd4e9926302cc4c2.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-da120e4ff52d808b.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5e9108efc6e4e2b4.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-01183c2c9c08f8b2.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-e349c9297024bade.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-a64cb45222db2d3e.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-0ba0ba9b06b86db3.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-a2a1f484550678da.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-4f650f7ced553632.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-d3ba7f7e55d494ee.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-c86f67e41adab904.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-6b45eccc21e6b3bd.rlib -C embed-bitcode=no -D warnings --error-format human`
58322023-12-09T07:08:52.374Z
58332023-12-09T07:08:52.374Zrunning 0 tests
58342023-12-09T07:08:52.374Z
58352023-12-09T07:08:52.374Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
58362023-12-09T07:08:52.374Z
58372023-12-09T07:08:52.415Z Doc-tests wicketd-client
58382023-12-09T07:08:52.419Z Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name wicketd_client --test clients/wicketd-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/wicketd-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-e27f147807a8bc9f/out --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-78b32943494c36d1.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-847fb59b18b2aee3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-69debb94d18142c8.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-289011c4e09667b5.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-df34b867b7589e06.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-de92a584975acef9.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-a2a1f484550678da.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-d3ba7f7e55d494ee.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-6b45eccc21e6b3bd.rlib -C embed-bitcode=no -D warnings --error-format human`
58392023-12-09T07:08:54.807Z
58402023-12-09T07:08:54.807Zrunning 0 tests
58412023-12-09T07:08:54.807Z
58422023-12-09T07:08:54.808Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
58432023-12-09T07:08:54.809Z
58442023-12-09T07:08:54.894Z
58452023-12-09T07:08:54.894Zreal 2:02.119210679
58462023-12-09T07:08:54.900Zuser 2:06.545816956
58472023-12-09T07:08:54.900Zsys 40.503205406
58482023-12-09T07:08:54.900Ztrap 0.026413014
58492023-12-09T07:08:54.900Ztflt 0.673354861
58502023-12-09T07:08:54.900Zdflt 6.394559144
58512023-12-09T07:08:54.900Zkflt 0.030488404
58522023-12-09T07:08:54.900Zlock 2:06.916304197
58532023-12-09T07:08:54.900Zslp 12:26.477884109
58542023-12-09T07:08:54.900Zlat 0.961943481
58552023-12-09T07:08:54.900Zstop 2.549658018
58562023-12-09T07:08:54.904Zfiles in /var/tmp/omicron_tmp (none expected on success):
58572023-12-09T07:08:54.907Z164819 11 drwxr-xr-x 2 build build 2 Dec 9 07:08 /var/tmp/omicron_tmp
58582023-12-09T07:08:54.999Zprocess exited: duration 4426242 ms, exit code 0
 
58592023-12-09T07:08:55.012Zfound 0 output files