01HBHHDBY3M8GHSW14ZCJ93C6F: 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: 01HBHHFXRWH2VR68J1KH19ZF0A

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12023-09-29T22:40:42.134Zjob assigned to worker 01HBHHJG0X32AJYARYESPD3X7R (queued for 2 m 8 s)
 
22023-09-29T22:40:42.496Zstarting task 0: "setup"
32023-09-29T22:40:42.982Z++ uname -s
42023-09-29T22:40:43.415Z+ kern=SunOS
52023-09-29T22:40:43.441Z+ case "$kern" in
62023-09-29T22:40:43.467Z+ groupadd -g 12345 build
72023-09-29T22:40:43.499Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82023-09-29T22:40:44.593Z+ zfs create -o mountpoint=/work rpool/work
92023-09-29T22:40:44.658Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102023-09-29T22:40:44.676Z+ home_fs=zfs
112023-09-29T22:40:44.750Z+ [[ zfs == autofs ]]
122023-09-29T22:40:44.767Z+ mkdir -p /home/build
132023-09-29T22:40:44.783Z+ chown build:build /home/build /work
142023-09-29T22:40:46.658Z+ chmod 0700 /home/build /work
152023-09-29T22:40:46.671Zprocess exited: duration 4152 ms, exit code 0
 
162023-09-29T22:40:46.708Zstarting task 1: "rust-toolchain"
172023-09-29T22:40:46.726Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
182023-09-29T22:40:46.737Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default
192023-09-29T22:40:46.894Zinfo: downloading installer
202023-09-29T22:40:48.906Zwarning: it looks like you have an existing installation of Rust at:
212023-09-29T22:40:48.919Zwarning: /opt/ooce/bin
222023-09-29T22:40:48.933Zwarning: It is recommended that rustup be the primary Rust installation.
232023-09-29T22:40:48.945Zwarning: Otherwise you may have confusion unless you are careful with your PATH
242023-09-29T22:40:48.959Zwarning: If you are sure that you want both rustup and your already installed Rust
252023-09-29T22:40:48.973Zwarning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
262023-09-29T22:40:49.398Zwarning: or pass `-y' to ignore all ignorable checks.
272023-09-29T22:40:49.416Zerror: cannot install while Rust is installed
282023-09-29T22:40:49.446Zwarning: continuing (because the -y flag is set and the error is ignorable)
292023-09-29T22:40:49.483Zinfo: profile set to 'default'
302023-09-29T22:40:49.940Zinfo: default host triple is x86_64-unknown-illumos
312023-09-29T22:40:49.954Zinfo: syncing channel updates for '1.72.1-x86_64-unknown-illumos'
322023-09-29T22:40:49.969Zinfo: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13)
332023-09-29T22:40:49.985Zinfo: downloading component 'cargo'
342023-09-29T22:40:50.053Zinfo: downloading component 'clippy'
352023-09-29T22:40:50.345Zinfo: downloading component 'rust-docs'
362023-09-29T22:40:51.365Zinfo: downloading component 'rust-std'
372023-09-29T22:40:53.186Zinfo: downloading component 'rustc'
382023-09-29T22:40:57.618Zinfo: downloading component 'rustfmt'
392023-09-29T22:40:57.860Zinfo: installing component 'cargo'
402023-09-29T22:40:59.300Zinfo: installing component 'clippy'
412023-09-29T22:40:59.921Zinfo: installing component 'rust-docs'
422023-09-29T22:41:02.627Zinfo: installing component 'rust-std'
432023-09-29T22:41:06.097Zinfo: installing component 'rustc'
442023-09-29T22:41:12.456Zinfo: installing component 'rustfmt'
452023-09-29T22:41:12.939Zinfo: default toolchain set to '1.72.1-x86_64-unknown-illumos'
462023-09-29T22:41:12.953Z
472023-09-29T22:41:13.074Z 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13)
482023-09-29T22:41:13.080Z
492023-09-29T22:41:13.088Z
502023-09-29T22:41:13.092ZRust is installed now. Great!
512023-09-29T22:41:13.096Z
522023-09-29T22:41:13.100ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
532023-09-29T22:41:13.106Zenvironment variable. This has not been done automatically.
542023-09-29T22:41:13.110Z
552023-09-29T22:41:13.113ZTo configure your current shell, run:
562023-09-29T22:41:13.120Zsource "$HOME/.cargo/env"
572023-09-29T22:41:13.163Z+ rustc --version
582023-09-29T22:41:13.280Zrustc 1.72.1 (d5c2e9c34 2023-09-13)
592023-09-29T22:41:13.295Zprocess exited: duration 26565 ms, exit code 0
 
602023-09-29T22:41:13.326Zstarting task 2: "authentication"
612023-09-29T22:41:13.378Zprocess exited: duration 40 ms, exit code 0
 
622023-09-29T22:41:13.411Zstarting task 3: "clone repository"
632023-09-29T22:41:14.251Z+ mkdir -p /work/oxidecomputer/omicron
642023-09-29T22:41:14.265Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
652023-09-29T22:41:14.284ZCloning into '/work/oxidecomputer/omicron'...
662023-09-29T22:41:19.786Z+ cd /work/oxidecomputer/omicron
672023-09-29T22:41:19.789Z+ [[ -n executor-fake ]]
682023-09-29T22:41:19.792Z+ git fetch origin executor-fake
692023-09-29T22:41:20.576ZFrom https://github.com/oxidecomputer/omicron
702023-09-29T22:41:20.596Z * branch executor-fake -> FETCH_HEAD
712023-09-29T22:41:20.611Z+ git checkout -B executor-fake remotes/origin/executor-fake
722023-09-29T22:41:20.627ZSwitched to a new branch 'executor-fake'
732023-09-29T22:41:20.661Zbranch 'executor-fake' set up to track 'origin/executor-fake'.
742023-09-29T22:41:21.109Z+ git reset --hard 108f4d6b2295adbeff63081eee838f11bc5e0e16
752023-09-29T22:41:21.135ZHEAD is now at 108f4d6b more hakari
762023-09-29T22:41:21.156Zprocess exited: duration 6448 ms, exit code 0
 
772023-09-29T22:41:21.215Zstarting task 4: "build"
782023-09-29T22:41:21.674Z+ NEXTEST_VERSION=0.9.59
792023-09-29T22:41:21.687Z+ cargo --version
802023-09-29T22:41:21.754Zcargo 1.72.1 (103a7ff2e 2023-08-15)
812023-09-29T22:41:21.777Z+ rustc --version
822023-09-29T22:41:21.853Zrustc 1.72.1 (d5c2e9c34 2023-09-13)
832023-09-29T22:41:21.862Z+ curl -sSfL --retry 10 https://get.nexte.st/0.9.59/illumos
842023-09-29T22:41:21.869Z+ gunzip
852023-09-29T22:41:21.879Z+ tar -xvf - -C /home/build/.cargo/bin
862023-09-29T22:41:23.110Zx cargo-nextest, 11418632 bytes, 22303 tape blocks
872023-09-29T22:41:23.136Z+ TEST_TMPDIR=/var/tmp/omicron_tmp
882023-09-29T22:41:23.161Z+ echo 'tests will store output in /var/tmp/omicron_tmp'
892023-09-29T22:41:23.184Ztests will store output in /var/tmp/omicron_tmp
902023-09-29T22:41:24.458Z+ mkdir /var/tmp/omicron_tmp
912023-09-29T22:41:24.472Z+ source ./env.sh
922023-09-29T22:41:24.487Z++ set -o xtrace
932023-09-29T22:41:24.508Z++++ dirname ./env.sh
942023-09-29T22:41:24.525Z+++ cd .
952023-09-29T22:41:24.541Z+++ echo /work/oxidecomputer/omicron
962023-09-29T22:41:24.557Z++ OMICRON_WS=/work/oxidecomputer/omicron
972023-09-29T22:41:24.575Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
982023-09-29T22:41:25.004Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
992023-09-29T22:41:25.024Z++ 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
1002023-09-29T22:41:26.271Z++ 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
1012023-09-29T22:41:26.283Z++ 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
1022023-09-29T22:41:26.295Z++ 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
1032023-09-29T22:41:26.312Z++ unset OMICRON_WS
1042023-09-29T22:41:26.330Z++ set +o xtrace
1052023-09-29T22:41:26.350Z
1062023-09-29T22:41:26.405Z ##### ##### ###### ##### ###### #### # # # #### #
1072023-09-29T22:41:26.441Z # # # # # # # # # # # # # # #
1082023-09-29T22:41:26.470Z # # # # ##### # # ##### # # # # # #### #
1092023-09-29T22:41:26.508Z ##### ##### # ##### # # # # # # # # #
1102023-09-29T22:41:26.952Z # # # # # # # # # # # # # # #
1112023-09-29T22:41:26.973Z # # # ###### # # ###### ### # #### # #### #
1122023-09-29T22:41:26.987Z
1132023-09-29T22:41:28.105Z Startup: Refreshing catalog 'helios-dev' ... Done
1142023-09-29T22:41:28.647Z Startup: Caching catalogs ... Done
1152023-09-29T22:41:31.249ZPlanning: Solver setup ... Done (2.400s)
1162023-09-29T22:41:31.313ZPlanning: Running solver ... Done (0.076s)
1172023-09-29T22:41:31.349ZPlanning: Finding local manifests ... Done (0.003s)
1182023-09-29T22:41:31.375ZPlanning: Fetching manifests: 0/4 0% complete
1192023-09-29T22:41:31.601ZPlanning: Fetching manifests: 4/4 100% complete
1202023-09-29T22:41:31.726ZPlanning: Package planning ... Done (0.129s)
1212023-09-29T22:41:31.809ZPlanning: Merging actions ... Done (0.083s)
1222023-09-29T22:41:32.728ZPlanning: Checking for conflicting actions ... Done (0.928s)
1232023-09-29T22:41:32.747ZPlanning: Consolidating action changes ... Done (0.017s)
1242023-09-29T22:41:39.114ZPlanning: Evaluating mediators ... Done (6.365s)
1252023-09-29T22:41:39.132ZPlanning: Planning completed in 10.44 seconds
1262023-09-29T22:41:41.192Z Packages to install: 4
1272023-09-29T22:41:41.211Z Mediators to change: 2
1282023-09-29T22:41:41.230Z Services to change: 1
1292023-09-29T22:41:41.247Z Estimated space available: 149.39 GB
1302023-09-29T22:41:41.268ZEstimated space to be consumed: 1.35 GB
1312023-09-29T22:41:41.286Z Create boot environment: No
1322023-09-29T22:41:41.303ZCreate backup boot environment: No
1332023-09-29T22:41:41.323Z Rebuild boot archive: No
1342023-09-29T22:41:41.345Z
1352023-09-29T22:41:41.363ZChanged mediators:
1362023-09-29T22:41:41.379Z mediator clang:
1372023-09-29T22:41:41.392Z version: None -> 15 (system default)
1382023-09-29T22:41:41.405Z
1392023-09-29T22:41:41.422Z mediator llvm:
1402023-09-29T22:41:41.453Z version: 14 (system default) -> 15 (system default)
1412023-09-29T22:41:41.482Z
1422023-09-29T22:41:41.508ZChanged packages:
1432023-09-29T22:41:41.531Zhelios-dev
1442023-09-29T22:41:41.551Z developer/build-essential
1452023-09-29T22:41:41.573Z None -> 11-2.0
1462023-09-29T22:41:41.606Z library/libxmlsec1
1472023-09-29T22:41:42.047Z None -> 1.2.35-2.0
1482023-09-29T22:41:42.052Z ooce/developer/clang-15
1492023-09-29T22:41:42.061Z None -> 15.0.7-2.0
1502023-09-29T22:41:42.065Z ooce/developer/llvm-15
1512023-09-29T22:41:42.070Z None -> 15.0.7-2.0
1522023-09-29T22:41:42.083Z
1532023-09-29T22:41:42.089ZServices:
1542023-09-29T22:41:42.100Z restart_fmri:
1552023-09-29T22:41:42.123Z svc:/system/update-man-index:default
1562023-09-29T22:41:42.146Z
1572023-09-29T22:41:42.171ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1582023-09-29T22:41:46.861ZDownload: 464/3290 items 16.9/212.6MB 7% complete (3.5M/s)
1592023-09-29T22:41:51.587ZDownload: 1197/3290 items 68.6/212.6MB 32% complete (7.0M/s)
1602023-09-29T22:41:56.617ZDownload: 2179/3290 items 119.0/212.6MB 55% complete (10.2M/s)
1612023-09-29T22:42:01.596ZDownload: 3126/3290 items 137.6/212.6MB 64% complete (6.7M/s)
1622023-09-29T22:42:03.738ZDownload: Completed 212.60 MB in 22.29 seconds (9.5M/s)
1632023-09-29T22:42:05.078Z Actions: 1/3687 actions (Installing new actions)
1642023-09-29T22:42:10.061Z Actions: 2448/3687 actions (Installing new actions)
1652023-09-29T22:42:13.124Z Actions: Completed 3687 actions in 8.07 seconds.
1662023-09-29T22:42:13.173Z Done (0.046s)
1672023-09-29T22:42:13.185Z Done (0.000s)
1682023-09-29T22:42:13.303Z Done (0.124s)
1692023-09-29T22:42:20.374Z Done (6.977s)
1702023-09-29T22:42:20.687Z Done (0.217s)
1712023-09-29T22:42:20.693Z Done (0.000s)
1722023-09-29T22:42:20.927Z Done (0.000s)
1732023-09-29T22:42:21.567ZPlanning: Evaluating mediator changes ... Done
1742023-09-29T22:42:22.245ZPlanning: Checking for conflicting actions ... Done
1752023-09-29T22:42:22.253ZPlanning: Consolidating action changes ... Done
1762023-09-29T22:42:22.268ZPlanning: Evaluating mediators ... Done
1772023-09-29T22:42:22.274ZPlanning: Planning completed in 0.71 seconds
1782023-09-29T22:42:22.370Z Mediators to change: 2
1792023-09-29T22:42:22.382Z Create boot environment: No
1802023-09-29T22:42:22.392ZCreate backup boot environment: No
1812023-09-29T22:42:22.422Z Done
1822023-09-29T22:42:22.440Z Done
1832023-09-29T22:42:22.489Z Done
1842023-09-29T22:42:28.245Z Done
1852023-09-29T22:42:28.364Z Done
1862023-09-29T22:42:28.376Z Done
1872023-09-29T22:42:28.458Z Done
1882023-09-29T22:42:29.445ZPlanning: Evaluating mediator changes ... Done
1892023-09-29T22:42:29.465ZPlanning: Merging actions ... Done
1902023-09-29T22:42:29.767ZPlanning: Checking for conflicting actions ... Done
1912023-09-29T22:42:29.778ZPlanning: Consolidating action changes ... Done
1922023-09-29T22:42:30.616ZPlanning: Evaluating mediators ... Done
1932023-09-29T22:42:30.651ZPlanning: Planning completed in 1.27 seconds
1942023-09-29T22:42:30.743Z Packages to change: 1
1952023-09-29T22:42:30.768Z Mediators to change: 1
1962023-09-29T22:42:30.784Z Services to change: 1
1972023-09-29T22:42:31.646Z Create boot environment: No
1982023-09-29T22:42:31.657ZCreate backup boot environment: Yes
1992023-09-29T22:42:32.195Z Actions: 1/6 actions (Updating modified actions)
2002023-09-29T22:42:32.213Z Actions: Completed 6 actions in 0.00 seconds.
2012023-09-29T22:42:32.229Z Done
2022023-09-29T22:42:32.239Z Done
2032023-09-29T22:42:32.251Z Done
2042023-09-29T22:42:37.993Z Done
2052023-09-29T22:42:38.117Z Done
2062023-09-29T22:42:38.131Z Done
2072023-09-29T22:42:38.206Z Done
2082023-09-29T22:42:38.879ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2092023-09-29T22:42:38.890Zclang system 15 system
2102023-09-29T22:42:38.905Zcsh system system illumos
2112023-09-29T22:42:38.919Zctags system system illumos
2122023-09-29T22:42:38.934Zgcc vendor 12 vendor
2132023-09-29T22:42:38.950Zgcc system 10 system
2142023-09-29T22:42:38.965Zgcc system 7 system
2152023-09-29T22:42:38.977Zgo system 1.20 system
2162023-09-29T22:42:38.991Zgo system 1.19 system
2172023-09-29T22:42:39.014Zllvm system 15 system
2182023-09-29T22:42:39.029Zllvm system 14 system
2192023-09-29T22:42:39.044Zmariadb system 10.6 system
2202023-09-29T22:42:39.064Zmta vendor vendor dma
2212023-09-29T22:42:39.114Zopenjdk system 17 system
2222023-09-29T22:42:39.538Zopenjdk system 11 system
2232023-09-29T22:42:39.549Zopenjdk system 1.8 system
2242023-09-29T22:42:39.562Zopenssl vendor 3 vendor
2252023-09-29T22:42:39.575Zperl system 5.36 system
2262023-09-29T22:42:40.003Zpostgresql system 15 system
2272023-09-29T22:42:40.434Zpostgresql system 13 system
2282023-09-29T22:42:40.445Zpython vendor 3 vendor
2292023-09-29T22:42:40.458Zpython system 2 system
2302023-09-29T22:42:40.472Zpython3 system 3.11 system
2312023-09-29T22:42:40.485Zruby system 3.0 system
2322023-09-29T22:42:40.501Zwords vendor vendor american-english
2332023-09-29T22:42:40.513Zwords system system australian-english
2342023-09-29T22:42:40.519Zwords system system british-english
2352023-09-29T22:42:40.525Zwords system system canadian-english
2362023-09-29T22:42:41.771Zwords system system french
2372023-09-29T22:42:41.783Zwords system system italian
2382023-09-29T22:42:41.796Zwords system system ngerman
2392023-09-29T22:42:41.813Zwords system system ogerman
2402023-09-29T22:42:41.819Zwords system system spanish
2412023-09-29T22:42:41.834ZFMRI IFO
2422023-09-29T22:42:41.847Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2432023-09-29T22:42:41.864Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2442023-09-29T22:42:41.877Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2452023-09-29T22:42:41.893Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z im-
2462023-09-29T22:42:41.907Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2472023-09-29T22:42:42.746Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z i--
2482023-09-29T22:42:42.767Z+ set -o errexit
2492023-09-29T22:42:42.792Z+++ dirname ./tools/ci_download_cockroachdb
2502023-09-29T22:42:42.814Z++ cd ./tools
2512023-09-29T22:42:42.842Z++ pwd
2522023-09-29T22:42:42.876Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
2532023-09-29T22:42:42.894Z++ basename ./tools/ci_download_cockroachdb
2542023-09-29T22:42:42.910Z+ ARG0=ci_download_cockroachdb
2552023-09-29T22:42:42.920Z++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version
2562023-09-29T22:42:42.936Z+ CIDL_VERSION=v22.1.9
2572023-09-29T22:42:42.951Z+ source /work/oxidecomputer/omicron/tools/cockroachdb_checksums
2582023-09-29T22:42:42.961Z++ CIDL_MD5_DARWIN=2db972c254b4e3b599e12110520178b5
2592023-09-29T22:42:42.974Z++ CIDL_MD5_LINUX=8c3170883e0a0be1a34b44090c067a8c
2602023-09-29T22:42:42.986Z++ CIDL_MD5_ILLUMOS=d8999aff364e5d70f226e139fda724a3
2612023-09-29T22:42:43.004Z+ TARGET_DIR=out
2622023-09-29T22:42:43.019Z+ DOWNLOAD_DIR=out/downloads
2632023-09-29T22:42:43.033Z+ DEST_DIR=./out/cockroachdb
2642023-09-29T22:42:43.055Z+ CIDL_URL_COCKROACH=https://binaries.cockroachdb.com
2652023-09-29T22:42:43.072Z+ CIDL_URL_ILLUMOS=https://illumos.org/downloads
2662023-09-29T22:42:43.086Z+ main
2672023-09-29T22:42:43.098Z+ [[ 0 != 0 ]]
2682023-09-29T22:42:43.109Z+ CIDL_OS=solaris2.11
2692023-09-29T22:42:43.120Z+ [[ 0 != 0 ]]
2702023-09-29T22:42:43.129Z+ configure_os solaris2.11
2712023-09-29T22:42:43.139Z+ echo 'current directory: /work/oxidecomputer/omicron'
2722023-09-29T22:42:43.155Zcurrent directory: /work/oxidecomputer/omicron
2732023-09-29T22:42:43.168Zconfiguring based on OS: "solaris2.11"
2742023-09-29T22:42:43.210Z+ echo 'configuring based on OS: "solaris2.11"'
2752023-09-29T22:42:43.226Z+ case "$1" in
2762023-09-29T22:42:43.666Z+ CIDL_BUILD=illumos
2772023-09-29T22:42:44.101Z+ CIDL_SUFFIX=tar.gz
2782023-09-29T22:42:44.134Z+ CIDL_MD5=d8999aff364e5d70f226e139fda724a3
2792023-09-29T22:42:44.152Z+ CIDL_MD5FUNC=do_md5sum
2802023-09-29T22:42:44.578Z+ CIDL_URL_BASE=https://illumos.org/downloads
2812023-09-29T22:42:44.594Z+ CIDL_ASSEMBLE=do_assemble_illumos
2822023-09-29T22:42:44.618Z+ TARBALL_DIRNAME=cockroach-v22.1.9.illumos
2832023-09-29T22:42:44.639Z+ TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz
2842023-09-29T22:42:44.660Z+ TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz
2852023-09-29T22:42:44.687Z+ TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos
2862023-09-29T22:42:45.114Z+ CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
2872023-09-29T22:42:45.124ZURL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
2882023-09-29T22:42:45.136Z+ echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz'
2892023-09-29T22:42:45.157ZLocal file: out/downloads/cockroach-v22.1.9.illumos.tar.gz
2902023-09-29T22:42:45.175Z+ echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz'
2912023-09-29T22:42:45.590ZDownloading...
2922023-09-29T22:42:45.595Z+ mkdir -p out/downloads
2932023-09-29T22:42:45.601Z+ mkdir -p ./out/cockroachdb
2942023-09-29T22:42:45.604Z+ local DO_DOWNLOAD=true
2952023-09-29T22:42:45.607Z+ [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]]
2962023-09-29T22:42:45.619Z+ '[' true == true ']'
2972023-09-29T22:42:45.625Z+ echo Downloading...
2982023-09-29T22:42:45.634Z+ do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz
2992023-09-29T22:42:45.644Z+ 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
3002023-09-29T22:42:45.648Z++ do_md5sum out/downloads/cockroach-v22.1.9.illumos.tar.gz
3012023-09-29T22:42:45.656Z++ md5sum
3022023-09-29T22:42:45.662Z++ awk '{print $1}'
3032023-09-29T22:42:45.665Z+ calculated_md5=d8999aff364e5d70f226e139fda724a3
3042023-09-29T22:42:45.669Z+ [[ 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 ]]
3052023-09-29T22:42:45.678Z+ do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz
3062023-09-29T22:42:45.684Z+ tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads
3072023-09-29T22:42:46.732Z+ do_assemble_illumos
3082023-09-29T22:42:46.735Z+ rm -r ./out/cockroachdb
3092023-09-29T22:42:46.738Z+ cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb
3102023-09-29T22:42:47.397Z+ ./out/cockroachdb/bin/cockroach version
3112023-09-29T22:42:48.121ZBuild Tag: v22.1.9-dirty
3122023-09-29T22:42:48.137ZBuild Time: 2022/10/26 21:17:46
3132023-09-29T22:42:48.581ZDistribution: OSS
3142023-09-29T22:42:48.609ZPlatform: illumos amd64 (x86_64-pc-solaris2.11)
3152023-09-29T22:42:48.614ZGo Version: go1.17.13
3162023-09-29T22:42:48.619ZC Compiler: gcc 10.3.0
3172023-09-29T22:42:48.625ZBuild Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493
3182023-09-29T22:42:48.631ZBuild Type: release
3192023-09-29T22:42:48.641Z+ set -o errexit
3202023-09-29T22:42:48.652Z+++ dirname ./tools/ci_download_clickhouse
3212023-09-29T22:42:48.667Z++ cd ./tools
3222023-09-29T22:42:48.682Z++ pwd
3232023-09-29T22:42:49.110Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3242023-09-29T22:42:49.125Z++ basename ./tools/ci_download_clickhouse
3252023-09-29T22:42:49.136Z+ ARG0=ci_download_clickhouse
3262023-09-29T22:42:49.154Z+ TARGET_DIR=out
3272023-09-29T22:42:49.181Z+ DOWNLOAD_DIR=out/downloads
3282023-09-29T22:42:49.196Z+ DEST_DIR=./out/clickhouse
3292023-09-29T22:42:49.205Z+ CIDL_VERSION=v22.8.9.24
3302023-09-29T22:42:49.214Z+ source /work/oxidecomputer/omicron/tools/clickhouse_checksums
3312023-09-29T22:42:49.220Z++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45
3322023-09-29T22:42:49.226Z++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1
3332023-09-29T22:42:49.233Z++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306
3342023-09-29T22:42:49.237Z+ CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com
3352023-09-29T22:42:49.243Z+ main
3362023-09-29T22:42:49.252Z+ [[ 0 != 0 ]]
3372023-09-29T22:42:49.259Z+ CIDL_OS=solaris2.11
3382023-09-29T22:42:49.263Z+ [[ 0 != 0 ]]
3392023-09-29T22:42:49.267Z+ configure_os solaris2.11
3402023-09-29T22:42:49.273Z+ echo 'current directory: /work/oxidecomputer/omicron'
3412023-09-29T22:42:49.690Zcurrent directory: /work/oxidecomputer/omicron
3422023-09-29T22:42:49.696Z+ echo 'configuring based on OS: "solaris2.11"'
3432023-09-29T22:42:49.700Zconfiguring based on OS: "solaris2.11"
3442023-09-29T22:42:49.704Z+ CIDL_DASHREV=
3452023-09-29T22:42:49.716Z+ case "$1" in
3462023-09-29T22:42:49.742Z+ CIDL_PLATFORM=illumos
3472023-09-29T22:42:49.754Z+ CIDL_MD5=7702939ce5b4b51846a1ba39f1392306
3482023-09-29T22:42:49.762Z+ CIDL_MD5FUNC=do_md5sum
3492023-09-29T22:42:49.767Z+ CIDL_DASHREV=-1
3502023-09-29T22:42:49.774Z+ TARBALL_DIRNAME=clickhouse-v22.8.9.24
3512023-09-29T22:42:49.783Z+ TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz
3522023-09-29T22:42:49.793Z+ TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3532023-09-29T22:42:49.800Z+ CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz
3542023-09-29T22:42:49.805Z+ echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz'
3552023-09-29T22:42:49.812ZURL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz
3562023-09-29T22:42:49.817Z+ echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz'
3572023-09-29T22:42:49.822ZLocal file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3582023-09-29T22:42:49.828Z+ mkdir -p out/downloads
3592023-09-29T22:42:49.833Z+ mkdir -p ./out/clickhouse
3602023-09-29T22:42:49.841Z+ local DO_DOWNLOAD=true
3612023-09-29T22:42:49.847Z+ [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]]
3622023-09-29T22:42:49.856Z+ '[' true == true ']'
3632023-09-29T22:42:49.864Z+ echo Downloading...
3642023-09-29T22:42:49.874ZDownloading...
3652023-09-29T22:42:49.878Z+ 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
3662023-09-29T22:42:49.889Z+ 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
3672023-09-29T22:42:49.900Z++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3682023-09-29T22:42:49.906Z++ md5sum
3692023-09-29T22:42:49.911Z++ awk '{print $1}'
3702023-09-29T22:42:49.923Z+ calculated_md5=7702939ce5b4b51846a1ba39f1392306
3712023-09-29T22:42:49.930Z+ [[ 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 ]]
3722023-09-29T22:42:49.938Z+ do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse
3732023-09-29T22:42:49.947Z+ mkdir -p ./out/clickhouse
3742023-09-29T22:42:49.961Z+ tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse
3752023-09-29T22:42:54.714Z+ ./out/clickhouse/clickhouse server --version
3762023-09-29T22:42:54.733ZClickHouse server version 22.8.9.1.
3772023-09-29T22:42:54.742Z+ set -o errexit
3782023-09-29T22:42:54.747Z+++ dirname ./tools/ci_download_console
3792023-09-29T22:42:54.752Z++ cd ./tools
3802023-09-29T22:42:54.758Z++ pwd
3812023-09-29T22:42:54.768Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3822023-09-29T22:42:54.780Z++ basename ./tools/ci_download_console
3832023-09-29T22:42:55.211Z+ ARG0=ci_download_console
3842023-09-29T22:42:55.227Z+ TARGET_DIR=out
3852023-09-29T22:42:55.239Z+ DOWNLOAD_DIR=out/downloads
3862023-09-29T22:42:55.253Z+ DEST_DIR=./out/console-assets
3872023-09-29T22:42:55.684Z+ source /work/oxidecomputer/omicron/tools/console_version
3882023-09-29T22:42:55.697Z++ COMMIT=af6536d587a17a65398407ca03d364345aa24342
3892023-09-29T22:42:55.708Z++ SHA2=00701652eb1e495fd22409dcdf74ebae2ba081529f65fb41c5ac3a2fef50a149
3902023-09-29T22:42:55.721Z+ URL=https://dl.oxide.computer/releases/console/af6536d587a17a65398407ca03d364345aa24342.tar.gz
3912023-09-29T22:42:55.736Z+ TARBALL_FILE=out/downloads/console.tar.gz
3922023-09-29T22:42:55.753Z+ main
3932023-09-29T22:42:55.771Z+ [[ 0 != 0 ]]
3942023-09-29T22:42:55.789Z+ echo 'URL: https://dl.oxide.computer/releases/console/af6536d587a17a65398407ca03d364345aa24342.tar.gz'
3952023-09-29T22:42:55.809ZURL: https://dl.oxide.computer/releases/console/af6536d587a17a65398407ca03d364345aa24342.tar.gz
3962023-09-29T22:42:55.829Z+ echo 'Local file: out/downloads/console.tar.gz'
3972023-09-29T22:42:55.850ZLocal file: out/downloads/console.tar.gz
3982023-09-29T22:42:55.872Z+ local DO_DOWNLOAD=true
3992023-09-29T22:42:56.294Z+ [[ -f out/downloads/console.tar.gz ]]
4002023-09-29T22:42:56.322Z+ mkdir -p out/downloads
4012023-09-29T22:42:56.352Z+ '[' true == true ']'
4022023-09-29T22:42:56.785Z+ echo Downloading...
4032023-09-29T22:42:56.800ZDownloading...
4042023-09-29T22:42:56.815Z+ do_download_curl https://dl.oxide.computer/releases/console/af6536d587a17a65398407ca03d364345aa24342.tar.gz out/downloads/console.tar.gz
4052023-09-29T22:42:56.821Z+ curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/af6536d587a17a65398407ca03d364345aa24342.tar.gz
4062023-09-29T22:42:56.829Z++ do_sha256sum out/downloads/console.tar.gz
4072023-09-29T22:42:56.836Z++ case "$OSTYPE" in
4082023-09-29T22:42:56.850Z++ SHA=sha256sum
4092023-09-29T22:42:56.872Z++ sha256sum
4102023-09-29T22:42:56.884Z++ awk '{print $1}'
4112023-09-29T22:42:56.904Z+ calculated_sha2=00701652eb1e495fd22409dcdf74ebae2ba081529f65fb41c5ac3a2fef50a149
4122023-09-29T22:42:56.921Z+ [[ 00701652eb1e495fd22409dcdf74ebae2ba081529f65fb41c5ac3a2fef50a149 != \0\0\7\0\1\6\5\2\e\b\1\e\4\9\5\f\d\2\2\4\0\9\d\c\d\f\7\4\e\b\a\e\2\b\a\0\8\1\5\2\9\f\6\5\f\b\4\1\c\5\a\c\3\a\2\f\e\f\5\0\a\1\4\9 ]]
4132023-09-29T22:42:56.937Z+ rm -rf ./out/console-assets
4142023-09-29T22:42:56.951Z+ mkdir -p ./out/console-assets
4152023-09-29T22:42:56.964Z+ do_untar out/downloads/console.tar.gz ./out/console-assets
4162023-09-29T22:42:56.986Z+ mkdir -p ./out/console-assets
4172023-09-29T22:42:57.001Z+ tar xzf out/downloads/console.tar.gz -C ./out/console-assets
4182023-09-29T22:42:57.017Z+ set -o errexit
4192023-09-29T22:42:58.275Z+++ dirname ./tools/ci_download_maghemite_openapi
4202023-09-29T22:42:58.303Z++ cd ./tools
4212023-09-29T22:42:58.313Z++ pwd
4222023-09-29T22:42:58.358Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4232023-09-29T22:42:58.370Z++ basename ./tools/ci_download_maghemite_openapi
4242023-09-29T22:42:58.383Z+ ARG0=ci_download_maghemite_openapi
4252023-09-29T22:42:58.393Z+ TARGET_DIR=out
4262023-09-29T22:42:58.397Z+ DOWNLOAD_DIR=out/downloads
4272023-09-29T22:42:58.405Z+ source /work/oxidecomputer/omicron/tools/maghemite_openapi_version
4282023-09-29T22:42:58.417Z++ COMMIT=12703675393459e74139f8140e0b3c4c4f129d5d
4292023-09-29T22:42:58.422Z++ SHA2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf
4302023-09-29T22:42:58.426Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12703675393459e74139f8140e0b3c4c4f129d5d/ddm-admin.json
4312023-09-29T22:42:58.430Z+ LOCAL_FILE=out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json
4322023-09-29T22:42:58.435Z+ main
4332023-09-29T22:42:58.443Z+ [[ 0 != 0 ]]
4342023-09-29T22:42:58.447Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12703675393459e74139f8140e0b3c4c4f129d5d/ddm-admin.json'
4352023-09-29T22:42:58.473ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12703675393459e74139f8140e0b3c4c4f129d5d/ddm-admin.json
4362023-09-29T22:42:58.478Z+ echo 'Local file: out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json'
4372023-09-29T22:42:58.487ZLocal file: out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json
4382023-09-29T22:42:58.510Z+ local DO_DOWNLOAD=true
4392023-09-29T22:42:58.927Z+ [[ -f out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json ]]
4402023-09-29T22:42:58.943Z+ mkdir -p out/downloads
4412023-09-29T22:42:58.963Z+ '[' true == true ']'
4422023-09-29T22:42:59.389Z+ echo Downloading...
4432023-09-29T22:42:59.818ZDownloading...
4442023-09-29T22:42:59.821Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12703675393459e74139f8140e0b3c4c4f129d5d/ddm-admin.json out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json
4452023-09-29T22:42:59.826Z+ curl --silent --show-error --fail --location --output out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12703675393459e74139f8140e0b3c4c4f129d5d/ddm-admin.json
4462023-09-29T22:42:59.832Z++ do_sha256sum out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json
4472023-09-29T22:42:59.838Z++ case "$OSTYPE" in
4482023-09-29T22:42:59.894Z++ SHA=sha256sum
4492023-09-29T22:42:59.911Z++ sha256sum
4502023-09-29T22:42:59.925Z++ awk '{print $1}'
4512023-09-29T22:42:59.940Z+ calculated_sha2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf
4522023-09-29T22:42:59.954ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/363e365135cfa46d7f7558d8670f35aa8fe412e9/dpd.json
4532023-09-29T22:42:59.966Z+ [[ 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 ]]
4542023-09-29T22:42:59.970ZLocal file: out/downloads/dpd-363e365135cfa46d7f7558d8670f35aa8fe412e9.json
4552023-09-29T22:42:59.975Z+ set -o errexit
4562023-09-29T22:42:59.979ZDownloading...
4572023-09-29T22:42:59.983Z+++ dirname ./tools/ci_download_dendrite_openapi
4582023-09-29T22:42:59.987Zcurrent directory: /work/oxidecomputer/omicron
4592023-09-29T22:42:59.992Z++ cd ./tools
4602023-09-29T22:43:00.001Zconfiguring based on OS: "solaris2.11"
4612023-09-29T22:43:00.006Z++ pwd
4622023-09-29T22:43:00.010ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/363e365135cfa46d7f7558d8670f35aa8fe412e9/dendrite-stub.tar.gz
4632023-09-29T22:43:00.014Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4642023-09-29T22:43:00.018ZLocal file: out/downloads/dendrite-stub.tar.gz
4652023-09-29T22:43:00.024Z++ basename ./tools/ci_download_dendrite_openapi
4662023-09-29T22:43:00.034ZDownloading...
4672023-09-29T22:43:00.040Z+ ARG0=ci_download_dendrite_openapi
4682023-09-29T22:43:00.044Z+ TARGET_DIR=out
4692023-09-29T22:43:00.052Z+ DOWNLOAD_DIR=out/downloads
4702023-09-29T22:43:00.064Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
4712023-09-29T22:43:00.501Z++ COMMIT=363e365135cfa46d7f7558d8670f35aa8fe412e9
4722023-09-29T22:43:00.510Z++ SHA2=4da5edf1571a550a90aa8679a25c1535d2b02154dfb6034f170e421c2633bc31
4732023-09-29T22:43:00.520Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/363e365135cfa46d7f7558d8670f35aa8fe412e9/dpd.json
4742023-09-29T22:43:00.536Z+ LOCAL_FILE=out/downloads/dpd-363e365135cfa46d7f7558d8670f35aa8fe412e9.json
4752023-09-29T22:43:00.559Z+ main
4762023-09-29T22:43:00.562Z+ [[ 0 != 0 ]]
4772023-09-29T22:43:00.570Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/363e365135cfa46d7f7558d8670f35aa8fe412e9/dpd.json'
4782023-09-29T22:43:00.587Z+ echo 'Local file: out/downloads/dpd-363e365135cfa46d7f7558d8670f35aa8fe412e9.json'
4792023-09-29T22:43:00.596Z+ local DO_DOWNLOAD=true
4802023-09-29T22:43:00.612Z+ [[ -f out/downloads/dpd-363e365135cfa46d7f7558d8670f35aa8fe412e9.json ]]
4812023-09-29T22:43:00.623Z+ mkdir -p out/downloads
4822023-09-29T22:43:00.639Z+ '[' true == true ']'
4832023-09-29T22:43:00.653Z+ echo Downloading...
4842023-09-29T22:43:00.679Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/363e365135cfa46d7f7558d8670f35aa8fe412e9/dpd.json out/downloads/dpd-363e365135cfa46d7f7558d8670f35aa8fe412e9.json
4852023-09-29T22:43:00.700Z+ curl --silent --show-error --fail --location --output out/downloads/dpd-363e365135cfa46d7f7558d8670f35aa8fe412e9.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/363e365135cfa46d7f7558d8670f35aa8fe412e9/dpd.json
4862023-09-29T22:43:00.720Z++ do_sha256sum out/downloads/dpd-363e365135cfa46d7f7558d8670f35aa8fe412e9.json
4872023-09-29T22:43:00.736Z++ case "$OSTYPE" in
4882023-09-29T22:43:00.778Z++ SHA=sha256sum
4892023-09-29T22:43:00.797Z++ sha256sum
4902023-09-29T22:43:00.812Z++ awk '{print $1}'
4912023-09-29T22:43:00.824Z+ calculated_sha2=4da5edf1571a550a90aa8679a25c1535d2b02154dfb6034f170e421c2633bc31
4922023-09-29T22:43:00.846Z+ [[ 4da5edf1571a550a90aa8679a25c1535d2b02154dfb6034f170e421c2633bc31 != \4\d\a\5\e\d\f\1\5\7\1\a\5\5\0\a\9\0\a\a\8\6\7\9\a\2\5\c\1\5\3\5\d\2\b\0\2\1\5\4\d\f\b\6\0\3\4\f\1\7\0\e\4\2\1\c\2\6\3\3\b\c\3\1 ]]
4932023-09-29T22:43:00.873Z+ set -o errexit
4942023-09-29T22:43:01.302Z+++ dirname ./tools/ci_download_dendrite_stub
4952023-09-29T22:43:01.733Z++ cd ./tools
4962023-09-29T22:43:01.761Z++ pwd
4972023-09-29T22:43:02.202Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4982023-09-29T22:43:02.223Z++ basename ./tools/ci_download_dendrite_stub
4992023-09-29T22:43:02.238Z+ ARG0=ci_download_dendrite_stub
5002023-09-29T22:43:02.253Z+ source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums
5012023-09-29T22:43:02.275Z++ CIDL_SHA256_ILLUMOS=2dc34eaac7eb9d320594f3ac125df6a601fe020e0b3c7f16eb0a5ebddc8e18b9
5022023-09-29T22:43:02.296Z++ CIDL_SHA256_LINUX_DPD=5a976d1e43031f4790d1cd2f42d226b47c1be9c998917666f21cfaa3a7b13939
5032023-09-29T22:43:02.730Z++ CIDL_SHA256_LINUX_SWADM=38680e69364ffbfc43fea524786580d151ff45ce2f1802bd5179599f7c80e5f8
5042023-09-29T22:43:02.751Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
5052023-09-29T22:43:02.771Z++ COMMIT=363e365135cfa46d7f7558d8670f35aa8fe412e9
5062023-09-29T22:43:02.791Z++ SHA2=4da5edf1571a550a90aa8679a25c1535d2b02154dfb6034f170e421c2633bc31
5072023-09-29T22:43:02.806Z+ TARGET_DIR=out
5082023-09-29T22:43:02.820Z+ DOWNLOAD_DIR=out/downloads
5092023-09-29T22:43:02.831Z+ DEST_DIR=./out/dendrite-stub
5102023-09-29T22:43:02.847Z+ BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin
5112023-09-29T22:43:02.859Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
5122023-09-29T22:43:02.870Z+ REPO=oxidecomputer/dendrite
5132023-09-29T22:43:02.882Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/363e365135cfa46d7f7558d8670f35aa8fe412e9
5142023-09-29T22:43:02.895Z+ main
5152023-09-29T22:43:02.913Z+ [[ 0 != 0 ]]
5162023-09-29T22:43:02.928Z+ CIDL_OS=solaris2.11
5172023-09-29T22:43:02.944Z+ [[ 0 != 0 ]]
5182023-09-29T22:43:02.962Z+ configure_os solaris2.11
5192023-09-29T22:43:02.979Z+ echo 'current directory: /work/oxidecomputer/omicron'
5202023-09-29T22:43:03.016Z+ echo 'configuring based on OS: "solaris2.11"'
5212023-09-29T22:43:03.030Z+ case "$1" in
5222023-09-29T22:43:03.068Z+ SET_BINARIES=
5232023-09-29T22:43:03.077Z+ CIDL_SHA256=2dc34eaac7eb9d320594f3ac125df6a601fe020e0b3c7f16eb0a5ebddc8e18b9
5242023-09-29T22:43:03.084Z+ CIDL_SHA256FUNC=do_sha256sum
5252023-09-29T22:43:03.092Z+ TARBALL_FILENAME=dendrite-stub.tar.gz
5262023-09-29T22:43:03.100Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/363e365135cfa46d7f7558d8670f35aa8fe412e9/dendrite-stub.tar.gz
5272023-09-29T22:43:03.109Z+ TARBALL_FILE=out/downloads/dendrite-stub.tar.gz
5282023-09-29T22:43:03.126Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/363e365135cfa46d7f7558d8670f35aa8fe412e9/dendrite-stub.tar.gz'
5292023-09-29T22:43:03.144Z+ echo 'Local file: out/downloads/dendrite-stub.tar.gz'
5302023-09-29T22:43:03.171Z+ mkdir -p out/downloads
5312023-09-29T22:43:03.202Z+ mkdir -p ./out/dendrite-stub
5322023-09-29T22:43:03.214Z+ fetch_and_verify
5332023-09-29T22:43:03.219Z+ local DO_DOWNLOAD=true
5342023-09-29T22:43:03.226Z+ [[ -f out/downloads/dendrite-stub.tar.gz ]]
5352023-09-29T22:43:03.230Z+ '[' true == true ']'
5362023-09-29T22:43:03.238Z+ echo Downloading...
5372023-09-29T22:43:03.245Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/363e365135cfa46d7f7558d8670f35aa8fe412e9/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz
5382023-09-29T22:43:03.253Z+ curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/363e365135cfa46d7f7558d8670f35aa8fe412e9/dendrite-stub.tar.gz
5392023-09-29T22:43:15.920Z++ do_sha256sum out/downloads/dendrite-stub.tar.gz
5402023-09-29T22:43:15.929Z++ sha256sum
5412023-09-29T22:43:15.937Z++ awk '{print $1}'
5422023-09-29T22:43:16.015Z+ calculated_sha256=2dc34eaac7eb9d320594f3ac125df6a601fe020e0b3c7f16eb0a5ebddc8e18b9
5432023-09-29T22:43:16.018Z+ [[ 2dc34eaac7eb9d320594f3ac125df6a601fe020e0b3c7f16eb0a5ebddc8e18b9 != \2\d\c\3\4\e\a\a\c\7\e\b\9\d\3\2\0\5\9\4\f\3\a\c\1\2\5\d\f\6\a\6\0\1\f\e\0\2\0\e\0\b\3\c\7\f\1\6\e\b\0\a\5\e\b\d\d\c\8\e\1\8\b\9 ]]
5442023-09-29T22:43:16.021Z+ do_untar out/downloads/dendrite-stub.tar.gz
5452023-09-29T22:43:16.024Z+ tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads
5462023-09-29T22:43:17.385Z+ do_assemble
5472023-09-29T22:43:17.396Z+ rm -r ./out/dendrite-stub
5482023-09-29T22:43:17.439Z+ mkdir ./out/dendrite-stub
5492023-09-29T22:43:17.447Z+ cp -r out/downloads/root ./out/dendrite-stub/root
5502023-09-29T22:43:17.468Z+ ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin
5512023-09-29T22:43:17.481Z+ set -o errexit
5522023-09-29T22:43:17.488Z+++ dirname ./tools/ci_download_transceiver_control
5532023-09-29T22:43:17.493Z++ cd ./tools
5542023-09-29T22:43:17.498Z++ pwd
5552023-09-29T22:43:17.504Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5562023-09-29T22:43:17.507Z++ basename ./tools/ci_download_transceiver_control
5572023-09-29T22:43:17.510Z+ ARG0=ci_download_transceiver_control
5582023-09-29T22:43:17.517Z+ source /work/oxidecomputer/omicron/tools/transceiver_control_version
5592023-09-29T22:43:17.523Z++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a
5602023-09-29T22:43:17.526Z++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
5612023-09-29T22:43:17.530Z+ TARGET_DIR=out
5622023-09-29T22:43:17.534Z+ DOWNLOAD_DIR=out/downloads
5632023-09-29T22:43:17.539Z+ DEST_DIR=./out/transceiver-control
5642023-09-29T22:43:17.542Z+ BIN_DIR=/opt/oxide/bin
5652023-09-29T22:43:17.545Z+ BINARY=xcvradm
5662023-09-29T22:43:17.555Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
5672023-09-29T22:43:17.559Z+ REPO=oxidecomputer/transceiver-control
5682023-09-29T22:43:17.562Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a
5692023-09-29T22:43:17.568Z+ main
5702023-09-29T22:43:17.571Z+ [[ 0 != 0 ]]
5712023-09-29T22:43:17.574Z+ CIDL_OS=solaris2.11
5722023-09-29T22:43:17.577Z+ [[ 0 != 0 ]]
5732023-09-29T22:43:17.580Z+ configure_os solaris2.11
5742023-09-29T22:43:17.583Z+ echo 'current directory: /work/oxidecomputer/omicron'
5752023-09-29T22:43:17.586Zcurrent directory: /work/oxidecomputer/omicron
5762023-09-29T22:43:17.589Zconfiguring based on OS: "solaris2.11"
5772023-09-29T22:43:17.593Z+ echo 'configuring based on OS: "solaris2.11"'
5782023-09-29T22:43:17.596Z+ case "$1" in
5792023-09-29T22:43:17.601Z+ SET_BINARIES=
5802023-09-29T22:43:17.607Z+ CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
5812023-09-29T22:43:17.611Z+ CIDL_SHA256FUNC=do_sha256sum
5822023-09-29T22:43:17.614Z+ ARCHIVE_FILENAME=xcvradm.gz
5832023-09-29T22:43:17.629Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
5842023-09-29T22:43:17.633Z+ ARCHIVE_FILE=out/downloads/xcvradm.gz
5852023-09-29T22:43:17.636Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz'
5862023-09-29T22:43:17.639Z+ echo 'Local file: out/downloads/xcvradm.gz'
5872023-09-29T22:43:17.644ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
5882023-09-29T22:43:17.647ZLocal file: out/downloads/xcvradm.gz
5892023-09-29T22:43:17.657Z+ mkdir -p out/downloads
5902023-09-29T22:43:17.668Z+ mkdir -p ./out/transceiver-control
5912023-09-29T22:43:17.680Z+ fetch_and_verify
5922023-09-29T22:43:17.698Z+ local DO_DOWNLOAD=true
5932023-09-29T22:43:17.703Z+ [[ -f out/downloads/xcvradm.gz ]]
5942023-09-29T22:43:17.705Z+ '[' true == true ']'
5952023-09-29T22:43:17.709Z+ echo Downloading...
5962023-09-29T22:43:17.714ZDownloading...
5972023-09-29T22:43:17.721Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz
5982023-09-29T22:43:17.725Z+ 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
5992023-09-29T22:43:21.233Z++ do_sha256sum out/downloads/xcvradm.gz
6002023-09-29T22:43:21.656Z++ sha256sum
6012023-09-29T22:43:21.661Z++ awk '{print $1}'
6022023-09-29T22:43:21.676Z+ calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6032023-09-29T22:43:21.684Z+ [[ 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 ]]
6042023-09-29T22:43:21.689Z+ do_unpack out/downloads/xcvradm.gz
6052023-09-29T22:43:21.699Z+ mkdir -p out/downloads/root//opt/oxide/bin
6062023-09-29T22:43:21.705Z+ gzip -dc out/downloads/xcvradm.gz
6072023-09-29T22:43:21.708Z+ chmod +x out/downloads/root//opt/oxide/bin/xcvradm
6082023-09-29T22:43:21.711Z+ do_assemble
6092023-09-29T22:43:21.719Z+ rm -r ./out/transceiver-control
6102023-09-29T22:43:21.727Z+ mkdir ./out/transceiver-control
6112023-09-29T22:43:21.742Z+ cp -r out/downloads/root ./out/transceiver-control/root
6122023-09-29T22:43:21.754ZAll builder prerequisites installed successfully, and PATH looks valid
6132023-09-29T22:43:21.768Z
6142023-09-29T22:43:21.778Zreal 1:58.428060067
6152023-09-29T22:43:21.791Zuser 47.408527233
6162023-09-29T22:43:21.802Zsys 8.914807240
6172023-09-29T22:43:21.817Ztrap 0.018294837
6182023-09-29T22:43:21.832Ztflt 0.061451875
6192023-09-29T22:43:21.847Zdflt 0.335681901
6202023-09-29T22:43:21.872Zkflt 0.061669445
6212023-09-29T22:43:22.297Zlock 2.004048883
6222023-09-29T22:43:22.315Zslp 3:50.330175644
6232023-09-29T22:43:22.328Zlat 3.039948013
6242023-09-29T22:43:22.343Zstop 0.067522337
6252023-09-29T22:43:22.774Z
6262023-09-29T22:43:22.798Z ##### # # # # #####
6272023-09-29T22:43:22.819Z # # # # # # # #
6282023-09-29T22:43:22.822Z ##### # # # # # #
6292023-09-29T22:43:22.825Z # # # # # # # #
6302023-09-29T22:43:22.829Z # # # # # # # #
6312023-09-29T22:43:22.832Z ##### #### # ###### #####
6322023-09-29T22:43:22.836Z
6332023-09-29T22:43:22.842Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
6342023-09-29T22:43:22.909Z Updating crates.io index
6352023-09-29T22:43:22.923Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
6362023-09-29T22:43:22.951Z Updating git repository `https://github.com/oxidecomputer/dropshot`
6372023-09-29T22:43:23.744Z Updating git repository `https://github.com/oxidecomputer/progenitor`
6382023-09-29T22:43:25.598Z Updating git repository `http://github.com/oxidecomputer/serde_human_bytes`
6392023-09-29T22:43:26.629Z Updating git repository `http://github.com/oxidecomputer/tofino`
6402023-09-29T22:43:26.656Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
6412023-09-29T22:43:26.965Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
6422023-09-29T22:43:27.266Z Updating git repository `https://github.com/oxidecomputer/propolis`
6432023-09-29T22:43:28.114Z Updating git repository `https://github.com/oxidecomputer/opte`
6442023-09-29T22:43:29.053Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
6452023-09-29T22:43:29.384Z Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel`
6462023-09-29T22:43:29.723Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
6472023-09-29T22:43:30.179Z Updating git repository `https://github.com/oxidecomputer/diesel-dtrace`
6482023-09-29T22:43:30.458Z Updating git repository `https://github.com/njaremko/samael`
6492023-09-29T22:43:30.852Z Updating git repository `https://github.com/oxidecomputer/crucible`
6502023-09-29T22:43:32.524Z Updating git repository `http://github.com/oxidecomputer/sprockets`
6512023-09-29T22:43:33.098Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
6522023-09-29T22:43:33.804Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
6532023-09-29T22:43:34.199Z Updating git repository `https://github.com/oxidecomputer/tlvc`
6542023-09-29T22:43:34.605Z Updating git repository `https://github.com/oxidecomputer/omicron`
6552023-09-29T22:43:43.769Z Updating git repository `https://github.com/oxidecomputer/rfb`
6562023-09-29T22:43:44.144Z Updating git repository `https://github.com/jgallagher/nix`
6572023-09-29T22:43:45.491Z Updating git repository `https://github.com/cbiffle/hubpack.git`
6582023-09-29T22:43:45.788Z Updating git repository `https://github.com/oxidecomputer/typify`
6592023-09-29T22:43:46.810Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
6602023-09-29T22:43:47.183Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
6612023-09-29T22:43:47.506Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
6622023-09-29T22:43:49.408Z Downloading crates ...
6632023-09-29T22:43:50.085Z Downloaded bytesize v1.3.0
6642023-09-29T22:43:50.108Z Downloaded block-padding v0.3.3
6652023-09-29T22:43:50.118Z Downloaded hubpack v0.1.2
6662023-09-29T22:43:50.123Z Downloaded httpdate v1.0.3
6672023-09-29T22:43:50.131Z Downloaded hmac v0.12.1
6682023-09-29T22:43:50.143Z Downloaded impl-trait-for-tuples v0.2.2
6692023-09-29T22:43:50.150Z Downloaded buf-list v1.0.3
6702023-09-29T22:43:50.154Z Downloaded is-terminal v0.4.9
6712023-09-29T22:43:50.159Z Downloaded ipnetwork v0.20.0
6722023-09-29T22:43:50.171Z Downloaded hyper-staticfile v0.9.5
6732023-09-29T22:43:50.184Z Downloaded itoa v1.0.9
6742023-09-29T22:43:50.198Z Downloaded jobserver v0.1.26
6752023-09-29T22:43:50.206Z Downloaded heapless v0.7.16
6762023-09-29T22:43:50.214Z Downloaded indoc v2.0.4
6772023-09-29T22:43:50.223Z Downloaded async-stream-impl v0.3.5
6782023-09-29T22:43:50.230Z Downloaded async-stream v0.3.5
6792023-09-29T22:43:50.239Z Downloaded indexmap v2.0.2
6802023-09-29T22:43:50.247Z Downloaded atty v0.2.14
6812023-09-29T22:43:50.257Z Downloaded base16ct v0.2.0
6822023-09-29T22:43:50.265Z Downloaded maybe-uninit v2.0.0
6832023-09-29T22:43:50.273Z Downloaded instant v0.1.12
6842023-09-29T22:43:50.281Z Downloaded convert_case v0.4.0
6852023-09-29T22:43:50.290Z Downloaded macaddr v1.0.1
6862023-09-29T22:43:50.301Z Downloaded indexmap v1.9.3
6872023-09-29T22:43:50.319Z Downloaded autocfg v1.1.0
6882023-09-29T22:43:50.328Z Downloaded array-init v0.0.4
6892023-09-29T22:43:50.345Z Downloaded anstyle v1.0.4
6902023-09-29T22:43:50.355Z Downloaded async-recursion v1.0.5
6912023-09-29T22:43:50.365Z Downloaded base64ct v1.6.0
6922023-09-29T22:43:50.383Z Downloaded heck v0.4.1
6932023-09-29T22:43:50.403Z Downloaded shlex v1.2.0
6942023-09-29T22:43:50.416Z Downloaded argon2 v0.5.2
6952023-09-29T22:43:50.426Z Downloaded atomic-waker v1.1.2
6962023-09-29T22:43:50.436Z Downloaded indoc v1.0.9
6972023-09-29T22:43:50.441Z Downloaded arrayref v0.3.7
6982023-09-29T22:43:50.445Z Downloaded bit-set v0.5.3
6992023-09-29T22:43:50.448Z Downloaded clap_lex v0.5.1
7002023-09-29T22:43:50.455Z Downloaded ahash v0.8.3
7012023-09-29T22:43:50.459Z Downloaded hubpack_derive v0.1.1
7022023-09-29T22:43:50.462Z Downloaded cookie v0.16.2
7032023-09-29T22:43:50.467Z Downloaded strip-ansi-escapes v0.2.0
7042023-09-29T22:43:50.471Z Downloaded semver-parser v0.10.2
7052023-09-29T22:43:50.475Z Downloaded managed v0.8.0
7062023-09-29T22:43:50.477Z Downloaded block-buffer v0.10.4
7072023-09-29T22:43:50.481Z Downloaded serde-big-array v0.5.1
7082023-09-29T22:43:50.490Z Downloaded arrayvec v0.7.4
7092023-09-29T22:43:50.496Z Downloaded memoffset v0.9.0
7102023-09-29T22:43:50.499Z Downloaded threadpool v1.8.1
7112023-09-29T22:43:50.503Z Downloaded http-body v0.4.5
7122023-09-29T22:43:50.509Z Downloaded anstream v0.6.4
7132023-09-29T22:43:50.513Z Downloaded inout v0.1.3
7142023-09-29T22:43:50.515Z Downloaded cfg-if v1.0.0
7152023-09-29T22:43:50.519Z Downloaded bb8 v0.8.1
7162023-09-29T22:43:50.521Z Downloaded slog-dtrace v0.2.3
7172023-09-29T22:43:50.532Z Downloaded predicates-tree v1.0.9
7182023-09-29T22:43:50.545Z Downloaded ident_case v1.0.1
7192023-09-29T22:43:50.567Z Downloaded constant_time_eq v0.3.0
7202023-09-29T22:43:50.590Z Downloaded libloading v0.7.4
7212023-09-29T22:43:50.600Z Downloaded either v1.9.0
7222023-09-29T22:43:50.605Z Downloaded usdt-attr-macro v0.3.5
7232023-09-29T22:43:50.612Z Downloaded cipher v0.4.4
7242023-09-29T22:43:50.618Z Downloaded static_assertions v1.1.0
7252023-09-29T22:43:50.622Z Downloaded corncobs v0.1.3
7262023-09-29T22:43:50.625Z Downloaded darling_macro v0.20.3
7272023-09-29T22:43:50.628Z Downloaded tui-tree-widget v0.13.0
7282023-09-29T22:43:50.632Z Downloaded cfg-if v0.1.10
7292023-09-29T22:43:50.635Z Downloaded pretty-hex v0.2.1
7302023-09-29T22:43:50.637Z Downloaded camino v1.1.6
7312023-09-29T22:43:50.641Z Downloaded crc v3.0.1
7322023-09-29T22:43:50.644Z Downloaded bitflags v2.4.0
7332023-09-29T22:43:50.646Z Downloaded cargo_metadata v0.18.0
7342023-09-29T22:43:50.649Z Downloaded heck v0.3.3
7352023-09-29T22:43:50.652Z Downloaded serde_with_macros v2.3.3
7362023-09-29T22:43:50.654Z Downloaded cpufeatures v0.2.9
7372023-09-29T22:43:50.657Z Downloaded byteorder v1.4.3
7382023-09-29T22:43:50.660Z Downloaded platforms v3.1.2
7392023-09-29T22:43:50.663Z Downloaded ciborium v0.2.1
7402023-09-29T22:43:50.667Z Downloaded oso-derive v0.26.4
7412023-09-29T22:43:50.670Z Downloaded pkg-config v0.3.27
7422023-09-29T22:43:50.673Z Downloaded sct v0.7.0
7432023-09-29T22:43:50.675Z Downloaded parse-display v0.7.0
7442023-09-29T22:43:50.679Z Downloaded thiserror-no-std v2.0.2
7452023-09-29T22:43:50.681Z Downloaded path-absolutize v3.1.1
7462023-09-29T22:43:50.684Z Downloaded fxhash v0.2.1
7472023-09-29T22:43:50.687Z Downloaded normalize-line-endings v0.3.0
7482023-09-29T22:43:50.690Z Downloaded signal-hook-tokio v0.3.1
7492023-09-29T22:43:50.696Z Downloaded path-slash v0.1.5
7502023-09-29T22:43:50.700Z Downloaded unicase v2.7.0
7512023-09-29T22:43:50.703Z Downloaded scheduled-thread-pool v0.2.7
7522023-09-29T22:43:50.706Z Downloaded hyper-rustls v0.24.1
7532023-09-29T22:43:50.708Z Downloaded rtoolbox v0.0.1
7542023-09-29T22:43:50.711Z Downloaded blake2 v0.10.6
7552023-09-29T22:43:50.714Z Downloaded glob v0.3.1
7562023-09-29T22:43:50.717Z Downloaded olpc-cjson v0.1.3
7572023-09-29T22:43:50.720Z Downloaded tempdir v0.3.7
7582023-09-29T22:43:50.724Z Downloaded schemars_derive v0.8.15
7592023-09-29T22:43:50.728Z Downloaded parse-display-derive v0.7.0
7602023-09-29T22:43:50.731Z Downloaded owo-colors v3.5.0
7612023-09-29T22:43:50.733Z Downloaded whoami v1.4.1
7622023-09-29T22:43:50.736Z Downloaded peeking_take_while v0.1.2
7632023-09-29T22:43:50.739Z Downloaded base64 v0.21.4
7642023-09-29T22:43:50.742Z Downloaded nodrop v0.1.14
7652023-09-29T22:43:50.746Z Downloaded diesel_table_macro_syntax v0.1.0
7662023-09-29T22:43:50.748Z Downloaded smallvec v1.11.1
7672023-09-29T22:43:50.752Z Downloaded spin v0.9.8
7682023-09-29T22:43:50.754Z Downloaded foreign-types v0.3.2
7692023-09-29T22:43:50.764Z Downloaded zone_cfg_derive v0.3.0
7702023-09-29T22:43:50.767Z Downloaded yasna v0.5.2
7712023-09-29T22:43:50.770Z Downloaded smawk v0.3.2
7722023-09-29T22:43:50.773Z Downloaded xattr v1.0.1
7732023-09-29T22:43:50.775Z Downloaded httparse v1.8.0
7742023-09-29T22:43:50.778Z Downloaded bzip2 v0.4.4
7752023-09-29T22:43:50.782Z Downloaded time-core v0.1.2
7762023-09-29T22:43:50.785Z Downloaded backtrace v0.3.69
7772023-09-29T22:43:50.787Z Downloaded dirs-sys-next v0.1.2
7782023-09-29T22:43:50.791Z Downloaded difflib v0.4.0
7792023-09-29T22:43:50.795Z Downloaded multer v2.1.0
7802023-09-29T22:43:50.798Z Downloaded termios v0.3.3
7812023-09-29T22:43:50.801Z Downloaded chacha20poly1305 v0.10.1
7822023-09-29T22:43:50.804Z Downloaded clang-sys v1.6.1
7832023-09-29T22:43:50.808Z Downloaded phf_shared v0.10.0
7842023-09-29T22:43:50.811Z Downloaded libefi-sys v0.1.0
7852023-09-29T22:43:50.816Z Downloaded lalrpop-util v0.19.12
7862023-09-29T22:43:50.826Z Downloaded time-macros v0.2.15
7872023-09-29T22:43:50.828Z Downloaded plotters-backend v0.3.5
7882023-09-29T22:43:50.831Z Downloaded take_mut v0.2.2
7892023-09-29T22:43:50.834Z Downloaded num_enum v0.5.11
7902023-09-29T22:43:50.841Z Downloaded trybuild v1.0.85
7912023-09-29T22:43:50.848Z Downloaded fallible-streaming-iterator v0.1.9
7922023-09-29T22:43:50.858Z Downloaded fd-lock v3.0.13
7932023-09-29T22:43:50.873Z Downloaded utf-8 v0.7.6
7942023-09-29T22:43:50.900Z Downloaded ron v0.7.1
7952023-09-29T22:43:50.949Z Downloaded oorandom v11.1.3
7962023-09-29T22:43:50.964Z Downloaded equivalent v1.0.1
7972023-09-29T22:43:50.992Z Downloaded papergrid v0.10.0
7982023-09-29T22:43:51.019Z Downloaded num_threads v0.1.6
7992023-09-29T22:43:51.052Z Downloaded usdt-impl v0.3.5
8002023-09-29T22:43:51.494Z Downloaded tokio-postgres v0.7.10
8012023-09-29T22:43:51.510Z Downloaded tinyvec_macros v0.1.1
8022023-09-29T22:43:51.521Z Downloaded usdt-macro v0.3.5
8032023-09-29T22:43:51.531Z Downloaded crunchy v0.2.2
8042023-09-29T22:43:51.537Z Downloaded schemars v0.8.15
8052023-09-29T22:43:51.542Z Downloaded termtree v0.4.1
8062023-09-29T22:43:51.545Z Downloaded newline-converter v0.3.0
8072023-09-29T22:43:51.549Z Downloaded zone v0.3.0
8082023-09-29T22:43:51.552Z Downloaded strum_macros v0.25.2
8092023-09-29T22:43:51.555Z Downloaded once_cell v1.18.0
8102023-09-29T22:43:51.558Z Downloaded zeroize_derive v1.4.2
8112023-09-29T22:43:51.561Z Downloaded strum v0.25.0
8122023-09-29T22:43:51.569Z Downloaded try-lock v0.2.4
8132023-09-29T22:43:51.577Z Downloaded reedline v0.23.0
8142023-09-29T22:43:51.589Z Downloaded foreign-types-shared v0.1.1
8152023-09-29T22:43:51.603Z Downloaded enum-iterator-derive v1.2.1
8162023-09-29T22:43:51.611Z Downloaded num-traits v0.2.16
8172023-09-29T22:43:51.622Z Downloaded unicode-width v0.1.11
8182023-09-29T22:43:51.634Z Downloaded futures-macro v0.3.28
8192023-09-29T22:43:51.643Z Downloaded futures-core v0.3.28
8202023-09-29T22:43:51.646Z Downloaded trust-dns-client v0.22.0
8212023-09-29T22:43:51.664Z Downloaded radium v0.7.0
8222023-09-29T22:43:51.672Z Downloaded minimal-lexical v0.2.1
8232023-09-29T22:43:51.686Z Downloaded matches v0.1.10
8242023-09-29T22:43:51.693Z Downloaded num_enum_derive v0.7.0
8252023-09-29T22:43:51.703Z Downloaded textwrap v0.11.0
8262023-09-29T22:43:51.715Z Downloaded tokio-stream v0.1.14
8272023-09-29T22:43:51.728Z Downloaded signature v1.6.4
8282023-09-29T22:43:51.737Z Downloaded darling v0.14.4
8292023-09-29T22:43:51.745Z Downloaded crossbeam-queue v0.3.8
8302023-09-29T22:43:51.749Z Downloaded shell-words v1.1.0
8312023-09-29T22:43:51.754Z Downloaded funty v2.0.0
8322023-09-29T22:43:51.760Z Downloaded sha2 v0.10.8
8332023-09-29T22:43:51.769Z Downloaded want v0.3.1
8342023-09-29T22:43:51.775Z Downloaded der_derive v0.7.2
8352023-09-29T22:43:52.200Z Downloaded darling_macro v0.14.4
8362023-09-29T22:43:52.211Z Downloaded slog-scope v4.4.0
8372023-09-29T22:43:52.225Z Downloaded slog-json v2.6.1
8382023-09-29T22:43:52.238Z Downloaded ref-cast v1.0.20
8392023-09-29T22:43:52.689Z Downloaded derive_builder v0.12.0
8402023-09-29T22:43:53.123Z Downloaded crossbeam v0.8.2
8412023-09-29T22:43:53.131Z Downloaded curve25519-dalek-derive v0.1.0
8422023-09-29T22:43:53.156Z Downloaded tap v1.0.1
8432023-09-29T22:43:53.161Z Downloaded dtrace-parser v0.1.14
8442023-09-29T22:43:53.169Z Downloaded password-hash v0.5.0
8452023-09-29T22:43:53.182Z Downloaded test-strategy v0.2.1
8462023-09-29T22:43:53.191Z Downloaded derive_builder_macro v0.12.0
8472023-09-29T22:43:53.196Z Downloaded new_debug_unreachable v1.0.4
8482023-09-29T22:43:53.201Z Downloaded foreign-types-shared v0.3.1
8492023-09-29T22:43:53.208Z Downloaded slog-stdlog v4.1.1
8502023-09-29T22:43:53.213Z Downloaded waitgroup v0.1.2
8512023-09-29T22:43:53.220Z Downloaded version_check v0.9.4
8522023-09-29T22:43:53.224Z Downloaded predicates-core v1.0.6
8532023-09-29T22:43:53.229Z Downloaded semver v0.11.0
8542023-09-29T22:43:53.234Z Downloaded futures-io v0.3.28
8552023-09-29T22:43:53.247Z Downloaded rust-argon2 v1.0.1
8562023-09-29T22:43:53.255Z Downloaded thiserror-impl-no-std v2.0.2
8572023-09-29T22:43:53.263Z Downloaded criterion-plot v0.5.0
8582023-09-29T22:43:53.690Z Downloaded crossbeam-deque v0.8.3
8592023-09-29T22:43:53.702Z Downloaded num-integer v0.1.45
8602023-09-29T22:43:53.722Z Downloaded num-derive v0.4.0
8612023-09-29T22:43:54.153Z Downloaded structmeta v0.1.6
8622023-09-29T22:43:54.169Z Downloaded phf_shared v0.11.2
8632023-09-29T22:43:54.183Z Downloaded vec_map v0.8.2
8642023-09-29T22:43:54.201Z Downloaded unicode-xid v0.2.4
8652023-09-29T22:43:54.623Z Downloaded rustls-pemfile v1.0.3
8662023-09-29T22:43:54.626Z Downloaded dyn-clone v1.0.14
8672023-09-29T22:43:54.632Z Downloaded spki v0.7.2
8682023-09-29T22:43:54.638Z Downloaded yansi v0.5.1
8692023-09-29T22:43:54.643Z Downloaded serde_tokenstream v0.2.0
8702023-09-29T22:43:54.648Z Downloaded postgres-types v0.2.6
8712023-09-29T22:43:54.654Z Downloaded doc-comment v0.3.3
8722023-09-29T22:43:54.663Z Downloaded display-error-chain v0.1.1
8732023-09-29T22:43:54.671Z Downloaded subprocess v0.2.9
8742023-09-29T22:43:54.681Z Downloaded fastrand v2.0.1
8752023-09-29T22:43:54.698Z Downloaded clap v3.2.25
8762023-09-29T22:43:55.127Z Downloaded number_prefix v0.4.0
8772023-09-29T22:43:55.139Z Downloaded openssl-probe v0.1.5
8782023-09-29T22:43:55.150Z Downloaded remove_dir_all v0.5.3
8792023-09-29T22:43:55.160Z Downloaded smf v0.2.3
8802023-09-29T22:43:55.176Z Downloaded dof v0.1.5
8812023-09-29T22:43:55.191Z Downloaded ctr v0.9.2
8822023-09-29T22:43:55.204Z Downloaded num-complex v0.4.4
8832023-09-29T22:43:55.224Z Downloaded hkdf v0.12.3
8842023-09-29T22:43:55.256Z Downloaded precomputed-hash v0.1.1
8852023-09-29T22:43:55.276Z Downloaded flume v0.11.0
8862023-09-29T22:43:55.716Z Downloaded ed25519 v1.5.3
8872023-09-29T22:43:55.744Z Downloaded postcard v0.7.3
8882023-09-29T22:43:55.749Z Downloaded plotters v0.3.5
8892023-09-29T22:43:55.751Z Downloaded serde_repr v0.1.16
8902023-09-29T22:43:55.754Z Downloaded strsim v0.10.0
8912023-09-29T22:43:55.757Z Downloaded memoffset v0.7.1
8922023-09-29T22:43:55.760Z Downloaded serde_arrays v0.1.0
8932023-09-29T22:43:55.763Z Downloaded serde_plain v1.0.2
8942023-09-29T22:43:55.766Z Downloaded darling v0.20.3
8952023-09-29T22:43:55.769Z Downloaded expectorate v1.1.0
8962023-09-29T22:43:55.771Z Downloaded pest v2.7.4
8972023-09-29T22:43:55.774Z Downloaded semver v1.0.19
8982023-09-29T22:43:55.777Z Downloaded ucd-trie v0.1.6
8992023-09-29T22:43:55.780Z Downloaded slab v0.4.9
9002023-09-29T22:43:55.785Z Downloaded ppv-lite86 v0.2.17
9012023-09-29T22:43:56.202Z Downloaded derive_more v0.99.17
9022023-09-29T22:43:56.215Z Downloaded slog-async v2.8.0
9032023-09-29T22:43:56.221Z Downloaded tinytemplate v1.2.1
9042023-09-29T22:43:56.226Z Downloaded tungstenite v0.18.0
9052023-09-29T22:43:56.230Z Downloaded packed_struct v0.10.1
9062023-09-29T22:43:56.234Z Downloaded os_str_bytes v6.5.1
9072023-09-29T22:43:56.238Z Downloaded socket2 v0.4.9
9082023-09-29T22:43:56.243Z Downloaded tokio-tungstenite v0.18.0
9092023-09-29T22:43:56.246Z Downloaded native-tls v0.2.11
9102023-09-29T22:43:56.250Z Downloaded fnv v1.0.7
9112023-09-29T22:43:56.254Z Downloaded quick-xml v0.28.2
9122023-09-29T22:43:56.259Z Downloaded similar v2.2.1
9132023-09-29T22:43:56.267Z Downloaded rand v0.8.5
9142023-09-29T22:43:56.284Z Downloaded git2 v0.18.1
9152023-09-29T22:43:56.297Z Downloaded elliptic-curve v0.13.5
9162023-09-29T22:43:56.303Z Downloaded oso v0.26.4
9172023-09-29T22:43:56.306Z Downloaded unicode-bidi v0.3.13
9182023-09-29T22:43:56.312Z Downloaded slog v2.7.0
9192023-09-29T22:43:56.316Z Downloaded toml_edit v0.19.15
9202023-09-29T22:43:56.319Z Downloaded rand v0.4.6
9212023-09-29T22:43:56.324Z Downloaded crossterm v0.26.1
9222023-09-29T22:43:56.328Z Downloaded salty v0.2.0
9232023-09-29T22:43:56.331Z Downloaded der v0.7.8
9242023-09-29T22:43:56.335Z Downloaded num-bigint v0.4.4
9252023-09-29T22:43:56.338Z Downloaded bitvec v1.0.1
9262023-09-29T22:43:56.341Z Downloaded toml_edit v0.20.1
9272023-09-29T22:43:56.345Z Downloaded tokio-util v0.7.9
9282023-09-29T22:43:56.358Z Downloaded unicode-normalization v0.1.22
9292023-09-29T22:43:56.381Z Downloaded reqwest v0.11.20
9302023-09-29T22:43:56.393Z Downloaded webpki-roots v0.25.2
9312023-09-29T22:43:56.408Z Downloaded idna v0.4.0
9322023-09-29T22:43:56.424Z Downloaded bstr v0.2.17
9332023-09-29T22:43:56.434Z Downloaded vcpkg v0.2.15
9342023-09-29T22:43:56.445Z Downloaded proptest v1.2.0
9352023-09-29T22:43:56.472Z Downloaded radix_trie v0.2.1
9362023-09-29T22:43:56.475Z Downloaded tabled v0.14.0
9372023-09-29T22:43:56.484Z Downloaded syn v2.0.37
9382023-09-29T22:43:56.489Z Downloaded object v0.30.4
9392023-09-29T22:43:56.494Z Downloaded openssl v0.10.57
9402023-09-29T22:43:56.509Z Downloaded regress v0.7.1
9412023-09-29T22:43:56.519Z Downloaded diesel v2.1.2
9422023-09-29T22:43:56.526Z Downloaded ratatui v0.23.0
9432023-09-29T22:43:56.532Z Downloaded object v0.32.1
9442023-09-29T22:43:56.537Z Downloaded zerocopy-derive v0.6.4
9452023-09-29T22:43:56.544Z Downloaded sled v0.34.7
9462023-09-29T22:43:56.549Z Downloaded openapiv3 v1.0.3
9472023-09-29T22:43:56.555Z Downloaded rustix v0.38.15
9482023-09-29T22:43:56.565Z Downloaded sha3 v0.10.8
9492023-09-29T22:43:56.570Z Downloaded zerocopy-derive v0.2.0
9502023-09-29T22:43:56.576Z Downloaded regex-automata v0.3.8
9512023-09-29T22:43:56.993Z Downloaded libc v0.2.148
9522023-09-29T22:43:57.002Z Downloaded encoding_rs v0.8.33
9532023-09-29T22:43:57.010Z Downloaded bzip2-sys v0.1.11+1.0.8
9542023-09-29T22:43:57.015Z Downloaded finl_unicode v1.2.0
9552023-09-29T22:43:57.038Z Downloaded nix v0.26.4
9562023-09-29T22:43:57.044Z Downloaded tokio v1.32.0
9572023-09-29T22:43:57.060Z Downloaded rustls v0.21.7
9582023-09-29T22:43:57.071Z Downloaded curve25519-dalek v4.1.1
9592023-09-29T22:43:57.078Z Downloaded libz-sys v1.1.12
9602023-09-29T22:43:57.083Z Downloaded regex-syntax v0.6.29
9612023-09-29T22:43:57.089Z Downloaded smoltcp v0.9.1
9622023-09-29T22:43:57.093Z Downloaded bstr v1.6.2
9632023-09-29T22:43:57.098Z Downloaded regex-syntax v0.7.5
9642023-09-29T22:43:57.101Z Downloaded trust-dns-proto v0.22.0
9652023-09-29T22:43:57.104Z Downloaded libtest-mimic v0.5.2
9662023-09-29T22:43:57.109Z Downloaded polar-core v0.26.4
9672023-09-29T22:43:57.112Z Downloaded idna v0.2.3
9682023-09-29T22:43:57.115Z Downloaded futures-util v0.3.28
9692023-09-29T22:43:57.119Z Downloaded libgit2-sys v0.16.1+1.7.1
9702023-09-29T22:43:57.124Z Downloaded crossterm v0.27.0
9712023-09-29T22:43:57.127Z Downloaded num-bigint-dig v0.8.4
9722023-09-29T22:43:57.130Z Downloaded nom v7.1.3
9732023-09-29T22:43:57.133Z Downloaded winnow v0.5.15
9742023-09-29T22:43:57.149Z Downloaded petgraph v0.6.4
9752023-09-29T22:43:57.179Z Downloaded gimli v0.28.0
9762023-09-29T22:43:57.197Z Downloaded smoltcp v0.8.2
9772023-09-29T22:43:57.211Z Downloaded syn v1.0.109
9782023-09-29T22:43:57.216Z Downloaded regex v1.9.5
9792023-09-29T22:43:57.222Z Downloaded chrono v0.4.31
9802023-09-29T22:43:57.229Z Downloaded rusqlite v0.29.0
9812023-09-29T22:43:57.234Z Downloaded bindgen v0.65.1
9822023-09-29T22:43:57.242Z Downloaded lalrpop v0.19.12
9832023-09-29T22:43:57.252Z Downloaded pin-project v1.1.3
9842023-09-29T22:43:57.281Z Downloaded flate2 v1.0.27
9852023-09-29T22:43:57.292Z Downloaded pretty_assertions v1.4.0
9862023-09-29T22:43:57.305Z Downloaded snafu v0.7.5
9872023-09-29T22:43:57.315Z Downloaded portable-atomic v1.4.3
9882023-09-29T22:43:57.321Z Downloaded tough v0.12.5
9892023-09-29T22:43:57.328Z Downloaded signal-hook v0.3.17
9902023-09-29T22:43:57.333Z Downloaded time v0.3.29
9912023-09-29T22:43:57.353Z Downloaded x509-cert v0.2.4
9922023-09-29T22:43:57.360Z Downloaded criterion v0.5.1
9932023-09-29T22:43:57.365Z Downloaded stringprep v0.1.4
9942023-09-29T22:43:57.371Z Downloaded proc-macro2 v1.0.67
9952023-09-29T22:43:57.379Z Downloaded unicode-segmentation v1.10.1
9962023-09-29T22:43:57.384Z Downloaded aho-corasick v1.1.1
9972023-09-29T22:43:57.389Z Downloaded clap_builder v4.4.6
9982023-09-29T22:43:57.394Z Downloaded serde_path_to_error v0.1.14
9992023-09-29T22:43:57.403Z Downloaded getopts v0.2.21
10002023-09-29T22:43:57.825Z Downloaded signal-hook-mio v0.2.3
10012023-09-29T22:43:57.834Z Downloaded snafu-derive v0.7.5
10022023-09-29T22:43:57.845Z Downloaded tinyvec v1.6.0
10032023-09-29T22:43:57.858Z Downloaded phf v0.11.2
10042023-09-29T22:43:57.868Z Downloaded pest_derive v2.7.4
10052023-09-29T22:43:57.878Z Downloaded tabled_derive v0.6.0
10062023-09-29T22:43:57.896Z Downloaded tungstenite v0.17.3
10072023-09-29T22:43:58.457Z Downloaded toml v0.7.8
10082023-09-29T22:43:58.461Z Downloaded toml v0.5.11
10092023-09-29T22:43:58.466Z Downloaded ron v0.8.1
10102023-09-29T22:43:58.478Z Downloaded rustls-webpki v0.101.6
10112023-09-29T22:43:58.494Z Downloaded strum_macros v0.24.3
10122023-09-29T22:43:58.499Z Downloaded unsafe-libyaml v0.2.9
10132023-09-29T22:43:58.505Z Downloaded zerocopy v0.6.4
10142023-09-29T22:43:58.511Z Downloaded libsqlite3-sys v0.26.0
10152023-09-29T22:43:58.517Z Downloaded futures v0.3.28
10162023-09-29T22:43:58.523Z Downloaded crypto-bigint v0.5.3
10172023-09-29T22:43:58.529Z Downloaded ring v0.16.20
10182023-09-29T22:43:58.536Z Downloaded tracing v0.1.37
10192023-09-29T22:43:58.541Z Downloaded slog-envlogger v2.2.0
10202023-09-29T22:43:58.547Z Downloaded semver v0.1.20
10212023-09-29T22:43:58.554Z Downloaded predicates v3.0.4
10222023-09-29T22:43:58.560Z Downloaded futures-executor v0.3.28
10232023-09-29T22:43:58.566Z Downloaded similar-asserts v1.5.0
10242023-09-29T22:43:58.574Z Downloaded signature v2.1.0
10252023-09-29T22:43:58.580Z Downloaded clap v2.34.0
10262023-09-29T22:43:58.587Z Downloaded serde_json v1.0.107
10272023-09-29T22:43:58.594Z Downloaded textwrap v0.16.0
10282023-09-29T22:43:58.600Z Downloaded hashbrown v0.14.1
10292023-09-29T22:43:58.608Z Downloaded serde_spanned v0.6.3
10302023-09-29T22:43:58.617Z Downloaded rustfmt-wrapper v0.2.0
10312023-09-29T22:43:58.625Z Downloaded debug-ignore v1.0.5
10322023-09-29T22:43:58.633Z Downloaded opaque-debug v0.3.0
10332023-09-29T22:43:58.646Z Downloaded percent-encoding v2.3.0
10342023-09-29T22:43:59.053Z Downloaded tower-service v0.3.2
10352023-09-29T22:43:59.057Z Downloaded proc-macro-error v1.0.4
10362023-09-29T22:43:59.060Z Downloaded aes v0.8.3
10372023-09-29T22:43:59.064Z Downloaded h2 v0.3.21
10382023-09-29T22:43:59.066Z Downloaded rayon v1.8.0
10392023-09-29T22:43:59.069Z Downloaded futures-channel v0.3.28
10402023-09-29T22:43:59.072Z Downloaded toml_datetime v0.6.3
10412023-09-29T22:43:59.074Z Downloaded sha-1 v0.10.1
10422023-09-29T22:43:59.077Z Downloaded trust-dns-server v0.22.1
10432023-09-29T22:43:59.080Z Downloaded ringbuffer v0.14.2
10442023-09-29T22:43:59.083Z Downloaded polyval v0.6.1
10452023-09-29T22:43:59.085Z Downloaded walkdir v2.4.0
10462023-09-29T22:43:59.088Z Downloaded crc-any v2.4.3
10472023-09-29T22:43:59.091Z Downloaded url v2.4.1
10482023-09-29T22:43:59.097Z Downloaded crossbeam-utils v0.8.16
10492023-09-29T22:43:59.523Z Downloaded crc32fast v1.3.2
10502023-09-29T22:43:59.535Z Downloaded relative-path v1.9.0
10512023-09-29T22:43:59.550Z Downloaded itertools v0.10.5
10522023-09-29T22:43:59.563Z Downloaded serde_with v2.3.3
10532023-09-29T22:43:59.578Z Downloaded vte v0.11.1
10542023-09-29T22:43:59.596Z Downloaded vsss-rs v3.3.1
10552023-09-29T22:43:59.608Z Downloaded fs-err v2.9.0
10562023-09-29T22:43:59.620Z Downloaded proc-macro-crate v1.3.1
10572023-09-29T22:43:59.634Z Downloaded secrecy v0.8.0
10582023-09-29T22:43:59.649Z Downloaded twox-hash v1.6.3
10592023-09-29T22:43:59.665Z Downloaded zip v0.6.6
10602023-09-29T22:43:59.679Z Downloaded crossbeam-channel v0.5.8
10612023-09-29T22:43:59.697Z Downloaded datatest-stable v0.1.3
10622023-09-29T22:44:00.122Z Downloaded data-encoding v2.4.0
10632023-09-29T22:44:00.125Z Downloaded pretty-hex v0.3.0
10642023-09-29T22:44:00.128Z Downloaded env_logger v0.10.0
10652023-09-29T22:44:00.131Z Downloaded zerocopy v0.3.0
10662023-09-29T22:44:00.134Z Downloaded fatfs v0.3.6
10672023-09-29T22:44:00.137Z Downloaded steno v0.4.0
10682023-09-29T22:44:00.140Z Downloaded serde_yaml v0.9.25
10692023-09-29T22:44:00.144Z Downloaded enum-iterator v1.4.1
10702023-09-29T22:44:00.149Z Downloaded diesel_derives v2.1.2
10712023-09-29T22:44:00.156Z Downloaded sha1 v0.10.6
10722023-09-29T22:44:00.160Z Downloaded ena v0.14.2
10732023-09-29T22:44:00.164Z Downloaded crypto-common v0.1.6
10742023-09-29T22:44:00.168Z Downloaded env_logger v0.9.3
10752023-09-29T22:44:00.172Z Downloaded darling_core v0.14.4
10762023-09-29T22:44:00.176Z Downloaded structopt-derive v0.4.18
10772023-09-29T22:44:00.183Z Downloaded parking_lot v0.12.1
10782023-09-29T22:44:00.188Z Downloaded parking_lot v0.11.2
10792023-09-29T22:44:00.192Z Downloaded crossbeam-epoch v0.9.15
10802023-09-29T22:44:00.196Z Downloaded paste v1.0.14
10812023-09-29T22:44:00.200Z Downloaded strsim v0.8.0
10822023-09-29T22:44:00.207Z Downloaded openssl-sys v0.9.93
10832023-09-29T22:44:00.247Z Downloaded itertools v0.11.0
10842023-09-29T22:44:00.268Z Downloaded derive_builder_core v0.12.0
10852023-09-29T22:44:00.286Z Downloaded match_cfg v0.1.0
10862023-09-29T22:44:00.703Z Downloaded maplit v1.0.2
10872023-09-29T22:44:01.132Z Downloaded cstr-argument v0.1.2
10882023-09-29T22:44:01.135Z Downloaded float-cmp v0.9.0
10892023-09-29T22:44:01.138Z Downloaded tokio-rustls v0.24.1
10902023-09-29T22:44:01.142Z Downloaded mio v0.8.8
10912023-09-29T22:44:01.149Z Downloaded crc-catalog v2.2.0
10922023-09-29T22:44:01.157Z Downloaded futures-task v0.3.28
10932023-09-29T22:44:01.586Z Downloaded pin-project-internal v1.1.3
10942023-09-29T22:44:01.597Z Downloaded num_enum_derive v0.5.11
10952023-09-29T22:44:01.609Z Downloaded num_cpus v1.16.0
10962023-09-29T22:44:01.617Z Downloaded pkcs1 v0.7.5
10972023-09-29T22:44:01.632Z Downloaded vergen v8.2.5
10982023-09-29T22:44:01.655Z Downloaded filetime v0.2.22
10992023-09-29T22:44:01.663Z Downloaded pest_meta v2.7.4
11002023-09-29T22:44:01.666Z Downloaded socket2 v0.5.4
11012023-09-29T22:44:01.671Z Downloaded trust-dns-resolver v0.22.0
11022023-09-29T22:44:01.682Z Downloaded zeroize v1.6.0
11032023-09-29T22:44:01.687Z Downloaded thread-id v4.2.0
11042023-09-29T22:44:01.690Z Downloaded slog-term v2.9.0
11052023-09-29T22:44:01.695Z Downloaded nanorand v0.7.0
11062023-09-29T22:44:01.698Z Downloaded enum-as-inner v0.5.1
11072023-09-29T22:44:01.700Z Downloaded regex-automata v0.1.10
11082023-09-29T22:44:01.703Z Downloaded num v0.4.1
11092023-09-29T22:44:01.706Z Downloaded typenum v1.17.0
11102023-09-29T22:44:01.710Z Downloaded pest_generator v2.7.4
11112023-09-29T22:44:01.714Z Downloaded hashlink v0.8.4
11122023-09-29T22:44:01.717Z Downloaded hyper v0.14.27
11132023-09-29T22:44:01.720Z Downloaded openssl-macros v0.1.1
11142023-09-29T22:44:01.724Z Downloaded tokio-tungstenite v0.17.2
11152023-09-29T22:44:01.736Z Downloaded unarray v0.1.4
11162023-09-29T22:44:01.753Z Downloaded futures-sink v0.3.28
11172023-09-29T22:44:01.764Z Downloaded errno v0.3.3
11182023-09-29T22:44:01.775Z Downloaded erased-serde v0.3.31
11192023-09-29T22:44:01.785Z Downloaded postgres-protocol v0.6.6
11202023-09-29T22:44:01.788Z Downloaded hashbrown v0.12.3
11212023-09-29T22:44:01.793Z Downloaded hashbrown v0.13.2
11222023-09-29T22:44:01.796Z Downloaded libm v0.2.7
11232023-09-29T22:44:01.799Z Downloaded tar v0.4.40
11242023-09-29T22:44:01.802Z Downloaded memchr v2.6.3
11252023-09-29T22:44:01.804Z Downloaded num_enum v0.7.0
11262023-09-29T22:44:01.807Z Downloaded num-rational v0.4.1
11272023-09-29T22:44:01.810Z Downloaded flagset v0.4.4
11282023-09-29T22:44:01.813Z Downloaded fixedbitset v0.4.2
11292023-09-29T22:44:01.816Z Downloaded term v0.7.0
11302023-09-29T22:44:01.820Z Downloaded tempfile v3.8.0
11312023-09-29T22:44:01.824Z Downloaded ryu v1.0.15
11322023-09-29T22:44:01.837Z Downloaded pem-rfc7468 v0.7.0
11332023-09-29T22:44:01.841Z Downloaded rstest_macros v0.18.2
11342023-09-29T22:44:01.844Z Downloaded darling_core v0.20.3
11352023-09-29T22:44:01.847Z Downloaded endian-type v0.1.2
11362023-09-29T22:44:01.851Z Downloaded serde_tokenstream v0.1.7
11372023-09-29T22:44:01.854Z Downloaded tokio-native-tls v0.3.1
11382023-09-29T22:44:01.857Z Downloaded futures-timer v3.0.2
11392023-09-29T22:44:01.861Z Downloaded pin-project-lite v0.2.13
11402023-09-29T22:44:01.864Z Downloaded quote v1.0.33
11412023-09-29T22:44:01.866Z Downloaded universal-hash v0.5.1
11422023-09-29T22:44:01.870Z Downloaded postcard-cobs v0.1.5-pre
11432023-09-29T22:44:01.873Z Downloaded wait-timeout v0.2.0
11442023-09-29T22:44:01.877Z Downloaded toml v0.8.1
11452023-09-29T22:44:01.880Z Downloaded prettyplease v0.2.15
11462023-09-29T22:44:01.884Z Downloaded form_urlencoded v1.2.0
11472023-09-29T22:44:01.887Z Downloaded foreign-types-macros v0.2.3
11482023-09-29T22:44:01.890Z Downloaded uuid v1.4.1
11492023-09-29T22:44:01.893Z Downloaded diff v0.1.13
11502023-09-29T22:44:01.896Z Downloaded termcolor v1.3.0
11512023-09-29T22:44:01.899Z Downloaded spin v0.5.2
11522023-09-29T22:44:01.902Z Downloaded synstructure v0.12.6
11532023-09-29T22:44:01.906Z Downloaded nu-ansi-term v0.49.0
11542023-09-29T22:44:01.909Z Downloaded parking_lot_core v0.8.6
11552023-09-29T22:44:01.912Z Downloaded derive-where v1.2.5
11562023-09-29T22:44:01.916Z Downloaded rustls-native-certs v0.6.3
11572023-09-29T22:44:01.918Z Downloaded rustc_version v0.4.0
11582023-09-29T22:44:01.922Z Downloaded poly1305 v0.8.0
11592023-09-29T22:44:01.924Z Downloaded tracing-core v0.1.31
11602023-09-29T22:44:01.927Z Downloaded rayon-core v1.12.0
11612023-09-29T22:44:01.930Z Downloaded structopt v0.3.26
11622023-09-29T22:44:01.935Z Downloaded num-iter v0.1.43
11632023-09-29T22:44:01.938Z Downloaded ff v0.13.0
11642023-09-29T22:44:01.941Z Downloaded proc-macro-error-attr v1.0.4
11652023-09-29T22:44:01.945Z Downloaded pin-utils v0.1.0
11662023-09-29T22:44:01.948Z Downloaded untrusted v0.7.1
11672023-09-29T22:44:01.950Z Downloaded digest v0.10.7
11682023-09-29T22:44:01.957Z Downloaded tracing-attributes v0.1.26
11692023-09-29T22:44:01.961Z Downloaded tiny-keccak v2.0.2
11702023-09-29T22:44:01.965Z Downloaded tokio-macros v2.1.0
11712023-09-29T22:44:01.970Z Downloaded rand_xorshift v0.3.0
11722023-09-29T22:44:01.978Z Downloaded headers v0.3.9
11732023-09-29T22:44:01.983Z Downloaded deranged v0.3.8
11742023-09-29T22:44:01.985Z Downloaded usdt v0.3.5
11752023-09-29T22:44:01.990Z Downloaded partial-io v0.5.4
11762023-09-29T22:44:01.994Z Downloaded omicron-zone-package v0.8.3
11772023-09-29T22:44:01.997Z Downloaded pkcs8 v0.10.2
11782023-09-29T22:44:02.000Z Downloaded bytes v1.5.0
11792023-09-29T22:44:02.009Z Downloaded miniz_oxide v0.7.1
11802023-09-29T22:44:02.014Z Downloaded r2d2 v0.8.10
11812023-09-29T22:44:02.017Z Downloaded const_format v0.2.31
11822023-09-29T22:44:02.023Z Downloaded generic-array v0.14.7
11832023-09-29T22:44:02.027Z Downloaded indicatif v0.17.7
11842023-09-29T22:44:02.030Z Downloaded libxml v0.3.3
11852023-09-29T22:44:02.035Z Downloaded rcgen v0.10.0
11862023-09-29T22:44:02.040Z Downloaded plotters-svg v0.3.5
11872023-09-29T22:44:02.049Z Downloaded nibble_vec v0.1.0
11882023-09-29T22:44:02.066Z Downloaded mime v0.3.17
11892023-09-29T22:44:02.072Z Downloaded toolchain_find v0.2.0
11902023-09-29T22:44:02.086Z Downloaded thiserror-impl v1.0.49
11912023-09-29T22:44:02.100Z Downloaded thiserror v1.0.49
11922023-09-29T22:44:02.115Z Downloaded siphasher v0.3.11
11932023-09-29T22:44:02.129Z Downloaded pem v1.1.1
11942023-09-29T22:44:02.143Z Downloaded parking_lot_core v0.9.8
11952023-09-29T22:44:02.154Z Downloaded packed_struct_codegen v0.10.1
11962023-09-29T22:44:02.163Z Downloaded string_cache v0.8.7
11972023-09-29T22:44:02.175Z Downloaded rsa v0.9.2
11982023-09-29T22:44:02.198Z Downloaded unicode-ident v1.0.12
11992023-09-29T22:44:02.223Z Downloaded ref-cast-impl v1.0.20
12002023-09-29T22:44:02.245Z Downloaded quick-error v1.2.3
12012023-09-29T22:44:02.257Z Downloaded wyz v0.5.1
12022023-09-29T22:44:02.300Z Downloaded which v4.4.2
12032023-09-29T22:44:02.306Z Downloaded dirs-next v2.0.0
12042023-09-29T22:44:02.309Z Downloaded cc v1.0.83
12052023-09-29T22:44:02.313Z Downloaded rpassword v7.2.0
12062023-09-29T22:44:02.317Z Downloaded fallible-iterator v0.2.0
12072023-09-29T22:44:02.320Z Downloaded blake2b_simd v1.0.2
12082023-09-29T22:44:02.323Z Downloaded path-dedot v3.1.1
12092023-09-29T22:44:02.327Z Downloaded bitstruct v0.1.1
12102023-09-29T22:44:02.330Z Downloaded clap v4.4.6
12112023-09-29T22:44:02.333Z Downloaded slog-bunyan v2.4.0
12122023-09-29T22:44:02.337Z Downloaded ascii v1.1.0
12132023-09-29T22:44:02.340Z Downloaded rstest v0.18.2
12142023-09-29T22:44:02.344Z Downloaded http v0.2.9
12152023-09-29T22:44:02.349Z Downloaded log v0.4.20
12162023-09-29T22:44:02.353Z Downloaded lock_api v0.4.10
12172023-09-29T22:44:02.357Z Downloaded half v1.8.2
12182023-09-29T22:44:02.360Z Downloaded serde_derive v1.0.188
12192023-09-29T22:44:02.363Z Downloaded console v0.15.7
12202023-09-29T22:44:02.366Z Downloaded hex v0.4.3
12212023-09-29T22:44:02.369Z Downloaded arc-swap v1.6.0
12222023-09-29T22:44:02.373Z Downloaded bitfield v0.14.0
12232023-09-29T22:44:02.376Z Downloaded camino-tempfile v1.0.2
12242023-09-29T22:44:02.378Z Downloaded group v0.13.0
12252023-09-29T22:44:02.381Z Downloaded same-file v1.0.6
12262023-09-29T22:44:02.386Z Downloaded clap_derive v4.4.2
12272023-09-29T22:44:02.389Z Downloaded home v0.5.5
12282023-09-29T22:44:02.393Z Downloaded hostname v0.3.1
12292023-09-29T22:44:02.396Z Downloaded bytecount v0.6.3
12302023-09-29T22:44:02.399Z Downloaded utf8parse v0.2.1
12312023-09-29T22:44:02.403Z Downloaded serde-hex v0.1.0
12322023-09-29T22:44:02.410Z Downloaded rusty-fork v0.3.0
12332023-09-29T22:44:02.414Z Downloaded rustc-demangle v0.1.23
12342023-09-29T22:44:02.418Z Downloaded keccak v0.1.4
12352023-09-29T22:44:02.422Z Downloaded bit_field v0.10.2
12362023-09-29T22:44:02.426Z Downloaded subtle v2.5.0
12372023-09-29T22:44:02.429Z Downloaded iana-time-zone v0.1.57
12382023-09-29T22:44:02.432Z Downloaded base64 v0.13.1
12392023-09-29T22:44:02.437Z Downloaded basic-toml v0.1.4
12402023-09-29T22:44:02.440Z Downloaded resolv-conf v0.7.0
12412023-09-29T22:44:02.443Z Downloaded mime_guess v2.0.4
12422023-09-29T22:44:02.460Z Downloaded getrandom v0.2.10
12432023-09-29T22:44:02.466Z Downloaded serde v1.0.188
12442023-09-29T22:44:02.469Z Downloaded bitflags v1.3.2
12452023-09-29T22:44:02.474Z Downloaded globset v0.4.13
12462023-09-29T22:44:02.480Z Downloaded rand_core v0.6.4
12472023-09-29T22:44:02.488Z Downloaded clap_derive v3.2.25
12482023-09-29T22:44:02.491Z Downloaded stable_deref_trait v1.2.0
12492023-09-29T22:44:02.494Z Downloaded serde_derive_internals v0.26.0
12502023-09-29T22:44:02.498Z Downloaded scopeguard v1.2.0
12512023-09-29T22:44:02.509Z Downloaded anyhow v1.0.75
12522023-09-29T22:44:02.514Z Downloaded addr2line v0.21.0
12532023-09-29T22:44:02.518Z Downloaded unicode-linebreak v0.1.5
12542023-09-29T22:44:02.523Z Downloaded thread_local v1.1.7
12552023-09-29T22:44:02.527Z Downloaded topological-sort v0.2.2
12562023-09-29T22:44:02.532Z Downloaded terminal_size v0.3.0
12572023-09-29T22:44:02.535Z Downloaded newtype_derive v0.1.6
12582023-09-29T22:44:02.538Z Downloaded linked-hash-map v0.5.6
12592023-09-29T22:44:02.553Z Downloaded cast v0.3.0
12602023-09-29T22:44:02.556Z Downloaded serde-big-array v0.4.1
12612023-09-29T22:44:02.559Z Downloaded hex-literal v0.4.1
12622023-09-29T22:44:02.562Z Downloaded vte_generate_state_changes v0.1.1
12632023-09-29T22:44:02.580Z Downloaded headers-core v0.2.0
12642023-09-29T22:44:02.583Z Downloaded bit-vec v0.6.3
12652023-09-29T22:44:02.586Z Downloaded assert_cmd v2.0.12
12662023-09-29T22:44:02.590Z Downloaded smallvec v0.6.14
12672023-09-29T22:44:02.594Z Downloaded anstyle-parse v0.2.2
12682023-09-29T22:44:02.597Z Downloaded bitstruct_derive v0.1.0
12692023-09-29T22:44:02.600Z Downloaded hash32 v0.2.1
12702023-09-29T22:44:02.603Z Downloaded structmeta-derive v0.1.6
12712023-09-29T22:44:02.606Z Downloaded cancel-safe-futures v0.1.2
12722023-09-29T22:44:02.609Z Downloaded async-trait v0.1.73
12732023-09-29T22:44:02.616Z Downloaded bincode v1.3.3
12742023-09-29T22:44:02.627Z Downloaded backoff v0.4.0
12752023-09-29T22:44:02.644Z Downloaded aes-gcm-siv v0.11.1
12762023-09-29T22:44:02.649Z Downloaded foreign-types v0.5.0
12772023-09-29T22:44:02.655Z Downloaded rustversion v1.0.14
12782023-09-29T22:44:02.668Z Downloaded ciborium-io v0.2.1
12792023-09-29T22:44:02.697Z Downloaded ansi_term v0.12.1
12802023-09-29T22:44:02.717Z Downloaded anstyle-query v1.0.0
12812023-09-29T22:44:03.167Z Downloaded signal-hook-registry v1.4.1
12822023-09-29T22:44:03.182Z Downloaded rustc_version v0.1.7
12832023-09-29T22:44:03.206Z Downloaded rustc-hash v1.1.0
12842023-09-29T22:44:03.241Z Downloaded rand_chacha v0.3.1
12852023-09-29T22:44:03.286Z Downloaded linear-map v1.2.0
12862023-09-29T22:44:03.304Z Downloaded lru-cache v0.1.2
12872023-09-29T22:44:03.727Z Downloaded lazycell v1.3.0
12882023-09-29T22:44:03.739Z Downloaded clap_lex v0.2.4
12892023-09-29T22:44:03.756Z Downloaded cargo_toml v0.16.3
12902023-09-29T22:44:04.197Z Downloaded ciborium-ll v0.2.1
12912023-09-29T22:44:04.224Z Downloaded cexpr v0.6.0
12922023-09-29T22:44:04.242Z Downloaded cassowary v0.3.0
12932023-09-29T22:44:04.255Z Downloaded serde_urlencoded v0.7.1
12942023-09-29T22:44:04.274Z Downloaded md-5 v0.10.6
12952023-09-29T22:44:04.291Z Downloaded lazy_static v1.4.0
12962023-09-29T22:44:04.313Z Downloaded cargo-platform v0.1.3
12972023-09-29T22:44:04.333Z Downloaded anes v0.1.6
12982023-09-29T22:44:04.371Z Downloaded ascii-canvas v3.0.0
12992023-09-29T22:44:04.388Z Downloaded aead v0.5.2
13002023-09-29T22:44:04.398Z Downloaded approx v0.5.1
13012023-09-29T22:44:04.420Z Downloaded adler v1.0.2
13022023-09-29T22:44:04.431Z Downloaded ipnet v2.8.0
13032023-09-29T22:44:04.440Z Downloaded httptest v0.15.4
13042023-09-29T22:44:04.452Z Downloaded assert_matches v1.5.0
13052023-09-29T22:44:04.463Z Downloaded colored v2.0.4
13062023-09-29T22:44:04.473Z Downloaded allocator-api2 v0.2.16
13072023-09-29T22:44:04.479Z Downloaded http-range v0.1.5
13082023-09-29T22:44:04.486Z Downloaded const-oid v0.9.5
13092023-09-29T22:44:04.503Z Downloaded chacha20 v0.9.1
13102023-09-29T22:44:04.940Z Downloaded hyper-tls v0.5.0
13112023-09-29T22:44:04.960Z Downloaded humantime v2.1.0
13122023-09-29T22:44:04.974Z Downloaded const_format_proc_macros v0.2.31
13132023-09-29T22:44:04.992Z Downloaded colorchoice v1.0.0
13142023-09-29T22:44:05.024Z Compiling proc-macro2 v1.0.67
13152023-09-29T22:44:05.051Z Compiling unicode-ident v1.0.12
13162023-09-29T22:44:05.073Z Compiling libc v0.2.148
13172023-09-29T22:44:05.094Z Compiling serde v1.0.188
13182023-09-29T22:44:05.529Z Compiling autocfg v1.1.0
13192023-09-29T22:44:05.549Z Compiling version_check v0.9.4
13202023-09-29T22:44:05.564Z Compiling cfg-if v1.0.0
13212023-09-29T22:44:05.575Z Compiling syn v1.0.109
13222023-09-29T22:44:05.590Z Running `/home/build/.rustup/toolchains/1.72.1-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.67/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="proc-macro"' -C metadata=7ec7d57a9fea354b -C extra-filename=-7ec7d57a9fea354b --out-dir /work/oxidecomputer/omicron/target/debug/build/proc-macro2-7ec7d57a9fea354b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
13232023-09-29T22:44:05.606Z Running `/home/build/.rustup/toolchains/1.72.1-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=da60536db468fe1f -C extra-filename=-da60536db468fe1f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
13242023-09-29T22:44:05.621Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.148/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="extra_traits"' --cfg 'feature="std"' -C metadata=02d4e73abb70a194 -C extra-filename=-02d4e73abb70a194 --out-dir /work/oxidecomputer/omicron/target/debug/build/libc-02d4e73abb70a194 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
13252023-09-29T22:44:05.635Z Running `/home/build/.rustup/toolchains/1.72.1-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.188/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="rc"' --cfg 'feature="serde_derive"' --cfg 'feature="std"' -C metadata=8b7d4688ff6ec7d2 -C extra-filename=-8b7d4688ff6ec7d2 --out-dir /work/oxidecomputer/omicron/target/debug/build/serde-8b7d4688ff6ec7d2 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
13262023-09-29T22:44:06.058Z Running `/home/build/.rustup/toolchains/1.72.1-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 metadata=301657b8e75fa34a -C extra-filename=-301657b8e75fa34a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
13272023-09-29T22:44:06.071Z Running `/home/build/.rustup/toolchains/1.72.1-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 metadata=fa824d592d428e82 -C extra-filename=-fa824d592d428e82 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
13282023-09-29T22:44:06.089Z Running `/home/build/.rustup/toolchains/1.72.1-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=cb012b6dc451b338 -C extra-filename=-cb012b6dc451b338 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
13292023-09-29T22:44:06.103Z Running `/home/build/.rustup/toolchains/1.72.1-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 --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=36b7bfc19191d7b5 -C extra-filename=-36b7bfc19191d7b5 --out-dir /work/oxidecomputer/omicron/target/debug/build/syn-36b7bfc19191d7b5 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
13302023-09-29T22:44:06.114Z Compiling once_cell v1.18.0
13312023-09-29T22:44:06.127Z Compiling memchr v2.6.3
13322023-09-29T22:44:06.144Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name once_cell --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.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 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="race"' --cfg 'feature="std"' --cfg 'feature="unstable"' -C metadata=dffc32915439d36d -C extra-filename=-dffc32915439d36d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
13332023-09-29T22:44:06.158Z Running `/home/build/.rustup/toolchains/1.72.1-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=2b9cc4e8f0305d0f -C extra-filename=-2b9cc4e8f0305d0f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
13342023-09-29T22:44:06.178Z Compiling parking_lot_core v0.9.8
13352023-09-29T22:44:06.594Z Running `/home/build/.rustup/toolchains/1.72.1-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 metadata=66ea596ae03a17af -C extra-filename=-66ea596ae03a17af --out-dir /work/oxidecomputer/omicron/target/debug/build/parking_lot_core-66ea596ae03a17af -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
13362023-09-29T22:44:06.599Z Compiling lock_api v0.4.10
13372023-09-29T22:44:06.604Z Running `/home/build/.rustup/toolchains/1.72.1-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 --cfg 'feature="atomic_usize"' --cfg 'feature="default"' -C metadata=8685a19bd2588e85 -C extra-filename=-8685a19bd2588e85 --out-dir /work/oxidecomputer/omicron/target/debug/build/lock_api-8685a19bd2588e85 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-301657b8e75fa34a.rlib --cap-lints allow -D warnings`
13382023-09-29T22:44:06.607Z Compiling libm v0.2.7
13392023-09-29T22:44:06.617Z Running `/home/build/.rustup/toolchains/1.72.1-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 --cfg 'feature="default"' -C metadata=c84985744f7ea911 -C extra-filename=-c84985744f7ea911 --out-dir /work/oxidecomputer/omicron/target/debug/build/libm-c84985744f7ea911 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
13402023-09-29T22:44:06.634Z Running `/work/oxidecomputer/omicron/target/debug/build/libm-c84985744f7ea911/build-script-build`
13412023-09-29T22:44:07.063Z Running `/work/oxidecomputer/omicron/target/debug/build/syn-36b7bfc19191d7b5/build-script-build`
13422023-09-29T22:44:07.088Z Running `/work/oxidecomputer/omicron/target/debug/build/lock_api-8685a19bd2588e85/build-script-build`
13432023-09-29T22:44:07.096Z Running `/work/oxidecomputer/omicron/target/debug/build/parking_lot_core-66ea596ae03a17af/build-script-build`
13442023-09-29T22:44:07.110Z Running `/work/oxidecomputer/omicron/target/debug/build/proc-macro2-7ec7d57a9fea354b/build-script-build`
13452023-09-29T22:44:07.118Z Running `/work/oxidecomputer/omicron/target/debug/build/libc-02d4e73abb70a194/build-script-build`
13462023-09-29T22:44:07.127Z Compiling num-traits v0.2.16
13472023-09-29T22:44:07.136Z Running `/work/oxidecomputer/omicron/target/debug/build/serde-8b7d4688ff6ec7d2/build-script-build`
13482023-09-29T22:44:07.148Z Running `/home/build/.rustup/toolchains/1.72.1-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 --cfg 'feature="default"' --cfg 'feature="i128"' --cfg 'feature="libm"' --cfg 'feature="std"' -C metadata=1b7851bfe210c606 -C extra-filename=-1b7851bfe210c606 --out-dir /work/oxidecomputer/omicron/target/debug/build/num-traits-1b7851bfe210c606 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-301657b8e75fa34a.rlib --cap-lints allow -D warnings`
13492023-09-29T22:44:07.162Z Compiling log v0.4.20
13502023-09-29T22:44:07.176Z Running `/home/build/.rustup/toolchains/1.72.1-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=7d9cf9ba132625c1 -C extra-filename=-7d9cf9ba132625c1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
13512023-09-29T22:44:07.187Z Compiling thiserror v1.0.49
13522023-09-29T22:44:07.199Z Compiling itoa v1.0.9
13532023-09-29T22:44:07.621Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name libc /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.148/src/lib.rs --error-format=json --json=diagnostic-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=b1078066b701b737 -C extra-filename=-b1078066b701b737 --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`
13542023-09-29T22:44:07.629Z Running `/home/build/.rustup/toolchains/1.72.1-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.67/src/lib.rs --error-format=json --json=diagnostic-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=577a284e9bcc389a -C extra-filename=-577a284e9bcc389a --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-da60536db468fe1f.rmeta --cap-lints allow -D warnings --cfg wrap_proc_macro`
13552023-09-29T22:44:07.634Z Running `/home/build/.rustup/toolchains/1.72.1-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 metadata=7f571bfd1a0d0ba2 -C extra-filename=-7f571bfd1a0d0ba2 --out-dir /work/oxidecomputer/omicron/target/debug/build/thiserror-7f571bfd1a0d0ba2 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
13562023-09-29T22:44:07.638Z Running `/home/build/.rustup/toolchains/1.72.1-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=5cfbcdc992ada6c2 -C extra-filename=-5cfbcdc992ada6c2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
13572023-09-29T22:44:07.641Z Compiling quote v1.0.33
13582023-09-29T22:44:07.644Z Compiling getrandom v0.2.10
13592023-09-29T22:44:07.647Z Compiling ahash v0.8.3
13602023-09-29T22:44:07.656Z Compiling jobserver v0.1.26
13612023-09-29T22:44:07.660Z Compiling futures-core v0.3.28
13622023-09-29T22:44:07.664Z Compiling typenum v1.17.0
13632023-09-29T22:44:07.668Z Running `/home/build/.rustup/toolchains/1.72.1-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=8512bc6ae7bced04 -C extra-filename=-8512bc6ae7bced04 --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-577a284e9bcc389a.rmeta --cap-lints allow -D warnings`
13642023-09-29T22:44:07.673Z Running `/work/oxidecomputer/omicron/target/debug/build/num-traits-1b7851bfe210c606/build-script-build`
13652023-09-29T22:44:07.680Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_main --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/typenum-1.17.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 metadata=b84d5da9a63f46ec -C extra-filename=-b84d5da9a63f46ec --out-dir /work/oxidecomputer/omicron/target/debug/build/typenum-b84d5da9a63f46ec -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
13662023-09-29T22:44:07.684Z Running `/home/build/.rustup/toolchains/1.72.1-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.28/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=40748a9ee1ce3883 -C extra-filename=-40748a9ee1ce3883 --out-dir /work/oxidecomputer/omicron/target/debug/build/futures-core-40748a9ee1ce3883 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
13672023-09-29T22:44:07.687Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name jobserver --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/jobserver-0.1.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 metadata=64027e865577f06e -C extra-filename=-64027e865577f06e --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-b1078066b701b737.rmeta --cap-lints allow -D warnings`
13682023-09-29T22:44:07.690Z Running `/work/oxidecomputer/omicron/target/debug/build/thiserror-7f571bfd1a0d0ba2/build-script-build`
13692023-09-29T22:44:07.695Z Running `/home/build/.rustup/toolchains/1.72.1-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 metadata=615e4bddd6779bcd -C extra-filename=-615e4bddd6779bcd --out-dir /work/oxidecomputer/omicron/target/debug/build/ahash-615e4bddd6779bcd -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-fa824d592d428e82.rlib --cap-lints allow -D warnings`
13702023-09-29T22:44:07.699Z Running `/home/build/.rustup/toolchains/1.72.1-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=5d87f6ac6fc0aeac -C extra-filename=-5d87f6ac6fc0aeac --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-cb012b6dc451b338.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b1078066b701b737.rmeta --cap-lints allow -D warnings`
13712023-09-29T22:44:07.702Z Compiling syn v2.0.37
13722023-09-29T22:44:07.705Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name syn --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.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="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=2dd1c8bfc186ca77 -C extra-filename=-2dd1c8bfc186ca77 --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-577a284e9bcc389a.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-da60536db468fe1f.rmeta --cap-lints allow -D warnings`
13732023-09-29T22:44:07.710Z Running `/home/build/.rustup/toolchains/1.72.1-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=f88a0545b115dad3 -C extra-filename=-f88a0545b115dad3 --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-577a284e9bcc389a.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-da60536db468fe1f.rmeta --cap-lints allow -D warnings --cfg syn_disable_nightly_tests`
13742023-09-29T22:44:07.714Z Running `/work/oxidecomputer/omicron/target/debug/build/ahash-615e4bddd6779bcd/build-script-build`
13752023-09-29T22:44:07.717Z Compiling cc v1.0.83
13762023-09-29T22:44:07.720Z Running `/home/build/.rustup/toolchains/1.72.1-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 --cfg 'feature="jobserver"' --cfg 'feature="parallel"' -C metadata=b5ca8d4cdca539c9 -C extra-filename=-b5ca8d4cdca539c9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern jobserver=/work/oxidecomputer/omicron/target/debug/deps/libjobserver-64027e865577f06e.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b1078066b701b737.rmeta --cap-lints allow -D warnings`
13772023-09-29T22:44:07.724Z Running `/work/oxidecomputer/omicron/target/debug/build/futures-core-40748a9ee1ce3883/build-script-build`
13782023-09-29T22:44:07.729Z Compiling generic-array v0.14.7
13792023-09-29T22:44:07.734Z Running `/home/build/.rustup/toolchains/1.72.1-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 debug-assertions=on --cfg 'feature="more_lengths"' --cfg 'feature="zeroize"' -C metadata=c5834cbc42a6ca13 -C extra-filename=-c5834cbc42a6ca13 --out-dir /work/oxidecomputer/omicron/target/debug/build/generic-array-c5834cbc42a6ca13 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-fa824d592d428e82.rlib --cap-lints allow -D warnings`
13802023-09-29T22:44:08.142Z Compiling scopeguard v1.2.0
13812023-09-29T22:44:08.146Z Running `/home/build/.rustup/toolchains/1.72.1-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=4dda9e26a75f327a -C extra-filename=-4dda9e26a75f327a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
13822023-09-29T22:44:08.150Z Running `/home/build/.rustup/toolchains/1.72.1-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=8276e47ef83e0a61 -C extra-filename=-8276e47ef83e0a61 --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-cb012b6dc451b338.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-dffc32915439d36d.rmeta --cap-lints allow -D warnings --cfg 'feature="folded_multiply"'`
13832023-09-29T22:44:08.154Z Compiling ryu v1.0.15
13842023-09-29T22:44:08.581Z Running `/home/build/.rustup/toolchains/1.72.1-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=4a3577197cfd5900 -C extra-filename=-4a3577197cfd5900 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
13852023-09-29T22:44:08.586Z Compiling smallvec v1.11.1
13862023-09-29T22:44:09.020Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name smallvec --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smallvec-1.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=abaa60e436ee1bb4 -C extra-filename=-abaa60e436ee1bb4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
13872023-09-29T22:44:09.024Z Running `/work/oxidecomputer/omicron/target/debug/build/generic-array-c5834cbc42a6ca13/build-script-build`
13882023-09-29T22:44:09.027Z Running `/work/oxidecomputer/omicron/target/debug/build/typenum-b84d5da9a63f46ec/build-script-main`
13892023-09-29T22:44:09.030Z Running `/home/build/.rustup/toolchains/1.72.1-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=4e1c5de4b4146de7 -C extra-filename=-4e1c5de4b4146de7 --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-4dda9e26a75f327a.rmeta --cap-lints allow -D warnings --cfg has_const_fn_trait_bound`
13902023-09-29T22:44:09.041Z Running `/home/build/.rustup/toolchains/1.72.1-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=40f40ed9b79fa7d8 -C extra-filename=-40f40ed9b79fa7d8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
13912023-09-29T22:44:09.044Z Compiling slab v0.4.9
13922023-09-29T22:44:09.058Z Running `/home/build/.rustup/toolchains/1.72.1-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 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=1ba3ca3c11bcdc50 -C extra-filename=-1ba3ca3c11bcdc50 --out-dir /work/oxidecomputer/omicron/target/debug/build/slab-1ba3ca3c11bcdc50 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-301657b8e75fa34a.rlib --cap-lints allow -D warnings`
13932023-09-29T22:44:09.062Z Compiling pkg-config v0.3.27
13942023-09-29T22:44:09.066Z Running `/home/build/.rustup/toolchains/1.72.1-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 metadata=b2bde0cde8c99b7a -C extra-filename=-b2bde0cde8c99b7a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
13952023-09-29T22:44:09.069Z Compiling futures-channel v0.3.28
13962023-09-29T22:44:09.073Z Running `/home/build/.rustup/toolchains/1.72.1-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.28/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="futures-sink"' --cfg 'feature="sink"' --cfg 'feature="std"' -C metadata=feb52f6851514f87 -C extra-filename=-feb52f6851514f87 --out-dir /work/oxidecomputer/omicron/target/debug/build/futures-channel-feb52f6851514f87 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
13972023-09-29T22:44:09.077Z Compiling futures-task v0.3.28
13982023-09-29T22:44:09.080Z Running `/home/build/.rustup/toolchains/1.72.1-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.28/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="std"' -C metadata=5de16dc38943ef6e -C extra-filename=-5de16dc38943ef6e --out-dir /work/oxidecomputer/omicron/target/debug/build/futures-task-5de16dc38943ef6e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
13992023-09-29T22:44:09.083Z Running `/work/oxidecomputer/omicron/target/debug/build/slab-1ba3ca3c11bcdc50/build-script-build`
14002023-09-29T22:44:09.090Z Running `/work/oxidecomputer/omicron/target/debug/build/futures-channel-feb52f6851514f87/build-script-build`
14012023-09-29T22:44:09.093Z Compiling futures-util v0.3.28
14022023-09-29T22:44:09.098Z Running `/home/build/.rustup/toolchains/1.72.1-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.28/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --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=373e6bf0208f26cc -C extra-filename=-373e6bf0208f26cc --out-dir /work/oxidecomputer/omicron/target/debug/build/futures-util-373e6bf0208f26cc -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
14032023-09-29T22:44:09.101Z Compiling heck v0.4.1
14042023-09-29T22:44:09.104Z Running `/home/build/.rustup/toolchains/1.72.1-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=58e6b367499d83fa -C extra-filename=-58e6b367499d83fa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
14052023-09-29T22:44:09.107Z Running `/work/oxidecomputer/omicron/target/debug/build/futures-task-5de16dc38943ef6e/build-script-build`
14062023-09-29T22:44:09.118Z Compiling allocator-api2 v0.2.16
14072023-09-29T22:44:09.122Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name allocator_api2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/allocator-api2-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="alloc"' -C metadata=65fb5bbe93c488fa -C extra-filename=-65fb5bbe93c488fa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
14082023-09-29T22:44:09.125Z Running `/work/oxidecomputer/omicron/target/debug/build/futures-util-373e6bf0208f26cc/build-script-build`
14092023-09-29T22:44:09.128Z Running `/home/build/.rustup/toolchains/1.72.1-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=ac2d1a63d0bb6ad0 -C extra-filename=-ac2d1a63d0bb6ad0 --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-cb012b6dc451b338.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b1078066b701b737.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-abaa60e436ee1bb4.rmeta --cap-lints allow -D warnings`
14102023-09-29T22:44:09.131Z Compiling equivalent v1.0.1
14112023-09-29T22:44:09.134Z Running `/home/build/.rustup/toolchains/1.72.1-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=2fccbc822ca879d0 -C extra-filename=-2fccbc822ca879d0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
14122023-09-29T22:44:09.137Z Running `/home/build/.rustup/toolchains/1.72.1-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=50180e8112bf05bb -C extra-filename=-50180e8112bf05bb --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-40f40ed9b79fa7d8.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`
14132023-09-29T22:44:09.141Z Compiling rustix v0.38.15
14142023-09-29T22:44:09.146Z Running `/home/build/.rustup/toolchains/1.72.1-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.15/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="std"' --cfg 'feature="termios"' --cfg 'feature="use-libc-auxv"' -C metadata=af108ae4cbca2355 -C extra-filename=-af108ae4cbca2355 --out-dir /work/oxidecomputer/omicron/target/debug/build/rustix-af108ae4cbca2355 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
14152023-09-29T22:44:09.149Z Compiling hashbrown v0.14.1
14162023-09-29T22:44:09.152Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name hashbrown --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hashbrown-0.14.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="ahash"' --cfg 'feature="allocator-api2"' --cfg 'feature="default"' --cfg 'feature="inline-more"' --cfg 'feature="raw"' -C metadata=25f09157b68a9c5b -C extra-filename=-25f09157b68a9c5b --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-8276e47ef83e0a61.rmeta --extern allocator_api2=/work/oxidecomputer/omicron/target/debug/deps/liballocator_api2-65fb5bbe93c488fa.rmeta --cap-lints allow -D warnings`
14172023-09-29T22:44:09.156Z Compiling parking_lot v0.12.1
14182023-09-29T22:44:09.159Z Running `/home/build/.rustup/toolchains/1.72.1-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=ec6ef3f25c503e1d -C extra-filename=-ec6ef3f25c503e1d --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-4e1c5de4b4146de7.rmeta --extern parking_lot_core=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot_core-ac2d1a63d0bb6ad0.rmeta --cap-lints allow -D warnings`
14192023-09-29T22:44:09.162Z Compiling rand_core v0.6.4
14202023-09-29T22:44:09.165Z Running `/home/build/.rustup/toolchains/1.72.1-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=261ecd513a9709d1 -C extra-filename=-261ecd513a9709d1 --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-5d87f6ac6fc0aeac.rmeta --cap-lints allow -D warnings`
14212023-09-29T22:44:09.168Z Running `/work/oxidecomputer/omicron/target/debug/build/rustix-af108ae4cbca2355/build-script-build`
14222023-09-29T22:44:09.172Z Compiling spin v0.5.2
14232023-09-29T22:44:09.175Z Running `/home/build/.rustup/toolchains/1.72.1-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=067a8add982d410a -C extra-filename=-067a8add982d410a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
14242023-09-29T22:44:09.178Z Compiling pin-project-lite v0.2.13
14252023-09-29T22:44:09.182Z Running `/home/build/.rustup/toolchains/1.72.1-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=2335542551612e97 -C extra-filename=-2335542551612e97 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
14262023-09-29T22:44:09.185Z Compiling signal-hook-registry v1.4.1
14272023-09-29T22:44:09.188Z Running `/home/build/.rustup/toolchains/1.72.1-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=f690a79dae4b2c1a -C extra-filename=-f690a79dae4b2c1a --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-b1078066b701b737.rmeta --cap-lints allow -D warnings`
14282023-09-29T22:44:09.193Z Compiling fnv v1.0.7
14292023-09-29T22:44:09.196Z Running `/home/build/.rustup/toolchains/1.72.1-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=1a818be490fdad0e -C extra-filename=-1a818be490fdad0e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
14302023-09-29T22:44:09.199Z Compiling mio v0.8.8
14312023-09-29T22:44:09.209Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name mio --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-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="log"' --cfg 'feature="net"' --cfg 'feature="os-ext"' --cfg 'feature="os-poll"' -C metadata=0f763c45bd2d6012 -C extra-filename=-0f763c45bd2d6012 --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-b1078066b701b737.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-7d9cf9ba132625c1.rmeta --cap-lints allow -D warnings`
14322023-09-29T22:44:09.215Z Compiling vcpkg v0.2.15
14332023-09-29T22:44:09.218Z Running `/home/build/.rustup/toolchains/1.72.1-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 metadata=6d26e2d840f26489 -C extra-filename=-6d26e2d840f26489 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
14342023-09-29T22:44:09.221Z Compiling schemars v0.8.15
14352023-09-29T22:44:09.225Z Running `/home/build/.rustup/toolchains/1.72.1-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.15/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="bytes"' --cfg 'feature="chrono"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="schemars_derive"' --cfg 'feature="uuid1"' -C metadata=3091a012f60af386 -C extra-filename=-3091a012f60af386 --out-dir /work/oxidecomputer/omicron/target/debug/build/schemars-3091a012f60af386 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
14362023-09-29T22:44:09.228Z Compiling byteorder v1.4.3
14372023-09-29T22:44:09.231Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name byteorder --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/byteorder-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="std"' -C metadata=d0b5a9931f42a80a -C extra-filename=-d0b5a9931f42a80a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
14382023-09-29T22:44:09.234Z Running `/work/oxidecomputer/omicron/target/debug/build/schemars-3091a012f60af386/build-script-build`
14392023-09-29T22:44:09.237Z Compiling num_cpus v1.16.0
14402023-09-29T22:44:09.240Z Running `/home/build/.rustup/toolchains/1.72.1-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=2a9d00e4736a7412 -C extra-filename=-2a9d00e4736a7412 --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-b1078066b701b737.rmeta --cap-lints allow -D warnings`
14412023-09-29T22:44:09.244Z Running `/home/build/.rustup/toolchains/1.72.1-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.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="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=26ddbb2f438a5030 -C extra-filename=-26ddbb2f438a5030 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
14422023-09-29T22:44:09.248Z Compiling iana-time-zone v0.1.57
14432023-09-29T22:44:09.251Z Running `/home/build/.rustup/toolchains/1.72.1-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=14efeeed8496d54e -C extra-filename=-14efeeed8496d54e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
14442023-09-29T22:44:09.254Z Compiling socket2 v0.5.4
14452023-09-29T22:44:09.257Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name socket2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/socket2-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="all"' -C metadata=9a5f6a94e93a7a9a -C extra-filename=-9a5f6a94e93a7a9a --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-b1078066b701b737.rmeta --cap-lints allow -D warnings`
14462023-09-29T22:44:09.260Z Compiling serde_json v1.0.107
14472023-09-29T22:44:09.264Z Compiling aho-corasick v1.1.1
14482023-09-29T22:44:09.268Z Running `/home/build/.rustup/toolchains/1.72.1-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.107/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=89b40c9e6f1b8d8b -C extra-filename=-89b40c9e6f1b8d8b --out-dir /work/oxidecomputer/omicron/target/debug/build/serde_json-89b40c9e6f1b8d8b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
14492023-09-29T22:44:09.271Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name aho_corasick --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/aho-corasick-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 --cfg 'feature="default"' --cfg 'feature="perf-literal"' --cfg 'feature="std"' -C metadata=199e32e4f1a7b210 -C extra-filename=-199e32e4f1a7b210 --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-2b9cc4e8f0305d0f.rmeta --cap-lints allow -D warnings`
14502023-09-29T22:44:09.494Z Running `/home/build/.rustup/toolchains/1.72.1-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.107/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="unbounded_depth"' -C metadata=abb7fe9df46f5fa1 -C extra-filename=-abb7fe9df46f5fa1 --out-dir /work/oxidecomputer/omicron/target/debug/build/serde_json-abb7fe9df46f5fa1 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
14512023-09-29T22:44:09.611Z Compiling regex-syntax v0.7.5
14522023-09-29T22:44:09.614Z Running `/home/build/.rustup/toolchains/1.72.1-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=0198c14610a57b32 -C extra-filename=-0198c14610a57b32 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
14532023-09-29T22:44:09.684Z Running `/work/oxidecomputer/omicron/target/debug/build/serde_json-89b40c9e6f1b8d8b/build-script-build`
14542023-09-29T22:44:09.690Z Compiling indexmap v1.9.3
14552023-09-29T22:44:09.693Z Running `/home/build/.rustup/toolchains/1.72.1-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 --cfg 'feature="std"' -C metadata=d0e7450a8ce08552 -C extra-filename=-d0e7450a8ce08552 --out-dir /work/oxidecomputer/omicron/target/debug/build/indexmap-d0e7450a8ce08552 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-301657b8e75fa34a.rlib --cap-lints allow -D warnings`
14562023-09-29T22:44:10.020Z Running `/work/oxidecomputer/omicron/target/debug/build/serde_json-abb7fe9df46f5fa1/build-script-build`
14572023-09-29T22:44:10.063Z Compiling futures-sink v0.3.28
14582023-09-29T22:44:10.481Z Running `/home/build/.rustup/toolchains/1.72.1-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.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="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=162a734bab52ecae -C extra-filename=-162a734bab52ecae --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
14592023-09-29T22:44:10.487Z Compiling pin-utils v0.1.0
14602023-09-29T22:44:10.520Z Running `/home/build/.rustup/toolchains/1.72.1-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=258679e4375c153a -C extra-filename=-258679e4375c153a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
14612023-09-29T22:44:10.540Z Running `/work/oxidecomputer/omicron/target/debug/build/indexmap-d0e7450a8ce08552/build-script-build`
14622023-09-29T22:44:10.547Z Compiling httparse v1.8.0
14632023-09-29T22:44:10.553Z Running `/home/build/.rustup/toolchains/1.72.1-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 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=5236cc9fa07aafa3 -C extra-filename=-5236cc9fa07aafa3 --out-dir /work/oxidecomputer/omicron/target/debug/build/httparse-5236cc9fa07aafa3 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
14642023-09-29T22:44:10.563Z Compiling tinyvec_macros v0.1.1
14652023-09-29T22:44:10.567Z Running `/home/build/.rustup/toolchains/1.72.1-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=144c4a4853a1d827 -C extra-filename=-144c4a4853a1d827 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
14662023-09-29T22:44:10.573Z Compiling tinyvec v1.6.0
14672023-09-29T22:44:10.577Z Running `/home/build/.rustup/toolchains/1.72.1-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=85963be74ba39079 -C extra-filename=-85963be74ba39079 --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-144c4a4853a1d827.rmeta --cap-lints allow -D warnings`
14682023-09-29T22:44:10.582Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name typenum --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/typenum-1.17.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=101bc5fe476ee00b -C extra-filename=-101bc5fe476ee00b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
14692023-09-29T22:44:11.061Z Compiling ring v0.16.20
14702023-09-29T22:44:11.077Z Running `/home/build/.rustup/toolchains/1.72.1-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 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="dev_urandom_fallback"' --cfg 'feature="once_cell"' --cfg 'feature="std"' -C metadata=c5865f6d974c76b1 -C extra-filename=-c5865f6d974c76b1 --out-dir /work/oxidecomputer/omicron/target/debug/build/ring-c5865f6d974c76b1 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-b5ca8d4cdca539c9.rlib --cap-lints allow -D warnings`
14712023-09-29T22:44:11.098Z Running `/work/oxidecomputer/omicron/target/debug/build/httparse-5236cc9fa07aafa3/build-script-build`
14722023-09-29T22:44:11.516Z Compiling errno v0.3.3
14732023-09-29T22:44:11.559Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name errno --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/errno-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 --cfg 'feature="std"' -C metadata=d7d08095cb547506 -C extra-filename=-d7d08095cb547506 --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-b1078066b701b737.rmeta --cap-lints allow -D warnings`
14742023-09-29T22:44:11.577Z Running `/home/build/.rustup/toolchains/1.72.1-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.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="alloc"' --cfg 'feature="default"' --cfg 'feature="futures-sink"' --cfg 'feature="sink"' --cfg 'feature="std"' -C metadata=9475083db9bb56c9 -C extra-filename=-9475083db9bb56c9 --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-26ddbb2f438a5030.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-162a734bab52ecae.rmeta --cap-lints allow -D warnings`
14752023-09-29T22:44:12.020Z Running `/home/build/.rustup/toolchains/1.72.1-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.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="alloc"' --cfg 'feature="std"' -C metadata=6c267024c249b587 -C extra-filename=-6c267024c249b587 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
14762023-09-29T22:44:12.372Z Running `/work/oxidecomputer/omicron/target/debug/build/ring-c5865f6d974c76b1/build-script-build`
14772023-09-29T22:44:12.512Z Running `/home/build/.rustup/toolchains/1.72.1-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=82ba02363acc9ab8 -C extra-filename=-82ba02363acc9ab8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
14782023-09-29T22:44:12.794Z Compiling winnow v0.5.15
14792023-09-29T22:44:12.797Z Running `/home/build/.rustup/toolchains/1.72.1-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=016aea2942a95061 -C extra-filename=-016aea2942a95061 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
14802023-09-29T22:44:12.954Z Compiling futures-io v0.3.28
14812023-09-29T22:44:12.963Z Running `/home/build/.rustup/toolchains/1.72.1-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.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="std"' -C metadata=1281c81b1e26ac4e -C extra-filename=-1281c81b1e26ac4e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
14822023-09-29T22:44:13.094Z Compiling unicode-normalization v0.1.22
14832023-09-29T22:44:13.111Z Running `/home/build/.rustup/toolchains/1.72.1-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=ac138eb008fbc34d -C extra-filename=-ac138eb008fbc34d --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-85963be74ba39079.rmeta --cap-lints allow -D warnings`
14842023-09-29T22:44:13.341Z Compiling unicode-bidi v0.3.13
14852023-09-29T22:44:13.345Z Running `/home/build/.rustup/toolchains/1.72.1-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=a79322ee08f170c2 -C extra-filename=-a79322ee08f170c2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
14862023-09-29T22:44:14.680Z Compiling serde_derive_internals v0.26.0
14872023-09-29T22:44:14.683Z Running `/home/build/.rustup/toolchains/1.72.1-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 metadata=7cd5cf0bcb37ed50 -C extra-filename=-7cd5cf0bcb37ed50 --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-577a284e9bcc389a.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f88a0545b115dad3.rmeta --cap-lints allow -D warnings`
14882023-09-29T22:44:15.835Z Compiling regex-automata v0.3.8
14892023-09-29T22:44:16.272Z Running `/home/build/.rustup/toolchains/1.72.1-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="alloc"' --cfg 'feature="dfa-onepass"' --cfg 'feature="dfa-search"' --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=57953d8fe9a09986 -C extra-filename=-57953d8fe9a09986 --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-199e32e4f1a7b210.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-2b9cc4e8f0305d0f.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-0198c14610a57b32.rmeta --cap-lints allow -D warnings`
14902023-09-29T22:44:18.618Z Compiling dyn-clone v1.0.14
14912023-09-29T22:44:18.641Z Running `/home/build/.rustup/toolchains/1.72.1-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.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=ff69ff8629488284 -C extra-filename=-ff69ff8629488284 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
14922023-09-29T22:44:18.732Z Compiling subtle v2.5.0
14932023-09-29T22:44:18.736Z Running `/home/build/.rustup/toolchains/1.72.1-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=5aae046eb05ace35 -C extra-filename=-5aae046eb05ace35 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
14942023-09-29T22:44:18.739Z Compiling percent-encoding v2.3.0
14952023-09-29T22:44:18.759Z Running `/home/build/.rustup/toolchains/1.72.1-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.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=58aac9722dc74e91 -C extra-filename=-58aac9722dc74e91 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
14962023-09-29T22:44:18.951Z Compiling lazy_static v1.4.0
14972023-09-29T22:44:18.954Z Running `/home/build/.rustup/toolchains/1.72.1-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=31315c5ec54d9eb8 -C extra-filename=-31315c5ec54d9eb8 --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-067a8add982d410a.rmeta --cap-lints allow -D warnings`
14982023-09-29T22:44:18.988Z Compiling openssl-sys v0.9.93
14992023-09-29T22:44:19.008Z Running `/home/build/.rustup/toolchains/1.72.1-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.93/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 metadata=385be9ac62b73cba -C extra-filename=-385be9ac62b73cba --out-dir /work/oxidecomputer/omicron/target/debug/build/openssl-sys-385be9ac62b73cba -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-b5ca8d4cdca539c9.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-b2bde0cde8c99b7a.rlib --extern vcpkg=/work/oxidecomputer/omicron/target/debug/deps/libvcpkg-6d26e2d840f26489.rlib --cap-lints allow -D warnings`
15002023-09-29T22:44:19.137Z Compiling semver v1.0.19
15012023-09-29T22:44:19.593Z Running `/home/build/.rustup/toolchains/1.72.1-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.19/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' -C metadata=75fbcd845ad3883e -C extra-filename=-75fbcd845ad3883e --out-dir /work/oxidecomputer/omicron/target/debug/build/semver-75fbcd845ad3883e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
15022023-09-29T22:44:19.598Z Compiling form_urlencoded v1.2.0
15032023-09-29T22:44:19.602Z Running `/home/build/.rustup/toolchains/1.72.1-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.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=bdee90b95eb7999e -C extra-filename=-bdee90b95eb7999e --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-58aac9722dc74e91.rmeta --cap-lints allow -D warnings`
15042023-09-29T22:44:19.606Z Compiling unicode-xid v0.2.4
15052023-09-29T22:44:19.610Z Running `/home/build/.rustup/toolchains/1.72.1-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 --cfg 'feature="default"' -C metadata=9d8f12589899f678 -C extra-filename=-9d8f12589899f678 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
15062023-09-29T22:44:19.615Z Compiling rustls v0.21.7
15072023-09-29T22:44:19.620Z Running `/home/build/.rustup/toolchains/1.72.1-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.7/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="dangerous_configuration"' --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="tls12"' -C metadata=eb9c35056792b1cf -C extra-filename=-eb9c35056792b1cf --out-dir /work/oxidecomputer/omicron/target/debug/build/rustls-eb9c35056792b1cf -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
15082023-09-29T22:44:19.762Z Compiling idna v0.4.0
15092023-09-29T22:44:19.767Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name idna --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/idna-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"' --cfg 'feature="std"' -C metadata=f45dd1b1e77af6bc -C extra-filename=-f45dd1b1e77af6bc --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-a79322ee08f170c2.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-ac138eb008fbc34d.rmeta --cap-lints allow -D warnings`
15102023-09-29T22:44:19.896Z Running `/work/oxidecomputer/omicron/target/debug/build/semver-75fbcd845ad3883e/build-script-build`
15112023-09-29T22:44:20.012Z Compiling tracing-core v0.1.31
15122023-09-29T22:44:20.032Z Running `/home/build/.rustup/toolchains/1.72.1-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=978e55013bffdcb9 -C extra-filename=-978e55013bffdcb9 --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-dffc32915439d36d.rmeta --cap-lints allow -D warnings`
15132023-09-29T22:44:20.092Z Running `/work/oxidecomputer/omicron/target/debug/build/rustls-eb9c35056792b1cf/build-script-build`
15142023-09-29T22:44:20.539Z Compiling base64 v0.21.4
15152023-09-29T22:44:20.544Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name base64 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/base64-0.21.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="std"' -C metadata=7153363a1fac6343 -C extra-filename=-7153363a1fac6343 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
15162023-09-29T22:44:21.152Z Running `/work/oxidecomputer/omicron/target/debug/build/openssl-sys-385be9ac62b73cba/build-script-main`
15172023-09-29T22:44:21.165Z Compiling const-oid v0.9.5
15182023-09-29T22:44:21.191Z Running `/home/build/.rustup/toolchains/1.72.1-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=61bf72856c116b87 -C extra-filename=-61bf72856c116b87 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
15192023-09-29T22:44:21.379Z Compiling url v2.4.1
15202023-09-29T22:44:21.402Z Compiling openssl v0.10.57
15212023-09-29T22:44:21.456Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name url --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/url-2.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=4ddeb6fc7fa00215 -C extra-filename=-4ddeb6fc7fa00215 --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-bdee90b95eb7999e.rmeta --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-f45dd1b1e77af6bc.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-58aac9722dc74e91.rmeta --cap-lints allow -D warnings`
15222023-09-29T22:44:21.520Z Running `/home/build/.rustup/toolchains/1.72.1-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.57/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' -C metadata=f20da6aca1599289 -C extra-filename=-f20da6aca1599289 --out-dir /work/oxidecomputer/omicron/target/debug/build/openssl-f20da6aca1599289 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
15232023-09-29T22:44:22.210Z Compiling ucd-trie v0.1.6
15242023-09-29T22:44:22.228Z Running `/home/build/.rustup/toolchains/1.72.1-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=963b26a2aa59b261 -C extra-filename=-963b26a2aa59b261 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
15252023-09-29T22:44:26.725Z Compiling unicode-width v0.1.11
15262023-09-29T22:44:52.092Z Running `/home/build/.rustup/toolchains/1.72.1-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=b5773f86976bf9c1 -C extra-filename=-b5773f86976bf9c1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
15272023-09-29T22:44:53.244Z Compiling ppv-lite86 v0.2.17
15282023-09-29T22:44:53.453Z Running `/home/build/.rustup/toolchains/1.72.1-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=3adf9bc5ea2a15e8 -C extra-filename=-3adf9bc5ea2a15e8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
15292023-09-29T22:44:54.496Z Running `/work/oxidecomputer/omicron/target/debug/build/openssl-f20da6aca1599289/build-script-build`
15302023-09-29T22:44:55.151Z Compiling backtrace v0.3.69
15312023-09-29T22:44:55.231Z Running `/home/build/.rustup/toolchains/1.72.1-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 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=d27dc759eeecb612 -C extra-filename=-d27dc759eeecb612 --out-dir /work/oxidecomputer/omicron/target/debug/build/backtrace-d27dc759eeecb612 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-b5ca8d4cdca539c9.rlib --cap-lints allow -D warnings`
15322023-09-29T22:44:55.312Z Compiling async-trait v0.1.73
15332023-09-29T22:44:55.757Z Running `/home/build/.rustup/toolchains/1.72.1-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.73/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C metadata=db64b9bb2c68bb7a -C extra-filename=-db64b9bb2c68bb7a --out-dir /work/oxidecomputer/omicron/target/debug/build/async-trait-db64b9bb2c68bb7a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
15342023-09-29T22:44:55.803Z Running `/work/oxidecomputer/omicron/target/debug/build/backtrace-d27dc759eeecb612/build-script-build`
15352023-09-29T22:44:56.221Z Compiling crossbeam-utils v0.8.16
15362023-09-29T22:44:56.227Z Running `/home/build/.rustup/toolchains/1.72.1-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 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=2b72d92b204211df -C extra-filename=-2b72d92b204211df --out-dir /work/oxidecomputer/omicron/target/debug/build/crossbeam-utils-2b72d92b204211df -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
15372023-09-29T22:44:56.232Z Running `/work/oxidecomputer/omicron/target/debug/build/async-trait-db64b9bb2c68bb7a/build-script-build`
15382023-09-29T22:44:56.238Z Compiling rand_chacha v0.3.1
15392023-09-29T22:44:56.246Z Running `/home/build/.rustup/toolchains/1.72.1-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="default"' --cfg 'feature="std"' -C metadata=5eabb5c7a332b5f6 -C extra-filename=-5eabb5c7a332b5f6 --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-3adf9bc5ea2a15e8.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-261ecd513a9709d1.rmeta --cap-lints allow -D warnings`
15402023-09-29T22:44:56.253Z Compiling anyhow v1.0.75
15412023-09-29T22:44:56.279Z Running `/home/build/.rustup/toolchains/1.72.1-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 --cfg 'feature="backtrace"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=6e4c0cf124b807de -C extra-filename=-6e4c0cf124b807de --out-dir /work/oxidecomputer/omicron/target/debug/build/anyhow-6e4c0cf124b807de -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
15422023-09-29T22:44:56.305Z Compiling regex v1.9.5
15432023-09-29T22:44:56.323Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name regex --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regex-1.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="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=68bff4b9ff21c193 -C extra-filename=-68bff4b9ff21c193 --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-199e32e4f1a7b210.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-2b9cc4e8f0305d0f.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-57953d8fe9a09986.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-0198c14610a57b32.rmeta --cap-lints allow -D warnings`
15442023-09-29T22:44:56.358Z Running `/work/oxidecomputer/omicron/target/debug/build/crossbeam-utils-2b72d92b204211df/build-script-build`
15452023-09-29T22:44:56.824Z Compiling slog v2.7.0
15462023-09-29T22:44:56.870Z Running `/home/build/.rustup/toolchains/1.72.1-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 --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=50f19adf750f9175 -C extra-filename=-50f19adf750f9175 --out-dir /work/oxidecomputer/omicron/target/debug/build/slog-50f19adf750f9175 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
15472023-09-29T22:44:56.911Z Compiling rand v0.8.5
15482023-09-29T22:44:56.945Z Running `/home/build/.rustup/toolchains/1.72.1-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="min_const_gen"' --cfg 'feature="rand_chacha"' --cfg 'feature="std"' --cfg 'feature="std_rng"' -C metadata=0d3d8ad1198c025f -C extra-filename=-0d3d8ad1198c025f --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-b1078066b701b737.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-5eabb5c7a332b5f6.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-261ecd513a9709d1.rmeta --cap-lints allow -D warnings`
15492023-09-29T22:44:57.019Z Running `/work/oxidecomputer/omicron/target/debug/build/anyhow-6e4c0cf124b807de/build-script-build`
15502023-09-29T22:44:57.072Z Running `/work/oxidecomputer/omicron/target/debug/build/slog-50f19adf750f9175/build-script-build`
15512023-09-29T22:44:57.096Z Compiling bitflags v1.3.2
15522023-09-29T22:44:57.130Z Running `/home/build/.rustup/toolchains/1.72.1-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=237bfdbc957aefc2 -C extra-filename=-237bfdbc957aefc2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
15532023-09-29T22:44:57.153Z Compiling native-tls v0.2.11
15542023-09-29T22:44:57.197Z Running `/home/build/.rustup/toolchains/1.72.1-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 metadata=81bcf05595811fab -C extra-filename=-81bcf05595811fab --out-dir /work/oxidecomputer/omicron/target/debug/build/native-tls-81bcf05595811fab -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
15552023-09-29T22:44:57.247Z Compiling hashbrown v0.12.3
15562023-09-29T22:44:57.285Z Running `/home/build/.rustup/toolchains/1.72.1-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=85367917c216c619 -C extra-filename=-85367917c216c619 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
15572023-09-29T22:44:57.316Z Compiling time-core v0.1.2
15582023-09-29T22:44:57.358Z Running `/home/build/.rustup/toolchains/1.72.1-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.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=52d65d4fa165b04a -C extra-filename=-52d65d4fa165b04a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
15592023-09-29T22:44:57.801Z Running `/work/oxidecomputer/omicron/target/debug/build/native-tls-81bcf05595811fab/build-script-build`
15602023-09-29T22:44:57.863Z Compiling adler v1.0.2
15612023-09-29T22:44:57.900Z Running `/home/build/.rustup/toolchains/1.72.1-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=132009fb6b2f5d87 -C extra-filename=-132009fb6b2f5d87 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
15622023-09-29T22:44:57.925Z Compiling time-macros v0.2.15
15632023-09-29T22:44:57.955Z Running `/home/build/.rustup/toolchains/1.72.1-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.15/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 --cfg 'feature="formatting"' --cfg 'feature="parsing"' -C metadata=79491421b2c399c2 -C extra-filename=-79491421b2c399c2 --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-52d65d4fa165b04a.rlib --extern proc_macro --cap-lints allow -D warnings`
15642023-09-29T22:44:57.981Z Compiling miniz_oxide v0.7.1
15652023-09-29T22:44:58.017Z Running `/home/build/.rustup/toolchains/1.72.1-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=035fa96984d9041a -C extra-filename=-035fa96984d9041a --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-132009fb6b2f5d87.rmeta --cap-lints allow -D warnings`
15662023-09-29T22:44:58.059Z Compiling cpufeatures v0.2.9
15672023-09-29T22:44:58.169Z Running `/home/build/.rustup/toolchains/1.72.1-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=9833e47a7666dcf6 -C extra-filename=-9833e47a7666dcf6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
15682023-09-29T22:44:58.220Z Running `/home/build/.rustup/toolchains/1.72.1-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=20277456fa976614 -C extra-filename=-20277456fa976614 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings --cfg httparse_simd`
15692023-09-29T22:44:58.658Z Running `/home/build/.rustup/toolchains/1.72.1-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=f687f00cf405d2a2 -C extra-filename=-f687f00cf405d2a2 --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-85367917c216c619.rmeta --cap-lints allow -D warnings --cfg has_std`
15702023-09-29T22:44:58.690Z Compiling serde_derive v1.0.188
15712023-09-29T22:44:58.724Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_derive /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_derive-1.0.188/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 --cfg 'feature="default"' -C metadata=d5f28ff1ebf2cea8 -C extra-filename=-d5f28ff1ebf2cea8 --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-577a284e9bcc389a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-2dd1c8bfc186ca77.rlib --extern proc_macro --cap-lints allow -D warnings`
15722023-09-29T22:44:58.752Z Compiling thiserror-impl v1.0.49
15732023-09-29T22:44:58.864Z Running `/home/build/.rustup/toolchains/1.72.1-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 metadata=f7786878e3229579 -C extra-filename=-f7786878e3229579 --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-577a284e9bcc389a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-2dd1c8bfc186ca77.rlib --extern proc_macro --cap-lints allow -D warnings`
15742023-09-29T22:44:58.900Z Compiling zeroize_derive v1.4.2
15752023-09-29T22:44:58.939Z Compiling tokio-macros v2.1.0
15762023-09-29T22:44:59.378Z Running `/home/build/.rustup/toolchains/1.72.1-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 metadata=ca3ceeb56650b00e -C extra-filename=-ca3ceeb56650b00e --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-577a284e9bcc389a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-2dd1c8bfc186ca77.rlib --extern proc_macro --cap-lints allow -D warnings`
15772023-09-29T22:44:59.410Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name tokio_macros --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-macros-2.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 metadata=23c62035c8bb4c93 -C extra-filename=-23c62035c8bb4c93 --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-577a284e9bcc389a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-2dd1c8bfc186ca77.rlib --extern proc_macro --cap-lints allow -D warnings`
15782023-09-29T22:44:59.434Z Compiling futures-macro v0.3.28
15792023-09-29T22:44:59.469Z Running `/home/build/.rustup/toolchains/1.72.1-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.28/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 metadata=82f8288da6a6b994 -C extra-filename=-82f8288da6a6b994 --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-577a284e9bcc389a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-2dd1c8bfc186ca77.rlib --extern proc_macro --cap-lints allow -D warnings`
15802023-09-29T22:44:59.495Z Compiling tracing-attributes v0.1.26
15812023-09-29T22:44:59.520Z Running `/home/build/.rustup/toolchains/1.72.1-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 metadata=52c69c912cb302f6 -C extra-filename=-52c69c912cb302f6 --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-577a284e9bcc389a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-2dd1c8bfc186ca77.rlib --extern proc_macro --cap-lints allow -D warnings`
15822023-09-29T22:44:59.552Z Compiling schemars_derive v0.8.15
15832023-09-29T22:44:59.591Z Running `/home/build/.rustup/toolchains/1.72.1-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.15/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 metadata=ab87e41704d565c4 -C extra-filename=-ab87e41704d565c4 --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-577a284e9bcc389a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rlib --extern serde_derive_internals=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive_internals-7cd5cf0bcb37ed50.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f88a0545b115dad3.rlib --extern proc_macro --cap-lints allow -D warnings`
15842023-09-29T22:45:00.021Z Compiling zeroize v1.6.0
15852023-09-29T22:45:00.462Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name zeroize --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zeroize-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="zeroize_derive"' -C metadata=302d0b30a73469bd -C extra-filename=-302d0b30a73469bd --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-ca3ceeb56650b00e.so --cap-lints allow -D warnings`
15862023-09-29T22:45:00.482Z Running `/home/build/.rustup/toolchains/1.72.1-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=b164977e21b232a8 -C extra-filename=-b164977e21b232a8 --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-101bc5fe476ee00b.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-302d0b30a73469bd.rmeta --cap-lints allow -D warnings --cfg relaxed_coherence`
15872023-09-29T22:45:00.504Z Compiling openssl-macros v0.1.1
15882023-09-29T22:45:00.933Z Running `/home/build/.rustup/toolchains/1.72.1-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 metadata=947a6c60d996d8d5 -C extra-filename=-947a6c60d996d8d5 --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-577a284e9bcc389a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-2dd1c8bfc186ca77.rlib --extern proc_macro --cap-lints allow -D warnings`
15892023-09-29T22:45:00.958Z Running `/home/build/.rustup/toolchains/1.72.1-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.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="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=6fb58dbcfff7d4e4 -C extra-filename=-6fb58dbcfff7d4e4 --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-9475083db9bb56c9.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-26ddbb2f438a5030.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-1281c81b1e26ac4e.rmeta --extern futures_macro=/work/oxidecomputer/omicron/target/debug/deps/libfutures_macro-82f8288da6a6b994.so --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-162a734bab52ecae.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-6c267024c249b587.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-2b9cc4e8f0305d0f.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-2335542551612e97.rmeta --extern pin_utils=/work/oxidecomputer/omicron/target/debug/deps/libpin_utils-258679e4375c153a.rmeta --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-82ba02363acc9ab8.rmeta --cap-lints allow -D warnings`
15902023-09-29T22:45:00.990Z Running `/home/build/.rustup/toolchains/1.72.1-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.73/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 metadata=60cc23ed68c4a18e -C extra-filename=-60cc23ed68c4a18e --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-577a284e9bcc389a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-2dd1c8bfc186ca77.rlib --extern proc_macro --cap-lints allow -D warnings`
15912023-09-29T22:45:01.430Z Running `/home/build/.rustup/toolchains/1.72.1-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=8053178730bb7d03 -C extra-filename=-8053178730bb7d03 --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-f7786878e3229579.so --cap-lints allow -D warnings`
15922023-09-29T22:45:01.456Z Compiling pest v2.7.4
15932023-09-29T22:45:01.470Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name pest --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pest-2.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 --cfg 'feature="default"' --cfg 'feature="memchr"' --cfg 'feature="std"' -C metadata=8cce2935b089161f -C extra-filename=-8cce2935b089161f --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-2b9cc4e8f0305d0f.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-8053178730bb7d03.rmeta --extern ucd_trie=/work/oxidecomputer/omicron/target/debug/deps/libucd_trie-963b26a2aa59b261.rmeta --cap-lints allow -D warnings`
15942023-09-29T22:45:01.483Z Compiling crypto-common v0.1.6
15952023-09-29T22:45:01.508Z Running `/home/build/.rustup/toolchains/1.72.1-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=2ce5f4e163c64ea1 -C extra-filename=-2ce5f4e163c64ea1 --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-b164977e21b232a8.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-261ecd513a9709d1.rmeta --extern typenum=/work/oxidecomputer/omicron/target/debug/deps/libtypenum-101bc5fe476ee00b.rmeta --cap-lints allow -D warnings`
15962023-09-29T22:45:01.553Z Compiling block-buffer v0.10.4
15972023-09-29T22:45:01.596Z Running `/home/build/.rustup/toolchains/1.72.1-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=a0b033626804c823 -C extra-filename=-a0b033626804c823 --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-b164977e21b232a8.rmeta --cap-lints allow -D warnings`
15982023-09-29T22:45:01.618Z Compiling digest v0.10.7
15992023-09-29T22:45:01.645Z Running `/home/build/.rustup/toolchains/1.72.1-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=870b907c595b5d33 -C extra-filename=-870b907c595b5d33 --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-a0b033626804c823.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-61bf72856c116b87.rmeta --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-2ce5f4e163c64ea1.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-5aae046eb05ace35.rmeta --cap-lints allow -D warnings`
16002023-09-29T22:45:01.668Z Compiling hashbrown v0.13.2
16012023-09-29T22:45:01.705Z Running `/home/build/.rustup/toolchains/1.72.1-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=bb614e6fdd6f35be -C extra-filename=-bb614e6fdd6f35be --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-8276e47ef83e0a61.rmeta --cap-lints allow -D warnings`
16022023-09-29T22:45:01.740Z Compiling tracing v0.1.37
16032023-09-29T22:45:01.769Z Running `/home/build/.rustup/toolchains/1.72.1-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=6003d920eb9b3761 -C extra-filename=-6003d920eb9b3761 --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-cb012b6dc451b338.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-7d9cf9ba132625c1.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-2335542551612e97.rmeta --extern tracing_attributes=/work/oxidecomputer/omicron/target/debug/deps/libtracing_attributes-52c69c912cb302f6.so --extern tracing_core=/work/oxidecomputer/omicron/target/debug/deps/libtracing_core-978e55013bffdcb9.rmeta --cap-lints allow -D warnings`
16042023-09-29T22:45:01.808Z Compiling strsim v0.10.0
16052023-09-29T22:45:01.831Z Running `/home/build/.rustup/toolchains/1.72.1-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=1c46220253478178 -C extra-filename=-1c46220253478178 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
16062023-09-29T22:45:01.857Z Compiling untrusted v0.7.1
16072023-09-29T22:45:01.878Z Running `/home/build/.rustup/toolchains/1.72.1-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=52284948578e7ef4 -C extra-filename=-52284948578e7ef4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
16082023-09-29T22:45:01.901Z Running `/home/build/.rustup/toolchains/1.72.1-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"' --cfg 'feature="std"' -C metadata=ab830bac25aeb8d2 -C extra-filename=-ab830bac25aeb8d2 --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-dffc32915439d36d.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-067a8add982d410a.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-52284948578e7ef4.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -l static=ring-core -l static=ring-test`
16092023-09-29T22:45:01.964Z Compiling synstructure v0.12.6
16102023-09-29T22:45:01.994Z Running `/home/build/.rustup/toolchains/1.72.1-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 --cfg 'feature="default"' --cfg 'feature="proc-macro"' -C metadata=acaed900a7a14117 -C extra-filename=-acaed900a7a14117 --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-577a284e9bcc389a.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f88a0545b115dad3.rmeta --extern unicode_xid=/work/oxidecomputer/omicron/target/debug/deps/libunicode_xid-9d8f12589899f678.rmeta --cap-lints allow -D warnings`
16112023-09-29T22:45:02.022Z Compiling num-integer v0.1.45
16122023-09-29T22:45:02.042Z Running `/home/build/.rustup/toolchains/1.72.1-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 --cfg 'feature="default"' --cfg 'feature="i128"' --cfg 'feature="std"' -C metadata=d9ca64d7c2f876f0 -C extra-filename=-d9ca64d7c2f876f0 --out-dir /work/oxidecomputer/omicron/target/debug/build/num-integer-d9ca64d7c2f876f0 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-301657b8e75fa34a.rlib --cap-lints allow -D warnings`
16132023-09-29T22:45:02.070Z Compiling either v1.9.0
16142023-09-29T22:45:02.097Z Running `/home/build/.rustup/toolchains/1.72.1-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=7299ccd4570522b5 -C extra-filename=-7299ccd4570522b5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
16152023-09-29T22:45:02.121Z Running `/work/oxidecomputer/omicron/target/debug/build/num-integer-d9ca64d7c2f876f0/build-script-build`
16162023-09-29T22:45:02.136Z Compiling socket2 v0.4.9
16172023-09-29T22:45:02.152Z Running `/home/build/.rustup/toolchains/1.72.1-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=27d2ec1b4f6cd9d1 -C extra-filename=-27d2ec1b4f6cd9d1 --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-b1078066b701b737.rmeta --cap-lints allow -D warnings`
16182023-09-29T22:45:02.170Z Compiling gimli v0.28.0
16192023-09-29T22:45:02.190Z Running `/home/build/.rustup/toolchains/1.72.1-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=8d144ba13270a568 -C extra-filename=-8d144ba13270a568 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
16202023-09-29T22:45:02.204Z Compiling object v0.32.1
16212023-09-29T22:45:02.220Z Running `/home/build/.rustup/toolchains/1.72.1-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=016447daf50e197e -C extra-filename=-016447daf50e197e --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-2b9cc4e8f0305d0f.rmeta --cap-lints allow -D warnings`
16222023-09-29T22:45:02.251Z Compiling pest_meta v2.7.4
16232023-09-29T22:45:02.284Z Running `/home/build/.rustup/toolchains/1.72.1-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.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 --cfg 'feature="default"' -C metadata=9dfa3870572c56a6 -C extra-filename=-9dfa3870572c56a6 --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-dffc32915439d36d.rmeta --extern pest=/work/oxidecomputer/omicron/target/debug/deps/libpest-8cce2935b089161f.rmeta --cap-lints allow -D warnings`
16242023-09-29T22:45:02.309Z Compiling crc32fast v1.3.2
16252023-09-29T22:45:02.347Z Running `/home/build/.rustup/toolchains/1.72.1-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 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=199133b893487988 -C extra-filename=-199133b893487988 --out-dir /work/oxidecomputer/omicron/target/debug/build/crc32fast-199133b893487988 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
16262023-09-29T22:45:02.371Z Compiling zerocopy-derive v0.2.0
16272023-09-29T22:45:02.413Z Running `/home/build/.rustup/toolchains/1.72.1-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 metadata=76ae81a4f7636b9f -C extra-filename=-76ae81a4f7636b9f --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-577a284e9bcc389a.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f88a0545b115dad3.rlib --extern synstructure=/work/oxidecomputer/omicron/target/debug/deps/libsynstructure-acaed900a7a14117.rlib --extern proc_macro --cap-lints allow -D warnings`
16282023-09-29T22:45:02.452Z Compiling httpdate v1.0.3
16292023-09-29T22:45:02.472Z Running `/home/build/.rustup/toolchains/1.72.1-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=88a461b76c14f00c -C extra-filename=-88a461b76c14f00c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
16302023-09-29T22:45:02.503Z Compiling pest_generator v2.7.4
16312023-09-29T22:45:05.453Z Compiling addr2line v0.21.0
16322023-09-29T22:45:05.465Z Compiling try-lock v0.2.4
16332023-09-29T22:45:05.481Z Compiling rustc-demangle v0.1.23
16342023-09-29T22:45:05.491Z Compiling sct v0.7.0
16352023-09-29T22:45:05.504Z Compiling rustls-webpki v0.101.6
16362023-09-29T22:45:05.524Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name serde --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.188/src/lib.rs --error-format=json --json=diagnostic-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=7e32255bd2f9fe1c -C extra-filename=-7e32255bd2f9fe1c --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-d5f28ff1ebf2cea8.so --cap-lints allow -D warnings`
16372023-09-29T22:45:05.948Z Running `/home/build/.rustup/toolchains/1.72.1-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.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 --cfg 'feature="std"' -C metadata=59d1c5e9d0b3e7cd -C extra-filename=-59d1c5e9d0b3e7cd --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-8cce2935b089161f.rmeta --extern pest_meta=/work/oxidecomputer/omicron/target/debug/deps/libpest_meta-9dfa3870572c56a6.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-577a284e9bcc389a.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-2dd1c8bfc186ca77.rmeta --cap-lints allow -D warnings`
16382023-09-29T22:45:05.959Z Running `/home/build/.rustup/toolchains/1.72.1-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=4069d6958baa4f33 -C extra-filename=-4069d6958baa4f33 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
16392023-09-29T22:45:05.985Z Running `/home/build/.rustup/toolchains/1.72.1-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=a0689cb3b8d3ef72 -C extra-filename=-a0689cb3b8d3ef72 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
16402023-09-29T22:45:06.018Z Running `/home/build/.rustup/toolchains/1.72.1-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=9a662ca02a5224cb -C extra-filename=-9a662ca02a5224cb --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-ab830bac25aeb8d2.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-52284948578e7ef4.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out`
16412023-09-29T22:45:06.036Z Running `/work/oxidecomputer/omicron/target/debug/build/crc32fast-199133b893487988/build-script-build`
16422023-09-29T22:45:06.048Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name webpki --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-webpki-0.101.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="default"' --cfg 'feature="std"' -C metadata=33843632a7749c2c -C extra-filename=-33843632a7749c2c --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-ab830bac25aeb8d2.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-52284948578e7ef4.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out`
16432023-09-29T22:45:06.144Z Running `/home/build/.rustup/toolchains/1.72.1-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=6bfe5fd753e39208 -C extra-filename=-6bfe5fd753e39208 --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-8d144ba13270a568.rmeta --cap-lints allow -D warnings`
16442023-09-29T22:45:06.157Z Compiling want v0.3.1
16452023-09-29T22:45:06.198Z Running `/home/build/.rustup/toolchains/1.72.1-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=6b2eae4baf2de863 -C extra-filename=-6b2eae4baf2de863 --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-a0689cb3b8d3ef72.rmeta --cap-lints allow -D warnings`
16462023-09-29T22:45:06.625Z Compiling zerocopy-derive v0.6.4
16472023-09-29T22:45:06.636Z Running `/home/build/.rustup/toolchains/1.72.1-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 metadata=df2e5e2faa2d39de -C extra-filename=-df2e5e2faa2d39de --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-577a284e9bcc389a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-2dd1c8bfc186ca77.rlib --extern proc_macro --cap-lints allow -D warnings`
16482023-09-29T22:45:06.650Z Compiling foreign-types-shared v0.1.1
16492023-09-29T22:45:06.679Z Running `/home/build/.rustup/toolchains/1.72.1-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=7e8221a6300258b6 -C extra-filename=-7e8221a6300258b6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
16502023-09-29T22:45:06.705Z Compiling pest_derive v2.7.4
16512023-09-29T22:45:07.135Z Compiling tower-service v0.3.2
16522023-09-29T22:45:07.209Z Compiling openssl-probe v0.1.5
16532023-09-29T22:45:07.217Z Compiling foreign-types v0.3.2
16542023-09-29T22:45:07.221Z Compiling rustls-pemfile v1.0.3
16552023-09-29T22:45:07.226Z Running `/home/build/.rustup/toolchains/1.72.1-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.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 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=34d896c32a66437e -C extra-filename=-34d896c32a66437e --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-8cce2935b089161f.rlib --extern pest_generator=/work/oxidecomputer/omicron/target/debug/deps/libpest_generator-59d1c5e9d0b3e7cd.rlib --extern proc_macro --cap-lints allow -D warnings`
16562023-09-29T22:45:07.229Z Running `/home/build/.rustup/toolchains/1.72.1-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=41c6f4d0ac14140f -C extra-filename=-41c6f4d0ac14140f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
16572023-09-29T22:45:07.232Z Running `/home/build/.rustup/toolchains/1.72.1-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=00c5fdd0b096d370 -C extra-filename=-00c5fdd0b096d370 --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-7153363a1fac6343.rmeta --cap-lints allow -D warnings`
16582023-09-29T22:45:07.235Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-0.21.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="dangerous_configuration"' --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="tls12"' -C metadata=45f2142564622868 -C extra-filename=-45f2142564622868 --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-7d9cf9ba132625c1.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-ab830bac25aeb8d2.rmeta --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-33843632a7749c2c.rmeta --extern sct=/work/oxidecomputer/omicron/target/debug/deps/libsct-9a662ca02a5224cb.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out`
16592023-09-29T22:45:07.238Z Running `/home/build/.rustup/toolchains/1.72.1-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=7361b1a016d3615a -C extra-filename=-7361b1a016d3615a --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-7e8221a6300258b6.rmeta --cap-lints allow -D warnings`
16602023-09-29T22:45:07.270Z Running `/home/build/.rustup/toolchains/1.72.1-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=f8ddbbf870aaffb5 -C extra-filename=-f8ddbbf870aaffb5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
16612023-09-29T22:45:07.275Z Running `/home/build/.rustup/toolchains/1.72.1-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=2df964ca0ae49b1c -C extra-filename=-2df964ca0ae49b1c --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-6bfe5fd753e39208.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-cb012b6dc451b338.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b1078066b701b737.rmeta --extern miniz_oxide=/work/oxidecomputer/omicron/target/debug/deps/libminiz_oxide-035fa96984d9041a.rmeta --extern object=/work/oxidecomputer/omicron/target/debug/deps/libobject-016447daf50e197e.rmeta --extern rustc_demangle=/work/oxidecomputer/omicron/target/debug/deps/librustc_demangle-4069d6958baa4f33.rmeta --cap-lints allow -D warnings`
16622023-09-29T22:45:07.278Z Running `/home/build/.rustup/toolchains/1.72.1-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.93/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=0d9a196b096a38cf -C extra-filename=-0d9a196b096a38cf --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-b1078066b701b737.rmeta --cap-lints allow -D warnings -L native=/usr/ssl-3/lib/amd64 -l ssl -l crypto --cfg openssl --cfg 'osslconf="OPENSSL_NO_SSL3_METHOD"' --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`
16632023-09-29T22:45:07.281Z Compiling usdt-impl v0.3.5
16642023-09-29T22:45:07.284Z Running `/home/build/.rustup/toolchains/1.72.1-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 --cfg 'feature="asm"' -C metadata=82b28e27bd76deeb -C extra-filename=-82b28e27bd76deeb --out-dir /work/oxidecomputer/omicron/target/debug/build/usdt-impl-82b28e27bd76deeb -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-fa824d592d428e82.rlib --cap-lints allow -D warnings`
16652023-09-29T22:45:07.288Z Compiling mime v0.3.17
16662023-09-29T22:45:07.291Z Running `/home/build/.rustup/toolchains/1.72.1-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=00ced72cf6a670b3 -C extra-filename=-00ced72cf6a670b3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
16672023-09-29T22:45:07.294Z Compiling zerocopy v0.3.0
16682023-09-29T22:45:07.297Z Compiling ipnet v2.8.0
16692023-09-29T22:45:07.301Z Running `/home/build/.rustup/toolchains/1.72.1-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=476b9f9fc2bea332 -C extra-filename=-476b9f9fc2bea332 --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-2df964ca0ae49b1c.rmeta --cap-lints allow -D warnings`
16702023-09-29T22:45:07.304Z Running `/home/build/.rustup/toolchains/1.72.1-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=35134d9c336f9f34 -C extra-filename=-35134d9c336f9f34 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
16712023-09-29T22:45:07.313Z Running `/work/oxidecomputer/omicron/target/debug/build/usdt-impl-82b28e27bd76deeb/build-script-build`
16722023-09-29T22:45:07.328Z Running `/home/build/.rustup/toolchains/1.72.1-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=9c9d9807eb46326b -C extra-filename=-9c9d9807eb46326b --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-d0b5a9931f42a80a.rmeta --extern zerocopy_derive=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy_derive-76ae81a4f7636b9f.so --cap-lints allow -D warnings`
16732023-09-29T22:45:07.342Z Compiling dtrace-parser v0.1.14
16742023-09-29T22:45:07.368Z Running `/home/build/.rustup/toolchains/1.72.1-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=16359e500b8f5363 -C extra-filename=-16359e500b8f5363 --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-8cce2935b089161f.rmeta --extern pest_derive=/work/oxidecomputer/omicron/target/debug/deps/libpest_derive-34d896c32a66437e.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-8053178730bb7d03.rmeta --cap-lints allow -D warnings`
16752023-09-29T22:45:07.388Z Compiling thread-id v4.2.0
16762023-09-29T22:45:07.401Z Running `/home/build/.rustup/toolchains/1.72.1-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=98f40e18ef456ae7 -C extra-filename=-98f40e18ef456ae7 --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-b1078066b701b737.rmeta --cap-lints allow -D warnings`
16772023-09-29T22:45:07.410Z Compiling encoding_rs v0.8.33
16782023-09-29T22:45:07.428Z Running `/home/build/.rustup/toolchains/1.72.1-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=146e8c3028ef8e1d -C extra-filename=-146e8c3028ef8e1d --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-cb012b6dc451b338.rmeta --cap-lints allow -D warnings`
16792023-09-29T22:45:07.446Z Compiling dof v0.1.5
16802023-09-29T22:45:07.464Z Running `/home/build/.rustup/toolchains/1.72.1-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=5e3833828294650e -C extra-filename=-5e3833828294650e --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-8053178730bb7d03.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-9c9d9807eb46326b.rmeta --cap-lints allow -D warnings`
16812023-09-29T22:45:07.485Z Compiling deranged v0.3.8
16822023-09-29T22:45:07.526Z Running `/home/build/.rustup/toolchains/1.72.1-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=303fb4e3118eacb2 -C extra-filename=-303fb4e3118eacb2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
16832023-09-29T22:45:07.541Z Compiling num_threads v0.1.6
16842023-09-29T22:45:07.558Z Running `/home/build/.rustup/toolchains/1.72.1-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=da6d32e9bc61a244 -C extra-filename=-da6d32e9bc61a244 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
16852023-09-29T22:45:07.584Z Compiling rustls-native-certs v0.6.3
16862023-09-29T22:45:07.607Z Running `/home/build/.rustup/toolchains/1.72.1-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=0add2a4e1b053e04 -C extra-filename=-0add2a4e1b053e04 --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-41c6f4d0ac14140f.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-00c5fdd0b096d370.rmeta --cap-lints allow -D warnings`
16872023-09-29T22:45:07.634Z Running `/home/build/.rustup/toolchains/1.72.1-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=cb42a0ce36ac2cc8 -C extra-filename=-cb42a0ce36ac2cc8 --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-cb012b6dc451b338.rmeta --cap-lints allow -D warnings`
16882023-09-29T22:45:08.070Z Compiling memoffset v0.9.0
16892023-09-29T22:45:08.097Z Running `/home/build/.rustup/toolchains/1.72.1-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 --cfg 'feature="default"' -C metadata=2c1a6f3fbb5f75fb -C extra-filename=-2c1a6f3fbb5f75fb --out-dir /work/oxidecomputer/omicron/target/debug/build/memoffset-2c1a6f3fbb5f75fb -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-301657b8e75fa34a.rlib --cap-lints allow -D warnings`
16902023-09-29T22:45:08.121Z Compiling bytes v1.5.0
16912023-09-29T22:45:08.138Z Running `/home/build/.rustup/toolchains/1.72.1-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=cd943cd2dfeb8306 -C extra-filename=-cd943cd2dfeb8306 --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-7e32255bd2f9fe1c.rmeta --cap-lints allow -D warnings`
16922023-09-29T22:45:08.156Z Compiling bitflags v2.4.0
16932023-09-29T22:45:08.211Z Running `/home/build/.rustup/toolchains/1.72.1-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=ed0c05cf7ea9471a -C extra-filename=-ed0c05cf7ea9471a --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-7e32255bd2f9fe1c.rmeta --cap-lints allow -D warnings`
16942023-09-29T22:45:08.226Z Compiling indexmap v2.0.2
16952023-09-29T22:45:08.240Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name indexmap --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/indexmap-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 --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' -C metadata=bf55098caea8d589 -C extra-filename=-bf55098caea8d589 --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-2fccbc822ca879d0.rmeta --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-25f09157b68a9c5b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.rmeta --cap-lints allow -D warnings`
16962023-09-29T22:45:08.265Z Compiling chrono v0.4.31
16972023-09-29T22:45:08.288Z Compiling uuid v1.4.1
16982023-09-29T22:45:08.317Z Running `/home/build/.rustup/toolchains/1.72.1-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=5bb86fda6cf178b2 -C extra-filename=-5bb86fda6cf178b2 --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-14efeeed8496d54e.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-50180e8112bf05bb.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.rmeta --cap-lints allow -D warnings`
16992023-09-29T22:45:08.336Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name uuid --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/uuid-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 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=dc2ac240cbe2519e -C extra-filename=-dc2ac240cbe2519e --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-5d87f6ac6fc0aeac.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.rmeta --cap-lints allow -D warnings`
17002023-09-29T22:45:08.350Z Running `/home/build/.rustup/toolchains/1.72.1-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.107/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=21ae18ccdba9e3a7 -C extra-filename=-21ae18ccdba9e3a7 --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-5cfbcdc992ada6c2.rmeta --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-4a3577197cfd5900.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.rmeta --cap-lints allow -D warnings --cfg limb_width_64`
17012023-09-29T22:45:08.370Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name rustix --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustix-0.38.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="fs"' --cfg 'feature="std"' --cfg 'feature="termios"' --cfg 'feature="use-libc-auxv"' -C metadata=db1169e44a19bc46 -C extra-filename=-db1169e44a19bc46 --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-ed0c05cf7ea9471a.rmeta --extern libc_errno=/work/oxidecomputer/omicron/target/debug/deps/liberrno-d7d08095cb547506.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b1078066b701b737.rmeta --cap-lints allow -D warnings --cfg libc --cfg solarish`
17022023-09-29T22:45:08.383Z Compiling tokio v1.32.0
17032023-09-29T22:45:08.392Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name tokio --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.32.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=5e0f716cf1967241 -C extra-filename=-5e0f716cf1967241 --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-cd943cd2dfeb8306.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b1078066b701b737.rmeta --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-0f763c45bd2d6012.rmeta --extern num_cpus=/work/oxidecomputer/omicron/target/debug/deps/libnum_cpus-2a9d00e4736a7412.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-ec6ef3f25c503e1d.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-2335542551612e97.rmeta --extern signal_hook_registry=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_registry-f690a79dae4b2c1a.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-9a5f6a94e93a7a9a.rmeta --extern tokio_macros=/work/oxidecomputer/omicron/target/debug/deps/libtokio_macros-23c62035c8bb4c93.so --cap-lints allow -D warnings`
17042023-09-29T22:45:08.399Z Compiling serde_spanned v0.6.3
17052023-09-29T22:45:08.405Z Running `/home/build/.rustup/toolchains/1.72.1-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.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="serde"' -C metadata=c86fe537d8513395 -C extra-filename=-c86fe537d8513395 --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-7e32255bd2f9fe1c.rmeta --cap-lints allow -D warnings`
17062023-09-29T22:45:08.412Z Compiling toml_datetime v0.6.3
17072023-09-29T22:45:08.417Z Running `/home/build/.rustup/toolchains/1.72.1-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.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="serde"' -C metadata=963a1f25c09d91f6 -C extra-filename=-963a1f25c09d91f6 --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-7e32255bd2f9fe1c.rmeta --cap-lints allow -D warnings`
17082023-09-29T22:45:08.425Z Compiling http v0.2.9
17092023-09-29T22:45:08.432Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name http --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/http-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=7a24d2e41697cd7a -C extra-filename=-7a24d2e41697cd7a --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-cd943cd2dfeb8306.rmeta --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-1a818be490fdad0e.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-5cfbcdc992ada6c2.rmeta --cap-lints allow -D warnings`
17102023-09-29T22:45:08.439Z Compiling toml_edit v0.19.15
17112023-09-29T22:45:08.446Z Running `/home/build/.rustup/toolchains/1.72.1-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=2709cafe9c62e500 -C extra-filename=-2709cafe9c62e500 --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-bf55098caea8d589.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-c86fe537d8513395.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-963a1f25c09d91f6.rmeta --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-016aea2942a95061.rmeta --cap-lints allow -D warnings`
17122023-09-29T22:45:08.455Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name semver --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/semver-1.0.19/src/lib.rs --error-format=json --json=diagnostic-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=58a1a56fb7e968b5 -C extra-filename=-58a1a56fb7e968b5 --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-7e32255bd2f9fe1c.rmeta --cap-lints allow -D warnings`
17132023-09-29T22:45:08.461Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name schemars --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/schemars-0.8.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="bytes"' --cfg 'feature="chrono"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="schemars_derive"' --cfg 'feature="uuid1"' -C metadata=bf1a8b1e71bf91c0 -C extra-filename=-bf1a8b1e71bf91c0 --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-cd943cd2dfeb8306.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5bb86fda6cf178b2.rmeta --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-ff69ff8629488284.rmeta --extern schemars_derive=/work/oxidecomputer/omicron/target/debug/deps/libschemars_derive-ab87e41704d565c4.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-21ae18ccdba9e3a7.rmeta --extern uuid1=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dc2ac240cbe2519e.rmeta --cap-lints allow -D warnings --cfg std_atomic64 --cfg std_atomic`
17142023-09-29T22:45:08.470Z Compiling rustc_version v0.4.0
17152023-09-29T22:45:08.480Z Running `/home/build/.rustup/toolchains/1.72.1-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 metadata=7466af637dca8be6 -C extra-filename=-7466af637dca8be6 --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-58a1a56fb7e968b5.rmeta --cap-lints allow -D warnings`
17162023-09-29T22:45:08.487Z Compiling http-body v0.4.5
17172023-09-29T22:45:08.503Z Running `/home/build/.rustup/toolchains/1.72.1-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=4d4c187f0a4933c7 -C extra-filename=-4d4c187f0a4933c7 --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-cd943cd2dfeb8306.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-7a24d2e41697cd7a.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-2335542551612e97.rmeta --cap-lints allow -D warnings`
17182023-09-29T22:45:08.998Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name openssl --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openssl-0.10.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="default"' -C metadata=5555fe38eefbe002 -C extra-filename=-5555fe38eefbe002 --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-ed0c05cf7ea9471a.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-cb012b6dc451b338.rmeta --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-7361b1a016d3615a.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b1078066b701b737.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-dffc32915439d36d.rmeta --extern openssl_macros=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_macros-947a6c60d996d8d5.so --extern ffi=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-0d9a196b096a38cf.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`
17192023-09-29T22:45:09.032Z Compiling serde_urlencoded v0.7.1
17202023-09-29T22:45:09.064Z Running `/home/build/.rustup/toolchains/1.72.1-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=081389e1338a44c3 -C extra-filename=-081389e1338a44c3 --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-bdee90b95eb7999e.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-5cfbcdc992ada6c2.rmeta --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-4a3577197cfd5900.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.rmeta --cap-lints allow -D warnings`
17212023-09-29T22:45:09.123Z Running `/home/build/.rustup/toolchains/1.72.1-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=3318c34fb54642aa -C extra-filename=-3318c34fb54642aa --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-d0b5a9931f42a80a.rmeta --extern dof=/work/oxidecomputer/omicron/target/debug/deps/libdof-5e3833828294650e.rmeta --extern dtrace_parser=/work/oxidecomputer/omicron/target/debug/deps/libdtrace_parser-16359e500b8f5363.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b1078066b701b737.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-577a284e9bcc389a.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-21ae18ccdba9e3a7.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f88a0545b115dad3.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-8053178730bb7d03.rmeta --extern thread_id=/work/oxidecomputer/omicron/target/debug/deps/libthread_id-98f40e18ef456ae7.rmeta --cap-lints allow -D warnings --cfg usdt_stable_asm --cfg usdt_backend_standard`
17222023-09-29T22:45:09.387Z Compiling time v0.3.29
17232023-09-29T22:45:09.856Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name time --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/time-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="formatting"' --cfg 'feature="local-offset"' --cfg 'feature="macros"' --cfg 'feature="parsing"' --cfg 'feature="std"' -C metadata=6aede6816635528b -C extra-filename=-6aede6816635528b --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-303fb4e3118eacb2.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-5cfbcdc992ada6c2.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b1078066b701b737.rmeta --extern num_threads=/work/oxidecomputer/omicron/target/debug/deps/libnum_threads-da6d32e9bc61a244.rmeta --extern time_core=/work/oxidecomputer/omicron/target/debug/deps/libtime_core-52d65d4fa165b04a.rmeta --extern time_macros=/work/oxidecomputer/omicron/target/debug/deps/libtime_macros-79491421b2c399c2.so --cap-lints allow -D warnings`
17242023-09-29T22:45:09.890Z Compiling serde_tokenstream v0.1.7
17252023-09-29T22:45:09.901Z Running `/home/build/.rustup/toolchains/1.72.1-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 metadata=c2e355ac43f4f4d4 -C extra-filename=-c2e355ac43f4f4d4 --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-577a284e9bcc389a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f88a0545b115dad3.rmeta --cap-lints allow -D warnings`
17262023-09-29T22:45:11.106Z Running `/work/oxidecomputer/omicron/target/debug/build/memoffset-2c1a6f3fbb5f75fb/build-script-build`
17272023-09-29T22:45:11.112Z Compiling webpki-roots v0.25.2
17282023-09-29T22:45:11.119Z Running `/home/build/.rustup/toolchains/1.72.1-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=dcf542e5ad3b008a -C extra-filename=-dcf542e5ad3b008a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
17292023-09-29T22:45:11.158Z Compiling openapiv3 v1.0.3
17302023-09-29T22:45:11.161Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name openapiv3 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openapiv3-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="skip_serializing_defaults"' -C metadata=3a7249779ded88a9 -C extra-filename=-3a7249779ded88a9 --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-bf55098caea8d589.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-21ae18ccdba9e3a7.rmeta --cap-lints allow -D warnings`
17312023-09-29T22:45:11.780Z Compiling crossbeam-epoch v0.9.15
17322023-09-29T22:45:11.800Z Running `/home/build/.rustup/toolchains/1.72.1-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 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=b2f2f72c2b72c485 -C extra-filename=-b2f2f72c2b72c485 --out-dir /work/oxidecomputer/omicron/target/debug/build/crossbeam-epoch-b2f2f72c2b72c485 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-301657b8e75fa34a.rlib --cap-lints allow -D warnings`
17332023-09-29T22:45:12.176Z Compiling usdt-macro v0.3.5
17342023-09-29T22:45:12.179Z Running `/home/build/.rustup/toolchains/1.72.1-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 --cfg 'feature="asm"' -C metadata=24c48f12a560bb5e -C extra-filename=-24c48f12a560bb5e --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-16359e500b8f5363.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-577a284e9bcc389a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-c2e355ac43f4f4d4.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f88a0545b115dad3.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-3318c34fb54642aa.rlib --extern proc_macro --cap-lints allow -D warnings`
17352023-09-29T22:45:12.511Z Compiling usdt-attr-macro v0.3.5
17362023-09-29T22:45:12.516Z Running `/home/build/.rustup/toolchains/1.72.1-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 --cfg 'feature="asm"' -C metadata=2410598c0cc412e1 -C extra-filename=-2410598c0cc412e1 --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-16359e500b8f5363.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-577a284e9bcc389a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-c2e355ac43f4f4d4.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f88a0545b115dad3.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-3318c34fb54642aa.rlib --extern proc_macro --cap-lints allow -D warnings`
17372023-09-29T22:45:14.023Z Compiling num-iter v0.1.43
17382023-09-29T22:45:14.028Z Running `/home/build/.rustup/toolchains/1.72.1-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 --cfg 'feature="i128"' -C metadata=5b17227da7a1cf80 -C extra-filename=-5b17227da7a1cf80 --out-dir /work/oxidecomputer/omicron/target/debug/build/num-iter-5b17227da7a1cf80 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-301657b8e75fa34a.rlib --cap-lints allow -D warnings`
17392023-09-29T22:45:14.483Z Compiling radium v0.7.0
17402023-09-29T22:45:14.495Z Running `/home/build/.rustup/toolchains/1.72.1-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 metadata=6c036c648e9e5156 -C extra-filename=-6c036c648e9e5156 --out-dir /work/oxidecomputer/omicron/target/debug/build/radium-6c036c648e9e5156 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
17412023-09-29T22:45:14.580Z Running `/work/oxidecomputer/omicron/target/debug/build/num-iter-5b17227da7a1cf80/build-script-build`
17422023-09-29T22:45:14.812Z Running `/work/oxidecomputer/omicron/target/debug/build/crossbeam-epoch-b2f2f72c2b72c485/build-script-build`
17432023-09-29T22:45:14.982Z Running `/home/build/.rustup/toolchains/1.72.1-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=c980b89733709780 -C extra-filename=-c980b89733709780 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings --cfg integer128`
17442023-09-29T22:45:15.077Z Compiling siphasher v0.3.11
17452023-09-29T22:45:15.116Z Running `/home/build/.rustup/toolchains/1.72.1-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=c4468728d2f7b64b -C extra-filename=-c4468728d2f7b64b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
17462023-09-29T22:45:15.219Z Running `/work/oxidecomputer/omicron/target/debug/build/radium-6c036c648e9e5156/build-script-build`
17472023-09-29T22:45:15.241Z Running `/home/build/.rustup/toolchains/1.72.1-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=d98ad8c6574b550d -C extra-filename=-d98ad8c6574b550d --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-cb012b6dc451b338.rmeta --cap-lints allow -D warnings --cfg crc32fast_stdarchx86`
17482023-09-29T22:45:15.730Z Compiling utf8parse v0.2.1
17492023-09-29T22:45:15.733Z Running `/home/build/.rustup/toolchains/1.72.1-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=bc77fe51f95b120d -C extra-filename=-bc77fe51f95b120d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
17502023-09-29T22:45:15.770Z Compiling unicode-segmentation v1.10.1
17512023-09-29T22:45:15.802Z Running `/home/build/.rustup/toolchains/1.72.1-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=c95636952c6f45c1 -C extra-filename=-c95636952c6f45c1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
17522023-09-29T22:45:15.990Z Compiling clap_derive v4.4.2
17532023-09-29T22:45:16.039Z Running `/home/build/.rustup/toolchains/1.72.1-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 --cfg 'feature="default"' -C metadata=40e4bac231fc3c57 -C extra-filename=-40e4bac231fc3c57 --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-58e6b367499d83fa.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-577a284e9bcc389a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-2dd1c8bfc186ca77.rlib --extern proc_macro --cap-lints allow -D warnings`
17542023-09-29T22:45:16.331Z Compiling bit-vec v0.6.3
17552023-09-29T22:45:16.381Z Running `/home/build/.rustup/toolchains/1.72.1-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=3e6e8d9c6d807e80 -C extra-filename=-3e6e8d9c6d807e80 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
17562023-09-29T22:45:17.064Z Compiling tokio-util v0.7.9
17572023-09-29T22:45:17.081Z Running `/home/build/.rustup/toolchains/1.72.1-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.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="codec"' --cfg 'feature="default"' --cfg 'feature="io"' --cfg 'feature="tracing"' -C metadata=279a0d7c116fe1ff -C extra-filename=-279a0d7c116fe1ff --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-cd943cd2dfeb8306.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-26ddbb2f438a5030.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-162a734bab52ecae.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-2335542551612e97.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5e0f716cf1967241.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-6003d920eb9b3761.rmeta --cap-lints allow -D warnings`
17582023-09-29T22:45:17.268Z Compiling tokio-rustls v0.24.1
17592023-09-29T22:45:17.731Z Running `/home/build/.rustup/toolchains/1.72.1-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=c6f27ea77f5e5bca -C extra-filename=-c6f27ea77f5e5bca --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-45f2142564622868.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5e0f716cf1967241.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out`
17602023-09-29T22:45:17.970Z Compiling toml v0.7.8
17612023-09-29T22:45:18.013Z Running `/home/build/.rustup/toolchains/1.72.1-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=b148462e64533cac -C extra-filename=-b148462e64533cac --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-7e32255bd2f9fe1c.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-c86fe537d8513395.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-963a1f25c09d91f6.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-2709cafe9c62e500.rmeta --cap-lints allow -D warnings`
17622023-09-29T22:45:18.957Z Compiling h2 v0.3.21
17632023-09-29T22:45:18.967Z Running `/home/build/.rustup/toolchains/1.72.1-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=2e5351c45fd8c85a -C extra-filename=-2e5351c45fd8c85a --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-cd943cd2dfeb8306.rmeta --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-1a818be490fdad0e.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-26ddbb2f438a5030.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-162a734bab52ecae.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-6fb58dbcfff7d4e4.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-7a24d2e41697cd7a.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-f687f00cf405d2a2.rmeta --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-82ba02363acc9ab8.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5e0f716cf1967241.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-279a0d7c116fe1ff.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-6003d920eb9b3761.rmeta --cap-lints allow -D warnings`
17642023-09-29T22:45:19.306Z Running `/home/build/.rustup/toolchains/1.72.1-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=b1d41a69df5e9cdf -C extra-filename=-b1d41a69df5e9cdf --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-7d9cf9ba132625c1.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-5555fe38eefbe002.rmeta --extern openssl_probe=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_probe-41c6f4d0ac14140f.rmeta --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-0d9a196b096a38cf.rmeta --cap-lints allow -D warnings -L native=/usr/ssl-3/lib/amd64 --cfg have_min_max_version`
17652023-09-29T22:45:19.823Z Compiling futures-executor v0.3.28
17662023-09-29T22:45:19.827Z Running `/home/build/.rustup/toolchains/1.72.1-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.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="std"' -C metadata=c94420ffcba7ca49 -C extra-filename=-c94420ffcba7ca49 --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-26ddbb2f438a5030.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-6c267024c249b587.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-6fb58dbcfff7d4e4.rmeta --cap-lints allow -D warnings`
17672023-09-29T22:45:19.832Z Compiling itertools v0.10.5
17682023-09-29T22:45:19.835Z Running `/home/build/.rustup/toolchains/1.72.1-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=7530193c025b34c1 -C extra-filename=-7530193c025b34c1 --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-7299ccd4570522b5.rmeta --cap-lints allow -D warnings`
17692023-09-29T22:45:20.285Z Compiling tokio-native-tls v0.3.1
17702023-09-29T22:45:20.288Z Running `/home/build/.rustup/toolchains/1.72.1-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=836d42710e619c8f -C extra-filename=-836d42710e619c8f --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-b1d41a69df5e9cdf.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5e0f716cf1967241.rmeta --cap-lints allow -D warnings -L native=/usr/ssl-3/lib/amd64`
17712023-09-29T22:45:20.379Z Running `/home/build/.rustup/toolchains/1.72.1-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=bb0070c692d0fca2 -C extra-filename=-bb0070c692d0fca2 --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-50180e8112bf05bb.rmeta --cap-lints allow -D warnings --cfg has_i128`
17722023-09-29T22:45:20.699Z Compiling bzip2-sys v0.1.11+1.0.8
17732023-09-29T22:45:20.702Z Running `/home/build/.rustup/toolchains/1.72.1-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 metadata=12685e57de5df85e -C extra-filename=-12685e57de5df85e --out-dir /work/oxidecomputer/omicron/target/debug/build/bzip2-sys-12685e57de5df85e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-b5ca8d4cdca539c9.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-b2bde0cde8c99b7a.rlib --cap-lints allow -D warnings`
17742023-09-29T22:45:20.792Z Compiling anstyle v1.0.4
17752023-09-29T22:45:20.796Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name anstyle --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anstyle-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="std"' -C metadata=18d961ecea023a19 -C extra-filename=-18d961ecea023a19 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
17762023-09-29T22:45:21.493Z Running `/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-12685e57de5df85e/build-script-build`
17772023-09-29T22:45:21.532Z Compiling flate2 v1.0.27
17782023-09-29T22:45:21.583Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name flate2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/flate2-1.0.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="any_impl"' --cfg 'feature="default"' --cfg 'feature="miniz_oxide"' --cfg 'feature="rust_backend"' -C metadata=ce48581fbc14b01d -C extra-filename=-ce48581fbc14b01d --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-d98ad8c6574b550d.rmeta --extern miniz_oxide=/work/oxidecomputer/omicron/target/debug/deps/libminiz_oxide-035fa96984d9041a.rmeta --cap-lints allow -D warnings`
17792023-09-29T22:45:21.766Z Compiling zerocopy v0.6.4
17802023-09-29T22:45:21.771Z Running `/home/build/.rustup/toolchains/1.72.1-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=4343dc50ff09beed -C extra-filename=-4343dc50ff09beed --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-d0b5a9931f42a80a.rmeta --extern zerocopy_derive=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy_derive-df2e5e2faa2d39de.so --cap-lints allow -D warnings`
17812023-09-29T22:45:22.812Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
17822023-09-29T22:45:22.829Z Running `/home/build/.rustup/toolchains/1.72.1-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 metadata=78cd0adc5b726d52 -C extra-filename=-78cd0adc5b726d52 --out-dir /work/oxidecomputer/omicron/target/debug/build/pq-sys-78cd0adc5b726d52 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
17832023-09-29T22:45:23.318Z Compiling futures v0.3.28
17842023-09-29T22:45:23.732Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name futures --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-0.3.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="alloc"' --cfg 'feature="async-await"' --cfg 'feature="default"' --cfg 'feature="executor"' --cfg 'feature="futures-executor"' --cfg 'feature="std"' -C metadata=9d0180ae373a0d5a -C extra-filename=-9d0180ae373a0d5a --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-9475083db9bb56c9.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-26ddbb2f438a5030.rmeta --extern futures_executor=/work/oxidecomputer/omicron/target/debug/deps/libfutures_executor-c94420ffcba7ca49.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-1281c81b1e26ac4e.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-162a734bab52ecae.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-6c267024c249b587.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-6fb58dbcfff7d4e4.rmeta --cap-lints allow -D warnings`
17852023-09-29T22:45:23.735Z Compiling bit-set v0.5.3
17862023-09-29T22:45:23.738Z Running `/home/build/.rustup/toolchains/1.72.1-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=3a44b29fad009a22 -C extra-filename=-3a44b29fad009a22 --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-3e6e8d9c6d807e80.rmeta --cap-lints allow -D warnings`
17872023-09-29T22:45:23.742Z Compiling anstyle-parse v0.2.2
17882023-09-29T22:45:23.746Z Running `/home/build/.rustup/toolchains/1.72.1-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.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="utf8"' -C metadata=c20d8914c5f5d3b3 -C extra-filename=-c20d8914c5f5d3b3 --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-bc77fe51f95b120d.rmeta --cap-lints allow -D warnings`
17892023-09-29T22:45:23.749Z Compiling phf_shared v0.10.0
17902023-09-29T22:45:23.752Z Running `/home/build/.rustup/toolchains/1.72.1-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=35a1e6c53bd22367 -C extra-filename=-35a1e6c53bd22367 --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-c4468728d2f7b64b.rmeta --cap-lints allow -D warnings`
17912023-09-29T22:45:23.910Z Running `/work/oxidecomputer/omicron/target/debug/build/pq-sys-78cd0adc5b726d52/build-script-build`
17922023-09-29T22:45:23.938Z Compiling heapless v0.7.16
17932023-09-29T22:45:23.944Z Running `/home/build/.rustup/toolchains/1.72.1-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 --cfg 'feature="atomic-polyfill"' --cfg 'feature="cas"' --cfg 'feature="default"' -C metadata=71c9807acfc87652 -C extra-filename=-71c9807acfc87652 --out-dir /work/oxidecomputer/omicron/target/debug/build/heapless-71c9807acfc87652 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-7466af637dca8be6.rlib --cap-lints allow -D warnings`
17942023-09-29T22:45:23.967Z Compiling sha2 v0.10.8
17952023-09-29T22:45:23.970Z Running `/home/build/.rustup/toolchains/1.72.1-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=cdaede9525bfee06 -C extra-filename=-cdaede9525bfee06 --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-cb012b6dc451b338.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-9833e47a7666dcf6.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-870b907c595b5d33.rmeta --cap-lints allow -D warnings`
17962023-09-29T22:45:24.026Z Compiling precomputed-hash v0.1.1
17972023-09-29T22:45:24.037Z Running `/home/build/.rustup/toolchains/1.72.1-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=afcfa672a94f390c -C extra-filename=-afcfa672a94f390c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
17982023-09-29T22:45:24.056Z Compiling colorchoice v1.0.0
17992023-09-29T22:45:24.085Z Running `/home/build/.rustup/toolchains/1.72.1-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=dcd78e9eba8c45b9 -C extra-filename=-dcd78e9eba8c45b9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
18002023-09-29T22:45:24.192Z Compiling fixedbitset v0.4.2
18012023-09-29T22:45:24.213Z Running `/home/build/.rustup/toolchains/1.72.1-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=334cf71e941e472f -C extra-filename=-334cf71e941e472f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
18022023-09-29T22:45:24.305Z Compiling new_debug_unreachable v1.0.4
18032023-09-29T22:45:24.346Z Running `/home/build/.rustup/toolchains/1.72.1-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=be22740c95a4191c -C extra-filename=-be22740c95a4191c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
18042023-09-29T22:45:24.384Z Compiling anstyle-query v1.0.0
18052023-09-29T22:45:24.390Z Running `/home/build/.rustup/toolchains/1.72.1-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=75ee3d5d160b304b -C extra-filename=-75ee3d5d160b304b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
18062023-09-29T22:45:24.419Z Running `/home/build/.rustup/toolchains/1.72.1-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=3446c48c45076573 -C extra-filename=-3446c48c45076573 --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`
18072023-09-29T22:45:24.857Z Compiling string_cache v0.8.7
18082023-09-29T22:45:24.866Z Running `/home/build/.rustup/toolchains/1.72.1-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=eea3e7133016439a -C extra-filename=-eea3e7133016439a --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-be22740c95a4191c.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-dffc32915439d36d.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-ec6ef3f25c503e1d.rmeta --extern phf_shared=/work/oxidecomputer/omicron/target/debug/deps/libphf_shared-35a1e6c53bd22367.rmeta --extern precomputed_hash=/work/oxidecomputer/omicron/target/debug/deps/libprecomputed_hash-afcfa672a94f390c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.rmeta --cap-lints allow -D warnings`
18092023-09-29T22:45:24.879Z Compiling anstream v0.6.4
18102023-09-29T22:45:24.888Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name anstream --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anstream-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="auto"' --cfg 'feature="default"' --cfg 'feature="wincon"' -C metadata=f95c660887479d27 -C extra-filename=-f95c660887479d27 --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-18d961ecea023a19.rmeta --extern anstyle_parse=/work/oxidecomputer/omicron/target/debug/deps/libanstyle_parse-c20d8914c5f5d3b3.rmeta --extern anstyle_query=/work/oxidecomputer/omicron/target/debug/deps/libanstyle_query-75ee3d5d160b304b.rmeta --extern colorchoice=/work/oxidecomputer/omicron/target/debug/deps/libcolorchoice-dcd78e9eba8c45b9.rmeta --extern utf8parse=/work/oxidecomputer/omicron/target/debug/deps/libutf8parse-bc77fe51f95b120d.rmeta --cap-lints allow -D warnings`
18112023-09-29T22:45:24.891Z Compiling terminal_size v0.3.0
18122023-09-29T22:45:24.896Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name terminal_size --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/terminal_size-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=6f3c8aac7ed7b3d5 -C extra-filename=-6f3c8aac7ed7b3d5 --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-db1169e44a19bc46.rmeta --cap-lints allow -D warnings`
18132023-09-29T22:45:24.899Z Running `/work/oxidecomputer/omicron/target/debug/build/heapless-71c9807acfc87652/build-script-build`
18142023-09-29T22:45:24.903Z Compiling petgraph v0.6.4
18152023-09-29T22:45:24.907Z Running `/home/build/.rustup/toolchains/1.72.1-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=9bb8439060fdcd67 -C extra-filename=-9bb8439060fdcd67 --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-334cf71e941e472f.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-bf55098caea8d589.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-d5f28ff1ebf2cea8.so --cap-lints allow -D warnings`
18162023-09-29T22:45:24.910Z Compiling hmac v0.12.1
18172023-09-29T22:45:24.914Z Running `/home/build/.rustup/toolchains/1.72.1-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 -C metadata=652c144efae232b3 -C extra-filename=-652c144efae232b3 --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-870b907c595b5d33.rmeta --cap-lints allow -D warnings`
18182023-09-29T22:45:24.917Z Compiling enum-as-inner v0.5.1
18192023-09-29T22:45:24.921Z Running `/home/build/.rustup/toolchains/1.72.1-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 metadata=97219a9e84668e1a -C extra-filename=-97219a9e84668e1a --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-58e6b367499d83fa.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-577a284e9bcc389a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f88a0545b115dad3.rlib --extern proc_macro --cap-lints allow -D warnings`
18202023-09-29T22:45:25.181Z Compiling diesel_table_macro_syntax v0.1.0
18212023-09-29T22:45:25.184Z Running `/home/build/.rustup/toolchains/1.72.1-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 metadata=90430e2b793d7e3c -C extra-filename=-90430e2b793d7e3c --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-2dd1c8bfc186ca77.rmeta --cap-lints allow -D warnings`
18222023-09-29T22:45:25.210Z Compiling clap_lex v0.5.1
18232023-09-29T22:45:25.214Z Running `/home/build/.rustup/toolchains/1.72.1-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=69f3c3745d08dcb2 -C extra-filename=-69f3c3745d08dcb2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
18242023-09-29T22:45:25.775Z Compiling managed v0.8.0
18252023-09-29T22:45:25.778Z Running `/home/build/.rustup/toolchains/1.72.1-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=6cd4ef04d9bd039a -C extra-filename=-6cd4ef04d9bd039a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
18262023-09-29T22:45:25.804Z Compiling fallible-iterator v0.2.0
18272023-09-29T22:45:25.808Z Running `/home/build/.rustup/toolchains/1.72.1-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=9b2ba017a2617756 -C extra-filename=-9b2ba017a2617756 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
18282023-09-29T22:45:26.017Z Compiling diesel_derives v2.1.2
18292023-09-29T22:45:26.020Z Running `/home/build/.rustup/toolchains/1.72.1-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 --cfg 'feature="32-column-tables"' --cfg 'feature="chrono"' --cfg 'feature="default"' --cfg 'feature="postgres"' --cfg 'feature="r2d2"' --cfg 'feature="with-deprecated"' -C metadata=26fdea0f73e90887 -C extra-filename=-26fdea0f73e90887 --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-90430e2b793d7e3c.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-577a284e9bcc389a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-2dd1c8bfc186ca77.rlib --extern proc_macro --cap-lints allow -D warnings`
18302023-09-29T22:45:26.513Z Compiling clap_builder v4.4.6
18312023-09-29T22:45:26.520Z Running `/home/build/.rustup/toolchains/1.72.1-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.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="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=85c7845deec81aad -C extra-filename=-85c7845deec81aad --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-f95c660887479d27.rmeta --extern anstyle=/work/oxidecomputer/omicron/target/debug/deps/libanstyle-18d961ecea023a19.rmeta --extern clap_lex=/work/oxidecomputer/omicron/target/debug/deps/libclap_lex-69f3c3745d08dcb2.rmeta --extern strsim=/work/oxidecomputer/omicron/target/debug/deps/libstrsim-1c46220253478178.rmeta --extern terminal_size=/work/oxidecomputer/omicron/target/debug/deps/libterminal_size-6f3c8aac7ed7b3d5.rmeta --cap-lints allow -D warnings`
18322023-09-29T22:45:26.744Z Running `/home/build/.rustup/toolchains/1.72.1-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=de56a88f97067490 -C extra-filename=-de56a88f97067490 --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-cb012b6dc451b338.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-cb42a0ce36ac2cc8.rmeta --extern memoffset=/work/oxidecomputer/omicron/target/debug/deps/libmemoffset-3446c48c45076573.rmeta --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-4dda9e26a75f327a.rmeta --cap-lints allow -D warnings`
18332023-09-29T22:45:26.988Z Compiling block-padding v0.3.3
18342023-09-29T22:45:26.992Z Running `/home/build/.rustup/toolchains/1.72.1-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=5f9ce941d58aab12 -C extra-filename=-5f9ce941d58aab12 --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-b164977e21b232a8.rmeta --cap-lints allow -D warnings`
18352023-09-29T22:45:27.447Z Compiling spin v0.9.8
18362023-09-29T22:45:27.452Z Running `/home/build/.rustup/toolchains/1.72.1-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=b00a5544072d924c -C extra-filename=-b00a5544072d924c --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-4e1c5de4b4146de7.rmeta --cap-lints allow -D warnings`
18372023-09-29T22:45:28.065Z Compiling num-bigint v0.4.4
18382023-09-29T22:45:28.074Z Running `/home/build/.rustup/toolchains/1.72.1-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 debug-assertions=on --cfg 'feature="default"' --cfg 'feature="rand"' --cfg 'feature="std"' -C metadata=332afd651b0e2feb -C extra-filename=-332afd651b0e2feb --out-dir /work/oxidecomputer/omicron/target/debug/build/num-bigint-332afd651b0e2feb -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-301657b8e75fa34a.rlib --cap-lints allow -D warnings`
18392023-09-29T22:45:28.096Z Compiling lalrpop-util v0.19.12
18402023-09-29T22:45:28.105Z Running `/home/build/.rustup/toolchains/1.72.1-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=3504c7d3cd08c24f -C extra-filename=-3504c7d3cd08c24f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
18412023-09-29T22:45:28.668Z Compiling tap v1.0.1
18422023-09-29T22:45:28.671Z Running `/home/build/.rustup/toolchains/1.72.1-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=bcd9c7fe6eb41e73 -C extra-filename=-bcd9c7fe6eb41e73 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
18432023-09-29T22:45:28.951Z Compiling smoltcp v0.9.1
18442023-09-29T22:45:28.958Z Running `/home/build/.rustup/toolchains/1.72.1-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 --cfg 'feature="proto-ipv6"' -C metadata=d4972ee1f4270ef3 -C extra-filename=-d4972ee1f4270ef3 --out-dir /work/oxidecomputer/omicron/target/debug/build/smoltcp-d4972ee1f4270ef3 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
18452023-09-29T22:45:29.048Z Compiling wyz v0.5.1
18462023-09-29T22:45:29.052Z Running `/home/build/.rustup/toolchains/1.72.1-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=70e49b68f2896e2c -C extra-filename=-70e49b68f2896e2c --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-bcd9c7fe6eb41e73.rmeta --cap-lints allow -D warnings`
18472023-09-29T22:45:29.491Z Running `/work/oxidecomputer/omicron/target/debug/build/num-bigint-332afd651b0e2feb/build-script-build`
18482023-09-29T22:45:29.741Z Compiling inout v0.1.3
18492023-09-29T22:45:29.744Z Running `/home/build/.rustup/toolchains/1.72.1-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=75f00a45d9381183 -C extra-filename=-75f00a45d9381183 --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-5f9ce941d58aab12.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-b164977e21b232a8.rmeta --cap-lints allow -D warnings`
18502023-09-29T22:45:30.007Z Running `/work/oxidecomputer/omicron/target/debug/build/smoltcp-d4972ee1f4270ef3/build-script-build`
18512023-09-29T22:45:30.036Z Running `/home/build/.rustup/toolchains/1.72.1-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=ebfc153c90fbfd3e -C extra-filename=-ebfc153c90fbfd3e --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-bb0070c692d0fca2.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-50180e8112bf05bb.rmeta --cap-lints allow -D warnings --cfg has_i128 --cfg rustc_1_28`
18522023-09-29T22:45:30.047Z Running `/home/build/.rustup/toolchains/1.72.1-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=d8a321cfe1c894c4 -C extra-filename=-d8a321cfe1c894c4 --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`
18532023-09-29T22:45:30.161Z Compiling hex v0.4.3
18542023-09-29T22:45:30.165Z Running `/home/build/.rustup/toolchains/1.72.1-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=dba419b1193e8428 -C extra-filename=-dba419b1193e8428 --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-7e32255bd2f9fe1c.rmeta --cap-lints allow -D warnings`
18552023-09-29T22:45:30.294Z Compiling hubpack_derive v0.1.1
18562023-09-29T22:45:30.300Z Running `/home/build/.rustup/toolchains/1.72.1-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 metadata=ecf3929afd1d063e -C extra-filename=-ecf3929afd1d063e --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-577a284e9bcc389a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f88a0545b115dad3.rlib --extern proc_macro --cap-lints allow -D warnings`
18572023-09-29T22:45:30.500Z Compiling funty v2.0.0
18582023-09-29T22:45:30.502Z Running `/home/build/.rustup/toolchains/1.72.1-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=b279bc09e4f477aa -C extra-filename=-b279bc09e4f477aa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
18592023-09-29T22:45:30.800Z Compiling hyper v0.14.27
18602023-09-29T22:45:30.804Z Running `/home/build/.rustup/toolchains/1.72.1-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=d93f984b20af488a -C extra-filename=-d93f984b20af488a --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-cd943cd2dfeb8306.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-9475083db9bb56c9.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-26ddbb2f438a5030.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-6fb58dbcfff7d4e4.rmeta --extern h2=/work/oxidecomputer/omicron/target/debug/deps/libh2-2e5351c45fd8c85a.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-7a24d2e41697cd7a.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-4d4c187f0a4933c7.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-20277456fa976614.rmeta --extern httpdate=/work/oxidecomputer/omicron/target/debug/deps/libhttpdate-88a461b76c14f00c.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-5cfbcdc992ada6c2.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-2335542551612e97.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-27d2ec1b4f6cd9d1.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5e0f716cf1967241.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-f8ddbbf870aaffb5.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-6003d920eb9b3761.rmeta --extern want=/work/oxidecomputer/omicron/target/debug/deps/libwant-6b2eae4baf2de863.rmeta --cap-lints allow -D warnings`
18612023-09-29T22:45:31.163Z Compiling finl_unicode v1.2.0
18622023-09-29T22:45:31.170Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name finl_unicode --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/finl_unicode-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 --cfg 'feature="categories"' --cfg 'feature="default"' --cfg 'feature="grapheme_clusters"' -C metadata=3ab0a23a2f379e78 -C extra-filename=-3ab0a23a2f379e78 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
18632023-09-29T22:45:31.591Z Compiling static_assertions v1.1.0
18642023-09-29T22:45:31.633Z Running `/home/build/.rustup/toolchains/1.72.1-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=44ced2ee8af48a54 -C extra-filename=-44ced2ee8af48a54 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
18652023-09-29T22:45:31.750Z Compiling cipher v0.4.4
18662023-09-29T22:45:31.756Z Running `/home/build/.rustup/toolchains/1.72.1-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=82267e5c126d43b8 -C extra-filename=-82267e5c126d43b8 --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-2ce5f4e163c64ea1.rmeta --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-75f00a45d9381183.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-302d0b30a73469bd.rmeta --cap-lints allow -D warnings`
18672023-09-29T22:45:31.852Z Compiling md-5 v0.10.6
18682023-09-29T22:45:31.856Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name md5 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/md-5-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 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=4be54b71fcd42b33 -C extra-filename=-4be54b71fcd42b33 --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-cb012b6dc451b338.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-870b907c595b5d33.rmeta --cap-lints allow -D warnings`
18692023-09-29T22:45:32.293Z Compiling stringprep v0.1.4
18702023-09-29T22:45:32.296Z Compiling scheduled-thread-pool v0.2.7
18712023-09-29T22:45:32.299Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name stringprep /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/stringprep-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=798d798aa6454966 -C extra-filename=-798d798aa6454966 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern finl_unicode=/work/oxidecomputer/omicron/target/debug/deps/libfinl_unicode-3ab0a23a2f379e78.rmeta --extern unicode_bidi=/work/oxidecomputer/omicron/target/debug/deps/libunicode_bidi-a79322ee08f170c2.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-ac138eb008fbc34d.rmeta --cap-lints allow -D warnings`
18722023-09-29T22:45:32.302Z Running `/home/build/.rustup/toolchains/1.72.1-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=f108d9cf41a118e8 -C extra-filename=-f108d9cf41a118e8 --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-ec6ef3f25c503e1d.rmeta --cap-lints allow -D warnings`
18732023-09-29T22:45:32.615Z Compiling bitvec v1.0.1
18742023-09-29T22:45:32.619Z Running `/home/build/.rustup/toolchains/1.72.1-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 --cfg 'feature="alloc"' --cfg 'feature="atomic"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=40ca70e57e9b8103 -C extra-filename=-40ca70e57e9b8103 --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-b279bc09e4f477aa.rmeta --extern radium=/work/oxidecomputer/omicron/target/debug/deps/libradium-d8a321cfe1c894c4.rmeta --extern tap=/work/oxidecomputer/omicron/target/debug/deps/libtap-bcd9c7fe6eb41e73.rmeta --extern wyz=/work/oxidecomputer/omicron/target/debug/deps/libwyz-70e49b68f2896e2c.rmeta --cap-lints allow -D warnings`
18752023-09-29T22:45:33.259Z Compiling clap v4.4.6
18762023-09-29T22:45:33.262Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name clap --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-4.4.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="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=f3291acf8bc27552 -C extra-filename=-f3291acf8bc27552 --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-85c7845deec81aad.rmeta --extern clap_derive=/work/oxidecomputer/omicron/target/debug/deps/libclap_derive-40e4bac231fc3c57.so --cap-lints allow -D warnings`
18772023-09-29T22:45:33.432Z Compiling regex-automata v0.1.10
18782023-09-29T22:45:33.443Z Running `/home/build/.rustup/toolchains/1.72.1-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=b1bc0b279b308e60 -C extra-filename=-b1bc0b279b308e60 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
18792023-09-29T22:45:33.912Z Compiling data-encoding v2.4.0
18802023-09-29T22:45:33.916Z Running `/home/build/.rustup/toolchains/1.72.1-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=365a12f94f76d134 -C extra-filename=-365a12f94f76d134 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
18812023-09-29T22:45:34.246Z Compiling matches v0.1.10
18822023-09-29T22:45:34.253Z Running `/home/build/.rustup/toolchains/1.72.1-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=906d2fc56170fa2a -C extra-filename=-906d2fc56170fa2a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
18832023-09-29T22:45:34.388Z Compiling idna v0.2.3
18842023-09-29T22:45:34.398Z Running `/home/build/.rustup/toolchains/1.72.1-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=e4a07e7d47860336 -C extra-filename=-e4a07e7d47860336 --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-906d2fc56170fa2a.rmeta --extern unicode_bidi=/work/oxidecomputer/omicron/target/debug/deps/libunicode_bidi-a79322ee08f170c2.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-ac138eb008fbc34d.rmeta --cap-lints allow -D warnings`
18852023-09-29T22:45:34.431Z Compiling bstr v0.2.17
18862023-09-29T22:45:34.434Z Running `/home/build/.rustup/toolchains/1.72.1-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=1025f05eee8b8d3f -C extra-filename=-1025f05eee8b8d3f --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-31315c5ec54d9eb8.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-2b9cc4e8f0305d0f.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-b1bc0b279b308e60.rmeta --cap-lints allow -D warnings`
18872023-09-29T22:45:36.937Z Compiling postgres-protocol v0.6.6
18882023-09-29T22:45:36.942Z Running `/home/build/.rustup/toolchains/1.72.1-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=720750e53cd4ba9b -C extra-filename=-720750e53cd4ba9b --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-7153363a1fac6343.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-d0b5a9931f42a80a.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-cd943cd2dfeb8306.rmeta --extern fallible_iterator=/work/oxidecomputer/omicron/target/debug/deps/libfallible_iterator-9b2ba017a2617756.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-652c144efae232b3.rmeta --extern md5=/work/oxidecomputer/omicron/target/debug/deps/libmd5-4be54b71fcd42b33.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-2b9cc4e8f0305d0f.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0d3d8ad1198c025f.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-cdaede9525bfee06.rmeta --extern stringprep=/work/oxidecomputer/omicron/target/debug/deps/libstringprep-798d798aa6454966.rmeta --cap-lints allow -D warnings`
18892023-09-29T22:45:37.224Z Compiling r2d2 v0.8.10
18902023-09-29T22:45:37.228Z Running `/home/build/.rustup/toolchains/1.72.1-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=8485a1a755d4c9ea -C extra-filename=-8485a1a755d4c9ea --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-7d9cf9ba132625c1.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-ec6ef3f25c503e1d.rmeta --extern scheduled_thread_pool=/work/oxidecomputer/omicron/target/debug/deps/libscheduled_thread_pool-f108d9cf41a118e8.rmeta --cap-lints allow -D warnings`
18912023-09-29T22:45:37.620Z Running `/home/build/.rustup/toolchains/1.72.1-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=36095fb9666f8367 -C extra-filename=-36095fb9666f8367 --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`
18922023-09-29T22:45:37.832Z Compiling itertools v0.11.0
18932023-09-29T22:45:37.836Z Running `/home/build/.rustup/toolchains/1.72.1-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=3c99362b4aacff3c -C extra-filename=-3c99362b4aacff3c --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-7299ccd4570522b5.rmeta --cap-lints allow -D warnings`
18942023-09-29T22:45:38.062Z Compiling serde_repr v0.1.16
18952023-09-29T22:45:38.068Z Running `/home/build/.rustup/toolchains/1.72.1-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 metadata=df2f4f8fb096e2fd -C extra-filename=-df2f4f8fb096e2fd --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-577a284e9bcc389a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-2dd1c8bfc186ca77.rlib --extern proc_macro --cap-lints allow -D warnings`
18962023-09-29T22:45:38.187Z Compiling hash32 v0.2.1
18972023-09-29T22:45:38.190Z Running `/home/build/.rustup/toolchains/1.72.1-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=ccbced1d09bcd884 -C extra-filename=-ccbced1d09bcd884 --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-d0b5a9931f42a80a.rmeta --cap-lints allow -D warnings`
18982023-09-29T22:45:38.803Z Compiling unicode-linebreak v0.1.5
18992023-09-29T22:45:38.812Z Running `/home/build/.rustup/toolchains/1.72.1-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=be7062087950db72 -C extra-filename=-be7062087950db72 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
19002023-09-29T22:45:39.300Z Compiling smawk v0.3.2
19012023-09-29T22:45:39.304Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name smawk --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smawk-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=cf327d91389478f0 -C extra-filename=-cf327d91389478f0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
19022023-09-29T22:45:39.634Z Compiling stable_deref_trait v1.2.0
19032023-09-29T22:45:39.643Z Running `/home/build/.rustup/toolchains/1.72.1-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=dc99c464b95940b7 -C extra-filename=-dc99c464b95940b7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
19042023-09-29T22:45:39.681Z Compiling textwrap v0.16.0
19052023-09-29T22:45:39.719Z Running `/home/build/.rustup/toolchains/1.72.1-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=60adf71799d31a99 -C extra-filename=-60adf71799d31a99 --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-cf327d91389478f0.rmeta --extern unicode_linebreak=/work/oxidecomputer/omicron/target/debug/deps/libunicode_linebreak-be7062087950db72.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-b5773f86976bf9c1.rmeta --cap-lints allow -D warnings`
19062023-09-29T22:45:39.812Z Running `/home/build/.rustup/toolchains/1.72.1-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=0b6ed16110c00fe2 -C extra-filename=-0b6ed16110c00fe2 --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-ccbced1d09bcd884.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-b00a5544072d924c.rmeta --extern stable_deref_trait=/work/oxidecomputer/omicron/target/debug/deps/libstable_deref_trait-dc99c464b95940b7.rmeta --cap-lints allow -D warnings --cfg has_cas --cfg has_atomics`
19072023-09-29T22:45:40.253Z Compiling trust-dns-proto v0.22.0
19082023-09-29T22:45:40.281Z Running `/home/build/.rustup/toolchains/1.72.1-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=f3b53926e737ee37 -C extra-filename=-f3b53926e737ee37 --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-60cc23ed68c4a18e.so --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-cb012b6dc451b338.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-365a12f94f76d134.rmeta --extern enum_as_inner=/work/oxidecomputer/omicron/target/debug/deps/libenum_as_inner-97219a9e84668e1a.so --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-9475083db9bb56c9.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-1281c81b1e26ac4e.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-6fb58dbcfff7d4e4.rmeta --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-e4a07e7d47860336.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-35134d9c336f9f34.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-31315c5ec54d9eb8.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0d3d8ad1198c025f.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-abaa60e436ee1bb4.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-8053178730bb7d03.rmeta --extern tinyvec=/work/oxidecomputer/omicron/target/debug/deps/libtinyvec-85963be74ba39079.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5e0f716cf1967241.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-6003d920eb9b3761.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-4ddeb6fc7fa00215.rmeta --cap-lints allow -D warnings`
19092023-09-29T22:45:40.299Z Compiling phf_shared v0.11.2
19102023-09-29T22:45:40.308Z Running `/home/build/.rustup/toolchains/1.72.1-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=979e60c7290187b1 -C extra-filename=-979e60c7290187b1 --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-c4468728d2f7b64b.rmeta --cap-lints allow -D warnings`
19112023-09-29T22:45:40.819Z Compiling bstr v1.6.2
19122023-09-29T22:45:40.825Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name bstr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bstr-1.6.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="default"' --cfg 'feature="std"' --cfg 'feature="unicode"' -C metadata=4b2d8df0ef1daa62 -C extra-filename=-4b2d8df0ef1daa62 --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-2b9cc4e8f0305d0f.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-57953d8fe9a09986.rmeta --cap-lints allow -D warnings`
19132023-09-29T22:45:41.846Z Compiling console v0.15.7
19142023-09-29T22:45:41.850Z Running `/home/build/.rustup/toolchains/1.72.1-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=e62ba2e10ffad3b6 -C extra-filename=-e62ba2e10ffad3b6 --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-31315c5ec54d9eb8.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b1078066b701b737.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-b5773f86976bf9c1.rmeta --cap-lints allow -D warnings`
19152023-09-29T22:45:41.864Z Compiling predicates-core v1.0.6
19162023-09-29T22:45:41.870Z Running `/home/build/.rustup/toolchains/1.72.1-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=3739f879860131f9 -C extra-filename=-3739f879860131f9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
19172023-09-29T22:45:42.439Z Compiling hyper-rustls v0.24.1
19182023-09-29T22:45:42.444Z Running `/home/build/.rustup/toolchains/1.72.1-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.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="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=f98f11cecdac7aa5 -C extra-filename=-f98f11cecdac7aa5 --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-6fb58dbcfff7d4e4.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-7a24d2e41697cd7a.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-d93f984b20af488a.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-7d9cf9ba132625c1.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-45f2142564622868.rmeta --extern rustls_native_certs=/work/oxidecomputer/omicron/target/debug/deps/librustls_native_certs-0add2a4e1b053e04.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5e0f716cf1967241.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-c6f27ea77f5e5bca.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out`
19192023-09-29T22:45:42.823Z Compiling hyper-tls v0.5.0
19202023-09-29T22:45:42.828Z Running `/home/build/.rustup/toolchains/1.72.1-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=edf8d679acb1dd57 -C extra-filename=-edf8d679acb1dd57 --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-cd943cd2dfeb8306.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-d93f984b20af488a.rmeta --extern native_tls=/work/oxidecomputer/omicron/target/debug/deps/libnative_tls-b1d41a69df5e9cdf.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5e0f716cf1967241.rmeta --extern tokio_native_tls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_native_tls-836d42710e619c8f.rmeta --cap-lints allow -D warnings -L native=/usr/ssl-3/lib/amd64`
19212023-09-29T22:45:43.152Z Running `/home/build/.rustup/toolchains/1.72.1-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=d1a1850e67d4376c -C extra-filename=-d1a1850e67d4376c --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-237bfdbc957aefc2.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-d0b5a9931f42a80a.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-cb012b6dc451b338.rmeta --extern heapless=/work/oxidecomputer/omicron/target/debug/deps/libheapless-0b6ed16110c00fe2.rmeta --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-6cd4ef04d9bd039a.rmeta --cap-lints allow -D warnings`
19222023-09-29T22:45:43.355Z Compiling reqwest v0.11.20
19232023-09-29T22:45:43.360Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name reqwest --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/reqwest-0.11.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="__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=e77d773decc48fb9 -C extra-filename=-e77d773decc48fb9 --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-7153363a1fac6343.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-cd943cd2dfeb8306.rmeta --extern encoding_rs=/work/oxidecomputer/omicron/target/debug/deps/libencoding_rs-146e8c3028ef8e1d.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-26ddbb2f438a5030.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-6fb58dbcfff7d4e4.rmeta --extern h2=/work/oxidecomputer/omicron/target/debug/deps/libh2-2e5351c45fd8c85a.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-7a24d2e41697cd7a.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-4d4c187f0a4933c7.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-d93f984b20af488a.rmeta --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-f98f11cecdac7aa5.rmeta --extern hyper_tls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_tls-edf8d679acb1dd57.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-35134d9c336f9f34.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-7d9cf9ba132625c1.rmeta --extern mime=/work/oxidecomputer/omicron/target/debug/deps/libmime-00ced72cf6a670b3.rmeta --extern native_tls_crate=/work/oxidecomputer/omicron/target/debug/deps/libnative_tls-b1d41a69df5e9cdf.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-dffc32915439d36d.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-58aac9722dc74e91.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-2335542551612e97.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-45f2142564622868.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-00c5fdd0b096d370.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-21ae18ccdba9e3a7.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-081389e1338a44c3.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5e0f716cf1967241.rmeta --extern tokio_native_tls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_native_tls-836d42710e619c8f.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-c6f27ea77f5e5bca.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-279a0d7c116fe1ff.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-f8ddbbf870aaffb5.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-4ddeb6fc7fa00215.rmeta --extern webpki_roots=/work/oxidecomputer/omicron/target/debug/deps/libwebpki_roots-dcf542e5ad3b008a.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/usr/ssl-3/lib/amd64`
19242023-09-29T22:45:43.672Z Compiling phf v0.11.2
19252023-09-29T22:45:43.703Z Running `/home/build/.rustup/toolchains/1.72.1-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=420474924d0bd90b -C extra-filename=-420474924d0bd90b --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-979e60c7290187b1.rmeta --cap-lints allow -D warnings`
19262023-09-29T22:45:44.001Z Compiling similar v2.2.1
19272023-09-29T22:45:44.004Z Running `/home/build/.rustup/toolchains/1.72.1-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=3c63ccdf774b3e83 -C extra-filename=-3c63ccdf774b3e83 --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-1025f05eee8b8d3f.rmeta --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-c95636952c6f45c1.rmeta --cap-lints allow -D warnings`
19282023-09-29T22:45:44.126Z Compiling hubpack v0.1.2
19292023-09-29T22:45:44.131Z Running `/home/build/.rustup/toolchains/1.72.1-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=6e599ef69b3a9e64 -C extra-filename=-6e599ef69b3a9e64 --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-ecf3929afd1d063e.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.rmeta --cap-lints allow -D warnings`
19302023-09-29T22:45:44.522Z Running `/home/build/.rustup/toolchains/1.72.1-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=bfbb6b26c09c07c3 -C extra-filename=-bfbb6b26c09c07c3 --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-bb0070c692d0fca2.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-50180e8112bf05bb.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0d3d8ad1198c025f.rmeta --cap-lints allow -D warnings --cfg u64_digit --cfg has_try_from --cfg use_addcarry`
19312023-09-29T22:45:44.857Z Compiling float-cmp v0.9.0
19322023-09-29T22:45:44.862Z Running `/home/build/.rustup/toolchains/1.72.1-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=b6779de596c50593 -C extra-filename=-b6779de596c50593 --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-50180e8112bf05bb.rmeta --cap-lints allow -D warnings`
19332023-09-29T22:45:45.218Z Compiling normalize-line-endings v0.3.0
19342023-09-29T22:45:45.221Z Running `/home/build/.rustup/toolchains/1.72.1-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=c2cbf78c48f1f452 -C extra-filename=-c2cbf78c48f1f452 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
19352023-09-29T22:45:45.399Z Compiling whoami v1.4.1
19362023-09-29T22:45:45.404Z Running `/home/build/.rustup/toolchains/1.72.1-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=64f1f626f1df7a0f -C extra-filename=-64f1f626f1df7a0f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
19372023-09-29T22:45:46.453Z Compiling difflib v0.4.0
19382023-09-29T22:45:46.458Z Running `/home/build/.rustup/toolchains/1.72.1-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=f2facd3e22eefa6a -C extra-filename=-f2facd3e22eefa6a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
19392023-09-29T22:45:47.009Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=1e180ae55e56bd17af35cb868ffbd18ce487351d#1e180ae5)
19402023-09-29T22:45:47.018Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name gateway_messages --edition=2021 /home/build/.cargo/git/checkouts/management-gateway-service-749acba834b73294/1e180ae/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=c080090410978807 -C extra-filename=-c080090410978807 --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-237bfdbc957aefc2.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-6e599ef69b3a9e64.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.rmeta --extern serde_repr=/work/oxidecomputer/omicron/target/debug/deps/libserde_repr-df2f4f8fb096e2fd.so --extern smoltcp=/work/oxidecomputer/omicron/target/debug/deps/libsmoltcp-d1a1850e67d4376c.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-44ced2ee8af48a54.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dc2ac240cbe2519e.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-4343dc50ff09beed.rmeta --cap-lints allow -D warnings`
19412023-09-29T22:45:48.078Z Compiling predicates v3.0.4
19422023-09-29T22:45:48.082Z Running `/home/build/.rustup/toolchains/1.72.1-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=2625da11526927bd -C extra-filename=-2625da11526927bd --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-18d961ecea023a19.rmeta --extern difflib=/work/oxidecomputer/omicron/target/debug/deps/libdifflib-f2facd3e22eefa6a.rmeta --extern float_cmp=/work/oxidecomputer/omicron/target/debug/deps/libfloat_cmp-b6779de596c50593.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3c99362b4aacff3c.rmeta --extern normalize_line_endings=/work/oxidecomputer/omicron/target/debug/deps/libnormalize_line_endings-c2cbf78c48f1f452.rmeta --extern predicates_core=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_core-3739f879860131f9.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-68bff4b9ff21c193.rmeta --cap-lints allow -D warnings`
19432023-09-29T22:45:48.380Z Compiling postgres-types v0.2.6
19442023-09-29T22:45:48.382Z Running `/home/build/.rustup/toolchains/1.72.1-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=631bdca5d475c1a7 -C extra-filename=-631bdca5d475c1a7 --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-cd943cd2dfeb8306.rmeta --extern chrono_04=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5bb86fda6cf178b2.rmeta --extern fallible_iterator=/work/oxidecomputer/omicron/target/debug/deps/libfallible_iterator-9b2ba017a2617756.rmeta --extern postgres_protocol=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_protocol-720750e53cd4ba9b.rmeta --extern serde_1=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.rmeta --extern serde_json_1=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-21ae18ccdba9e3a7.rmeta --extern uuid_1=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dc2ac240cbe2519e.rmeta --cap-lints allow -D warnings`
19452023-09-29T22:45:49.292Z Compiling yasna v0.5.2
19462023-09-29T22:45:49.295Z Running `/home/build/.rustup/toolchains/1.72.1-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=4cf9625800b2c2de -C extra-filename=-4cf9625800b2c2de --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-3e6e8d9c6d807e80.rmeta --extern num_bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint-bfbb6b26c09c07c3.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-6aede6816635528b.rmeta --cap-lints allow -D warnings`
19472023-09-29T22:45:50.769Z Compiling ipnetwork v0.20.0
19482023-09-29T22:45:50.774Z Running `/home/build/.rustup/toolchains/1.72.1-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=28ea061930997283 -C extra-filename=-28ea061930997283 --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-bf1a8b1e71bf91c0.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.rmeta --cap-lints allow -D warnings`
19492023-09-29T22:45:50.924Z Compiling tokio-postgres v0.7.10
19502023-09-29T22:45:50.970Z Running `/home/build/.rustup/toolchains/1.72.1-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=36da3923d229e967 -C extra-filename=-36da3923d229e967 --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-60cc23ed68c4a18e.so --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-d0b5a9931f42a80a.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-cd943cd2dfeb8306.rmeta --extern fallible_iterator=/work/oxidecomputer/omicron/target/debug/deps/libfallible_iterator-9b2ba017a2617756.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-9475083db9bb56c9.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-6fb58dbcfff7d4e4.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-7d9cf9ba132625c1.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-ec6ef3f25c503e1d.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-58aac9722dc74e91.rmeta --extern phf=/work/oxidecomputer/omicron/target/debug/deps/libphf-420474924d0bd90b.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-2335542551612e97.rmeta --extern postgres_protocol=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_protocol-720750e53cd4ba9b.rmeta --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-631bdca5d475c1a7.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0d3d8ad1198c025f.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-9a5f6a94e93a7a9a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5e0f716cf1967241.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-279a0d7c116fe1ff.rmeta --extern whoami=/work/oxidecomputer/omicron/target/debug/deps/libwhoami-64f1f626f1df7a0f.rmeta --cap-lints allow -D warnings`
19512023-09-29T22:45:50.983Z Compiling tokio-stream v0.1.14
19522023-09-29T22:45:50.987Z Running `/home/build/.rustup/toolchains/1.72.1-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=eb8bc694d9d2cf30 -C extra-filename=-eb8bc694d9d2cf30 --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-26ddbb2f438a5030.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-2335542551612e97.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5e0f716cf1967241.rmeta --cap-lints allow -D warnings`
19532023-09-29T22:45:52.349Z Compiling diesel v2.1.2
19542023-09-29T22:45:52.353Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name diesel --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/diesel-2.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 --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=ba443a65b940feb0 -C extra-filename=-ba443a65b940feb0 --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-ed0c05cf7ea9471a.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-d0b5a9931f42a80a.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5bb86fda6cf178b2.rmeta --extern diesel_derives=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_derives-26fdea0f73e90887.so --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-28ea061930997283.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-5cfbcdc992ada6c2.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b1078066b701b737.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-36095fb9666f8367.rmeta --extern r2d2=/work/oxidecomputer/omicron/target/debug/deps/libr2d2-8485a1a755d4c9ea.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-21ae18ccdba9e3a7.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dc2ac240cbe2519e.rmeta --cap-lints allow -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64`
19552023-09-29T22:45:52.629Z Compiling usdt v0.3.5
19562023-09-29T22:45:52.656Z Running `/home/build/.rustup/toolchains/1.72.1-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=b421bb1e88bca70d -C extra-filename=-b421bb1e88bca70d --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-16359e500b8f5363.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.rmeta --extern usdt_attr_macro=/work/oxidecomputer/omicron/target/debug/deps/libusdt_attr_macro-2410598c0cc412e1.so --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-3318c34fb54642aa.rmeta --extern usdt_macro=/work/oxidecomputer/omicron/target/debug/deps/libusdt_macro-24c48f12a560bb5e.so --cap-lints allow -D warnings`
19572023-09-29T22:45:52.719Z Compiling serde_tokenstream v0.2.0
19582023-09-29T22:45:52.722Z Running `/home/build/.rustup/toolchains/1.72.1-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 metadata=d1e663d68f1702f6 -C extra-filename=-d1e663d68f1702f6 --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-577a284e9bcc389a.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-2dd1c8bfc186ca77.rmeta --cap-lints allow -D warnings`
19592023-09-29T22:45:53.060Z Compiling regress v0.7.1
19602023-09-29T22:45:53.063Z Running `/home/build/.rustup/toolchains/1.72.1-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=c688f5001495eed8 -C extra-filename=-c688f5001495eed8 --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-bb614e6fdd6f35be.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-2b9cc4e8f0305d0f.rmeta --cap-lints allow -D warnings`
19612023-09-29T22:45:53.535Z Compiling getopts v0.2.21
19622023-09-29T22:45:53.538Z Running `/home/build/.rustup/toolchains/1.72.1-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=da9ba133657e3013 -C extra-filename=-da9ba133657e3013 --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-b5773f86976bf9c1.rmeta --cap-lints allow -D warnings`
19632023-09-29T22:45:54.814Z Compiling unsafe-libyaml v0.2.9
19642023-09-29T22:45:54.817Z Running `/home/build/.rustup/toolchains/1.72.1-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 metadata=6299a61bf3de1d92 -C extra-filename=-6299a61bf3de1d92 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
19652023-09-29T22:45:55.348Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name libc /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.148/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="extra_traits"' --cfg 'feature="std"' -C metadata=63f81b35d4dc5fb3 -C extra-filename=-63f81b35d4dc5fb3 --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`
19662023-09-29T22:45:56.419Z Compiling rustversion v1.0.14
19672023-09-29T22:45:56.422Z Running `/home/build/.rustup/toolchains/1.72.1-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 metadata=ee1e586feee1bf2b -C extra-filename=-ee1e586feee1bf2b --out-dir /work/oxidecomputer/omicron/target/debug/build/rustversion-ee1e586feee1bf2b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
19682023-09-29T22:45:57.461Z Compiling serde_yaml v0.9.25
19692023-09-29T22:45:57.464Z Running `/home/build/.rustup/toolchains/1.72.1-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 metadata=11a4b31b3cb304ff -C extra-filename=-11a4b31b3cb304ff --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-bf55098caea8d589.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-5cfbcdc992ada6c2.rmeta --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-4a3577197cfd5900.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.rmeta --extern unsafe_libyaml=/work/oxidecomputer/omicron/target/debug/deps/libunsafe_libyaml-6299a61bf3de1d92.rmeta --cap-lints allow -D warnings`
19702023-09-29T22:45:57.939Z Running `/work/oxidecomputer/omicron/target/debug/build/rustversion-ee1e586feee1bf2b/build-script-build`
19712023-09-29T22:45:58.046Z Compiling ident_case v1.0.1
19722023-09-29T22:45:58.071Z Running `/home/build/.rustup/toolchains/1.72.1-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 metadata=b929479011854e32 -C extra-filename=-b929479011854e32 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
19732023-09-29T22:45:58.074Z Running `/home/build/.rustup/toolchains/1.72.1-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 metadata=e337c297b7344c42 -C extra-filename=-e337c297b7344c42 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro --cap-lints allow -D warnings`
19742023-09-29T22:45:58.323Z Compiling slog-async v2.8.0
19752023-09-29T22:45:58.326Z Running `/home/build/.rustup/toolchains/1.72.1-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 --cfg 'feature="default"' -C metadata=64069cab57bc419a -C extra-filename=-64069cab57bc419a --out-dir /work/oxidecomputer/omicron/target/debug/build/slog-async-64069cab57bc419a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
19762023-09-29T22:45:59.098Z Compiling typify-impl v0.0.14 (https://github.com/oxidecomputer/typify#eea570e2)
19772023-09-29T22:45:59.105Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name typify_impl --edition=2021 /home/build/.cargo/git/checkouts/typify-288d5a84bbbe6a46/eea570e/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=12e353ba2d8d4ab3 -C extra-filename=-12e353ba2d8d4ab3 --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-58e6b367499d83fa.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-7d9cf9ba132625c1.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-577a284e9bcc389a.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-c688f5001495eed8.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-bf1a8b1e71bf91c0.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-21ae18ccdba9e3a7.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-2dd1c8bfc186ca77.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-8053178730bb7d03.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-da60536db468fe1f.rmeta --cap-lints allow -D warnings`
19782023-09-29T22:45:59.907Z Running `/work/oxidecomputer/omicron/target/debug/build/slog-async-64069cab57bc419a/build-script-build`
19792023-09-29T22:46:00.020Z Compiling camino v1.1.6
19802023-09-29T22:46:00.046Z Running `/home/build/.rustup/toolchains/1.72.1-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 --cfg 'feature="serde"' --cfg 'feature="serde1"' -C metadata=1f2760158a998691 -C extra-filename=-1f2760158a998691 --out-dir /work/oxidecomputer/omicron/target/debug/build/camino-1f2760158a998691 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
19812023-09-29T22:46:00.333Z Compiling paste v1.0.14
19822023-09-29T22:46:00.337Z Running `/home/build/.rustup/toolchains/1.72.1-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 metadata=00febffd2a4c24dc -C extra-filename=-00febffd2a4c24dc --out-dir /work/oxidecomputer/omicron/target/debug/build/paste-00febffd2a4c24dc -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
19832023-09-29T22:46:00.934Z Running `/work/oxidecomputer/omicron/target/debug/build/camino-1f2760158a998691/build-script-build`
19842023-09-29T22:46:01.040Z Compiling darling_core v0.20.3
19852023-09-29T22:46:01.044Z Running `/home/build/.rustup/toolchains/1.72.1-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 --cfg 'feature="strsim"' --cfg 'feature="suggestions"' -C metadata=23db396c0e52f66b -C extra-filename=-23db396c0e52f66b --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-1a818be490fdad0e.rmeta --extern ident_case=/work/oxidecomputer/omicron/target/debug/deps/libident_case-b929479011854e32.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-577a284e9bcc389a.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rmeta --extern strsim=/work/oxidecomputer/omicron/target/debug/deps/libstrsim-1c46220253478178.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-2dd1c8bfc186ca77.rmeta --cap-lints allow -D warnings`
19862023-09-29T22:46:01.118Z Running `/work/oxidecomputer/omicron/target/debug/build/paste-00febffd2a4c24dc/build-script-build`
19872023-09-29T22:46:01.224Z Running `/home/build/.rustup/toolchains/1.72.1-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.107/src/lib.rs --error-format=json --json=diagnostic-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="unbounded_depth"' -C metadata=44d94bd17ea2528f -C extra-filename=-44d94bd17ea2528f --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-5cfbcdc992ada6c2.rmeta --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-4a3577197cfd5900.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.rmeta --cap-lints allow -D warnings --cfg limb_width_64`
19882023-09-29T22:46:02.668Z Running `/home/build/.rustup/toolchains/1.72.1-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 metadata=25659d6272c5f3e6 -C extra-filename=-25659d6272c5f3e6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro --cap-lints allow -D warnings`
19892023-09-29T22:46:02.856Z Running `/home/build/.rustup/toolchains/1.72.1-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=3c0e7eb12fc38c46 -C extra-filename=-3c0e7eb12fc38c46 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
19902023-09-29T22:46:03.008Z Compiling regex-syntax v0.6.29
19912023-09-29T22:46:03.021Z Running `/home/build/.rustup/toolchains/1.72.1-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="default"' --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=0188060950c27f42 -C extra-filename=-0188060950c27f42 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
19922023-09-29T22:46:03.915Z Compiling multer v2.1.0
19932023-09-29T22:46:03.918Z Running `/home/build/.rustup/toolchains/1.72.1-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 --cfg 'feature="default"' -C metadata=5b96e503a4f1c09a -C extra-filename=-5b96e503a4f1c09a --out-dir /work/oxidecomputer/omicron/target/debug/build/multer-5b96e503a4f1c09a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-fa824d592d428e82.rlib --cap-lints allow -D warnings`
19942023-09-29T22:46:04.435Z Running `/work/oxidecomputer/omicron/target/debug/build/multer-5b96e503a4f1c09a/build-script-build`
19952023-09-29T22:46:04.502Z Compiling async-stream-impl v0.3.5
19962023-09-29T22:46:04.537Z Running `/home/build/.rustup/toolchains/1.72.1-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 metadata=3ea7a93f21cfcf6c -C extra-filename=-3ea7a93f21cfcf6c --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-577a284e9bcc389a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-2dd1c8bfc186ca77.rlib --extern proc_macro --cap-lints allow -D warnings`
19972023-09-29T22:46:04.544Z Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#a5ec1cb0)
19982023-09-29T22:46:04.553Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/git/checkouts/dropshot-a4a923d29dccc492/a5ec1cb/dropshot/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' -C metadata=a793e6cb42da8594 -C extra-filename=-a793e6cb42da8594 --out-dir /work/oxidecomputer/omicron/target/debug/build/dropshot-a793e6cb42da8594 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-fa824d592d428e82.rlib --cap-lints allow -D warnings`
19992023-09-29T22:46:05.064Z Running `/work/oxidecomputer/omicron/target/debug/build/dropshot-a793e6cb42da8594/build-script-build`
20002023-09-29T22:46:05.580Z Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#a5ec1cb0)
20012023-09-29T22:46:05.590Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name dropshot_endpoint --edition=2018 /home/build/.cargo/git/checkouts/dropshot-a4a923d29dccc492/a5ec1cb/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 metadata=25567c15f6f331ce -C extra-filename=-25567c15f6f331ce --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-577a284e9bcc389a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-d1e663d68f1702f6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-2dd1c8bfc186ca77.rlib --extern proc_macro --cap-lints allow -D warnings`
20022023-09-29T22:46:06.111Z Compiling strum_macros v0.25.2
20032023-09-29T22:46:06.123Z Running `/home/build/.rustup/toolchains/1.72.1-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 metadata=9ed955b5fe726587 -C extra-filename=-9ed955b5fe726587 --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-58e6b367499d83fa.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-577a284e9bcc389a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rlib --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-e337c297b7344c42.so --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-2dd1c8bfc186ca77.rlib --extern proc_macro --cap-lints allow -D warnings`
20042023-09-29T22:46:06.769Z Compiling structmeta-derive v0.1.6
20052023-09-29T22:46:06.776Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name structmeta_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/structmeta-derive-0.1.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 metadata=f8acad1d9617dacd -C extra-filename=-f8acad1d9617dacd --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-577a284e9bcc389a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f88a0545b115dad3.rlib --extern proc_macro --cap-lints allow -D warnings`
20062023-09-29T22:46:08.830Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name schemars --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/schemars-0.8.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="bytes"' --cfg 'feature="chrono"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="schemars_derive"' --cfg 'feature="uuid1"' -C metadata=1dc92e8732813f8f -C extra-filename=-1dc92e8732813f8f --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-cd943cd2dfeb8306.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5bb86fda6cf178b2.rmeta --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-ff69ff8629488284.rmeta --extern schemars_derive=/work/oxidecomputer/omicron/target/debug/deps/libschemars_derive-ab87e41704d565c4.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-44d94bd17ea2528f.rmeta --extern uuid1=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dc2ac240cbe2519e.rmeta --cap-lints allow -D warnings --cfg std_atomic64 --cfg std_atomic`
20072023-09-29T22:46:08.979Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name serde --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.188/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -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=fc95c778b5981b46 -C extra-filename=-fc95c778b5981b46 --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-d5f28ff1ebf2cea8.so --cap-lints allow -D warnings`
20082023-09-29T22:46:10.327Z Compiling darling_macro v0.20.3
20092023-09-29T22:46:10.335Z Running `/home/build/.rustup/toolchains/1.72.1-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 metadata=bdfea3ed3e3e81e5 -C extra-filename=-bdfea3ed3e3e81e5 --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-23db396c0e52f66b.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-2dd1c8bfc186ca77.rlib --extern proc_macro --cap-lints allow -D warnings`
20102023-09-29T22:46:11.477Z Compiling structmeta v0.1.6
20112023-09-29T22:46:11.497Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name structmeta --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/structmeta-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 metadata=dadcaa67af4c7804 -C extra-filename=-dadcaa67af4c7804 --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-577a284e9bcc389a.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rmeta --extern structmeta_derive=/work/oxidecomputer/omicron/target/debug/deps/libstructmeta_derive-f8acad1d9617dacd.so --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f88a0545b115dad3.rmeta --cap-lints allow -D warnings`
20122023-09-29T22:46:12.120Z Compiling test-strategy v0.2.1
20132023-09-29T22:46:12.128Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name test_strategy --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/test-strategy-0.2.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 metadata=f94fa546cf161404 -C extra-filename=-f94fa546cf161404 --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-577a284e9bcc389a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rlib --extern structmeta=/work/oxidecomputer/omicron/target/debug/deps/libstructmeta-dadcaa67af4c7804.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f88a0545b115dad3.rlib --extern proc_macro --cap-lints allow -D warnings`
20142023-09-29T22:46:12.137Z Compiling darling v0.20.3
20152023-09-29T22:46:12.173Z Running `/home/build/.rustup/toolchains/1.72.1-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 --cfg 'feature="default"' --cfg 'feature="suggestions"' -C metadata=b61dfdea0bad4377 -C extra-filename=-b61dfdea0bad4377 --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-23db396c0e52f66b.rmeta --extern darling_macro=/work/oxidecomputer/omicron/target/debug/deps/libdarling_macro-bdfea3ed3e3e81e5.so --cap-lints allow -D warnings`
20162023-09-29T22:46:12.798Z Compiling serde_with_macros v2.3.3
20172023-09-29T22:46:12.809Z Running `/home/build/.rustup/toolchains/1.72.1-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-2.3.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 metadata=cc18d4ab8c07bc89 -C extra-filename=-cc18d4ab8c07bc89 --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-b61dfdea0bad4377.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-577a284e9bcc389a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-2dd1c8bfc186ca77.rlib --extern proc_macro --cap-lints allow -D warnings`
20182023-09-29T22:46:12.819Z Running `/home/build/.rustup/toolchains/1.72.1-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=b276aeecfca09511 -C extra-filename=-b276aeecfca09511 --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-1dc92e8732813f8f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.rmeta --cap-lints allow -D warnings`
20192023-09-29T22:46:13.939Z Compiling parse-display-derive v0.7.0
20202023-09-29T22:46:13.943Z Running `/home/build/.rustup/toolchains/1.72.1-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.7.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 metadata=8704c4dd1bf428a7 -C extra-filename=-8704c4dd1bf428a7 --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-dffc32915439d36d.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-577a284e9bcc389a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-68bff4b9ff21c193.rlib --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-0188060950c27f42.rlib --extern structmeta=/work/oxidecomputer/omicron/target/debug/deps/libstructmeta-dadcaa67af4c7804.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f88a0545b115dad3.rlib --extern proc_macro --cap-lints allow -D warnings`
20212023-09-29T22:46:14.289Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name openapiv3 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openapiv3-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="skip_serializing_defaults"' -C metadata=72bdbff7f725ab98 -C extra-filename=-72bdbff7f725ab98 --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-bf55098caea8d589.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-44d94bd17ea2528f.rmeta --cap-lints allow -D warnings`
20222023-09-29T22:46:15.637Z Running `/home/build/.rustup/toolchains/1.72.1-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=8f129fdd82ab55a7 -C extra-filename=-8f129fdd82ab55a7 --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-d0b5a9931f42a80a.rmeta --extern dof=/work/oxidecomputer/omicron/target/debug/deps/libdof-5e3833828294650e.rmeta --extern dtrace_parser=/work/oxidecomputer/omicron/target/debug/deps/libdtrace_parser-16359e500b8f5363.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b1078066b701b737.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-577a284e9bcc389a.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-44d94bd17ea2528f.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f88a0545b115dad3.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-8053178730bb7d03.rmeta --extern thread_id=/work/oxidecomputer/omicron/target/debug/deps/libthread_id-98f40e18ef456ae7.rmeta --cap-lints allow -D warnings --cfg usdt_stable_asm --cfg usdt_backend_standard`
20232023-09-29T22:46:16.651Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name reqwest --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/reqwest-0.11.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="__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=d7b7fcd8659abd52 -C extra-filename=-d7b7fcd8659abd52 --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-7153363a1fac6343.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-cd943cd2dfeb8306.rmeta --extern encoding_rs=/work/oxidecomputer/omicron/target/debug/deps/libencoding_rs-146e8c3028ef8e1d.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-26ddbb2f438a5030.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-6fb58dbcfff7d4e4.rmeta --extern h2=/work/oxidecomputer/omicron/target/debug/deps/libh2-2e5351c45fd8c85a.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-7a24d2e41697cd7a.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-4d4c187f0a4933c7.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-d93f984b20af488a.rmeta --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-f98f11cecdac7aa5.rmeta --extern hyper_tls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_tls-edf8d679acb1dd57.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-35134d9c336f9f34.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-7d9cf9ba132625c1.rmeta --extern mime=/work/oxidecomputer/omicron/target/debug/deps/libmime-00ced72cf6a670b3.rmeta --extern native_tls_crate=/work/oxidecomputer/omicron/target/debug/deps/libnative_tls-b1d41a69df5e9cdf.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-dffc32915439d36d.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-58aac9722dc74e91.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-2335542551612e97.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-45f2142564622868.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-00c5fdd0b096d370.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-44d94bd17ea2528f.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-081389e1338a44c3.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5e0f716cf1967241.rmeta --extern tokio_native_tls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_native_tls-836d42710e619c8f.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-c6f27ea77f5e5bca.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-279a0d7c116fe1ff.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-f8ddbbf870aaffb5.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-4ddeb6fc7fa00215.rmeta --extern webpki_roots=/work/oxidecomputer/omicron/target/debug/deps/libwebpki_roots-dcf542e5ad3b008a.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/usr/ssl-3/lib/amd64`
20242023-09-29T22:46:17.452Z Running `/home/build/.rustup/toolchains/1.72.1-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=d22e7451ceeeb751 -C extra-filename=-d22e7451ceeeb751 --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-16359e500b8f5363.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.rmeta --extern usdt_attr_macro=/work/oxidecomputer/omicron/target/debug/deps/libusdt_attr_macro-2410598c0cc412e1.so --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-8f129fdd82ab55a7.rmeta --extern usdt_macro=/work/oxidecomputer/omicron/target/debug/deps/libusdt_macro-24c48f12a560bb5e.so --cap-lints allow -D warnings`
20252023-09-29T22:46:17.889Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name diesel --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/diesel-2.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 --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=11c063e1ea77d67b -C extra-filename=-11c063e1ea77d67b --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-ed0c05cf7ea9471a.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-d0b5a9931f42a80a.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5bb86fda6cf178b2.rmeta --extern diesel_derives=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_derives-26fdea0f73e90887.so --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-b276aeecfca09511.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-5cfbcdc992ada6c2.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b1078066b701b737.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-36095fb9666f8367.rmeta --extern r2d2=/work/oxidecomputer/omicron/target/debug/deps/libr2d2-8485a1a755d4c9ea.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-44d94bd17ea2528f.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dc2ac240cbe2519e.rmeta --cap-lints allow -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64`
20262023-09-29T22:46:18.784Z Running `/home/build/.rustup/toolchains/1.72.1-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=ee1a5760187e8b41 -C extra-filename=-ee1a5760187e8b41 --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-cd943cd2dfeb8306.rmeta --extern chrono_04=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5bb86fda6cf178b2.rmeta --extern fallible_iterator=/work/oxidecomputer/omicron/target/debug/deps/libfallible_iterator-9b2ba017a2617756.rmeta --extern postgres_protocol=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_protocol-720750e53cd4ba9b.rmeta --extern serde_1=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.rmeta --extern serde_json_1=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-44d94bd17ea2528f.rmeta --extern uuid_1=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dc2ac240cbe2519e.rmeta --cap-lints allow -D warnings`
20272023-09-29T22:46:19.685Z Compiling fastrand v2.0.1
20282023-09-29T22:46:19.712Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name fastrand --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fastrand-2.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="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=d1e46726a07fd59e -C extra-filename=-d1e46726a07fd59e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
20292023-09-29T22:46:20.592Z Compiling tempfile v3.8.0
20302023-09-29T22:46:20.596Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name tempfile --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tempfile-3.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=d8234f11b3e61901 -C extra-filename=-d8234f11b3e61901 --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-cb012b6dc451b338.rmeta --extern fastrand=/work/oxidecomputer/omicron/target/debug/deps/libfastrand-d1e46726a07fd59e.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-db1169e44a19bc46.rmeta --cap-lints allow -D warnings`
20312023-09-29T22:46:21.013Z Running `/home/build/.rustup/toolchains/1.72.1-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=985fc8d6e791c1f9 -C extra-filename=-985fc8d6e791c1f9 --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-60cc23ed68c4a18e.so --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-d0b5a9931f42a80a.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-cd943cd2dfeb8306.rmeta --extern fallible_iterator=/work/oxidecomputer/omicron/target/debug/deps/libfallible_iterator-9b2ba017a2617756.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-9475083db9bb56c9.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-6fb58dbcfff7d4e4.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-7d9cf9ba132625c1.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-ec6ef3f25c503e1d.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-58aac9722dc74e91.rmeta --extern phf=/work/oxidecomputer/omicron/target/debug/deps/libphf-420474924d0bd90b.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-2335542551612e97.rmeta --extern postgres_protocol=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_protocol-720750e53cd4ba9b.rmeta --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-ee1a5760187e8b41.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0d3d8ad1198c025f.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-9a5f6a94e93a7a9a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5e0f716cf1967241.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-279a0d7c116fe1ff.rmeta --extern whoami=/work/oxidecomputer/omicron/target/debug/deps/libwhoami-64f1f626f1df7a0f.rmeta --cap-lints allow -D warnings`
20322023-09-29T22:46:21.386Z Compiling dirs-sys-next v0.1.2
20332023-09-29T22:46:21.397Z Running `/home/build/.rustup/toolchains/1.72.1-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=58fedf52095df621 -C extra-filename=-58fedf52095df621 --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-b1078066b701b737.rmeta --cap-lints allow -D warnings`
20342023-09-29T22:46:21.997Z Compiling dirs-next v2.0.0
20352023-09-29T22:46:22.000Z Running `/home/build/.rustup/toolchains/1.72.1-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=bfe451c74c21d1c1 -C extra-filename=-bfe451c74c21d1c1 --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-cb012b6dc451b338.rmeta --extern dirs_sys_next=/work/oxidecomputer/omicron/target/debug/deps/libdirs_sys_next-58fedf52095df621.rmeta --cap-lints allow -D warnings`
20362023-09-29T22:46:22.329Z Compiling term v0.7.0
20372023-09-29T22:46:22.337Z Running `/home/build/.rustup/toolchains/1.72.1-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=1f045818cf0b0aea -C extra-filename=-1f045818cf0b0aea --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-bfe451c74c21d1c1.rmeta --cap-lints allow -D warnings`
20382023-09-29T22:46:22.383Z Compiling progenitor-client v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#850867b3)
20392023-09-29T22:46:22.386Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_client --edition=2021 /home/build/.cargo/git/checkouts/progenitor-639bd64206ac5e43/850867b/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=a88469ec7f128e6e -C extra-filename=-a88469ec7f128e6e --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-cd943cd2dfeb8306.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-26ddbb2f438a5030.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-58aac9722dc74e91.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d7b7fcd8659abd52.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-44d94bd17ea2528f.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-081389e1338a44c3.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/usr/ssl-3/lib/amd64`
20402023-09-29T22:46:22.448Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name typify_impl --edition=2021 /home/build/.cargo/git/checkouts/typify-288d5a84bbbe6a46/eea570e/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=1e0c18f6cfbb4c43 -C extra-filename=-1e0c18f6cfbb4c43 --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-58e6b367499d83fa.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-7d9cf9ba132625c1.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-577a284e9bcc389a.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-c688f5001495eed8.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1dc92e8732813f8f.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-44d94bd17ea2528f.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-2dd1c8bfc186ca77.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-8053178730bb7d03.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-da60536db468fe1f.rmeta --cap-lints allow -D warnings`
20412023-09-29T22:46:23.002Z Compiling atty v0.2.14
20422023-09-29T22:46:23.006Z Running `/home/build/.rustup/toolchains/1.72.1-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=146357f6ef611eef -C extra-filename=-146357f6ef611eef --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-b1078066b701b737.rmeta --cap-lints allow -D warnings`
20432023-09-29T22:46:23.207Z Compiling match_cfg v0.1.0
20442023-09-29T22:46:23.211Z Running `/home/build/.rustup/toolchains/1.72.1-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=38e46414f05776ae -C extra-filename=-38e46414f05776ae --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
20452023-09-29T22:46:23.357Z Compiling hostname v0.3.1
20462023-09-29T22:46:23.398Z Running `/home/build/.rustup/toolchains/1.72.1-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=5ad5d61997581e2b -C extra-filename=-5ad5d61997581e2b --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-b1078066b701b737.rmeta --extern match_cfg=/work/oxidecomputer/omicron/target/debug/deps/libmatch_cfg-38e46414f05776ae.rmeta --cap-lints allow -D warnings`
20472023-09-29T22:46:24.126Z Compiling crossbeam-channel v0.5.8
20482023-09-29T22:46:24.130Z Running `/home/build/.rustup/toolchains/1.72.1-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=41e0aa6bbf5cc8a2 -C extra-filename=-41e0aa6bbf5cc8a2 --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-cb012b6dc451b338.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-cb42a0ce36ac2cc8.rmeta --cap-lints allow -D warnings`
20492023-09-29T22:46:24.975Z Compiling thread_local v1.1.7
20502023-09-29T22:46:24.978Z Running `/home/build/.rustup/toolchains/1.72.1-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=4b57738c95f1291d -C extra-filename=-4b57738c95f1291d --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-cb012b6dc451b338.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-dffc32915439d36d.rmeta --cap-lints allow -D warnings`
20512023-09-29T22:46:25.681Z Compiling instant v0.1.12
20522023-09-29T22:46:25.685Z Running `/home/build/.rustup/toolchains/1.72.1-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=a878bd455251f7ad -C extra-filename=-a878bd455251f7ad --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-cb012b6dc451b338.rmeta --cap-lints allow -D warnings`
20532023-09-29T22:46:25.903Z Compiling take_mut v0.2.2
20542023-09-29T22:46:25.918Z Running `/home/build/.rustup/toolchains/1.72.1-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=129894f923fac3f1 -C extra-filename=-129894f923fac3f1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
20552023-09-29T22:46:25.934Z Compiling slog-term v2.9.0
20562023-09-29T22:46:25.948Z Running `/home/build/.rustup/toolchains/1.72.1-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=8ffe1f66c77ddbe4 -C extra-filename=-8ffe1f66c77ddbe4 --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-146357f6ef611eef.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-1f045818cf0b0aea.rmeta --extern thread_local=/work/oxidecomputer/omicron/target/debug/deps/libthread_local-4b57738c95f1291d.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-6aede6816635528b.rmeta --cap-lints allow -D warnings`
20572023-09-29T22:46:26.138Z Running `/home/build/.rustup/toolchains/1.72.1-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=92bfa0559792adb6 -C extra-filename=-92bfa0559792adb6 --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-41e0aa6bbf5cc8a2.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --extern take_mut=/work/oxidecomputer/omicron/target/debug/deps/libtake_mut-129894f923fac3f1.rmeta --extern thread_local=/work/oxidecomputer/omicron/target/debug/deps/libthread_local-4b57738c95f1291d.rmeta --cap-lints allow -D warnings --cfg integer128`
20582023-09-29T22:46:28.044Z Compiling serde_with v2.3.3
20592023-09-29T22:46:28.047Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_with --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_with-2.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 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="macros"' --cfg 'feature="std"' -C metadata=379efc3a9bc52f1d -C extra-filename=-379efc3a9bc52f1d --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-7e32255bd2f9fe1c.rmeta --extern serde_with_macros=/work/oxidecomputer/omicron/target/debug/deps/libserde_with_macros-cc18d4ab8c07bc89.so --cap-lints allow -D warnings`
20602023-09-29T22:46:28.229Z Compiling slog-json v2.6.1
20612023-09-29T22:46:28.254Z Running `/home/build/.rustup/toolchains/1.72.1-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=5b2af773fc846da7 -C extra-filename=-5b2af773fc846da7 --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-7e32255bd2f9fe1c.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-44d94bd17ea2528f.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-6aede6816635528b.rmeta --cap-lints allow -D warnings`
20622023-09-29T22:46:28.834Z Running `/home/build/.rustup/toolchains/1.72.1-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=808e28d3d3156bbe -C extra-filename=-808e28d3d3156bbe --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-7e32255bd2f9fe1c.rmeta --cap-lints allow -D warnings --cfg path_buf_capacity --cfg shrink_to --cfg try_reserve_2 --cfg path_buf_deref_mut`
20632023-09-29T22:46:29.865Z Compiling toml_edit v0.20.1
20642023-09-29T22:46:29.871Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name toml_edit --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml_edit-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="default"' --cfg 'feature="serde"' -C metadata=dbbc5b2ea22ac1f5 -C extra-filename=-dbbc5b2ea22ac1f5 --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-bf55098caea8d589.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-c86fe537d8513395.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-963a1f25c09d91f6.rmeta --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-016aea2942a95061.rmeta --cap-lints allow -D warnings`
20652023-09-29T22:46:30.608Z Compiling sha1 v0.10.6
20662023-09-29T22:46:30.613Z Running `/home/build/.rustup/toolchains/1.72.1-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=b8ea551e90c1d73f -C extra-filename=-b8ea551e90c1d73f --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-cb012b6dc451b338.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-9833e47a7666dcf6.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-870b907c595b5d33.rmeta --cap-lints allow -D warnings`
20672023-09-29T22:46:31.297Z Compiling slog-bunyan v2.4.0
20682023-09-29T22:46:31.302Z Running `/home/build/.rustup/toolchains/1.72.1-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=ccabafbdde4790cd -C extra-filename=-ccabafbdde4790cd --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-5ad5d61997581e2b.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --extern slog_json=/work/oxidecomputer/omicron/target/debug/deps/libslog_json-5b2af773fc846da7.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-6aede6816635528b.rmeta --cap-lints allow -D warnings`
20692023-09-29T22:46:31.599Z Compiling strum v0.25.0
20702023-09-29T22:46:31.604Z Running `/home/build/.rustup/toolchains/1.72.1-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=36343ff9b281ab4a -C extra-filename=-36343ff9b281ab4a --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-9ed955b5fe726587.so --cap-lints allow -D warnings`
20712023-09-29T22:46:31.863Z Compiling debug-ignore v1.0.5
20722023-09-29T22:46:31.866Z Running `/home/build/.rustup/toolchains/1.72.1-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=f2abfcb6c70cf6ba -C extra-filename=-f2abfcb6c70cf6ba --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
20732023-09-29T22:46:32.079Z Compiling typify-macro v0.0.14 (https://github.com/oxidecomputer/typify#eea570e2)
20742023-09-29T22:46:32.085Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name typify_macro --edition=2021 /home/build/.cargo/git/checkouts/typify-288d5a84bbbe6a46/eea570e/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 metadata=c6f433ede8ab3ab8 -C extra-filename=-c6f433ede8ab3ab8 --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-577a284e9bcc389a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-bf1a8b1e71bf91c0.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-21ae18ccdba9e3a7.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-d1e663d68f1702f6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-2dd1c8bfc186ca77.rlib --extern typify_impl=/work/oxidecomputer/omicron/target/debug/deps/libtypify_impl-12e353ba2d8d4ab3.rlib --extern proc_macro --cap-lints allow -D warnings`
20752023-09-29T22:46:32.109Z Compiling quick-error v1.2.3
20762023-09-29T22:46:32.116Z Running `/home/build/.rustup/toolchains/1.72.1-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=498dbea2568bdbaf -C extra-filename=-498dbea2568bdbaf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
20772023-09-29T22:46:32.345Z Compiling atomic-waker v1.1.2
20782023-09-29T22:46:32.348Z Running `/home/build/.rustup/toolchains/1.72.1-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.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=38d50eb9bf864534 -C extra-filename=-38d50eb9bf864534 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
20792023-09-29T22:46:32.649Z Compiling waitgroup v0.1.2
20802023-09-29T22:46:32.660Z Running `/home/build/.rustup/toolchains/1.72.1-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=418fb9bd9b5b57fd -C extra-filename=-418fb9bd9b5b57fd --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-38d50eb9bf864534.rmeta --cap-lints allow -D warnings`
20812023-09-29T22:46:32.975Z Compiling async-stream v0.3.5
20822023-09-29T22:46:32.981Z Running `/home/build/.rustup/toolchains/1.72.1-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=8d726a7dc752db7c -C extra-filename=-8d726a7dc752db7c --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-3ea7a93f21cfcf6c.so --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-26ddbb2f438a5030.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-2335542551612e97.rmeta --cap-lints allow -D warnings`
20832023-09-29T22:46:33.485Z Running `/home/build/.rustup/toolchains/1.72.1-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=45fec20b95f70ad5 -C extra-filename=-45fec20b95f70ad5 --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-cd943cd2dfeb8306.rmeta --extern encoding_rs=/work/oxidecomputer/omicron/target/debug/deps/libencoding_rs-146e8c3028ef8e1d.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-6fb58dbcfff7d4e4.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-7a24d2e41697cd7a.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-20277456fa976614.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-7d9cf9ba132625c1.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-2b9cc4e8f0305d0f.rmeta --extern mime=/work/oxidecomputer/omicron/target/debug/deps/libmime-00ced72cf6a670b3.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-b00a5544072d924c.rmeta --cap-lints allow -D warnings`
20842023-09-29T22:46:34.757Z Compiling serde_path_to_error v0.1.14
20852023-09-29T22:46:34.762Z Running `/home/build/.rustup/toolchains/1.72.1-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=4c46b1e7baba2f2f -C extra-filename=-4c46b1e7baba2f2f --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-5cfbcdc992ada6c2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.rmeta --cap-lints allow -D warnings`
20862023-09-29T22:46:35.289Z Compiling toml v0.8.1
20872023-09-29T22:46:35.293Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name toml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml-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="display"' --cfg 'feature="parse"' -C metadata=f9c878dc9fb80771 -C extra-filename=-f9c878dc9fb80771 --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-7e32255bd2f9fe1c.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-c86fe537d8513395.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-963a1f25c09d91f6.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-dbbc5b2ea22ac1f5.rmeta --cap-lints allow -D warnings`
20882023-09-29T22:46:36.217Z Compiling backoff v0.4.0
20892023-09-29T22:46:36.220Z Running `/home/build/.rustup/toolchains/1.72.1-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=48552402e459be5d -C extra-filename=-48552402e459be5d --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-26ddbb2f438a5030.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-5d87f6ac6fc0aeac.rmeta --extern instant=/work/oxidecomputer/omicron/target/debug/deps/libinstant-a878bd455251f7ad.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-2335542551612e97.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0d3d8ad1198c025f.rmeta --extern tokio_1=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5e0f716cf1967241.rmeta --cap-lints allow -D warnings`
20902023-09-29T22:46:36.764Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name dropshot --edition=2018 /home/build/.cargo/git/checkouts/dropshot-a4a923d29dccc492/a5ec1cb/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=d748b2183013de2e -C extra-filename=-d748b2183013de2e --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-8d726a7dc752db7c.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-60cc23ed68c4a18e.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-7153363a1fac6343.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-cd943cd2dfeb8306.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-808e28d3d3156bbe.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5bb86fda6cf178b2.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-f2abfcb6c70cf6ba.rmeta --extern dropshot_endpoint=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_endpoint-25567c15f6f331ce.so --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-bdee90b95eb7999e.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-9d0180ae373a0d5a.rmeta --extern hostname=/work/oxidecomputer/omicron/target/debug/deps/libhostname-5ad5d61997581e2b.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-7a24d2e41697cd7a.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-d93f984b20af488a.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-bf55098caea8d589.rmeta --extern multer=/work/oxidecomputer/omicron/target/debug/deps/libmulter-45fec20b95f70ad5.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-72bdbff7f725ab98.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-25659d6272c5f3e6.so --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-58aac9722dc74e91.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-577a284e9bcc389a.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-45f2142564622868.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-00c5fdd0b096d370.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1dc92e8732813f8f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-44d94bd17ea2528f.rmeta --extern serde_path_to_error=/work/oxidecomputer/omicron/target/debug/deps/libserde_path_to_error-4c46b1e7baba2f2f.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-081389e1338a44c3.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-b8ea551e90c1d73f.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-92bfa0559792adb6.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-ccabafbdde4790cd.rmeta --extern slog_json=/work/oxidecomputer/omicron/target/debug/deps/libslog_json-5b2af773fc846da7.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-8ffe1f66c77ddbe4.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5e0f716cf1967241.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-c6f27ea77f5e5bca.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-f9c878dc9fb80771.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-d22e7451ceeeb751.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dc2ac240cbe2519e.rmeta --extern waitgroup=/work/oxidecomputer/omicron/target/debug/deps/libwaitgroup-418fb9bd9b5b57fd.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out`
20912023-09-29T22:46:38.338Z Compiling parse-display v0.7.0
20922023-09-29T22:46:38.410Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name parse_display --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parse-display-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="once_cell"' --cfg 'feature="regex"' --cfg 'feature="std"' -C metadata=3f69459e66aab1ce -C extra-filename=-3f69459e66aab1ce --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-dffc32915439d36d.rmeta --extern parse_display_derive=/work/oxidecomputer/omicron/target/debug/deps/libparse_display_derive-8704c4dd1bf428a7.so --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-68bff4b9ff21c193.rmeta --cap-lints allow -D warnings`
20932023-09-29T22:46:38.686Z Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
20942023-09-29T22:46:48.613Z Running `/home/build/.rustup/toolchains/1.72.1-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=78d2f9a252b6bfc3 -C extra-filename=-78d2f9a252b6bfc3 --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-dba419b1193e8428.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.rmeta --cap-lints allow -D warnings`
20952023-09-29T22:46:48.875Z Compiling macaddr v1.0.1
20962023-09-29T22:46:48.978Z Running `/home/build/.rustup/toolchains/1.72.1-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=bf28e9e8844d3f92 -C extra-filename=-bf28e9e8844d3f92 --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-7e32255bd2f9fe1c.rmeta --cap-lints allow -D warnings`
20972023-09-29T22:46:49.038Z Compiling wait-timeout v0.2.0
20982023-09-29T22:46:49.125Z Running `/home/build/.rustup/toolchains/1.72.1-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=11ecc43a96f35e4c -C extra-filename=-11ecc43a96f35e4c --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-b1078066b701b737.rmeta --cap-lints allow -D warnings`
20992023-09-29T22:46:49.348Z Compiling typify v0.0.14 (https://github.com/oxidecomputer/typify#eea570e2)
21002023-09-29T22:47:00.321Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name typify --edition=2021 /home/build/.cargo/git/checkouts/typify-288d5a84bbbe6a46/eea570e/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=6c2a5f96446762de -C extra-filename=-6c2a5f96446762de --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-12e353ba2d8d4ab3.rmeta --extern typify_macro=/work/oxidecomputer/omicron/target/debug/deps/libtypify_macro-c6f433ede8ab3ab8.so --cap-lints allow -D warnings`
21012023-09-29T22:47:01.080Z Compiling progenitor-impl v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#850867b3)
21022023-09-29T22:47:02.013Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_impl --edition=2021 /home/build/.cargo/git/checkouts/progenitor-639bd64206ac5e43/850867b/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=fa6a7f5a0c6309e8 -C extra-filename=-fa6a7f5a0c6309e8 --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-da9ba133657e3013.rmeta --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-58e6b367499d83fa.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-7a24d2e41697cd7a.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-bf55098caea8d589.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-3a7249779ded88a9.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-577a284e9bcc389a.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-68bff4b9ff21c193.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-bf1a8b1e71bf91c0.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-21ae18ccdba9e3a7.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-2dd1c8bfc186ca77.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-8053178730bb7d03.rmeta --extern typify=/work/oxidecomputer/omicron/target/debug/deps/libtypify-6c2a5f96446762de.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-da60536db468fe1f.rmeta --cap-lints allow -D warnings`
21032023-09-29T22:47:02.870Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name typify --edition=2021 /home/build/.cargo/git/checkouts/typify-288d5a84bbbe6a46/eea570e/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=d9d158b9280fc17d -C extra-filename=-d9d158b9280fc17d --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-1e0c18f6cfbb4c43.rmeta --extern typify_macro=/work/oxidecomputer/omicron/target/debug/deps/libtypify_macro-c6f433ede8ab3ab8.so --cap-lints allow -D warnings`
21042023-09-29T22:47:03.295Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_impl --edition=2021 /home/build/.cargo/git/checkouts/progenitor-639bd64206ac5e43/850867b/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=d30fa9543c4bf690 -C extra-filename=-d30fa9543c4bf690 --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-da9ba133657e3013.rmeta --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-58e6b367499d83fa.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-7a24d2e41697cd7a.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-bf55098caea8d589.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-72bdbff7f725ab98.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-577a284e9bcc389a.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-68bff4b9ff21c193.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1dc92e8732813f8f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-44d94bd17ea2528f.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-2dd1c8bfc186ca77.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-8053178730bb7d03.rmeta --extern typify=/work/oxidecomputer/omicron/target/debug/deps/libtypify-d9d158b9280fc17d.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-da60536db468fe1f.rmeta --cap-lints allow -D warnings`
21052023-09-29T22:47:03.580Z Compiling rusty-fork v0.3.0
21062023-09-29T22:47:04.003Z Running `/home/build/.rustup/toolchains/1.72.1-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=ea2bca607c310355 -C extra-filename=-ea2bca607c310355 --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-1a818be490fdad0e.rmeta --extern quick_error=/work/oxidecomputer/omicron/target/debug/deps/libquick_error-498dbea2568bdbaf.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-d8234f11b3e61901.rmeta --extern wait_timeout=/work/oxidecomputer/omicron/target/debug/deps/libwait_timeout-11ecc43a96f35e4c.rmeta --cap-lints allow -D warnings`
21072023-09-29T22:47:04.308Z Compiling rand_xorshift v0.3.0
21082023-09-29T22:47:04.752Z Running `/home/build/.rustup/toolchains/1.72.1-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=297641e0f75a7fe8 -C extra-filename=-297641e0f75a7fe8 --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-261ecd513a9709d1.rmeta --cap-lints allow -D warnings`
21092023-09-29T22:47:05.072Z Compiling unarray v0.1.4
21102023-09-29T22:47:05.177Z Running `/home/build/.rustup/toolchains/1.72.1-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=a7df36f5ba855866 -C extra-filename=-a7df36f5ba855866 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
21112023-09-29T22:47:05.473Z Running `/home/build/.rustup/toolchains/1.72.1-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 panic=abort -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=e08d941838bbeb03 -C extra-filename=-e08d941838bbeb03 --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-3c0e7eb12fc38c46.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-63f81b35d4dc5fb3.rmeta --cap-lints allow -D warnings`
21122023-09-29T22:47:05.586Z Compiling proptest v1.2.0
21132023-09-29T22:47:05.804Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name proptest --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proptest-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 opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="bit-set"' --cfg 'feature="break-dead-code"' --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=76b1ad1715fd743c -C extra-filename=-76b1ad1715fd743c --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-3a44b29fad009a22.rmeta --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-237bfdbc957aefc2.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-d0b5a9931f42a80a.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-31315c5ec54d9eb8.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-50180e8112bf05bb.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0d3d8ad1198c025f.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-5eabb5c7a332b5f6.rmeta --extern rand_xorshift=/work/oxidecomputer/omicron/target/debug/deps/librand_xorshift-297641e0f75a7fe8.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-0188060950c27f42.rmeta --extern rusty_fork=/work/oxidecomputer/omicron/target/debug/deps/librusty_fork-ea2bca607c310355.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-d8234f11b3e61901.rmeta --extern unarray=/work/oxidecomputer/omicron/target/debug/deps/libunarray-a7df36f5ba855866.rmeta --cap-lints allow -D warnings`
21142023-09-29T22:47:05.843Z Running `/home/build/.rustup/toolchains/1.72.1-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=0c37760ceb6b7eb9 -C extra-filename=-0c37760ceb6b7eb9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
21152023-09-29T22:47:06.041Z Running `/home/build/.rustup/toolchains/1.72.1-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' -C metadata=aaf538cacb38ae69 -C extra-filename=-aaf538cacb38ae69 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
21162023-09-29T22:47:06.161Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name once_cell --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.18.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -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=195040b02b177146 -C extra-filename=-195040b02b177146 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
21172023-09-29T22:47:06.618Z Running `/home/build/.rustup/toolchains/1.72.1-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=8e94dfb586ed909a -C extra-filename=-8e94dfb586ed909a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
21182023-09-29T22:47:06.703Z Running `/home/build/.rustup/toolchains/1.72.1-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="getrandom"' --cfg 'feature="std"' -C metadata=57e2e5899337d935 -C extra-filename=-57e2e5899337d935 --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-e08d941838bbeb03.rmeta --cap-lints allow -D warnings`
21192023-09-29T22:47:06.731Z Running `/home/build/.rustup/toolchains/1.72.1-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' -C metadata=c2cb76b03f094493 -C extra-filename=-c2cb76b03f094493 --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-fc95c778b5981b46.rmeta --cap-lints allow -D warnings`
21202023-09-29T22:47:07.151Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name smallvec --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smallvec-1.11.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=be0de13e5767d065 -C extra-filename=-be0de13e5767d065 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
21212023-09-29T22:47:07.164Z Running `/home/build/.rustup/toolchains/1.72.1-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=4a82555b4114c13e -C extra-filename=-4a82555b4114c13e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
21222023-09-29T22:47:07.171Z Running `/home/build/.rustup/toolchains/1.72.1-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="atomic_usize"' --cfg 'feature="default"' -C metadata=0f73e34081c966cd -C extra-filename=-0f73e34081c966cd --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-8e94dfb586ed909a.rmeta --cap-lints allow -D warnings --cfg has_const_fn_trait_bound`
21232023-09-29T22:47:07.213Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name zeroize --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zeroize-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="zeroize_derive"' -C metadata=4533caa2ab54e991 -C extra-filename=-4533caa2ab54e991 --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-ca3ceeb56650b00e.so --cap-lints allow -D warnings`
21242023-09-29T22:47:07.239Z Running `/home/build/.rustup/toolchains/1.72.1-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=713c55e158649d05 -C extra-filename=-713c55e158649d05 --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-3c0e7eb12fc38c46.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-63f81b35d4dc5fb3.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-be0de13e5767d065.rmeta --cap-lints allow -D warnings`
21252023-09-29T22:47:07.261Z Running `/home/build/.rustup/toolchains/1.72.1-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=d2e140eae73b2ead -C extra-filename=-d2e140eae73b2ead --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
21262023-09-29T22:47:07.279Z Compiling progenitor-macro v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#850867b3)
21272023-09-29T22:47:07.301Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_macro --edition=2021 /home/build/.cargo/git/checkouts/progenitor-639bd64206ac5e43/850867b/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 metadata=36ef2833be39d87c -C extra-filename=-36ef2833be39d87c --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-3a7249779ded88a9.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-577a284e9bcc389a.rlib --extern progenitor_impl=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_impl-fa6a7f5a0c6309e8.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-bf1a8b1e71bf91c0.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-21ae18ccdba9e3a7.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-d1e663d68f1702f6.rlib --extern serde_yaml=/work/oxidecomputer/omicron/target/debug/deps/libserde_yaml-11a4b31b3cb304ff.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-2dd1c8bfc186ca77.rlib --extern proc_macro --cap-lints allow -D warnings`
21282023-09-29T22:47:07.314Z Running `/home/build/.rustup/toolchains/1.72.1-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=174239e37e56f43e -C extra-filename=-174239e37e56f43e --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-0f73e34081c966cd.rmeta --extern parking_lot_core=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot_core-713c55e158649d05.rmeta --cap-lints allow -D warnings`
21292023-09-29T22:47:07.331Z Running `/home/build/.rustup/toolchains/1.72.1-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=4b290f080638b941 -C extra-filename=-4b290f080638b941 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
21302023-09-29T22:47:07.349Z Running `/home/build/.rustup/toolchains/1.72.1-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=aa81afa303ab3143 -C extra-filename=-aa81afa303ab3143 --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-63f81b35d4dc5fb3.rmeta --cap-lints allow -D warnings`
21312023-09-29T22:47:07.362Z Running `/home/build/.rustup/toolchains/1.72.1-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="i128"' --cfg 'feature="libm"' --cfg 'feature="std"' -C metadata=bbe9fdba6b5a3076 -C extra-filename=-bbe9fdba6b5a3076 --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-d2e140eae73b2ead.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`
21322023-09-29T22:47:07.376Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name mio --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-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 panic=abort -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=9b8efcf4f90c042d -C extra-filename=-9b8efcf4f90c042d --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-63f81b35d4dc5fb3.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-aaf538cacb38ae69.rmeta --cap-lints allow -D warnings`
21332023-09-29T22:47:07.385Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name typenum --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/typenum-1.17.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=c69a7fd97fb8858f -C extra-filename=-c69a7fd97fb8858f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
21342023-09-29T22:47:07.393Z Running `/home/build/.rustup/toolchains/1.72.1-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=839335292a7245f2 -C extra-filename=-839335292a7245f2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
21352023-09-29T22:47:07.406Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name byteorder --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/byteorder-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=d55331612fb42c01 -C extra-filename=-d55331612fb42c01 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
21362023-09-29T22:47:07.413Z Running `/home/build/.rustup/toolchains/1.72.1-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=260eeb8cfcbdf125 -C extra-filename=-260eeb8cfcbdf125 --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-f7786878e3229579.so --cap-lints allow -D warnings`
21372023-09-29T22:47:07.423Z Running `/home/build/.rustup/toolchains/1.72.1-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.28/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=14057c32aaca57b1 -C extra-filename=-14057c32aaca57b1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
21382023-09-29T22:47:07.453Z Running `/home/build/.rustup/toolchains/1.72.1-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="serde"' --cfg 'feature="std"' -C metadata=88e511ee3f992aac -C extra-filename=-88e511ee3f992aac --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-fc95c778b5981b46.rmeta --cap-lints allow -D warnings`
21392023-09-29T22:47:07.465Z Running `/home/build/.rustup/toolchains/1.72.1-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=09c27d2a9d9bf07b -C extra-filename=-09c27d2a9d9bf07b --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-63f81b35d4dc5fb3.rmeta --cap-lints allow -D warnings`
21402023-09-29T22:47:07.471Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name socket2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/socket2-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="all"' -C metadata=cc52177081ffd5b7 -C extra-filename=-cc52177081ffd5b7 --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-63f81b35d4dc5fb3.rmeta --cap-lints allow -D warnings`
21412023-09-29T22:47:07.484Z Running `/home/build/.rustup/toolchains/1.72.1-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="more_lengths"' --cfg 'feature="zeroize"' -C metadata=29cf0308124f039a -C extra-filename=-29cf0308124f039a --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-c69a7fd97fb8858f.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-4533caa2ab54e991.rmeta --cap-lints allow -D warnings --cfg relaxed_coherence`
21422023-09-29T22:47:07.490Z Compiling proc-macro-crate v1.3.1
21432023-09-29T22:47:07.524Z Running `/home/build/.rustup/toolchains/1.72.1-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 metadata=e63712246a8ede90 -C extra-filename=-e63712246a8ede90 --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-dffc32915439d36d.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-2709cafe9c62e500.rmeta --cap-lints allow -D warnings`
21442023-09-29T22:47:07.549Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name tokio --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.32.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -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=49b043b2e705bbca -C extra-filename=-49b043b2e705bbca --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-c2cb76b03f094493.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-63f81b35d4dc5fb3.rmeta --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-9b8efcf4f90c042d.rmeta --extern num_cpus=/work/oxidecomputer/omicron/target/debug/deps/libnum_cpus-09c27d2a9d9bf07b.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-174239e37e56f43e.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-4b290f080638b941.rmeta --extern signal_hook_registry=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_registry-aa81afa303ab3143.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-cc52177081ffd5b7.rmeta --extern tokio_macros=/work/oxidecomputer/omicron/target/debug/deps/libtokio_macros-23c62035c8bb4c93.so --cap-lints allow -D warnings`
21452023-09-29T22:47:07.561Z Compiling proc-macro-error-attr v1.0.4
21462023-09-29T22:47:07.585Z Running `/home/build/.rustup/toolchains/1.72.1-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 metadata=4793a33fef0d79c3 -C extra-filename=-4793a33fef0d79c3 --out-dir /work/oxidecomputer/omicron/target/debug/build/proc-macro-error-attr-4793a33fef0d79c3 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-fa824d592d428e82.rlib --cap-lints allow -D warnings`
21472023-09-29T22:47:07.595Z Running `/home/build/.rustup/toolchains/1.72.1-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="i128"' --cfg 'feature="std"' -C metadata=d3b97ee3b256b9db -C extra-filename=-d3b97ee3b256b9db --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
21482023-09-29T22:47:07.603Z Running `/home/build/.rustup/toolchains/1.72.1-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=83f35cd01d19a331 -C extra-filename=-83f35cd01d19a331 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
21492023-09-29T22:47:07.613Z Running `/work/oxidecomputer/omicron/target/debug/build/proc-macro-error-attr-4793a33fef0d79c3/build-script-build`
21502023-09-29T22:47:07.635Z Compiling proc-macro-error v1.0.4
21512023-09-29T22:47:07.656Z Running `/home/build/.rustup/toolchains/1.72.1-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 --cfg 'feature="default"' --cfg 'feature="syn"' --cfg 'feature="syn-error"' -C metadata=c6eda2b9346f1316 -C extra-filename=-c6eda2b9346f1316 --out-dir /work/oxidecomputer/omicron/target/debug/build/proc-macro-error-c6eda2b9346f1316 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-fa824d592d428e82.rlib --cap-lints allow -D warnings`
21522023-09-29T22:47:07.681Z Running `/home/build/.rustup/toolchains/1.72.1-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 panic=abort -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=577f9e29a56ebde0 -C extra-filename=-577f9e29a56ebde0 --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-29cf0308124f039a.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-57e2e5899337d935.rmeta --extern typenum=/work/oxidecomputer/omicron/target/debug/deps/libtypenum-c69a7fd97fb8858f.rmeta --cap-lints allow -D warnings`
21532023-09-29T22:47:07.700Z Running `/home/build/.rustup/toolchains/1.72.1-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 metadata=4413c936186ca977 -C extra-filename=-4413c936186ca977 --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-577a284e9bcc389a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rlib --extern proc_macro --cap-lints allow -D warnings`
21542023-09-29T22:47:07.720Z Running `/home/build/.rustup/toolchains/1.72.1-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.107/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="unbounded_depth"' -C metadata=51c9b43c2331a342 -C extra-filename=-51c9b43c2331a342 --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-4a82555b4114c13e.rmeta --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-83f35cd01d19a331.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc95c778b5981b46.rmeta --cap-lints allow -D warnings --cfg limb_width_64`
21552023-09-29T22:47:07.724Z Running `/work/oxidecomputer/omicron/target/debug/build/proc-macro-error-c6eda2b9346f1316/build-script-build`
21562023-09-29T22:47:07.751Z Compiling is-terminal v0.4.9
21572023-09-29T22:47:07.774Z Running `/home/build/.rustup/toolchains/1.72.1-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=752b5d06898f037d -C extra-filename=-752b5d06898f037d --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-db1169e44a19bc46.rmeta --cap-lints allow -D warnings`
21582023-09-29T22:47:07.780Z Running `/home/build/.rustup/toolchains/1.72.1-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.28/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=a78d02f725c823af -C extra-filename=-a78d02f725c823af --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
21592023-09-29T22:47:07.823Z Running `/home/build/.rustup/toolchains/1.72.1-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=b9e0b6ca8eb0c8cf -C extra-filename=-b9e0b6ca8eb0c8cf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
21602023-09-29T22:47:07.853Z Compiling base64ct v1.6.0
21612023-09-29T22:47:07.880Z Running `/home/build/.rustup/toolchains/1.72.1-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=782b309d60146739 -C extra-filename=-782b309d60146739 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
21622023-09-29T22:47:07.903Z Running `/home/build/.rustup/toolchains/1.72.1-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="db"' --cfg 'feature="std"' -C metadata=c4da83d5a55438d5 -C extra-filename=-c4da83d5a55438d5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
21632023-09-29T22:47:07.935Z Running `/home/build/.rustup/toolchains/1.72.1-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 --cfg 'feature="default"' --cfg 'feature="syn"' --cfg 'feature="syn-error"' -C metadata=45ca554d4d76a8fb -C extra-filename=-45ca554d4d76a8fb --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-4413c936186ca977.so --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-577a284e9bcc389a.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f88a0545b115dad3.rmeta --cap-lints allow -D warnings --cfg use_fallback`
21642023-09-29T22:47:07.972Z Running `/home/build/.rustup/toolchains/1.72.1-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.28/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -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=44ec121a8974b079 -C extra-filename=-44ec121a8974b079 --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-14057c32aaca57b1.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-a78d02f725c823af.rmeta --cap-lints allow -D warnings`
21652023-09-29T22:47:08.011Z Compiling num_enum_derive v0.5.11
21662023-09-29T22:47:08.038Z Running `/home/build/.rustup/toolchains/1.72.1-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 --cfg 'feature="proc-macro-crate"' --cfg 'feature="std"' -C metadata=0dc6dbb5183ef894 -C extra-filename=-0dc6dbb5183ef894 --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-e63712246a8ede90.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-577a284e9bcc389a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f88a0545b115dad3.rlib --extern proc_macro --cap-lints allow -D warnings`
21672023-09-29T22:47:08.075Z Running `/home/build/.rustup/toolchains/1.72.1-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.28/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="std"' -C metadata=1a936b59517fbe6d -C extra-filename=-1a936b59517fbe6d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
21682023-09-29T22:47:08.104Z Running `/home/build/.rustup/toolchains/1.72.1-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=b6959ed5d9f01069 -C extra-filename=-b6959ed5d9f01069 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
21692023-09-29T22:47:08.116Z Running `/home/build/.rustup/toolchains/1.72.1-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.28/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' -C metadata=2d8c9a0d23a6df66 -C extra-filename=-2d8c9a0d23a6df66 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
21702023-09-29T22:47:08.135Z Running `/home/build/.rustup/toolchains/1.72.1-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="simd"' --cfg 'feature="std"' -C metadata=776cc17a9c34995e -C extra-filename=-776cc17a9c34995e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
21712023-09-29T22:47:08.164Z Running `/home/build/.rustup/toolchains/1.72.1-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="fallback"' -C metadata=952c4328c6f554fb -C extra-filename=-952c4328c6f554fb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
21722023-09-29T22:47:08.203Z Running `/home/build/.rustup/toolchains/1.72.1-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 panic=abort -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=389c900f15cd9ab5 -C extra-filename=-389c900f15cd9ab5 --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-952c4328c6f554fb.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-bbe9fdba6b5a3076.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc95c778b5981b46.rmeta --cap-lints allow -D warnings`
21732023-09-29T22:47:08.233Z Running `/home/build/.rustup/toolchains/1.72.1-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.28/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -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=41eaecfbceab1fe7 -C extra-filename=-41eaecfbceab1fe7 --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-44ec121a8974b079.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-14057c32aaca57b1.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-2d8c9a0d23a6df66.rmeta --extern futures_macro=/work/oxidecomputer/omicron/target/debug/deps/libfutures_macro-82f8288da6a6b994.so --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-a78d02f725c823af.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-1a936b59517fbe6d.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-0c37760ceb6b7eb9.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-4b290f080638b941.rmeta --extern pin_utils=/work/oxidecomputer/omicron/target/debug/deps/libpin_utils-b9e0b6ca8eb0c8cf.rmeta --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-b6959ed5d9f01069.rmeta --cap-lints allow -D warnings`
21742023-09-29T22:47:08.260Z Running `/home/build/.rustup/toolchains/1.72.1-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=41eb75ae05dd33a0 -C extra-filename=-41eb75ae05dd33a0 --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-776cc17a9c34995e.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-57e2e5899337d935.rmeta --cap-lints allow -D warnings`
21752023-09-29T22:47:08.273Z Running `/home/build/.rustup/toolchains/1.72.1-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 panic=abort -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="min_const_gen"' --cfg 'feature="rand_chacha"' --cfg 'feature="std"' --cfg 'feature="std_rng"' -C metadata=f96502417fd063e7 -C extra-filename=-f96502417fd063e7 --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-63f81b35d4dc5fb3.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-41eb75ae05dd33a0.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-57e2e5899337d935.rmeta --cap-lints allow -D warnings`
21762023-09-29T22:47:08.826Z Running `/home/build/.rustup/toolchains/1.72.1-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=122b82141daea2b9 -C extra-filename=-122b82141daea2b9 --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-29cf0308124f039a.rmeta --cap-lints allow -D warnings`
21772023-09-29T22:47:09.230Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name uuid --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/uuid-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 opt-level=3 -C panic=abort -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=d16491bfbae9b4be -C extra-filename=-d16491bfbae9b4be --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-e08d941838bbeb03.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc95c778b5981b46.rmeta --cap-lints allow -D warnings`
21782023-09-29T22:47:10.274Z Running `/home/build/.rustup/toolchains/1.72.1-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=2cab8e63723bf814 -C extra-filename=-2cab8e63723bf814 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
21792023-09-29T22:47:10.482Z Running `/home/build/.rustup/toolchains/1.72.1-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 panic=abort -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=cee7501a54e670a8 -C extra-filename=-cee7501a54e670a8 --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-122b82141daea2b9.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-c4da83d5a55438d5.rmeta --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-577f9e29a56ebde0.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-d3b97ee3b256b9db.rmeta --cap-lints allow -D warnings`
21802023-09-29T22:47:11.259Z Running `/home/build/.rustup/toolchains/1.72.1-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=16deb6d7e68daa91 -C extra-filename=-16deb6d7e68daa91 --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-3c0e7eb12fc38c46.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-195040b02b177146.rmeta --cap-lints allow -D warnings --cfg 'feature="folded_multiply"'`
21812023-09-29T22:47:11.487Z Running `/home/build/.rustup/toolchains/1.72.1-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=8d06ce94a40ddfe1 -C extra-filename=-8d06ce94a40ddfe1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
21822023-09-29T22:47:11.604Z Running `/home/build/.rustup/toolchains/1.72.1-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="tinyvec_macros"' -C metadata=91f0b1f081d73347 -C extra-filename=-91f0b1f081d73347 --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-8d06ce94a40ddfe1.rmeta --cap-lints allow -D warnings`
21832023-09-29T22:47:12.112Z Running `/home/build/.rustup/toolchains/1.72.1-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=b4bc10243c26e981 -C extra-filename=-b4bc10243c26e981 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
21842023-09-29T22:47:12.118Z Running `/home/build/.rustup/toolchains/1.72.1-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="spin"' --cfg 'feature="spin_no_std"' -C metadata=5989520b66fa0dce -C extra-filename=-5989520b66fa0dce --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-839335292a7245f2.rmeta --cap-lints allow -D warnings`
21852023-09-29T22:47:12.124Z Running `/home/build/.rustup/toolchains/1.72.1-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="once_cell"' --cfg 'feature="std"' -C metadata=93d7d8ec84a79151 -C extra-filename=-93d7d8ec84a79151 --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-195040b02b177146.rmeta --cap-lints allow -D warnings`
21862023-09-29T22:47:12.136Z Running `/home/build/.rustup/toolchains/1.72.1-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="hardcoded-data"' --cfg 'feature="std"' -C metadata=dd3c6ac25a9b82e9 -C extra-filename=-dd3c6ac25a9b82e9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
21872023-09-29T22:47:14.203Z Running `/home/build/.rustup/toolchains/1.72.1-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=86c5147d695ab8b0 -C extra-filename=-86c5147d695ab8b0 --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-91f0b1f081d73347.rmeta --cap-lints allow -D warnings`
21882023-09-29T22:47:14.343Z Running `/home/build/.rustup/toolchains/1.72.1-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 panic=abort -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=985744b06020706f -C extra-filename=-985744b06020706f --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-3c0e7eb12fc38c46.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-aaf538cacb38ae69.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-4b290f080638b941.rmeta --extern tracing_attributes=/work/oxidecomputer/omicron/target/debug/deps/libtracing_attributes-52c69c912cb302f6.so --extern tracing_core=/work/oxidecomputer/omicron/target/debug/deps/libtracing_core-93d7d8ec84a79151.rmeta --cap-lints allow -D warnings`
21892023-09-29T22:47:14.437Z Running `/home/build/.rustup/toolchains/1.72.1-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.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=e9c6dc943016d3c1 -C extra-filename=-e9c6dc943016d3c1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
21902023-09-29T22:47:14.851Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name base64 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/base64-0.21.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=f517da13a8b686da -C extra-filename=-f517da13a8b686da --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
21912023-09-29T22:47:15.085Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name http --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/http-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=587e107ed5d6e0f1 -C extra-filename=-587e107ed5d6e0f1 --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-c2cb76b03f094493.rmeta --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-2cab8e63723bf814.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-4a82555b4114c13e.rmeta --cap-lints allow -D warnings`
21922023-09-29T22:47:15.675Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name allocator_api2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/allocator-api2-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' -C metadata=a708795783266417 -C extra-filename=-a708795783266417 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
21932023-09-29T22:47:16.017Z Running `/home/build/.rustup/toolchains/1.72.1-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.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=1a959748c4116a85 -C extra-filename=-1a959748c4116a85 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
21942023-09-29T22:47:16.139Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name schemars --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/schemars-0.8.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -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=46cf70536623e002 -C extra-filename=-46cf70536623e002 --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-c2cb76b03f094493.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-389c900f15cd9ab5.rmeta --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-e9c6dc943016d3c1.rmeta --extern schemars_derive=/work/oxidecomputer/omicron/target/debug/deps/libschemars_derive-ab87e41704d565c4.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc95c778b5981b46.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-51c9b43c2331a342.rmeta --extern uuid1=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d16491bfbae9b4be.rmeta --cap-lints allow -D warnings --cfg std_atomic64 --cfg std_atomic`
21952023-09-29T22:47:16.630Z Running `/home/build/.rustup/toolchains/1.72.1-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.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=8d764ac0566c5587 -C extra-filename=-8d764ac0566c5587 --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-1a959748c4116a85.rmeta --cap-lints allow -D warnings`
21962023-09-29T22:47:16.995Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name hashbrown --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hashbrown-0.14.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="ahash"' --cfg 'feature="allocator-api2"' --cfg 'feature="default"' --cfg 'feature="inline-more"' --cfg 'feature="raw"' -C metadata=ad8d209afa94bb52 -C extra-filename=-ad8d209afa94bb52 --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-16deb6d7e68daa91.rmeta --extern allocator_api2=/work/oxidecomputer/omicron/target/debug/deps/liballocator_api2-a708795783266417.rmeta --cap-lints allow -D warnings`
21972023-09-29T22:47:17.130Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name errno --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/errno-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' -C metadata=d6700e39a4b89f3d -C extra-filename=-d6700e39a4b89f3d --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-63f81b35d4dc5fb3.rmeta --cap-lints allow -D warnings`
21982023-09-29T22:47:17.508Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name rustix --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustix-0.38.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -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=63d8b93afb17fb92 -C extra-filename=-63d8b93afb17fb92 --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-88e511ee3f992aac.rmeta --extern libc_errno=/work/oxidecomputer/omicron/target/debug/deps/liberrno-d6700e39a4b89f3d.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-63f81b35d4dc5fb3.rmeta --cap-lints allow -D warnings --cfg libc --cfg solarish`
21992023-09-29T22:47:19.004Z Running `/home/build/.rustup/toolchains/1.72.1-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=ccb81907c4b78a17 -C extra-filename=-ccb81907c4b78a17 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
22002023-09-29T22:47:19.183Z Running `/home/build/.rustup/toolchains/1.72.1-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=2ac28cbadba7faa0 -C extra-filename=-2ac28cbadba7faa0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
22012023-09-29T22:47:19.272Z Running `/home/build/.rustup/toolchains/1.72.1-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=d385be1db3fee74e -C extra-filename=-d385be1db3fee74e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
22022023-09-29T22:47:19.406Z Running `/home/build/.rustup/toolchains/1.72.1-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.67/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="proc-macro"' -C metadata=4dbdfb813a4a048f -C extra-filename=-4dbdfb813a4a048f --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-2ac28cbadba7faa0.rmeta --cap-lints allow -D warnings --cfg wrap_proc_macro`
22032023-09-29T22:47:19.481Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name indexmap --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/indexmap-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' -C metadata=7e773befd96d3cd8 -C extra-filename=-7e773befd96d3cd8 --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-d385be1db3fee74e.rmeta --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-ad8d209afa94bb52.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc95c778b5981b46.rmeta --cap-lints allow -D warnings`
22042023-09-29T22:47:21.561Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name idna --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/idna-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=eb4a6eac9a61464f -C extra-filename=-eb4a6eac9a61464f --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-dd3c6ac25a9b82e9.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-86c5147d695ab8b0.rmeta --cap-lints allow -D warnings`
22052023-09-29T22:47:21.876Z Running `/home/build/.rustup/toolchains/1.72.1-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="proc-macro"' -C metadata=9db298c3bfbb444c -C extra-filename=-9db298c3bfbb444c --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-4dbdfb813a4a048f.rmeta --cap-lints allow -D warnings`
22062023-09-29T22:47:22.096Z Running `/home/build/.rustup/toolchains/1.72.1-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=64edcd8daed94a95 -C extra-filename=-64edcd8daed94a95 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings --cfg httparse_simd`
22072023-09-29T22:47:22.121Z Running `/home/build/.rustup/toolchains/1.72.1-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="raw"' -C metadata=45346198772e2c41 -C extra-filename=-45346198772e2c41 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
22082023-09-29T22:47:22.430Z Running `/home/build/.rustup/toolchains/1.72.1-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=f4cc2d93810d5310 -C extra-filename=-f4cc2d93810d5310 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
22092023-09-29T22:47:22.696Z Running `/home/build/.rustup/toolchains/1.72.1-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=8aa334b770300df0 -C extra-filename=-8aa334b770300df0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
22102023-09-29T22:47:22.961Z Running `/home/build/.rustup/toolchains/1.72.1-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=8b4af682f00f4f8e -C extra-filename=-8b4af682f00f4f8e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
22112023-09-29T22:47:23.051Z Running `/home/build/.rustup/toolchains/1.72.1-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="with-alloc"' -C metadata=6e30452003b40aeb -C extra-filename=-6e30452003b40aeb --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-8aa334b770300df0.rmeta --cap-lints allow -D warnings`
22122023-09-29T22:47:23.278Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name url --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/url-2.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=3a3880947b45af1e -C extra-filename=-3a3880947b45af1e --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-8d764ac0566c5587.rmeta --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-eb4a6eac9a61464f.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-1a959748c4116a85.rmeta --cap-lints allow -D warnings`
22132023-09-29T22:47:23.320Z Running `/home/build/.rustup/toolchains/1.72.1-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="dev_urandom_fallback"' --cfg 'feature="once_cell"' --cfg 'feature="std"' -C metadata=9f1588ba728336af -C extra-filename=-9f1588ba728336af --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-195040b02b177146.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-839335292a7245f2.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-8b4af682f00f4f8e.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -l static=ring-core -l static=ring-test`
22142023-09-29T22:47:23.966Z Running `/home/build/.rustup/toolchains/1.72.1-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' -C metadata=f2b2df9d67b5ff74 -C extra-filename=-f2b2df9d67b5ff74 --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-45346198772e2c41.rmeta --cap-lints allow -D warnings --cfg has_std`
22152023-09-29T22:47:24.552Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22162023-09-29T22:47:24.556Z Running `/home/build/.rustup/toolchains/1.72.1-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 metadata=ddd769f882e45b6a -C extra-filename=-ddd769f882e45b6a --out-dir /work/oxidecomputer/omicron/target/debug/build/nvpair-sys-ddd769f882e45b6a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
22172023-09-29T22:47:24.770Z Compiling progenitor v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#850867b3)
22182023-09-29T22:47:24.778Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name progenitor --edition=2021 /home/build/.cargo/git/checkouts/progenitor-639bd64206ac5e43/850867b/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=aee9c80b0792b161 -C extra-filename=-aee9c80b0792b161 --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-a88469ec7f128e6e.rmeta --extern progenitor_impl=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_impl-d30fa9543c4bf690.rmeta --extern progenitor_macro=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_macro-36ef2833be39d87c.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-44d94bd17ea2528f.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/usr/ssl-3/lib/amd64`
22192023-09-29T22:47:25.078Z Compiling base64 v0.13.1
22202023-09-29T22:47:25.084Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name base64 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/base64-0.13.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=ad8c311fcc61d255 -C extra-filename=-ad8c311fcc61d255 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
22212023-09-29T22:47:25.144Z Running `/work/oxidecomputer/omicron/target/debug/build/nvpair-sys-ddd769f882e45b6a/build-script-build`
22222023-09-29T22:47:25.178Z Running `/home/build/.rustup/toolchains/1.72.1-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.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="codec"' --cfg 'feature="default"' --cfg 'feature="io"' --cfg 'feature="tracing"' -C metadata=77e6e544b9416448 -C extra-filename=-77e6e544b9416448 --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-c2cb76b03f094493.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-14057c32aaca57b1.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-a78d02f725c823af.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-4b290f080638b941.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-49b043b2e705bbca.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-985744b06020706f.rmeta --cap-lints allow -D warnings`
22232023-09-29T22:47:25.654Z Compiling zone_cfg_derive v0.3.0
22242023-09-29T22:47:26.080Z Running `/home/build/.rustup/toolchains/1.72.1-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 metadata=9698ffe41122b597 -C extra-filename=-9698ffe41122b597 --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-58e6b367499d83fa.rlib --extern proc_macro_error=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_error-45ca554d4d76a8fb.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-577a284e9bcc389a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f88a0545b115dad3.rlib --extern proc_macro --cap-lints allow -D warnings`
22252023-09-29T22:47:26.083Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name aho_corasick --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/aho-corasick-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="perf-literal"' --cfg 'feature="std"' -C metadata=cec0cc4c4016dd7f -C extra-filename=-cec0cc4c4016dd7f --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-0c37760ceb6b7eb9.rmeta --cap-lints allow -D warnings`
22262023-09-29T22:47:26.090Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
22272023-09-29T22:47:26.105Z Running `/home/build/.rustup/toolchains/1.72.1-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 metadata=9ec34ae820c9a363 -C extra-filename=-9ec34ae820c9a363 --out-dir /work/oxidecomputer/omicron/target/debug/build/libdlpi-sys-9ec34ae820c9a363 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
22282023-09-29T22:47:26.291Z Running `/home/build/.rustup/toolchains/1.72.1-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 panic=abort -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=2d8269b93ec0e3ca -C extra-filename=-2d8269b93ec0e3ca --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
22292023-09-29T22:47:26.309Z Running `/home/build/.rustup/toolchains/1.72.1-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="all"' -C metadata=152ad3e7ed88dcfb -C extra-filename=-152ad3e7ed88dcfb --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-63f81b35d4dc5fb3.rmeta --cap-lints allow -D warnings`
22302023-09-29T22:47:26.623Z Running `/work/oxidecomputer/omicron/target/debug/build/libdlpi-sys-9ec34ae820c9a363/build-script-build`
22312023-09-29T22:47:26.638Z Compiling foreign-types-macros v0.2.3
22322023-09-29T22:47:26.643Z Running `/home/build/.rustup/toolchains/1.72.1-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 --cfg 'feature="std"' -C metadata=05d320df53624b0b -C extra-filename=-05d320df53624b0b --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-577a284e9bcc389a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-2dd1c8bfc186ca77.rlib --extern proc_macro --cap-lints allow -D warnings`
22332023-09-29T22:47:27.630Z Running `/home/build/.rustup/toolchains/1.72.1-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 panic=abort -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=963e5de6824495e7 -C extra-filename=-963e5de6824495e7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings --cfg integer128`
22342023-09-29T22:47:27.859Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name webpki --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-webpki-0.101.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=de6b427a97cad2fd -C extra-filename=-de6b427a97cad2fd --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-9f1588ba728336af.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-8b4af682f00f4f8e.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out`
22352023-09-29T22:47:27.967Z Running `/home/build/.rustup/toolchains/1.72.1-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=bef4c678dabdda56 -C extra-filename=-bef4c678dabdda56 --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-9f1588ba728336af.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-8b4af682f00f4f8e.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out`
22362023-09-29T22:47:28.465Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=98d33125413f01722947e322f82caf9d22209434#98d33125)
22372023-09-29T22:47:28.468Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/98d3312/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 --cfg 'feature="api"' --cfg 'feature="std"' -C metadata=64316d9657978234 -C extra-filename=-64316d9657978234 --out-dir /work/oxidecomputer/omicron/target/debug/build/opte-64316d9657978234 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-fa824d592d428e82.rlib --cap-lints allow -D warnings`
22382023-09-29T22:47:28.901Z Running `/home/build/.rustup/toolchains/1.72.1-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f9c066fd8aa13393 -C extra-filename=-f9c066fd8aa13393 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
22392023-09-29T22:47:28.964Z Running `/home/build/.rustup/toolchains/1.72.1-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="std"' -C metadata=cdb75033c22de3bd -C extra-filename=-cdb75033c22de3bd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
22402023-09-29T22:47:29.012Z Running `/home/build/.rustup/toolchains/1.72.1-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=672f0617b36e2a5d -C extra-filename=-672f0617b36e2a5d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
22412023-09-29T22:47:29.194Z Running `/home/build/.rustup/toolchains/1.72.1-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=bc2886ea81b15c6f -C extra-filename=-bc2886ea81b15c6f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
22422023-09-29T22:47:29.359Z Running `/home/build/.rustup/toolchains/1.72.1-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a453485417867f18 -C extra-filename=-a453485417867f18 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
22432023-09-29T22:47:29.516Z Running `/home/build/.rustup/toolchains/1.72.1-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=d5d62e0e8a25aa97 -C extra-filename=-d5d62e0e8a25aa97 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
22442023-09-29T22:47:29.621Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
22452023-09-29T22:47:29.630Z Running `/home/build/.rustup/toolchains/1.72.1-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 metadata=722aa1f1d4eeb716 -C extra-filename=-722aa1f1d4eeb716 --out-dir /work/oxidecomputer/omicron/target/debug/build/rusty-doors-722aa1f1d4eeb716 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
22462023-09-29T22:47:29.734Z Running `/home/build/.rustup/toolchains/1.72.1-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.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=33cfdfd451b457b2 -C extra-filename=-33cfdfd451b457b2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
22472023-09-29T22:47:29.883Z Running `/home/build/.rustup/toolchains/1.72.1-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=fcd6b4cdffc1bb22 -C extra-filename=-fcd6b4cdffc1bb22 --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-d5d62e0e8a25aa97.rmeta --cap-lints allow -D warnings`
22482023-09-29T22:47:30.002Z Running `/home/build/.rustup/toolchains/1.72.1-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a048596724bee275 -C extra-filename=-a048596724bee275 --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-bc2886ea81b15c6f.rmeta --cap-lints allow -D warnings`
22492023-09-29T22:47:30.135Z Running `/work/oxidecomputer/omicron/target/debug/build/rusty-doors-722aa1f1d4eeb716/build-script-build`
22502023-09-29T22:47:30.169Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-0.21.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -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=a7ce25c876f36dd7 -C extra-filename=-a7ce25c876f36dd7 --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-aaf538cacb38ae69.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-9f1588ba728336af.rmeta --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-de6b427a97cad2fd.rmeta --extern sct=/work/oxidecomputer/omicron/target/debug/deps/libsct-bef4c678dabdda56.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out`
22512023-09-29T22:47:30.189Z Running `/work/oxidecomputer/omicron/target/debug/build/opte-64316d9657978234/build-script-build`
22522023-09-29T22:47:30.268Z Running `/home/build/.rustup/toolchains/1.72.1-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=18224b65355a96e7 -C extra-filename=-18224b65355a96e7 --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-c2cb76b03f094493.rmeta --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-2cab8e63723bf814.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-14057c32aaca57b1.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-a78d02f725c823af.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-41eaecfbceab1fe7.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-587e107ed5d6e0f1.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-f2b2df9d67b5ff74.rmeta --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-b6959ed5d9f01069.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-49b043b2e705bbca.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-77e6e544b9416448.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-985744b06020706f.rmeta --cap-lints allow -D warnings`
22532023-09-29T22:47:30.300Z Running `/home/build/.rustup/toolchains/1.72.1-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=cc2563b92c9e32bb -C extra-filename=-cc2563b92c9e32bb --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-c2cb76b03f094493.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-587e107ed5d6e0f1.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-4b290f080638b941.rmeta --cap-lints allow -D warnings`
22542023-09-29T22:47:30.907Z Running `/home/build/.rustup/toolchains/1.72.1-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=59c97ed400ba404a -C extra-filename=-59c97ed400ba404a --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-f517da13a8b686da.rmeta --cap-lints allow -D warnings`
22552023-09-29T22:47:30.969Z Running `/home/build/.rustup/toolchains/1.72.1-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=31596f1cfd69171c -C extra-filename=-31596f1cfd69171c --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-3c0e7eb12fc38c46.rmeta --cap-lints allow -D warnings`
22562023-09-29T22:47:31.479Z Running `/home/build/.rustup/toolchains/1.72.1-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.93/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=bc499487ad0da46c -C extra-filename=-bc499487ad0da46c --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-63f81b35d4dc5fb3.rmeta --cap-lints allow -D warnings -L native=/usr/ssl-3/lib/amd64 -l ssl -l crypto --cfg openssl --cfg 'osslconf="OPENSSL_NO_SSL3_METHOD"' --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`
22572023-09-29T22:47:32.109Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name time --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/time-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 panic=abort -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=dda3638a3a0bc752 -C extra-filename=-dda3638a3a0bc752 --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-cdb75033c22de3bd.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-4a82555b4114c13e.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-63f81b35d4dc5fb3.rmeta --extern num_threads=/work/oxidecomputer/omicron/target/debug/deps/libnum_threads-672f0617b36e2a5d.rmeta --extern time_core=/work/oxidecomputer/omicron/target/debug/deps/libtime_core-33cfdfd451b457b2.rmeta --extern time_macros=/work/oxidecomputer/omicron/target/debug/deps/libtime_macros-79491421b2c399c2.so --cap-lints allow -D warnings`
22582023-09-29T22:47:33.379Z Running `/home/build/.rustup/toolchains/1.72.1-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="dfa-onepass"' --cfg 'feature="dfa-search"' --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=911e492018029389 -C extra-filename=-911e492018029389 --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-cec0cc4c4016dd7f.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-0c37760ceb6b7eb9.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-2d8269b93ec0e3ca.rmeta --cap-lints allow -D warnings`
22592023-09-29T22:47:33.382Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
22602023-09-29T22:47:33.385Z Running `/home/build/.rustup/toolchains/1.72.1-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 metadata=8f0ba65df9808a27 -C extra-filename=-8f0ba65df9808a27 --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-8512bc6ae7bced04.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f88a0545b115dad3.rlib --extern proc_macro --cap-lints allow -D warnings`
22612023-09-29T22:47:33.891Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=98d33125413f01722947e322f82caf9d22209434#98d33125)
22622023-09-29T22:47:33.894Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name kstat_macro --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/98d3312/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 metadata=fafcef20193987bf -C extra-filename=-fafcef20193987bf --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-8512bc6ae7bced04.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f88a0545b115dad3.rlib --extern proc_macro --cap-lints allow -D warnings`
22632023-09-29T22:47:34.272Z Running `/home/build/.rustup/toolchains/1.72.1-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="read"' --cfg 'feature="read-core"' -C metadata=d20319421da82dff -C extra-filename=-d20319421da82dff --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
22642023-09-29T22:47:34.364Z Running `/home/build/.rustup/toolchains/1.72.1-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=456145d791e7aded -C extra-filename=-456145d791e7aded --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
22652023-09-29T22:47:35.317Z Running `/home/build/.rustup/toolchains/1.72.1-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=635924db43c48ac5 -C extra-filename=-635924db43c48ac5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
22662023-09-29T22:47:35.462Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name openssl --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openssl-0.10.57/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=d897181a24d00bd2 -C extra-filename=-d897181a24d00bd2 --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-88e511ee3f992aac.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3c0e7eb12fc38c46.rmeta --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-a048596724bee275.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-63f81b35d4dc5fb3.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-195040b02b177146.rmeta --extern openssl_macros=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_macros-947a6c60d996d8d5.so --extern ffi=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-bc499487ad0da46c.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`
22672023-09-29T22:47:35.508Z Running `/home/build/.rustup/toolchains/1.72.1-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="ahash"' --cfg 'feature="default"' --cfg 'feature="inline-more"' -C metadata=b1008f6b16506ac7 -C extra-filename=-b1008f6b16506ac7 --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-16deb6d7e68daa91.rmeta --cap-lints allow -D warnings`
22682023-09-29T22:47:37.430Z Running `/home/build/.rustup/toolchains/1.72.1-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="logging"' --cfg 'feature="tls12"' -C metadata=ad209a594b27fa45 -C extra-filename=-ad209a594b27fa45 --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-a7ce25c876f36dd7.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-49b043b2e705bbca.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out`
22692023-09-29T22:47:37.441Z Running `/home/build/.rustup/toolchains/1.72.1-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="i128"' --cfg 'feature="std"' -C metadata=46b5a067a728fb98 -C extra-filename=-46b5a067a728fb98 --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-bbe9fdba6b5a3076.rmeta --cap-lints allow -D warnings --cfg has_i128`
22702023-09-29T22:47:38.040Z Running `/home/build/.rustup/toolchains/1.72.1-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 panic=abort -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=a93e56d4d374eb2f -C extra-filename=-a93e56d4d374eb2f --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-0c37760ceb6b7eb9.rmeta --cap-lints allow -D warnings`
22712023-09-29T22:47:38.775Z Running `/home/build/.rustup/toolchains/1.72.1-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=8643221b7cc69ba7 -C extra-filename=-8643221b7cc69ba7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
22722023-09-29T22:47:40.803Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name regex --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regex-1.9.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -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=58f292f48fcf4f9e -C extra-filename=-58f292f48fcf4f9e --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-cec0cc4c4016dd7f.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-0c37760ceb6b7eb9.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-911e492018029389.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-2d8269b93ec0e3ca.rmeta --cap-lints allow -D warnings`
22732023-09-29T22:47:41.563Z Running `/home/build/.rustup/toolchains/1.72.1-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=68d529025d396605 -C extra-filename=-68d529025d396605 --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-d20319421da82dff.rmeta --cap-lints allow -D warnings`
22742023-09-29T22:47:42.892Z Running `/home/build/.rustup/toolchains/1.72.1-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 panic=abort -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=9b45e1d330082d76 -C extra-filename=-9b45e1d330082d76 --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-c2cb76b03f094493.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-44ec121a8974b079.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-14057c32aaca57b1.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-41eaecfbceab1fe7.rmeta --extern h2=/work/oxidecomputer/omicron/target/debug/deps/libh2-18224b65355a96e7.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-587e107ed5d6e0f1.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-cc2563b92c9e32bb.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-64edcd8daed94a95.rmeta --extern httpdate=/work/oxidecomputer/omicron/target/debug/deps/libhttpdate-f9c066fd8aa13393.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-4a82555b4114c13e.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-4b290f080638b941.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-152ad3e7ed88dcfb.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-49b043b2e705bbca.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-635924db43c48ac5.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-985744b06020706f.rmeta --extern want=/work/oxidecomputer/omicron/target/debug/deps/libwant-fcd6b4cdffc1bb22.rmeta --cap-lints allow -D warnings`
22752023-09-29T22:47:42.895Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#59e69ef8)
22762023-09-29T22:47:42.898Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/netadm-sys-25ac2db9b1b244c6/59e69ef/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 metadata=9594995f6893c70d -C extra-filename=-9594995f6893c70d --out-dir /work/oxidecomputer/omicron/target/debug/build/libnet-9594995f6893c70d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
22772023-09-29T22:47:42.902Z Running `/home/build/.rustup/toolchains/1.72.1-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=5860cb338547d550 -C extra-filename=-5860cb338547d550 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
22782023-09-29T22:47:43.145Z Running `/work/oxidecomputer/omicron/target/debug/build/libnet-9594995f6893c70d/build-script-build`
22792023-09-29T22:47:43.185Z Running `/home/build/.rustup/toolchains/1.72.1-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=ad5142bcd4b2a9f4 -C extra-filename=-ad5142bcd4b2a9f4 --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-d55331612fb42c01.rmeta --extern zerocopy_derive=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy_derive-df2e5e2faa2d39de.so --cap-lints allow -D warnings`
22802023-09-29T22:47:43.971Z Running `/home/build/.rustup/toolchains/1.72.1-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.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="serde"' -C metadata=d972dc865a1e3943 -C extra-filename=-d972dc865a1e3943 --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-fc95c778b5981b46.rmeta --cap-lints allow -D warnings`
22812023-09-29T22:47:44.272Z Running `/home/build/.rustup/toolchains/1.72.1-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.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="serde"' -C metadata=16ed33f7c82a7bef -C extra-filename=-16ed33f7c82a7bef --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-fc95c778b5981b46.rmeta --cap-lints allow -D warnings`
22822023-09-29T22:47:44.352Z Running `/home/build/.rustup/toolchains/1.72.1-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=971cda85375d22df -C extra-filename=-971cda85375d22df --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
22832023-09-29T22:47:44.604Z Running `/home/build/.rustup/toolchains/1.72.1-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' -C metadata=9161f70e0e78d07b -C extra-filename=-9161f70e0e78d07b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
22842023-09-29T22:47:44.997Z Compiling shlex v1.2.0
22852023-09-29T22:47:45.009Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name shlex /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/shlex-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 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=cadfa44e68aa87aa -C extra-filename=-cadfa44e68aa87aa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
22862023-09-29T22:47:45.523Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name pest --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pest-2.7.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="memchr"' --cfg 'feature="std"' -C metadata=7527275f6a13dde0 -C extra-filename=-7527275f6a13dde0 --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-0c37760ceb6b7eb9.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-260eeb8cfcbdf125.rmeta --extern ucd_trie=/work/oxidecomputer/omicron/target/debug/deps/libucd_trie-9161f70e0e78d07b.rmeta --cap-lints allow -D warnings`
22872023-09-29T22:47:45.561Z Running `/home/build/.rustup/toolchains/1.72.1-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=1f9fe9513e82a620 -C extra-filename=-1f9fe9513e82a620 --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-d55331612fb42c01.rmeta --extern zerocopy_derive=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy_derive-76ae81a4f7636b9f.so --cap-lints allow -D warnings`
22882023-09-29T22:47:46.863Z Running `/home/build/.rustup/toolchains/1.72.1-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=c0bc41353d3bc2ce -C extra-filename=-c0bc41353d3bc2ce --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-aaf538cacb38ae69.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-d897181a24d00bd2.rmeta --extern openssl_probe=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_probe-a453485417867f18.rmeta --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-bc499487ad0da46c.rmeta --cap-lints allow -D warnings -L native=/usr/ssl-3/lib/amd64 --cfg have_min_max_version`
22892023-09-29T22:47:47.334Z Running `/home/build/.rustup/toolchains/1.72.1-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' -C metadata=6a1860f3303f1bff -C extra-filename=-6a1860f3303f1bff --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-3c0e7eb12fc38c46.rmeta --cap-lints allow -D warnings`
22902023-09-29T22:47:47.834Z Running `/home/build/.rustup/toolchains/1.72.1-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=3fa19df27a9875b5 -C extra-filename=-3fa19df27a9875b5 --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-c0bc41353d3bc2ce.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-49b043b2e705bbca.rmeta --cap-lints allow -D warnings -L native=/usr/ssl-3/lib/amd64`
22912023-09-29T22:47:48.256Z Running `/home/build/.rustup/toolchains/1.72.1-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=637dfbb34e50c008 -C extra-filename=-637dfbb34e50c008 --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-68d529025d396605.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3c0e7eb12fc38c46.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-63f81b35d4dc5fb3.rmeta --extern miniz_oxide=/work/oxidecomputer/omicron/target/debug/deps/libminiz_oxide-6e30452003b40aeb.rmeta --extern object=/work/oxidecomputer/omicron/target/debug/deps/libobject-a93e56d4d374eb2f.rmeta --extern rustc_demangle=/work/oxidecomputer/omicron/target/debug/deps/librustc_demangle-5860cb338547d550.rmeta --cap-lints allow -D warnings`
22922023-09-29T22:47:50.037Z Running `/home/build/.rustup/toolchains/1.72.1-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="backtrace"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=6f7a908a904e9351 -C extra-filename=-6f7a908a904e9351 --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-637dfbb34e50c008.rmeta --cap-lints allow -D warnings`
22932023-09-29T22:47:50.043Z Running `/home/build/.rustup/toolchains/1.72.1-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=6b02d646ae4e7dbb -C extra-filename=-6b02d646ae4e7dbb --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-7527275f6a13dde0.rmeta --extern pest_derive=/work/oxidecomputer/omicron/target/debug/deps/libpest_derive-34d896c32a66437e.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-260eeb8cfcbdf125.rmeta --cap-lints allow -D warnings`
22942023-09-29T22:47:50.045Z Running `/home/build/.rustup/toolchains/1.72.1-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=d3aa9b9a85204e70 -C extra-filename=-d3aa9b9a85204e70 --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-260eeb8cfcbdf125.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-1f9fe9513e82a620.rmeta --cap-lints allow -D warnings`
22952023-09-29T22:47:50.591Z Running `/home/build/.rustup/toolchains/1.72.1-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=6a24cd41365afbdb -C extra-filename=-6a24cd41365afbdb --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-a453485417867f18.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-59c97ed400ba404a.rmeta --cap-lints allow -D warnings`
22962023-09-29T22:47:50.681Z Running `/home/build/.rustup/toolchains/1.72.1-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 panic=abort -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=99d6081e5b4e0d62 -C extra-filename=-99d6081e5b4e0d62 --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-4dbdfb813a4a048f.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9db298c3bfbb444c.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-2ac28cbadba7faa0.rmeta --cap-lints allow -D warnings --cfg syn_disable_nightly_tests`
22972023-09-29T22:47:51.207Z Running `/home/build/.rustup/toolchains/1.72.1-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=7471840fd9df783e -C extra-filename=-7471840fd9df783e --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-8d764ac0566c5587.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-4a82555b4114c13e.rmeta --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-83f35cd01d19a331.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc95c778b5981b46.rmeta --cap-lints allow -D warnings`
22982023-09-29T22:47:51.237Z Running `/home/build/.rustup/toolchains/1.72.1-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=ada3359727f1c539 -C extra-filename=-ada3359727f1c539 --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-63f81b35d4dc5fb3.rmeta --cap-lints allow -D warnings`
22992023-09-29T22:47:51.292Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name anstyle --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anstyle-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=5dd6ee7466cd6906 -C extra-filename=-5dd6ee7466cd6906 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
23002023-09-29T22:47:51.406Z Running `/home/build/.rustup/toolchains/1.72.1-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="map"' -C metadata=111f14b607062773 -C extra-filename=-111f14b607062773 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
23012023-09-29T22:47:52.038Z Running `/home/build/.rustup/toolchains/1.72.1-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=f4a3d8e573f97e8a -C extra-filename=-f4a3d8e573f97e8a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
23022023-09-29T22:47:52.042Z Running `/home/build/.rustup/toolchains/1.72.1-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="use_std"' -C metadata=c3c28f089340dd8e -C extra-filename=-c3c28f089340dd8e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
23032023-09-29T22:47:52.186Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name syn --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.37/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -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=d6ad6800d818f635 -C extra-filename=-d6ad6800d818f635 --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-4dbdfb813a4a048f.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9db298c3bfbb444c.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-2ac28cbadba7faa0.rmeta --cap-lints allow -D warnings`
23042023-09-29T22:47:52.350Z Running `/home/build/.rustup/toolchains/1.72.1-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.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="utf8"' -C metadata=ce1963256c987105 -C extra-filename=-ce1963256c987105 --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-f4a3d8e573f97e8a.rmeta --cap-lints allow -D warnings`
23052023-09-29T22:47:52.896Z Running `/home/build/.rustup/toolchains/1.72.1-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="schemars"' --cfg 'feature="serde"' -C metadata=90d5128af6f923ab -C extra-filename=-90d5128af6f923ab --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-46cf70536623e002.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc95c778b5981b46.rmeta --cap-lints allow -D warnings`
23062023-09-29T22:47:52.902Z Running `/home/build/.rustup/toolchains/1.72.1-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.28/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' -C metadata=861ede71e019ee93 -C extra-filename=-861ede71e019ee93 --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-14057c32aaca57b1.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-1a936b59517fbe6d.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-41eaecfbceab1fe7.rmeta --cap-lints allow -D warnings`
23072023-09-29T22:47:52.905Z Running `/home/build/.rustup/toolchains/1.72.1-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="oid"' --cfg 'feature="std"' -C metadata=8e84a6f8110e75a4 -C extra-filename=-8e84a6f8110e75a4 --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-3c0e7eb12fc38c46.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-b4bc10243c26e981.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-cee7501a54e670a8.rmeta --cap-lints allow -D warnings`
23082023-09-29T22:47:53.615Z Running `/home/build/.rustup/toolchains/1.72.1-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="std"' -C metadata=4953e537d5ad8cf8 -C extra-filename=-4953e537d5ad8cf8 --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-29cf0308124f039a.rmeta --cap-lints allow -D warnings`
23092023-09-29T22:47:53.725Z Running `/home/build/.rustup/toolchains/1.72.1-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 panic=abort -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=d603c8d4e5059e33 -C extra-filename=-d603c8d4e5059e33 --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-0f73e34081c966cd.rmeta --cap-lints allow -D warnings`
23102023-09-29T22:47:53.976Z Running `/home/build/.rustup/toolchains/1.72.1-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=a291790a3ed91561 -C extra-filename=-a291790a3ed91561 --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-3c0e7eb12fc38c46.rmeta --cap-lints allow -D warnings --cfg crc32fast_stdarchx86`
23112023-09-29T22:47:54.016Z Running `/home/build/.rustup/toolchains/1.72.1-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=7532f2a07ea2c21b -C extra-filename=-7532f2a07ea2c21b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
23122023-09-29T22:47:54.215Z Running `/home/build/.rustup/toolchains/1.72.1-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.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -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=a7243e93cf756df6 -C extra-filename=-a7243e93cf756df6 --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-41eaecfbceab1fe7.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-587e107ed5d6e0f1.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-9b45e1d330082d76.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-aaf538cacb38ae69.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-a7ce25c876f36dd7.rmeta --extern rustls_native_certs=/work/oxidecomputer/omicron/target/debug/deps/librustls_native_certs-6a24cd41365afbdb.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-49b043b2e705bbca.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-ad209a594b27fa45.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out`
23132023-09-29T22:47:54.318Z Running `/home/build/.rustup/toolchains/1.72.1-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=995821bd20c79e88 -C extra-filename=-995821bd20c79e88 --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-c2cb76b03f094493.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-9b45e1d330082d76.rmeta --extern native_tls=/work/oxidecomputer/omicron/target/debug/deps/libnative_tls-c0bc41353d3bc2ce.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-49b043b2e705bbca.rmeta --extern tokio_native_tls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_native_tls-3fa19df27a9875b5.rmeta --cap-lints allow -D warnings -L native=/usr/ssl-3/lib/amd64`
23142023-09-29T22:47:54.507Z Running `/home/build/.rustup/toolchains/1.72.1-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=0f09ed5b1d719f1b -C extra-filename=-0f09ed5b1d719f1b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
23152023-09-29T22:47:54.754Z Running `/home/build/.rustup/toolchains/1.72.1-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=4fe8c1482d70819b -C extra-filename=-4fe8c1482d70819b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
23162023-09-29T22:47:54.860Z Running `/home/build/.rustup/toolchains/1.72.1-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=3910d49aa99207bd -C extra-filename=-3910d49aa99207bd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
23172023-09-29T22:47:55.033Z Running `/home/build/.rustup/toolchains/1.72.1-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=43f4e6202c9ec737 -C extra-filename=-43f4e6202c9ec737 --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-4fe8c1482d70819b.rmeta --cap-lints allow -D warnings`
23182023-09-29T22:47:55.107Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name reqwest --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/reqwest-0.11.20/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -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=f65baf3f29cf1fd8 -C extra-filename=-f65baf3f29cf1fd8 --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-f517da13a8b686da.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c2cb76b03f094493.rmeta --extern encoding_rs=/work/oxidecomputer/omicron/target/debug/deps/libencoding_rs-6a1860f3303f1bff.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-14057c32aaca57b1.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-41eaecfbceab1fe7.rmeta --extern h2=/work/oxidecomputer/omicron/target/debug/deps/libh2-18224b65355a96e7.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-587e107ed5d6e0f1.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-cc2563b92c9e32bb.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-9b45e1d330082d76.rmeta --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-a7243e93cf756df6.rmeta --extern hyper_tls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_tls-995821bd20c79e88.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-8643221b7cc69ba7.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-aaf538cacb38ae69.rmeta --extern mime=/work/oxidecomputer/omicron/target/debug/deps/libmime-456145d791e7aded.rmeta --extern native_tls_crate=/work/oxidecomputer/omicron/target/debug/deps/libnative_tls-c0bc41353d3bc2ce.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-195040b02b177146.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-1a959748c4116a85.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-4b290f080638b941.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-a7ce25c876f36dd7.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-59c97ed400ba404a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc95c778b5981b46.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-51c9b43c2331a342.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-7471840fd9df783e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-49b043b2e705bbca.rmeta --extern tokio_native_tls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_native_tls-3fa19df27a9875b5.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-ad209a594b27fa45.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-77e6e544b9416448.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-635924db43c48ac5.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-3a3880947b45af1e.rmeta --extern webpki_roots=/work/oxidecomputer/omicron/target/debug/deps/libwebpki_roots-3910d49aa99207bd.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/usr/ssl-3/lib/amd64`
23192023-09-29T22:47:55.357Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name anstream --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anstream-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="auto"' --cfg 'feature="default"' --cfg 'feature="wincon"' -C metadata=69246d8c9d7b4a0d -C extra-filename=-69246d8c9d7b4a0d --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-5dd6ee7466cd6906.rmeta --extern anstyle_parse=/work/oxidecomputer/omicron/target/debug/deps/libanstyle_parse-ce1963256c987105.rmeta --extern anstyle_query=/work/oxidecomputer/omicron/target/debug/deps/libanstyle_query-7532f2a07ea2c21b.rmeta --extern colorchoice=/work/oxidecomputer/omicron/target/debug/deps/libcolorchoice-0f09ed5b1d719f1b.rmeta --extern utf8parse=/work/oxidecomputer/omicron/target/debug/deps/libutf8parse-f4a3d8e573f97e8a.rmeta --cap-lints allow -D warnings`
23202023-09-29T22:47:55.520Z Running `/home/build/.rustup/toolchains/1.72.1-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="block-padding"' --cfg 'feature="std"' -C metadata=85598e73855aa06c -C extra-filename=-85598e73855aa06c --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-4953e537d5ad8cf8.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-29cf0308124f039a.rmeta --cap-lints allow -D warnings`
23212023-09-29T22:47:55.742Z Running `/home/build/.rustup/toolchains/1.72.1-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' -C metadata=9463b56967ad1514 -C extra-filename=-9463b56967ad1514 --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-7e773befd96d3cd8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc95c778b5981b46.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-d972dc865a1e3943.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-16ed33f7c82a7bef.rmeta --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-971cda85375d22df.rmeta --cap-lints allow -D warnings`
23222023-09-29T22:47:55.954Z Running `/home/build/.rustup/toolchains/1.72.1-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="i128"' -C metadata=620f8a0880f8aaa7 -C extra-filename=-620f8a0880f8aaa7 --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-46b5a067a728fb98.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-bbe9fdba6b5a3076.rmeta --cap-lints allow -D warnings --cfg has_i128 --cfg rustc_1_28`
23232023-09-29T22:47:56.287Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name openapiv3 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openapiv3-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="skip_serializing_defaults"' -C metadata=d1619451ef8d0e5e -C extra-filename=-d1619451ef8d0e5e --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-7e773befd96d3cd8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc95c778b5981b46.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-51c9b43c2331a342.rmeta --cap-lints allow -D warnings`
23242023-09-29T22:47:56.530Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name terminal_size --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/terminal_size-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=5c2f04aabc187c4d -C extra-filename=-5c2f04aabc187c4d --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-63d8b93afb17fb92.rmeta --cap-lints allow -D warnings`
23252023-09-29T22:47:56.839Z Running `/home/build/.rustup/toolchains/1.72.1-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=e43574522d476949 -C extra-filename=-e43574522d476949 --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-cee7501a54e670a8.rmeta --cap-lints allow -D warnings`
23262023-09-29T22:47:57.205Z Running `/home/build/.rustup/toolchains/1.72.1-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' -C metadata=48dbb664544ec132 -C extra-filename=-48dbb664544ec132 --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-fc95c778b5981b46.rmeta --cap-lints allow -D warnings`
23272023-09-29T22:48:06.271Z Running `/home/build/.rustup/toolchains/1.72.1-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=c762373b81d0cfb2 -C extra-filename=-c762373b81d0cfb2 --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`
23282023-09-29T22:48:06.699Z Running `/home/build/.rustup/toolchains/1.72.1-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=c1734b397a334f2d -C extra-filename=-c1734b397a334f2d --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`
23292023-09-29T22:48:07.160Z Running `/home/build/.rustup/toolchains/1.72.1-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=d02e4f44237b5109 -C extra-filename=-d02e4f44237b5109 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
23302023-09-29T22:48:07.528Z Running `/home/build/.rustup/toolchains/1.72.1-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=88a9e4732edbdaa4 -C extra-filename=-88a9e4732edbdaa4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
23312023-09-29T22:48:07.754Z Running `/home/build/.rustup/toolchains/1.72.1-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=cf018927a3737292 -C extra-filename=-cf018927a3737292 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
23322023-09-29T22:48:08.204Z Running `/home/build/.rustup/toolchains/1.72.1-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=3d58a262fc7773a5 -C extra-filename=-3d58a262fc7773a5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
23332023-09-29T22:48:08.317Z Running `/home/build/.rustup/toolchains/1.72.1-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=7c6bfd074d875608 -C extra-filename=-7c6bfd074d875608 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
23342023-09-29T22:48:08.533Z Running `/home/build/.rustup/toolchains/1.72.1-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=66a0e4542fe6c5f9 -C extra-filename=-66a0e4542fe6c5f9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
23352023-09-29T22:48:08.627Z Running `/home/build/.rustup/toolchains/1.72.1-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="display"' --cfg 'feature="parse"' -C metadata=10bfee79ab43e319 -C extra-filename=-10bfee79ab43e319 --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-fc95c778b5981b46.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-d972dc865a1e3943.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-16ed33f7c82a7bef.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-9463b56967ad1514.rmeta --cap-lints allow -D warnings`
23362023-09-29T22:48:08.862Z Running `/home/build/.rustup/toolchains/1.72.1-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="atomic"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=6d24d4dfec88b70d -C extra-filename=-6d24d4dfec88b70d --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-88a9e4732edbdaa4.rmeta --extern radium=/work/oxidecomputer/omicron/target/debug/deps/libradium-c762373b81d0cfb2.rmeta --extern tap=/work/oxidecomputer/omicron/target/debug/deps/libtap-4fe8c1482d70819b.rmeta --extern wyz=/work/oxidecomputer/omicron/target/debug/deps/libwyz-43f4e6202c9ec737.rmeta --cap-lints allow -D warnings`
23372023-09-29T22:48:08.985Z Running `/home/build/.rustup/toolchains/1.72.1-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.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -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=80a335a1ed4810d9 -C extra-filename=-80a335a1ed4810d9 --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-69246d8c9d7b4a0d.rmeta --extern anstyle=/work/oxidecomputer/omicron/target/debug/deps/libanstyle-5dd6ee7466cd6906.rmeta --extern clap_lex=/work/oxidecomputer/omicron/target/debug/deps/libclap_lex-3d58a262fc7773a5.rmeta --extern strsim=/work/oxidecomputer/omicron/target/debug/deps/libstrsim-66a0e4542fe6c5f9.rmeta --extern terminal_size=/work/oxidecomputer/omicron/target/debug/deps/libterminal_size-5c2f04aabc187c4d.rmeta --cap-lints allow -D warnings`
23382023-09-29T22:48:09.115Z Running `/home/build/.rustup/toolchains/1.72.1-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="asm"' -C metadata=67f1f781ad9588d4 -C extra-filename=-67f1f781ad9588d4 --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-d55331612fb42c01.rmeta --extern dof=/work/oxidecomputer/omicron/target/debug/deps/libdof-d3aa9b9a85204e70.rmeta --extern dtrace_parser=/work/oxidecomputer/omicron/target/debug/deps/libdtrace_parser-6b02d646ae4e7dbb.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-63f81b35d4dc5fb3.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4dbdfb813a4a048f.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9db298c3bfbb444c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc95c778b5981b46.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-51c9b43c2331a342.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-99d6081e5b4e0d62.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-260eeb8cfcbdf125.rmeta --extern thread_id=/work/oxidecomputer/omicron/target/debug/deps/libthread_id-ada3359727f1c539.rmeta --cap-lints allow -D warnings --cfg usdt_stable_asm --cfg usdt_backend_standard`
23392023-09-29T22:48:09.159Z Running `/home/build/.rustup/toolchains/1.72.1-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=cf404384f32d9ee0 -C extra-filename=-cf404384f32d9ee0 --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-3c0e7eb12fc38c46.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-31596f1cfd69171c.rmeta --extern memoffset=/work/oxidecomputer/omicron/target/debug/deps/libmemoffset-c1734b397a334f2d.rmeta --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-8e94dfb586ed909a.rmeta --cap-lints allow -D warnings`
23402023-09-29T22:48:09.315Z Running `/home/build/.rustup/toolchains/1.72.1-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="asm"' --cfg 'feature="default"' --cfg 'feature="dtrace-parser"' -C metadata=486dbcdf63113ca2 -C extra-filename=-486dbcdf63113ca2 --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-6b02d646ae4e7dbb.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc95c778b5981b46.rmeta --extern usdt_attr_macro=/work/oxidecomputer/omicron/target/debug/deps/libusdt_attr_macro-2410598c0cc412e1.so --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-67f1f781ad9588d4.rmeta --extern usdt_macro=/work/oxidecomputer/omicron/target/debug/deps/libusdt_macro-24c48f12a560bb5e.so --cap-lints allow -D warnings`
23412023-09-29T22:48:09.359Z Running `/home/build/.rustup/toolchains/1.72.1-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="block-padding"' --cfg 'feature="zeroize"' -C metadata=d483a6f8733015ad -C extra-filename=-d483a6f8733015ad --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-577f9e29a56ebde0.rmeta --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-85598e73855aa06c.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-4533caa2ab54e991.rmeta --cap-lints allow -D warnings`
23422023-09-29T22:48:09.391Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name futures --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-0.3.28/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -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=b9016aee0b2ff754 -C extra-filename=-b9016aee0b2ff754 --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-44ec121a8974b079.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-14057c32aaca57b1.rmeta --extern futures_executor=/work/oxidecomputer/omicron/target/debug/deps/libfutures_executor-861ede71e019ee93.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-2d8c9a0d23a6df66.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-a78d02f725c823af.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-1a936b59517fbe6d.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-41eaecfbceab1fe7.rmeta --cap-lints allow -D warnings`
23432023-09-29T22:48:09.416Z Running `/home/build/.rustup/toolchains/1.72.1-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=44fc1f1b664a737c -C extra-filename=-44fc1f1b664a737c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
23442023-09-29T22:48:09.434Z Running `/home/build/.rustup/toolchains/1.72.1-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=7923b4bfefb1ac88 -C extra-filename=-7923b4bfefb1ac88 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
23452023-09-29T22:48:09.469Z Running `/home/build/.rustup/toolchains/1.72.1-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=c177e433b33898b6 -C extra-filename=-c177e433b33898b6 --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-7923b4bfefb1ac88.rmeta --extern unicode_bidi=/work/oxidecomputer/omicron/target/debug/deps/libunicode_bidi-dd3c6ac25a9b82e9.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-86c5147d695ab8b0.rmeta --cap-lints allow -D warnings`
23462023-09-29T22:48:09.549Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name flate2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/flate2-1.0.27/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -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=1ab7ff61e7c67f66 -C extra-filename=-1ab7ff61e7c67f66 --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-a291790a3ed91561.rmeta --extern miniz_oxide=/work/oxidecomputer/omicron/target/debug/deps/libminiz_oxide-6e30452003b40aeb.rmeta --cap-lints allow -D warnings`
23472023-09-29T22:48:09.570Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name clap --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-4.4.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -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=1a527d146b44fd95 -C extra-filename=-1a527d146b44fd95 --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-80a335a1ed4810d9.rmeta --extern clap_derive=/work/oxidecomputer/omicron/target/debug/deps/libclap_derive-40e4bac231fc3c57.so --cap-lints allow -D warnings`
23482023-09-29T22:48:09.585Z Running `/home/build/.rustup/toolchains/1.72.1-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=5bd884bd06106a6a -C extra-filename=-5bd884bd06106a6a --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-d55331612fb42c01.rmeta --cap-lints allow -D warnings`
23492023-09-29T22:48:09.598Z Running `/home/build/.rustup/toolchains/1.72.1-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=2ea281468482626f -C extra-filename=-2ea281468482626f --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-174239e37e56f43e.rmeta --cap-lints allow -D warnings`
23502023-09-29T22:48:09.605Z Running `/home/build/.rustup/toolchains/1.72.1-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=03a1466e1f5e93e4 -C extra-filename=-03a1466e1f5e93e4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
23512023-09-29T22:48:09.850Z Running `/home/build/.rustup/toolchains/1.72.1-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=21ec75a685fdc4d7 -C extra-filename=-21ec75a685fdc4d7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
23522023-09-29T22:48:10.012Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name finl_unicode --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/finl_unicode-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="categories"' --cfg 'feature="default"' --cfg 'feature="grapheme_clusters"' -C metadata=00646e3aac758bc4 -C extra-filename=-00646e3aac758bc4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
23532023-09-29T22:48:10.104Z Running `/home/build/.rustup/toolchains/1.72.1-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="atomic-polyfill"' --cfg 'feature="cas"' --cfg 'feature="default"' -C metadata=ccf8c05070a1703f -C extra-filename=-ccf8c05070a1703f --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-5bd884bd06106a6a.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-d603c8d4e5059e33.rmeta --extern stable_deref_trait=/work/oxidecomputer/omicron/target/debug/deps/libstable_deref_trait-21ec75a685fdc4d7.rmeta --cap-lints allow -D warnings --cfg has_cas --cfg has_atomics`
23542023-09-29T22:48:10.173Z Running `/home/build/.rustup/toolchains/1.72.1-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=d7c39ac0460a3e08 -C extra-filename=-d7c39ac0460a3e08 --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-aaf538cacb38ae69.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-174239e37e56f43e.rmeta --extern scheduled_thread_pool=/work/oxidecomputer/omicron/target/debug/deps/libscheduled_thread_pool-2ea281468482626f.rmeta --cap-lints allow -D warnings`
23552023-09-29T22:48:10.191Z Running `/home/build/.rustup/toolchains/1.72.1-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="tokio"' --cfg 'feature="tokio-runtime"' -C metadata=937d62598852268e -C extra-filename=-937d62598852268e --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-60cc23ed68c4a18e.so --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3c0e7eb12fc38c46.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-44fc1f1b664a737c.rmeta --extern enum_as_inner=/work/oxidecomputer/omicron/target/debug/deps/libenum_as_inner-97219a9e84668e1a.so --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-44ec121a8974b079.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-2d8c9a0d23a6df66.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-41eaecfbceab1fe7.rmeta --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-c177e433b33898b6.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-8643221b7cc69ba7.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-5989520b66fa0dce.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-f96502417fd063e7.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-be0de13e5767d065.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-260eeb8cfcbdf125.rmeta --extern tinyvec=/work/oxidecomputer/omicron/target/debug/deps/libtinyvec-91f0b1f081d73347.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-49b043b2e705bbca.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-985744b06020706f.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-3a3880947b45af1e.rmeta --cap-lints allow -D warnings`
23562023-09-29T22:48:10.725Z Running `/home/build/.rustup/toolchains/1.72.1-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="use_alloc"' --cfg 'feature="use_std"' -C metadata=3f89cd07508cd947 -C extra-filename=-3f89cd07508cd947 --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-c3c28f089340dd8e.rmeta --cap-lints allow -D warnings`
23572023-09-29T22:48:11.156Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name stringprep /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/stringprep-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=8a40674f6ae54faa -C extra-filename=-8a40674f6ae54faa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern finl_unicode=/work/oxidecomputer/omicron/target/debug/deps/libfinl_unicode-00646e3aac758bc4.rmeta --extern unicode_bidi=/work/oxidecomputer/omicron/target/debug/deps/libunicode_bidi-dd3c6ac25a9b82e9.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-86c5147d695ab8b0.rmeta --cap-lints allow -D warnings`
23582023-09-29T22:48:12.133Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name md5 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/md-5-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=56457d4c543bb9a0 -C extra-filename=-56457d4c543bb9a0 --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-3c0e7eb12fc38c46.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-cee7501a54e670a8.rmeta --cap-lints allow -D warnings`
23592023-09-29T22:48:12.592Z Running `/home/build/.rustup/toolchains/1.72.1-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=888510a1dffd1cc6 -C extra-filename=-888510a1dffd1cc6 --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`
23602023-09-29T22:48:13.076Z Running `/home/build/.rustup/toolchains/1.72.1-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=88eefee67aa2ca73 -C extra-filename=-88eefee67aa2ca73 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
23612023-09-29T22:48:13.160Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name diesel --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/diesel-2.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -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=68dd85695126a27c -C extra-filename=-68dd85695126a27c --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-88e511ee3f992aac.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-d55331612fb42c01.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-389c900f15cd9ab5.rmeta --extern diesel_derives=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_derives-26fdea0f73e90887.so --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-90d5128af6f923ab.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-4a82555b4114c13e.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-63f81b35d4dc5fb3.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-888510a1dffd1cc6.rmeta --extern r2d2=/work/oxidecomputer/omicron/target/debug/deps/libr2d2-d7c39ac0460a3e08.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-51c9b43c2331a342.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d16491bfbae9b4be.rmeta --cap-lints allow -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64`
23622023-09-29T22:48:13.338Z Running `/home/build/.rustup/toolchains/1.72.1-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=2b3bb4d510637740 -C extra-filename=-2b3bb4d510637740 --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-f517da13a8b686da.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-d55331612fb42c01.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c2cb76b03f094493.rmeta --extern fallible_iterator=/work/oxidecomputer/omicron/target/debug/deps/libfallible_iterator-d02e4f44237b5109.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-e43574522d476949.rmeta --extern md5=/work/oxidecomputer/omicron/target/debug/deps/libmd5-56457d4c543bb9a0.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-0c37760ceb6b7eb9.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-f96502417fd063e7.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-8e84a6f8110e75a4.rmeta --extern stringprep=/work/oxidecomputer/omicron/target/debug/deps/libstringprep-8a40674f6ae54faa.rmeta --cap-lints allow -D warnings`
23632023-09-29T22:48:14.430Z Running `/home/build/.rustup/toolchains/1.72.1-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="proto-ipv6"' -C metadata=181b7f043b2c30db -C extra-filename=-181b7f043b2c30db --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-ccb81907c4b78a17.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-d55331612fb42c01.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3c0e7eb12fc38c46.rmeta --extern heapless=/work/oxidecomputer/omicron/target/debug/deps/libheapless-ccf8c05070a1703f.rmeta --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-111f14b607062773.rmeta --cap-lints allow -D warnings`
23642023-09-29T22:48:14.583Z Running `/home/build/.rustup/toolchains/1.72.1-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' -C metadata=329c2d8829f295b4 -C extra-filename=-329c2d8829f295b4 --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-7c6bfd074d875608.rmeta --cap-lints allow -D warnings`
23652023-09-29T22:48:14.890Z Running `/home/build/.rustup/toolchains/1.72.1-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=0b932e1a727800e8 -C extra-filename=-0b932e1a727800e8 --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-7c6bfd074d875608.rmeta --cap-lints allow -D warnings`
23662023-09-29T22:48:15.183Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name bstr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bstr-1.6.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="unicode"' -C metadata=f050eb025633035e -C extra-filename=-f050eb025633035e --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-0c37760ceb6b7eb9.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-911e492018029389.rmeta --cap-lints allow -D warnings`
23672023-09-29T22:48:15.428Z Running `/home/build/.rustup/toolchains/1.72.1-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="rand"' --cfg 'feature="std"' -C metadata=16df8980a5e5619c -C extra-filename=-16df8980a5e5619c --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-46b5a067a728fb98.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-bbe9fdba6b5a3076.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-f96502417fd063e7.rmeta --cap-lints allow -D warnings --cfg u64_digit --cfg has_try_from --cfg use_addcarry`
23682023-09-29T22:48:15.522Z Running `/home/build/.rustup/toolchains/1.72.1-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=580be2a99dd1b791 -C extra-filename=-580be2a99dd1b791 --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-ecf3929afd1d063e.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc95c778b5981b46.rmeta --cap-lints allow -D warnings`
23692023-09-29T22:48:15.658Z Running `/home/build/.rustup/toolchains/1.72.1-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=db29cd89a6581661 -C extra-filename=-db29cd89a6581661 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
23702023-09-29T22:48:16.247Z Running `/home/build/.rustup/toolchains/1.72.1-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a7cec53620c7ef69 -C extra-filename=-a7cec53620c7ef69 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
23712023-09-29T22:48:16.392Z Running `/home/build/.rustup/toolchains/1.72.1-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=597a87249761323b -C extra-filename=-597a87249761323b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
23722023-09-29T22:48:16.424Z Running `/home/build/.rustup/toolchains/1.72.1-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=1a2e9d48937a2707 -C extra-filename=-1a2e9d48937a2707 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
23732023-09-29T22:48:16.564Z Running `/home/build/.rustup/toolchains/1.72.1-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=28d0743063766c5f -C extra-filename=-28d0743063766c5f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
23742023-09-29T22:48:16.971Z Running `/home/build/.rustup/toolchains/1.72.1-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 panic=abort -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=e4ee62a2df3d7f7b -C extra-filename=-e4ee62a2df3d7f7b --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-28d0743063766c5f.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-7e773befd96d3cd8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc95c778b5981b46.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-d5f28ff1ebf2cea8.so --cap-lints allow -D warnings`
23752023-09-29T22:48:17.414Z Running `/home/build/.rustup/toolchains/1.72.1-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="serde_support"' -C metadata=bc954d7f4e5c8c89 -C extra-filename=-bc954d7f4e5c8c89 --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-a7cec53620c7ef69.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-195040b02b177146.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-174239e37e56f43e.rmeta --extern phf_shared=/work/oxidecomputer/omicron/target/debug/deps/libphf_shared-0b932e1a727800e8.rmeta --extern precomputed_hash=/work/oxidecomputer/omicron/target/debug/deps/libprecomputed_hash-597a87249761323b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc95c778b5981b46.rmeta --cap-lints allow -D warnings`
23762023-09-29T22:48:17.422Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name gateway_messages --edition=2021 /home/build/.cargo/git/checkouts/management-gateway-service-749acba834b73294/1e180ae/gateway-messages/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="smoltcp"' --cfg 'feature="std"' -C metadata=a2a72deb8c5eb97e -C extra-filename=-a2a72deb8c5eb97e --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-ccb81907c4b78a17.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-580be2a99dd1b791.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc95c778b5981b46.rmeta --extern serde_repr=/work/oxidecomputer/omicron/target/debug/deps/libserde_repr-df2f4f8fb096e2fd.so --extern smoltcp=/work/oxidecomputer/omicron/target/debug/deps/libsmoltcp-181b7f043b2c30db.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-cf018927a3737292.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d16491bfbae9b4be.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-ad5142bcd4b2a9f4.rmeta --cap-lints allow -D warnings`
23772023-09-29T22:48:17.801Z Running `/home/build/.rustup/toolchains/1.72.1-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 panic=abort -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=90494af026d44ec1 -C extra-filename=-90494af026d44ec1 --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-5989520b66fa0dce.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-0c37760ceb6b7eb9.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-db29cd89a6581661.rmeta --cap-lints allow -D warnings`
23782023-09-29T22:48:18.155Z Running `/home/build/.rustup/toolchains/1.72.1-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=24fa5f2f08ec0b15 -C extra-filename=-24fa5f2f08ec0b15 --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-329c2d8829f295b4.rmeta --cap-lints allow -D warnings`
23792023-09-29T22:48:18.229Z Running `/home/build/.rustup/toolchains/1.72.1-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 panic=abort -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=ac2a0a43c5aa4fb9 -C extra-filename=-ac2a0a43c5aa4fb9 --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-c2cb76b03f094493.rmeta --extern chrono_04=/work/oxidecomputer/omicron/target/debug/deps/libchrono-389c900f15cd9ab5.rmeta --extern fallible_iterator=/work/oxidecomputer/omicron/target/debug/deps/libfallible_iterator-d02e4f44237b5109.rmeta --extern postgres_protocol=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_protocol-2b3bb4d510637740.rmeta --extern serde_1=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc95c778b5981b46.rmeta --extern serde_json_1=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-51c9b43c2331a342.rmeta --extern uuid_1=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d16491bfbae9b4be.rmeta --cap-lints allow -D warnings`
23802023-09-29T22:48:18.618Z Running `/home/build/.rustup/toolchains/1.72.1-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=282eeb4c5573d511 -C extra-filename=-282eeb4c5573d511 --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-03a1466e1f5e93e4.rmeta --cap-lints allow -D warnings`
23812023-09-29T22:48:19.088Z Running `/home/build/.rustup/toolchains/1.72.1-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="use_alloc"' --cfg 'feature="use_std"' -C metadata=8e044772089bbb07 -C extra-filename=-8e044772089bbb07 --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-c3c28f089340dd8e.rmeta --cap-lints allow -D warnings`
23822023-09-29T22:48:20.285Z Running `/home/build/.rustup/toolchains/1.72.1-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 panic=abort -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=b4b0387d2a1fdc57 -C extra-filename=-b4b0387d2a1fdc57 --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-03a1466e1f5e93e4.rmeta --extern num_bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint-16df8980a5e5619c.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-dda3638a3a0bc752.rmeta --cap-lints allow -D warnings`
23832023-09-29T22:48:20.675Z Running `/home/build/.rustup/toolchains/1.72.1-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="backend-pikevm"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=ebe19ba3b8a7e9d3 -C extra-filename=-ebe19ba3b8a7e9d3 --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-b1008f6b16506ac7.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-0c37760ceb6b7eb9.rmeta --cap-lints allow -D warnings`
23842023-09-29T22:48:23.470Z Compiling pem v1.1.1
23852023-09-29T22:48:23.475Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name pem --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pem-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=f696754fa8dc0fb4 -C extra-filename=-f696754fa8dc0fb4 --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-ad8c311fcc61d255.rmeta --cap-lints allow -D warnings`
23862023-09-29T22:48:23.547Z Running `/home/build/.rustup/toolchains/1.72.1-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="ansi-parsing"' --cfg 'feature="default"' --cfg 'feature="unicode-width"' -C metadata=9c0ff94bc4454758 -C extra-filename=-9c0ff94bc4454758 --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-5989520b66fa0dce.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-63f81b35d4dc5fb3.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-f4cc2d93810d5310.rmeta --cap-lints allow -D warnings`
23872023-09-29T22:48:23.821Z Compiling password-hash v0.5.0
23882023-09-29T22:48:23.824Z Running `/home/build/.rustup/toolchains/1.72.1-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=b8fbfb8166ce6bd7 -C extra-filename=-b8fbfb8166ce6bd7 --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-782b309d60146739.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-261ecd513a9709d1.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-5aae046eb05ace35.rmeta --cap-lints allow -D warnings`
23892023-09-29T22:48:23.851Z Running `/home/build/.rustup/toolchains/1.72.1-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="num-traits"' --cfg 'feature="ratio"' -C metadata=28e012a9a5d1528a -C extra-filename=-28e012a9a5d1528a --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-bbe9fdba6b5a3076.rmeta --cap-lints allow -D warnings`
23902023-09-29T22:48:24.201Z Compiling blake2 v0.10.6
23912023-09-29T22:48:24.205Z Running `/home/build/.rustup/toolchains/1.72.1-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=ed98f3574a245872 -C extra-filename=-ed98f3574a245872 --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-870b907c595b5d33.rmeta --cap-lints allow -D warnings`
23922023-09-29T22:48:24.584Z Running `/home/build/.rustup/toolchains/1.72.1-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f5b4f755c0de68a9 -C extra-filename=-f5b4f755c0de68a9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
23932023-09-29T22:48:25.194Z Running `/home/build/.rustup/toolchains/1.72.1-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=258c6c3c80c925b3 -C extra-filename=-258c6c3c80c925b3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
23942023-09-29T22:48:25.612Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name smawk --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smawk-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a2e4edbbc94f8d46 -C extra-filename=-a2e4edbbc94f8d46 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
23952023-09-29T22:48:25.853Z Running `/home/build/.rustup/toolchains/1.72.1-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=52aa3280b80b056c -C extra-filename=-52aa3280b80b056c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
23962023-09-29T22:48:25.922Z Running `/home/build/.rustup/toolchains/1.72.1-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=481036e0ceb810d1 -C extra-filename=-481036e0ceb810d1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
23972023-09-29T22:48:26.184Z Running `/home/build/.rustup/toolchains/1.72.1-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 panic=abort -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=42a3f92a98646623 -C extra-filename=-42a3f92a98646623 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
23982023-09-29T22:48:26.233Z Running `/home/build/.rustup/toolchains/1.72.1-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 panic=abort -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=7301b8034b6308fa -C extra-filename=-7301b8034b6308fa --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-5dd6ee7466cd6906.rmeta --extern difflib=/work/oxidecomputer/omicron/target/debug/deps/libdifflib-258c6c3c80c925b3.rmeta --extern float_cmp=/work/oxidecomputer/omicron/target/debug/deps/libfloat_cmp-28e012a9a5d1528a.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3f89cd07508cd947.rmeta --extern normalize_line_endings=/work/oxidecomputer/omicron/target/debug/deps/libnormalize_line_endings-481036e0ceb810d1.rmeta --extern predicates_core=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_core-f5b4f755c0de68a9.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-58f292f48fcf4f9e.rmeta --cap-lints allow -D warnings`
23992023-09-29T22:48:26.660Z Running `/home/build/.rustup/toolchains/1.72.1-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 panic=abort -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=ea316124d9451067 -C extra-filename=-ea316124d9451067 --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-a2e4edbbc94f8d46.rmeta --extern unicode_linebreak=/work/oxidecomputer/omicron/target/debug/deps/libunicode_linebreak-52aa3280b80b056c.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-f4cc2d93810d5310.rmeta --cap-lints allow -D warnings`
24002023-09-29T22:48:26.718Z Running `/home/build/.rustup/toolchains/1.72.1-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 panic=abort -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=fe5328355f7252f2 -C extra-filename=-fe5328355f7252f2 --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-60cc23ed68c4a18e.so --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-d55331612fb42c01.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c2cb76b03f094493.rmeta --extern fallible_iterator=/work/oxidecomputer/omicron/target/debug/deps/libfallible_iterator-d02e4f44237b5109.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-44ec121a8974b079.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-41eaecfbceab1fe7.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-aaf538cacb38ae69.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-174239e37e56f43e.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-1a959748c4116a85.rmeta --extern phf=/work/oxidecomputer/omicron/target/debug/deps/libphf-24fa5f2f08ec0b15.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-4b290f080638b941.rmeta --extern postgres_protocol=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_protocol-2b3bb4d510637740.rmeta --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-ac2a0a43c5aa4fb9.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-f96502417fd063e7.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-cc52177081ffd5b7.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-49b043b2e705bbca.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-77e6e544b9416448.rmeta --extern whoami=/work/oxidecomputer/omicron/target/debug/deps/libwhoami-42a3f92a98646623.rmeta --cap-lints allow -D warnings`
24012023-09-29T22:48:27.080Z Compiling argon2 v0.5.2
24022023-09-29T22:48:27.083Z Running `/home/build/.rustup/toolchains/1.72.1-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=4ac2f46c2995607b -C extra-filename=-4ac2f46c2995607b --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-782b309d60146739.rmeta --extern blake2=/work/oxidecomputer/omicron/target/debug/deps/libblake2-ed98f3574a245872.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-9833e47a7666dcf6.rmeta --extern password_hash=/work/oxidecomputer/omicron/target/debug/deps/libpassword_hash-b8fbfb8166ce6bd7.rmeta --cap-lints allow -D warnings`
24032023-09-29T22:48:27.593Z Running `/home/build/.rustup/toolchains/1.72.1-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 panic=abort -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=fecf14f1af0d3564 -C extra-filename=-fecf14f1af0d3564 --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-90494af026d44ec1.rmeta --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-88eefee67aa2ca73.rmeta --cap-lints allow -D warnings`
24042023-09-29T22:48:28.755Z Running `/home/build/.rustup/toolchains/1.72.1-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="net"' --cfg 'feature="time"' -C metadata=ba9f8c93f72b01db -C extra-filename=-ba9f8c93f72b01db --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-14057c32aaca57b1.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-4b290f080638b941.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-49b043b2e705bbca.rmeta --cap-lints allow -D warnings`
24052023-09-29T22:48:28.837Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name semver --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/semver-1.0.19/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' -C metadata=6ae8a16b46994acf -C extra-filename=-6ae8a16b46994acf --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-fc95c778b5981b46.rmeta --cap-lints allow -D warnings`
24062023-09-29T22:48:29.748Z Running `/home/build/.rustup/toolchains/1.72.1-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=b7dad78e10e2d8bd -C extra-filename=-b7dad78e10e2d8bd --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-63f81b35d4dc5fb3.rmeta --cap-lints allow -D warnings`
24072023-09-29T22:48:29.953Z Compiling signature v2.1.0
24082023-09-29T22:48:29.956Z Running `/home/build/.rustup/toolchains/1.72.1-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=9984d9cece7d9e19 -C extra-filename=-9984d9cece7d9e19 --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-870b907c595b5d33.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-261ecd513a9709d1.rmeta --cap-lints allow -D warnings`
24092023-09-29T22:48:30.134Z Running `/home/build/.rustup/toolchains/1.72.1-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=e09bec773f40c56e -C extra-filename=-e09bec773f40c56e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
24102023-09-29T22:48:30.301Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_client --edition=2021 /home/build/.cargo/git/checkouts/progenitor-639bd64206ac5e43/850867b/progenitor-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=4e0b428177e0cd76 -C extra-filename=-4e0b428177e0cd76 --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-c2cb76b03f094493.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-14057c32aaca57b1.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-1a959748c4116a85.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f65baf3f29cf1fd8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc95c778b5981b46.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-51c9b43c2331a342.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-7471840fd9df783e.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/usr/ssl-3/lib/amd64`
24112023-09-29T22:48:30.328Z Running `/home/build/.rustup/toolchains/1.72.1-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=11c486de82996761 -C extra-filename=-11c486de82996761 --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-f4cc2d93810d5310.rmeta --cap-lints allow -D warnings`
24122023-09-29T22:48:30.830Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name typify_impl --edition=2021 /home/build/.cargo/git/checkouts/typify-288d5a84bbbe6a46/eea570e/typify-impl/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=87df70ecfc1bbc61 -C extra-filename=-87df70ecfc1bbc61 --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-e09bec773f40c56e.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-aaf538cacb38ae69.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4dbdfb813a4a048f.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9db298c3bfbb444c.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-ebe19ba3b8a7e9d3.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-46cf70536623e002.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-51c9b43c2331a342.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d6ad6800d818f635.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-260eeb8cfcbdf125.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-2ac28cbadba7faa0.rmeta --cap-lints allow -D warnings`
24132023-09-29T22:48:30.936Z Compiling num_enum v0.5.11
24142023-09-29T22:48:30.945Z Running `/home/build/.rustup/toolchains/1.72.1-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=415bf1320d00fc35 -C extra-filename=-415bf1320d00fc35 --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-0dc6dbb5183ef894.so --cap-lints allow -D warnings`
24152023-09-29T22:48:31.221Z Running `/home/build/.rustup/toolchains/1.72.1-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=df563ab0b426c725 -C extra-filename=-df563ab0b426c725 --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-63f81b35d4dc5fb3.rmeta --cap-lints allow -D warnings`
24162023-09-29T22:48:31.625Z Compiling headers-core v0.2.0
24172023-09-29T22:48:31.628Z Running `/home/build/.rustup/toolchains/1.72.1-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=2b223f4f05400977 -C extra-filename=-2b223f4f05400977 --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-7a24d2e41697cd7a.rmeta --cap-lints allow -D warnings`
24182023-09-29T22:48:31.868Z Running `/home/build/.rustup/toolchains/1.72.1-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="use_core"' -C metadata=8adc0276e9b31203 -C extra-filename=-8adc0276e9b31203 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
24192023-09-29T22:48:31.956Z Compiling headers v0.3.9
24202023-09-29T22:48:31.974Z Running `/home/build/.rustup/toolchains/1.72.1-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=bcb7c05bb577a676 -C extra-filename=-bcb7c05bb577a676 --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-7153363a1fac6343.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-cd943cd2dfeb8306.rmeta --extern headers_core=/work/oxidecomputer/omicron/target/debug/deps/libheaders_core-2b223f4f05400977.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-7a24d2e41697cd7a.rmeta --extern httpdate=/work/oxidecomputer/omicron/target/debug/deps/libhttpdate-88a461b76c14f00c.rmeta --extern mime=/work/oxidecomputer/omicron/target/debug/deps/libmime-00ced72cf6a670b3.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-b8ea551e90c1d73f.rmeta --cap-lints allow -D warnings`
24212023-09-29T22:48:32.011Z Running `/home/build/.rustup/toolchains/1.72.1-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=8460fc0220c5b3a5 -C extra-filename=-8460fc0220c5b3a5 --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-63f81b35d4dc5fb3.rmeta --extern match_cfg=/work/oxidecomputer/omicron/target/debug/deps/libmatch_cfg-8adc0276e9b31203.rmeta --cap-lints allow -D warnings`
24222023-09-29T22:48:32.117Z Running `/home/build/.rustup/toolchains/1.72.1-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=74b7763158c26b51 -C extra-filename=-74b7763158c26b51 --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-3c0e7eb12fc38c46.rmeta --extern dirs_sys_next=/work/oxidecomputer/omicron/target/debug/deps/libdirs_sys_next-df563ab0b426c725.rmeta --cap-lints allow -D warnings`
24232023-09-29T22:48:32.387Z Running `/home/build/.rustup/toolchains/1.72.1-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=e96518f20aad03dd -C extra-filename=-e96518f20aad03dd --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-3c0e7eb12fc38c46.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-195040b02b177146.rmeta --cap-lints allow -D warnings`
24242023-09-29T22:48:32.435Z Running `/home/build/.rustup/toolchains/1.72.1-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=afa7ed8622a3f9df -C extra-filename=-afa7ed8622a3f9df --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-74b7763158c26b51.rmeta --cap-lints allow -D warnings`
24252023-09-29T22:48:32.476Z Running `/home/build/.rustup/toolchains/1.72.1-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="crossbeam-utils"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=37bce1a76b384cd2 -C extra-filename=-37bce1a76b384cd2 --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-3c0e7eb12fc38c46.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-31596f1cfd69171c.rmeta --cap-lints allow -D warnings`
24262023-09-29T22:48:33.053Z Running `/home/build/.rustup/toolchains/1.72.1-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=dae9922e1d159d5a -C extra-filename=-dae9922e1d159d5a --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-3c0e7eb12fc38c46.rmeta --cap-lints allow -D warnings`
24272023-09-29T22:48:33.255Z Compiling cancel-safe-futures v0.1.2
24282023-09-29T22:48:33.267Z Running `/home/build/.rustup/toolchains/1.72.1-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.2/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="macros"' --cfg 'feature="std"' -C metadata=e7f8e639f8a31ba0 -C extra-filename=-e7f8e639f8a31ba0 --out-dir /work/oxidecomputer/omicron/target/debug/build/cancel-safe-futures-e7f8e639f8a31ba0 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
24292023-09-29T22:48:33.284Z Running `/home/build/.rustup/toolchains/1.72.1-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=ec03181a96ec9d00 -C extra-filename=-ec03181a96ec9d00 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
24302023-09-29T22:48:33.552Z Running `/home/build/.rustup/toolchains/1.72.1-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=7ea5c210a1de1190 -C extra-filename=-7ea5c210a1de1190 --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-b7dad78e10e2d8bd.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rmeta --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-afa7ed8622a3f9df.rmeta --extern thread_local=/work/oxidecomputer/omicron/target/debug/deps/libthread_local-e96518f20aad03dd.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-dda3638a3a0bc752.rmeta --cap-lints allow -D warnings`
24312023-09-29T22:48:33.859Z Running `/work/oxidecomputer/omicron/target/debug/build/cancel-safe-futures-e7f8e639f8a31ba0/build-script-build`
24322023-09-29T22:48:33.902Z Running `/home/build/.rustup/toolchains/1.72.1-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=ceb79fdff76abd9e -C extra-filename=-ceb79fdff76abd9e --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-37bce1a76b384cd2.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rmeta --extern take_mut=/work/oxidecomputer/omicron/target/debug/deps/libtake_mut-ec03181a96ec9d00.rmeta --extern thread_local=/work/oxidecomputer/omicron/target/debug/deps/libthread_local-e96518f20aad03dd.rmeta --cap-lints allow -D warnings --cfg integer128`
24332023-09-29T22:48:34.316Z Compiling rcgen v0.10.0
24342023-09-29T22:48:34.358Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name rcgen --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rcgen-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="pem"' -C metadata=8dfc62ce550bbbf7 -C extra-filename=-8dfc62ce550bbbf7 --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-f696754fa8dc0fb4.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-ab830bac25aeb8d2.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-6aede6816635528b.rmeta --extern yasna=/work/oxidecomputer/omicron/target/debug/deps/libyasna-4cf9625800b2c2de.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out`
24352023-09-29T22:48:34.781Z Running `/home/build/.rustup/toolchains/1.72.1-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=b6c2bea68bbb551e -C extra-filename=-b6c2bea68bbb551e --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-fc95c778b5981b46.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-51c9b43c2331a342.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-dda3638a3a0bc752.rmeta --cap-lints allow -D warnings`
24362023-09-29T22:48:34.891Z Running `/home/build/.rustup/toolchains/1.72.1-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=f9caaada10b686c4 -C extra-filename=-f9caaada10b686c4 --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-3c0e7eb12fc38c46.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-b4bc10243c26e981.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-cee7501a54e670a8.rmeta --cap-lints allow -D warnings`
24372023-09-29T22:48:35.359Z Compiling subprocess v0.2.9
24382023-09-29T22:48:35.361Z Running `/home/build/.rustup/toolchains/1.72.1-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=3d4ed7085fff63b9 -C extra-filename=-3d4ed7085fff63b9 --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-b1078066b701b737.rmeta --cap-lints allow -D warnings`
24392023-09-29T22:48:35.388Z Running `/home/build/.rustup/toolchains/1.72.1-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=1e0ca798de1c2556 -C extra-filename=-1e0ca798de1c2556 --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-8460fc0220c5b3a5.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rmeta --extern slog_json=/work/oxidecomputer/omicron/target/debug/deps/libslog_json-b6c2bea68bbb551e.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-dda3638a3a0bc752.rmeta --cap-lints allow -D warnings`
24402023-09-29T22:48:35.479Z Compiling zone v0.3.0
24412023-09-29T22:48:35.523Z Running `/home/build/.rustup/toolchains/1.72.1-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=2350a122b2a13229 -C extra-filename=-2350a122b2a13229 --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-7530193c025b34c1.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-8053178730bb7d03.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5e0f716cf1967241.rmeta --extern zone_cfg_derive=/work/oxidecomputer/omicron/target/debug/deps/libzone_cfg_derive-9698ffe41122b597.so --cap-lints allow -D warnings`
24422023-09-29T22:48:35.527Z Compiling smf v0.2.3
24432023-09-29T22:48:35.530Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name smf --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smf-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=e86e706d4526321b -C extra-filename=-e86e706d4526321b --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-8053178730bb7d03.rmeta --cap-lints allow -D warnings`
24442023-09-29T22:48:35.690Z Compiling slog-dtrace v0.2.3
24452023-09-29T22:48:35.695Z Running `/home/build/.rustup/toolchains/1.72.1-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 metadata=b50647bca677c0bc -C extra-filename=-b50647bca677c0bc --out-dir /work/oxidecomputer/omicron/target/debug/build/slog-dtrace-b50647bca677c0bc -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-fa824d592d428e82.rlib --cap-lints allow -D warnings`
24462023-09-29T22:48:35.746Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name toml_edit --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml_edit-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' -C metadata=3a3da9cf064c7d13 -C extra-filename=-3a3da9cf064c7d13 --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-7e773befd96d3cd8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc95c778b5981b46.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-d972dc865a1e3943.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-16ed33f7c82a7bef.rmeta --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-971cda85375d22df.rmeta --cap-lints allow -D warnings`
24472023-09-29T22:48:36.247Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name typify --edition=2021 /home/build/.cargo/git/checkouts/typify-288d5a84bbbe6a46/eea570e/typify/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="macro"' --cfg 'feature="typify-macro"' -C metadata=5ad28e84578f3782 -C extra-filename=-5ad28e84578f3782 --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-87df70ecfc1bbc61.rmeta --extern typify_macro=/work/oxidecomputer/omicron/target/debug/deps/libtypify_macro-c6f433ede8ab3ab8.so --cap-lints allow -D warnings`
24482023-09-29T22:48:36.447Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_impl --edition=2021 /home/build/.cargo/git/checkouts/progenitor-639bd64206ac5e43/850867b/progenitor-impl/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=54941d28c0669e2d -C extra-filename=-54941d28c0669e2d --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-11c486de82996761.rmeta --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-e09bec773f40c56e.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-587e107ed5d6e0f1.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-7e773befd96d3cd8.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-d1619451ef8d0e5e.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4dbdfb813a4a048f.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9db298c3bfbb444c.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-58f292f48fcf4f9e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-46cf70536623e002.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc95c778b5981b46.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-51c9b43c2331a342.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d6ad6800d818f635.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-260eeb8cfcbdf125.rmeta --extern typify=/work/oxidecomputer/omicron/target/debug/deps/libtypify-5ad28e84578f3782.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-2ac28cbadba7faa0.rmeta --cap-lints allow -D warnings`
24492023-09-29T22:48:37.964Z Running `/work/oxidecomputer/omicron/target/debug/build/slog-dtrace-b50647bca677c0bc/build-script-build`
24502023-09-29T22:48:38.070Z Running `/home/build/.rustup/toolchains/1.72.1-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="serde"' --cfg 'feature="serde1"' -C metadata=cb608edbae315470 -C extra-filename=-cb608edbae315470 --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-fc95c778b5981b46.rmeta --cap-lints allow -D warnings --cfg path_buf_capacity --cfg shrink_to --cfg try_reserve_2 --cfg path_buf_deref_mut`
24512023-09-29T22:48:38.111Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name fastrand --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fastrand-2.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=23e0b5ce1080307a -C extra-filename=-23e0b5ce1080307a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
24522023-09-29T22:48:38.114Z Running `/home/build/.rustup/toolchains/1.72.1-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.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=1af69981bca6e293 -C extra-filename=-1af69981bca6e293 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
24532023-09-29T22:48:38.436Z Compiling postcard-cobs v0.1.5-pre
24542023-09-29T22:48:38.861Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name postcard_cobs --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/postcard-cobs-0.1.5-pre/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=3bf3a2f460e40603 -C extra-filename=-3bf3a2f460e40603 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
24552023-09-29T22:48:38.879Z Running `/home/build/.rustup/toolchains/1.72.1-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=2e1d16e1b4fcec6f -C extra-filename=-2e1d16e1b4fcec6f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
24562023-09-29T22:48:38.908Z Compiling postcard v0.7.3
24572023-09-29T22:48:38.915Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name postcard --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/postcard-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"' -C metadata=3429775e87107dbb -C extra-filename=-3429775e87107dbb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cobs=/work/oxidecomputer/omicron/target/debug/deps/libpostcard_cobs-3bf3a2f460e40603.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.rmeta --cap-lints allow -D warnings`
24582023-09-29T22:48:38.995Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name tempfile --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tempfile-3.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f6a95c723efb92ea -C extra-filename=-f6a95c723efb92ea --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-3c0e7eb12fc38c46.rmeta --extern fastrand=/work/oxidecomputer/omicron/target/debug/deps/libfastrand-23e0b5ce1080307a.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-63d8b93afb17fb92.rmeta --cap-lints allow -D warnings`
24592023-09-29T22:48:39.097Z Running `/home/build/.rustup/toolchains/1.72.1-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=84da54b33622f92b -C extra-filename=-84da54b33622f92b --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-1af69981bca6e293.rmeta --cap-lints allow -D warnings`
24602023-09-29T22:48:39.822Z Running `/home/build/.rustup/toolchains/1.72.1-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=016baa602e272ccd -C extra-filename=-016baa602e272ccd --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-c2cb76b03f094493.rmeta --extern encoding_rs=/work/oxidecomputer/omicron/target/debug/deps/libencoding_rs-6a1860f3303f1bff.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-41eaecfbceab1fe7.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-587e107ed5d6e0f1.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-64edcd8daed94a95.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-aaf538cacb38ae69.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-0c37760ceb6b7eb9.rmeta --extern mime=/work/oxidecomputer/omicron/target/debug/deps/libmime-456145d791e7aded.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-d603c8d4e5059e33.rmeta --cap-lints allow -D warnings`
24612023-09-29T22:48:40.232Z Running `/home/build/.rustup/toolchains/1.72.1-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=8df5502c46fe80d7 -C extra-filename=-8df5502c46fe80d7 --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-3ea7a93f21cfcf6c.so --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-14057c32aaca57b1.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-4b290f080638b941.rmeta --cap-lints allow -D warnings`
24622023-09-29T22:48:40.236Z Running `/home/build/.rustup/toolchains/1.72.1-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=1e09a597587667c6 -C extra-filename=-1e09a597587667c6 --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-4a82555b4114c13e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc95c778b5981b46.rmeta --cap-lints allow -D warnings`
24632023-09-29T22:48:40.239Z Compiling smoltcp v0.8.2
24642023-09-29T22:48:40.247Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name smoltcp --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smoltcp-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="medium-ethernet"' --cfg 'feature="proto-dhcpv4"' --cfg 'feature="proto-ipv4"' --cfg 'feature="proto-ipv6"' --cfg 'feature="socket"' --cfg 'feature="socket-raw"' -C metadata=0daa2164dc9cf3da -C extra-filename=-0daa2164dc9cf3da --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-237bfdbc957aefc2.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-d0b5a9931f42a80a.rmeta --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-6cd4ef04d9bd039a.rmeta --cap-lints allow -D warnings`
24652023-09-29T22:48:40.273Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name progenitor --edition=2021 /home/build/.cargo/git/checkouts/progenitor-639bd64206ac5e43/850867b/progenitor/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=fe70df015a506aa6 -C extra-filename=-fe70df015a506aa6 --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-4e0b428177e0cd76.rmeta --extern progenitor_impl=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_impl-54941d28c0669e2d.rmeta --extern progenitor_macro=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_macro-36ef2833be39d87c.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-51c9b43c2331a342.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/usr/ssl-3/lib/amd64`
24662023-09-29T22:48:40.586Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=98d33125413f01722947e322f82caf9d22209434#98d33125)
24672023-09-29T22:48:40.592Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name illumos_sys_hdrs --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/98d3312/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=e998f8fb320407f5 -C extra-filename=-e998f8fb320407f5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
24682023-09-29T22:48:40.873Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name toml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="display"' --cfg 'feature="parse"' -C metadata=38fdc2e2298cad2e -C extra-filename=-38fdc2e2298cad2e --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-fc95c778b5981b46.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-d972dc865a1e3943.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-16ed33f7c82a7bef.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-3a3da9cf064c7d13.rmeta --cap-lints allow -D warnings`
24692023-09-29T22:48:41.069Z Compiling foreign-types-shared v0.3.1
24702023-09-29T22:48:41.113Z Running `/home/build/.rustup/toolchains/1.72.1-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=5accb22857faf085 -C extra-filename=-5accb22857faf085 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
24712023-09-29T22:48:41.246Z Compiling same-file v1.0.6
24722023-09-29T22:48:41.249Z Compiling cfg-if v0.1.10
24732023-09-29T22:48:41.252Z Running `/home/build/.rustup/toolchains/1.72.1-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=1c7e7ef09a6abc64 -C extra-filename=-1c7e7ef09a6abc64 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
24742023-09-29T22:48:41.255Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name cfg_if --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cfg-if-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=44d785dcfe5432ab -C extra-filename=-44d785dcfe5432ab --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
24752023-09-29T22:48:41.422Z Compiling foreign-types v0.5.0
24762023-09-29T22:48:41.426Z Running `/home/build/.rustup/toolchains/1.72.1-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=652c9c8753d2d2f0 -C extra-filename=-652c9c8753d2d2f0 --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-05d320df53624b0b.so --extern foreign_types_shared=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types_shared-5accb22857faf085.rmeta --cap-lints allow -D warnings`
24772023-09-29T22:48:41.593Z Compiling walkdir v2.4.0
24782023-09-29T22:48:41.597Z Running `/home/build/.rustup/toolchains/1.72.1-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=c5f644c1b249bcae -C extra-filename=-c5f644c1b249bcae --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-1c7e7ef09a6abc64.rmeta --cap-lints allow -D warnings`
24792023-09-29T22:48:41.628Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=de6369aa45a255f896da0a3ddd2b7152c036a4e9#de6369aa)
24802023-09-29T22:48:41.632Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name bhyve_api_sys --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/de6369a/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=de19cdc3c69a2a1b -C extra-filename=-de19cdc3c69a2a1b --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-b1078066b701b737.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-415bf1320d00fc35.rmeta --cap-lints allow -D warnings`
24812023-09-29T22:48:42.396Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name dropshot --edition=2018 /home/build/.cargo/git/checkouts/dropshot-a4a923d29dccc492/a5ec1cb/dropshot/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' -C metadata=c216cf50d7c187a6 -C extra-filename=-c216cf50d7c187a6 --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-8df5502c46fe80d7.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-60cc23ed68c4a18e.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-f517da13a8b686da.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c2cb76b03f094493.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-cb608edbae315470.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-389c900f15cd9ab5.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-2e1d16e1b4fcec6f.rmeta --extern dropshot_endpoint=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_endpoint-25567c15f6f331ce.so --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-8d764ac0566c5587.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b9016aee0b2ff754.rmeta --extern hostname=/work/oxidecomputer/omicron/target/debug/deps/libhostname-8460fc0220c5b3a5.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-587e107ed5d6e0f1.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-9b45e1d330082d76.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-7e773befd96d3cd8.rmeta --extern multer=/work/oxidecomputer/omicron/target/debug/deps/libmulter-016baa602e272ccd.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-d1619451ef8d0e5e.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-25659d6272c5f3e6.so --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-1a959748c4116a85.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4dbdfb813a4a048f.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-a7ce25c876f36dd7.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-59c97ed400ba404a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-46cf70536623e002.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc95c778b5981b46.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-51c9b43c2331a342.rmeta --extern serde_path_to_error=/work/oxidecomputer/omicron/target/debug/deps/libserde_path_to_error-1e09a597587667c6.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-7471840fd9df783e.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-f9caaada10b686c4.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-ceb79fdff76abd9e.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-1e0ca798de1c2556.rmeta --extern slog_json=/work/oxidecomputer/omicron/target/debug/deps/libslog_json-b6c2bea68bbb551e.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-7ea5c210a1de1190.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-49b043b2e705bbca.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-ad209a594b27fa45.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-38fdc2e2298cad2e.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-486dbcdf63113ca2.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d16491bfbae9b4be.rmeta --extern waitgroup=/work/oxidecomputer/omicron/target/debug/deps/libwaitgroup-84da54b33622f92b.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out`
24822023-09-29T22:48:42.958Z Running `/home/build/.rustup/toolchains/1.72.1-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=6ac94346fa60aec6 -C extra-filename=-6ac94346fa60aec6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -l dlpi`
24832023-09-29T22:48:43.214Z Running `/home/build/.rustup/toolchains/1.72.1-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=1393588997e7b71f -C extra-filename=-1393588997e7b71f --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`
24842023-09-29T22:48:43.501Z Compiling cstr-argument v0.1.2
24852023-09-29T22:48:43.512Z Running `/home/build/.rustup/toolchains/1.72.1-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=39135e009da5126f -C extra-filename=-39135e009da5126f --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-cb012b6dc451b338.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-2b9cc4e8f0305d0f.rmeta --cap-lints allow -D warnings`
24862023-09-29T22:48:43.535Z Compiling pretty-hex v0.2.1
24872023-09-29T22:48:43.552Z Running `/home/build/.rustup/toolchains/1.72.1-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=9248b1a20cd2c87d -C extra-filename=-9248b1a20cd2c87d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
24882023-09-29T22:48:43.810Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
24892023-09-29T22:48:43.814Z Running `/home/build/.rustup/toolchains/1.72.1-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=140516c455fec0ad -C extra-filename=-140516c455fec0ad --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-b1078066b701b737.rmeta --extern libdlpi_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibdlpi_sys-6ac94346fa60aec6.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-415bf1320d00fc35.rmeta --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-9248b1a20cd2c87d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-8053178730bb7d03.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5e0f716cf1967241.rmeta --cap-lints allow -D warnings`
24902023-09-29T22:48:43.878Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
24912023-09-29T22:48:43.897Z Running `/home/build/.rustup/toolchains/1.72.1-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=3914368e900a3c59 -C extra-filename=-3914368e900a3c59 --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-39135e009da5126f.rmeta --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-652c9c8753d2d2f0.rmeta --extern nvpair_sys=/work/oxidecomputer/omicron/target/debug/deps/libnvpair_sys-1393588997e7b71f.rmeta --cap-lints allow -D warnings`
24922023-09-29T22:48:44.360Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=de6369aa45a255f896da0a3ddd2b7152c036a4e9#de6369aa)
24932023-09-29T22:48:44.363Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name bhyve_api --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/de6369a/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=2738d94b0270f3bc -C extra-filename=-2738d94b0270f3bc --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-de19cdc3c69a2a1b.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b1078066b701b737.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-415bf1320d00fc35.rmeta --cap-lints allow -D warnings`
24942023-09-29T22:48:44.829Z Running `/home/build/.rustup/toolchains/1.72.1-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=f611583267c79763 -C extra-filename=-f611583267c79763 --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-b1078066b701b737.rmeta --extern rusty_doors_macros=/work/oxidecomputer/omicron/target/debug/deps/librusty_doors_macros-8f0ba65df9808a27.so --cap-lints allow -D warnings -l door`
24952023-09-29T22:48:45.028Z Compiling colored v2.0.4
24962023-09-29T22:48:45.031Z Running `/home/build/.rustup/toolchains/1.72.1-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=80469ce1bd5c4343 -C extra-filename=-80469ce1bd5c4343 --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-752b5d06898f037d.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-31315c5ec54d9eb8.rmeta --cap-lints allow -D warnings`
24972023-09-29T22:48:45.118Z Running `/home/build/.rustup/toolchains/1.72.1-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a131e608b4de3222 -C extra-filename=-a131e608b4de3222 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
24982023-09-29T22:48:45.327Z Compiling num-rational v0.4.1
24992023-09-29T22:48:45.369Z Running `/home/build/.rustup/toolchains/1.72.1-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 metadata=99162a4e56925e75 -C extra-filename=-99162a4e56925e75 --out-dir /work/oxidecomputer/omicron/target/debug/build/num-rational-99162a4e56925e75 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-301657b8e75fa34a.rlib --cap-lints allow -D warnings`
25002023-09-29T22:48:45.905Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=98d33125413f01722947e322f82caf9d22209434#98d33125)
25012023-09-29T22:48:45.911Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name opte_api --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/98d3312/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=462d1efe32a7770e -C extra-filename=-462d1efe32a7770e --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-44d785dcfe5432ab.rmeta --extern illumos_sys_hdrs=/work/oxidecomputer/omicron/target/debug/deps/libillumos_sys_hdrs-e998f8fb320407f5.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-b276aeecfca09511.rmeta --extern postcard=/work/oxidecomputer/omicron/target/debug/deps/libpostcard-3429775e87107dbb.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.rmeta --extern smoltcp=/work/oxidecomputer/omicron/target/debug/deps/libsmoltcp-0daa2164dc9cf3da.rmeta --cap-lints allow -D warnings`
25022023-09-29T22:48:46.211Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name libnet --edition=2021 /home/build/.cargo/git/checkouts/netadm-sys-25ac2db9b1b244c6/59e69ef/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=09a336c7cb8e0871 -C extra-filename=-09a336c7cb8e0871 --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-476b9f9fc2bea332.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-cb012b6dc451b338.rmeta --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-80469ce1bd5c4343.rmeta --extern dlpi=/work/oxidecomputer/omicron/target/debug/deps/libdlpi-140516c455fec0ad.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b1078066b701b737.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-415bf1320d00fc35.rmeta --extern nvpair=/work/oxidecomputer/omicron/target/debug/deps/libnvpair-3914368e900a3c59.rmeta --extern nvpair_sys=/work/oxidecomputer/omicron/target/debug/deps/libnvpair_sys-1393588997e7b71f.rmeta --extern rusty_doors=/work/oxidecomputer/omicron/target/debug/deps/librusty_doors-f611583267c79763.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-27d2ec1b4f6cd9d1.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-8053178730bb7d03.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-6003d920eb9b3761.rmeta --cap-lints allow -D warnings -l kstat`
25032023-09-29T22:48:46.893Z Running `/work/oxidecomputer/omicron/target/debug/build/num-rational-99162a4e56925e75/build-script-build`
25042023-09-29T22:48:47.291Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_with --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_with-2.3.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="macros"' --cfg 'feature="std"' -C metadata=4a872a0a4e25b1eb -C extra-filename=-4a872a0a4e25b1eb --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-fc95c778b5981b46.rmeta --extern serde_with_macros=/work/oxidecomputer/omicron/target/debug/deps/libserde_with_macros-cc18d4ab8c07bc89.so --cap-lints allow -D warnings`
25052023-09-29T22:48:47.522Z Running `/home/build/.rustup/toolchains/1.72.1-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="std"' --cfg 'feature="strum_macros"' -C metadata=c60d09f5d36f63fa -C extra-filename=-c60d09f5d36f63fa --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-9ed955b5fe726587.so --cap-lints allow -D warnings`
25062023-09-29T22:48:47.780Z Running `/home/build/.rustup/toolchains/1.72.1-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 panic=abort -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=fbf6a80a1d2d2d70 -C extra-filename=-fbf6a80a1d2d2d70 --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-14057c32aaca57b1.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-e08d941838bbeb03.rmeta --extern instant=/work/oxidecomputer/omicron/target/debug/deps/libinstant-dae9922e1d159d5a.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-4b290f080638b941.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-f96502417fd063e7.rmeta --extern tokio_1=/work/oxidecomputer/omicron/target/debug/deps/libtokio-49b043b2e705bbca.rmeta --cap-lints allow -D warnings`
25072023-09-29T22:48:48.304Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name opte --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/98d3312/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=0aec63be4aea40e9 -C extra-filename=-0aec63be4aea40e9 --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-44d785dcfe5432ab.rmeta --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-ff69ff8629488284.rmeta --extern illumos_sys_hdrs=/work/oxidecomputer/omicron/target/debug/deps/libillumos_sys_hdrs-e998f8fb320407f5.rmeta --extern kstat_macro=/work/oxidecomputer/omicron/target/debug/deps/libkstat_macro-fafcef20193987bf.so --extern opte_api=/work/oxidecomputer/omicron/target/debug/deps/libopte_api-462d1efe32a7770e.rmeta --extern postcard=/work/oxidecomputer/omicron/target/debug/deps/libpostcard-3429775e87107dbb.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.rmeta --extern smoltcp=/work/oxidecomputer/omicron/target/debug/deps/libsmoltcp-0daa2164dc9cf3da.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-4343dc50ff09beed.rmeta --cap-lints allow -D warnings --cfg usdt_stable_asm`
25082023-09-29T22:48:48.635Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=98d33125413f01722947e322f82caf9d22209434#98d33125)
25092023-09-29T22:48:48.639Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name oxide_vpc --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/98d3312/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=246d6fa55de99b00 -C extra-filename=-246d6fa55de99b00 --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-44d785dcfe5432ab.rmeta --extern illumos_sys_hdrs=/work/oxidecomputer/omicron/target/debug/deps/libillumos_sys_hdrs-e998f8fb320407f5.rmeta --extern opte=/work/oxidecomputer/omicron/target/debug/deps/libopte-0aec63be4aea40e9.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.rmeta --extern smoltcp=/work/oxidecomputer/omicron/target/debug/deps/libsmoltcp-0daa2164dc9cf3da.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-4343dc50ff09beed.rmeta --cap-lints allow -D warnings`
25102023-09-29T22:48:49.490Z Running `/home/build/.rustup/toolchains/1.72.1-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=65d3224c9103788a -C extra-filename=-65d3224c9103788a --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-48dbb664544ec132.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc95c778b5981b46.rmeta --cap-lints allow -D warnings`
25112023-09-29T22:48:50.152Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name parse_display --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parse-display-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="once_cell"' --cfg 'feature="regex"' --cfg 'feature="std"' -C metadata=f3cc8d9f28b4816f -C extra-filename=-f3cc8d9f28b4816f --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-195040b02b177146.rmeta --extern parse_display_derive=/work/oxidecomputer/omicron/target/debug/deps/libparse_display_derive-8704c4dd1bf428a7.so --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-58f292f48fcf4f9e.rmeta --cap-lints allow -D warnings`
25122023-09-29T22:48:50.166Z Running `/home/build/.rustup/toolchains/1.72.1-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="serde_std"' --cfg 'feature="std"' -C metadata=f3c2b794fd3ba65d -C extra-filename=-f3c2b794fd3ba65d --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-fc95c778b5981b46.rmeta --cap-lints allow -D warnings`
25132023-09-29T22:48:50.177Z Compiling filetime v0.2.22
25142023-09-29T22:48:50.181Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name filetime --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/filetime-0.2.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 -C metadata=22f0e92716fd3dd8 -C extra-filename=-22f0e92716fd3dd8 --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-cb012b6dc451b338.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b1078066b701b737.rmeta --cap-lints allow -D warnings`
25152023-09-29T22:48:50.566Z Compiling xattr v1.0.1
25162023-09-29T22:48:50.575Z Running `/home/build/.rustup/toolchains/1.72.1-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=9c236fb87767c78a -C extra-filename=-9c236fb87767c78a --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-b1078066b701b737.rmeta --cap-lints allow -D warnings`
25172023-09-29T22:48:50.630Z Compiling toml v0.5.11
25182023-09-29T22:48:50.634Z Running `/home/build/.rustup/toolchains/1.72.1-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=348f94f777853487 -C extra-filename=-348f94f777853487 --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-7e32255bd2f9fe1c.rmeta --cap-lints allow -D warnings`
25192023-09-29T22:48:50.979Z Compiling tar v0.4.40
25202023-09-29T22:48:50.982Z Running `/home/build/.rustup/toolchains/1.72.1-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=f49480703b44d645 -C extra-filename=-f49480703b44d645 --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-22f0e92716fd3dd8.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b1078066b701b737.rmeta --extern xattr=/work/oxidecomputer/omicron/target/debug/deps/libxattr-9c236fb87767c78a.rmeta --cap-lints allow -D warnings`
25212023-09-29T22:48:51.629Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=98d33125413f01722947e322f82caf9d22209434#98d33125)
25222023-09-29T22:48:51.652Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name opte_ioctl --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/98d3312/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=149bf062a55f7e25 -C extra-filename=-149bf062a55f7e25 --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-b1078066b701b737.rmeta --extern libnet=/work/oxidecomputer/omicron/target/debug/deps/liblibnet-09a336c7cb8e0871.rmeta --extern opte=/work/oxidecomputer/omicron/target/debug/deps/libopte-0aec63be4aea40e9.rmeta --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-246d6fa55de99b00.rmeta --extern postcard=/work/oxidecomputer/omicron/target/debug/deps/libpostcard-3429775e87107dbb.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-8053178730bb7d03.rmeta --cap-lints allow -D warnings`
25232023-09-29T22:48:53.083Z Compiling linked-hash-map v0.5.6
25242023-09-29T22:48:53.090Z Running `/home/build/.rustup/toolchains/1.72.1-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=37a31e2cf77b50e7 -C extra-filename=-37a31e2cf77b50e7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
25252023-09-29T22:48:53.115Z Compiling termcolor v1.3.0
25262023-09-29T22:48:53.120Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name termcolor --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/termcolor-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=daf272cf0528281c -C extra-filename=-daf272cf0528281c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
25272023-09-29T22:48:53.650Z Compiling home v0.5.5
25282023-09-29T22:48:53.653Z Running `/home/build/.rustup/toolchains/1.72.1-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 metadata=4ce862bb6a436aa0 -C extra-filename=-4ce862bb6a436aa0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
25292023-09-29T22:48:54.012Z Compiling lru-cache v0.1.2
25302023-09-29T22:48:54.015Z Running `/home/build/.rustup/toolchains/1.72.1-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=dd28c09b5feb1ada -C extra-filename=-dd28c09b5feb1ada --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-37a31e2cf77b50e7.rmeta --cap-lints allow -D warnings`
25312023-09-29T22:48:54.191Z Compiling heck v0.3.3
25322023-09-29T22:48:54.194Z Running `/home/build/.rustup/toolchains/1.72.1-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 metadata=76d857cc6d62b4f4 -C extra-filename=-76d857cc6d62b4f4 --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-c95636952c6f45c1.rmeta --cap-lints allow -D warnings`
25332023-09-29T22:48:54.336Z Compiling libefi-sys v0.1.0
25342023-09-29T22:48:54.345Z Running `/home/build/.rustup/toolchains/1.72.1-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 metadata=1158a15115eed9ac -C extra-filename=-1158a15115eed9ac --out-dir /work/oxidecomputer/omicron/target/debug/build/libefi-sys-1158a15115eed9ac -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
25352023-09-29T22:48:54.650Z Running `/home/build/.rustup/toolchains/1.72.1-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=67b3a97310d3adae -C extra-filename=-67b3a97310d3adae --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-63f81b35d4dc5fb3.rmeta --cap-lints allow -D warnings`
25362023-09-29T22:48:54.679Z Running `/home/build/.rustup/toolchains/1.72.1-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=74d47f15a558efa2 -C extra-filename=-74d47f15a558efa2 --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-57e2e5899337d935.rmeta --cap-lints allow -D warnings`
25372023-09-29T22:48:54.761Z Compiling structopt-derive v0.4.18
25382023-09-29T22:48:54.787Z Running `/home/build/.rustup/toolchains/1.72.1-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 metadata=8c8d87e8293428df -C extra-filename=-8c8d87e8293428df --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-76d857cc6d62b4f4.rlib --extern proc_macro_error=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_error-45ca554d4d76a8fb.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-577a284e9bcc389a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f88a0545b115dad3.rlib --extern proc_macro --cap-lints allow -D warnings`
25392023-09-29T22:48:54.791Z Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802)
25402023-09-29T22:48:54.794Z Running `/home/build/.rustup/toolchains/1.72.1-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 metadata=abaa9ff8abe75c60 -C extra-filename=-abaa9ff8abe75c60 --out-dir /work/oxidecomputer/omicron/target/debug/build/tofino-abaa9ff8abe75c60 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-b5ca8d4cdca539c9.rlib --cap-lints allow -D warnings`
25412023-09-29T22:48:54.826Z Running `/work/oxidecomputer/omicron/target/debug/build/libefi-sys-1158a15115eed9ac/build-script-build`
25422023-09-29T22:48:54.869Z Compiling memoffset v0.7.1
25432023-09-29T22:48:54.893Z Running `/home/build/.rustup/toolchains/1.72.1-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 --cfg 'feature="default"' -C metadata=706e9a1f01d73e8d -C extra-filename=-706e9a1f01d73e8d --out-dir /work/oxidecomputer/omicron/target/debug/build/memoffset-706e9a1f01d73e8d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-301657b8e75fa34a.rlib --cap-lints allow -D warnings`
25442023-09-29T22:48:55.158Z Running `/home/build/.rustup/toolchains/1.72.1-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="timeout"' --cfg 'feature="wait-timeout"' -C metadata=86a7f189f1462d3d -C extra-filename=-86a7f189f1462d3d --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-2cab8e63723bf814.rmeta --extern quick_error=/work/oxidecomputer/omicron/target/debug/deps/libquick_error-a131e608b4de3222.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-f6a95c723efb92ea.rmeta --extern wait_timeout=/work/oxidecomputer/omicron/target/debug/deps/libwait_timeout-67b3a97310d3adae.rmeta --cap-lints allow -D warnings`
25452023-09-29T22:48:55.426Z Compiling ciborium-io v0.2.1
25462023-09-29T22:48:55.430Z Running `/home/build/.rustup/toolchains/1.72.1-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=49ddd11f1d07ad2c -C extra-filename=-49ddd11f1d07ad2c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
25472023-09-29T22:48:55.475Z Compiling half v1.8.2
25482023-09-29T22:48:55.480Z Running `/home/build/.rustup/toolchains/1.72.1-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=cd0aa1a25ac3b19f -C extra-filename=-cd0aa1a25ac3b19f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
25492023-09-29T22:48:55.510Z Running `/home/build/.rustup/toolchains/1.72.1-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --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=1e059489202cc3da -C extra-filename=-1e059489202cc3da --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
25502023-09-29T22:48:55.655Z Running `/home/build/.rustup/toolchains/1.72.1-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=1bb0dda453c8a681 -C extra-filename=-1bb0dda453c8a681 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
25512023-09-29T22:48:55.860Z Running `/work/oxidecomputer/omicron/target/debug/build/tofino-abaa9ff8abe75c60/build-script-build`
25522023-09-29T22:48:56.042Z Running `/work/oxidecomputer/omicron/target/debug/build/memoffset-706e9a1f01d73e8d/build-script-build`
25532023-09-29T22:48:56.251Z Compiling ciborium-ll v0.2.1
25542023-09-29T22:48:56.256Z Running `/home/build/.rustup/toolchains/1.72.1-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=62611a479637c341 -C extra-filename=-62611a479637c341 --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-49ddd11f1d07ad2c.rmeta --extern half=/work/oxidecomputer/omicron/target/debug/deps/libhalf-cd0aa1a25ac3b19f.rmeta --cap-lints allow -D warnings`
25552023-09-29T22:48:56.398Z Compiling der_derive v0.7.2
25562023-09-29T22:48:56.401Z Running `/home/build/.rustup/toolchains/1.72.1-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 metadata=51d59824f1b04c5a -C extra-filename=-51d59824f1b04c5a --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-577a284e9bcc389a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-2dd1c8bfc186ca77.rlib --extern proc_macro --cap-lints allow -D warnings`
25572023-09-29T22:48:56.504Z Running `/home/build/.rustup/toolchains/1.72.1-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.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="default"' --cfg 'feature="macros"' --cfg 'feature="std"' -C metadata=53d6278c6d3f2d64 -C extra-filename=-53d6278c6d3f2d64 --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-26ddbb2f438a5030.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-162a734bab52ecae.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-6fb58dbcfff7d4e4.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-2335542551612e97.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5e0f716cf1967241.rmeta --cap-lints allow -D warnings`
25582023-09-29T22:48:56.948Z Compiling ciborium v0.2.1
25592023-09-29T22:48:56.958Z Running `/home/build/.rustup/toolchains/1.72.1-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=bebe03e21160a1ee -C extra-filename=-bebe03e21160a1ee --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-49ddd11f1d07ad2c.rmeta --extern ciborium_ll=/work/oxidecomputer/omicron/target/debug/deps/libciborium_ll-62611a479637c341.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.rmeta --cap-lints allow -D warnings`
25602023-09-29T22:48:57.078Z Running `/home/build/.rustup/toolchains/1.72.1-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="std"' -C metadata=b05c14ecce3e035f -C extra-filename=-b05c14ecce3e035f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
25612023-09-29T22:48:57.120Z Compiling arc-swap v1.6.0
25622023-09-29T22:48:57.124Z Running `/home/build/.rustup/toolchains/1.72.1-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=22c2441a54e7708d -C extra-filename=-22c2441a54e7708d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
25632023-09-29T22:48:57.151Z Compiling semver-parser v0.10.2
25642023-09-29T22:48:57.159Z Running `/home/build/.rustup/toolchains/1.72.1-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 metadata=1b629406c27c9af6 -C extra-filename=-1b629406c27c9af6 --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-8cce2935b089161f.rmeta --cap-lints allow -D warnings`
25652023-09-29T22:48:58.153Z Compiling slog-scope v4.4.0
25662023-09-29T22:48:58.166Z Running `/home/build/.rustup/toolchains/1.72.1-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=de0d690d6d568fe4 -C extra-filename=-de0d690d6d568fe4 --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-22c2441a54e7708d.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-31315c5ec54d9eb8.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --cap-lints allow -D warnings`
25672023-09-29T22:48:58.283Z Compiling maybe-uninit v2.0.0
25682023-09-29T22:48:58.310Z Running `/home/build/.rustup/toolchains/1.72.1-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 metadata=c54beb0e4cae16b8 -C extra-filename=-c54beb0e4cae16b8 --out-dir /work/oxidecomputer/omicron/target/debug/build/maybe-uninit-c54beb0e4cae16b8 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
25692023-09-29T22:48:59.014Z Compiling slog-stdlog v4.1.1
25702023-09-29T22:48:59.021Z Running `/home/build/.rustup/toolchains/1.72.1-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=89c316f37a1eb799 -C extra-filename=-89c316f37a1eb799 --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-7d9cf9ba132625c1.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --extern slog_scope=/work/oxidecomputer/omicron/target/debug/deps/libslog_scope-de0d690d6d568fe4.rmeta --cap-lints allow -D warnings`
25712023-09-29T22:48:59.073Z Compiling semver v0.11.0
25722023-09-29T22:48:59.076Z Running `/home/build/.rustup/toolchains/1.72.1-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 --cfg 'feature="default"' -C metadata=0408ab29c8646064 -C extra-filename=-0408ab29c8646064 --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-1b629406c27c9af6.rmeta --cap-lints allow -D warnings`
25732023-09-29T22:48:59.592Z Compiling toolchain_find v0.2.0
25742023-09-29T22:48:59.595Z Compiling slog-envlogger v2.2.0
25752023-09-29T22:48:59.598Z Running `/home/build/.rustup/toolchains/1.72.1-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 metadata=d80c8170cb1c2196 -C extra-filename=-d80c8170cb1c2196 --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-4ce862bb6a436aa0.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-31315c5ec54d9eb8.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-68bff4b9ff21c193.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-0408ab29c8646064.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-c5f644c1b249bcae.rmeta --cap-lints allow -D warnings`
25762023-09-29T22:48:59.602Z Running `/home/build/.rustup/toolchains/1.72.1-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=5cedeb988d1c300f -C extra-filename=-5cedeb988d1c300f --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-7d9cf9ba132625c1.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-68bff4b9ff21c193.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-92bfa0559792adb6.rmeta --extern slog_scope=/work/oxidecomputer/omicron/target/debug/deps/libslog_scope-de0d690d6d568fe4.rmeta --extern slog_stdlog=/work/oxidecomputer/omicron/target/debug/deps/libslog_stdlog-89c316f37a1eb799.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-8ffe1f66c77ddbe4.rmeta --cap-lints allow -D warnings`
25772023-09-29T22:48:59.615Z Running `/work/oxidecomputer/omicron/target/debug/build/maybe-uninit-c54beb0e4cae16b8/build-script-build`
25782023-09-29T22:48:59.788Z Running `/home/build/.rustup/toolchains/1.72.1-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=cbb2edabe35d1de2 -C extra-filename=-cbb2edabe35d1de2 --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-5bb86fda6cf178b2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-44d94bd17ea2528f.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-d22e7451ceeeb751.rmeta --cap-lints allow -D warnings`
25792023-09-29T22:49:00.157Z Compiling newline-converter v0.3.0
25802023-09-29T22:49:00.161Z Running `/home/build/.rustup/toolchains/1.72.1-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=3143150467f16572 -C extra-filename=-3143150467f16572 --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-c95636952c6f45c1.rmeta --cap-lints allow -D warnings`
25812023-09-29T22:49:00.397Z Compiling expectorate v1.1.0
25822023-09-29T22:49:00.401Z Running `/home/build/.rustup/toolchains/1.72.1-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=09f5897e6f2050d8 -C extra-filename=-09f5897e6f2050d8 --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-e62ba2e10ffad3b6.rmeta --extern newline_converter=/work/oxidecomputer/omicron/target/debug/deps/libnewline_converter-3143150467f16572.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-3c63ccdf774b3e83.rmeta --cap-lints allow -D warnings`
25832023-09-29T22:49:00.423Z Compiling rustfmt-wrapper v0.2.0
25842023-09-29T22:49:00.449Z Running `/home/build/.rustup/toolchains/1.72.1-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 metadata=bc3e290e4dc7e9f1 -C extra-filename=-bc3e290e4dc7e9f1 --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-7e32255bd2f9fe1c.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-d8234f11b3e61901.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-8053178730bb7d03.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-348f94f777853487.rmeta --extern toolchain_find=/work/oxidecomputer/omicron/target/debug/deps/libtoolchain_find-d80c8170cb1c2196.rmeta --cap-lints allow -D warnings`
25852023-09-29T22:49:00.498Z Compiling packed_struct v0.10.1
25862023-09-29T22:49:00.502Z Running `/home/build/.rustup/toolchains/1.72.1-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 --cfg 'feature="serde"' --cfg 'feature="std"' -C metadata=988272fc4dbc344d -C extra-filename=-988272fc4dbc344d --out-dir /work/oxidecomputer/omicron/target/debug/build/packed_struct-988272fc4dbc344d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
25872023-09-29T22:49:00.549Z Compiling num-bigint-dig v0.8.4
25882023-09-29T22:49:00.570Z Running `/home/build/.rustup/toolchains/1.72.1-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 debug-assertions=on --cfg 'feature="i128"' --cfg 'feature="prime"' --cfg 'feature="rand"' --cfg 'feature="serde"' --cfg 'feature="zeroize"' -C metadata=6a664c1333148890 -C extra-filename=-6a664c1333148890 --out-dir /work/oxidecomputer/omicron/target/debug/build/num-bigint-dig-6a664c1333148890 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
25892023-09-29T22:49:00.652Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_client --edition=2021 /home/build/.cargo/git/checkouts/progenitor-639bd64206ac5e43/850867b/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=e74124ff1363a820 -C extra-filename=-e74124ff1363a820 --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-cd943cd2dfeb8306.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-26ddbb2f438a5030.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-58aac9722dc74e91.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e77d773decc48fb9.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-21ae18ccdba9e3a7.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-081389e1338a44c3.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/usr/ssl-3/lib/amd64`
25902023-09-29T22:49:00.667Z Compiling packed_struct_codegen v0.10.1
25912023-09-29T22:49:00.683Z Running `/home/build/.rustup/toolchains/1.72.1-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 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=b8e29798ba6ba74c -C extra-filename=-b8e29798ba6ba74c --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-577a284e9bcc389a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f88a0545b115dad3.rlib --extern proc_macro --cap-lints allow -D warnings`
25922023-09-29T22:49:00.847Z Compiling signal-hook v0.3.17
25932023-09-29T22:49:00.850Z Running `/home/build/.rustup/toolchains/1.72.1-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 --cfg 'feature="channel"' --cfg 'feature="default"' --cfg 'feature="iterator"' -C metadata=459b558acf2c7476 -C extra-filename=-459b558acf2c7476 --out-dir /work/oxidecomputer/omicron/target/debug/build/signal-hook-459b558acf2c7476 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
25942023-09-29T22:49:01.128Z Running `/work/oxidecomputer/omicron/target/debug/build/num-bigint-dig-6a664c1333148890/build-script-build`
25952023-09-29T22:49:01.133Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name proptest --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proptest-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 opt-level=3 -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="bit-set"' --cfg 'feature="break-dead-code"' --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=7114e0e5c1a2ed66 -C extra-filename=-7114e0e5c1a2ed66 --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-282eeb4c5573d511.rmeta --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-ccb81907c4b78a17.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-d55331612fb42c01.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-5989520b66fa0dce.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-bbe9fdba6b5a3076.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-f96502417fd063e7.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-41eb75ae05dd33a0.rmeta --extern rand_xorshift=/work/oxidecomputer/omicron/target/debug/deps/librand_xorshift-74d47f15a558efa2.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-1e059489202cc3da.rmeta --extern rusty_fork=/work/oxidecomputer/omicron/target/debug/deps/librusty_fork-86a7f189f1462d3d.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-f6a95c723efb92ea.rmeta --extern unarray=/work/oxidecomputer/omicron/target/debug/deps/libunarray-1bb0dda453c8a681.rmeta --cap-lints allow -D warnings`
25962023-09-29T22:49:01.180Z Running `/work/oxidecomputer/omicron/target/debug/build/packed_struct-988272fc4dbc344d/build-script-build`
25972023-09-29T22:49:01.227Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name progenitor --edition=2021 /home/build/.cargo/git/checkouts/progenitor-639bd64206ac5e43/850867b/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=c459d2e079df5ec0 -C extra-filename=-c459d2e079df5ec0 --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-e74124ff1363a820.rmeta --extern progenitor_impl=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_impl-fa6a7f5a0c6309e8.rmeta --extern progenitor_macro=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_macro-36ef2833be39d87c.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-21ae18ccdba9e3a7.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/usr/ssl-3/lib/amd64`
25982023-09-29T22:49:01.268Z Compiling omicron-zone-package v0.8.3
25992023-09-29T22:49:01.272Z Running `/home/build/.rustup/toolchains/1.72.1-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.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=60cab146e59e4131 -C extra-filename=-60cab146e59e4131 --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-476b9f9fc2bea332.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-60cc23ed68c4a18e.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5bb86fda6cf178b2.rmeta --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-22f0e92716fd3dd8.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-ce48581fbc14b01d.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-6fb58dbcfff7d4e4.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e77d773decc48fb9.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-58a1a56fb7e968b5.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-d5f28ff1ebf2cea8.so --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-f49480703b44d645.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-d8234f11b3e61901.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-8053178730bb7d03.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5e0f716cf1967241.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-b148462e64533cac.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-c5f644c1b249bcae.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/usr/ssl-3/lib/amd64`
26002023-09-29T22:49:01.351Z Running `/work/oxidecomputer/omicron/target/debug/build/signal-hook-459b558acf2c7476/build-script-build`
26012023-09-29T22:49:01.394Z Compiling hkdf v0.12.3
26022023-09-29T22:49:01.401Z Running `/home/build/.rustup/toolchains/1.72.1-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=c999d1ce9b89f2c6 -C extra-filename=-c999d1ce9b89f2c6 --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-652c144efae232b3.rmeta --cap-lints allow -D warnings`
26032023-09-29T22:49:01.429Z Compiling resolv-conf v0.7.0
26042023-09-29T22:49:01.464Z Running `/home/build/.rustup/toolchains/1.72.1-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=653d2bb3c94fc2a9 -C extra-filename=-653d2bb3c94fc2a9 --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-5ad5d61997581e2b.rmeta --extern quick_error=/work/oxidecomputer/omicron/target/debug/deps/libquick_error-498dbea2568bdbaf.rmeta --cap-lints allow -D warnings`
26052023-09-29T22:49:01.531Z Compiling keccak v0.1.4
26062023-09-29T22:49:01.534Z Running `/home/build/.rustup/toolchains/1.72.1-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=92f50817b0eeb6f1 -C extra-filename=-92f50817b0eeb6f1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
26072023-09-29T22:49:01.788Z Compiling secrecy v0.8.0
26082023-09-29T22:49:01.793Z Running `/home/build/.rustup/toolchains/1.72.1-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=7c5067f78a51f690 -C extra-filename=-7c5067f78a51f690 --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-302d0b30a73469bd.rmeta --cap-lints allow -D warnings`
26092023-09-29T22:49:02.229Z Compiling sha3 v0.10.8
26102023-09-29T22:49:02.233Z Running `/home/build/.rustup/toolchains/1.72.1-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=c322e7d3eef85d01 -C extra-filename=-c322e7d3eef85d01 --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-870b907c595b5d33.rmeta --extern keccak=/work/oxidecomputer/omicron/target/debug/deps/libkeccak-92f50817b0eeb6f1.rmeta --cap-lints allow -D warnings`
26112023-09-29T22:49:02.892Z Compiling trust-dns-resolver v0.22.0
26122023-09-29T22:49:02.900Z Running `/home/build/.rustup/toolchains/1.72.1-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=6f5f42fb536bcce2 -C extra-filename=-6f5f42fb536bcce2 --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-cb012b6dc451b338.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-6fb58dbcfff7d4e4.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-31315c5ec54d9eb8.rmeta --extern lru_cache=/work/oxidecomputer/omicron/target/debug/deps/liblru_cache-dd28c09b5feb1ada.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-ec6ef3f25c503e1d.rmeta --extern resolv_conf=/work/oxidecomputer/omicron/target/debug/deps/libresolv_conf-653d2bb3c94fc2a9.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-abaa60e436ee1bb4.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-8053178730bb7d03.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5e0f716cf1967241.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-6003d920eb9b3761.rmeta --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-f3b53926e737ee37.rmeta --cap-lints allow -D warnings`
26132023-09-29T22:49:03.181Z Compiling derive-where v1.2.5
26142023-09-29T22:49:03.184Z Running `/home/build/.rustup/toolchains/1.72.1-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.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 metadata=718c444102156aa7 -C extra-filename=-718c444102156aa7 --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-577a284e9bcc389a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-2dd1c8bfc186ca77.rlib --extern proc_macro --cap-lints allow -D warnings`
26152023-09-29T22:49:03.890Z Compiling textwrap v0.11.0
26162023-09-29T22:49:03.902Z Running `/home/build/.rustup/toolchains/1.72.1-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=e784a9d434f94fff -C extra-filename=-e784a9d434f94fff --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-b5773f86976bf9c1.rmeta --cap-lints allow -D warnings`
26172023-09-29T22:49:04.759Z Compiling ansi_term v0.12.1
26182023-09-29T22:49:04.775Z Running `/home/build/.rustup/toolchains/1.72.1-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=29cca4599192134f -C extra-filename=-29cca4599192134f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
26192023-09-29T22:49:05.418Z Compiling vec_map v0.8.2
26202023-09-29T22:49:05.442Z Running `/home/build/.rustup/toolchains/1.72.1-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=d886a52cb93a87d2 -C extra-filename=-d886a52cb93a87d2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
26212023-09-29T22:49:05.599Z Compiling strsim v0.8.0
26222023-09-29T22:49:05.618Z Running `/home/build/.rustup/toolchains/1.72.1-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=11d730e96297d9b6 -C extra-filename=-11d730e96297d9b6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
26232023-09-29T22:49:05.648Z Compiling fxhash v0.2.1
26242023-09-29T22:49:06.071Z Running `/home/build/.rustup/toolchains/1.72.1-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=04c51646d090d228 -C extra-filename=-04c51646d090d228 --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-d0b5a9931f42a80a.rmeta --cap-lints allow -D warnings`
26252023-09-29T22:49:06.074Z Compiling parking_lot_core v0.8.6
26262023-09-29T22:49:06.077Z Running `/home/build/.rustup/toolchains/1.72.1-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 metadata=0e0fd8b046761d0f -C extra-filename=-0e0fd8b046761d0f --out-dir /work/oxidecomputer/omicron/target/debug/build/parking_lot_core-0e0fd8b046761d0f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
26272023-09-29T22:49:06.080Z Compiling clap v2.34.0
26282023-09-29T22:49:06.084Z Running `/home/build/.rustup/toolchains/1.72.1-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=daf5de55ac7af38a -C extra-filename=-daf5de55ac7af38a --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-29cca4599192134f.rmeta --extern atty=/work/oxidecomputer/omicron/target/debug/deps/libatty-146357f6ef611eef.rmeta --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-237bfdbc957aefc2.rmeta --extern strsim=/work/oxidecomputer/omicron/target/debug/deps/libstrsim-11d730e96297d9b6.rmeta --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-e784a9d434f94fff.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-b5773f86976bf9c1.rmeta --extern vec_map=/work/oxidecomputer/omicron/target/debug/deps/libvec_map-d886a52cb93a87d2.rmeta --cap-lints allow -D warnings`
26292023-09-29T22:49:06.539Z Compiling convert_case v0.4.0
26302023-09-29T22:49:06.542Z Running `/home/build/.rustup/toolchains/1.72.1-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 metadata=a4b7e1716d59e482 -C extra-filename=-a4b7e1716d59e482 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
26312023-09-29T22:49:06.626Z Compiling doc-comment v0.3.3
26322023-09-29T22:49:06.670Z Running `/home/build/.rustup/toolchains/1.72.1-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 metadata=62aaeeb6f8774758 -C extra-filename=-62aaeeb6f8774758 --out-dir /work/oxidecomputer/omicron/target/debug/build/doc-comment-62aaeeb6f8774758 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
26332023-09-29T22:49:07.545Z Running `/work/oxidecomputer/omicron/target/debug/build/doc-comment-62aaeeb6f8774758/build-script-build`
26342023-09-29T22:49:07.731Z Running `/work/oxidecomputer/omicron/target/debug/build/parking_lot_core-0e0fd8b046761d0f/build-script-build`
26352023-09-29T22:49:07.798Z Running `/home/build/.rustup/toolchains/1.72.1-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=dc0a96c7beebf993 -C extra-filename=-dc0a96c7beebf993 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -l efi`
26362023-09-29T22:49:07.850Z Compiling derive_more v0.99.17
26372023-09-29T22:49:07.853Z Running `/home/build/.rustup/toolchains/1.72.1-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 --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=e6b4ea7ed68fff08 -C extra-filename=-e6b4ea7ed68fff08 --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-a4b7e1716d59e482.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-577a284e9bcc389a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f88a0545b115dad3.rlib --extern proc_macro --cap-lints allow -D warnings`
26382023-09-29T22:49:08.075Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
26392023-09-29T22:49:08.104Z Running `/home/build/.rustup/toolchains/1.72.1-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=57a8b0edf70b218e -C extra-filename=-57a8b0edf70b218e --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-476b9f9fc2bea332.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b1078066b701b737.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-415bf1320d00fc35.rmeta --cap-lints allow -D warnings`
26402023-09-29T22:49:08.708Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
26412023-09-29T22:49:08.732Z Running `/home/build/.rustup/toolchains/1.72.1-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=213ec371ede6b90d -C extra-filename=-213ec371ede6b90d --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-b1078066b701b737.rmeta --extern libefi_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_sys-dc0a96c7beebf993.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-8053178730bb7d03.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dc2ac240cbe2519e.rmeta --cap-lints allow -D warnings`
26422023-09-29T22:49:08.980Z Running `/home/build/.rustup/toolchains/1.72.1-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=4894ecebe3443985 -C extra-filename=-4894ecebe3443985 --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-bb0070c692d0fca2.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-50180e8112bf05bb.rmeta --cap-lints allow -D warnings --cfg has_int_exp_fmt`
26432023-09-29T22:49:09.198Z Compiling camino-tempfile v1.0.2
26442023-09-29T22:49:09.223Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name camino_tempfile --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/camino-tempfile-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=768088b73c731f87 -C extra-filename=-768088b73c731f87 --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-808e28d3d3156bbe.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-d8234f11b3e61901.rmeta --cap-lints allow -D warnings`
26452023-09-29T22:49:09.250Z Compiling num-complex v0.4.4
26462023-09-29T22:49:09.253Z Running `/home/build/.rustup/toolchains/1.72.1-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=b8d91e2cd7856583 -C extra-filename=-b8d91e2cd7856583 --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-50180e8112bf05bb.rmeta --cap-lints allow -D warnings`
26472023-09-29T22:49:09.860Z Compiling pem-rfc7468 v0.7.0
26482023-09-29T22:49:09.863Z Running `/home/build/.rustup/toolchains/1.72.1-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=1c510a5ccd5dd270 -C extra-filename=-1c510a5ccd5dd270 --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-782b309d60146739.rmeta --cap-lints allow -D warnings`
26492023-09-29T22:49:11.035Z Compiling num v0.4.1
26502023-09-29T22:49:11.053Z Running `/home/build/.rustup/toolchains/1.72.1-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=89fbc6e9413c9530 -C extra-filename=-89fbc6e9413c9530 --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-b8d91e2cd7856583.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-bb0070c692d0fca2.rmeta --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-ebfc153c90fbfd3e.rmeta --extern num_rational=/work/oxidecomputer/omicron/target/debug/deps/libnum_rational-4894ecebe3443985.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-50180e8112bf05bb.rmeta --cap-lints allow -D warnings`
26512023-09-29T22:49:11.151Z Compiling flagset v0.4.4
26522023-09-29T22:49:11.194Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name flagset --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/flagset-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=58a4070b7ef590ad -C extra-filename=-58a4070b7ef590ad --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
26532023-09-29T22:49:11.236Z Running `/home/build/.rustup/toolchains/1.72.1-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=5960b803b9e1c8c7 -C extra-filename=-5960b803b9e1c8c7 --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`
26542023-09-29T22:49:11.379Z Compiling libz-sys v1.1.12
26552023-09-29T22:49:11.854Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libz-sys-1.1.12/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="libc"' -C metadata=38aaebad2ae4c5bd -C extra-filename=-38aaebad2ae4c5bd --out-dir /work/oxidecomputer/omicron/target/debug/build/libz-sys-38aaebad2ae4c5bd -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-b5ca8d4cdca539c9.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-b2bde0cde8c99b7a.rlib --extern vcpkg=/work/oxidecomputer/omicron/target/debug/deps/libvcpkg-6d26e2d840f26489.rlib --cap-lints allow -D warnings`
26562023-09-29T22:49:11.859Z Compiling der v0.7.8
26572023-09-29T22:49:11.866Z Running `/home/build/.rustup/toolchains/1.72.1-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=de69772cbb89cd6b -C extra-filename=-de69772cbb89cd6b --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-61bf72856c116b87.rmeta --extern der_derive=/work/oxidecomputer/omicron/target/debug/deps/libder_derive-51d59824f1b04c5a.so --extern flagset=/work/oxidecomputer/omicron/target/debug/deps/libflagset-58a4070b7ef590ad.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-1c510a5ccd5dd270.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-302d0b30a73469bd.rmeta --cap-lints allow -D warnings`
26582023-09-29T22:49:12.108Z Compiling structopt v0.3.26
26592023-09-29T22:49:12.134Z Running `/home/build/.rustup/toolchains/1.72.1-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=c23ec1660d174cd0 -C extra-filename=-c23ec1660d174cd0 --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-daf5de55ac7af38a.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-31315c5ec54d9eb8.rmeta --extern structopt_derive=/work/oxidecomputer/omicron/target/debug/deps/libstructopt_derive-8c8d87e8293428df.so --cap-lints allow -D warnings`
26602023-09-29T22:49:12.366Z Running `/home/build/.rustup/toolchains/1.72.1-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=5941d5c4cf23b7c4 -C extra-filename=-5941d5c4cf23b7c4 --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-476b9f9fc2bea332.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5bb86fda6cf178b2.rmeta --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-57a8b0edf70b218e.rmeta --extern structopt=/work/oxidecomputer/omicron/target/debug/deps/libstructopt-c23ec1660d174cd0.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-90f02ad9d4473dcd/out -l static=pci`
26612023-09-29T22:49:12.396Z Compiling utf-8 v0.7.6
26622023-09-29T22:49:12.437Z Running `/home/build/.rustup/toolchains/1.72.1-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=12cba8d6e68e086e -C extra-filename=-12cba8d6e68e086e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
26632023-09-29T22:49:12.911Z Compiling humantime v2.1.0
26642023-09-29T22:49:12.928Z Running `/home/build/.rustup/toolchains/1.72.1-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=f2067ebe1995322f -C extra-filename=-f2067ebe1995322f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
26652023-09-29T22:49:13.191Z Compiling glob v0.3.1
26662023-09-29T22:49:13.194Z Running `/home/build/.rustup/toolchains/1.72.1-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=65b5fb261a2fbbb3 -C extra-filename=-65b5fb261a2fbbb3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
26672023-09-29T22:49:13.622Z Running `/work/oxidecomputer/omicron/target/debug/build/libz-sys-38aaebad2ae4c5bd/build-script-build`
26682023-09-29T22:49:13.685Z Compiling crc-catalog v2.2.0
26692023-09-29T22:49:13.725Z Running `/home/build/.rustup/toolchains/1.72.1-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=92a61a3f45d34b2a -C extra-filename=-92a61a3f45d34b2a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
26702023-09-29T22:49:13.772Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/dpd-client)
26712023-09-29T22:49:13.775Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 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 metadata=fa5746ac9f969bb5 -C extra-filename=-fa5746ac9f969bb5 --out-dir /work/oxidecomputer/omicron/target/debug/build/dpd-client-fa5746ac9f969bb5 -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-476b9f9fc2bea332.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-60cab146e59e4131.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-c459d2e079df5ec0.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rlib --extern rustfmt_wrapper=/work/oxidecomputer/omicron/target/debug/deps/librustfmt_wrapper-bc3e290e4dc7e9f1.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-21ae18ccdba9e3a7.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-b148462e64533cac.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/usr/ssl-3/lib/amd64`
26722023-09-29T22:49:13.906Z Compiling crc v3.0.1
26732023-09-29T22:49:13.909Z Running `/home/build/.rustup/toolchains/1.72.1-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=c30b11e334d30cbb -C extra-filename=-c30b11e334d30cbb --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-92a61a3f45d34b2a.rmeta --cap-lints allow -D warnings`
26742023-09-29T22:49:14.416Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/ddm-admin-client)
26752023-09-29T22:49:14.419Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 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 metadata=d6ab142b5bd614d2 -C extra-filename=-d6ab142b5bd614d2 --out-dir /work/oxidecomputer/omicron/target/debug/build/ddm-admin-client-d6ab142b5bd614d2 -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-476b9f9fc2bea332.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-60cab146e59e4131.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-c459d2e079df5ec0.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rlib --extern rustfmt_wrapper=/work/oxidecomputer/omicron/target/debug/deps/librustfmt_wrapper-bc3e290e4dc7e9f1.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-21ae18ccdba9e3a7.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-b148462e64533cac.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/usr/ssl-3/lib/amd64`
26762023-09-29T22:49:14.909Z Running `/home/build/.rustup/toolchains/1.72.1-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=f6d5ae009ddb3c22 -C extra-filename=-f6d5ae009ddb3c22 --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`
26772023-09-29T22:49:15.062Z Compiling spki v0.7.2
26782023-09-29T22:49:15.076Z Running `/home/build/.rustup/toolchains/1.72.1-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=1c9afea05959c6dd -C extra-filename=-1c9afea05959c6dd --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-de69772cbb89cd6b.rmeta --cap-lints allow -D warnings`
26792023-09-29T22:49:15.676Z Compiling pkcs8 v0.10.2
26802023-09-29T22:49:15.690Z Running `/home/build/.rustup/toolchains/1.72.1-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=064dd8542467cc89 -C extra-filename=-064dd8542467cc89 --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-de69772cbb89cd6b.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-1c9afea05959c6dd.rmeta --cap-lints allow -D warnings`
26812023-09-29T22:49:16.635Z Running `/home/build/.rustup/toolchains/1.72.1-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="rand_core"' --cfg 'feature="std"' -C metadata=af618963650e6f47 -C extra-filename=-af618963650e6f47 --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-b05c14ecce3e035f.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-57e2e5899337d935.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-d3b97ee3b256b9db.rmeta --cap-lints allow -D warnings`
26822023-09-29T22:49:17.298Z Running `/home/build/.rustup/toolchains/1.72.1-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=c9b978efc65a9969 -C extra-filename=-c9b978efc65a9969 --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-cee7501a54e670a8.rmeta --cap-lints allow -D warnings`
26832023-09-29T22:49:18.416Z Compiling snafu-derive v0.7.5
26842023-09-29T22:49:18.420Z Running `/home/build/.rustup/toolchains/1.72.1-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 --cfg 'feature="rust_1_39"' --cfg 'feature="rust_1_46"' -C metadata=9c012307bcb8167a -C extra-filename=-9c012307bcb8167a --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-58e6b367499d83fa.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-577a284e9bcc389a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f88a0545b115dad3.rlib --extern proc_macro --cap-lints allow -D warnings`
26852023-09-29T22:49:19.740Z Compiling libgit2-sys v0.16.1+1.7.1
26862023-09-29T22:49:19.752Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libgit2-sys-0.16.1+1.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 metadata=c12ae9ede73b23b1 -C extra-filename=-c12ae9ede73b23b1 --out-dir /work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c12ae9ede73b23b1 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-b5ca8d4cdca539c9.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-b2bde0cde8c99b7a.rlib --cap-lints allow -D warnings`
26872023-09-29T22:49:20.476Z Compiling buf-list v1.0.3
26882023-09-29T22:49:20.484Z Running `/home/build/.rustup/toolchains/1.72.1-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 --cfg 'feature="tokio"' --cfg 'feature="tokio1"' -C metadata=dfc526e4e73cd794 -C extra-filename=-dfc526e4e73cd794 --out-dir /work/oxidecomputer/omicron/target/debug/build/buf-list-dfc526e4e73cd794 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
26892023-09-29T22:49:20.987Z Compiling nodrop v0.1.14
26902023-09-29T22:49:21.022Z Running `/home/build/.rustup/toolchains/1.72.1-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=1ba8e5a289006243 -C extra-filename=-1ba8e5a289006243 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
26912023-09-29T22:49:21.192Z Compiling array-init v0.0.4
26922023-09-29T22:49:21.206Z Running `/home/build/.rustup/toolchains/1.72.1-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=b9e2e8ac6595d46c -C extra-filename=-b9e2e8ac6595d46c --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-1ba8e5a289006243.rmeta --cap-lints allow -D warnings`
26932023-09-29T22:49:21.424Z Running `/work/oxidecomputer/omicron/target/debug/build/buf-list-dfc526e4e73cd794/build-script-build`
26942023-09-29T22:49:21.533Z Running `/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c12ae9ede73b23b1/build-script-build`
26952023-09-29T22:49:21.698Z Running `/home/build/.rustup/toolchains/1.72.1-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 panic=abort -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=830ec76ac7c128a3 -C extra-filename=-830ec76ac7c128a3 --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-b05c14ecce3e035f.rmeta --extern blake2=/work/oxidecomputer/omicron/target/debug/deps/libblake2-c9b978efc65a9969.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-b4bc10243c26e981.rmeta --extern password_hash=/work/oxidecomputer/omicron/target/debug/deps/libpassword_hash-af618963650e6f47.rmeta --cap-lints allow -D warnings`
26962023-09-29T22:49:21.953Z Compiling pkcs1 v0.7.5
26972023-09-29T22:49:21.999Z Running `/home/build/.rustup/toolchains/1.72.1-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=847c1f2a7aead7d8 -C extra-filename=-847c1f2a7aead7d8 --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-de69772cbb89cd6b.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-064dd8542467cc89.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-1c9afea05959c6dd.rmeta --cap-lints allow -D warnings`
26982023-09-29T22:49:23.081Z Compiling smallvec v0.6.14
26992023-09-29T22:49:23.084Z Running `/home/build/.rustup/toolchains/1.72.1-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=bea6718cfa7ebd7c -C extra-filename=-bea6718cfa7ebd7c --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-f6d5ae009ddb3c22.rmeta --cap-lints allow -D warnings`
27002023-09-29T22:49:23.299Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name libz_sys --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libz-sys-1.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 --cfg 'feature="libc"' -C metadata=35e6a17569446c55 -C extra-filename=-35e6a17569446c55 --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-b1078066b701b737.rmeta --cap-lints allow -D warnings -L native=/usr/lib/amd64 -l z`
27012023-09-29T22:49:23.551Z Running `/home/build/.rustup/toolchains/1.72.1-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=d6d2e61bec5d3e73 -C extra-filename=-d6d2e61bec5d3e73 --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-40ca70e57e9b8103.rmeta --extern packed_struct_codegen=/work/oxidecomputer/omicron/target/debug/deps/libpacked_struct_codegen-b8e29798ba6ba74c.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.rmeta --cap-lints allow -D warnings`
27022023-09-29T22:49:23.721Z Running `/home/build/.rustup/toolchains/1.72.1-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=6f1b9fc73aa4b6db -C extra-filename=-6f1b9fc73aa4b6db --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-b1078066b701b737.rmeta --extern signal_hook_registry=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_registry-f690a79dae4b2c1a.rmeta --cap-lints allow -D warnings`
27032023-09-29T22:49:23.767Z Running `/home/build/.rustup/toolchains/1.72.1-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=7b027d4430e8cdf9 -C extra-filename=-7b027d4430e8cdf9 --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-d0b5a9931f42a80a.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-31315c5ec54d9eb8.rmeta --extern libm=/work/oxidecomputer/omicron/target/debug/deps/liblibm-40f40ed9b79fa7d8.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-bb0070c692d0fca2.rmeta --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-ebfc153c90fbfd3e.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-50180e8112bf05bb.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0d3d8ad1198c025f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-abaa60e436ee1bb4.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-302d0b30a73469bd.rmeta --cap-lints allow -D warnings --cfg has_i128`
27042023-09-29T22:49:25.430Z Compiling libsqlite3-sys v0.26.0
27052023-09-29T22:49:25.449Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libsqlite3-sys-0.26.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="min_sqlite_version_3_14_0"' --cfg 'feature="pkg-config"' --cfg 'feature="vcpkg"' -C metadata=c723b1409432947a -C extra-filename=-c723b1409432947a --out-dir /work/oxidecomputer/omicron/target/debug/build/libsqlite3-sys-c723b1409432947a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-b2bde0cde8c99b7a.rlib --extern vcpkg=/work/oxidecomputer/omicron/target/debug/deps/libvcpkg-6d26e2d840f26489.rlib --cap-lints allow -D warnings`
27062023-09-29T22:49:26.261Z Compiling linear-map v1.2.0
27072023-09-29T22:49:26.280Z Running `/home/build/.rustup/toolchains/1.72.1-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=0eb5e9b7e5ea9c91 -C extra-filename=-0eb5e9b7e5ea9c91 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
27082023-09-29T22:49:26.826Z Compiling bitfield v0.14.0
27092023-09-29T22:49:26.829Z Running `/home/build/.rustup/toolchains/1.72.1-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=cb03a71ebc1664a4 -C extra-filename=-cb03a71ebc1664a4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
27102023-09-29T22:49:27.035Z Running `/work/oxidecomputer/omicron/target/debug/build/libsqlite3-sys-c723b1409432947a/build-script-build`
27112023-09-29T22:49:27.071Z Compiling serde-hex v0.1.0
27122023-09-29T22:49:27.094Z Running `/home/build/.rustup/toolchains/1.72.1-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=b6f3993ec4da594b -C extra-filename=-b6f3993ec4da594b --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-b9e2e8ac6595d46c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-bea6718cfa7ebd7c.rmeta --cap-lints allow -D warnings`
27132023-09-29T22:49:27.097Z Compiling x509-cert v0.2.4
27142023-09-29T22:49:27.131Z Running `/home/build/.rustup/toolchains/1.72.1-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=68bf063c0ffc7859 -C extra-filename=-68bf063c0ffc7859 --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-61bf72856c116b87.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-de69772cbb89cd6b.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-1c9afea05959c6dd.rmeta --cap-lints allow -D warnings`
27152023-09-29T22:49:27.360Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
27162023-09-29T22:49:27.363Z Running `/home/build/.rustup/toolchains/1.72.1-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=4c7bb4883439eaf9 -C extra-filename=-4c7bb4883439eaf9 --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-d0b5a9931f42a80a.rmeta --extern crc=/work/oxidecomputer/omicron/target/debug/deps/libcrc-c30b11e334d30cbb.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-4343dc50ff09beed.rmeta --cap-lints allow -D warnings`
27172023-09-29T22:49:27.865Z Compiling env_logger v0.10.0
27182023-09-29T22:49:27.868Z Running `/home/build/.rustup/toolchains/1.72.1-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=52b21f6ebccd74bb -C extra-filename=-52b21f6ebccd74bb --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-752b5d06898f037d.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-7d9cf9ba132625c1.rmeta --extern termcolor=/work/oxidecomputer/omicron/target/debug/deps/libtermcolor-daf272cf0528281c.rmeta --cap-lints allow -D warnings`
27192023-09-29T22:49:30.228Z Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
27202023-09-29T22:49:30.245Z Running `/home/build/.rustup/toolchains/1.72.1-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=c31e16447f70b00d -C extra-filename=-c31e16447f70b00d --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-cb03a71ebc1664a4.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f3291acf8bc27552.rmeta --extern packed_struct=/work/oxidecomputer/omicron/target/debug/deps/libpacked_struct-d6d2e61bec5d3e73.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.rmeta --cap-lints allow -D warnings`
27212023-09-29T22:49:30.748Z Compiling rsa v0.9.2
27222023-09-29T22:49:30.755Z Running `/home/build/.rustup/toolchains/1.72.1-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=92e5a5fd781383d2 -C extra-filename=-92e5a5fd781383d2 --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-d0b5a9931f42a80a.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-61bf72856c116b87.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-870b907c595b5d33.rmeta --extern num_bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint_dig-7b027d4430e8cdf9.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-bb0070c692d0fca2.rmeta --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-ebfc153c90fbfd3e.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-50180e8112bf05bb.rmeta --extern pkcs1=/work/oxidecomputer/omicron/target/debug/deps/libpkcs1-847c1f2a7aead7d8.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-064dd8542467cc89.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-261ecd513a9709d1.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-cdaede9525bfee06.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-9984d9cece7d9e19.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-1c9afea05959c6dd.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-5aae046eb05ace35.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-302d0b30a73469bd.rmeta --cap-lints allow -D warnings`
27232023-09-29T22:49:42.365Z Running `/home/build/.rustup/toolchains/1.72.1-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=77afe733576bb3db -C extra-filename=-77afe733576bb3db --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-63d8b93afb17fb92.rmeta --cap-lints allow -D warnings`
27242023-09-29T22:49:43.261Z Compiling vergen v8.2.5
27252023-09-29T22:49:44.221Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/vergen-8.2.5/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="cargo"' --cfg 'feature="default"' --cfg 'feature="git"' --cfg 'feature="git2"' --cfg 'feature="git2-rs"' --cfg 'feature="rustc"' --cfg 'feature="rustc_version"' --cfg 'feature="time"' -C metadata=7a1388c0a3482682 -C extra-filename=-7a1388c0a3482682 --out-dir /work/oxidecomputer/omicron/target/debug/build/vergen-7a1388c0a3482682 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-e337c297b7344c42.so --cap-lints allow -D warnings`
27262023-09-29T22:49:44.561Z Compiling ron v0.8.1
27272023-09-29T22:49:44.763Z Running `/home/build/.rustup/toolchains/1.72.1-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=1210acd4f167bbed -C extra-filename=-1210acd4f167bbed --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-7153363a1fac6343.rmeta --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-ed0c05cf7ea9471a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-d5f28ff1ebf2cea8.so --cap-lints allow -D warnings`
27282023-09-29T22:49:44.949Z Compiling crc-any v2.4.3
27292023-09-29T22:49:45.742Z Running `/home/build/.rustup/toolchains/1.72.1-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=06f93630ae438be3 -C extra-filename=-06f93630ae438be3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
27302023-09-29T22:49:46.035Z Running `/work/oxidecomputer/omicron/target/debug/build/vergen-7a1388c0a3482682/build-script-build`
27312023-09-29T22:49:46.145Z Compiling object v0.30.4
27322023-09-29T22:49:46.222Z Running `/home/build/.rustup/toolchains/1.72.1-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=251725e0226df094 -C extra-filename=-251725e0226df094 --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-d98ad8c6574b550d.rmeta --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-bb614e6fdd6f35be.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-f687f00cf405d2a2.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-2b9cc4e8f0305d0f.rmeta --cap-lints allow -D warnings`
27332023-09-29T22:49:46.249Z Running `/work/oxidecomputer/omicron/target/debug/build/dpd-client-fa5746ac9f969bb5/build-script-build`
27342023-09-29T22:49:46.284Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
27352023-09-29T22:49:46.303Z Running `/home/build/.rustup/toolchains/1.72.1-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=4fa44b33ea3460ba -C extra-filename=-4fa44b33ea3460ba --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-1210acd4f167bbed.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.rmeta --extern tlvc=/work/oxidecomputer/omicron/target/debug/deps/libtlvc-4c7bb4883439eaf9.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-4343dc50ff09beed.rmeta --cap-lints allow -D warnings`
27362023-09-29T22:49:46.323Z Running `/work/oxidecomputer/omicron/target/debug/build/ddm-admin-client-d6ab142b5bd614d2/build-script-build`
27372023-09-29T22:49:46.342Z Compiling unicase v2.7.0
27382023-09-29T22:49:46.783Z Running `/home/build/.rustup/toolchains/1.72.1-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 metadata=5660e863eee03aea -C extra-filename=-5660e863eee03aea --out-dir /work/oxidecomputer/omicron/target/debug/build/unicase-5660e863eee03aea -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-fa824d592d428e82.rlib --cap-lints allow -D warnings`
27392023-09-29T22:49:46.804Z Compiling semver v0.1.20
27402023-09-29T22:49:46.829Z Running `/home/build/.rustup/toolchains/1.72.1-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 metadata=014fbddaf6574435 -C extra-filename=-014fbddaf6574435 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
27412023-09-29T22:49:46.850Z Compiling path-slash v0.1.5
27422023-09-29T22:49:46.874Z Running `/home/build/.rustup/toolchains/1.72.1-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=79dea6c74fb7cd7e -C extra-filename=-79dea6c74fb7cd7e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
27432023-09-29T22:49:47.311Z Running `/home/build/.rustup/toolchains/1.72.1-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=fa610dca3d04d1cf -C extra-filename=-fa610dca3d04d1cf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
27442023-09-29T22:49:47.327Z Running `/work/oxidecomputer/omicron/target/debug/build/unicase-5660e863eee03aea/build-script-build`
27452023-09-29T22:49:47.338Z Compiling rustc_version v0.1.7
27462023-09-29T22:49:47.357Z Running `/home/build/.rustup/toolchains/1.72.1-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 metadata=3c68cd52b234a94f -C extra-filename=-3c68cd52b234a94f --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-014fbddaf6574435.rmeta --cap-lints allow -D warnings`
27472023-09-29T22:49:47.383Z Running `/home/build/.rustup/toolchains/1.72.1-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=c79f8d0e42fe6d03 -C extra-filename=-c79f8d0e42fe6d03 --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-fa610dca3d04d1cf.rmeta --cap-lints allow -D warnings`
27482023-09-29T22:49:47.799Z Compiling tungstenite v0.18.0
27492023-09-29T22:49:48.267Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name tungstenite --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tungstenite-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 --cfg 'feature="base64"' --cfg 'feature="handshake"' --cfg 'feature="http"' --cfg 'feature="httparse"' --cfg 'feature="sha1"' --cfg 'feature="url"' -C metadata=20091fcf2b55331f -C extra-filename=-20091fcf2b55331f --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-ad8c311fcc61d255.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-d0b5a9931f42a80a.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-cd943cd2dfeb8306.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-7a24d2e41697cd7a.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-20277456fa976614.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-7d9cf9ba132625c1.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0d3d8ad1198c025f.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-b8ea551e90c1d73f.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-8053178730bb7d03.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-4ddeb6fc7fa00215.rmeta --extern utf8=/work/oxidecomputer/omicron/target/debug/deps/libutf8-12cba8d6e68e086e.rmeta --cap-lints allow -D warnings`
27502023-09-29T22:49:48.271Z Compiling platforms v3.1.2
27512023-09-29T22:49:48.274Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name platforms --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/platforms-3.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 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=36e0a5fa36c3066f -C extra-filename=-36e0a5fa36c3066f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
27522023-09-29T22:49:48.280Z Compiling newtype_derive v0.1.6
27532023-09-29T22:49:48.284Z Running `/home/build/.rustup/toolchains/1.72.1-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 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=d48068054ac0ebfe -C extra-filename=-d48068054ac0ebfe --out-dir /work/oxidecomputer/omicron/target/debug/build/newtype_derive-d48068054ac0ebfe -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-3c68cd52b234a94f.rlib --cap-lints allow -D warnings`
27542023-09-29T22:49:48.288Z Compiling openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#bb69a3a4)
27552023-09-29T22:49:48.294Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name openapi_lint --edition=2021 /home/build/.cargo/git/checkouts/openapi-lint-42a90d71bc44c8c6/bb69a3a/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=b8e5b4c00c7a20f9 -C extra-filename=-b8e5b4c00c7a20f9 --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-58e6b367499d83fa.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-bf55098caea8d589.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-31315c5ec54d9eb8.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-72bdbff7f725ab98.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-68bff4b9ff21c193.rmeta --cap-lints allow -D warnings`
27562023-09-29T22:49:48.301Z Running `/work/oxidecomputer/omicron/target/debug/build/newtype_derive-d48068054ac0ebfe/build-script-build`
27572023-09-29T22:49:48.309Z Running `/home/build/.rustup/toolchains/1.72.1-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=e401af0c6cf682f8 -C extra-filename=-e401af0c6cf682f8 --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`
27582023-09-29T22:49:48.316Z Compiling curve25519-dalek v4.1.1
27592023-09-29T22:49:48.325Z Running `/home/build/.rustup/toolchains/1.72.1-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.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 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=fc835f1b55b6ca78 -C extra-filename=-fc835f1b55b6ca78 --out-dir /work/oxidecomputer/omicron/target/debug/build/curve25519-dalek-fc835f1b55b6ca78 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern platforms=/work/oxidecomputer/omicron/target/debug/deps/libplatforms-36e0a5fa36c3066f.rlib --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-7466af637dca8be6.rlib --cap-lints allow -D warnings`
27602023-09-29T22:49:48.332Z Compiling tokio-tungstenite v0.18.0
27612023-09-29T22:49:48.340Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name tokio_tungstenite --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-tungstenite-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 --cfg 'feature="connect"' --cfg 'feature="default"' --cfg 'feature="handshake"' --cfg 'feature="stream"' -C metadata=bfd9f666dcca999f -C extra-filename=-bfd9f666dcca999f --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-6fb58dbcfff7d4e4.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-7d9cf9ba132625c1.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5e0f716cf1967241.rmeta --extern tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtungstenite-20091fcf2b55331f.rmeta --cap-lints allow -D warnings`
27622023-09-29T22:49:48.347Z Running `/work/oxidecomputer/omicron/target/debug/build/curve25519-dalek-fc835f1b55b6ca78/build-script-build`
27632023-09-29T22:49:48.353Z Running `/home/build/.rustup/toolchains/1.72.1-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=4971ee1235841292 -C extra-filename=-4971ee1235841292 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
27642023-09-29T22:49:48.359Z Running `/home/build/.rustup/toolchains/1.72.1-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=63cb773fab50dc82 -C extra-filename=-63cb773fab50dc82 --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-0dc6dbb5183ef894.so --cap-lints allow -D warnings`
27652023-09-29T22:49:48.366Z Compiling num_enum_derive v0.7.0
27662023-09-29T22:49:48.374Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name num_enum_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num_enum_derive-0.7.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 --cfg 'feature="proc-macro-crate"' --cfg 'feature="std"' -C metadata=698443a63f1d6be0 -C extra-filename=-698443a63f1d6be0 --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-e63712246a8ede90.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-577a284e9bcc389a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-2dd1c8bfc186ca77.rlib --extern proc_macro --cap-lints allow -D warnings`
27672023-09-29T22:49:48.381Z Compiling thiserror-impl-no-std v2.0.2
27682023-09-29T22:49:48.800Z Running `/home/build/.rustup/toolchains/1.72.1-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 metadata=d14d8d3bb8f6e0dd -C extra-filename=-d14d8d3bb8f6e0dd --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-577a284e9bcc389a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f88a0545b115dad3.rlib --extern proc_macro --cap-lints allow -D warnings`
27692023-09-29T22:49:48.803Z Compiling curve25519-dalek-derive v0.1.0
27702023-09-29T22:49:48.806Z Running `/home/build/.rustup/toolchains/1.72.1-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 metadata=36c3da63a58c53cf -C extra-filename=-36c3da63a58c53cf --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-577a284e9bcc389a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-2dd1c8bfc186ca77.rlib --extern proc_macro --cap-lints allow -D warnings`
27712023-09-29T22:49:48.810Z Compiling rayon-core v1.12.0
27722023-09-29T22:49:48.813Z Running `/home/build/.rustup/toolchains/1.72.1-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 metadata=664ab3c90fcac9c1 -C extra-filename=-664ab3c90fcac9c1 --out-dir /work/oxidecomputer/omicron/target/debug/build/rayon-core-664ab3c90fcac9c1 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
27732023-09-29T22:49:48.816Z Compiling diff v0.1.13
27742023-09-29T22:49:48.820Z Running `/home/build/.rustup/toolchains/1.72.1-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=35284c3a0f9039eb -C extra-filename=-35284c3a0f9039eb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
27752023-09-29T22:49:48.823Z Running `/work/oxidecomputer/omicron/target/debug/build/rayon-core-664ab3c90fcac9c1/build-script-build`
27762023-09-29T22:49:48.826Z Compiling mime_guess v2.0.4
27772023-09-29T22:49:48.829Z Running `/home/build/.rustup/toolchains/1.72.1-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 --cfg 'feature="default"' --cfg 'feature="rev-mappings"' -C metadata=53198ae6adcf68cc -C extra-filename=-53198ae6adcf68cc --out-dir /work/oxidecomputer/omicron/target/debug/build/mime_guess-53198ae6adcf68cc -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern unicase=/work/oxidecomputer/omicron/target/debug/deps/libunicase-e401af0c6cf682f8.rlib --cap-lints allow -D warnings`
27782023-09-29T22:49:48.832Z Running `/home/build/.rustup/toolchains/1.72.1-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 panic=abort -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=12cfbc55a9f7780d -C extra-filename=-12cfbc55a9f7780d --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-cee7501a54e670a8.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-57e2e5899337d935.rmeta --cap-lints allow -D warnings`
27792023-09-29T22:49:48.835Z Compiling nibble_vec v0.1.0
27802023-09-29T22:49:48.840Z Running `/home/build/.rustup/toolchains/1.72.1-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=563be9cc918520d1 -C extra-filename=-563be9cc918520d1 --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-abaa60e436ee1bb4.rmeta --cap-lints allow -D warnings`
27812023-09-29T22:49:48.844Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name base64 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/base64-0.13.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=f3e95c4670a50523 -C extra-filename=-f3e95c4670a50523 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
27822023-09-29T22:49:48.864Z Compiling endian-type v0.1.2
27832023-09-29T22:49:48.867Z Running `/home/build/.rustup/toolchains/1.72.1-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=5b0a6da5367b4964 -C extra-filename=-5b0a6da5367b4964 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
27842023-09-29T22:49:48.870Z Compiling radix_trie v0.2.1
27852023-09-29T22:49:48.873Z Running `/home/build/.rustup/toolchains/1.72.1-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=80c8fc2997e21bc4 -C extra-filename=-80c8fc2997e21bc4 --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-5b0a6da5367b4964.rmeta --extern nibble_vec=/work/oxidecomputer/omicron/target/debug/deps/libnibble_vec-563be9cc918520d1.rmeta --cap-lints allow -D warnings`
27862023-09-29T22:49:48.876Z Running `/home/build/.rustup/toolchains/1.72.1-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=0e1d836caa0a826e -C extra-filename=-0e1d836caa0a826e --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-cb012b6dc451b338.rmeta --extern instant=/work/oxidecomputer/omicron/target/debug/deps/libinstant-a878bd455251f7ad.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b1078066b701b737.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-abaa60e436ee1bb4.rmeta --cap-lints allow -D warnings`
27872023-09-29T22:49:48.879Z Running `/home/build/.rustup/toolchains/1.72.1-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="hostname"' --cfg 'feature="system"' -C metadata=d3145ce8104205cb -C extra-filename=-d3145ce8104205cb --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-8460fc0220c5b3a5.rmeta --extern quick_error=/work/oxidecomputer/omicron/target/debug/deps/libquick_error-a131e608b4de3222.rmeta --cap-lints allow -D warnings`
27882023-09-29T22:49:48.882Z Running `/work/oxidecomputer/omicron/target/debug/build/mime_guess-53198ae6adcf68cc/build-script-build`
27892023-09-29T22:49:48.887Z Compiling crucible v0.0.1 (https://github.com/oxidecomputer/crucible?rev=aeb69dda26c7e1a8b6eada425670cd4b83f91c07#aeb69dda)
27902023-09-29T22:49:48.915Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/crucible-f3b5bdecdc6486d6/aeb69dd/upstairs/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C metadata=724ed22a2dfc13ac -C extra-filename=-724ed22a2dfc13ac --out-dir /work/oxidecomputer/omicron/target/debug/build/crucible-724ed22a2dfc13ac -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-fa824d592d428e82.rlib --cap-lints allow -D warnings`
27912023-09-29T22:49:48.919Z Running `/home/build/.rustup/toolchains/1.72.1-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 panic=abort -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=a921a73ee678412e -C extra-filename=-a921a73ee678412e --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-3c0e7eb12fc38c46.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-41eaecfbceab1fe7.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-5989520b66fa0dce.rmeta --extern lru_cache=/work/oxidecomputer/omicron/target/debug/deps/liblru_cache-c79f8d0e42fe6d03.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-174239e37e56f43e.rmeta --extern resolv_conf=/work/oxidecomputer/omicron/target/debug/deps/libresolv_conf-d3145ce8104205cb.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-be0de13e5767d065.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-260eeb8cfcbdf125.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-49b043b2e705bbca.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-985744b06020706f.rmeta --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-937d62598852268e.rmeta --cap-lints allow -D warnings`
27922023-09-29T22:49:48.922Z Compiling parking_lot v0.11.2
27932023-09-29T22:49:48.929Z Running `/home/build/.rustup/toolchains/1.72.1-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=680e54db1208ed57 -C extra-filename=-680e54db1208ed57 --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-a878bd455251f7ad.rmeta --extern lock_api=/work/oxidecomputer/omicron/target/debug/deps/liblock_api-4e1c5de4b4146de7.rmeta --extern parking_lot_core=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot_core-0e1d836caa0a826e.rmeta --cap-lints allow -D warnings`
27942023-09-29T22:49:48.940Z Compiling trust-dns-client v0.22.0
27952023-09-29T22:49:48.948Z Running `/home/build/.rustup/toolchains/1.72.1-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=1860f17c979531b7 -C extra-filename=-1860f17c979531b7 --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-cb012b6dc451b338.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-365a12f94f76d134.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-9475083db9bb56c9.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-6fb58dbcfff7d4e4.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-31315c5ec54d9eb8.rmeta --extern radix_trie=/work/oxidecomputer/omicron/target/debug/deps/libradix_trie-80c8fc2997e21bc4.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0d3d8ad1198c025f.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-8053178730bb7d03.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-6aede6816635528b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5e0f716cf1967241.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-6003d920eb9b3761.rmeta --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-f3b53926e737ee37.rmeta --cap-lints allow -D warnings`
27962023-09-29T22:49:48.957Z Running `/work/oxidecomputer/omicron/target/debug/build/crucible-724ed22a2dfc13ac/build-script-build`
27972023-09-29T22:49:49.011Z Running `/home/build/.rustup/toolchains/1.72.1-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=0ddc43cc19bbef14 -C extra-filename=-0ddc43cc19bbef14 --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-cd943cd2dfeb8306.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5e0f716cf1967241.rmeta --cap-lints allow -D warnings --cfg seek_convenience --cfg const_fn_trait_bounds`
27982023-09-29T22:49:49.023Z Compiling universal-hash v0.5.1
27992023-09-29T22:49:49.027Z Running `/home/build/.rustup/toolchains/1.72.1-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=364afad6c7fbf0bc -C extra-filename=-364afad6c7fbf0bc --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-2ce5f4e163c64ea1.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-5aae046eb05ace35.rmeta --cap-lints allow -D warnings`
28002023-09-29T22:49:49.081Z Compiling sled v0.34.7
28012023-09-29T22:49:49.084Z Running `/home/build/.rustup/toolchains/1.72.1-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=f62c37180226deaf -C extra-filename=-f62c37180226deaf --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-d98ad8c6574b550d.rmeta --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-de56a88f97067490.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-cb42a0ce36ac2cc8.rmeta --extern fxhash=/work/oxidecomputer/omicron/target/debug/deps/libfxhash-04c51646d090d228.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b1078066b701b737.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-7d9cf9ba132625c1.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-680e54db1208ed57.rmeta --cap-lints allow -D warnings`
28022023-09-29T22:49:49.322Z Compiling bitstruct_derive v0.1.0
28032023-09-29T22:49:49.325Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name bitstruct_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bitstruct_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 metadata=22247aae87f3dc94 -C extra-filename=-22247aae87f3dc94 --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-577a284e9bcc389a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f88a0545b115dad3.rlib --extern proc_macro --cap-lints allow -D warnings`
28042023-09-29T22:49:49.981Z Compiling async-recursion v1.0.5
28052023-09-29T22:49:49.985Z Running `/home/build/.rustup/toolchains/1.72.1-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 metadata=b7cc34501b2e76f6 -C extra-filename=-b7cc34501b2e76f6 --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-577a284e9bcc389a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-2dd1c8bfc186ca77.rlib --extern proc_macro --cap-lints allow -D warnings`
28062023-09-29T22:49:50.109Z Compiling pretty-hex v0.3.0
28072023-09-29T22:49:50.118Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name pretty_hex /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pretty-hex-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="alloc"' --cfg 'feature="default"' -C metadata=5774af50a8e48f6f -C extra-filename=-5774af50a8e48f6f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
28082023-09-29T22:49:50.575Z Compiling crunchy v0.2.2
28092023-09-29T22:49:51.000Z Running `/home/build/.rustup/toolchains/1.72.1-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 --cfg 'feature="default"' --cfg 'feature="limit_128"' -C metadata=81793beb4edef3bf -C extra-filename=-81793beb4edef3bf --out-dir /work/oxidecomputer/omicron/target/debug/build/crunchy-81793beb4edef3bf -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
28102023-09-29T22:49:51.208Z Compiling trust-dns-server v0.22.1
28112023-09-29T22:49:51.215Z Running `/home/build/.rustup/toolchains/1.72.1-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=67270d07571b5d75 -C extra-filename=-67270d07571b5d75 --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-60cc23ed68c4a18e.so --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-cd943cd2dfeb8306.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-cb012b6dc451b338.rmeta --extern enum_as_inner=/work/oxidecomputer/omicron/target/debug/deps/libenum_as_inner-97219a9e84668e1a.so --extern futures_executor=/work/oxidecomputer/omicron/target/debug/deps/libfutures_executor-c94420ffcba7ca49.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-6fb58dbcfff7d4e4.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-8053178730bb7d03.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-6aede6816635528b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5e0f716cf1967241.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-348f94f777853487.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-6003d920eb9b3761.rmeta --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-1860f17c979531b7.rmeta --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-f3b53926e737ee37.rmeta --cap-lints allow -D warnings`
28122023-09-29T22:49:51.619Z Compiling opaque-debug v0.3.0
28132023-09-29T22:49:51.632Z Running `/home/build/.rustup/toolchains/1.72.1-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=08d04c054cbb43c5 -C extra-filename=-08d04c054cbb43c5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
28142023-09-29T22:49:52.183Z Compiling crossbeam-deque v0.8.3
28152023-09-29T22:49:52.650Z Running `/work/oxidecomputer/omicron/target/debug/build/crunchy-81793beb4edef3bf/build-script-build`
28162023-09-29T22:49:52.654Z Running `/home/build/.rustup/toolchains/1.72.1-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=182535058f6f1764 -C extra-filename=-182535058f6f1764 --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-cb012b6dc451b338.rmeta --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-de56a88f97067490.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-cb42a0ce36ac2cc8.rmeta --cap-lints allow -D warnings`
28172023-09-29T22:49:52.673Z Compiling path-dedot v3.1.1
28182023-09-29T22:49:52.683Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name path_dedot --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/path-dedot-3.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=f76d49ef58f600f9 -C extra-filename=-f76d49ef58f600f9 --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-dffc32915439d36d.rmeta --cap-lints allow -D warnings`
28192023-09-29T22:49:52.692Z Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
28202023-09-29T22:49:52.699Z Running `/home/build/.rustup/toolchains/1.72.1-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=3253d282079a754b -C extra-filename=-3253d282079a754b --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-d0b5a9931f42a80a.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-61bf72856c116b87.rmeta --extern crc_any=/work/oxidecomputer/omicron/target/debug/deps/libcrc_any-06f93630ae438be3.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-de69772cbb89cd6b.rmeta --extern env_logger=/work/oxidecomputer/omicron/target/debug/deps/libenv_logger-52b21f6ebccd74bb.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-dba419b1193e8428.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-7d9cf9ba132625c1.rmeta --extern lpc55_areas=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_areas-c31e16447f70b00d.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-50180e8112bf05bb.rmeta --extern packed_struct=/work/oxidecomputer/omicron/target/debug/deps/libpacked_struct-d6d2e61bec5d3e73.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-1c510a5ccd5dd270.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-92e5a5fd781383d2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.rmeta --extern serde_hex=/work/oxidecomputer/omicron/target/debug/deps/libserde_hex-b6f3993ec4da594b.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-cdaede9525bfee06.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-8053178730bb7d03.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-68bf063c0ffc7859.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-4343dc50ff09beed.rmeta --cap-lints allow -D warnings`
28212023-09-29T22:49:52.709Z Compiling tiny-keccak v2.0.2
28222023-09-29T22:49:52.719Z Running `/home/build/.rustup/toolchains/1.72.1-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 debug-assertions=on --cfg 'feature="default"' --cfg 'feature="sha3"' -C metadata=e6ceac7b0a8950e7 -C extra-filename=-e6ceac7b0a8950e7 --out-dir /work/oxidecomputer/omicron/target/debug/build/tiny-keccak-e6ceac7b0a8950e7 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
28232023-09-29T22:49:52.985Z Running `/work/oxidecomputer/omicron/target/debug/build/tiny-keccak-e6ceac7b0a8950e7/build-script-build`
28242023-09-29T22:49:53.033Z Compiling path-absolutize v3.1.1
28252023-09-29T22:49:53.454Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name path_absolutize --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/path-absolutize-3.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=acc678052cc6ca71 -C extra-filename=-acc678052cc6ca71 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern path_dedot=/work/oxidecomputer/omicron/target/debug/deps/libpath_dedot-f76d49ef58f600f9.rmeta --cap-lints allow -D warnings`
28262023-09-29T22:49:53.459Z Running `/home/build/.rustup/toolchains/1.72.1-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 --cfg 'feature="default"' --cfg 'feature="limit_128"' -C metadata=e5573dc88bf3cfb2 -C extra-filename=-e5573dc88bf3cfb2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
28272023-09-29T22:49:53.464Z Compiling snafu v0.7.5
28282023-09-29T22:49:53.467Z Running `/home/build/.rustup/toolchains/1.72.1-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="rust_1_39"' --cfg 'feature="rust_1_46"' --cfg 'feature="std"' -C metadata=d8a2d906efefc81b -C extra-filename=-d8a2d906efefc81b --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-4971ee1235841292.rmeta --extern snafu_derive=/work/oxidecomputer/omicron/target/debug/deps/libsnafu_derive-9c012307bcb8167a.so --cap-lints allow -D warnings`
28292023-09-29T22:49:53.470Z Compiling clang-sys v1.6.1
28302023-09-29T22:49:53.473Z Running `/home/build/.rustup/toolchains/1.72.1-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 --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=480d13ab3875bfb4 -C extra-filename=-480d13ab3875bfb4 --out-dir /work/oxidecomputer/omicron/target/debug/build/clang-sys-480d13ab3875bfb4 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-65b5fb261a2fbbb3.rlib --cap-lints allow -D warnings`
28312023-09-29T22:49:53.752Z Compiling olpc-cjson v0.1.3
28322023-09-29T22:49:54.194Z Running `/home/build/.rustup/toolchains/1.72.1-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=578991673d494bfd -C extra-filename=-578991673d494bfd --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-7e32255bd2f9fe1c.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-44d94bd17ea2528f.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-ac138eb008fbc34d.rmeta --cap-lints allow -D warnings`
28332023-09-29T22:49:54.279Z Compiling darling_core v0.14.4
28342023-09-29T22:49:54.283Z Running `/home/build/.rustup/toolchains/1.72.1-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 --cfg 'feature="strsim"' --cfg 'feature="suggestions"' -C metadata=16dba1245cf01adf -C extra-filename=-16dba1245cf01adf --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-1a818be490fdad0e.rmeta --extern ident_case=/work/oxidecomputer/omicron/target/debug/deps/libident_case-b929479011854e32.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-577a284e9bcc389a.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rmeta --extern strsim=/work/oxidecomputer/omicron/target/debug/deps/libstrsim-1c46220253478178.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f88a0545b115dad3.rmeta --cap-lints allow -D warnings`
28352023-09-29T22:49:54.359Z Compiling globset v0.4.13
28362023-09-29T22:49:54.410Z Running `/home/build/.rustup/toolchains/1.72.1-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=3748b9daa44dbe50 -C extra-filename=-3748b9daa44dbe50 --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-199e32e4f1a7b210.rmeta --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-4b2d8df0ef1daa62.rmeta --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-1a818be490fdad0e.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-7d9cf9ba132625c1.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-68bff4b9ff21c193.rmeta --cap-lints allow -D warnings`
28372023-09-29T22:49:54.854Z Compiling serde_plain v1.0.2
28382023-09-29T22:49:54.868Z Running `/home/build/.rustup/toolchains/1.72.1-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=8fbdcf5ad51af4c5 -C extra-filename=-8fbdcf5ad51af4c5 --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-7e32255bd2f9fe1c.rmeta --cap-lints allow -D warnings`
28392023-09-29T22:49:55.113Z Compiling aead v0.5.2
28402023-09-29T22:49:55.143Z Running `/home/build/.rustup/toolchains/1.72.1-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=22c1a8178475ff74 -C extra-filename=-22c1a8178475ff74 --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-2ce5f4e163c64ea1.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-b164977e21b232a8.rmeta --cap-lints allow -D warnings`
28412023-09-29T22:49:55.656Z Compiling enum-iterator-derive v1.2.1
28422023-09-29T22:49:55.659Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name enum_iterator_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/enum-iterator-derive-1.2.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 metadata=1be68f896f3149d0 -C extra-filename=-1be68f896f3149d0 --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-577a284e9bcc389a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-2dd1c8bfc186ca77.rlib --extern proc_macro --cap-lints allow -D warnings`
28432023-09-29T22:49:57.557Z Compiling const_format_proc_macros v0.2.31
28442023-09-29T22:49:57.566Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name const_format_proc_macros --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/const_format_proc_macros-0.2.31/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 --cfg 'feature="default"' -C metadata=deea3516802ae4d1 -C extra-filename=-deea3516802ae4d1 --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-577a284e9bcc389a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rlib --extern unicode_xid=/work/oxidecomputer/omicron/target/debug/deps/libunicode_xid-9d8f12589899f678.rlib --extern proc_macro --cap-lints allow -D warnings`
28452023-09-29T22:49:57.669Z Compiling display-error-chain v0.1.1
28462023-09-29T22:49:57.682Z Running `/home/build/.rustup/toolchains/1.72.1-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.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=0cd7c1614351d401 -C extra-filename=-0cd7c1614351d401 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
28472023-09-29T22:49:57.896Z Compiling prettyplease v0.2.15
28482023-09-29T22:49:57.899Z Running `/home/build/.rustup/toolchains/1.72.1-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.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 metadata=f141e13d0ca9e66a -C extra-filename=-f141e13d0ca9e66a --out-dir /work/oxidecomputer/omicron/target/debug/build/prettyplease-f141e13d0ca9e66a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
28492023-09-29T22:49:58.424Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name postcard_cobs --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/postcard-cobs-0.1.5-pre/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=3b71573e35c95f5c -C extra-filename=-3b71573e35c95f5c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
28502023-09-29T22:49:58.860Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name postcard --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/postcard-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' -C metadata=2f555049027eafbe -C extra-filename=-2f555049027eafbe --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cobs=/work/oxidecomputer/omicron/target/debug/deps/libpostcard_cobs-3b71573e35c95f5c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc95c778b5981b46.rmeta --cap-lints allow -D warnings`
28512023-09-29T22:49:59.188Z Running `/work/oxidecomputer/omicron/target/debug/build/prettyplease-f141e13d0ca9e66a/build-script-build`
28522023-09-29T22:49:59.228Z Compiling tough v0.12.5
28532023-09-29T22:49:59.705Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name tough --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tough-0.12.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="http"' --cfg 'feature="reqwest"' -C metadata=a3efd6033cf85ff8 -C extra-filename=-a3efd6033cf85ff8 --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-5bb86fda6cf178b2.rmeta --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-ff69ff8629488284.rmeta --extern globset=/work/oxidecomputer/omicron/target/debug/deps/libglobset-3748b9daa44dbe50.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-dba419b1193e8428.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-7d9cf9ba132625c1.rmeta --extern olpc_cjson=/work/oxidecomputer/omicron/target/debug/deps/libolpc_cjson-578991673d494bfd.rmeta --extern path_absolutize=/work/oxidecomputer/omicron/target/debug/deps/libpath_absolutize-acc678052cc6ca71.rmeta --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-f696754fa8dc0fb4.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-58aac9722dc74e91.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d7b7fcd8659abd52.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-ab830bac25aeb8d2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-44d94bd17ea2528f.rmeta --extern serde_plain=/work/oxidecomputer/omicron/target/debug/deps/libserde_plain-8fbdcf5ad51af4c5.rmeta --extern snafu=/work/oxidecomputer/omicron/target/debug/deps/libsnafu-d8a2d906efefc81b.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-d8234f11b3e61901.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-52284948578e7ef4.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-4ddeb6fc7fa00215.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-c5f644c1b249bcae.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/usr/ssl-3/lib/amd64`
28542023-09-29T22:49:59.708Z Running `/work/oxidecomputer/omicron/target/debug/build/clang-sys-480d13ab3875bfb4/build-script-build`
28552023-09-29T22:49:59.728Z Running `/home/build/.rustup/toolchains/1.72.1-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 debug-assertions=on --cfg 'feature="default"' --cfg 'feature="sha3"' -C metadata=24fc0c13d8ea062a -C extra-filename=-24fc0c13d8ea062a --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-e5573dc88bf3cfb2.rmeta --cap-lints allow -D warnings`
28562023-09-29T22:50:00.705Z Running `/home/build/.rustup/toolchains/1.72.1-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=ee7eeea747f112d2 -C extra-filename=-ee7eeea747f112d2 --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-182535058f6f1764.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-cb42a0ce36ac2cc8.rmeta --cap-lints allow -D warnings`
28572023-09-29T22:50:00.909Z Running `/home/build/.rustup/toolchains/1.72.1-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=bcb96a3c72f7f21f -C extra-filename=-bcb96a3c72f7f21f --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-46b5a067a728fb98.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-bbe9fdba6b5a3076.rmeta --cap-lints allow -D warnings --cfg has_int_exp_fmt`
28582023-09-29T22:50:01.014Z Running `/home/build/.rustup/toolchains/1.72.1-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=5bc7046f223dcd91 -C extra-filename=-5bc7046f223dcd91 --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-389c900f15cd9ab5.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc95c778b5981b46.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-51c9b43c2331a342.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-486dbcdf63113ca2.rmeta --cap-lints allow -D warnings`
28592023-09-29T22:50:01.887Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name smoltcp --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smoltcp-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 panic=abort -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=1b315857fc530fc1 -C extra-filename=-1b315857fc530fc1 --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-ccb81907c4b78a17.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-d55331612fb42c01.rmeta --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-111f14b607062773.rmeta --cap-lints allow -D warnings`
28602023-09-29T22:50:03.272Z Compiling darling_macro v0.14.4
28612023-09-29T22:50:03.275Z Running `/home/build/.rustup/toolchains/1.72.1-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 metadata=2c2a2bfd23d31414 -C extra-filename=-2c2a2bfd23d31414 --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-16dba1245cf01adf.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f88a0545b115dad3.rlib --extern proc_macro --cap-lints allow -D warnings`
28622023-09-29T22:50:03.512Z Running `/home/build/.rustup/toolchains/1.72.1-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="libm"' -C metadata=b339ba617a1f505a -C extra-filename=-b339ba617a1f505a --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-bbe9fdba6b5a3076.rmeta --cap-lints allow -D warnings`
28632023-09-29T22:50:03.590Z Compiling ascii-canvas v3.0.0
28642023-09-29T22:50:03.596Z Running `/home/build/.rustup/toolchains/1.72.1-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 metadata=83bc34abe85fe289 -C extra-filename=-83bc34abe85fe289 --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-1f045818cf0b0aea.rmeta --cap-lints allow -D warnings`
28652023-09-29T22:50:03.800Z Compiling ena v0.14.2
28662023-09-29T22:50:03.844Z Running `/home/build/.rustup/toolchains/1.72.1-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 metadata=c005b6dd4a038b72 -C extra-filename=-c005b6dd4a038b72 --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-7d9cf9ba132625c1.rmeta --cap-lints allow -D warnings`
28672023-09-29T22:50:04.412Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name cfg_if --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cfg-if-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=034322322be9b506 -C extra-filename=-034322322be9b506 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
28682023-09-29T22:50:04.491Z Running `/home/build/.rustup/toolchains/1.72.1-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=2145d7c9e38b93d9 -C extra-filename=-2145d7c9e38b93d9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
28692023-09-29T22:50:04.534Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name illumos_sys_hdrs --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/98d3312/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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=c891fe64fcf93140 -C extra-filename=-c891fe64fcf93140 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
28702023-09-29T22:50:04.661Z Compiling ref-cast v1.0.20
28712023-09-29T22:50:04.665Z Running `/home/build/.rustup/toolchains/1.72.1-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 metadata=1314aa3041c7f6f0 -C extra-filename=-1314aa3041c7f6f0 --out-dir /work/oxidecomputer/omicron/target/debug/build/ref-cast-1314aa3041c7f6f0 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
28722023-09-29T22:50:04.825Z Compiling minimal-lexical v0.2.1
28732023-09-29T22:50:04.831Z Running `/home/build/.rustup/toolchains/1.72.1-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 --cfg 'feature="std"' -C metadata=c72a17640cf2b285 -C extra-filename=-c72a17640cf2b285 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
28742023-09-29T22:50:05.108Z Compiling darling v0.14.4
28752023-09-29T22:50:05.142Z Running `/home/build/.rustup/toolchains/1.72.1-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 --cfg 'feature="default"' --cfg 'feature="suggestions"' -C metadata=c4fbf278c07c2fbd -C extra-filename=-c4fbf278c07c2fbd --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-16dba1245cf01adf.rmeta --extern darling_macro=/work/oxidecomputer/omicron/target/debug/deps/libdarling_macro-2c2a2bfd23d31414.so --cap-lints allow -D warnings`
28762023-09-29T22:50:05.278Z Running `/home/build/.rustup/toolchains/1.72.1-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="libm"' -C metadata=da6f485cf295e7f0 -C extra-filename=-da6f485cf295e7f0 --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-b339ba617a1f505a.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-46b5a067a728fb98.rmeta --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-620f8a0880f8aaa7.rmeta --extern num_rational=/work/oxidecomputer/omicron/target/debug/deps/libnum_rational-bcb96a3c72f7f21f.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-bbe9fdba6b5a3076.rmeta --cap-lints allow -D warnings`
28772023-09-29T22:50:05.306Z Running `/home/build/.rustup/toolchains/1.72.1-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=54381686b633f312 -C extra-filename=-54381686b633f312 --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-05d320df53624b0b.so --extern foreign_types_shared=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types_shared-2145d7c9e38b93d9.rmeta --cap-lints allow -D warnings`
28782023-09-29T22:50:05.437Z Running `/work/oxidecomputer/omicron/target/debug/build/ref-cast-1314aa3041c7f6f0/build-script-build`
28792023-09-29T22:50:05.464Z Compiling lalrpop v0.19.12
28802023-09-29T22:50:05.480Z Running `/home/build/.rustup/toolchains/1.72.1-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 debug-assertions=on -C metadata=0ae964d34ed662b0 -C extra-filename=-0ae964d34ed662b0 --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-83bc34abe85fe289.rmeta --extern bit_set=/work/oxidecomputer/omicron/target/debug/deps/libbit_set-3a44b29fad009a22.rmeta --extern diff=/work/oxidecomputer/omicron/target/debug/deps/libdiff-35284c3a0f9039eb.rmeta --extern ena=/work/oxidecomputer/omicron/target/debug/deps/libena-c005b6dd4a038b72.rmeta --extern is_terminal=/work/oxidecomputer/omicron/target/debug/deps/libis_terminal-752b5d06898f037d.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-7530193c025b34c1.rmeta --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-3504c7d3cd08c24f.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-9bb8439060fdcd67.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-68bff4b9ff21c193.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-0188060950c27f42.rmeta --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-eea3e7133016439a.rmeta --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-1f045818cf0b0aea.rmeta --extern tiny_keccak=/work/oxidecomputer/omicron/target/debug/deps/libtiny_keccak-24fc0c13d8ea062a.rmeta --extern unicode_xid=/work/oxidecomputer/omicron/target/debug/deps/libunicode_xid-9d8f12589899f678.rmeta --cap-lints allow -D warnings`
28812023-09-29T22:50:05.497Z Compiling rayon v1.8.0
28822023-09-29T22:50:05.533Z Running `/home/build/.rustup/toolchains/1.72.1-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=4a2d475cc77cdac3 -C extra-filename=-4a2d475cc77cdac3 --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-7299ccd4570522b5.rmeta --extern rayon_core=/work/oxidecomputer/omicron/target/debug/deps/librayon_core-ee7eeea747f112d2.rmeta --cap-lints allow -D warnings`
28832023-09-29T22:50:05.542Z Compiling nom v7.1.3
28842023-09-29T22:50:05.562Z Running `/home/build/.rustup/toolchains/1.72.1-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 --cfg 'feature="alloc"' --cfg 'feature="std"' -C metadata=4cb85d8dca904c1f -C extra-filename=-4cb85d8dca904c1f --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-2b9cc4e8f0305d0f.rmeta --extern minimal_lexical=/work/oxidecomputer/omicron/target/debug/deps/libminimal_lexical-c72a17640cf2b285.rmeta --cap-lints allow -D warnings`
28852023-09-29T22:50:05.703Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name bhyve_api_sys --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/de6369a/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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=31cca120b27edfd2 -C extra-filename=-31cca120b27edfd2 --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-63f81b35d4dc5fb3.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-63cb773fab50dc82.rmeta --cap-lints allow -D warnings`
28862023-09-29T22:50:06.361Z Running `/home/build/.rustup/toolchains/1.72.1-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=59a3b4dce867a01c -C extra-filename=-59a3b4dce867a01c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -l dlpi`
28872023-09-29T22:50:06.620Z Running `/home/build/.rustup/toolchains/1.72.1-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=28b77d6c5659903f -C extra-filename=-28b77d6c5659903f --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`
28882023-09-29T22:50:06.969Z Running `/home/build/.rustup/toolchains/1.72.1-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f28acc4b5045a03a -C extra-filename=-f28acc4b5045a03a --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-3c0e7eb12fc38c46.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-0c37760ceb6b7eb9.rmeta --cap-lints allow -D warnings`
28892023-09-29T22:50:07.376Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name opte_api --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/98d3312/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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="ipnetwork"' --cfg 'feature="std"' -C metadata=ea55162f68a68ffa -C extra-filename=-ea55162f68a68ffa --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-034322322be9b506.rmeta --extern illumos_sys_hdrs=/work/oxidecomputer/omicron/target/debug/deps/libillumos_sys_hdrs-c891fe64fcf93140.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-90d5128af6f923ab.rmeta --extern postcard=/work/oxidecomputer/omicron/target/debug/deps/libpostcard-2f555049027eafbe.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc95c778b5981b46.rmeta --extern smoltcp=/work/oxidecomputer/omicron/target/debug/deps/libsmoltcp-1b315857fc530fc1.rmeta --cap-lints allow -D warnings`
28902023-09-29T22:50:09.938Z Compiling ref-cast-impl v1.0.20
28912023-09-29T22:50:09.942Z Running `/home/build/.rustup/toolchains/1.72.1-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 metadata=53c3fe18762a1c87 -C extra-filename=-53c3fe18762a1c87 --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-577a284e9bcc389a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-2dd1c8bfc186ca77.rlib --extern proc_macro --cap-lints allow -D warnings`
28922023-09-29T22:50:10.808Z Compiling ff v0.13.0
28932023-09-29T22:50:10.822Z Running `/home/build/.rustup/toolchains/1.72.1-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 -C metadata=7dd73a36fa981251 -C extra-filename=-7dd73a36fa981251 --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-261ecd513a9709d1.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-5aae046eb05ace35.rmeta --cap-lints allow -D warnings`
28942023-09-29T22:50:11.265Z Compiling libloading v0.7.4
28952023-09-29T22:50:11.271Z Running `/home/build/.rustup/toolchains/1.72.1-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 metadata=9742a3963a0bf92a -C extra-filename=-9742a3963a0bf92a --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-cb012b6dc451b338.rmeta --cap-lints allow -D warnings`
28962023-09-29T22:50:11.380Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name termcolor --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/termcolor-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=53e60d74c5f36144 -C extra-filename=-53e60d74c5f36144 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
28972023-09-29T22:50:11.731Z Compiling bindgen v0.65.1
28982023-09-29T22:50:11.755Z Running `/home/build/.rustup/toolchains/1.72.1-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 debug-assertions=on --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="runtime"' --cfg 'feature="which"' --cfg 'feature="which-rustfmt"' -C metadata=8e9a9d91025a79f6 -C extra-filename=-8e9a9d91025a79f6 --out-dir /work/oxidecomputer/omicron/target/debug/build/bindgen-8e9a9d91025a79f6 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
28992023-09-29T22:50:12.088Z Running `/home/build/.rustup/toolchains/1.72.1-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' -C metadata=15b79a90ebc63eb0 -C extra-filename=-15b79a90ebc63eb0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
29002023-09-29T22:50:12.110Z Running `/home/build/.rustup/toolchains/1.72.1-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 --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=198358ab3563a36b -C extra-filename=-198358ab3563a36b --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-65b5fb261a2fbbb3.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b1078066b701b737.rmeta --extern libloading=/work/oxidecomputer/omicron/target/debug/deps/liblibloading-9742a3963a0bf92a.rmeta --cap-lints allow -D warnings`
29012023-09-29T22:50:12.409Z Running `/home/build/.rustup/toolchains/1.72.1-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=1f88439fc9c3cb77 -C extra-filename=-1f88439fc9c3cb77 --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-63f81b35d4dc5fb3.rmeta --extern libdlpi_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibdlpi_sys-59a3b4dce867a01c.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-63cb773fab50dc82.rmeta --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-15b79a90ebc63eb0.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-260eeb8cfcbdf125.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-49b043b2e705bbca.rmeta --cap-lints allow -D warnings`
29022023-09-29T22:50:12.828Z Running `/work/oxidecomputer/omicron/target/debug/build/bindgen-8e9a9d91025a79f6/build-script-build`
29032023-09-29T22:50:12.870Z Compiling cexpr v0.6.0
29042023-09-29T22:50:12.876Z Running `/home/build/.rustup/toolchains/1.72.1-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 metadata=79f41717ff4f74ed -C extra-filename=-79f41717ff4f74ed --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-4cb85d8dca904c1f.rmeta --cap-lints allow -D warnings`
29052023-09-29T22:50:12.913Z Compiling group v0.13.0
29062023-09-29T22:50:12.918Z Running `/home/build/.rustup/toolchains/1.72.1-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 -C metadata=109323510c86a658 -C extra-filename=-109323510c86a658 --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-7dd73a36fa981251.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-261ecd513a9709d1.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-5aae046eb05ace35.rmeta --cap-lints allow -D warnings`
29072023-09-29T22:50:13.413Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name opte --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/98d3312/lib/opte/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="api"' --cfg 'feature="std"' -C metadata=fc8d1df00ad5f684 -C extra-filename=-fc8d1df00ad5f684 --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-034322322be9b506.rmeta --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-e9c6dc943016d3c1.rmeta --extern illumos_sys_hdrs=/work/oxidecomputer/omicron/target/debug/deps/libillumos_sys_hdrs-c891fe64fcf93140.rmeta --extern kstat_macro=/work/oxidecomputer/omicron/target/debug/deps/libkstat_macro-fafcef20193987bf.so --extern opte_api=/work/oxidecomputer/omicron/target/debug/deps/libopte_api-ea55162f68a68ffa.rmeta --extern postcard=/work/oxidecomputer/omicron/target/debug/deps/libpostcard-2f555049027eafbe.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc95c778b5981b46.rmeta --extern smoltcp=/work/oxidecomputer/omicron/target/debug/deps/libsmoltcp-1b315857fc530fc1.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-ad5142bcd4b2a9f4.rmeta --cap-lints allow -D warnings --cfg usdt_stable_asm`
29082023-09-29T22:50:13.848Z Running `/home/build/.rustup/toolchains/1.72.1-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=2de1d7cdb78e1a42 -C extra-filename=-2de1d7cdb78e1a42 --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-f28acc4b5045a03a.rmeta --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-54381686b633f312.rmeta --extern nvpair_sys=/work/oxidecomputer/omicron/target/debug/deps/libnvpair_sys-28b77d6c5659903f.rmeta --cap-lints allow -D warnings`
29092023-09-29T22:50:13.855Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name bhyve_api --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/de6369a/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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=6b95af0c742ccf10 -C extra-filename=-6b95af0c742ccf10 --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-31cca120b27edfd2.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-63f81b35d4dc5fb3.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-63cb773fab50dc82.rmeta --cap-lints allow -D warnings`
29102023-09-29T22:50:13.863Z Compiling derive_builder_core v0.12.0
29112023-09-29T22:50:13.868Z Running `/home/build/.rustup/toolchains/1.72.1-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 metadata=767e84ac7dff46ef -C extra-filename=-767e84ac7dff46ef --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-c4fbf278c07c2fbd.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-577a284e9bcc389a.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f88a0545b115dad3.rmeta --cap-lints allow -D warnings`
29122023-09-29T22:50:13.886Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name prettyplease --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/prettyplease-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 metadata=5b06af9cdedfa6d9 -C extra-filename=-5b06af9cdedfa6d9 --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-577a284e9bcc389a.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-2dd1c8bfc186ca77.rmeta --cap-lints allow -D warnings`
29132023-09-29T22:50:14.060Z Running `/home/build/.rustup/toolchains/1.72.1-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=498f76b81f2b791f -C extra-filename=-498f76b81f2b791f --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-77afe733576bb3db.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-5989520b66fa0dce.rmeta --cap-lints allow -D warnings`
29142023-09-29T22:50:15.140Z Compiling which v4.4.2
29152023-09-29T22:50:15.155Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name which --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/which-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 metadata=734d9ab55e353317 -C extra-filename=-734d9ab55e353317 --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-7299ccd4570522b5.rmeta --extern home=/work/oxidecomputer/omicron/target/debug/deps/libhome-4ce862bb6a436aa0.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-db1169e44a19bc46.rmeta --cap-lints allow -D warnings`
29162023-09-29T22:50:15.363Z Running `/home/build/.rustup/toolchains/1.72.1-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=0c355567a8d1c55c -C extra-filename=-0c355567a8d1c55c --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-63f81b35d4dc5fb3.rmeta --extern rusty_doors_macros=/work/oxidecomputer/omicron/target/debug/deps/librusty_doors_macros-8f0ba65df9808a27.so --cap-lints allow -D warnings -l door`
29172023-09-29T22:50:15.784Z Compiling crypto-bigint v0.5.3
29182023-09-29T22:50:15.816Z Running `/home/build/.rustup/toolchains/1.72.1-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.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="generic-array"' --cfg 'feature="rand_core"' --cfg 'feature="zeroize"' -C metadata=9f5871f4b3f29e41 -C extra-filename=-9f5871f4b3f29e41 --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-b164977e21b232a8.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-261ecd513a9709d1.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-5aae046eb05ace35.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-302d0b30a73469bd.rmeta --cap-lints allow -D warnings`
29192023-09-29T22:50:16.002Z Compiling libxml v0.3.3
29202023-09-29T22:50:16.020Z Running `/home/build/.rustup/toolchains/1.72.1-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 metadata=c8f1cad937b0fb79 -C extra-filename=-c8f1cad937b0fb79 --out-dir /work/oxidecomputer/omicron/target/debug/build/libxml-c8f1cad937b0fb79 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-b2bde0cde8c99b7a.rlib --cap-lints allow -D warnings`
29212023-09-29T22:50:16.644Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=1e180ae55e56bd17af35cb868ffbd18ce487351d#1e180ae5)
29222023-09-29T22:50:16.702Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/management-gateway-service-749acba834b73294/1e180ae/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 metadata=382ff681ccf14424 -C extra-filename=-382ff681ccf14424 --out-dir /work/oxidecomputer/omicron/target/debug/build/gateway-sp-comms-382ff681ccf14424 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-fa824d592d428e82.rlib --cap-lints allow -D warnings`
29232023-09-29T22:50:17.443Z Compiling rustc-hash v1.1.0
29242023-09-29T22:50:17.632Z Running `/home/build/.rustup/toolchains/1.72.1-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 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=0bf74e04dbe24b22 -C extra-filename=-0bf74e04dbe24b22 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
29252023-09-29T22:50:18.436Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name shlex /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/shlex-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=94216021c626f992 -C extra-filename=-94216021c626f992 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
29262023-09-29T22:50:18.643Z Compiling base16ct v0.2.0
29272023-09-29T22:50:18.803Z Running `/home/build/.rustup/toolchains/1.72.1-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 -C metadata=a3d38e95769eacbc -C extra-filename=-a3d38e95769eacbc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
29282023-09-29T22:50:18.818Z Compiling lazycell v1.3.0
29292023-09-29T22:50:18.829Z Running `/home/build/.rustup/toolchains/1.72.1-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 metadata=c8a36ca3f3b829c0 -C extra-filename=-c8a36ca3f3b829c0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
29302023-09-29T22:50:18.878Z Running `/home/build/.rustup/toolchains/1.72.1-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=6bf44a99034eeb15 -C extra-filename=-6bf44a99034eeb15 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
29312023-09-29T22:50:21.008Z Compiling peeking_take_while v0.1.2
29322023-09-29T22:50:24.812Z Running `/home/build/.rustup/toolchains/1.72.1-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 metadata=889799dbe0f97a5e -C extra-filename=-889799dbe0f97a5e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
29332023-09-29T22:50:45.868Z Running `/work/oxidecomputer/omicron/target/debug/build/gateway-sp-comms-382ff681ccf14424/build-script-build`
29342023-09-29T22:50:46.234Z Compiling derive_builder_macro v0.12.0
29352023-09-29T22:50:46.315Z Running `/home/build/.rustup/toolchains/1.72.1-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 metadata=1bdc7893cd75a7f2 -C extra-filename=-1bdc7893cd75a7f2 --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-767e84ac7dff46ef.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f88a0545b115dad3.rlib --extern proc_macro --cap-lints allow -D warnings`
29362023-09-29T22:50:46.358Z Running `/work/oxidecomputer/omicron/target/debug/build/libxml-c8f1cad937b0fb79/build-script-build`
29372023-09-29T22:50:46.393Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name libnet --edition=2021 /home/build/.cargo/git/checkouts/netadm-sys-25ac2db9b1b244c6/59e69ef/libnet/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=9131b74d4347d16e -C extra-filename=-9131b74d4347d16e --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-6f7a908a904e9351.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3c0e7eb12fc38c46.rmeta --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-498f76b81f2b791f.rmeta --extern dlpi=/work/oxidecomputer/omicron/target/debug/deps/libdlpi-1f88439fc9c3cb77.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-63f81b35d4dc5fb3.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-63cb773fab50dc82.rmeta --extern nvpair=/work/oxidecomputer/omicron/target/debug/deps/libnvpair-2de1d7cdb78e1a42.rmeta --extern nvpair_sys=/work/oxidecomputer/omicron/target/debug/deps/libnvpair_sys-28b77d6c5659903f.rmeta --extern rusty_doors=/work/oxidecomputer/omicron/target/debug/deps/librusty_doors-0c355567a8d1c55c.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-152ad3e7ed88dcfb.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-260eeb8cfcbdf125.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-985744b06020706f.rmeta --cap-lints allow -D warnings -l kstat`
29382023-09-29T22:50:46.425Z Running `/home/build/.rustup/toolchains/1.72.1-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 debug-assertions=on --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="runtime"' --cfg 'feature="which"' --cfg 'feature="which-rustfmt"' -C metadata=fe9af302f576ca7e -C extra-filename=-fe9af302f576ca7e --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-237bfdbc957aefc2.rmeta --extern cexpr=/work/oxidecomputer/omicron/target/debug/deps/libcexpr-79f41717ff4f74ed.rmeta --extern clang_sys=/work/oxidecomputer/omicron/target/debug/deps/libclang_sys-198358ab3563a36b.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-31315c5ec54d9eb8.rmeta --extern lazycell=/work/oxidecomputer/omicron/target/debug/deps/liblazycell-c8a36ca3f3b829c0.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-7d9cf9ba132625c1.rmeta --extern peeking_take_while=/work/oxidecomputer/omicron/target/debug/deps/libpeeking_take_while-889799dbe0f97a5e.rmeta --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-5b06af9cdedfa6d9.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-577a284e9bcc389a.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-68bff4b9ff21c193.rmeta --extern rustc_hash=/work/oxidecomputer/omicron/target/debug/deps/librustc_hash-0bf74e04dbe24b22.rmeta --extern shlex=/work/oxidecomputer/omicron/target/debug/deps/libshlex-cadfa44e68aa87aa.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-2dd1c8bfc186ca77.rmeta --extern which=/work/oxidecomputer/omicron/target/debug/deps/libwhich-734d9ab55e353317.rmeta --cap-lints allow -D warnings`
29392023-09-29T22:50:46.484Z Running `/home/build/.rustup/toolchains/1.72.1-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=2a586b9d58994d74 -C extra-filename=-2a586b9d58994d74 --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-6bf44a99034eeb15.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-5989520b66fa0dce.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rmeta --cap-lints allow -D warnings`
29402023-09-29T22:50:46.911Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name oxide_vpc --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/98d3312/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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="api"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=3c706069d5910498 -C extra-filename=-3c706069d5910498 --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-034322322be9b506.rmeta --extern illumos_sys_hdrs=/work/oxidecomputer/omicron/target/debug/deps/libillumos_sys_hdrs-c891fe64fcf93140.rmeta --extern opte=/work/oxidecomputer/omicron/target/debug/deps/libopte-fc8d1df00ad5f684.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc95c778b5981b46.rmeta --extern smoltcp=/work/oxidecomputer/omicron/target/debug/deps/libsmoltcp-1b315857fc530fc1.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-ad5142bcd4b2a9f4.rmeta --cap-lints allow -D warnings`
29412023-09-29T22:50:46.915Z Compiling elliptic-curve v0.13.5
29422023-09-29T22:50:46.919Z Running `/home/build/.rustup/toolchains/1.72.1-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.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="arithmetic"' --cfg 'feature="default"' --cfg 'feature="digest"' --cfg 'feature="ecdh"' --cfg 'feature="ff"' --cfg 'feature="group"' -C metadata=911e823abdc6d319 -C extra-filename=-911e823abdc6d319 --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-a3d38e95769eacbc.rmeta --extern crypto_bigint=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_bigint-9f5871f4b3f29e41.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-870b907c595b5d33.rmeta --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-7dd73a36fa981251.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-b164977e21b232a8.rmeta --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-109323510c86a658.rmeta --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-c999d1ce9b89f2c6.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-261ecd513a9709d1.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-5aae046eb05ace35.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-302d0b30a73469bd.rmeta --cap-lints allow -D warnings`
29432023-09-29T22:50:46.929Z Compiling poly1305 v0.8.0
29442023-09-29T22:50:46.937Z Running `/home/build/.rustup/toolchains/1.72.1-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=62ad001e784dc637 -C extra-filename=-62ad001e784dc637 --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-9833e47a7666dcf6.rmeta --extern opaque_debug=/work/oxidecomputer/omicron/target/debug/deps/libopaque_debug-08d04c054cbb43c5.rmeta --extern universal_hash=/work/oxidecomputer/omicron/target/debug/deps/libuniversal_hash-364afad6c7fbf0bc.rmeta --cap-lints allow -D warnings`
29452023-09-29T22:50:46.948Z Compiling thiserror-no-std v2.0.2
29462023-09-29T22:50:46.956Z Running `/home/build/.rustup/toolchains/1.72.1-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=243dd2b9592a411f -C extra-filename=-243dd2b9592a411f --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-d14d8d3bb8f6e0dd.so --cap-lints allow -D warnings`
29472023-09-29T22:50:46.966Z Running `/home/build/.rustup/toolchains/1.72.1-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.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="digest"' --cfg 'feature="legacy_compatibility"' --cfg 'feature="precomputed-tables"' --cfg 'feature="rand_core"' --cfg 'feature="zeroize"' -C metadata=6d970a3b0700d1c3 -C extra-filename=-6d970a3b0700d1c3 --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-cb012b6dc451b338.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-9833e47a7666dcf6.rmeta --extern curve25519_dalek_derive=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek_derive-36c3da63a58c53cf.so --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-870b907c595b5d33.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-261ecd513a9709d1.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-5aae046eb05ace35.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-302d0b30a73469bd.rmeta --cap-lints allow -D warnings --cfg 'curve25519_dalek_bits="64"' --cfg 'curve25519_dalek_backend="simd"'`
29482023-09-29T22:50:46.970Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name libsqlite3_sys --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libsqlite3-sys-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 --cfg 'feature="default"' --cfg 'feature="min_sqlite_version_3_14_0"' --cfg 'feature="pkg-config"' --cfg 'feature="vcpkg"' -C metadata=996595cb5b1ab112 -C extra-filename=-996595cb5b1ab112 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -L native=/usr/lib/amd64 -l sqlite3`
29492023-09-29T22:50:46.977Z Running `/home/build/.rustup/toolchains/1.72.1-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.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="macros"' --cfg 'feature="std"' -C metadata=5dc0e0746df29f73 -C extra-filename=-5dc0e0746df29f73 --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-14057c32aaca57b1.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-a78d02f725c823af.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-41eaecfbceab1fe7.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-4b290f080638b941.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-49b043b2e705bbca.rmeta --cap-lints allow -D warnings`
29502023-09-29T22:50:46.983Z Running `/home/build/.rustup/toolchains/1.72.1-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="async"' -C metadata=d9fb5d9c45245005 -C extra-filename=-d9fb5d9c45245005 --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-8e044772089bbb07.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-260eeb8cfcbdf125.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-49b043b2e705bbca.rmeta --extern zone_cfg_derive=/work/oxidecomputer/omicron/target/debug/deps/libzone_cfg_derive-9698ffe41122b597.so --cap-lints allow -D warnings`
29512023-09-29T22:50:46.988Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name smf --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smf-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=49c733e7b75e0509 -C extra-filename=-49c733e7b75e0509 --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-260eeb8cfcbdf125.rmeta --cap-lints allow -D warnings`
29522023-09-29T22:50:46.993Z Compiling strum_macros v0.24.3
29532023-09-29T22:50:47.005Z Running `/home/build/.rustup/toolchains/1.72.1-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 metadata=aca75bfbc73798bb -C extra-filename=-aca75bfbc73798bb --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-58e6b367499d83fa.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-577a284e9bcc389a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rlib --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-e337c297b7344c42.so --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f88a0545b115dad3.rlib --extern proc_macro --cap-lints allow -D warnings`
29542023-09-29T22:50:47.012Z Compiling chacha20 v0.9.1
29552023-09-29T22:50:47.018Z Running `/home/build/.rustup/toolchains/1.72.1-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=b37a763cafc556c4 -C extra-filename=-b37a763cafc556c4 --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-cb012b6dc451b338.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-82267e5c126d43b8.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-9833e47a7666dcf6.rmeta --cap-lints allow -D warnings`
29562023-09-29T22:50:47.023Z Compiling num-derive v0.4.0
29572023-09-29T22:50:47.030Z Running `/home/build/.rustup/toolchains/1.72.1-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 metadata=1816d446c3633179 -C extra-filename=-1816d446c3633179 --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-577a284e9bcc389a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-2dd1c8bfc186ca77.rlib --extern proc_macro --cap-lints allow -D warnings`
29582023-09-29T22:50:47.453Z Compiling hashlink v0.8.4
29592023-09-29T22:50:47.463Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name hashlink --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hashlink-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 embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a95ec208a1a04424 -C extra-filename=-a95ec208a1a04424 --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-25f09157b68a9c5b.rmeta --cap-lints allow -D warnings`
29602023-09-29T22:50:47.473Z Compiling portable-atomic v1.4.3
29612023-09-29T22:50:47.918Z Running `/home/build/.rustup/toolchains/1.72.1-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 --cfg 'feature="default"' --cfg 'feature="fallback"' -C metadata=5a049cd3c83a0f96 -C extra-filename=-5a049cd3c83a0f96 --out-dir /work/oxidecomputer/omicron/target/debug/build/portable-atomic-5a049cd3c83a0f96 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
29622023-09-29T22:50:47.936Z Compiling indoc v1.0.9
29632023-09-29T22:50:48.798Z Running `/home/build/.rustup/toolchains/1.72.1-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 metadata=e5f78bf05c67c191 -C extra-filename=-e5f78bf05c67c191 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro --cap-lints allow -D warnings`
29642023-09-29T22:50:48.804Z Compiling fallible-streaming-iterator v0.1.9
29652023-09-29T22:50:48.814Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name fallible_streaming_iterator /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fallible-streaming-iterator-0.1.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=95753947b29da90c -C extra-filename=-95753947b29da90c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
29662023-09-29T22:50:48.827Z Compiling rusqlite v0.29.0
29672023-09-29T22:50:49.257Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name rusqlite --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rusqlite-0.29.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=be024a2ad2a6d646 -C extra-filename=-be024a2ad2a6d646 --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-ed0c05cf7ea9471a.rmeta --extern fallible_iterator=/work/oxidecomputer/omicron/target/debug/deps/libfallible_iterator-9b2ba017a2617756.rmeta --extern fallible_streaming_iterator=/work/oxidecomputer/omicron/target/debug/deps/libfallible_streaming_iterator-95753947b29da90c.rmeta --extern hashlink=/work/oxidecomputer/omicron/target/debug/deps/libhashlink-a95ec208a1a04424.rmeta --extern libsqlite3_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibsqlite3_sys-996595cb5b1ab112.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-abaa60e436ee1bb4.rmeta --cap-lints allow -D warnings -L native=/usr/lib/amd64`
29682023-09-29T22:50:49.279Z Running `/work/oxidecomputer/omicron/target/debug/build/portable-atomic-5a049cd3c83a0f96/build-script-build`
29692023-09-29T22:50:49.298Z Compiling chacha20poly1305 v0.10.1
29702023-09-29T22:50:49.322Z Running `/home/build/.rustup/toolchains/1.72.1-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=13d0ab9cc7fa5f0f -C extra-filename=-13d0ab9cc7fa5f0f --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-22c1a8178475ff74.rmeta --extern chacha20=/work/oxidecomputer/omicron/target/debug/deps/libchacha20-b37a763cafc556c4.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-82267e5c126d43b8.rmeta --extern poly1305=/work/oxidecomputer/omicron/target/debug/deps/libpoly1305-62ad001e784dc637.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-302d0b30a73469bd.rmeta --cap-lints allow -D warnings`
29712023-09-29T22:50:49.342Z Compiling vsss-rs v3.3.1
29722023-09-29T22:50:49.766Z Running `/home/build/.rustup/toolchains/1.72.1-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=4e7847a749e035eb -C extra-filename=-4e7847a749e035eb --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-6d970a3b0700d1c3.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-911e823abdc6d319.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-dba419b1193e8428.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0d3d8ad1198c025f.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-5eabb5c7a332b5f6.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-261ecd513a9709d1.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-5aae046eb05ace35.rmeta --extern thiserror_no_std=/work/oxidecomputer/omicron/target/debug/deps/libthiserror_no_std-243dd2b9592a411f.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-302d0b30a73469bd.rmeta --cap-lints allow -D warnings`
29732023-09-29T22:50:49.783Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name opte_ioctl --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/98d3312/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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=24f0fa0cd1f569b3 -C extra-filename=-24f0fa0cd1f569b3 --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-63f81b35d4dc5fb3.rmeta --extern libnet=/work/oxidecomputer/omicron/target/debug/deps/liblibnet-9131b74d4347d16e.rmeta --extern opte=/work/oxidecomputer/omicron/target/debug/deps/libopte-fc8d1df00ad5f684.rmeta --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-3c706069d5910498.rmeta --extern postcard=/work/oxidecomputer/omicron/target/debug/deps/libpostcard-2f555049027eafbe.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc95c778b5981b46.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-260eeb8cfcbdf125.rmeta --cap-lints allow -D warnings`
29742023-09-29T22:50:49.793Z Running `/home/build/.rustup/toolchains/1.72.1-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=40730eb2051ebcd9 -C extra-filename=-40730eb2051ebcd9 --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-aaf538cacb38ae69.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rmeta --extern slog_scope=/work/oxidecomputer/omicron/target/debug/deps/libslog_scope-2a586b9d58994d74.rmeta --cap-lints allow -D warnings`
29752023-09-29T22:50:49.804Z Compiling nix v0.26.4
29762023-09-29T22:50:49.815Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name nix --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nix-0.26.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="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=7049f8491e9b01e6 -C extra-filename=-7049f8491e9b01e6 --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-237bfdbc957aefc2.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-cb012b6dc451b338.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b1078066b701b737.rmeta --extern memoffset=/work/oxidecomputer/omicron/target/debug/deps/libmemoffset-5960b803b9e1c8c7.rmeta --extern pin_utils=/work/oxidecomputer/omicron/target/debug/deps/libpin_utils-258679e4375c153a.rmeta --cap-lints allow -D warnings`
29772023-09-29T22:50:49.826Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=aeb69dda26c7e1a8b6eada425670cd4b83f91c07#aeb69dda)
29782023-09-29T22:50:49.837Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name crucible_client_types --edition=2021 /home/build/.cargo/git/checkouts/crucible-f3b5bdecdc6486d6/aeb69dd/crucible-client-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=84d093a6e07a9478 -C extra-filename=-84d093a6e07a9478 --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-7153363a1fac6343.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1dc92e8732813f8f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-44d94bd17ea2528f.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dc2ac240cbe2519e.rmeta --cap-lints allow -D warnings`
29792023-09-29T22:50:49.850Z Compiling twox-hash v1.6.3
29802023-09-29T22:50:49.859Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name twox_hash --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/twox-hash-1.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="rand"' --cfg 'feature="std"' -C metadata=268414542493e108 -C extra-filename=-268414542493e108 --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-cb012b6dc451b338.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0d3d8ad1198c025f.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-44ced2ee8af48a54.rmeta --cap-lints allow -D warnings`
29812023-09-29T22:50:49.870Z Compiling sha-1 v0.10.1
29822023-09-29T22:50:49.884Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name sha1 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sha-1-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="default"' --cfg 'feature="std"' -C metadata=f631fb69cb812ff9 -C extra-filename=-f631fb69cb812ff9 --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-cb012b6dc451b338.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-9833e47a7666dcf6.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-870b907c595b5d33.rmeta --cap-lints allow -D warnings`
29832023-09-29T22:50:49.895Z Compiling cookie v0.16.2
29842023-09-29T22:50:49.909Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cookie-0.16.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 metadata=d273d01d10104002 -C extra-filename=-d273d01d10104002 --out-dir /work/oxidecomputer/omicron/target/debug/build/cookie-d273d01d10104002 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-fa824d592d428e82.rlib --cap-lints allow -D warnings`
29852023-09-29T22:50:49.921Z Compiling diesel-dtrace v0.2.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#c1252df7)
29862023-09-29T22:50:49.933Z Running `/home/build/.rustup/toolchains/1.72.1-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 metadata=469ce7f48e43fe8f -C extra-filename=-469ce7f48e43fe8f --out-dir /work/oxidecomputer/omicron/target/debug/build/diesel-dtrace-469ce7f48e43fe8f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-fa824d592d428e82.rlib --cap-lints allow -D warnings`
29872023-09-29T22:50:49.945Z Compiling salty v0.2.0
29882023-09-29T22:50:49.952Z Running `/home/build/.rustup/toolchains/1.72.1-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 debug-assertions=on -C metadata=9ae382556f3636d3 -C extra-filename=-9ae382556f3636d3 --out-dir /work/oxidecomputer/omicron/target/debug/build/salty-9ae382556f3636d3 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
29892023-09-29T22:50:49.961Z Compiling assert_matches v1.5.0
29902023-09-29T22:50:49.971Z Running `/home/build/.rustup/toolchains/1.72.1-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=de9d8e932b97828e -C extra-filename=-de9d8e932b97828e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
29912023-09-29T22:50:49.982Z Compiling signature v1.6.4
29922023-09-29T22:50:49.985Z Running `/home/build/.rustup/toolchains/1.72.1-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=743d5c04f7c47f30 -C extra-filename=-743d5c04f7c47f30 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
29932023-09-29T22:50:49.992Z Running `/work/oxidecomputer/omicron/target/debug/build/diesel-dtrace-469ce7f48e43fe8f/build-script-build`
29942023-09-29T22:50:49.995Z Compiling ed25519 v1.5.3
29952023-09-29T22:50:49.998Z Running `/home/build/.rustup/toolchains/1.72.1-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=c84c632d2b22eb2c -C extra-filename=-c84c632d2b22eb2c --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-743d5c04f7c47f30.rmeta --cap-lints allow -D warnings`
29962023-09-29T22:50:50.002Z Running `/work/oxidecomputer/omicron/target/debug/build/cookie-d273d01d10104002/build-script-build`
29972023-09-29T22:50:50.005Z Compiling tungstenite v0.17.3
29982023-09-29T22:50:50.009Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name tungstenite --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tungstenite-0.17.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=68c965d76a44ce54 -C extra-filename=-68c965d76a44ce54 --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-ad8c311fcc61d255.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-d0b5a9931f42a80a.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-cd943cd2dfeb8306.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-7a24d2e41697cd7a.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-20277456fa976614.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-7d9cf9ba132625c1.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0d3d8ad1198c025f.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-f631fb69cb812ff9.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-8053178730bb7d03.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-4ddeb6fc7fa00215.rmeta --extern utf8=/work/oxidecomputer/omicron/target/debug/deps/libutf8-12cba8d6e68e086e.rmeta --cap-lints allow -D warnings`
29992023-09-29T22:50:50.016Z Running `/work/oxidecomputer/omicron/target/debug/build/salty-9ae382556f3636d3/build-script-build`
30002023-09-29T22:50:50.020Z Running `/home/build/.rustup/toolchains/1.72.1-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="regex"' -C metadata=213b45dd94672eea -C extra-filename=-213b45dd94672eea --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-aaf538cacb38ae69.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-58f292f48fcf4f9e.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-ceb79fdff76abd9e.rmeta --extern slog_scope=/work/oxidecomputer/omicron/target/debug/deps/libslog_scope-2a586b9d58994d74.rmeta --extern slog_stdlog=/work/oxidecomputer/omicron/target/debug/deps/libslog_stdlog-40730eb2051ebcd9.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-7ea5c210a1de1190.rmeta --cap-lints allow -D warnings`
30012023-09-29T22:50:50.027Z Compiling polyval v0.6.1
30022023-09-29T22:50:50.030Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name polyval --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/polyval-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=27f1943c936fe5a0 -C extra-filename=-27f1943c936fe5a0 --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-cb012b6dc451b338.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-9833e47a7666dcf6.rmeta --extern opaque_debug=/work/oxidecomputer/omicron/target/debug/deps/libopaque_debug-08d04c054cbb43c5.rmeta --extern universal_hash=/work/oxidecomputer/omicron/target/debug/deps/libuniversal_hash-364afad6c7fbf0bc.rmeta --cap-lints allow -D warnings`
30032023-09-29T22:50:50.033Z Compiling num_enum v0.7.0
30042023-09-29T22:50:50.036Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name num_enum --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num_enum-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=5ee0eb1e85cd353c -C extra-filename=-5ee0eb1e85cd353c --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-698443a63f1d6be0.so --cap-lints allow -D warnings`
30052023-09-29T22:50:50.040Z Compiling signal-hook-tokio v0.3.1
30062023-09-29T22:50:50.049Z Running `/home/build/.rustup/toolchains/1.72.1-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=c4e4247885d1d88f -C extra-filename=-c4e4247885d1d88f --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-26ddbb2f438a5030.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b1078066b701b737.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-6f1b9fc73aa4b6db.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5e0f716cf1967241.rmeta --cap-lints allow -D warnings`
30072023-09-29T22:50:50.054Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=de6369aa45a255f896da0a3ddd2b7152c036a4e9#de6369aa)
30082023-09-29T22:50:50.058Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name propolis_types --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/de6369a/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=9d17c05a04c2f358 -C extra-filename=-9d17c05a04c2f358 --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-1dc92e8732813f8f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.rmeta --cap-lints allow -D warnings`
30092023-09-29T22:50:50.063Z Compiling ctr v0.9.2
30102023-09-29T22:50:50.067Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name ctr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ctr-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 -C metadata=10b6e672b7190500 -C extra-filename=-10b6e672b7190500 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-82267e5c126d43b8.rmeta --cap-lints allow -D warnings`
30112023-09-29T22:50:50.071Z Compiling aes v0.8.3
30122023-09-29T22:50:50.075Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name aes --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/aes-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 opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=6cbe1f2fe5116e53 -C extra-filename=-6cbe1f2fe5116e53 --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-cb012b6dc451b338.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-82267e5c126d43b8.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-9833e47a7666dcf6.rmeta --cap-lints allow -D warnings`
30132023-09-29T22:50:50.084Z Compiling bincode v1.3.3
30142023-09-29T22:50:50.089Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name bincode /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bincode-1.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=c14cf3ec894491a9 -C extra-filename=-c14cf3ec894491a9 --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-7e32255bd2f9fe1c.rmeta --cap-lints allow -D warnings`
30152023-09-29T22:50:50.101Z Compiling oso-derive v0.26.4
30162023-09-29T22:50:50.113Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name oso_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/oso-derive-0.26.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 metadata=10cf31dc273ef924 -C extra-filename=-10cf31dc273ef924 --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-8512bc6ae7bced04.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f88a0545b115dad3.rlib --extern proc_macro --cap-lints allow -D warnings`
30172023-09-29T22:50:50.133Z Compiling impl-trait-for-tuples v0.2.2
30182023-09-29T22:50:50.145Z Running `/home/build/.rustup/toolchains/1.72.1-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 metadata=f771e6df21d51c33 -C extra-filename=-f771e6df21d51c33 --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-577a284e9bcc389a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f88a0545b115dad3.rlib --extern proc_macro --cap-lints allow -D warnings`
30192023-09-29T22:50:50.157Z Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack.git?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
30202023-09-29T22:50:50.587Z Running `/home/build/.rustup/toolchains/1.72.1-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 metadata=618bd4cd81967613 -C extra-filename=-618bd4cd81967613 --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-577a284e9bcc389a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f88a0545b115dad3.rlib --extern proc_macro --cap-lints allow -D warnings`
30212023-09-29T22:50:50.594Z Compiling aes-gcm-siv v0.11.1
30222023-09-29T22:50:50.598Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name aes_gcm_siv --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/aes-gcm-siv-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 --cfg 'feature="aes"' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="getrandom"' -C metadata=c2fe22df8638a520 -C extra-filename=-c2fe22df8638a520 --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-22c1a8178475ff74.rmeta --extern aes=/work/oxidecomputer/omicron/target/debug/deps/libaes-6cbe1f2fe5116e53.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-82267e5c126d43b8.rmeta --extern ctr=/work/oxidecomputer/omicron/target/debug/deps/libctr-10b6e672b7190500.rmeta --extern polyval=/work/oxidecomputer/omicron/target/debug/deps/libpolyval-27f1943c936fe5a0.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-5aae046eb05ace35.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-302d0b30a73469bd.rmeta --cap-lints allow -D warnings`
30232023-09-29T22:50:50.602Z Compiling tokio-tungstenite v0.17.2
30242023-09-29T22:50:50.606Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name tokio_tungstenite --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-tungstenite-0.17.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="connect"' --cfg 'feature="default"' --cfg 'feature="stream"' -C metadata=65b5b1a9e0afeec0 -C extra-filename=-65b5b1a9e0afeec0 --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-6fb58dbcfff7d4e4.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-7d9cf9ba132625c1.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5e0f716cf1967241.rmeta --extern tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtungstenite-68c965d76a44ce54.rmeta --cap-lints allow -D warnings`
30252023-09-29T22:50:50.610Z Running `/home/build/.rustup/toolchains/1.72.1-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=845f28cb4a4e5d2c -C extra-filename=-845f28cb4a4e5d2c --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-c84c632d2b22eb2c.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-5aae046eb05ace35.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-302d0b30a73469bd.rmeta --cap-lints allow -D warnings --cfg tweetnacl`
30262023-09-29T22:50:50.614Z Running `/home/build/.rustup/toolchains/1.72.1-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=b22b6623aaea9916 -C extra-filename=-b22b6623aaea9916 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings --cfg op_assign`
30272023-09-29T22:50:50.618Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
30282023-09-29T22:50:50.622Z Running `/home/build/.rustup/toolchains/1.72.1-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=04d17a33e5f016a9 -C extra-filename=-04d17a33e5f016a9 --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-d0b5a9931f42a80a.rmeta --extern crc=/work/oxidecomputer/omicron/target/debug/deps/libcrc-c30b11e334d30cbb.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-4343dc50ff09beed.rmeta --cap-lints allow -D warnings`
30292023-09-29T22:50:50.628Z Compiling hubpack v0.1.0 (https://github.com/cbiffle/hubpack.git?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
30302023-09-29T22:50:50.638Z Running `/home/build/.rustup/toolchains/1.72.1-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=c5733d3551185174 -C extra-filename=-c5733d3551185174 --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-618bd4cd81967613.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.rmeta --cap-lints allow -D warnings`
30312023-09-29T22:50:50.655Z Compiling env_logger v0.9.3
30322023-09-29T22:50:51.082Z Compiling nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d)
30332023-09-29T22:50:51.510Z Compiling serde-big-array v0.5.1
30342023-09-29T22:50:51.519Z Compiling serde-big-array v0.4.1
30352023-09-29T22:50:51.527Z Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=de6369aa45a255f896da0a3ddd2b7152c036a4e9#de6369aa)
30362023-09-29T22:50:51.535Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name env_logger --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/env_logger-0.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="atty"' --cfg 'feature="default"' --cfg 'feature="humantime"' --cfg 'feature="regex"' --cfg 'feature="termcolor"' -C metadata=a7226466aa62e309 -C extra-filename=-a7226466aa62e309 --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-146357f6ef611eef.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-f2067ebe1995322f.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-7d9cf9ba132625c1.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-68bff4b9ff21c193.rmeta --extern termcolor=/work/oxidecomputer/omicron/target/debug/deps/libtermcolor-daf272cf0528281c.rmeta --cap-lints allow -D warnings`
30372023-09-29T22:50:51.545Z Running `/home/build/.rustup/toolchains/1.72.1-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=d4ec6eef4dddad9f -C extra-filename=-d4ec6eef4dddad9f --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-7e32255bd2f9fe1c.rmeta --cap-lints allow -D warnings`
30382023-09-29T22:50:51.553Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name viona_api_sys --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/de6369a/crates/viona-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=f3d7fe9817d02e99 -C extra-filename=-f3d7fe9817d02e99 --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-b1078066b701b737.rmeta --cap-lints allow -D warnings`
30392023-09-29T22:50:51.560Z Running `/home/build/.rustup/toolchains/1.72.1-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=ba15d3bd28990364 -C extra-filename=-ba15d3bd28990364 --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-7e32255bd2f9fe1c.rmeta --cap-lints allow -D warnings`
30402023-09-29T22:50:51.564Z Running `/home/build/.rustup/toolchains/1.72.1-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=cd225b2962500857 -C extra-filename=-cd225b2962500857 --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-237bfdbc957aefc2.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-cb012b6dc451b338.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b1078066b701b737.rmeta --extern memoffset=/work/oxidecomputer/omicron/target/debug/deps/libmemoffset-5960b803b9e1c8c7.rmeta --extern pin_utils=/work/oxidecomputer/omicron/target/debug/deps/libpin_utils-258679e4375c153a.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-44ced2ee8af48a54.rmeta --cap-lints allow -D warnings`
30412023-09-29T22:50:51.572Z Compiling ringbuffer v0.14.2
30422023-09-29T22:50:51.579Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name ringbuffer --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ringbuffer-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="alloc"' --cfg 'feature="default"' -C metadata=cf4055d9f9f80342 -C extra-filename=-cf4055d9f9f80342 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
30432023-09-29T22:50:51.617Z Compiling ascii v1.1.0
30442023-09-29T22:50:51.620Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name ascii /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ascii-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=33de564c997ac6dd -C extra-filename=-33de564c997ac6dd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
30452023-09-29T22:50:51.623Z Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=de6369aa45a255f896da0a3ddd2b7152c036a4e9#de6369aa)
30462023-09-29T22:50:51.626Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name viona_api --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/de6369a/crates/viona-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=ef227127c1c45d0f -C extra-filename=-ef227127c1c45d0f --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-b1078066b701b737.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-415bf1320d00fc35.rmeta --extern viona_api_sys=/work/oxidecomputer/omicron/target/debug/deps/libviona_api_sys-f3d7fe9817d02e99.rmeta --cap-lints allow -D warnings`
30472023-09-29T22:50:51.630Z Compiling sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
30482023-09-29T22:50:51.633Z Running `/home/build/.rustup/toolchains/1.72.1-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=a5e69c23e6dc5f2f -C extra-filename=-a5e69c23e6dc5f2f --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-e6b4ea7ed68fff08.so --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-c5733d3551185174.rmeta --extern salty=/work/oxidecomputer/omicron/target/debug/deps/libsalty-845f28cb4a4e5d2c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.rmeta --extern serde_big_array=/work/oxidecomputer/omicron/target/debug/deps/libserde_big_array-ba15d3bd28990364.rmeta --cap-lints allow -D warnings`
30492023-09-29T22:50:51.636Z Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c)
30502023-09-29T22:50:51.640Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name rfb --edition=2021 /home/build/.cargo/git/checkouts/rfb-288dbd459c42dc7a/0cac8d9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=4cead7eb4129b8aa -C extra-filename=-4cead7eb4129b8aa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ascii=/work/oxidecomputer/omicron/target/debug/deps/libascii-33de564c997ac6dd.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-60cc23ed68c4a18e.so --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-237bfdbc957aefc2.rmeta --extern env_logger=/work/oxidecomputer/omicron/target/debug/deps/libenv_logger-a7226466aa62e309.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-9d0180ae373a0d5a.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-7d9cf9ba132625c1.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-8053178730bb7d03.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5e0f716cf1967241.rmeta --cap-lints allow -D warnings`
30512023-09-29T22:50:51.643Z Compiling steno v0.4.0
30522023-09-29T22:50:51.646Z Running `/home/build/.rustup/toolchains/1.72.1-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=4310ba65bd69c4c1 -C extra-filename=-4310ba65bd69c4c1 --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-476b9f9fc2bea332.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-60cc23ed68c4a18e.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5bb86fda6cf178b2.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-9d0180ae373a0d5a.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-31315c5ec54d9eb8.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-b22b6623aaea9916.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-9bb8439060fdcd67.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1dc92e8732813f8f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-44d94bd17ea2528f.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-8053178730bb7d03.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5e0f716cf1967241.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dc2ac240cbe2519e.rmeta --cap-lints allow -D warnings`
30532023-09-29T22:50:51.650Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=de6369aa45a255f896da0a3ddd2b7152c036a4e9#de6369aa)
30542023-09-29T22:50:52.080Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name propolis_client --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/de6369a/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"' --cfg 'feature="futures"' --cfg 'feature="generated"' --cfg 'feature="generated-migration"' --cfg 'feature="progenitor"' --cfg 'feature="tokio"' --cfg 'feature="tokio-tungstenite"' -C metadata=d2ac920479ec58a1 -C extra-filename=-d2ac920479ec58a1 --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-60cc23ed68c4a18e.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-7153363a1fac6343.rmeta --extern crucible_client_types=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_client_types-84d093a6e07a9478.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-9d0180ae373a0d5a.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-aee9c80b0792b161.rmeta --extern propolis_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_types-9d17c05a04c2f358.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0d3d8ad1198c025f.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d7b7fcd8659abd52.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-ab830bac25aeb8d2.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1dc92e8732813f8f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-44d94bd17ea2528f.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-8053178730bb7d03.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5e0f716cf1967241.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-65b5b1a9e0afeec0.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dc2ac240cbe2519e.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/usr/ssl-3/lib/amd64`
30552023-09-29T22:50:52.099Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=aeb69dda26c7e1a8b6eada425670cd4b83f91c07#aeb69dda)
30562023-09-29T22:50:52.525Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name crucible_smf --edition=2021 /home/build/.cargo/git/checkouts/crucible-f3b5bdecdc6486d6/aeb69dd/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=fd059d6ef9cde0f5 -C extra-filename=-fd059d6ef9cde0f5 --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-b1078066b701b737.rmeta --extern num_derive=/work/oxidecomputer/omicron/target/debug/deps/libnum_derive-1816d446c3633179.so --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-50180e8112bf05bb.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-8053178730bb7d03.rmeta --cap-lints allow -D warnings`
30572023-09-29T22:50:52.539Z Compiling bitstruct v0.1.1
30582023-09-29T22:50:52.562Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name bitstruct --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bitstruct-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=b6d8f5240dbd67ce -C extra-filename=-b6d8f5240dbd67ce --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitstruct_derive=/work/oxidecomputer/omicron/target/debug/deps/libbitstruct_derive-22247aae87f3dc94.so --cap-lints allow -D warnings`
30592023-09-29T22:50:52.607Z Running `/home/build/.rustup/toolchains/1.72.1-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=3dcd79f611d2156d -C extra-filename=-3dcd79f611d2156d --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-00ced72cf6a670b3.rmeta --extern unicase=/work/oxidecomputer/omicron/target/debug/deps/libunicase-e401af0c6cf682f8.rmeta --cap-lints allow -D warnings`
30602023-09-29T22:50:52.642Z Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=de6369aa45a255f896da0a3ddd2b7152c036a4e9#de6369aa)
30612023-09-29T22:50:52.659Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name dladm --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/de6369a/crates/dladm/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=0c84b2a9c241c7dc -C extra-filename=-0c84b2a9c241c7dc --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-b1078066b701b737.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-415bf1320d00fc35.rmeta --cap-lints allow -D warnings`
30622023-09-29T22:50:52.670Z Running `/home/build/.rustup/toolchains/1.72.1-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=c38534593b8ad92a -C extra-filename=-c38534593b8ad92a --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-d55331612fb42c01.rmeta --cap-lints allow -D warnings`
30632023-09-29T22:50:52.689Z Compiling erased-serde v0.3.31
30642023-09-29T22:50:52.703Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name erased_serde --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/erased-serde-0.3.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="default"' --cfg 'feature="std"' -C metadata=27fe969efa754915 -C extra-filename=-27fe969efa754915 --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-7e32255bd2f9fe1c.rmeta --cap-lints allow -D warnings`
30652023-09-29T22:50:52.718Z Compiling serde_arrays v0.1.0
30662023-09-29T22:50:52.735Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_arrays --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_arrays-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=eff8a6e0230c2c52 -C extra-filename=-eff8a6e0230c2c52 --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-7e32255bd2f9fe1c.rmeta --cap-lints allow -D warnings`
30672023-09-29T22:50:52.750Z Compiling corncobs v0.1.3
30682023-09-29T22:50:52.755Z Running `/home/build/.rustup/toolchains/1.72.1-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=310abc95d0d61536 -C extra-filename=-310abc95d0d61536 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
30692023-09-29T22:50:53.051Z Running `/home/build/.rustup/toolchains/1.72.1-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=25ff51be749310b5 -C extra-filename=-25ff51be749310b5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
30702023-09-29T22:50:53.960Z Running `/home/build/.rustup/toolchains/1.72.1-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=5ea056c3aa76d4a5 -C extra-filename=-5ea056c3aa76d4a5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
30712023-09-29T22:50:54.373Z Compiling sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
30722023-09-29T22:50:54.388Z Running `/home/build/.rustup/toolchains/1.72.1-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=a8b4bcee3ea5a556 -C extra-filename=-a8b4bcee3ea5a556 --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-310abc95d0d61536.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-e6b4ea7ed68fff08.so --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-c5733d3551185174.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0d3d8ad1198c025f.rmeta --extern salty=/work/oxidecomputer/omicron/target/debug/deps/libsalty-845f28cb4a4e5d2c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.rmeta --extern sprockets_common=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_common-a5e69c23e6dc5f2f.rmeta --extern tinyvec=/work/oxidecomputer/omicron/target/debug/deps/libtinyvec-85963be74ba39079.rmeta --cap-lints allow -D warnings`
30732023-09-29T22:50:54.466Z Compiling const_format v0.2.31
30742023-09-29T22:50:54.525Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name const_format --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/const_format-0.2.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="default"' -C metadata=23286d2a23822630 -C extra-filename=-23286d2a23822630 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern const_format_proc_macros=/work/oxidecomputer/omicron/target/debug/deps/libconst_format_proc_macros-deea3516802ae4d1.so --cap-lints allow -D warnings`
30752023-09-29T22:50:54.528Z Compiling enum-iterator v1.4.1
30762023-09-29T22:50:54.530Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name enum_iterator --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/enum-iterator-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=e9e02362164dbe47 -C extra-filename=-e9e02362164dbe47 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern enum_iterator_derive=/work/oxidecomputer/omicron/target/debug/deps/libenum_iterator_derive-1be68f896f3149d0.so --cap-lints allow -D warnings`
30772023-09-29T22:50:55.084Z Running `/home/build/.rustup/toolchains/1.72.1-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="std"' -C metadata=5865b6cb774c6986 -C extra-filename=-5865b6cb774c6986 --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-b05c14ecce3e035f.rmeta --cap-lints allow -D warnings`
30782023-09-29T22:50:55.505Z Compiling ron v0.7.1
30792023-09-29T22:50:55.518Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name ron --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ron-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=173490d1263ba0c1 -C extra-filename=-173490d1263ba0c1 --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-ad8c311fcc61d255.rmeta --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-237bfdbc957aefc2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.rmeta --cap-lints allow -D warnings`
30802023-09-29T22:50:55.620Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=aeb69dda26c7e1a8b6eada425670cd4b83f91c07#aeb69dda)
30812023-09-29T22:50:55.624Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name crucible_agent_client --edition=2021 /home/build/.cargo/git/checkouts/crucible-f3b5bdecdc6486d6/aeb69dd/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=59996b15b129b91c -C extra-filename=-59996b15b129b91c --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-476b9f9fc2bea332.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5bb86fda6cf178b2.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-58aac9722dc74e91.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-aee9c80b0792b161.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d7b7fcd8659abd52.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1dc92e8732813f8f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-44d94bd17ea2528f.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/usr/ssl-3/lib/amd64`
30822023-09-29T22:50:56.344Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=de6369aa45a255f896da0a3ddd2b7152c036a4e9#de6369aa)
30832023-09-29T22:50:56.350Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name propolis_server_config --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/de6369a/crates/propolis-server-config/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=ca39878751580427 -C extra-filename=-ca39878751580427 --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-7e32255bd2f9fe1c.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-d5f28ff1ebf2cea8.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-8053178730bb7d03.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-b148462e64533cac.rmeta --cap-lints allow -D warnings`
30842023-09-29T22:50:57.527Z Compiling bit_field v0.10.2
30852023-09-29T22:50:57.530Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name bit_field /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bit_field-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=e951acd70516eeb8 -C extra-filename=-e951acd70516eeb8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
30862023-09-29T22:50:57.968Z Compiling http-range v0.1.5
30872023-09-29T22:50:57.972Z Running `/home/build/.rustup/toolchains/1.72.1-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=b4033984b397087d -C extra-filename=-b4033984b397087d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
30882023-09-29T22:50:58.813Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name flagset --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/flagset-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=c17db3041dbe5962 -C extra-filename=-c17db3041dbe5962 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
30892023-09-29T22:50:59.243Z Compiling hyper-staticfile v0.9.5
30902023-09-29T22:50:59.308Z Running `/home/build/.rustup/toolchains/1.72.1-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=551884fe0a6fcaea -C extra-filename=-551884fe0a6fcaea --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-6fb58dbcfff7d4e4.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-7a24d2e41697cd7a.rmeta --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-b4033984b397087d.rmeta --extern httpdate=/work/oxidecomputer/omicron/target/debug/deps/libhttpdate-88a461b76c14f00c.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-d93f984b20af488a.rmeta --extern mime_guess=/work/oxidecomputer/omicron/target/debug/deps/libmime_guess-3dcd79f611d2156d.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-58aac9722dc74e91.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0d3d8ad1198c025f.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5e0f716cf1967241.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-4ddeb6fc7fa00215.rmeta --cap-lints allow -D warnings`
30912023-09-29T22:50:59.353Z Running `/home/build/.rustup/toolchains/1.72.1-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 panic=abort -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=8385b4053995eaa1 -C extra-filename=-8385b4053995eaa1 --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-c4da83d5a55438d5.rmeta --extern der_derive=/work/oxidecomputer/omicron/target/debug/deps/libder_derive-51d59824f1b04c5a.so --extern flagset=/work/oxidecomputer/omicron/target/debug/deps/libflagset-c17db3041dbe5962.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-5865b6cb774c6986.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-4533caa2ab54e991.rmeta --cap-lints allow -D warnings`
30922023-09-29T22:50:59.735Z Running `/home/build/.rustup/toolchains/1.72.1-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=2013f0869bd43665 -C extra-filename=-2013f0869bd43665 --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`
30932023-09-29T22:51:00.144Z Running `/home/build/.rustup/toolchains/1.72.1-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=1632f88a70563dfe -C extra-filename=-1632f88a70563dfe --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`
30942023-09-29T22:51:00.611Z Running `/home/build/.rustup/toolchains/1.72.1-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=46194ba485b4e810 -C extra-filename=-46194ba485b4e810 --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-be0de13e5767d065.rmeta --cap-lints allow -D warnings`
30952023-09-29T22:51:00.626Z Running `/home/build/.rustup/toolchains/1.72.1-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a2d4a35d2b10c304 -C extra-filename=-a2d4a35d2b10c304 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
30962023-09-29T22:51:00.658Z Compiling number_prefix v0.4.0
30972023-09-29T22:51:00.788Z Running `/home/build/.rustup/toolchains/1.72.1-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=dab6b6d0bbf65977 -C extra-filename=-dab6b6d0bbf65977 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
30982023-09-29T22:51:00.807Z Running `/home/build/.rustup/toolchains/1.72.1-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=b529bcb32486c427 -C extra-filename=-b529bcb32486c427 --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-a2d4a35d2b10c304.rmeta --extern nibble_vec=/work/oxidecomputer/omicron/target/debug/deps/libnibble_vec-46194ba485b4e810.rmeta --cap-lints allow -D warnings`
30992023-09-29T22:51:01.038Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name pem --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pem-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=0f7168c1b51f6d6d -C extra-filename=-0f7168c1b51f6d6d --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-f3e95c4670a50523.rmeta --cap-lints allow -D warnings`
31002023-09-29T22:51:01.828Z Compiling indicatif v0.17.7
31012023-09-29T22:51:01.842Z Running `/home/build/.rustup/toolchains/1.72.1-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=5e0d519d9568c112 -C extra-filename=-5e0d519d9568c112 --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-e62ba2e10ffad3b6.rmeta --extern number_prefix=/work/oxidecomputer/omicron/target/debug/deps/libnumber_prefix-dab6b6d0bbf65977.rmeta --extern portable_atomic=/work/oxidecomputer/omicron/target/debug/deps/libportable_atomic-2013f0869bd43665.rmeta --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-4a2d475cc77cdac3.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-b5773f86976bf9c1.rmeta --cap-lints allow -D warnings`
31022023-09-29T22:51:02.086Z Running `/home/build/.rustup/toolchains/1.72.1-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=339ddab4514fd3f8 -C extra-filename=-339ddab4514fd3f8 --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-3c0e7eb12fc38c46.rmeta --extern instant=/work/oxidecomputer/omicron/target/debug/deps/libinstant-dae9922e1d159d5a.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-63f81b35d4dc5fb3.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-be0de13e5767d065.rmeta --cap-lints allow -D warnings`
31032023-09-29T22:51:02.122Z Running `/home/build/.rustup/toolchains/1.72.1-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=0a99df0b13659e06 -C extra-filename=-0a99df0b13659e06 --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-e43574522d476949.rmeta --cap-lints allow -D warnings`
31042023-09-29T22:51:02.268Z Running `/home/build/.rustup/toolchains/1.72.1-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="pem"' --cfg 'feature="std"' -C metadata=f49c80bd6881a452 -C extra-filename=-f49c80bd6881a452 --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-8385b4053995eaa1.rmeta --cap-lints allow -D warnings`
31052023-09-29T22:51:02.564Z Running `/home/build/.rustup/toolchains/1.72.1-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=1978e9e59a278b19 -C extra-filename=-1978e9e59a278b19 --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-f4cc2d93810d5310.rmeta --cap-lints allow -D warnings`
31062023-09-29T22:51:02.938Z Compiling bytesize v1.3.0
31072023-09-29T22:51:02.965Z Running `/home/build/.rustup/toolchains/1.72.1-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=10a1f789afeed1e8 -C extra-filename=-10a1f789afeed1e8 --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-7e32255bd2f9fe1c.rmeta --cap-lints allow -D warnings`
31082023-09-29T22:51:03.833Z Running `/home/build/.rustup/toolchains/1.72.1-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=c272a97674c5a297 -C extra-filename=-c272a97674c5a297 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
31092023-09-29T22:51:03.847Z Compiling fs-err v2.9.0
31102023-09-29T22:51:03.863Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name fs_err --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fs-err-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=08b016a9188ac00e -C extra-filename=-08b016a9188ac00e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
31112023-09-29T22:51:03.897Z Running `/home/build/.rustup/toolchains/1.72.1-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=0296cd2fae0ad0b4 -C extra-filename=-0296cd2fae0ad0b4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
31122023-09-29T22:51:03.925Z Running `/home/build/.rustup/toolchains/1.72.1-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="std"' -C metadata=fa9898c45566403b -C extra-filename=-fa9898c45566403b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
31132023-09-29T22:51:03.988Z Running `/home/build/.rustup/toolchains/1.72.1-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=6489927f48f1fbad -C extra-filename=-6489927f48f1fbad --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
31142023-09-29T22:51:04.436Z Running `/home/build/.rustup/toolchains/1.72.1-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f097453d2a412ae3 -C extra-filename=-f097453d2a412ae3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
31152023-09-29T22:51:04.455Z Running `/home/build/.rustup/toolchains/1.72.1-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=f9d5221cedcedc5a -C extra-filename=-f9d5221cedcedc5a --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-dae9922e1d159d5a.rmeta --extern lock_api=/work/oxidecomputer/omicron/target/debug/deps/liblock_api-0f73e34081c966cd.rmeta --extern parking_lot_core=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot_core-339ddab4514fd3f8.rmeta --cap-lints allow -D warnings`
31162023-09-29T22:51:04.496Z Running `/home/build/.rustup/toolchains/1.72.1-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=0cbff680b4d73ed4 -C extra-filename=-0cbff680b4d73ed4 --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-3c0e7eb12fc38c46.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-44fc1f1b664a737c.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-44ec121a8974b079.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-41eaecfbceab1fe7.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-5989520b66fa0dce.rmeta --extern radix_trie=/work/oxidecomputer/omicron/target/debug/deps/libradix_trie-b529bcb32486c427.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-f96502417fd063e7.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-260eeb8cfcbdf125.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-dda3638a3a0bc752.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-49b043b2e705bbca.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-985744b06020706f.rmeta --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-937d62598852268e.rmeta --cap-lints allow -D warnings`
31172023-09-29T22:51:04.954Z Running `/home/build/.rustup/toolchains/1.72.1-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 panic=abort -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=f746c58265660bd9 -C extra-filename=-f746c58265660bd9 --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-0296cd2fae0ad0b4.rmeta --extern atty=/work/oxidecomputer/omicron/target/debug/deps/libatty-b7dad78e10e2d8bd.rmeta --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-ccb81907c4b78a17.rmeta --extern strsim=/work/oxidecomputer/omicron/target/debug/deps/libstrsim-f097453d2a412ae3.rmeta --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-1978e9e59a278b19.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-f4cc2d93810d5310.rmeta --extern vec_map=/work/oxidecomputer/omicron/target/debug/deps/libvec_map-c272a97674c5a297.rmeta --cap-lints allow -D warnings`
31182023-09-29T22:51:05.313Z Running `/home/build/.rustup/toolchains/1.72.1-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=0888038ecf7f11cd -C extra-filename=-0888038ecf7f11cd --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-fa9898c45566403b.rmeta --extern half=/work/oxidecomputer/omicron/target/debug/deps/libhalf-6489927f48f1fbad.rmeta --cap-lints allow -D warnings`
31192023-09-29T22:51:05.647Z Running `/home/build/.rustup/toolchains/1.72.1-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=ea5fedba9be4e455 -C extra-filename=-ea5fedba9be4e455 --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-53c3fe18762a1c87.so --cap-lints allow -D warnings`
31202023-09-29T22:51:06.257Z Running `/home/build/.rustup/toolchains/1.72.1-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=dfffbb6607f6d35d -C extra-filename=-dfffbb6607f6d35d --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-fc95c778b5981b46.rmeta --cap-lints allow -D warnings`
31212023-09-29T22:51:06.260Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name filetime --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/filetime-0.2.22/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=385aebe2019c1363 -C extra-filename=-385aebe2019c1363 --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-3c0e7eb12fc38c46.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-63f81b35d4dc5fb3.rmeta --cap-lints allow -D warnings`
31222023-09-29T22:51:06.266Z Running `/home/build/.rustup/toolchains/1.72.1-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="unsupported"' -C metadata=2ed983be0ab03c65 -C extra-filename=-2ed983be0ab03c65 --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-63f81b35d4dc5fb3.rmeta --cap-lints allow -D warnings`
31232023-09-29T22:51:06.810Z Running `/home/build/.rustup/toolchains/1.72.1-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=83befede202ef0c2 -C extra-filename=-83befede202ef0c2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
31242023-09-29T22:51:06.820Z Running `/home/build/.rustup/toolchains/1.72.1-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=860207ec66e217de -C extra-filename=-860207ec66e217de --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
31252023-09-29T22:51:06.837Z Running `/home/build/.rustup/toolchains/1.72.1-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=4648eea5d7821deb -C extra-filename=-4648eea5d7821deb --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-83befede202ef0c2.rmeta --cap-lints allow -D warnings`
31262023-09-29T22:51:07.128Z Running `/home/build/.rustup/toolchains/1.72.1-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=477e756473a1104a -C extra-filename=-477e756473a1104a --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-cee7501a54e670a8.rmeta --extern keccak=/work/oxidecomputer/omicron/target/debug/deps/libkeccak-860207ec66e217de.rmeta --cap-lints allow -D warnings`
31272023-09-29T22:51:08.123Z Running `/home/build/.rustup/toolchains/1.72.1-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="xattr"' -C metadata=939f759098d4e6b9 -C extra-filename=-939f759098d4e6b9 --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-385aebe2019c1363.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-63f81b35d4dc5fb3.rmeta --extern xattr=/work/oxidecomputer/omicron/target/debug/deps/libxattr-2ed983be0ab03c65.rmeta --cap-lints allow -D warnings`
31282023-09-29T22:51:08.834Z Running `/home/build/.rustup/toolchains/1.72.1-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=6ab2764a67149c5d -C extra-filename=-6ab2764a67149c5d --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-60cc23ed68c4a18e.so --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c2cb76b03f094493.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3c0e7eb12fc38c46.rmeta --extern enum_as_inner=/work/oxidecomputer/omicron/target/debug/deps/libenum_as_inner-97219a9e84668e1a.so --extern futures_executor=/work/oxidecomputer/omicron/target/debug/deps/libfutures_executor-861ede71e019ee93.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-41eaecfbceab1fe7.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc95c778b5981b46.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-260eeb8cfcbdf125.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-dda3638a3a0bc752.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-49b043b2e705bbca.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-dfffbb6607f6d35d.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-985744b06020706f.rmeta --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-0cbff680b4d73ed4.rmeta --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-937d62598852268e.rmeta --cap-lints allow -D warnings`
31292023-09-29T22:51:09.071Z Running `/home/build/.rustup/toolchains/1.72.1-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=adb8857e287d7cd8 -C extra-filename=-adb8857e287d7cd8 --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-fa9898c45566403b.rmeta --extern ciborium_ll=/work/oxidecomputer/omicron/target/debug/deps/libciborium_ll-0888038ecf7f11cd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc95c778b5981b46.rmeta --cap-lints allow -D warnings`
31302023-09-29T22:51:09.141Z Running `/home/build/.rustup/toolchains/1.72.1-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="no_metrics"' -C metadata=91b1d567101f9f63 -C extra-filename=-91b1d567101f9f63 --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-a291790a3ed91561.rmeta --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-cf404384f32d9ee0.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-31596f1cfd69171c.rmeta --extern fxhash=/work/oxidecomputer/omicron/target/debug/deps/libfxhash-c38534593b8ad92a.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-63f81b35d4dc5fb3.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-aaf538cacb38ae69.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-f9d5221cedcedc5a.rmeta --cap-lints allow -D warnings`
31312023-09-29T22:51:11.367Z Running `/home/build/.rustup/toolchains/1.72.1-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=1a9ebebb7eb76f15 -C extra-filename=-1a9ebebb7eb76f15 --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-f746c58265660bd9.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-5989520b66fa0dce.rmeta --extern structopt_derive=/work/oxidecomputer/omicron/target/debug/deps/libstructopt_derive-8c8d87e8293428df.so --cap-lints allow -D warnings`
31322023-09-29T22:51:11.577Z Running `/home/build/.rustup/toolchains/1.72.1-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="pem"' --cfg 'feature="std"' -C metadata=93d091b3c50ce2b9 -C extra-filename=-93d091b3c50ce2b9 --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-8385b4053995eaa1.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-f49c80bd6881a452.rmeta --cap-lints allow -D warnings`
31332023-09-29T22:51:11.613Z Running `/home/build/.rustup/toolchains/1.72.1-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f55ac8204772e253 -C extra-filename=-f55ac8204772e253 --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-6f7a908a904e9351.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-63f81b35d4dc5fb3.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-63cb773fab50dc82.rmeta --cap-lints allow -D warnings`
31342023-09-29T22:51:11.795Z Running `/home/build/.rustup/toolchains/1.72.1-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=20b19b01470f452a -C extra-filename=-20b19b01470f452a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
31352023-09-29T22:51:12.360Z Running `/home/build/.rustup/toolchains/1.72.1-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=d31030bb383ffa08 -C extra-filename=-d31030bb383ffa08 --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`
31362023-09-29T22:51:12.373Z Running `/home/build/.rustup/toolchains/1.72.1-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=4c79134007c27d1e -C extra-filename=-4c79134007c27d1e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -l efi`
31372023-09-29T22:51:12.529Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name camino_tempfile --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/camino-tempfile-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=17552ea7ce8bb1f0 -C extra-filename=-17552ea7ce8bb1f0 --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-cb608edbae315470.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-f6a95c723efb92ea.rmeta --cap-lints allow -D warnings`
31382023-09-29T22:51:12.665Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name crucible_client_types --edition=2021 /home/build/.cargo/git/checkouts/crucible-f3b5bdecdc6486d6/aeb69dd/crucible-client-types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=70257deb2f7d3260 -C extra-filename=-70257deb2f7d3260 --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-f517da13a8b686da.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-46cf70536623e002.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc95c778b5981b46.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-51c9b43c2331a342.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d16491bfbae9b4be.rmeta --cap-lints allow -D warnings`
31392023-09-29T22:51:13.108Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name sha1 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sha-1-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=37328f808b92eab7 -C extra-filename=-37328f808b92eab7 --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-3c0e7eb12fc38c46.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-b4bc10243c26e981.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-cee7501a54e670a8.rmeta --cap-lints allow -D warnings`
31402023-09-29T22:51:13.581Z Running `/home/build/.rustup/toolchains/1.72.1-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a535d9a4ab75dfc5 -C extra-filename=-a535d9a4ab75dfc5 --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-577f9e29a56ebde0.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-d3b97ee3b256b9db.rmeta --cap-lints allow -D warnings`
31412023-09-29T22:51:13.599Z Running `/home/build/.rustup/toolchains/1.72.1-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' -C metadata=ccdf0591216ecc66 -C extra-filename=-ccdf0591216ecc66 --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-4533caa2ab54e991.rmeta --cap-lints allow -D warnings`
31422023-09-29T22:51:13.748Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name path_dedot --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/path-dedot-3.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=60bf1513e309e259 -C extra-filename=-60bf1513e309e259 --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-195040b02b177146.rmeta --cap-lints allow -D warnings`
31432023-09-29T22:51:13.900Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name pretty_hex /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pretty-hex-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' -C metadata=afead1a050d43242 -C extra-filename=-afead1a050d43242 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
31442023-09-29T22:51:14.416Z Compiling indoc v2.0.4
31452023-09-29T22:51:14.419Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name indoc --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/indoc-2.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 metadata=4a3dd7d09b9e4600 -C extra-filename=-4a3dd7d09b9e4600 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro --cap-lints allow -D warnings`
31462023-09-29T22:51:14.422Z Running `/home/build/.rustup/toolchains/1.72.1-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=1d69b3eff17dd817 -C extra-filename=-1d69b3eff17dd817 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
31472023-09-29T22:51:14.426Z Running `/home/build/.rustup/toolchains/1.72.1-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f2981edbf10f3b51 -C extra-filename=-f2981edbf10f3b51 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
31482023-09-29T22:51:14.431Z Running `/home/build/.rustup/toolchains/1.72.1-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=629ad6c3c790c5ec -C extra-filename=-629ad6c3c790c5ec --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
31492023-09-29T22:51:14.477Z Running `/home/build/.rustup/toolchains/1.72.1-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=e461df278a866dbe -C extra-filename=-e461df278a866dbe --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-1d69b3eff17dd817.rmeta --cap-lints allow -D warnings`
31502023-09-29T22:51:14.566Z Running `/home/build/.rustup/toolchains/1.72.1-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=085ba021a890856b -C extra-filename=-085ba021a890856b --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-629ad6c3c790c5ec.rmeta --cap-lints allow -D warnings`
31512023-09-29T22:51:15.671Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name path_absolutize --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/path-absolutize-3.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=6b018f3df0d62dc1 -C extra-filename=-6b018f3df0d62dc1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern path_dedot=/work/oxidecomputer/omicron/target/debug/deps/libpath_dedot-60bf1513e309e259.rmeta --cap-lints allow -D warnings`
31522023-09-29T22:51:16.117Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name tungstenite --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tungstenite-0.17.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=e1e7cfcb3d15b9b6 -C extra-filename=-e1e7cfcb3d15b9b6 --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-f3e95c4670a50523.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-d55331612fb42c01.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c2cb76b03f094493.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-587e107ed5d6e0f1.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-64edcd8daed94a95.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-aaf538cacb38ae69.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-f96502417fd063e7.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-37328f808b92eab7.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-260eeb8cfcbdf125.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-3a3880947b45af1e.rmeta --extern utf8=/work/oxidecomputer/omicron/target/debug/deps/libutf8-5ea056c3aa76d4a5.rmeta --cap-lints allow -D warnings`
31532023-09-29T22:51:16.122Z Running `/home/build/.rustup/toolchains/1.72.1-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=3e29270f344330ed -C extra-filename=-3e29270f344330ed --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-63f81b35d4dc5fb3.rmeta --extern libefi_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_sys-4c79134007c27d1e.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-260eeb8cfcbdf125.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d16491bfbae9b4be.rmeta --cap-lints allow -D warnings`
31542023-09-29T22:51:16.520Z Running `/home/build/.rustup/toolchains/1.72.1-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=9c21b50a148b8d26 -C extra-filename=-9c21b50a148b8d26 --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-6f7a908a904e9351.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-389c900f15cd9ab5.rmeta --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-f55ac8204772e253.rmeta --extern structopt=/work/oxidecomputer/omicron/target/debug/deps/libstructopt-1a9ebebb7eb76f15.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-90f02ad9d4473dcd/out -l static=pci`
31552023-09-29T22:51:16.622Z Running `/home/build/.rustup/toolchains/1.72.1-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=7f026e4154934830 -C extra-filename=-7f026e4154934830 --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-d31030bb383ffa08.rmeta --cap-lints allow -D warnings`
31562023-09-29T22:51:17.337Z Running `/home/build/.rustup/toolchains/1.72.1-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 panic=abort -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=591d40196de81113 -C extra-filename=-591d40196de81113 --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-8385b4053995eaa1.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-93d091b3c50ce2b9.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-f49c80bd6881a452.rmeta --cap-lints allow -D warnings`
31572023-09-29T22:51:17.340Z Running `/home/build/.rustup/toolchains/1.72.1-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="rust_1_39"' --cfg 'feature="rust_1_46"' --cfg 'feature="std"' -C metadata=12b87fb20abdd900 -C extra-filename=-12b87fb20abdd900 --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-20b19b01470f452a.rmeta --extern snafu_derive=/work/oxidecomputer/omicron/target/debug/deps/libsnafu_derive-9c012307bcb8167a.so --cap-lints allow -D warnings`
31582023-09-29T22:51:18.410Z Compiling derive_builder v0.12.0
31592023-09-29T22:51:18.417Z Running `/home/build/.rustup/toolchains/1.72.1-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=a86bb21bef4e2893 -C extra-filename=-a86bb21bef4e2893 --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-1bdc7893cd75a7f2.so --cap-lints allow -D warnings`
31602023-09-29T22:51:18.610Z Running `/home/build/.rustup/toolchains/1.72.1-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=d01c59451bfb78ec -C extra-filename=-d01c59451bfb78ec --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-b1078066b701b737.rmeta --cap-lints allow -D warnings -L native=/usr/lib/amd64 -l xml2`
31612023-09-29T22:51:18.682Z Compiling signal-hook-mio v0.2.3
31622023-09-29T22:51:18.748Z Running `/home/build/.rustup/toolchains/1.72.1-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=4df7501e28bf0922 -C extra-filename=-4df7501e28bf0922 --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-b1078066b701b737.rmeta --extern mio_0_8=/work/oxidecomputer/omicron/target/debug/deps/libmio-0f763c45bd2d6012.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-6f1b9fc73aa4b6db.rmeta --cap-lints allow -D warnings`
31632023-09-29T22:51:18.895Z Running `/home/build/.rustup/toolchains/1.72.1-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="serde"' --cfg 'feature="std"' -C metadata=eaa296dc757a8c52 -C extra-filename=-eaa296dc757a8c52 --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-6d24d4dfec88b70d.rmeta --extern packed_struct_codegen=/work/oxidecomputer/omicron/target/debug/deps/libpacked_struct_codegen-b8e29798ba6ba74c.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc95c778b5981b46.rmeta --cap-lints allow -D warnings`
31642023-09-29T22:51:18.942Z Running `/home/build/.rustup/toolchains/1.72.1-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 panic=abort -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=f97f518753c524bf -C extra-filename=-f97f518753c524bf --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-d55331612fb42c01.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-5989520b66fa0dce.rmeta --extern libm=/work/oxidecomputer/omicron/target/debug/deps/liblibm-d2e140eae73b2ead.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-46b5a067a728fb98.rmeta --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-620f8a0880f8aaa7.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-bbe9fdba6b5a3076.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-f96502417fd063e7.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc95c778b5981b46.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-be0de13e5767d065.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-4533caa2ab54e991.rmeta --cap-lints allow -D warnings --cfg has_i128`
31652023-09-29T22:51:19.103Z Running `/home/build/.rustup/toolchains/1.72.1-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="log"' -C metadata=b46ff06d313faebb -C extra-filename=-b46ff06d313faebb --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-cec0cc4c4016dd7f.rmeta --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-f050eb025633035e.rmeta --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-2cab8e63723bf814.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-aaf538cacb38ae69.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-58f292f48fcf4f9e.rmeta --cap-lints allow -D warnings`
31662023-09-29T22:51:19.148Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name propolis_types --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/de6369a/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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=70bc55a81e7060bc -C extra-filename=-70bc55a81e7060bc --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-46cf70536623e002.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc95c778b5981b46.rmeta --cap-lints allow -D warnings`
31672023-09-29T22:51:20.106Z Running `/home/build/.rustup/toolchains/1.72.1-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=b70f5c4476b3cab5 -C extra-filename=-b70f5c4476b3cab5 --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-fc95c778b5981b46.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-51c9b43c2331a342.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-86c5147d695ab8b0.rmeta --cap-lints allow -D warnings`
31682023-09-29T22:51:20.255Z Running `/home/build/.rustup/toolchains/1.72.1-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=5462f4433edcd3c6 -C extra-filename=-5462f4433edcd3c6 --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-fc95c778b5981b46.rmeta --cap-lints allow -D warnings`
31692023-09-29T22:51:20.893Z Compiling bb8 v0.8.1
31702023-09-29T22:51:20.897Z Running `/home/build/.rustup/toolchains/1.72.1-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=c7efb2f1436ebb57 -C extra-filename=-c7efb2f1436ebb57 --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-60cc23ed68c4a18e.so --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-9475083db9bb56c9.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-6fb58dbcfff7d4e4.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-ec6ef3f25c503e1d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5e0f716cf1967241.rmeta --cap-lints allow -D warnings`
31712023-09-29T22:51:21.736Z Compiling quick-xml v0.28.2
31722023-09-29T22:51:21.742Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name quick_xml --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/quick-xml-0.28.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="serde"' --cfg 'feature="serialize"' -C metadata=ebe413eb3d190847 -C extra-filename=-ebe413eb3d190847 --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-2b9cc4e8f0305d0f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.rmeta --cap-lints allow -D warnings`
31732023-09-29T22:51:22.097Z Compiling maplit v1.0.2
31742023-09-29T22:51:22.104Z Running `/home/build/.rustup/toolchains/1.72.1-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=f8a186bb5dc45b01 -C extra-filename=-f8a186bb5dc45b01 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
31752023-09-29T22:51:22.309Z Running `/home/build/.rustup/toolchains/1.72.1-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=4148e46d4812e207 -C extra-filename=-4148e46d4812e207 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
31762023-09-29T22:51:22.841Z Running `/home/build/.rustup/toolchains/1.72.1-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.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=dbe076e154597cdc -C extra-filename=-dbe076e154597cdc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
31772023-09-29T22:51:23.061Z Running `/home/build/.rustup/toolchains/1.72.1-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 panic=abort -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=3396bb8b0ea210af -C extra-filename=-3396bb8b0ea210af --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-d55331612fb42c01.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-c4da83d5a55438d5.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-cee7501a54e670a8.rmeta --extern num_bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint_dig-f97f518753c524bf.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-46b5a067a728fb98.rmeta --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-620f8a0880f8aaa7.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-bbe9fdba6b5a3076.rmeta --extern pkcs1=/work/oxidecomputer/omicron/target/debug/deps/libpkcs1-591d40196de81113.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-93d091b3c50ce2b9.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-57e2e5899337d935.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc95c778b5981b46.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-8e84a6f8110e75a4.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-12cfbc55a9f7780d.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-f49c80bd6881a452.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-d3b97ee3b256b9db.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-4533caa2ab54e991.rmeta --cap-lints allow -D warnings`
31782023-09-29T22:51:24.239Z Compiling async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=da04c087f835a51e0441addb19c5ef4986e1fcf2#da04c087)
31792023-09-29T22:51:24.251Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name async_bb8_diesel --edition=2018 /home/build/.cargo/git/checkouts/async-bb8-diesel-a50dc900a40dfa44/da04c08/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=28f21d4b8fc6721f -C extra-filename=-28f21d4b8fc6721f --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-60cc23ed68c4a18e.so --extern bb8=/work/oxidecomputer/omicron/target/debug/deps/libbb8-c7efb2f1436ebb57.rmeta --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-11c063e1ea77d67b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-8053178730bb7d03.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5e0f716cf1967241.rmeta --cap-lints allow -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64`
31802023-09-29T22:51:25.231Z Running `/home/build/.rustup/toolchains/1.72.1-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=12253501fe7f790b -C extra-filename=-12253501fe7f790b --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-4148e46d4812e207.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1a527d146b44fd95.rmeta --extern packed_struct=/work/oxidecomputer/omicron/target/debug/deps/libpacked_struct-eaa296dc757a8c52.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc95c778b5981b46.rmeta --cap-lints allow -D warnings`
31812023-09-29T22:51:25.817Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name tough --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tough-0.12.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="http"' --cfg 'feature="reqwest"' -C metadata=9f1c5eac74822cf1 -C extra-filename=-9f1c5eac74822cf1 --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-389c900f15cd9ab5.rmeta --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-e9c6dc943016d3c1.rmeta --extern globset=/work/oxidecomputer/omicron/target/debug/deps/libglobset-b46ff06d313faebb.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-48dbb664544ec132.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-aaf538cacb38ae69.rmeta --extern olpc_cjson=/work/oxidecomputer/omicron/target/debug/deps/libolpc_cjson-b70f5c4476b3cab5.rmeta --extern path_absolutize=/work/oxidecomputer/omicron/target/debug/deps/libpath_absolutize-6b018f3df0d62dc1.rmeta --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-0f7168c1b51f6d6d.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-1a959748c4116a85.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f65baf3f29cf1fd8.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-9f1588ba728336af.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc95c778b5981b46.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-51c9b43c2331a342.rmeta --extern serde_plain=/work/oxidecomputer/omicron/target/debug/deps/libserde_plain-5462f4433edcd3c6.rmeta --extern snafu=/work/oxidecomputer/omicron/target/debug/deps/libsnafu-12b87fb20abdd900.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-f6a95c723efb92ea.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-8b4af682f00f4f8e.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-3a3880947b45af1e.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-e461df278a866dbe.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/usr/ssl-3/lib/amd64`
31822023-09-29T22:51:26.604Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name tokio_tungstenite --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-tungstenite-0.17.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="connect"' --cfg 'feature="default"' --cfg 'feature="stream"' -C metadata=4608b2f3f7297776 -C extra-filename=-4608b2f3f7297776 --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-41eaecfbceab1fe7.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-aaf538cacb38ae69.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-49b043b2e705bbca.rmeta --extern tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtungstenite-e1e7cfcb3d15b9b6.rmeta --cap-lints allow -D warnings`
31832023-09-29T22:51:27.448Z Running `/home/build/.rustup/toolchains/1.72.1-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=83ea8c3ccc1c2a23 -C extra-filename=-83ea8c3ccc1c2a23 --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-085ba021a890856b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc95c778b5981b46.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-7f026e4154934830.rmeta --cap-lints allow -D warnings`
31842023-09-29T22:51:27.616Z Running `/home/build/.rustup/toolchains/1.72.1-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=69717b788f977187 -C extra-filename=-69717b788f977187 --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-d55331612fb42c01.rmeta --extern crc=/work/oxidecomputer/omicron/target/debug/deps/libcrc-4648eea5d7821deb.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-ad5142bcd4b2a9f4.rmeta --cap-lints allow -D warnings`
31852023-09-29T22:51:28.089Z Running `/home/build/.rustup/toolchains/1.72.1-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' -C metadata=41d673bbfcb83fcb -C extra-filename=-41d673bbfcb83fcb --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-c4da83d5a55438d5.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-8385b4053995eaa1.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-f49c80bd6881a452.rmeta --cap-lints allow -D warnings`
31862023-09-29T22:51:33.629Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name cookie --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cookie-0.16.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=da29f6922fbd9de6 -C extra-filename=-da29f6922fbd9de6 --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-6aede6816635528b.rmeta --cap-lints allow -D warnings`
31872023-09-29T22:51:35.502Z Running `/home/build/.rustup/toolchains/1.72.1-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=fb0ae8c4a8b0a991 -C extra-filename=-fb0ae8c4a8b0a991 --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-11c063e1ea77d67b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-d22e7451ceeeb751.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dc2ac240cbe2519e.rmeta --cap-lints allow -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64`
31882023-09-29T22:51:35.756Z Running `/home/build/.rustup/toolchains/1.72.1-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="auto-color"' --cfg 'feature="color"' -C metadata=9e38d2da51578c51 -C extra-filename=-9e38d2da51578c51 --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-77afe733576bb3db.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-aaf538cacb38ae69.rmeta --extern termcolor=/work/oxidecomputer/omicron/target/debug/deps/libtermcolor-53e60d74c5f36144.rmeta --cap-lints allow -D warnings`
31892023-09-29T22:51:36.137Z Running `/home/build/.rustup/toolchains/1.72.1-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=6e0b9f7bf94a5b1d -C extra-filename=-6e0b9f7bf94a5b1d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings --cfg op_assign`
31902023-09-29T22:51:36.158Z Running `/home/build/.rustup/toolchains/1.72.1-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=dceb58c874d39a40 -C extra-filename=-dceb58c874d39a40 --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`
31912023-09-29T22:51:36.343Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name libsqlite3_sys --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libsqlite3-sys-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="min_sqlite_version_3_14_0"' --cfg 'feature="pkg-config"' --cfg 'feature="vcpkg"' -C metadata=0becf946976ec01a -C extra-filename=-0becf946976ec01a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -L native=/usr/lib/amd64 -l sqlite3`
31922023-09-29T22:51:36.782Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name hashlink --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hashlink-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=322299a8ed88eac5 -C extra-filename=-322299a8ed88eac5 --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-ad8d209afa94bb52.rmeta --cap-lints allow -D warnings`
31932023-09-29T22:51:37.689Z Running `/home/build/.rustup/toolchains/1.72.1-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=2adcefbfd5e3182a -C extra-filename=-2adcefbfd5e3182a --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-f517da13a8b686da.rmeta --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-88e511ee3f992aac.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc95c778b5981b46.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-d5f28ff1ebf2cea8.so --cap-lints allow -D warnings`
31942023-09-29T22:51:37.882Z Running `/home/build/.rustup/toolchains/1.72.1-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 panic=abort -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=fe155b9527193867 -C extra-filename=-fe155b9527193867 --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-577f9e29a56ebde0.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-29cf0308124f039a.rmeta --cap-lints allow -D warnings`
31952023-09-29T22:51:37.973Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name fallible_streaming_iterator /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fallible-streaming-iterator-0.1.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=c408cf99aead0c10 -C extra-filename=-c408cf99aead0c10 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
31962023-09-29T22:51:38.773Z Running `/home/build/.rustup/toolchains/1.72.1-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=47fdc8f0fb957603 -C extra-filename=-47fdc8f0fb957603 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
31972023-09-29T22:51:38.777Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name rusqlite --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rusqlite-0.29.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=cb8adc3e6fb62666 -C extra-filename=-cb8adc3e6fb62666 --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-88e511ee3f992aac.rmeta --extern fallible_iterator=/work/oxidecomputer/omicron/target/debug/deps/libfallible_iterator-d02e4f44237b5109.rmeta --extern fallible_streaming_iterator=/work/oxidecomputer/omicron/target/debug/deps/libfallible_streaming_iterator-c408cf99aead0c10.rmeta --extern hashlink=/work/oxidecomputer/omicron/target/debug/deps/libhashlink-322299a8ed88eac5.rmeta --extern libsqlite3_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibsqlite3_sys-0becf946976ec01a.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-be0de13e5767d065.rmeta --cap-lints allow -D warnings -L native=/usr/lib/amd64`
31982023-09-29T22:51:39.269Z Running `/home/build/.rustup/toolchains/1.72.1-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="rev-mappings"' -C metadata=84f920f39e21a911 -C extra-filename=-84f920f39e21a911 --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-456145d791e7aded.rmeta --extern unicase=/work/oxidecomputer/omicron/target/debug/deps/libunicase-dceb58c874d39a40.rmeta --cap-lints allow -D warnings`
31992023-09-29T22:51:40.941Z Running `/home/build/.rustup/toolchains/1.72.1-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a5da319298568e6d -C extra-filename=-a5da319298568e6d --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-2adcefbfd5e3182a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc95c778b5981b46.rmeta --extern tlvc=/work/oxidecomputer/omicron/target/debug/deps/libtlvc-69717b788f977187.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-ad5142bcd4b2a9f4.rmeta --cap-lints allow -D warnings`
32002023-09-29T22:51:41.448Z Running `/home/build/.rustup/toolchains/1.72.1-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=bf92d80ae6a1a3bc -C extra-filename=-bf92d80ae6a1a3bc --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-6f7a908a904e9351.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-60cc23ed68c4a18e.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-389c900f15cd9ab5.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b9016aee0b2ff754.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-5989520b66fa0dce.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-6e0b9f7bf94a5b1d.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-e4ee62a2df3d7f7b.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-46cf70536623e002.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc95c778b5981b46.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-51c9b43c2331a342.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-260eeb8cfcbdf125.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-49b043b2e705bbca.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d16491bfbae9b4be.rmeta --cap-lints allow -D warnings`
32012023-09-29T22:51:42.006Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name propolis_client --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/de6369a/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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="futures"' --cfg 'feature="generated"' --cfg 'feature="generated-migration"' --cfg 'feature="progenitor"' --cfg 'feature="tokio"' --cfg 'feature="tokio-tungstenite"' -C metadata=8261bf968556ed80 -C extra-filename=-8261bf968556ed80 --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-60cc23ed68c4a18e.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-f517da13a8b686da.rmeta --extern crucible_client_types=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_client_types-70257deb2f7d3260.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b9016aee0b2ff754.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-fe70df015a506aa6.rmeta --extern propolis_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_types-70bc55a81e7060bc.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-f96502417fd063e7.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f65baf3f29cf1fd8.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-9f1588ba728336af.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-46cf70536623e002.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc95c778b5981b46.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-51c9b43c2331a342.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-260eeb8cfcbdf125.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-49b043b2e705bbca.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-4608b2f3f7297776.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d16491bfbae9b4be.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/usr/ssl-3/lib/amd64`
32022023-09-29T22:51:42.099Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name nix --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nix-0.26.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -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=035b8b76cf5f3014 -C extra-filename=-035b8b76cf5f3014 --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-ccb81907c4b78a17.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3c0e7eb12fc38c46.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-63f81b35d4dc5fb3.rmeta --extern memoffset=/work/oxidecomputer/omicron/target/debug/deps/libmemoffset-1632f88a70563dfe.rmeta --extern pin_utils=/work/oxidecomputer/omicron/target/debug/deps/libpin_utils-b9e0b6ca8eb0c8cf.rmeta --cap-lints allow -D warnings`
32032023-09-29T22:51:42.931Z Running `/home/build/.rustup/toolchains/1.72.1-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="channel"' --cfg 'feature="default"' --cfg 'feature="iterator"' -C metadata=6d94b226482a6d7d -C extra-filename=-6d94b226482a6d7d --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-63f81b35d4dc5fb3.rmeta --extern signal_hook_registry=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_registry-aa81afa303ab3143.rmeta --cap-lints allow -D warnings`
32042023-09-29T22:51:43.694Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name twox_hash --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/twox-hash-1.6.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="rand"' --cfg 'feature="std"' -C metadata=927b79a886e996f6 -C extra-filename=-927b79a886e996f6 --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-3c0e7eb12fc38c46.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-f96502417fd063e7.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-cf018927a3737292.rmeta --cap-lints allow -D warnings`
32052023-09-29T22:51:44.596Z Running `/home/build/.rustup/toolchains/1.72.1-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 panic=abort -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=d3a9aa076020a553 -C extra-filename=-d3a9aa076020a553 --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-a291790a3ed91561.rmeta --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-b1008f6b16506ac7.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-f2b2df9d67b5ff74.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-0c37760ceb6b7eb9.rmeta --cap-lints allow -D warnings`
32062023-09-29T22:51:44.965Z Running `/home/build/.rustup/toolchains/1.72.1-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=ee7665d458dd6e37 -C extra-filename=-ee7665d458dd6e37 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
32072023-09-29T22:51:45.574Z Running `/home/build/.rustup/toolchains/1.72.1-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=2e817dd5db488c99 -C extra-filename=-2e817dd5db488c99 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
32082023-09-29T22:51:45.922Z Compiling owo-colors v3.5.0
32092023-09-29T22:51:45.927Z Running `/home/build/.rustup/toolchains/1.72.1-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=7925e2f5a7b97d4e -C extra-filename=-7925e2f5a7b97d4e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
32102023-09-29T22:51:50.350Z Running `/home/build/.rustup/toolchains/1.72.1-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=78fe4bea9df72026 -C extra-filename=-78fe4bea9df72026 --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-d55331612fb42c01.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-c4da83d5a55438d5.rmeta --extern crc_any=/work/oxidecomputer/omicron/target/debug/deps/libcrc_any-47fdc8f0fb957603.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-8385b4053995eaa1.rmeta --extern env_logger=/work/oxidecomputer/omicron/target/debug/deps/libenv_logger-9e38d2da51578c51.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-48dbb664544ec132.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-aaf538cacb38ae69.rmeta --extern lpc55_areas=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_areas-12253501fe7f790b.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-bbe9fdba6b5a3076.rmeta --extern packed_struct=/work/oxidecomputer/omicron/target/debug/deps/libpacked_struct-eaa296dc757a8c52.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-5865b6cb774c6986.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-3396bb8b0ea210af.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc95c778b5981b46.rmeta --extern serde_hex=/work/oxidecomputer/omicron/target/debug/deps/libserde_hex-83ea8c3ccc1c2a23.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-8e84a6f8110e75a4.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-260eeb8cfcbdf125.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-41d673bbfcb83fcb.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-ad5142bcd4b2a9f4.rmeta --cap-lints allow -D warnings`
32112023-09-29T22:51:51.594Z Compiling crossterm v0.27.0
32122023-09-29T22:51:51.598Z Running `/home/build/.rustup/toolchains/1.72.1-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="windows"' -C metadata=9135144457177dfc -C extra-filename=-9135144457177dfc --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-ed0c05cf7ea9471a.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-26ddbb2f438a5030.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b1078066b701b737.rmeta --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-0f763c45bd2d6012.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-ec6ef3f25c503e1d.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-6f1b9fc73aa4b6db.rmeta --extern signal_hook_mio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_mio-4df7501e28bf0922.rmeta --cap-lints allow -D warnings`
32132023-09-29T22:51:53.791Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name polyval --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/polyval-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=1a861b777400bd2e -C extra-filename=-1a861b777400bd2e --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-3c0e7eb12fc38c46.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-b4bc10243c26e981.rmeta --extern opaque_debug=/work/oxidecomputer/omicron/target/debug/deps/libopaque_debug-f2981edbf10f3b51.rmeta --extern universal_hash=/work/oxidecomputer/omicron/target/debug/deps/libuniversal_hash-a535d9a4ab75dfc5.rmeta --cap-lints allow -D warnings`
32142023-09-29T22:51:54.040Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name tungstenite --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tungstenite-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="base64"' --cfg 'feature="handshake"' --cfg 'feature="http"' --cfg 'feature="httparse"' --cfg 'feature="sha1"' --cfg 'feature="url"' -C metadata=e9e2f38d35c80699 -C extra-filename=-e9e2f38d35c80699 --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-f3e95c4670a50523.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-d55331612fb42c01.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c2cb76b03f094493.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-587e107ed5d6e0f1.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-64edcd8daed94a95.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-aaf538cacb38ae69.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-f96502417fd063e7.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-f9caaada10b686c4.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-260eeb8cfcbdf125.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-3a3880947b45af1e.rmeta --extern utf8=/work/oxidecomputer/omicron/target/debug/deps/libutf8-5ea056c3aa76d4a5.rmeta --cap-lints allow -D warnings`
32152023-09-29T22:51:54.450Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name num_enum --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num_enum-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=87d3eb238abe118b -C extra-filename=-87d3eb238abe118b --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-698443a63f1d6be0.so --cap-lints allow -D warnings`
32162023-09-29T22:51:54.708Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name crucible_agent_client --edition=2021 /home/build/.cargo/git/checkouts/crucible-f3b5bdecdc6486d6/aeb69dd/agent-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=69fed8df18366b25 -C extra-filename=-69fed8df18366b25 --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-6f7a908a904e9351.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-389c900f15cd9ab5.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-1a959748c4116a85.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-fe70df015a506aa6.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f65baf3f29cf1fd8.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-46cf70536623e002.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc95c778b5981b46.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-51c9b43c2331a342.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/usr/ssl-3/lib/amd64`
32172023-09-29T22:51:57.064Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name aes --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/aes-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 opt-level=3 -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=3e70a1fd7c3e6c49 -C extra-filename=-3e70a1fd7c3e6c49 --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-3c0e7eb12fc38c46.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-d483a6f8733015ad.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-b4bc10243c26e981.rmeta --cap-lints allow -D warnings`
32182023-09-29T22:51:57.269Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name ctr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ctr-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=9dfa150d82a712e9 -C extra-filename=-9dfa150d82a712e9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-d483a6f8733015ad.rmeta --cap-lints allow -D warnings`
32192023-09-29T22:51:57.554Z Running `/home/build/.rustup/toolchains/1.72.1-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=fb77887fe75dae2b -C extra-filename=-fb77887fe75dae2b --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-587e107ed5d6e0f1.rmeta --cap-lints allow -D warnings`
32202023-09-29T22:51:57.801Z Running `/home/build/.rustup/toolchains/1.72.1-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=8f23cb80e2820a30 -C extra-filename=-8f23cb80e2820a30 --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-57e2e5899337d935.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-d3b97ee3b256b9db.rmeta --cap-lints allow -D warnings`
32212023-09-29T22:51:59.102Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name bincode /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bincode-1.3.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=66ad4b72a8f87f9c -C extra-filename=-66ad4b72a8f87f9c --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-fc95c778b5981b46.rmeta --cap-lints allow -D warnings`
32222023-09-29T22:51:59.115Z Compiling cassowary v0.3.0
32232023-09-29T22:51:59.137Z Running `/home/build/.rustup/toolchains/1.72.1-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=0a0002b5d6cfe6d9 -C extra-filename=-0a0002b5d6cfe6d9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
32242023-09-29T22:51:59.477Z Compiling yansi v0.5.1
32252023-09-29T22:51:59.483Z Running `/home/build/.rustup/toolchains/1.72.1-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=c23cf56f768e2020 -C extra-filename=-c23cf56f768e2020 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
32262023-09-29T22:52:00.051Z Compiling pretty_assertions v1.4.0
32272023-09-29T22:52:00.069Z Running `/home/build/.rustup/toolchains/1.72.1-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=707e7169a1568639 -C extra-filename=-707e7169a1568639 --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-35284c3a0f9039eb.rmeta --extern yansi=/work/oxidecomputer/omicron/target/debug/deps/libyansi-c23cf56f768e2020.rmeta --cap-lints allow -D warnings`
32282023-09-29T22:52:00.113Z Compiling ratatui v0.23.0
32292023-09-29T22:52:00.141Z Running `/home/build/.rustup/toolchains/1.72.1-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=2021ce6529bc4a83 -C extra-filename=-2021ce6529bc4a83 --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-ed0c05cf7ea9471a.rmeta --extern cassowary=/work/oxidecomputer/omicron/target/debug/deps/libcassowary-0a0002b5d6cfe6d9.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-9135144457177dfc.rmeta --extern indoc=/work/oxidecomputer/omicron/target/debug/deps/libindoc-4a3dd7d09b9e4600.so --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3c99362b4aacff3c.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-25659d6272c5f3e6.so --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-36343ff9b281ab4a.rmeta --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-c95636952c6f45c1.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-b5773f86976bf9c1.rmeta --cap-lints allow -D warnings`
32302023-09-29T22:52:00.317Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name aes_gcm_siv --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/aes-gcm-siv-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="aes"' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="getrandom"' -C metadata=f95eb8a840315999 -C extra-filename=-f95eb8a840315999 --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-fe155b9527193867.rmeta --extern aes=/work/oxidecomputer/omicron/target/debug/deps/libaes-3e70a1fd7c3e6c49.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-d483a6f8733015ad.rmeta --extern ctr=/work/oxidecomputer/omicron/target/debug/deps/libctr-9dfa150d82a712e9.rmeta --extern polyval=/work/oxidecomputer/omicron/target/debug/deps/libpolyval-1a861b777400bd2e.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-d3b97ee3b256b9db.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-4533caa2ab54e991.rmeta --cap-lints allow -D warnings`
32312023-09-29T22:52:00.508Z Running `/home/build/.rustup/toolchains/1.72.1-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=3d2374dfb5393fce -C extra-filename=-3d2374dfb5393fce --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-8f23cb80e2820a30.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-57e2e5899337d935.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-d3b97ee3b256b9db.rmeta --cap-lints allow -D warnings`
32322023-09-29T22:52:00.670Z Running `/home/build/.rustup/toolchains/1.72.1-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a3ae52c2f227420d -C extra-filename=-a3ae52c2f227420d --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-f517da13a8b686da.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c2cb76b03f094493.rmeta --extern headers_core=/work/oxidecomputer/omicron/target/debug/deps/libheaders_core-fb77887fe75dae2b.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-587e107ed5d6e0f1.rmeta --extern httpdate=/work/oxidecomputer/omicron/target/debug/deps/libhttpdate-f9c066fd8aa13393.rmeta --extern mime=/work/oxidecomputer/omicron/target/debug/deps/libmime-456145d791e7aded.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-f9caaada10b686c4.rmeta --cap-lints allow -D warnings`
32332023-09-29T22:52:01.982Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name tokio_tungstenite --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-tungstenite-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="connect"' --cfg 'feature="default"' --cfg 'feature="handshake"' --cfg 'feature="stream"' -C metadata=e2970d1b16a56783 -C extra-filename=-e2970d1b16a56783 --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-41eaecfbceab1fe7.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-aaf538cacb38ae69.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-49b043b2e705bbca.rmeta --extern tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtungstenite-e9e2f38d35c80699.rmeta --cap-lints allow -D warnings`
32342023-09-29T22:52:02.003Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name env_logger --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/env_logger-0.9.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="atty"' --cfg 'feature="default"' --cfg 'feature="humantime"' --cfg 'feature="regex"' --cfg 'feature="termcolor"' -C metadata=d36c4a8bac152347 -C extra-filename=-d36c4a8bac152347 --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-b7dad78e10e2d8bd.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-25ff51be749310b5.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-aaf538cacb38ae69.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-58f292f48fcf4f9e.rmeta --extern termcolor=/work/oxidecomputer/omicron/target/debug/deps/libtermcolor-53e60d74c5f36144.rmeta --cap-lints allow -D warnings`
32352023-09-29T22:52:02.432Z Running `/home/build/.rustup/toolchains/1.72.1-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=4c1a3c91ec8ce985 -C extra-filename=-4c1a3c91ec8ce985 --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-1bdc7893cd75a7f2.so --cap-lints allow -D warnings`
32362023-09-29T22:52:02.440Z Running `/home/build/.rustup/toolchains/1.72.1-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=3ed0d3bf71712614 -C extra-filename=-3ed0d3bf71712614 --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-63f81b35d4dc5fb3.rmeta --cap-lints allow -D warnings -L native=/usr/lib/amd64 -l xml2`
32372023-09-29T22:52:02.449Z Running `/home/build/.rustup/toolchains/1.72.1-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=1d45bf268c01d3e5 -C extra-filename=-1d45bf268c01d3e5 --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-53c3fe18762a1c87.so --cap-lints allow -D warnings`
32382023-09-29T22:52:02.467Z Running `/home/build/.rustup/toolchains/1.72.1-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="tokio"' --cfg 'feature="tokio1"' -C metadata=9904f0852efa4d58 -C extra-filename=-9904f0852efa4d58 --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-c2cb76b03f094493.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-49b043b2e705bbca.rmeta --cap-lints allow -D warnings --cfg seek_convenience --cfg const_fn_trait_bounds`
32392023-09-29T22:52:02.941Z Running `/home/build/.rustup/toolchains/1.72.1-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="parking_lot"' -C metadata=00bf85791e2d8c9a -C extra-filename=-00bf85791e2d8c9a --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-60cc23ed68c4a18e.so --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-44ec121a8974b079.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-41eaecfbceab1fe7.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-174239e37e56f43e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-49b043b2e705bbca.rmeta --cap-lints allow -D warnings`
32402023-09-29T22:52:03.232Z Running `/home/build/.rustup/toolchains/1.72.1-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.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 panic=abort -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=d8adac34139bc79b -C extra-filename=-d8adac34139bc79b --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-29cf0308124f039a.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-57e2e5899337d935.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-d3b97ee3b256b9db.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-4533caa2ab54e991.rmeta --cap-lints allow -D warnings`
32412023-09-29T22:52:03.801Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name quick_xml --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/quick-xml-0.28.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="serialize"' -C metadata=9d4754c8af2453f9 -C extra-filename=-9d4754c8af2453f9 --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-0c37760ceb6b7eb9.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc95c778b5981b46.rmeta --cap-lints allow -D warnings`
32422023-09-29T22:52:04.027Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name viona_api_sys --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/de6369a/crates/viona-api/sys/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=e0c8165340137d61 -C extra-filename=-e0c8165340137d61 --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-63f81b35d4dc5fb3.rmeta --cap-lints allow -D warnings`
32432023-09-29T22:52:04.264Z Compiling rtoolbox v0.0.1
32442023-09-29T22:52:04.274Z Running `/home/build/.rustup/toolchains/1.72.1-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=0b842caeb54bf1c3 -C extra-filename=-0b842caeb54bf1c3 --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-b1078066b701b737.rmeta --cap-lints allow -D warnings`
32452023-09-29T22:52:04.930Z Running `/home/build/.rustup/toolchains/1.72.1-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a4058fc57a76491e -C extra-filename=-a4058fc57a76491e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
32462023-09-29T22:52:05.374Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name ascii /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ascii-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=c25b98141567a59f -C extra-filename=-c25b98141567a59f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
32472023-09-29T22:52:06.408Z Running `/home/build/.rustup/toolchains/1.72.1-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=817a6c1181774b8a -C extra-filename=-817a6c1181774b8a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
32482023-09-29T22:52:06.597Z Compiling termtree v0.4.1
32492023-09-29T22:52:06.613Z Running `/home/build/.rustup/toolchains/1.72.1-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=21deb15913796002 -C extra-filename=-21deb15913796002 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
32502023-09-29T22:52:06.955Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name ringbuffer --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ringbuffer-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' -C metadata=ebbdbb7580588de8 -C extra-filename=-ebbdbb7580588de8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
32512023-09-29T22:52:07.138Z Compiling predicates-tree v1.0.9
32522023-09-29T22:52:07.188Z Running `/home/build/.rustup/toolchains/1.72.1-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=55465b5f381609dd -C extra-filename=-55465b5f381609dd --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-3739f879860131f9.rmeta --extern termtree=/work/oxidecomputer/omicron/target/debug/deps/libtermtree-21deb15913796002.rmeta --cap-lints allow -D warnings`
32532023-09-29T22:52:07.916Z Running `/home/build/.rustup/toolchains/1.72.1-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.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="arithmetic"' --cfg 'feature="default"' --cfg 'feature="digest"' --cfg 'feature="ecdh"' --cfg 'feature="ff"' --cfg 'feature="group"' -C metadata=f9d0e1ad9ea8e58b -C extra-filename=-f9d0e1ad9ea8e58b --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-a4058fc57a76491e.rmeta --extern crypto_bigint=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_bigint-d8adac34139bc79b.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-cee7501a54e670a8.rmeta --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-8f23cb80e2820a30.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-29cf0308124f039a.rmeta --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-3d2374dfb5393fce.rmeta --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-0a99df0b13659e06.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-57e2e5899337d935.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-d3b97ee3b256b9db.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-4533caa2ab54e991.rmeta --cap-lints allow -D warnings`
32542023-09-29T22:52:08.059Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name rfb --edition=2021 /home/build/.cargo/git/checkouts/rfb-288dbd459c42dc7a/0cac8d9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=ea8ca8b1ca92a67e -C extra-filename=-ea8ca8b1ca92a67e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ascii=/work/oxidecomputer/omicron/target/debug/deps/libascii-c25b98141567a59f.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-60cc23ed68c4a18e.so --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-ccb81907c4b78a17.rmeta --extern env_logger=/work/oxidecomputer/omicron/target/debug/deps/libenv_logger-d36c4a8bac152347.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b9016aee0b2ff754.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-aaf538cacb38ae69.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-260eeb8cfcbdf125.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-49b043b2e705bbca.rmeta --cap-lints allow -D warnings`
32552023-09-29T22:52:08.849Z Compiling tui-tree-widget v0.13.0
32562023-09-29T22:52:08.863Z Running `/home/build/.rustup/toolchains/1.72.1-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=c747307cbf6839e5 -C extra-filename=-c747307cbf6839e5 --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-2021ce6529bc4a83.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-b5773f86976bf9c1.rmeta --cap-lints allow -D warnings`
32572023-09-29T22:52:09.186Z Compiling rpassword v7.2.0
32582023-09-29T22:52:09.190Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name rpassword --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rpassword-7.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=85d4451dffda6e9e -C extra-filename=-85d4451dffda6e9e --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-b1078066b701b737.rmeta --extern rtoolbox=/work/oxidecomputer/omicron/target/debug/deps/librtoolbox-0b842caeb54bf1c3.rmeta --cap-lints allow -D warnings`
32592023-09-29T22:52:09.684Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name viona_api --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/de6369a/crates/viona-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=92f7b1e15afb6259 -C extra-filename=-92f7b1e15afb6259 --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-63f81b35d4dc5fb3.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-63cb773fab50dc82.rmeta --extern viona_api_sys=/work/oxidecomputer/omicron/target/debug/deps/libviona_api_sys-e0c8165340137d61.rmeta --cap-lints allow -D warnings`
32602023-09-29T22:52:09.711Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name async_bb8_diesel --edition=2018 /home/build/.cargo/git/checkouts/async-bb8-diesel-a50dc900a40dfa44/da04c08/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=6e7e4c75f9e71b7e -C extra-filename=-6e7e4c75f9e71b7e --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-60cc23ed68c4a18e.so --extern bb8=/work/oxidecomputer/omicron/target/debug/deps/libbb8-00bf85791e2d8c9a.rmeta --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-68dd85695126a27c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-260eeb8cfcbdf125.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-49b043b2e705bbca.rmeta --cap-lints allow -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64`
32612023-09-29T22:52:09.943Z Running `/home/build/.rustup/toolchains/1.72.1-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=2b7c689cfe533dee -C extra-filename=-2b7c689cfe533dee --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-b4bc10243c26e981.rmeta --extern opaque_debug=/work/oxidecomputer/omicron/target/debug/deps/libopaque_debug-f2981edbf10f3b51.rmeta --extern universal_hash=/work/oxidecomputer/omicron/target/debug/deps/libuniversal_hash-a535d9a4ab75dfc5.rmeta --cap-lints allow -D warnings`
32622023-09-29T22:52:10.132Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name cookie --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cookie-0.16.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=4a7dda16acf3e3df -C extra-filename=-4a7dda16acf3e3df --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-dda3638a3a0bc752.rmeta --cap-lints allow -D warnings`
32632023-09-29T22:52:10.524Z Running `/home/build/.rustup/toolchains/1.72.1-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=283dabb1b5836522 -C extra-filename=-283dabb1b5836522 --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-68dd85695126a27c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc95c778b5981b46.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-486dbcdf63113ca2.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d16491bfbae9b4be.rmeta --cap-lints allow -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64`
32642023-09-29T22:52:10.667Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name bitstruct --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bitstruct-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a06a5efbe71c3fa2 -C extra-filename=-a06a5efbe71c3fa2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitstruct_derive=/work/oxidecomputer/omicron/target/debug/deps/libbitstruct_derive-22247aae87f3dc94.so --cap-lints allow -D warnings`
32652023-09-29T22:52:10.864Z Running `/home/build/.rustup/toolchains/1.72.1-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=b19f184d6cb312bc -C extra-filename=-b19f184d6cb312bc --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-d14d8d3bb8f6e0dd.so --cap-lints allow -D warnings`
32662023-09-29T22:52:11.052Z Running `/home/build/.rustup/toolchains/1.72.1-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.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 panic=abort -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=382bbdca378ca8b8 -C extra-filename=-382bbdca378ca8b8 --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-3c0e7eb12fc38c46.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-b4bc10243c26e981.rmeta --extern curve25519_dalek_derive=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek_derive-36c3da63a58c53cf.so --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-cee7501a54e670a8.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-57e2e5899337d935.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-d3b97ee3b256b9db.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-4533caa2ab54e991.rmeta --cap-lints allow -D warnings --cfg 'curve25519_dalek_bits="64"' --cfg 'curve25519_dalek_backend="simd"'`
32672023-09-29T22:52:11.118Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name dladm --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/de6369a/crates/dladm/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f46b16db5c5ab5a8 -C extra-filename=-f46b16db5c5ab5a8 --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-63f81b35d4dc5fb3.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-63cb773fab50dc82.rmeta --cap-lints allow -D warnings`
32682023-09-29T22:52:11.907Z Running `/home/build/.rustup/toolchains/1.72.1-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="zeroize"' -C metadata=ad92373088efaec9 -C extra-filename=-ad92373088efaec9 --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-3c0e7eb12fc38c46.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-d483a6f8733015ad.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-b4bc10243c26e981.rmeta --cap-lints allow -D warnings`
32692023-09-29T22:52:12.190Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=aeb69dda26c7e1a8b6eada425670cd4b83f91c07#aeb69dda)
32702023-09-29T22:52:13.155Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name crucible_pantry_client --edition=2021 /home/build/.cargo/git/checkouts/crucible-f3b5bdecdc6486d6/aeb69dd/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=84f2fc09e3df76d3 -C extra-filename=-84f2fc09e3df76d3 --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-476b9f9fc2bea332.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5bb86fda6cf178b2.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-58aac9722dc74e91.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-aee9c80b0792b161.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d7b7fcd8659abd52.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1dc92e8732813f8f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-44d94bd17ea2528f.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dc2ac240cbe2519e.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/usr/ssl-3/lib/amd64`
32712023-09-29T22:52:13.179Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name erased_serde --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/erased-serde-0.3.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=d8c0c45dd4eb2707 -C extra-filename=-d8c0c45dd4eb2707 --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-fc95c778b5981b46.rmeta --cap-lints allow -D warnings`
32722023-09-29T22:52:13.197Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_arrays --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_arrays-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=810b5660bd0d298d -C extra-filename=-810b5660bd0d298d --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-fc95c778b5981b46.rmeta --cap-lints allow -D warnings`
32732023-09-29T22:52:13.209Z Compiling fatfs v0.3.6
32742023-09-29T22:52:13.225Z Running `/home/build/.rustup/toolchains/1.72.1-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=2fa6c488bdcff554 -C extra-filename=-2fa6c488bdcff554 --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-237bfdbc957aefc2.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-d0b5a9931f42a80a.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5bb86fda6cf178b2.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-7d9cf9ba132625c1.rmeta --cap-lints allow -D warnings`
32752023-09-29T22:52:14.454Z Compiling rand v0.4.6
32762023-09-29T22:52:14.466Z Running `/home/build/.rustup/toolchains/1.72.1-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=2d243952c153e37c -C extra-filename=-2d243952c153e37c --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-b1078066b701b737.rmeta --cap-lints allow -D warnings`
32772023-09-29T22:52:15.126Z Compiling remove_dir_all v0.5.3
32782023-09-29T22:52:15.147Z Running `/home/build/.rustup/toolchains/1.72.1-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=b9c0a3784f5453c5 -C extra-filename=-b9c0a3784f5453c5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
32792023-09-29T22:52:15.291Z Compiling shell-words v1.1.0
32802023-09-29T22:52:15.297Z Running `/home/build/.rustup/toolchains/1.72.1-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=d1f7b310295782f5 -C extra-filename=-d1f7b310295782f5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
32812023-09-29T22:52:15.796Z Compiling plotters-backend v0.3.5
32822023-09-29T22:52:15.808Z Running `/home/build/.rustup/toolchains/1.72.1-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=2bfbe0e88581e03f -C extra-filename=-2bfbe0e88581e03f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
32832023-09-29T22:52:16.144Z Compiling tempdir v0.3.7
32842023-09-29T22:52:16.573Z Running `/home/build/.rustup/toolchains/1.72.1-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=fe8ac60f010f5864 -C extra-filename=-fe8ac60f010f5864 --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-2d243952c153e37c.rmeta --extern remove_dir_all=/work/oxidecomputer/omicron/target/debug/deps/libremove_dir_all-b9c0a3784f5453c5.rmeta --cap-lints allow -D warnings`
32852023-09-29T22:52:16.587Z Running `/home/build/.rustup/toolchains/1.72.1-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 panic=abort -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=3fe4b137b7150c40 -C extra-filename=-3fe4b137b7150c40 --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-382bbdca378ca8b8.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-f9d0e1ad9ea8e58b.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-48dbb664544ec132.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-f96502417fd063e7.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-41eb75ae05dd33a0.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-57e2e5899337d935.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc95c778b5981b46.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-d3b97ee3b256b9db.rmeta --extern thiserror_no_std=/work/oxidecomputer/omicron/target/debug/deps/libthiserror_no_std-b19f184d6cb312bc.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-4533caa2ab54e991.rmeta --cap-lints allow -D warnings`
32862023-09-29T22:52:16.717Z Compiling plotters-svg v0.3.5
32872023-09-29T22:52:16.726Z Running `/home/build/.rustup/toolchains/1.72.1-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=e3b49f7a528dafa4 -C extra-filename=-e3b49f7a528dafa4 --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-2bfbe0e88581e03f.rmeta --cap-lints allow -D warnings`
32882023-09-29T22:52:16.819Z Running `/home/build/.rustup/toolchains/1.72.1-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 panic=abort -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=b030014268249a1f -C extra-filename=-b030014268249a1f --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-fe155b9527193867.rmeta --extern chacha20=/work/oxidecomputer/omicron/target/debug/deps/libchacha20-ad92373088efaec9.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-d483a6f8733015ad.rmeta --extern poly1305=/work/oxidecomputer/omicron/target/debug/deps/libpoly1305-2b7c689cfe533dee.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-4533caa2ab54e991.rmeta --cap-lints allow -D warnings`
32892023-09-29T22:52:17.152Z Compiling assert_cmd v2.0.12
32902023-09-29T22:52:17.156Z Running `/home/build/.rustup/toolchains/1.72.1-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=ee57411a82957b45 -C extra-filename=-ee57411a82957b45 --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-18d961ecea023a19.rmeta --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-4b2d8df0ef1daa62.rmeta --extern doc_comment=/work/oxidecomputer/omicron/target/debug/deps/libdoc_comment-4971ee1235841292.rmeta --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-2625da11526927bd.rmeta --extern predicates_core=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_core-3739f879860131f9.rmeta --extern predicates_tree=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_tree-55465b5f381609dd.rmeta --extern wait_timeout=/work/oxidecomputer/omicron/target/debug/deps/libwait_timeout-11ecc43a96f35e4c.rmeta --cap-lints allow -D warnings`
32912023-09-29T22:52:17.879Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name const_format --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/const_format-0.2.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=d61a7d73c89ead88 -C extra-filename=-d61a7d73c89ead88 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern const_format_proc_macros=/work/oxidecomputer/omicron/target/debug/deps/libconst_format_proc_macros-deea3516802ae4d1.so --cap-lints allow -D warnings`
32922023-09-29T22:52:18.512Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name enum_iterator --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/enum-iterator-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=8e44647253db76cd -C extra-filename=-8e44647253db76cd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern enum_iterator_derive=/work/oxidecomputer/omicron/target/debug/deps/libenum_iterator_derive-1be68f896f3149d0.so --cap-lints allow -D warnings`
32932023-09-29T22:52:19.304Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name ron --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ron-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=105efb0330398b6e -C extra-filename=-105efb0330398b6e --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-f3e95c4670a50523.rmeta --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-ccb81907c4b78a17.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc95c778b5981b46.rmeta --cap-lints allow -D warnings`
32942023-09-29T22:52:19.464Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name propolis_server_config --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/de6369a/crates/propolis-server-config/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=5fd2860ce9508968 -C extra-filename=-5fd2860ce9508968 --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-fc95c778b5981b46.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-d5f28ff1ebf2cea8.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-260eeb8cfcbdf125.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-10bfee79ab43e319.rmeta --cap-lints allow -D warnings`
32952023-09-29T22:52:20.590Z Running `/home/build/.rustup/toolchains/1.72.1-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=1184999ebe9f7735 -C extra-filename=-1184999ebe9f7735 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
32962023-09-29T22:52:21.175Z Compiling os_str_bytes v6.5.1
32972023-09-29T22:52:22.301Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name os_str_bytes --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/os_str_bytes-6.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="raw_os_str"' -C metadata=273e459f35b2453a -C extra-filename=-273e459f35b2453a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
32982023-09-29T22:52:24.586Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name bit_field /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bit_field-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=37facc953fec2bbb -C extra-filename=-37facc953fec2bbb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
32992023-09-29T22:52:47.997Z Compiling cast v0.3.0
33002023-09-29T22:52:49.190Z Running `/home/build/.rustup/toolchains/1.72.1-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=0aa8666d9b98ea4b -C extra-filename=-0aa8666d9b98ea4b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
33012023-09-29T22:52:50.583Z Compiling criterion-plot v0.5.0
33022023-09-29T22:52:50.901Z Running `/home/build/.rustup/toolchains/1.72.1-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=c25d7400b23901a8 -C extra-filename=-c25d7400b23901a8 --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-0aa8666d9b98ea4b.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-7530193c025b34c1.rmeta --cap-lints allow -D warnings`
33032023-09-29T22:52:51.179Z Compiling clap_lex v0.2.4
33042023-09-29T22:52:51.410Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name clap_lex --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap_lex-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=5524e70fc7a8829e -C extra-filename=-5524e70fc7a8829e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern os_str_bytes=/work/oxidecomputer/omicron/target/debug/deps/libos_str_bytes-273e459f35b2453a.rmeta --cap-lints allow -D warnings`
33052023-09-29T22:52:51.740Z Running `/home/build/.rustup/toolchains/1.72.1-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=6abc22831562204c -C extra-filename=-6abc22831562204c --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-41eaecfbceab1fe7.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-587e107ed5d6e0f1.rmeta --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-1184999ebe9f7735.rmeta --extern httpdate=/work/oxidecomputer/omicron/target/debug/deps/libhttpdate-f9c066fd8aa13393.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-9b45e1d330082d76.rmeta --extern mime_guess=/work/oxidecomputer/omicron/target/debug/deps/libmime_guess-84f920f39e21a911.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-1a959748c4116a85.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-f96502417fd063e7.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-49b043b2e705bbca.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-3a3880947b45af1e.rmeta --cap-lints allow -D warnings`
33062023-09-29T22:52:51.849Z Compiling plotters v0.3.5
33072023-09-29T22:52:51.935Z Running `/home/build/.rustup/toolchains/1.72.1-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=5eefb25297fa42d3 -C extra-filename=-5eefb25297fa42d3 --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-50180e8112bf05bb.rmeta --extern plotters_backend=/work/oxidecomputer/omicron/target/debug/deps/libplotters_backend-2bfbe0e88581e03f.rmeta --extern plotters_svg=/work/oxidecomputer/omicron/target/debug/deps/libplotters_svg-e3b49f7a528dafa4.rmeta --cap-lints allow -D warnings`
33082023-09-29T22:52:52.143Z Compiling clap_derive v3.2.25
33092023-09-29T22:52:52.534Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name clap_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap_derive-3.2.25/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 --cfg 'feature="default"' -C metadata=00ae455ec087f736 -C extra-filename=-00ae455ec087f736 --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-58e6b367499d83fa.rlib --extern proc_macro_error=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_error-45ca554d4d76a8fb.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-577a284e9bcc389a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f88a0545b115dad3.rlib --extern proc_macro --cap-lints allow -D warnings`
33102023-09-29T22:52:53.380Z Running `/home/build/.rustup/toolchains/1.72.1-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' -C metadata=d27933e6eaf178c2 -C extra-filename=-d27933e6eaf178c2 --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-fc95c778b5981b46.rmeta --cap-lints allow -D warnings`
33112023-09-29T22:52:53.973Z Compiling tinytemplate v1.2.1
33122023-09-29T22:52:54.702Z Running `/home/build/.rustup/toolchains/1.72.1-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=c68d3e5fb76f495a -C extra-filename=-c68d3e5fb76f495a --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-7e32255bd2f9fe1c.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-44d94bd17ea2528f.rmeta --cap-lints allow -D warnings`
33132023-09-29T22:52:55.088Z Compiling vte_generate_state_changes v0.1.1
33142023-09-29T22:52:55.391Z Running `/home/build/.rustup/toolchains/1.72.1-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 metadata=72bac1b0bd13aac4 -C extra-filename=-72bac1b0bd13aac4 --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-577a284e9bcc389a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rlib --extern proc_macro --cap-lints allow -D warnings`
33152023-09-29T22:53:06.042Z Compiling anes v0.1.6
33162023-09-29T22:53:06.200Z Running `/home/build/.rustup/toolchains/1.72.1-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=5d729d8995cc01cf -C extra-filename=-5d729d8995cc01cf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
33172023-09-29T22:53:07.109Z Compiling oorandom v11.1.3
33182023-09-29T22:53:07.616Z Running `/home/build/.rustup/toolchains/1.72.1-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=c8d29dcb852799e1 -C extra-filename=-c8d29dcb852799e1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
33192023-09-29T22:53:08.421Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name fs_err --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fs-err-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=41e3a14352e8a3ae -C extra-filename=-41e3a14352e8a3ae --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
33202023-09-29T22:53:09.259Z Running `/home/build/.rustup/toolchains/1.72.1-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=fadeb72e52d23892 -C extra-filename=-fadeb72e52d23892 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
33212023-09-29T22:53:09.299Z Compiling vte v0.11.1
33222023-09-29T22:53:09.333Z Running `/home/build/.rustup/toolchains/1.72.1-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=3091ab040793ac49 -C extra-filename=-3091ab040793ac49 --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-bc77fe51f95b120d.rmeta --extern vte_generate_state_changes=/work/oxidecomputer/omicron/target/debug/deps/libvte_generate_state_changes-72bac1b0bd13aac4.so --cap-lints allow -D warnings`
33232023-09-29T22:53:09.354Z Compiling threadpool v1.8.1
33242023-09-29T22:53:09.371Z Running `/home/build/.rustup/toolchains/1.72.1-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=33213664195e8991 -C extra-filename=-33213664195e8991 --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-2a9d00e4736a7412.rmeta --cap-lints allow -D warnings`
33252023-09-29T22:53:09.407Z Running `/home/build/.rustup/toolchains/1.72.1-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="mio-0_8"' --cfg 'feature="support-v0_8"' -C metadata=791cf262e9d37506 -C extra-filename=-791cf262e9d37506 --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-63f81b35d4dc5fb3.rmeta --extern mio_0_8=/work/oxidecomputer/omicron/target/debug/deps/libmio-9b8efcf4f90c042d.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-6d94b226482a6d7d.rmeta --cap-lints allow -D warnings`
33262023-09-29T22:53:10.263Z Compiling crossterm v0.26.1
33272023-09-29T22:53:10.309Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name crossterm --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossterm-0.26.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="bracketed-paste"' --cfg 'feature="default"' --cfg 'feature="serde"' -C metadata=c33d66e22e119984 -C extra-filename=-c33d66e22e119984 --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-237bfdbc957aefc2.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b1078066b701b737.rmeta --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-0f763c45bd2d6012.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-ec6ef3f25c503e1d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-6f1b9fc73aa4b6db.rmeta --extern signal_hook_mio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_mio-4df7501e28bf0922.rmeta --cap-lints allow -D warnings`
33282023-09-29T22:53:10.330Z Compiling criterion v0.5.1
33292023-09-29T22:53:10.347Z Running `/home/build/.rustup/toolchains/1.72.1-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=81ac191032328a8d -C extra-filename=-81ac191032328a8d --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-5d729d8995cc01cf.rmeta --extern cast=/work/oxidecomputer/omicron/target/debug/deps/libcast-0aa8666d9b98ea4b.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-bebe03e21160a1ee.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f3291acf8bc27552.rmeta --extern criterion_plot=/work/oxidecomputer/omicron/target/debug/deps/libcriterion_plot-c25d7400b23901a8.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-9d0180ae373a0d5a.rmeta --extern is_terminal=/work/oxidecomputer/omicron/target/debug/deps/libis_terminal-752b5d06898f037d.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-7530193c025b34c1.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-50180e8112bf05bb.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-dffc32915439d36d.rmeta --extern oorandom=/work/oxidecomputer/omicron/target/debug/deps/liboorandom-c8d29dcb852799e1.rmeta --extern plotters=/work/oxidecomputer/omicron/target/debug/deps/libplotters-5eefb25297fa42d3.rmeta --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-4a2d475cc77cdac3.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-68bff4b9ff21c193.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-d5f28ff1ebf2cea8.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-44d94bd17ea2528f.rmeta --extern tinytemplate=/work/oxidecomputer/omicron/target/debug/deps/libtinytemplate-c68d3e5fb76f495a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5e0f716cf1967241.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-c5f644c1b249bcae.rmeta --cap-lints allow -D warnings`
33302023-09-29T22:53:10.372Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name crucible_pantry_client --edition=2021 /home/build/.cargo/git/checkouts/crucible-f3b5bdecdc6486d6/aeb69dd/pantry-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=7219b998d86f31dd -C extra-filename=-7219b998d86f31dd --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-6f7a908a904e9351.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-389c900f15cd9ab5.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-1a959748c4116a85.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-fe70df015a506aa6.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f65baf3f29cf1fd8.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-46cf70536623e002.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc95c778b5981b46.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-51c9b43c2331a342.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d16491bfbae9b4be.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/usr/ssl-3/lib/amd64`
33312023-09-29T22:53:10.398Z Running `/home/build/.rustup/toolchains/1.72.1-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 panic=abort -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=0541d4f2b7110ecc -C extra-filename=-0541d4f2b7110ecc --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-3c0e7eb12fc38c46.rmeta --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-cf404384f32d9ee0.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-31596f1cfd69171c.rmeta --cap-lints allow -D warnings`
33322023-09-29T22:53:10.834Z Compiling strip-ansi-escapes v0.2.0
33332023-09-29T22:53:11.263Z Running `/home/build/.rustup/toolchains/1.72.1-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=5c088b81944ae184 -C extra-filename=-5c088b81944ae184 --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-3091ab040793ac49.rmeta --cap-lints allow -D warnings`
33342023-09-29T22:53:11.280Z Running `/home/build/.rustup/toolchains/1.72.1-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="chrono"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=fbe25c89d73d79e9 -C extra-filename=-fbe25c89d73d79e9 --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-ccb81907c4b78a17.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-d55331612fb42c01.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-389c900f15cd9ab5.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-aaf538cacb38ae69.rmeta --cap-lints allow -D warnings`
33352023-09-29T22:53:11.339Z Compiling rstest_macros v0.18.2
33362023-09-29T22:53:11.358Z Running `/home/build/.rustup/toolchains/1.72.1-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 --cfg 'feature="async-timeout"' -C metadata=1a826595f4ee9ea3 -C extra-filename=-1a826595f4ee9ea3 --out-dir /work/oxidecomputer/omicron/target/debug/build/rstest_macros-1a826595f4ee9ea3 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-7466af637dca8be6.rlib --cap-lints allow -D warnings`
33372023-09-29T22:53:11.381Z Compiling fd-lock v3.0.13
33382023-09-29T22:53:11.815Z Running `/home/build/.rustup/toolchains/1.72.1-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=9e216ffc9101781b -C extra-filename=-9e216ffc9101781b --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-cb012b6dc451b338.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-db1169e44a19bc46.rmeta --cap-lints allow -D warnings`
33392023-09-29T22:53:11.850Z Compiling nanorand v0.7.0
33402023-09-29T22:53:11.863Z Running `/home/build/.rustup/toolchains/1.72.1-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=9c09082079a9dc83 -C extra-filename=-9c09082079a9dc83 --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-5d87f6ac6fc0aeac.rmeta --cap-lints allow -D warnings`
33412023-09-29T22:53:11.878Z Compiling nu-ansi-term v0.49.0
33422023-09-29T22:53:11.900Z Running `/home/build/.rustup/toolchains/1.72.1-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=943ffaf447238679 -C extra-filename=-943ffaf447238679 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
33432023-09-29T22:53:11.906Z Running `/home/build/.rustup/toolchains/1.72.1-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=d2888d1226a49068 -C extra-filename=-d2888d1226a49068 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
33442023-09-29T22:53:11.923Z Compiling samael v0.0.12 (https://github.com/njaremko/samael?branch=master#4974e40a)
33452023-09-29T22:53:11.950Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_bindings --edition=2021 /home/build/.cargo/git/checkouts/samael-22e3a9757ca35ba2/4974e40/bindings.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="lazy_static"' --cfg 'feature="libc"' --cfg 'feature="libxml"' --cfg 'feature="xmlsec"' -C metadata=a69536a6998cf557 -C extra-filename=-a69536a6998cf557 --out-dir /work/oxidecomputer/omicron/target/debug/build/samael-a69536a6998cf557 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bindgen=/work/oxidecomputer/omicron/target/debug/deps/libbindgen-fe9af302f576ca7e.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-b2bde0cde8c99b7a.rlib --cap-lints allow -D warnings`
33462023-09-29T22:53:11.972Z Compiling flume v0.11.0
33472023-09-29T22:53:11.993Z Running `/home/build/.rustup/toolchains/1.72.1-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=e4eb515ef1d89410 -C extra-filename=-e4eb515ef1d89410 --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-26ddbb2f438a5030.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-162a734bab52ecae.rmeta --extern nanorand=/work/oxidecomputer/omicron/target/debug/deps/libnanorand-9c09082079a9dc83.rmeta --extern spin1=/work/oxidecomputer/omicron/target/debug/deps/libspin-b00a5544072d924c.rmeta --cap-lints allow -D warnings`
33482023-09-29T22:53:12.027Z Running `/work/oxidecomputer/omicron/target/debug/build/rstest_macros-1a826595f4ee9ea3/build-script-build`
33492023-09-29T22:53:12.053Z Running `/home/build/.rustup/toolchains/1.72.1-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=e91744045e3f062f -C extra-filename=-e91744045e3f062f --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-0541d4f2b7110ecc.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-31596f1cfd69171c.rmeta --cap-lints allow -D warnings`
33502023-09-29T22:53:12.086Z Compiling reedline v0.23.0
33512023-09-29T22:53:12.104Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name reedline --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/reedline-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 -C metadata=99f235cafaba6a25 -C extra-filename=-99f235cafaba6a25 --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-5bb86fda6cf178b2.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-c33d66e22e119984.rmeta --extern fd_lock=/work/oxidecomputer/omicron/target/debug/deps/libfd_lock-9e216ffc9101781b.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-7530193c025b34c1.rmeta --extern nu_ansi_term=/work/oxidecomputer/omicron/target/debug/deps/libnu_ansi_term-943ffaf447238679.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.rmeta --extern strip_ansi_escapes=/work/oxidecomputer/omicron/target/debug/deps/libstrip_ansi_escapes-5c088b81944ae184.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-36343ff9b281ab4a.rmeta --extern strum_macros=/work/oxidecomputer/omicron/target/debug/deps/libstrum_macros-9ed955b5fe726587.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-8053178730bb7d03.rmeta --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-c95636952c6f45c1.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-b5773f86976bf9c1.rmeta --cap-lints allow -D warnings`
33522023-09-29T22:53:12.117Z Compiling clap v3.2.25
33532023-09-29T22:53:12.131Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name clap --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-3.2.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="atty"' --cfg 'feature="clap_derive"' --cfg 'feature="color"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="once_cell"' --cfg 'feature="std"' --cfg 'feature="strsim"' --cfg 'feature="suggestions"' --cfg 'feature="termcolor"' -C metadata=64f47f5a97eae046 -C extra-filename=-64f47f5a97eae046 --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-146357f6ef611eef.rmeta --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-237bfdbc957aefc2.rmeta --extern clap_derive=/work/oxidecomputer/omicron/target/debug/deps/libclap_derive-00ae455ec087f736.so --extern clap_lex=/work/oxidecomputer/omicron/target/debug/deps/libclap_lex-5524e70fc7a8829e.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-f687f00cf405d2a2.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-dffc32915439d36d.rmeta --extern strsim=/work/oxidecomputer/omicron/target/debug/deps/libstrsim-1c46220253478178.rmeta --extern termcolor=/work/oxidecomputer/omicron/target/debug/deps/libtermcolor-daf272cf0528281c.rmeta --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-60adf71799d31a99.rmeta --cap-lints allow -D warnings`
33542023-09-29T22:53:12.145Z Running `/home/build/.rustup/toolchains/1.72.1-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 panic=abort -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="windows"' -C metadata=34cac1595ac05f0b -C extra-filename=-34cac1595ac05f0b --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-88e511ee3f992aac.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-14057c32aaca57b1.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-63f81b35d4dc5fb3.rmeta --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-9b8efcf4f90c042d.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-174239e37e56f43e.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-6d94b226482a6d7d.rmeta --extern signal_hook_mio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_mio-791cf262e9d37506.rmeta --cap-lints allow -D warnings`
33552023-09-29T22:53:12.161Z Running `/home/build/.rustup/toolchains/1.72.1-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="futures-core-0_3"' --cfg 'feature="futures-v0_3"' -C metadata=6bcf25db57f325b2 -C extra-filename=-6bcf25db57f325b2 --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-14057c32aaca57b1.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-63f81b35d4dc5fb3.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-6d94b226482a6d7d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-49b043b2e705bbca.rmeta --cap-lints allow -D warnings`
33562023-09-29T22:53:12.179Z Running `/home/build/.rustup/toolchains/1.72.1-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.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=0aae0a8d742f12de -C extra-filename=-0aae0a8d742f12de --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-476b9f9fc2bea332.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-60cc23ed68c4a18e.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5bb86fda6cf178b2.rmeta --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-22f0e92716fd3dd8.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-ce48581fbc14b01d.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-6fb58dbcfff7d4e4.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d7b7fcd8659abd52.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-58a1a56fb7e968b5.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-d5f28ff1ebf2cea8.so --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-f49480703b44d645.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-d8234f11b3e61901.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-8053178730bb7d03.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5e0f716cf1967241.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-b148462e64533cac.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-c5f644c1b249bcae.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/usr/ssl-3/lib/amd64`
33572023-09-29T22:53:12.196Z Compiling tabled_derive v0.6.0
33582023-09-29T22:53:12.226Z Running `/home/build/.rustup/toolchains/1.72.1-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 metadata=74bad78102441b32 -C extra-filename=-74bad78102441b32 --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-58e6b367499d83fa.rlib --extern proc_macro_error=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_error-45ca554d4d76a8fb.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-577a284e9bcc389a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f88a0545b115dad3.rlib --extern proc_macro --cap-lints allow -D warnings`
33592023-09-29T22:53:12.258Z Running `/work/oxidecomputer/omicron/target/debug/build/samael-a69536a6998cf557/build-script-bindings`
33602023-09-29T22:53:12.269Z Compiling httptest v0.15.4
33612023-09-29T22:53:12.284Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name httptest --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/httptest-0.15.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=854b3c397592d559 -C extra-filename=-854b3c397592d559 --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-1025f05eee8b8d3f.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-cd943cd2dfeb8306.rmeta --extern crossbeam_channel=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_channel-41e0aa6bbf5cc8a2.rmeta --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-bdee90b95eb7999e.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-9d0180ae373a0d5a.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-7a24d2e41697cd7a.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-d93f984b20af488a.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-7d9cf9ba132625c1.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-dffc32915439d36d.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-68bff4b9ff21c193.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-44d94bd17ea2528f.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-081389e1338a44c3.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5e0f716cf1967241.rmeta --cap-lints allow -D warnings`
33622023-09-29T22:53:12.297Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name samael --edition=2021 /home/build/.cargo/git/checkouts/samael-22e3a9757ca35ba2/4974e40/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=f3b864087adbcf85 -C extra-filename=-f3b864087adbcf85 --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-7153363a1fac6343.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5bb86fda6cf178b2.rlib --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-365a12f94f76d134.rlib --extern derive_builder=/work/oxidecomputer/omicron/target/debug/deps/libderive_builder-a86bb21bef4e2893.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-ce48581fbc14b01d.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-31315c5ec54d9eb8.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b1078066b701b737.rlib --extern libxml=/work/oxidecomputer/omicron/target/debug/deps/liblibxml-d01c59451bfb78ec.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-5555fe38eefbe002.rlib --extern openssl_probe=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_probe-41c6f4d0ac14140f.rlib --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-0d9a196b096a38cf.rlib --extern quick_xml=/work/oxidecomputer/omicron/target/debug/deps/libquick_xml-ebe413eb3d190847.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0d3d8ad1198c025f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-8053178730bb7d03.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-4ddeb6fc7fa00215.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dc2ac240cbe2519e.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`
33632023-09-29T22:53:12.313Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name samael --edition=2021 /home/build/.cargo/git/checkouts/samael-22e3a9757ca35ba2/4974e40/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type staticlib --crate-type rlib --emit=dep-info,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="lazy_static"' --cfg 'feature="libc"' --cfg 'feature="libxml"' --cfg 'feature="xmlsec"' -C metadata=97ada0ef759b3a41 -C extra-filename=-97ada0ef759b3a41 --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-f517da13a8b686da.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-389c900f15cd9ab5.rlib --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-44fc1f1b664a737c.rlib --extern derive_builder=/work/oxidecomputer/omicron/target/debug/deps/libderive_builder-4c1a3c91ec8ce985.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-1ab7ff61e7c67f66.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-5989520b66fa0dce.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-63f81b35d4dc5fb3.rlib --extern libxml=/work/oxidecomputer/omicron/target/debug/deps/liblibxml-3ed0d3bf71712614.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-d897181a24d00bd2.rlib --extern openssl_probe=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_probe-a453485417867f18.rlib --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-bc499487ad0da46c.rlib --extern quick_xml=/work/oxidecomputer/omicron/target/debug/deps/libquick_xml-9d4754c8af2453f9.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-f96502417fd063e7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc95c778b5981b46.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-260eeb8cfcbdf125.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-3a3880947b45af1e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d16491bfbae9b4be.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`
33642023-09-29T22:53:12.365Z Compiling libtest-mimic v0.5.2
33652023-09-29T22:53:12.380Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name libtest_mimic --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libtest-mimic-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=fecf9fef3ef1e41c -C extra-filename=-fecf9fef3ef1e41c --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-64f47f5a97eae046.rmeta --extern termcolor=/work/oxidecomputer/omicron/target/debug/deps/libtermcolor-daf272cf0528281c.rmeta --extern threadpool=/work/oxidecomputer/omicron/target/debug/deps/libthreadpool-33213664195e8991.rmeta --cap-lints allow -D warnings`
33662023-09-29T22:53:12.398Z Compiling datatest-stable v0.1.3
33672023-09-29T22:53:12.417Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name datatest_stable --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/datatest-stable-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=0ec6585461429e18 -C extra-filename=-0ec6585461429e18 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libtest_mimic=/work/oxidecomputer/omicron/target/debug/deps/liblibtest_mimic-fecf9fef3ef1e41c.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-68bff4b9ff21c193.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-c5f644c1b249bcae.rmeta --cap-lints allow -D warnings`
33682023-09-29T22:53:12.438Z Compiling similar-asserts v1.5.0
33692023-09-29T22:53:12.459Z Running `/home/build/.rustup/toolchains/1.72.1-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=0e308dc16bf2d29f -C extra-filename=-0e308dc16bf2d29f --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-e62ba2e10ffad3b6.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-3c63ccdf774b3e83.rmeta --cap-lints allow -D warnings`
33702023-09-29T22:53:12.478Z Compiling pin-project-internal v1.1.3
33712023-09-29T22:53:12.909Z Running `/home/build/.rustup/toolchains/1.72.1-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 metadata=cbd0d5576fc1837d -C extra-filename=-cbd0d5576fc1837d --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-577a284e9bcc389a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-2dd1c8bfc186ca77.rlib --extern proc_macro --cap-lints allow -D warnings`
33722023-09-29T22:53:12.927Z Running `/home/build/.rustup/toolchains/1.72.1-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=5e7949f6123a5cbe -C extra-filename=-5e7949f6123a5cbe --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
33732023-09-29T22:53:12.934Z Compiling topological-sort v0.2.2
33742023-09-29T22:53:12.940Z Running `/home/build/.rustup/toolchains/1.72.1-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=e08aeceaa1b02ae6 -C extra-filename=-e08aeceaa1b02ae6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
33752023-09-29T22:53:12.950Z Compiling trybuild v1.0.85
33762023-09-29T22:53:12.959Z Running `/home/build/.rustup/toolchains/1.72.1-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 metadata=e77aeb76380e11ca -C extra-filename=-e77aeb76380e11ca --out-dir /work/oxidecomputer/omicron/target/debug/build/trybuild-e77aeb76380e11ca -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
33772023-09-29T22:53:12.970Z Compiling relative-path v1.9.0
33782023-09-29T22:53:12.978Z Running `/home/build/.rustup/toolchains/1.72.1-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 --cfg 'feature="default"' -C metadata=1be47cff0f678725 -C extra-filename=-1be47cff0f678725 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
33792023-09-29T22:53:12.992Z Compiling pin-project v1.1.3
33802023-09-29T22:53:13.006Z Running `/home/build/.rustup/toolchains/1.72.1-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=055295819f5343c9 -C extra-filename=-055295819f5343c9 --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-cbd0d5576fc1837d.so --cap-lints allow -D warnings`
33812023-09-29T22:53:13.019Z Running `/work/oxidecomputer/omicron/target/debug/build/trybuild-e77aeb76380e11ca/build-script-build`
33822023-09-29T22:53:13.036Z Running `/home/build/.rustup/toolchains/1.72.1-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="crossterm"' --cfg 'feature="default"' -C metadata=664e98bf006a4175 -C extra-filename=-664e98bf006a4175 --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-88e511ee3f992aac.rmeta --extern cassowary=/work/oxidecomputer/omicron/target/debug/deps/libcassowary-5e7949f6123a5cbe.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-34cac1595ac05f0b.rmeta --extern indoc=/work/oxidecomputer/omicron/target/debug/deps/libindoc-4a3dd7d09b9e4600.so --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3f89cd07508cd947.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-25659d6272c5f3e6.so --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c60d09f5d36f63fa.rmeta --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-88eefee67aa2ca73.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-f4cc2d93810d5310.rmeta --cap-lints allow -D warnings`
33832023-09-29T22:53:13.069Z Running `/home/build/.rustup/toolchains/1.72.1-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 --cfg 'feature="async-timeout"' -C metadata=cef903d039cd3b63 -C extra-filename=-cef903d039cd3b63 --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-cb012b6dc451b338.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-65b5fb261a2fbbb3.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-577a284e9bcc389a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-68bff4b9ff21c193.rlib --extern relative_path=/work/oxidecomputer/omicron/target/debug/deps/librelative_path-1be47cff0f678725.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-2dd1c8bfc186ca77.rlib --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-da60536db468fe1f.rlib --extern proc_macro --cap-lints allow -D warnings`
33842023-09-29T22:53:13.099Z Running `/home/build/.rustup/toolchains/1.72.1-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=fb8e76c7d19409a2 -C extra-filename=-fb8e76c7d19409a2 --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-c3c28f089340dd8e.rmeta --extern rayon_core=/work/oxidecomputer/omicron/target/debug/deps/librayon_core-e91744045e3f062f.rmeta --cap-lints allow -D warnings`
33852023-09-29T22:53:13.136Z Running `/home/build/.rustup/toolchains/1.72.1-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=5058eb6049eb89bb -C extra-filename=-5058eb6049eb89bb --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-d55331612fb42c01.rmeta --extern crc=/work/oxidecomputer/omicron/target/debug/deps/libcrc-4648eea5d7821deb.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-ad5142bcd4b2a9f4.rmeta --cap-lints allow -D warnings`
33862023-09-29T22:53:13.576Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name rcgen --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rcgen-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="pem"' -C metadata=7b9a821d27abd704 -C extra-filename=-7b9a821d27abd704 --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-0f7168c1b51f6d6d.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-9f1588ba728336af.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-dda3638a3a0bc752.rmeta --extern yasna=/work/oxidecomputer/omicron/target/debug/deps/libyasna-b4b0387d2a1fdc57.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out`
33872023-09-29T22:53:13.602Z Running `/home/build/.rustup/toolchains/1.72.1-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 panic=abort -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=cf532c8f3fdac298 -C extra-filename=-cf532c8f3fdac298 --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-ccb81907c4b78a17.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3c0e7eb12fc38c46.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-63f81b35d4dc5fb3.rmeta --extern memoffset=/work/oxidecomputer/omicron/target/debug/deps/libmemoffset-1632f88a70563dfe.rmeta --extern pin_utils=/work/oxidecomputer/omicron/target/debug/deps/libpin_utils-b9e0b6ca8eb0c8cf.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-cf018927a3737292.rmeta --cap-lints allow -D warnings`
33882023-09-29T22:53:13.621Z Running `/home/build/.rustup/toolchains/1.72.1-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="fallback"' -C metadata=7c77ef2ed3be1237 -C extra-filename=-7c77ef2ed3be1237 --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`
33892023-09-29T22:53:13.631Z Running `/home/build/.rustup/toolchains/1.72.1-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 panic=abort -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=340af688273de2e3 -C extra-filename=-340af688273de2e3 --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-e08d941838bbeb03.rmeta --cap-lints allow -D warnings`
33902023-09-29T22:53:13.646Z Running `/home/build/.rustup/toolchains/1.72.1-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=50453fe1c6423cbd -C extra-filename=-50453fe1c6423cbd --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-fc95c778b5981b46.rmeta --cap-lints allow -D warnings`
33912023-09-29T22:53:13.668Z Running `/home/build/.rustup/toolchains/1.72.1-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=2aa8140583a348c4 -C extra-filename=-2aa8140583a348c4 --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-63f81b35d4dc5fb3.rmeta --cap-lints allow -D warnings`
33922023-09-29T22:53:13.691Z Running `/home/build/.rustup/toolchains/1.72.1-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=4309512f9ad5333b -C extra-filename=-4309512f9ad5333b --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-63f81b35d4dc5fb3.rmeta --cap-lints allow -D warnings`
33932023-09-29T22:53:13.719Z Compiling basic-toml v0.1.4
33942023-09-29T22:53:13.744Z Running `/home/build/.rustup/toolchains/1.72.1-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=bb19d792601e92e1 -C extra-filename=-bb19d792601e92e1 --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-7e32255bd2f9fe1c.rmeta --cap-lints allow -D warnings`
33952023-09-29T22:53:13.767Z Compiling arrayref v0.3.7
33962023-09-29T22:53:13.790Z Running `/home/build/.rustup/toolchains/1.72.1-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=caebc7ce1092465c -C extra-filename=-caebc7ce1092465c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
33972023-09-29T22:53:13.814Z Compiling futures-timer v3.0.2
33982023-09-29T22:53:13.839Z Running `/home/build/.rustup/toolchains/1.72.1-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=097f41d678ee69d6 -C extra-filename=-097f41d678ee69d6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
33992023-09-29T22:53:13.862Z Compiling bytecount v0.6.3
34002023-09-29T22:53:13.881Z Running `/home/build/.rustup/toolchains/1.72.1-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=3f24138187704c45 -C extra-filename=-3f24138187704c45 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
34012023-09-29T22:53:14.314Z Compiling crossbeam-queue v0.3.8
34022023-09-29T22:53:14.331Z Running `/home/build/.rustup/toolchains/1.72.1-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 --cfg 'feature="alloc"' --cfg 'feature="std"' -C metadata=70887a1b9fd3893e -C extra-filename=-70887a1b9fd3893e --out-dir /work/oxidecomputer/omicron/target/debug/build/crossbeam-queue-70887a1b9fd3893e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
34032023-09-29T22:53:14.350Z Running `/home/build/.rustup/toolchains/1.72.1-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=aedebd05f35610f3 -C extra-filename=-aedebd05f35610f3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
34042023-09-29T22:53:14.787Z Compiling arrayvec v0.7.4
34052023-09-29T22:53:14.799Z Running `/home/build/.rustup/toolchains/1.72.1-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=ea85dd53b2025760 -C extra-filename=-ea85dd53b2025760 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
34062023-09-29T22:53:14.819Z Compiling constant_time_eq v0.3.0
34072023-09-29T22:53:14.845Z Running `/home/build/.rustup/toolchains/1.72.1-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=d45c0155e6eb61ff -C extra-filename=-d45c0155e6eb61ff --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
34082023-09-29T22:53:14.880Z Running `/home/build/.rustup/toolchains/1.72.1-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=75b58b271104b853 -C extra-filename=-75b58b271104b853 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
34092023-09-29T22:53:14.910Z Running `/work/oxidecomputer/omicron/target/debug/build/crossbeam-queue-70887a1b9fd3893e/build-script-build`
34102023-09-29T22:53:14.934Z Running `/home/build/.rustup/toolchains/1.72.1-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="rayon"' --cfg 'feature="unicode-width"' -C metadata=089afa85833b0bd0 -C extra-filename=-089afa85833b0bd0 --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-9c0ff94bc4454758.rmeta --extern number_prefix=/work/oxidecomputer/omicron/target/debug/deps/libnumber_prefix-aedebd05f35610f3.rmeta --extern portable_atomic=/work/oxidecomputer/omicron/target/debug/deps/libportable_atomic-7c77ef2ed3be1237.rmeta --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-fb8e76c7d19409a2.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-f4cc2d93810d5310.rmeta --cap-lints allow -D warnings`
34112023-09-29T22:53:14.957Z Compiling blake2b_simd v1.0.2
34122023-09-29T22:53:14.982Z Running `/home/build/.rustup/toolchains/1.72.1-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.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="std"' -C metadata=775df58240886b02 -C extra-filename=-775df58240886b02 --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-caebc7ce1092465c.rmeta --extern arrayvec=/work/oxidecomputer/omicron/target/debug/deps/libarrayvec-ea85dd53b2025760.rmeta --extern constant_time_eq=/work/oxidecomputer/omicron/target/debug/deps/libconstant_time_eq-d45c0155e6eb61ff.rmeta --cap-lints allow -D warnings`
34132023-09-29T22:53:15.404Z Compiling papergrid v0.10.0
34142023-09-29T22:53:15.407Z Running `/home/build/.rustup/toolchains/1.72.1-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=377786b439a9f836 -C extra-filename=-377786b439a9f836 --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-75b58b271104b853.rmeta --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-1a818be490fdad0e.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-b5773f86976bf9c1.rmeta --cap-lints allow -D warnings`
34152023-09-29T22:53:15.412Z Running `/home/build/.rustup/toolchains/1.72.1-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' -C metadata=52ca095ec7ac3659 -C extra-filename=-52ca095ec7ac3659 --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-3f24138187704c45.rmeta --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-2cab8e63723bf814.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-f4cc2d93810d5310.rmeta --cap-lints allow -D warnings`
34162023-09-29T22:53:15.416Z Running `/home/build/.rustup/toolchains/1.72.1-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=e139c947449c5875 -C extra-filename=-e139c947449c5875 --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-bb19d792601e92e1.rmeta --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-65b5fb261a2fbbb3.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-dffc32915439d36d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-d5f28ff1ebf2cea8.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-44d94bd17ea2528f.rmeta --extern termcolor=/work/oxidecomputer/omicron/target/debug/deps/libtermcolor-daf272cf0528281c.rmeta --cap-lints allow -D warnings`
34172023-09-29T22:53:15.420Z Compiling rstest v0.18.2
34182023-09-29T22:53:15.425Z Compiling partial-io v0.5.4
34192023-09-29T22:53:15.454Z Running `/home/build/.rustup/toolchains/1.72.1-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=eeebef167cc1a34d -C extra-filename=-eeebef167cc1a34d --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-9d0180ae373a0d5a.rmeta --extern futures_timer=/work/oxidecomputer/omicron/target/debug/deps/libfutures_timer-097f41d678ee69d6.rmeta --extern rstest_macros=/work/oxidecomputer/omicron/target/debug/deps/librstest_macros-cef903d039cd3b63.so --cap-lints allow -D warnings`
34202023-09-29T22:53:15.465Z Running `/home/build/.rustup/toolchains/1.72.1-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=b429d47e309f6fa8 -C extra-filename=-b429d47e309f6fa8 --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-664e98bf006a4175.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-f4cc2d93810d5310.rmeta --cap-lints allow -D warnings`
34212023-09-29T22:53:15.474Z Running `/home/build/.rustup/toolchains/1.72.1-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=a48b16da55fb43b3 -C extra-filename=-a48b16da55fb43b3 --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-9d0180ae373a0d5a.rmeta --extern pin_project=/work/oxidecomputer/omicron/target/debug/deps/libpin_project-055295819f5343c9.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-76b1ad1715fd743c.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5e0f716cf1967241.rmeta --cap-lints allow -D warnings`
34222023-09-29T22:53:15.489Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name crucible_smf --edition=2021 /home/build/.cargo/git/checkouts/crucible-f3b5bdecdc6486d6/aeb69dd/smf/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=4893df30b87377a2 -C extra-filename=-4893df30b87377a2 --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-63f81b35d4dc5fb3.rmeta --extern num_derive=/work/oxidecomputer/omicron/target/debug/deps/libnum_derive-1816d446c3633179.so --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-bbe9fdba6b5a3076.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-260eeb8cfcbdf125.rmeta --cap-lints allow -D warnings`
34232023-09-29T22:53:15.499Z Running `/home/build/.rustup/toolchains/1.72.1-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 panic=abort -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=1c0a47dfce511b54 -C extra-filename=-1c0a47dfce511b54 --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-14057c32aaca57b1.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-a78d02f725c823af.rmeta --extern nanorand=/work/oxidecomputer/omicron/target/debug/deps/libnanorand-340af688273de2e3.rmeta --extern spin1=/work/oxidecomputer/omicron/target/debug/deps/libspin-d603c8d4e5059e33.rmeta --cap-lints allow -D warnings`
34242023-09-29T22:53:15.512Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name rpassword --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rpassword-7.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=85e576e0803245f8 -C extra-filename=-85e576e0803245f8 --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-63f81b35d4dc5fb3.rmeta --extern rtoolbox=/work/oxidecomputer/omicron/target/debug/deps/librtoolbox-2aa8140583a348c4.rmeta --cap-lints allow -D warnings`
34252023-09-29T22:53:15.524Z Compiling approx v0.5.1
34262023-09-29T22:53:15.534Z Running `/home/build/.rustup/toolchains/1.72.1-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=e34ace3cae01a413 -C extra-filename=-e34ace3cae01a413 --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-50180e8112bf05bb.rmeta --cap-lints allow -D warnings`
34272023-09-29T22:53:15.544Z Compiling hex-literal v0.4.1
34282023-09-29T22:53:15.557Z Running `/home/build/.rustup/toolchains/1.72.1-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=7d5b0c521a1c8140 -C extra-filename=-7d5b0c521a1c8140 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
34292023-09-29T22:53:15.572Z Running `/home/build/.rustup/toolchains/1.72.1-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=47edb859bf961370 -C extra-filename=-47edb859bf961370 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
34302023-09-29T22:53:15.587Z Running `/home/build/.rustup/toolchains/1.72.1-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=21661c039cf92114 -C extra-filename=-21661c039cf92114 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
34312023-09-29T22:53:15.600Z Compiling tabled v0.14.0
34322023-09-29T22:53:15.615Z Compiling rust-argon2 v1.0.1
34332023-09-29T22:53:15.629Z Compiling cargo-platform v0.1.3
34342023-09-29T22:53:15.645Z Running `/home/build/.rustup/toolchains/1.72.1-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 panic=abort -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=62fd123e37519506 -C extra-filename=-62fd123e37519506 --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-52ca095ec7ac3659.rmeta --extern tabled_derive=/work/oxidecomputer/omicron/target/debug/deps/libtabled_derive-74bad78102441b32.so --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-f4cc2d93810d5310.rmeta --cap-lints allow -D warnings`
34352023-09-29T22:53:15.662Z Running `/home/build/.rustup/toolchains/1.72.1-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=e2e12fbcfa9b7f2f -C extra-filename=-e2e12fbcfa9b7f2f --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-377786b439a9f836.rmeta --extern tabled_derive=/work/oxidecomputer/omicron/target/debug/deps/libtabled_derive-74bad78102441b32.so --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-b5773f86976bf9c1.rmeta --cap-lints allow -D warnings`
34362023-09-29T22:53:15.678Z Running `/home/build/.rustup/toolchains/1.72.1-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=0ca5c1a273a473f5 -C extra-filename=-0ca5c1a273a473f5 --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-7153363a1fac6343.rmeta --extern blake2b_simd=/work/oxidecomputer/omicron/target/debug/deps/libblake2b_simd-775df58240886b02.rmeta --extern constant_time_eq=/work/oxidecomputer/omicron/target/debug/deps/libconstant_time_eq-d45c0155e6eb61ff.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-cb42a0ce36ac2cc8.rmeta --cap-lints allow -D warnings`
34372023-09-29T22:53:15.696Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name cargo_platform --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cargo-platform-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=28416249e9f7bb4f -C extra-filename=-28416249e9f7bb4f --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-7e32255bd2f9fe1c.rmeta --cap-lints allow -D warnings`
34382023-09-29T22:53:15.712Z Running `/home/build/.rustup/toolchains/1.72.1-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=cbb052bec35e9d6d -C extra-filename=-cbb052bec35e9d6d --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-cb012b6dc451b338.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-cb42a0ce36ac2cc8.rmeta --cap-lints allow -D warnings`
34392023-09-29T22:53:15.731Z Compiling crossbeam v0.8.2
34402023-09-29T22:53:16.161Z Running `/home/build/.rustup/toolchains/1.72.1-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=ef760d58fdfdcb12 -C extra-filename=-ef760d58fdfdcb12 --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-cb012b6dc451b338.rmeta --extern crossbeam_channel=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_channel-41e0aa6bbf5cc8a2.rmeta --extern crossbeam_deque=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_deque-182535058f6f1764.rmeta --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-de56a88f97067490.rmeta --extern crossbeam_queue=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_queue-cbb052bec35e9d6d.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-cb42a0ce36ac2cc8.rmeta --cap-lints allow -D warnings`
34412023-09-29T22:53:16.175Z Compiling cargo_metadata v0.18.0
34422023-09-29T22:53:16.187Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name cargo_metadata --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cargo_metadata-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 --cfg 'feature="default"' -C metadata=776d2456d5bcd771 -C extra-filename=-776d2456d5bcd771 --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-808e28d3d3156bbe.rmeta --extern cargo_platform=/work/oxidecomputer/omicron/target/debug/deps/libcargo_platform-28416249e9f7bb4f.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-58a1a56fb7e968b5.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-44d94bd17ea2528f.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-8053178730bb7d03.rmeta --cap-lints allow -D warnings`
34432023-09-29T22:53:16.206Z Compiling cargo_toml v0.16.3
34442023-09-29T22:53:16.228Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name cargo_toml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cargo_toml-0.16.3/src/cargo_toml.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=645b7a23cd8ffbb1 -C extra-filename=-645b7a23cd8ffbb1 --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-7e32255bd2f9fe1c.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-f9c878dc9fb80771.rmeta --cap-lints allow -D warnings`
34452023-09-29T22:53:16.645Z Compiling termios v0.3.3
34462023-09-29T22:53:16.649Z Running `/home/build/.rustup/toolchains/1.72.1-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=ac912fd9900c024b -C extra-filename=-ac912fd9900c024b --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-b1078066b701b737.rmeta --cap-lints allow -D warnings`
34472023-09-29T22:53:21.049Z Running `/home/build/.rustup/toolchains/1.72.1-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=e20989bd7f3e885a -C extra-filename=-e20989bd7f3e885a --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-b1078066b701b737.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib -l static=bz2`
34482023-09-29T22:53:21.083Z Running `/home/build/.rustup/toolchains/1.72.1-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=d59b2fc67475d44e -C extra-filename=-d59b2fc67475d44e --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-63f81b35d4dc5fb3.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib -l static=bz2`
34492023-09-29T22:53:21.286Z Compiling bzip2 v0.4.4
34502023-09-29T22:53:21.299Z Running `/home/build/.rustup/toolchains/1.72.1-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=4ce859daf9d779db -C extra-filename=-4ce859daf9d779db --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-e20989bd7f3e885a.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b1078066b701b737.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib`
34512023-09-29T22:53:21.314Z Running `/home/build/.rustup/toolchains/1.72.1-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=2a0f7f7dd336f977 -C extra-filename=-2a0f7f7dd336f977 --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-d59b2fc67475d44e.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-63f81b35d4dc5fb3.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib`
34522023-09-29T22:53:21.780Z Compiling zip v0.6.6
34532023-09-29T22:53:21.789Z Running `/home/build/.rustup/toolchains/1.72.1-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=06f0968db49a577c -C extra-filename=-06f0968db49a577c --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-d0b5a9931f42a80a.rmeta --extern bzip2=/work/oxidecomputer/omicron/target/debug/deps/libbzip2-4ce859daf9d779db.rmeta --extern crc32fast=/work/oxidecomputer/omicron/target/debug/deps/libcrc32fast-d98ad8c6574b550d.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-ce48581fbc14b01d.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib`
34542023-09-29T22:53:21.858Z Running `/home/build/.rustup/toolchains/1.72.1-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="bzip2"' --cfg 'feature="deflate"' --cfg 'feature="flate2"' -C metadata=c2b146e5f70d877e -C extra-filename=-c2b146e5f70d877e --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-d55331612fb42c01.rmeta --extern bzip2=/work/oxidecomputer/omicron/target/debug/deps/libbzip2-2a0f7f7dd336f977.rmeta --extern crc32fast=/work/oxidecomputer/omicron/target/debug/deps/libcrc32fast-a291790a3ed91561.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-1ab7ff61e7c67f66.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib`
34552023-09-29T22:53:23.105Z Compiling polar-core v0.26.4
34562023-09-29T22:53:23.117Z Running `/home/build/.rustup/toolchains/1.72.1-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.26.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 debug-assertions=on --cfg 'feature="default"' -C metadata=565c0e6c93d41f35 -C extra-filename=-565c0e6c93d41f35 --out-dir /work/oxidecomputer/omicron/target/debug/build/polar-core-565c0e6c93d41f35 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern lalrpop=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop-0ae964d34ed662b0.rlib --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-d5f28ff1ebf2cea8.so --cap-lints allow -D warnings`
34572023-09-29T22:53:23.269Z Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#2481445b)
34582023-09-29T22:53:23.292Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name hubtools --edition=2021 /home/build/.cargo/git/checkouts/hubtools-660036efb99a0cd0/2481445/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=942d365c014cdf5a -C extra-filename=-942d365c014cdf5a --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-c31e16447f70b00d.rmeta --extern lpc55_sign=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_sign-3253d282079a754b.rmeta --extern object=/work/oxidecomputer/omicron/target/debug/deps/libobject-251725e0226df094.rmeta --extern path_slash=/work/oxidecomputer/omicron/target/debug/deps/libpath_slash-79dea6c74fb7cd7e.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-92e5a5fd781383d2.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-8053178730bb7d03.rmeta --extern tlvc=/work/oxidecomputer/omicron/target/debug/deps/libtlvc-4c7bb4883439eaf9.rmeta --extern tlvc_text=/work/oxidecomputer/omicron/target/debug/deps/libtlvc_text-4fa44b33ea3460ba.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-b148462e64533cac.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-68bf063c0ffc7859.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-4343dc50ff09beed.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-06f0968db49a577c.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib`
34592023-09-29T22:53:23.589Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name hubtools --edition=2021 /home/build/.cargo/git/checkouts/hubtools-660036efb99a0cd0/2481445/hubtools/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=3ae877363464ddb8 -C extra-filename=-3ae877363464ddb8 --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-12253501fe7f790b.rmeta --extern lpc55_sign=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_sign-78fe4bea9df72026.rmeta --extern object=/work/oxidecomputer/omicron/target/debug/deps/libobject-d3a9aa076020a553.rmeta --extern path_slash=/work/oxidecomputer/omicron/target/debug/deps/libpath_slash-2e817dd5db488c99.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-3396bb8b0ea210af.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-260eeb8cfcbdf125.rmeta --extern tlvc=/work/oxidecomputer/omicron/target/debug/deps/libtlvc-69717b788f977187.rmeta --extern tlvc_text=/work/oxidecomputer/omicron/target/debug/deps/libtlvc_text-a5da319298568e6d.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-10bfee79ab43e319.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-41d673bbfcb83fcb.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-ad5142bcd4b2a9f4.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-c2b146e5f70d877e.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib`
34602023-09-29T22:53:24.089Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
34612023-09-29T22:53:24.098Z Running `/home/build/.rustup/toolchains/1.72.1-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 metadata=dc37fc05de7ea0f9 -C extra-filename=-dc37fc05de7ea0f9 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-workspace-hack-dc37fc05de7ea0f9 -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-476b9f9fc2bea332.rlib --extern bit_set=/work/oxidecomputer/omicron/target/debug/deps/libbit_set-3a44b29fad009a22.rlib --extern bit_vec=/work/oxidecomputer/omicron/target/debug/deps/libbit_vec-3e6e8d9c6d807e80.rlib --extern bitflags_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-237bfdbc957aefc2.rlib --extern bitflags_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-ed0c05cf7ea9471a.rlib --extern bitvec=/work/oxidecomputer/omicron/target/debug/deps/libbitvec-40ca70e57e9b8103.rlib --extern bstr_6f8ce4dd05d13bba=/work/oxidecomputer/omicron/target/debug/deps/libbstr-1025f05eee8b8d3f.rlib --extern bstr_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbstr-4b2d8df0ef1daa62.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-cd943cd2dfeb8306.rlib --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-b5ca8d4cdca539c9.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5bb86fda6cf178b2.rlib --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-82267e5c126d43b8.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f3291acf8bc27552.rlib --extern clap_builder=/work/oxidecomputer/omicron/target/debug/deps/libclap_builder-85c7845deec81aad.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-e62ba2e10ffad3b6.rlib --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-61bf72856c116b87.rlib --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-de56a88f97067490.rlib --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-cb42a0ce36ac2cc8.rlib --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-2ce5f4e163c64ea1.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-ba443a65b940feb0.rlib --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-870b907c595b5d33.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-7299ccd4570522b5.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-ce48581fbc14b01d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-9d0180ae373a0d5a.rlib --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-9475083db9bb56c9.rlib --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-26ddbb2f438a5030.rlib --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-1281c81b1e26ac4e.rlib --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-162a734bab52ecae.rlib --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-6c267024c249b587.rlib --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-6fb58dbcfff7d4e4.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-c080090410978807.rlib --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-b164977e21b232a8.rlib --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-5d87f6ac6fc0aeac.rlib --extern hashbrown_594e8ee84c453af0=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-bb614e6fdd6f35be.rlib --extern hashbrown_582f2526e08bb6a0=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-25f09157b68a9c5b.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-dba419b1193e8428.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-d93f984b20af488a.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-f98f11cecdac7aa5.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-bf55098caea8d589.rlib --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-75f00a45d9381183.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-28ea061930997283.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-7530193c025b34c1.rlib --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-3504c7d3cd08c24f.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-31315c5ec54d9eb8.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b1078066b701b737.rlib --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-7d9cf9ba132625c1.rlib --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-6cd4ef04d9bd039a.rlib --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-2b9cc4e8f0305d0f.rlib --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-0f763c45bd2d6012.rlib --extern num_bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint-bfbb6b26c09c07c3.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-bb0070c692d0fca2.rlib --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-ebfc153c90fbfd3e.rlib --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-50180e8112bf05bb.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-dffc32915439d36d.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-3a7249779ded88a9.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-9bb8439060fdcd67.rlib --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-631bdca5d475c1a7.rlib --extern ppv_lite86=/work/oxidecomputer/omicron/target/debug/deps/libppv_lite86-3adf9bc5ea2a15e8.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-2625da11526927bd.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0d3d8ad1198c025f.rlib --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-5eabb5c7a332b5f6.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-68bff4b9ff21c193.rlib --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-57953d8fe9a09986.rlib --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-0198c14610a57b32.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e77d773decc48fb9.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-ab830bac25aeb8d2.rlib --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-db1169e44a19bc46.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-bf1a8b1e71bf91c0.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-58a1a56fb7e968b5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-cdaede9525bfee06.rlib --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-3c63ccdf774b3e83.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-b00a5544072d924c.rlib --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-eea3e7133016439a.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-5aae046eb05ace35.rlib --extern syn_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f88a0545b115dad3.rlib --extern syn_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libsyn-2dd1c8bfc186ca77.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-60adf71799d31a99.rlib --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-6aede6816635528b.rlib --extern time_macros=/work/oxidecomputer/omicron/target/debug/deps/libtime_macros-79491421b2c399c2.so --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5e0f716cf1967241.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-36da3923d229e967.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-eb8bc694d9d2cf30.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-b148462e64533cac.rlib --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-963a1f25c09d91f6.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-2709cafe9c62e500.rlib --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-6003d920eb9b3761.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-f3b53926e737ee37.rlib --extern unicode_bidi=/work/oxidecomputer/omicron/target/debug/deps/libunicode_bidi-a79322ee08f170c2.rlib --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-ac138eb008fbc34d.rlib --extern unicode_xid=/work/oxidecomputer/omicron/target/debug/deps/libunicode_xid-9d8f12589899f678.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-b421bb1e88bca70d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dc2ac240cbe2519e.rlib --extern yasna=/work/oxidecomputer/omicron/target/debug/deps/libyasna-4cf9625800b2c2de.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-302d0b30a73469bd.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-06f0968db49a577c.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib`
34622023-09-29T22:53:24.129Z Compiling omicron-workspace-hack v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8a11c709)
34632023-09-29T22:53:24.140Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /home/build/.cargo/git/checkouts/omicron-d039c41f152bda83/8a11c70/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 metadata=ca5c6b4d1c4f0faa -C extra-filename=-ca5c6b4d1c4f0faa --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-workspace-hack-ca5c6b4d1c4f0faa -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-476b9f9fc2bea332.rlib --extern bit_set=/work/oxidecomputer/omicron/target/debug/deps/libbit_set-3a44b29fad009a22.rlib --extern bit_vec=/work/oxidecomputer/omicron/target/debug/deps/libbit_vec-3e6e8d9c6d807e80.rlib --extern bitflags_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-237bfdbc957aefc2.rlib --extern bitflags_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-ed0c05cf7ea9471a.rlib --extern bitvec=/work/oxidecomputer/omicron/target/debug/deps/libbitvec-40ca70e57e9b8103.rlib --extern bstr_6f8ce4dd05d13bba=/work/oxidecomputer/omicron/target/debug/deps/libbstr-1025f05eee8b8d3f.rlib --extern bstr_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbstr-4b2d8df0ef1daa62.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-cd943cd2dfeb8306.rlib --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-b5ca8d4cdca539c9.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5bb86fda6cf178b2.rlib --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-82267e5c126d43b8.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f3291acf8bc27552.rlib --extern clap_builder=/work/oxidecomputer/omicron/target/debug/deps/libclap_builder-85c7845deec81aad.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-e62ba2e10ffad3b6.rlib --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-61bf72856c116b87.rlib --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-de56a88f97067490.rlib --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-cb42a0ce36ac2cc8.rlib --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-2ce5f4e163c64ea1.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-ba443a65b940feb0.rlib --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-870b907c595b5d33.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-7299ccd4570522b5.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-ce48581fbc14b01d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-9d0180ae373a0d5a.rlib --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-9475083db9bb56c9.rlib --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-26ddbb2f438a5030.rlib --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-1281c81b1e26ac4e.rlib --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-162a734bab52ecae.rlib --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-6c267024c249b587.rlib --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-6fb58dbcfff7d4e4.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-c080090410978807.rlib --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-b164977e21b232a8.rlib --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-5d87f6ac6fc0aeac.rlib --extern hashbrown_594e8ee84c453af0=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-bb614e6fdd6f35be.rlib --extern hashbrown_582f2526e08bb6a0=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-25f09157b68a9c5b.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-dba419b1193e8428.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-d93f984b20af488a.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-f98f11cecdac7aa5.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-bf55098caea8d589.rlib --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-75f00a45d9381183.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-28ea061930997283.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-7530193c025b34c1.rlib --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-3504c7d3cd08c24f.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-31315c5ec54d9eb8.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b1078066b701b737.rlib --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-7d9cf9ba132625c1.rlib --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-6cd4ef04d9bd039a.rlib --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-2b9cc4e8f0305d0f.rlib --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-0f763c45bd2d6012.rlib --extern num_bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint-bfbb6b26c09c07c3.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-bb0070c692d0fca2.rlib --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-ebfc153c90fbfd3e.rlib --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-50180e8112bf05bb.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-dffc32915439d36d.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-3a7249779ded88a9.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-9bb8439060fdcd67.rlib --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-631bdca5d475c1a7.rlib --extern ppv_lite86=/work/oxidecomputer/omicron/target/debug/deps/libppv_lite86-3adf9bc5ea2a15e8.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-2625da11526927bd.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0d3d8ad1198c025f.rlib --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-5eabb5c7a332b5f6.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-68bff4b9ff21c193.rlib --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-57953d8fe9a09986.rlib --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-0198c14610a57b32.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e77d773decc48fb9.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-ab830bac25aeb8d2.rlib --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-db1169e44a19bc46.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-bf1a8b1e71bf91c0.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-58a1a56fb7e968b5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-cdaede9525bfee06.rlib --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-9984d9cece7d9e19.rlib --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-3c63ccdf774b3e83.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-b00a5544072d924c.rlib --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-eea3e7133016439a.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-5aae046eb05ace35.rlib --extern syn_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f88a0545b115dad3.rlib --extern syn_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libsyn-2dd1c8bfc186ca77.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-60adf71799d31a99.rlib --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-6aede6816635528b.rlib --extern time_macros=/work/oxidecomputer/omicron/target/debug/deps/libtime_macros-79491421b2c399c2.so --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5e0f716cf1967241.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-36da3923d229e967.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-eb8bc694d9d2cf30.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-b148462e64533cac.rlib --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-963a1f25c09d91f6.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-2709cafe9c62e500.rlib --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-6003d920eb9b3761.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-f3b53926e737ee37.rlib --extern unicode_bidi=/work/oxidecomputer/omicron/target/debug/deps/libunicode_bidi-a79322ee08f170c2.rlib --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-ac138eb008fbc34d.rlib --extern unicode_xid=/work/oxidecomputer/omicron/target/debug/deps/libunicode_xid-9d8f12589899f678.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-b421bb1e88bca70d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dc2ac240cbe2519e.rlib --extern yasna=/work/oxidecomputer/omicron/target/debug/deps/libyasna-4cf9625800b2c2de.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-302d0b30a73469bd.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-06f0968db49a577c.rlib --cap-lints allow -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib`
34642023-09-29T22:53:24.888Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name gateway_sp_comms --edition=2021 /home/build/.cargo/git/checkouts/management-gateway-service-749acba834b73294/1e180ae/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=482289eb481da89a -C extra-filename=-482289eb481da89a --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-60cc23ed68c4a18e.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-48552402e459be5d.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-9d0180ae373a0d5a.rmeta --extern fxhash=/work/oxidecomputer/omicron/target/debug/deps/libfxhash-04c51646d090d228.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-c080090410978807.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-dba419b1193e8428.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-6e599ef69b3a9e64.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-942d365c014cdf5a.rmeta --extern lru_cache=/work/oxidecomputer/omicron/target/debug/deps/liblru_cache-dd28c09b5feb1ada.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-cd225b2962500857.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-dffc32915439d36d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.rmeta --extern serde_big_array=/work/oxidecomputer/omicron/target/debug/deps/libserde_big_array-d4ec6eef4dddad9f.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-9a5f6a94e93a7a9a.rmeta --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-eea3e7133016439a.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-8053178730bb7d03.rmeta --extern tlvc=/work/oxidecomputer/omicron/target/debug/deps/libtlvc-04d17a33e5f016a9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5e0f716cf1967241.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-d22e7451ceeeb751.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dc2ac240cbe2519e.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-06f0968db49a577c.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib`
34652023-09-29T22:53:24.905Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-workspace-hack-dc37fc05de7ea0f9/build-script-build`
34662023-09-29T22:53:25.363Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-workspace-hack-ca5c6b4d1c4f0faa/build-script-build`
34672023-09-29T22:53:25.491Z Running `/home/build/.rustup/toolchains/1.72.1-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=381994caca1f485c -C extra-filename=-381994caca1f485c --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-476b9f9fc2bea332.rmeta --extern bit_set=/work/oxidecomputer/omicron/target/debug/deps/libbit_set-3a44b29fad009a22.rmeta --extern bit_vec=/work/oxidecomputer/omicron/target/debug/deps/libbit_vec-3e6e8d9c6d807e80.rmeta --extern bitflags_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-237bfdbc957aefc2.rmeta --extern bitflags_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-ed0c05cf7ea9471a.rmeta --extern bitvec=/work/oxidecomputer/omicron/target/debug/deps/libbitvec-40ca70e57e9b8103.rmeta --extern bstr_6f8ce4dd05d13bba=/work/oxidecomputer/omicron/target/debug/deps/libbstr-1025f05eee8b8d3f.rmeta --extern bstr_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbstr-4b2d8df0ef1daa62.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-cd943cd2dfeb8306.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5bb86fda6cf178b2.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-82267e5c126d43b8.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f3291acf8bc27552.rmeta --extern clap_builder=/work/oxidecomputer/omicron/target/debug/deps/libclap_builder-85c7845deec81aad.rmeta --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-e62ba2e10ffad3b6.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-61bf72856c116b87.rmeta --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-de56a88f97067490.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-cb42a0ce36ac2cc8.rmeta --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-2ce5f4e163c64ea1.rmeta --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-ba443a65b940feb0.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-870b907c595b5d33.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-7299ccd4570522b5.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-ce48581fbc14b01d.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-9d0180ae373a0d5a.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-9475083db9bb56c9.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-26ddbb2f438a5030.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-1281c81b1e26ac4e.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-162a734bab52ecae.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-6c267024c249b587.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-6fb58dbcfff7d4e4.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-c080090410978807.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-b164977e21b232a8.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-5d87f6ac6fc0aeac.rmeta --extern hashbrown_594e8ee84c453af0=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-bb614e6fdd6f35be.rmeta --extern hashbrown_582f2526e08bb6a0=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-25f09157b68a9c5b.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-dba419b1193e8428.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-d93f984b20af488a.rmeta --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-f98f11cecdac7aa5.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-bf55098caea8d589.rmeta --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-75f00a45d9381183.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-28ea061930997283.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-7530193c025b34c1.rmeta --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-3504c7d3cd08c24f.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-31315c5ec54d9eb8.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b1078066b701b737.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-7d9cf9ba132625c1.rmeta --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-6cd4ef04d9bd039a.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-2b9cc4e8f0305d0f.rmeta --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-0f763c45bd2d6012.rmeta --extern num_bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint-bfbb6b26c09c07c3.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-bb0070c692d0fca2.rmeta --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-ebfc153c90fbfd3e.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-50180e8112bf05bb.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-dffc32915439d36d.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-3a7249779ded88a9.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-9bb8439060fdcd67.rmeta --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-631bdca5d475c1a7.rmeta --extern ppv_lite86=/work/oxidecomputer/omicron/target/debug/deps/libppv_lite86-3adf9bc5ea2a15e8.rmeta --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-2625da11526927bd.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0d3d8ad1198c025f.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-5eabb5c7a332b5f6.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-68bff4b9ff21c193.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-57953d8fe9a09986.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-0198c14610a57b32.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e77d773decc48fb9.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-ab830bac25aeb8d2.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-db1169e44a19bc46.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-bf1a8b1e71bf91c0.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-58a1a56fb7e968b5.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-cdaede9525bfee06.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-3c63ccdf774b3e83.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-b00a5544072d924c.rmeta --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-eea3e7133016439a.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-5aae046eb05ace35.rmeta --extern syn_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f88a0545b115dad3.rmeta --extern syn_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libsyn-2dd1c8bfc186ca77.rmeta --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-60adf71799d31a99.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-6aede6816635528b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5e0f716cf1967241.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-36da3923d229e967.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-eb8bc694d9d2cf30.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-b148462e64533cac.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-963a1f25c09d91f6.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-2709cafe9c62e500.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-6003d920eb9b3761.rmeta --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-f3b53926e737ee37.rmeta --extern unicode_bidi=/work/oxidecomputer/omicron/target/debug/deps/libunicode_bidi-a79322ee08f170c2.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-ac138eb008fbc34d.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-b421bb1e88bca70d.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dc2ac240cbe2519e.rmeta --extern yasna=/work/oxidecomputer/omicron/target/debug/deps/libyasna-4cf9625800b2c2de.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-302d0b30a73469bd.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-06f0968db49a577c.rmeta -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib`
34682023-09-29T22:53:25.525Z Running `/home/build/.rustup/toolchains/1.72.1-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=324b2074a3fb0001 -C extra-filename=-324b2074a3fb0001 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-476b9f9fc2bea332.rmeta --extern bit_set=/work/oxidecomputer/omicron/target/debug/deps/libbit_set-3a44b29fad009a22.rmeta --extern bit_vec=/work/oxidecomputer/omicron/target/debug/deps/libbit_vec-3e6e8d9c6d807e80.rmeta --extern bitflags_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-237bfdbc957aefc2.rmeta --extern bitflags_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-ed0c05cf7ea9471a.rmeta --extern bitvec=/work/oxidecomputer/omicron/target/debug/deps/libbitvec-40ca70e57e9b8103.rmeta --extern bstr_6f8ce4dd05d13bba=/work/oxidecomputer/omicron/target/debug/deps/libbstr-1025f05eee8b8d3f.rmeta --extern bstr_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbstr-4b2d8df0ef1daa62.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-cd943cd2dfeb8306.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5bb86fda6cf178b2.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-82267e5c126d43b8.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f3291acf8bc27552.rmeta --extern clap_builder=/work/oxidecomputer/omicron/target/debug/deps/libclap_builder-85c7845deec81aad.rmeta --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-e62ba2e10ffad3b6.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-61bf72856c116b87.rmeta --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-de56a88f97067490.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-cb42a0ce36ac2cc8.rmeta --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-2ce5f4e163c64ea1.rmeta --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-11c063e1ea77d67b.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-870b907c595b5d33.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-7299ccd4570522b5.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-ce48581fbc14b01d.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-9d0180ae373a0d5a.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-9475083db9bb56c9.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-26ddbb2f438a5030.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-1281c81b1e26ac4e.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-162a734bab52ecae.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-6c267024c249b587.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-6fb58dbcfff7d4e4.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-c080090410978807.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-b164977e21b232a8.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-5d87f6ac6fc0aeac.rmeta --extern hashbrown_594e8ee84c453af0=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-bb614e6fdd6f35be.rmeta --extern hashbrown_582f2526e08bb6a0=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-25f09157b68a9c5b.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-dba419b1193e8428.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-d93f984b20af488a.rmeta --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-f98f11cecdac7aa5.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-bf55098caea8d589.rmeta --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-75f00a45d9381183.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-b276aeecfca09511.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-7530193c025b34c1.rmeta --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-3504c7d3cd08c24f.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-31315c5ec54d9eb8.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b1078066b701b737.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-7d9cf9ba132625c1.rmeta --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-6cd4ef04d9bd039a.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-2b9cc4e8f0305d0f.rmeta --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-0f763c45bd2d6012.rmeta --extern num_bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint-bfbb6b26c09c07c3.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-bb0070c692d0fca2.rmeta --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-ebfc153c90fbfd3e.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-50180e8112bf05bb.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-dffc32915439d36d.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-72bdbff7f725ab98.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-9bb8439060fdcd67.rmeta --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-ee1a5760187e8b41.rmeta --extern ppv_lite86=/work/oxidecomputer/omicron/target/debug/deps/libppv_lite86-3adf9bc5ea2a15e8.rmeta --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-2625da11526927bd.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0d3d8ad1198c025f.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-5eabb5c7a332b5f6.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-68bff4b9ff21c193.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-57953d8fe9a09986.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-0198c14610a57b32.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d7b7fcd8659abd52.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-ab830bac25aeb8d2.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-db1169e44a19bc46.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1dc92e8732813f8f.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-58a1a56fb7e968b5.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-cdaede9525bfee06.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-3c63ccdf774b3e83.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-b00a5544072d924c.rmeta --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-eea3e7133016439a.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-5aae046eb05ace35.rmeta --extern syn_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f88a0545b115dad3.rmeta --extern syn_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libsyn-2dd1c8bfc186ca77.rmeta --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-60adf71799d31a99.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-6aede6816635528b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5e0f716cf1967241.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-985fc8d6e791c1f9.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-eb8bc694d9d2cf30.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-b148462e64533cac.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-963a1f25c09d91f6.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-2709cafe9c62e500.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-6003d920eb9b3761.rmeta --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-f3b53926e737ee37.rmeta --extern unicode_bidi=/work/oxidecomputer/omicron/target/debug/deps/libunicode_bidi-a79322ee08f170c2.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-ac138eb008fbc34d.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-d22e7451ceeeb751.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dc2ac240cbe2519e.rmeta --extern yasna=/work/oxidecomputer/omicron/target/debug/deps/libyasna-4cf9625800b2c2de.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-302d0b30a73469bd.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-06f0968db49a577c.rmeta -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib`
34692023-09-29T22:53:25.543Z Running `/home/build/.rustup/toolchains/1.72.1-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=9ae622a9a5eea42c -C extra-filename=-9ae622a9a5eea42c --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6f7a908a904e9351.rmeta --extern bit_set=/work/oxidecomputer/omicron/target/debug/deps/libbit_set-282eeb4c5573d511.rmeta --extern bit_vec=/work/oxidecomputer/omicron/target/debug/deps/libbit_vec-03a1466e1f5e93e4.rmeta --extern bitflags_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-ccb81907c4b78a17.rmeta --extern bitflags_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-88e511ee3f992aac.rmeta --extern bitvec=/work/oxidecomputer/omicron/target/debug/deps/libbitvec-6d24d4dfec88b70d.rmeta --extern bstr_6f8ce4dd05d13bba=/work/oxidecomputer/omicron/target/debug/deps/libbstr-90494af026d44ec1.rmeta --extern bstr_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbstr-f050eb025633035e.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c2cb76b03f094493.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-389c900f15cd9ab5.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-d483a6f8733015ad.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1a527d146b44fd95.rmeta --extern clap_builder=/work/oxidecomputer/omicron/target/debug/deps/libclap_builder-80a335a1ed4810d9.rmeta --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-9c0ff94bc4454758.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-c4da83d5a55438d5.rmeta --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-cf404384f32d9ee0.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-31596f1cfd69171c.rmeta --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-577f9e29a56ebde0.rmeta --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-68dd85695126a27c.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-cee7501a54e670a8.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-c3c28f089340dd8e.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-1ab7ff61e7c67f66.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b9016aee0b2ff754.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-44ec121a8974b079.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-14057c32aaca57b1.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-2d8c9a0d23a6df66.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-a78d02f725c823af.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-1a936b59517fbe6d.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-41eaecfbceab1fe7.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-a2a72deb8c5eb97e.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-29cf0308124f039a.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-e08d941838bbeb03.rmeta --extern hashbrown_594e8ee84c453af0=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-b1008f6b16506ac7.rmeta --extern hashbrown_582f2526e08bb6a0=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-ad8d209afa94bb52.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-48dbb664544ec132.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-9b45e1d330082d76.rmeta --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-a7243e93cf756df6.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-7e773befd96d3cd8.rmeta --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-85598e73855aa06c.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-90d5128af6f923ab.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-8e044772089bbb07.rmeta --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-1a2e9d48937a2707.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-5989520b66fa0dce.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-63f81b35d4dc5fb3.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-aaf538cacb38ae69.rmeta --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-111f14b607062773.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-0c37760ceb6b7eb9.rmeta --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-9b8efcf4f90c042d.rmeta --extern num_bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint-16df8980a5e5619c.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-46b5a067a728fb98.rmeta --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-620f8a0880f8aaa7.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-bbe9fdba6b5a3076.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-195040b02b177146.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-d1619451ef8d0e5e.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-e4ee62a2df3d7f7b.rmeta --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-ac2a0a43c5aa4fb9.rmeta --extern ppv_lite86=/work/oxidecomputer/omicron/target/debug/deps/libppv_lite86-776cc17a9c34995e.rmeta --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-7301b8034b6308fa.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-f96502417fd063e7.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-41eb75ae05dd33a0.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-58f292f48fcf4f9e.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-911e492018029389.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-2d8269b93ec0e3ca.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f65baf3f29cf1fd8.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-9f1588ba728336af.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-63d8b93afb17fb92.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-46cf70536623e002.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-6ae8a16b46994acf.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc95c778b5981b46.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-8e84a6f8110e75a4.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-fecf14f1af0d3564.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-d603c8d4e5059e33.rmeta --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-bc954d7f4e5c8c89.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-d3b97ee3b256b9db.rmeta --extern syn_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libsyn-99d6081e5b4e0d62.rmeta --extern syn_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d6ad6800d818f635.rmeta --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-ea316124d9451067.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-dda3638a3a0bc752.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-49b043b2e705bbca.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-fe5328355f7252f2.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-ba9f8c93f72b01db.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-10bfee79ab43e319.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-16ed33f7c82a7bef.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-9463b56967ad1514.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-985744b06020706f.rmeta --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-937d62598852268e.rmeta --extern unicode_bidi=/work/oxidecomputer/omicron/target/debug/deps/libunicode_bidi-dd3c6ac25a9b82e9.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-86c5147d695ab8b0.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-486dbcdf63113ca2.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d16491bfbae9b4be.rmeta --extern yasna=/work/oxidecomputer/omicron/target/debug/deps/libyasna-b4b0387d2a1fdc57.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-4533caa2ab54e991.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-c2b146e5f70d877e.rmeta -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib`
34702023-09-29T22:53:25.551Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_workspace_hack /home/build/.cargo/git/checkouts/omicron-d039c41f152bda83/8a11c70/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=3a00c2cea79a4d38 -C extra-filename=-3a00c2cea79a4d38 --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-476b9f9fc2bea332.rmeta --extern bit_set=/work/oxidecomputer/omicron/target/debug/deps/libbit_set-3a44b29fad009a22.rmeta --extern bit_vec=/work/oxidecomputer/omicron/target/debug/deps/libbit_vec-3e6e8d9c6d807e80.rmeta --extern bitflags_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-237bfdbc957aefc2.rmeta --extern bitflags_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-ed0c05cf7ea9471a.rmeta --extern bitvec=/work/oxidecomputer/omicron/target/debug/deps/libbitvec-40ca70e57e9b8103.rmeta --extern bstr_6f8ce4dd05d13bba=/work/oxidecomputer/omicron/target/debug/deps/libbstr-1025f05eee8b8d3f.rmeta --extern bstr_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbstr-4b2d8df0ef1daa62.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-cd943cd2dfeb8306.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5bb86fda6cf178b2.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-82267e5c126d43b8.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f3291acf8bc27552.rmeta --extern clap_builder=/work/oxidecomputer/omicron/target/debug/deps/libclap_builder-85c7845deec81aad.rmeta --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-e62ba2e10ffad3b6.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-61bf72856c116b87.rmeta --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-de56a88f97067490.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-cb42a0ce36ac2cc8.rmeta --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-2ce5f4e163c64ea1.rmeta --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-ba443a65b940feb0.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-870b907c595b5d33.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-7299ccd4570522b5.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-ce48581fbc14b01d.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-9d0180ae373a0d5a.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-9475083db9bb56c9.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-26ddbb2f438a5030.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-1281c81b1e26ac4e.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-162a734bab52ecae.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-6c267024c249b587.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-6fb58dbcfff7d4e4.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-c080090410978807.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-b164977e21b232a8.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-5d87f6ac6fc0aeac.rmeta --extern hashbrown_594e8ee84c453af0=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-bb614e6fdd6f35be.rmeta --extern hashbrown_582f2526e08bb6a0=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-25f09157b68a9c5b.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-dba419b1193e8428.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-d93f984b20af488a.rmeta --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-f98f11cecdac7aa5.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-bf55098caea8d589.rmeta --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-75f00a45d9381183.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-28ea061930997283.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-7530193c025b34c1.rmeta --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-3504c7d3cd08c24f.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-31315c5ec54d9eb8.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b1078066b701b737.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-7d9cf9ba132625c1.rmeta --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-6cd4ef04d9bd039a.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-2b9cc4e8f0305d0f.rmeta --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-0f763c45bd2d6012.rmeta --extern num_bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint-bfbb6b26c09c07c3.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-bb0070c692d0fca2.rmeta --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-ebfc153c90fbfd3e.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-50180e8112bf05bb.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-dffc32915439d36d.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-3a7249779ded88a9.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-9bb8439060fdcd67.rmeta --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-631bdca5d475c1a7.rmeta --extern ppv_lite86=/work/oxidecomputer/omicron/target/debug/deps/libppv_lite86-3adf9bc5ea2a15e8.rmeta --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-2625da11526927bd.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0d3d8ad1198c025f.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-5eabb5c7a332b5f6.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-68bff4b9ff21c193.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-57953d8fe9a09986.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-0198c14610a57b32.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e77d773decc48fb9.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-ab830bac25aeb8d2.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-db1169e44a19bc46.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-bf1a8b1e71bf91c0.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-58a1a56fb7e968b5.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-cdaede9525bfee06.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-9984d9cece7d9e19.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-3c63ccdf774b3e83.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-b00a5544072d924c.rmeta --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-eea3e7133016439a.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-5aae046eb05ace35.rmeta --extern syn_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f88a0545b115dad3.rmeta --extern syn_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libsyn-2dd1c8bfc186ca77.rmeta --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-60adf71799d31a99.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-6aede6816635528b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5e0f716cf1967241.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-36da3923d229e967.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-eb8bc694d9d2cf30.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-b148462e64533cac.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-963a1f25c09d91f6.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-2709cafe9c62e500.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-6003d920eb9b3761.rmeta --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-f3b53926e737ee37.rmeta --extern unicode_bidi=/work/oxidecomputer/omicron/target/debug/deps/libunicode_bidi-a79322ee08f170c2.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-ac138eb008fbc34d.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-b421bb1e88bca70d.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dc2ac240cbe2519e.rmeta --extern yasna=/work/oxidecomputer/omicron/target/debug/deps/libyasna-4cf9625800b2c2de.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-302d0b30a73469bd.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-06f0968db49a577c.rmeta --cap-lints allow -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib`
34712023-09-29T22:53:25.557Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
34722023-09-29T22:53:25.560Z Running `/home/build/.rustup/toolchains/1.72.1-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 metadata=56c29c24e4f6a209 -C extra-filename=-56c29c24e4f6a209 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-381994caca1f485c.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-577a284e9bcc389a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-2dd1c8bfc186ca77.rlib --extern proc_macro -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib`
34732023-09-29T22:53:25.584Z Compiling helios-fusion v0.1.0 (/work/oxidecomputer/omicron/helios/fusion)
34742023-09-29T22:53:25.592Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name helios_fusion --edition=2021 helios/fusion/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=cb67488739707fb2 -C extra-filename=-cb67488739707fb2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-60cc23ed68c4a18e.so --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3c99362b4aacff3c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-324b2074a3fb0001.rmeta --extern shlex=/work/oxidecomputer/omicron/target/debug/deps/libshlex-cadfa44e68aa87aa.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-8053178730bb7d03.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5e0f716cf1967241.rmeta -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib`
34752023-09-29T22:53:25.598Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
34762023-09-29T22:53:25.606Z Running `/home/build/.rustup/toolchains/1.72.1-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=33fd68b208357d32 -C extra-filename=-33fd68b208357d32 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern argon2=/work/oxidecomputer/omicron/target/debug/deps/libargon2-4ac2f46c2995607b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-324b2074a3fb0001.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0d3d8ad1198c025f.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1dc92e8732813f8f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-379efc3a9bc52f1d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-8053178730bb7d03.rmeta -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib`
34772023-09-29T22:53:25.620Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
34782023-09-29T22:53:25.641Z Running `/home/build/.rustup/toolchains/1.72.1-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 metadata=b4e6640b4ee79a9d -C extra-filename=-b4e6640b4ee79a9d --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-381994caca1f485c.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-577a284e9bcc389a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-2dd1c8bfc186ca77.rlib --extern proc_macro -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib`
34792023-09-29T22:53:26.067Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
34802023-09-29T22:53:26.077Z Running `/home/build/.rustup/toolchains/1.72.1-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=1f4c613c8c5a2c3b -C extra-filename=-1f4c613c8c5a2c3b --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-381994caca1f485c.rmeta -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib`
34812023-09-29T22:53:26.089Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/dns-service-client)
34822023-09-29T22:53:26.100Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name dns_service_client --edition=2021 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=6bbc0478e132958e -C extra-filename=-6bbc0478e132958e --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5bb86fda6cf178b2.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-7a24d2e41697cd7a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-324b2074a3fb0001.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-aee9c80b0792b161.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d7b7fcd8659abd52.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1dc92e8732813f8f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-44d94bd17ea2528f.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dc2ac240cbe2519e.rmeta -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib`
34832023-09-29T22:53:26.116Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/gateway-client)
34842023-09-29T22:53:26.131Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name gateway_client --edition=2021 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=19c76a379aaa4dad -C extra-filename=-19c76a379aaa4dad --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-7153363a1fac6343.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5bb86fda6cf178b2.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-324b2074a3fb0001.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-aee9c80b0792b161.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0d3d8ad1198c025f.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d7b7fcd8659abd52.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1dc92e8732813f8f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-44d94bd17ea2528f.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dc2ac240cbe2519e.rmeta -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib`
34852023-09-29T22:53:26.615Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8a11c709)
34862023-09-29T22:53:26.634Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name api_identity --edition=2021 /home/build/.cargo/git/checkouts/omicron-d039c41f152bda83/8a11c70/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 metadata=159bb393b8d4af22 -C extra-filename=-159bb393b8d4af22 --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-3a00c2cea79a4d38.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-577a284e9bcc389a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-2dd1c8bfc186ca77.rlib --extern proc_macro --cap-lints allow -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib`
34872023-09-29T22:53:26.654Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
34882023-09-29T22:53:26.684Z Running `/home/build/.rustup/toolchains/1.72.1-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=37f0d0a84d6f098c -C extra-filename=-37f0d0a84d6f098c --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-476b9f9fc2bea332.rmeta --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-56c29c24e4f6a209.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-60cc23ed68c4a18e.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-48552402e459be5d.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-808e28d3d3156bbe.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5bb86fda6cf178b2.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d748b2183013de2e.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-9d0180ae373a0d5a.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-dba419b1193e8428.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-7a24d2e41697cd7a.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-d93f984b20af488a.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-b276aeecfca09511.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-31315c5ec54d9eb8.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-bf28e9e8844d3f92.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-324b2074a3fb0001.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-3f69459e66aab1ce.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-aee9c80b0792b161.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-76b1ad1715fd743c.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0d3d8ad1198c025f.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d7b7fcd8659abd52.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-ab830bac25aeb8d2.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1dc92e8732813f8f.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-58a1a56fb7e968b5.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-d5f28ff1ebf2cea8.so --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-78d2f9a252b6bfc3.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-44d94bd17ea2528f.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-379efc3a9bc52f1d.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-36343ff9b281ab4a.rmeta --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-f94fa546cf161404.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-8053178730bb7d03.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5e0f716cf1967241.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-985fc8d6e791c1f9.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-b148462e64533cac.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dc2ac240cbe2519e.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/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-edfc071a8662c2dd/out/lib`
34892023-09-29T22:53:27.198Z Running `/home/build/.rustup/toolchains/1.72.1-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="proptest"' --cfg 'feature="test-strategy"' --cfg 'feature="testing"' -C metadata=23e95df5c1119974 -C extra-filename=-23e95df5c1119974 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6f7a908a904e9351.rmeta --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-56c29c24e4f6a209.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-60cc23ed68c4a18e.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-fbf6a80a1d2d2d70.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-cb608edbae315470.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-389c900f15cd9ab5.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c216cf50d7c187a6.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b9016aee0b2ff754.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-48dbb664544ec132.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-587e107ed5d6e0f1.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-9b45e1d330082d76.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-90d5128af6f923ab.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-5989520b66fa0dce.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-f3c2b794fd3ba65d.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9ae622a9a5eea42c.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-f3cc8d9f28b4816f.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-fe70df015a506aa6.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-7114e0e5c1a2ed66.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-f96502417fd063e7.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f65baf3f29cf1fd8.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-9f1588ba728336af.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-46cf70536623e002.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-6ae8a16b46994acf.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc95c778b5981b46.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-d5f28ff1ebf2cea8.so --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-65d3224c9103788a.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-51c9b43c2331a342.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-4a872a0a4e25b1eb.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c60d09f5d36f63fa.rmeta --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-f94fa546cf161404.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-260eeb8cfcbdf125.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-49b043b2e705bbca.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-fe5328355f7252f2.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-10bfee79ab43e319.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d16491bfbae9b4be.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/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-edfc071a8662c2dd/out/lib`
34902023-09-29T22:53:27.652Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
34912023-09-29T22:53:27.672Z Running `/home/build/.rustup/toolchains/1.72.1-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=32ea2071079ed19b -C extra-filename=-32ea2071079ed19b --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-476b9f9fc2bea332.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-53d6278c6d3f2d64.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-f2abfcb6c70cf6ba.rmeta --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-718c444102156aa7.so --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-7299ccd4570522b5.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-9d0180ae373a0d5a.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-bf55098caea8d589.rmeta --extern linear_map=/work/oxidecomputer/omicron/target/debug/deps/liblinear_map-0eb5e9b7e5ea9c91.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-324b2074a3fb0001.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-9bb8439060fdcd67.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1dc92e8732813f8f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-44d94bd17ea2528f.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-379efc3a9bc52f1d.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5e0f716cf1967241.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dc2ac240cbe2519e.rmeta -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib`
34922023-09-29T22:53:28.378Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8a11c709)
34932023-09-29T22:53:28.382Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_macro_impl --edition=2021 /home/build/.cargo/git/checkouts/omicron-d039c41f152bda83/8a11c70/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 metadata=a54b197122004f36 -C extra-filename=-a54b197122004f36 --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-3a00c2cea79a4d38.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-577a284e9bcc389a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-2dd1c8bfc186ca77.rlib --extern proc_macro --cap-lints allow -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib`
34942023-09-29T22:53:28.562Z Running `/home/build/.rustup/toolchains/1.72.1-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=12e4d27e8552c467 -C extra-filename=-12e4d27e8552c467 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern argon2=/work/oxidecomputer/omicron/target/debug/deps/libargon2-830ec76ac7c128a3.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9ae622a9a5eea42c.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-f96502417fd063e7.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-46cf70536623e002.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc95c778b5981b46.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-4a872a0a4e25b1eb.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-260eeb8cfcbdf125.rmeta -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib`
34952023-09-29T22:53:28.835Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
34962023-09-29T22:53:28.840Z Running `/home/build/.rustup/toolchains/1.72.1-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 debug-assertions=on -C metadata=b7499d77d083271c -C extra-filename=-b7499d77d083271c --out-dir /work/oxidecomputer/omicron/target/debug/build/bootstore-b7499d77d083271c -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-1f4c613c8c5a2c3b.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib`
34972023-09-29T22:53:29.327Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name dns_service_client --edition=2021 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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=ce0f6870ad90fbc7 -C extra-filename=-ce0f6870ad90fbc7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-389c900f15cd9ab5.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-587e107ed5d6e0f1.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9ae622a9a5eea42c.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-fe70df015a506aa6.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f65baf3f29cf1fd8.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-46cf70536623e002.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc95c778b5981b46.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-51c9b43c2331a342.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d16491bfbae9b4be.rmeta -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib`
34982023-09-29T22:53:29.424Z Running `/work/oxidecomputer/omicron/target/debug/build/bootstore-b7499d77d083271c/build-script-build`
34992023-09-29T22:53:29.462Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
35002023-09-29T22:53:29.467Z Running `/home/build/.rustup/toolchains/1.72.1-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=23d8ad7de131847e -C extra-filename=-23d8ad7de131847e --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-476b9f9fc2bea332.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-808e28d3d3156bbe.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5bb86fda6cf178b2.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f3291acf8bc27552.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-6bbc0478e132958e.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d748b2183013de2e.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-7a24d2e41697cd7a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-324b2074a3fb0001.rmeta --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-5774af50a8e48f6f.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1dc92e8732813f8f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-44d94bd17ea2528f.rmeta --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-f62c37180226deaf.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-92bfa0559792adb6.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-5cedeb988d1c300f.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-8ffe1f66c77ddbe4.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-d8234f11b3e61901.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-8053178730bb7d03.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5e0f716cf1967241.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-b148462e64533cac.rmeta --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-1860f17c979531b7.rmeta --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-f3b53926e737ee37.rmeta --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-6f5f42fb536bcce2.rmeta --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-67270d07571b5d75.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dc2ac240cbe2519e.rmeta -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib`
35012023-09-29T22:53:30.317Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_workspace_hack /home/build/.cargo/git/checkouts/omicron-d039c41f152bda83/8a11c70/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=54ae549630289950 -C extra-filename=-54ae549630289950 --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-476b9f9fc2bea332.rmeta --extern bit_set=/work/oxidecomputer/omicron/target/debug/deps/libbit_set-3a44b29fad009a22.rmeta --extern bit_vec=/work/oxidecomputer/omicron/target/debug/deps/libbit_vec-3e6e8d9c6d807e80.rmeta --extern bitflags_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-237bfdbc957aefc2.rmeta --extern bitflags_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-ed0c05cf7ea9471a.rmeta --extern bitvec=/work/oxidecomputer/omicron/target/debug/deps/libbitvec-40ca70e57e9b8103.rmeta --extern bstr_6f8ce4dd05d13bba=/work/oxidecomputer/omicron/target/debug/deps/libbstr-1025f05eee8b8d3f.rmeta --extern bstr_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbstr-4b2d8df0ef1daa62.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-cd943cd2dfeb8306.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5bb86fda6cf178b2.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-82267e5c126d43b8.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f3291acf8bc27552.rmeta --extern clap_builder=/work/oxidecomputer/omicron/target/debug/deps/libclap_builder-85c7845deec81aad.rmeta --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-e62ba2e10ffad3b6.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-61bf72856c116b87.rmeta --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-de56a88f97067490.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-cb42a0ce36ac2cc8.rmeta --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-2ce5f4e163c64ea1.rmeta --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-11c063e1ea77d67b.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-870b907c595b5d33.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-7299ccd4570522b5.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-ce48581fbc14b01d.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-9d0180ae373a0d5a.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-9475083db9bb56c9.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-26ddbb2f438a5030.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-1281c81b1e26ac4e.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-162a734bab52ecae.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-6c267024c249b587.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-6fb58dbcfff7d4e4.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-c080090410978807.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-b164977e21b232a8.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-5d87f6ac6fc0aeac.rmeta --extern hashbrown_594e8ee84c453af0=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-bb614e6fdd6f35be.rmeta --extern hashbrown_582f2526e08bb6a0=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-25f09157b68a9c5b.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-dba419b1193e8428.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-d93f984b20af488a.rmeta --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-f98f11cecdac7aa5.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-bf55098caea8d589.rmeta --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-75f00a45d9381183.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-b276aeecfca09511.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-7530193c025b34c1.rmeta --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-3504c7d3cd08c24f.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-31315c5ec54d9eb8.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b1078066b701b737.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-7d9cf9ba132625c1.rmeta --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-6cd4ef04d9bd039a.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-2b9cc4e8f0305d0f.rmeta --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-0f763c45bd2d6012.rmeta --extern num_bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint-bfbb6b26c09c07c3.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-bb0070c692d0fca2.rmeta --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-ebfc153c90fbfd3e.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-50180e8112bf05bb.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-dffc32915439d36d.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-72bdbff7f725ab98.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-9bb8439060fdcd67.rmeta --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-ee1a5760187e8b41.rmeta --extern ppv_lite86=/work/oxidecomputer/omicron/target/debug/deps/libppv_lite86-3adf9bc5ea2a15e8.rmeta --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-2625da11526927bd.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0d3d8ad1198c025f.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-5eabb5c7a332b5f6.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-68bff4b9ff21c193.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-57953d8fe9a09986.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-0198c14610a57b32.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d7b7fcd8659abd52.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-ab830bac25aeb8d2.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-db1169e44a19bc46.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1dc92e8732813f8f.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-58a1a56fb7e968b5.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-cdaede9525bfee06.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-9984d9cece7d9e19.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-3c63ccdf774b3e83.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-b00a5544072d924c.rmeta --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-eea3e7133016439a.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-5aae046eb05ace35.rmeta --extern syn_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f88a0545b115dad3.rmeta --extern syn_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libsyn-2dd1c8bfc186ca77.rmeta --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-60adf71799d31a99.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-6aede6816635528b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5e0f716cf1967241.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-985fc8d6e791c1f9.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-eb8bc694d9d2cf30.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-b148462e64533cac.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-963a1f25c09d91f6.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-2709cafe9c62e500.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-6003d920eb9b3761.rmeta --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-f3b53926e737ee37.rmeta --extern unicode_bidi=/work/oxidecomputer/omicron/target/debug/deps/libunicode_bidi-a79322ee08f170c2.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-ac138eb008fbc34d.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-d22e7451ceeeb751.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dc2ac240cbe2519e.rmeta --extern yasna=/work/oxidecomputer/omicron/target/debug/deps/libyasna-4cf9625800b2c2de.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-302d0b30a73469bd.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-06f0968db49a577c.rmeta --cap-lints allow -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib`
35022023-09-29T22:53:30.485Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8a11c709)
35032023-09-29T22:53:30.492Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_common --edition=2021 /home/build/.cargo/git/checkouts/omicron-d039c41f152bda83/8a11c70/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=499fbe0624fa3aaa -C extra-filename=-499fbe0624fa3aaa --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-476b9f9fc2bea332.rmeta --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-159bb393b8d4af22.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-60cc23ed68c4a18e.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-48552402e459be5d.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-808e28d3d3156bbe.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5bb86fda6cf178b2.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d748b2183013de2e.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-9d0180ae373a0d5a.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-dba419b1193e8428.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-7a24d2e41697cd7a.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-d93f984b20af488a.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-b276aeecfca09511.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-31315c5ec54d9eb8.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-bf28e9e8844d3f92.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-54ae549630289950.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-3f69459e66aab1ce.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-aee9c80b0792b161.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0d3d8ad1198c025f.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d7b7fcd8659abd52.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-ab830bac25aeb8d2.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1dc92e8732813f8f.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-58a1a56fb7e968b5.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-d5f28ff1ebf2cea8.so --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-78d2f9a252b6bfc3.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-44d94bd17ea2528f.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-379efc3a9bc52f1d.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-36343ff9b281ab4a.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-8053178730bb7d03.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5e0f716cf1967241.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-985fc8d6e791c1f9.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-b148462e64533cac.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dc2ac240cbe2519e.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/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-edfc071a8662c2dd/out/lib`
35042023-09-29T22:53:31.970Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
35052023-09-29T22:53:31.983Z Running `/home/build/.rustup/toolchains/1.72.1-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 metadata=4812a90e359a8fa2 -C extra-filename=-4812a90e359a8fa2 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-db-model-4812a90e359a8fa2 -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-1f4c613c8c5a2c3b.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib`
35062023-09-29T22:53:32.606Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
35072023-09-29T22:53:32.613Z Running `/home/build/.rustup/toolchains/1.72.1-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 metadata=c41499250016917c -C extra-filename=-c41499250016917c --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-58e6b367499d83fa.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-381994caca1f485c.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-577a284e9bcc389a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-d1e663d68f1702f6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-2dd1c8bfc186ca77.rlib --extern proc_macro -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib`
35082023-09-29T22:53:35.274Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name dpd_client --edition=2021 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=f5c25d6d8be7339d -C extra-filename=-f5c25d6d8be7339d --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5bb86fda6cf178b2.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-9d0180ae373a0d5a.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-7a24d2e41697cd7a.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-b276aeecfca09511.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-324b2074a3fb0001.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-a88469ec7f128e6e.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0d3d8ad1198c025f.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-c688f5001495eed8.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d7b7fcd8659abd52.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1dc92e8732813f8f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dc2ac240cbe2519e.rmeta -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib`
35092023-09-29T22:53:35.338Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-db-model-4812a90e359a8fa2/build-script-build`
35102023-09-29T22:53:35.375Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name helios_fusion --edition=2021 helios/fusion/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=8ec68869ea0a3797 -C extra-filename=-8ec68869ea0a3797 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-60cc23ed68c4a18e.so --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3f89cd07508cd947.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9ae622a9a5eea42c.rmeta --extern shlex=/work/oxidecomputer/omicron/target/debug/deps/libshlex-94216021c626f992.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-260eeb8cfcbdf125.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-49b043b2e705bbca.rmeta -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib`
35112023-09-29T22:53:36.658Z Running `/work/oxidecomputer/omicron/target/debug/build/polar-core-565c0e6c93d41f35/build-script-build`
35122023-09-29T22:53:37.845Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8a11c709)
35132023-09-29T22:53:37.859Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_passwords --edition=2021 /home/build/.cargo/git/checkouts/omicron-d039c41f152bda83/8a11c70/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=1e6509b77c1a1baf -C extra-filename=-1e6509b77c1a1baf --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-4ac2f46c2995607b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-54ae549630289950.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0d3d8ad1198c025f.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1dc92e8732813f8f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-379efc3a9bc52f1d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-8053178730bb7d03.rmeta --cap-lints allow -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib`
35142023-09-29T22:53:38.481Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
35152023-09-29T22:53:38.484Z Running `/home/build/.rustup/toolchains/1.72.1-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 metadata=2ab190f45bf0e0c7 -C extra-filename=-2ab190f45bf0e0c7 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-db-queries-2ab190f45bf0e0c7 -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-1f4c613c8c5a2c3b.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib`
35162023-09-29T22:53:38.598Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
35172023-09-29T22:53:40.055Z Running `/home/build/.rustup/toolchains/1.72.1-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 metadata=4a3d011656b7b26a -C extra-filename=-4a3d011656b7b26a --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-58e6b367499d83fa.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-381994caca1f485c.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-577a284e9bcc389a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-d1e663d68f1702f6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-2dd1c8bfc186ca77.rlib --extern proc_macro -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib`
35182023-09-29T22:53:40.073Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-db-queries-2ab190f45bf0e0c7/build-script-build`
35192023-09-29T22:53:40.092Z Compiling dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8a11c709)
35202023-09-29T22:53:40.096Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name dns_service_client --edition=2021 /home/build/.cargo/git/checkouts/omicron-d039c41f152bda83/8a11c70/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=038c8376798c6d5e -C extra-filename=-038c8376798c6d5e --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-5bb86fda6cf178b2.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-7a24d2e41697cd7a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-54ae549630289950.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-aee9c80b0792b161.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d7b7fcd8659abd52.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1dc92e8732813f8f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-44d94bd17ea2528f.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dc2ac240cbe2519e.rmeta --cap-lints allow -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib`
35212023-09-29T22:53:40.170Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name gateway_client --edition=2021 gateway-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=8a665da6f0558c77 -C extra-filename=-8a665da6f0558c77 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-f517da13a8b686da.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-389c900f15cd9ab5.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9ae622a9a5eea42c.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-fe70df015a506aa6.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-f96502417fd063e7.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f65baf3f29cf1fd8.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-46cf70536623e002.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc95c778b5981b46.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-51c9b43c2331a342.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d16491bfbae9b4be.rmeta -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib`
35222023-09-29T22:53:41.387Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_workspace_hack /home/build/.cargo/git/checkouts/omicron-d039c41f152bda83/8a11c70/workspace-hack/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=adf76a5ccd6c49a4 -C extra-filename=-adf76a5ccd6c49a4 --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-6f7a908a904e9351.rmeta --extern bit_set=/work/oxidecomputer/omicron/target/debug/deps/libbit_set-282eeb4c5573d511.rmeta --extern bit_vec=/work/oxidecomputer/omicron/target/debug/deps/libbit_vec-03a1466e1f5e93e4.rmeta --extern bitflags_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-ccb81907c4b78a17.rmeta --extern bitflags_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-88e511ee3f992aac.rmeta --extern bitvec=/work/oxidecomputer/omicron/target/debug/deps/libbitvec-6d24d4dfec88b70d.rmeta --extern bstr_6f8ce4dd05d13bba=/work/oxidecomputer/omicron/target/debug/deps/libbstr-90494af026d44ec1.rmeta --extern bstr_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbstr-f050eb025633035e.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c2cb76b03f094493.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-389c900f15cd9ab5.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-d483a6f8733015ad.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1a527d146b44fd95.rmeta --extern clap_builder=/work/oxidecomputer/omicron/target/debug/deps/libclap_builder-80a335a1ed4810d9.rmeta --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-9c0ff94bc4454758.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-c4da83d5a55438d5.rmeta --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-cf404384f32d9ee0.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-31596f1cfd69171c.rmeta --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-577f9e29a56ebde0.rmeta --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-68dd85695126a27c.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-cee7501a54e670a8.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-c3c28f089340dd8e.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-1ab7ff61e7c67f66.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b9016aee0b2ff754.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-44ec121a8974b079.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-14057c32aaca57b1.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-2d8c9a0d23a6df66.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-a78d02f725c823af.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-1a936b59517fbe6d.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-41eaecfbceab1fe7.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-a2a72deb8c5eb97e.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-29cf0308124f039a.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-e08d941838bbeb03.rmeta --extern hashbrown_594e8ee84c453af0=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-b1008f6b16506ac7.rmeta --extern hashbrown_582f2526e08bb6a0=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-ad8d209afa94bb52.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-48dbb664544ec132.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-9b45e1d330082d76.rmeta --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-a7243e93cf756df6.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-7e773befd96d3cd8.rmeta --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-85598e73855aa06c.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-90d5128af6f923ab.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-8e044772089bbb07.rmeta --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-1a2e9d48937a2707.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-5989520b66fa0dce.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-63f81b35d4dc5fb3.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-aaf538cacb38ae69.rmeta --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-111f14b607062773.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-0c37760ceb6b7eb9.rmeta --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-9b8efcf4f90c042d.rmeta --extern num_bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint-16df8980a5e5619c.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-46b5a067a728fb98.rmeta --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-620f8a0880f8aaa7.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-bbe9fdba6b5a3076.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-195040b02b177146.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-d1619451ef8d0e5e.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-e4ee62a2df3d7f7b.rmeta --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-ac2a0a43c5aa4fb9.rmeta --extern ppv_lite86=/work/oxidecomputer/omicron/target/debug/deps/libppv_lite86-776cc17a9c34995e.rmeta --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-7301b8034b6308fa.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-f96502417fd063e7.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-41eb75ae05dd33a0.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-58f292f48fcf4f9e.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-911e492018029389.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-2d8269b93ec0e3ca.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f65baf3f29cf1fd8.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-9f1588ba728336af.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-63d8b93afb17fb92.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-46cf70536623e002.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-6ae8a16b46994acf.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc95c778b5981b46.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-8e84a6f8110e75a4.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-12cfbc55a9f7780d.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-fecf14f1af0d3564.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-d603c8d4e5059e33.rmeta --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-bc954d7f4e5c8c89.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-d3b97ee3b256b9db.rmeta --extern syn_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libsyn-99d6081e5b4e0d62.rmeta --extern syn_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d6ad6800d818f635.rmeta --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-ea316124d9451067.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-dda3638a3a0bc752.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-49b043b2e705bbca.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-fe5328355f7252f2.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-ba9f8c93f72b01db.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-10bfee79ab43e319.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-16ed33f7c82a7bef.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-9463b56967ad1514.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-985744b06020706f.rmeta --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-937d62598852268e.rmeta --extern unicode_bidi=/work/oxidecomputer/omicron/target/debug/deps/libunicode_bidi-dd3c6ac25a9b82e9.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-86c5147d695ab8b0.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-486dbcdf63113ca2.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d16491bfbae9b4be.rmeta --extern yasna=/work/oxidecomputer/omicron/target/debug/deps/libyasna-b4b0387d2a1fdc57.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-4533caa2ab54e991.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-c2b146e5f70d877e.rmeta --cap-lints allow -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib`
35232023-09-29T22:53:41.567Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_common --edition=2021 /home/build/.cargo/git/checkouts/omicron-d039c41f152bda83/8a11c70/common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=6b409d9454ca0f4a -C extra-filename=-6b409d9454ca0f4a --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-6f7a908a904e9351.rmeta --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-159bb393b8d4af22.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-60cc23ed68c4a18e.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-fbf6a80a1d2d2d70.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-cb608edbae315470.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-389c900f15cd9ab5.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c216cf50d7c187a6.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b9016aee0b2ff754.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-48dbb664544ec132.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-587e107ed5d6e0f1.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-9b45e1d330082d76.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-90d5128af6f923ab.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-5989520b66fa0dce.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-f3c2b794fd3ba65d.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-adf76a5ccd6c49a4.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-f3cc8d9f28b4816f.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-fe70df015a506aa6.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-f96502417fd063e7.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f65baf3f29cf1fd8.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-9f1588ba728336af.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-46cf70536623e002.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-6ae8a16b46994acf.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc95c778b5981b46.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-d5f28ff1ebf2cea8.so --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-65d3224c9103788a.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-51c9b43c2331a342.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-4a872a0a4e25b1eb.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c60d09f5d36f63fa.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-260eeb8cfcbdf125.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-49b043b2e705bbca.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-fe5328355f7252f2.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-10bfee79ab43e319.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d16491bfbae9b4be.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/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-edfc071a8662c2dd/out/lib`
35242023-09-29T22:53:41.598Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name polar_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/polar-core-0.26.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"' -C metadata=ae5f3d3a485a9062 -C extra-filename=-ae5f3d3a485a9062 --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-e5f78bf05c67c191.so --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-3504c7d3cd08c24f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.rmeta --extern strum_macros=/work/oxidecomputer/omicron/target/debug/deps/libstrum_macros-aca75bfbc73798bb.so --cap-lints allow -D warnings`
35252023-09-29T22:53:42.765Z Running `/home/build/.rustup/toolchains/1.72.1-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=93416ab160b5cdc1 -C extra-filename=-93416ab160b5cdc1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6f7a908a904e9351.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-cb608edbae315470.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-389c900f15cd9ab5.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1a527d146b44fd95.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-ce0f6870ad90fbc7.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c216cf50d7c187a6.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-587e107ed5d6e0f1.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9ae622a9a5eea42c.rmeta --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-afead1a050d43242.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-46cf70536623e002.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc95c778b5981b46.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-51c9b43c2331a342.rmeta --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-91b1d567101f9f63.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-ceb79fdff76abd9e.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-213b45dd94672eea.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-7ea5c210a1de1190.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-f6a95c723efb92ea.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-260eeb8cfcbdf125.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-49b043b2e705bbca.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-10bfee79ab43e319.rmeta --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-0cbff680b4d73ed4.rmeta --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-937d62598852268e.rmeta --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-a921a73ee678412e.rmeta --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-6ab2764a67149c5d.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d16491bfbae9b4be.rmeta -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib`
35262023-09-29T22:53:49.902Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
35272023-09-29T22:53:49.907Z Running `/home/build/.rustup/toolchains/1.72.1-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 -C metadata=75851c7d92fec59f -C extra-filename=-75851c7d92fec59f --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-476b9f9fc2bea332.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-808e28d3d3156bbe.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d748b2183013de2e.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-9d0180ae373a0d5a.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-bcb7c05bb577a676.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-7a24d2e41697cd7a.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b1078066b701b737.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-37f0d0a84d6f098c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-324b2074a3fb0001.rmeta --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-f696754fa8dc0fb4.rmeta --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-8dfc62ce550bbbf7.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-68bff4b9ff21c193.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d7b7fcd8659abd52.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-45f2142564622868.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3d4ed7085fff63b9.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-d8234f11b3e61901.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-8053178730bb7d03.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5e0f716cf1967241.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-985fc8d6e791c1f9.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-d22e7451ceeeb751.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/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-edfc071a8662c2dd/out/lib`
35282023-09-29T22:53:50.699Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
35292023-09-29T22:53:50.703Z Running `/home/build/.rustup/toolchains/1.72.1-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 -C metadata=0ec197d7794bc6d8 -C extra-filename=-0ec197d7794bc6d8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-476b9f9fc2bea332.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-60cc23ed68c4a18e.so --extern bhyve_api=/work/oxidecomputer/omicron/target/debug/deps/libbhyve_api-2738d94b0270f3bc.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-d0b5a9931f42a80a.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-808e28d3d3156bbe.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-cb012b6dc451b338.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-f2abfcb6c70cf6ba.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-9d0180ae373a0d5a.rmeta --extern helios_fusion=/work/oxidecomputer/omicron/target/debug/deps/libhelios_fusion-cb67488739707fb2.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-b276aeecfca09511.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3c99362b4aacff3c.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b1078066b701b737.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-bf28e9e8844d3f92.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-37f0d0a84d6f098c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-324b2074a3fb0001.rmeta --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-149bf062a55f7e25.rmeta --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-246d6fa55de99b00.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1dc92e8732813f8f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.rmeta --extern shlex=/work/oxidecomputer/omicron/target/debug/deps/libshlex-cadfa44e68aa87aa.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-e86e706d4526321b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-8053178730bb7d03.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5e0f716cf1967241.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dc2ac240cbe2519e.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-2350a122b2a13229.rmeta -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib`
35302023-09-29T22:53:52.925Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/nexus-client)
35312023-09-29T22:53:52.929Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_client --edition=2021 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=eda69919e1616b12 -C extra-filename=-eda69919e1616b12 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5bb86fda6cf178b2.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-9d0180ae373a0d5a.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-b276aeecfca09511.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-37f0d0a84d6f098c.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-33fd68b208357d32.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-324b2074a3fb0001.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-aee9c80b0792b161.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-c688f5001495eed8.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d7b7fcd8659abd52.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1dc92e8732813f8f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-44d94bd17ea2528f.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dc2ac240cbe2519e.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/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-edfc071a8662c2dd/out/lib`
35322023-09-29T22:53:53.265Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
35332023-09-29T22:53:53.297Z Running `/home/build/.rustup/toolchains/1.72.1-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=18a73de380bbdb11 -C extra-filename=-18a73de380bbdb11 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-60cc23ed68c4a18e.so --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-c999d1ce9b89f2c6.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-37f0d0a84d6f098c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-324b2074a3fb0001.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-7c5067f78a51f690.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-c322e7d3eef85d01.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-8053178730bb7d03.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5e0f716cf1967241.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-302d0b30a73469bd.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/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-edfc071a8662c2dd/out/lib`
35342023-09-29T22:53:53.884Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
35352023-09-29T22:53:54.356Z Running `/home/build/.rustup/toolchains/1.72.1-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=3f84cf961f7607bd -C extra-filename=-3f84cf961f7607bd --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-cd943cd2dfeb8306.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5bb86fda6cf178b2.rmeta --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-89fbc6e9413c9530.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-37f0d0a84d6f098c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-324b2074a3fb0001.rmeta --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-b4e6640b4ee79a9d.so --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1dc92e8732813f8f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-8053178730bb7d03.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dc2ac240cbe2519e.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/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-edfc071a8662c2dd/out/lib`
35362023-09-29T22:53:54.779Z Compiling helios-protostar v0.1.0 (/work/oxidecomputer/omicron/helios/protostar)
35372023-09-29T22:53:54.782Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name helios_protostar --edition=2021 helios/protostar/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=3ef3bf87873d7fbd -C extra-filename=-3ef3bf87873d7fbd --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-476b9f9fc2bea332.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-60cc23ed68c4a18e.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-808e28d3d3156bbe.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-cb012b6dc451b338.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-9d0180ae373a0d5a.rmeta --extern helios_fusion=/work/oxidecomputer/omicron/target/debug/deps/libhelios_fusion-cb67488739707fb2.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3c99362b4aacff3c.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b1078066b701b737.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-37f0d0a84d6f098c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-324b2074a3fb0001.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1dc92e8732813f8f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.rmeta --extern shlex=/work/oxidecomputer/omicron/target/debug/deps/libshlex-cadfa44e68aa87aa.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-e86e706d4526321b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-8053178730bb7d03.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5e0f716cf1967241.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dc2ac240cbe2519e.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-2350a122b2a13229.rmeta -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib`
35382023-09-29T22:53:54.869Z Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
35392023-09-29T22:53:54.916Z Running `/home/build/.rustup/toolchains/1.72.1-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=b1c951a496c2c819 -C extra-filename=-b1c951a496c2c819 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-476b9f9fc2bea332.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5bb86fda6cf178b2.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-6bbc0478e132958e.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-9d0180ae373a0d5a.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-d93f984b20af488a.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-37f0d0a84d6f098c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-324b2074a3fb0001.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d7b7fcd8659abd52.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-8053178730bb7d03.rmeta --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-f3b53926e737ee37.rmeta --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-6f5f42fb536bcce2.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dc2ac240cbe2519e.rmeta -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib`
35402023-09-29T22:53:55.590Z Compiling ipcc-key-value v0.1.0 (/work/oxidecomputer/omicron/ipcc-key-value)
35412023-09-29T22:53:55.728Z Running `/home/build/.rustup/toolchains/1.72.1-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=ac1222da151c69c7 -C extra-filename=-ac1222da151c69c7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-bebe03e21160a1ee.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b1078066b701b737.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-37f0d0a84d6f098c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-324b2074a3fb0001.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-8053178730bb7d03.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dc2ac240cbe2519e.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/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-edfc071a8662c2dd/out/lib`
35422023-09-29T22:53:59.099Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
35432023-09-29T22:53:59.110Z Running `/home/build/.rustup/toolchains/1.72.1-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=48e9c39ef541799e -C extra-filename=-48e9c39ef541799e --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-476b9f9fc2bea332.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-808e28d3d3156bbe.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-0ec197d7794bc6d8.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-37f0d0a84d6f098c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-324b2074a3fb0001.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1dc92e8732813f8f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-44d94bd17ea2528f.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-379efc3a9bc52f1d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-8053178730bb7d03.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-32ea2071079ed19b.rmeta -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib`
35442023-09-29T22:54:00.550Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_client --edition=2021 nexus-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=feb6c364c0c55c70 -C extra-filename=-feb6c364c0c55c70 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-389c900f15cd9ab5.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b9016aee0b2ff754.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-90d5128af6f923ab.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-23e95df5c1119974.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-12e4d27e8552c467.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9ae622a9a5eea42c.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-fe70df015a506aa6.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-ebe19ba3b8a7e9d3.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f65baf3f29cf1fd8.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-46cf70536623e002.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc95c778b5981b46.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-51c9b43c2331a342.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d16491bfbae9b4be.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/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-edfc071a8662c2dd/out/lib`
35452023-09-29T22:54:01.152Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/sled-agent-client)
35462023-09-29T22:54:01.158Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_client --edition=2021 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=10f29854c0fa36bc -C extra-filename=-10f29854c0fa36bc --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-60cc23ed68c4a18e.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5bb86fda6cf178b2.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-b276aeecfca09511.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-37f0d0a84d6f098c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-324b2074a3fb0001.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-aee9c80b0792b161.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-c688f5001495eed8.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d7b7fcd8659abd52.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dc2ac240cbe2519e.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/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-edfc071a8662c2dd/out/lib`
35472023-09-29T22:54:02.745Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8a11c709)
35482023-09-29T22:54:02.751Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter --edition=2021 /home/build/.cargo/git/checkouts/omicron-d039c41f152bda83/8a11c70/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=4c98c10f26e568ca -C extra-filename=-4c98c10f26e568ca --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-cd943cd2dfeb8306.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5bb86fda6cf178b2.rmeta --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-89fbc6e9413c9530.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-499fbe0624fa3aaa.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-54ae549630289950.rmeta --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-a54b197122004f36.so --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1dc92e8732813f8f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-8053178730bb7d03.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dc2ac240cbe2519e.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/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-edfc071a8662c2dd/out/lib`
35492023-09-29T22:54:04.094Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8a11c709)
35502023-09-29T22:54:04.122Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_client --edition=2021 /home/build/.cargo/git/checkouts/omicron-d039c41f152bda83/8a11c70/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=c59e0a172ade2e17 -C extra-filename=-c59e0a172ade2e17 --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-5bb86fda6cf178b2.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-9d0180ae373a0d5a.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-b276aeecfca09511.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-499fbe0624fa3aaa.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-1e6509b77c1a1baf.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-54ae549630289950.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-aee9c80b0792b161.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-c688f5001495eed8.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d7b7fcd8659abd52.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1dc92e8732813f8f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-44d94bd17ea2528f.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dc2ac240cbe2519e.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/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-edfc071a8662c2dd/out/lib`
35512023-09-29T22:54:08.348Z Running `/home/build/.rustup/toolchains/1.72.1-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=c4b5cbfd24103951 -C extra-filename=-c4b5cbfd24103951 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6f7a908a904e9351.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-60cc23ed68c4a18e.so --extern bhyve_api=/work/oxidecomputer/omicron/target/debug/deps/libbhyve_api-6b95af0c742ccf10.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-d55331612fb42c01.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-cb608edbae315470.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3c0e7eb12fc38c46.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-2e1d16e1b4fcec6f.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b9016aee0b2ff754.rmeta --extern helios_fusion=/work/oxidecomputer/omicron/target/debug/deps/libhelios_fusion-8ec68869ea0a3797.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-90d5128af6f923ab.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3f89cd07508cd947.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-63f81b35d4dc5fb3.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-f3c2b794fd3ba65d.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-23e95df5c1119974.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9ae622a9a5eea42c.rmeta --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-24f0fa0cd1f569b3.rmeta --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-3c706069d5910498.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-46cf70536623e002.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc95c778b5981b46.rmeta --extern shlex=/work/oxidecomputer/omicron/target/debug/deps/libshlex-94216021c626f992.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-49c733e7b75e0509.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-260eeb8cfcbdf125.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-49b043b2e705bbca.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d16491bfbae9b4be.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-d9fb5d9c45245005.rmeta -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib`
35522023-09-29T22:54:14.459Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
35532023-09-29T22:54:14.469Z Running `/home/build/.rustup/toolchains/1.72.1-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=4b96c2054cafe633 -C extra-filename=-4b96c2054cafe633 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-476b9f9fc2bea332.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-808e28d3d3156bbe.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-cb012b6dc451b338.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-9d0180ae373a0d5a.rmeta --extern helios_fusion=/work/oxidecomputer/omicron/target/debug/deps/libhelios_fusion-cb67488739707fb2.rmeta --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-57a8b0edf70b218e.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-0ec197d7794bc6d8.rmeta --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-18a73de380bbdb11.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b1078066b701b737.rmeta --extern libefi_illumos=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_illumos-213ec371ede6b90d.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-bf28e9e8844d3f92.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-eda69919e1616b12.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-37f0d0a84d6f098c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-324b2074a3fb0001.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0d3d8ad1198c025f.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1dc92e8732813f8f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-8053178730bb7d03.rmeta --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-5941d5c4cf23b7c4.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5e0f716cf1967241.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dc2ac240cbe2519e.rmeta -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-90f02ad9d4473dcd/out`
35542023-09-29T22:54:14.602Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
35552023-09-29T22:54:14.652Z Running `/home/build/.rustup/toolchains/1.72.1-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=8eb9911f02472cbc -C extra-filename=-8eb9911f02472cbc --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-0cd7c1614351d401.rmeta --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-7361b1a016d3615a.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-37f0d0a84d6f098c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-324b2074a3fb0001.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-5555fe38eefbe002.rmeta --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-0d9a196b096a38cf.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-8053178730bb7d03.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/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-edfc071a8662c2dd/out/lib`
35562023-09-29T22:54:15.576Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
35572023-09-29T22:54:15.580Z Running `/home/build/.rustup/toolchains/1.72.1-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=281533dae7303396 -C extra-filename=-281533dae7303396 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5bb86fda6cf178b2.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d748b2183013de2e.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-eda69919e1616b12.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-37f0d0a84d6f098c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-324b2074a3fb0001.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-3f84cf961f7607bd.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d7b7fcd8659abd52.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1dc92e8732813f8f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-cbb2edabe35d1de2.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-8053178730bb7d03.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5e0f716cf1967241.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dc2ac240cbe2519e.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/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-edfc071a8662c2dd/out/lib`
35582023-09-29T22:54:16.137Z Running `/home/build/.rustup/toolchains/1.72.1-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=b88ee39e995b59a9 -C extra-filename=-b88ee39e995b59a9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c2cb76b03f094493.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-389c900f15cd9ab5.rmeta --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-da6f485cf295e7f0.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-23e95df5c1119974.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9ae622a9a5eea42c.rmeta --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-b4e6640b4ee79a9d.so --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-46cf70536623e002.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc95c778b5981b46.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-260eeb8cfcbdf125.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d16491bfbae9b4be.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/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-edfc071a8662c2dd/out/lib`
35592023-09-29T22:54:20.414Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name ddm_admin_client --edition=2021 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=d23e05604d0fd4cd -C extra-filename=-d23e05604d0fd4cd --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-7299ccd4570522b5.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-37f0d0a84d6f098c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-324b2074a3fb0001.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-a88469ec7f128e6e.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d7b7fcd8659abd52.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-4b96c2054cafe633.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-8053178730bb7d03.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5e0f716cf1967241.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/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-edfc071a8662c2dd/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-90f02ad9d4473dcd/out`
35602023-09-29T22:54:22.424Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/bootstrap-agent-client)
35612023-09-29T22:54:22.907Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name bootstrap_agent_client --edition=2021 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=d18d288ecd8cb7f3 -C extra-filename=-d18d288ecd8cb7f3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-60cc23ed68c4a18e.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5bb86fda6cf178b2.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-b276aeecfca09511.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-37f0d0a84d6f098c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-324b2074a3fb0001.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-aee9c80b0792b161.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-c688f5001495eed8.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d7b7fcd8659abd52.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1dc92e8732813f8f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-4b96c2054cafe633.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dc2ac240cbe2519e.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/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-edfc071a8662c2dd/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-90f02ad9d4473dcd/out`
35622023-09-29T22:54:22.911Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8a11c709)
35632023-09-29T22:54:23.351Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_producer --edition=2021 /home/build/.cargo/git/checkouts/omicron-d039c41f152bda83/8a11c70/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=a6f3e73bf1985bee -C extra-filename=-a6f3e73bf1985bee --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-5bb86fda6cf178b2.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d748b2183013de2e.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-c59e0a172ade2e17.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-499fbe0624fa3aaa.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-54ae549630289950.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-4c98c10f26e568ca.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d7b7fcd8659abd52.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1dc92e8732813f8f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-cbb2edabe35d1de2.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-8053178730bb7d03.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5e0f716cf1967241.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dc2ac240cbe2519e.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/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-edfc071a8662c2dd/out/lib`
35642023-09-29T22:54:24.991Z Running `/home/build/.rustup/toolchains/1.72.1-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=42ca3e9cf7532bd2 -C extra-filename=-42ca3e9cf7532bd2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-cd943cd2dfeb8306.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-808e28d3d3156bbe.rmeta --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-13d0ab9cc7fa5f0f.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-bebe03e21160a1ee.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-e6b4ea7ed68fff08.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-dba419b1193e8428.rmeta --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-c999d1ce9b89f2c6.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-37f0d0a84d6f098c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-324b2074a3fb0001.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-36095fb9666f8367.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0d3d8ad1198c025f.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-7c5067f78a51f690.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-379efc3a9bc52f1d.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-c322e7d3eef85d01.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-4b96c2054cafe633.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-8053178730bb7d03.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5e0f716cf1967241.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dc2ac240cbe2519e.rmeta --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-4e7847a749e035eb.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-302d0b30a73469bd.rmeta -D warnings -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/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-edfc071a8662c2dd/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-90f02ad9d4473dcd/out`
35652023-09-29T22:54:26.214Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
35662023-09-29T22:54:26.238Z Running `/home/build/.rustup/toolchains/1.72.1-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=7a39e0ef41d3695f -C extra-filename=-7a39e0ef41d3695f --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-476b9f9fc2bea332.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-60cc23ed68c4a18e.so --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-cd943cd2dfeb8306.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5bb86fda6cf178b2.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f3291acf8bc27552.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d748b2183013de2e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-324b2074a3fb0001.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-3f84cf961f7607bd.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-68bff4b9ff21c193.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d7b7fcd8659abd52.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1dc92e8732813f8f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-44d94bd17ea2528f.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-92bfa0559792adb6.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-8ffe1f66c77ddbe4.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-8053178730bb7d03.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5e0f716cf1967241.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-d22e7451ceeeb751.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dc2ac240cbe2519e.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/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-edfc071a8662c2dd/out/lib`
35672023-09-29T22:54:26.531Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
35682023-09-29T22:54:26.956Z Running `/home/build/.rustup/toolchains/1.72.1-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=cc6179eccce555fd -C extra-filename=-cc6179eccce555fd --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-476b9f9fc2bea332.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-60cc23ed68c4a18e.so --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-bebe03e21160a1ee.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f3291acf8bc27552.rmeta --extern crucible_smf=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_smf-fd059d6ef9cde0f5.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d748b2183013de2e.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-9d0180ae373a0d5a.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-c080090410978807.rmeta --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-482289eb481da89a.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-dba419b1193e8428.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-7a24d2e41697cd7a.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-d93f984b20af488a.rmeta --extern ipcc_key_value=/work/oxidecomputer/omicron/target/debug/deps/libipcc_key_value-ac1222da151c69c7.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-37f0d0a84d6f098c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-324b2074a3fb0001.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-dffc32915439d36d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1dc92e8732813f8f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.rmeta --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-78d2f9a252b6bfc3.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-6f1b9fc73aa4b6db.rmeta --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-c4e4247885d1d88f.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-cbb2edabe35d1de2.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-8053178730bb7d03.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5e0f716cf1967241.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-eb8bc694d9d2cf30.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-bfd9f666dcca999f.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-279a0d7c116fe1ff.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-b148462e64533cac.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dc2ac240cbe2519e.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64`
35692023-09-29T22:54:27.243Z Compiling internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8a11c709)
35702023-09-29T22:54:27.699Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name internal_dns --edition=2021 /home/build/.cargo/git/checkouts/omicron-d039c41f152bda83/8a11c70/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=bfac8449b98c8313 -C extra-filename=-bfac8449b98c8313 --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-476b9f9fc2bea332.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5bb86fda6cf178b2.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-038c8376798c6d5e.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-9d0180ae373a0d5a.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-d93f984b20af488a.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-499fbe0624fa3aaa.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-54ae549630289950.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d7b7fcd8659abd52.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-8053178730bb7d03.rmeta --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-f3b53926e737ee37.rmeta --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-6f5f42fb536bcce2.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dc2ac240cbe2519e.rmeta --cap-lints allow -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib`
35712023-09-29T22:54:27.724Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
35722023-09-29T22:54:27.735Z Running `/home/build/.rustup/toolchains/1.72.1-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=66cf91eedcc6f331 -C extra-filename=-66cf91eedcc6f331 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-476b9f9fc2bea332.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-19c76a379aaa4dad.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-37f0d0a84d6f098c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-324b2074a3fb0001.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1dc92e8732813f8f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-44d94bd17ea2528f.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-8053178730bb7d03.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-32ea2071079ed19b.rmeta -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib`
35732023-09-29T22:54:29.599Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
35742023-09-29T22:54:29.604Z Running `/home/build/.rustup/toolchains/1.72.1-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=8262e5b434615454 -C extra-filename=-8262e5b434615454 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-476b9f9fc2bea332.rmeta --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-56c29c24e4f6a209.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-7153363a1fac6343.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5bb86fda6cf178b2.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-6bbc0478e132958e.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-9d0180ae373a0d5a.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-b22b6623aaea9916.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-37f0d0a84d6f098c.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-33fd68b208357d32.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-324b2074a3fb0001.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-5555fe38eefbe002.rmeta --extern openssl_probe=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_probe-41c6f4d0ac14140f.rmeta --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-0d9a196b096a38cf.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-3f69459e66aab1ce.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1dc92e8732813f8f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-44d94bd17ea2528f.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-4310ba65bd69c4c1.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-36343ff9b281ab4a.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dc2ac240cbe2519e.rmeta -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib`
35752023-09-29T22:54:31.807Z Running `/home/build/.rustup/toolchains/1.72.1-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=7af70c07ebf0bade -C extra-filename=-7af70c07ebf0bade --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6f7a908a904e9351.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-389c900f15cd9ab5.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-ce0f6870ad90fbc7.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b9016aee0b2ff754.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-9b45e1d330082d76.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-23e95df5c1119974.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9ae622a9a5eea42c.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f65baf3f29cf1fd8.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-260eeb8cfcbdf125.rmeta --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-937d62598852268e.rmeta --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-a921a73ee678412e.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d16491bfbae9b4be.rmeta -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib`
35762023-09-29T22:54:32.619Z Compiling helios-tokamak v0.1.0 (/work/oxidecomputer/omicron/helios/tokamak)
35772023-09-29T22:54:33.048Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name helios_tokamak --edition=2021 helios/tokamak/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=9b94f471f66ba0e8 -C extra-filename=-9b94f471f66ba0e8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-476b9f9fc2bea332.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-60cc23ed68c4a18e.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-808e28d3d3156bbe.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-cb012b6dc451b338.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-9d0180ae373a0d5a.rmeta --extern helios_fusion=/work/oxidecomputer/omicron/target/debug/deps/libhelios_fusion-cb67488739707fb2.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3c99362b4aacff3c.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b1078066b701b737.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-37f0d0a84d6f098c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-324b2074a3fb0001.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1dc92e8732813f8f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.rmeta --extern shlex=/work/oxidecomputer/omicron/target/debug/deps/libshlex-cadfa44e68aa87aa.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-e86e706d4526321b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-8053178730bb7d03.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5e0f716cf1967241.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dc2ac240cbe2519e.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-2350a122b2a13229.rmeta -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib`
35782023-09-29T22:54:34.136Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
35792023-09-29T22:54:34.140Z Running `/home/build/.rustup/toolchains/1.72.1-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=d69ea40ba262d5fd -C extra-filename=-d69ea40ba262d5fd --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-b276aeecfca09511.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-31315c5ec54d9eb8.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-37f0d0a84d6f098c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-324b2074a3fb0001.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0d3d8ad1198c025f.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-44d94bd17ea2528f.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/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-edfc071a8662c2dd/out/lib`
35802023-09-29T22:54:34.814Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_client --edition=2021 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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=2e0b3d316fa92d48 -C extra-filename=-2e0b3d316fa92d48 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-60cc23ed68c4a18e.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-389c900f15cd9ab5.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-90d5128af6f923ab.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-23e95df5c1119974.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9ae622a9a5eea42c.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-fe70df015a506aa6.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-ebe19ba3b8a7e9d3.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f65baf3f29cf1fd8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc95c778b5981b46.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d16491bfbae9b4be.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/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-edfc071a8662c2dd/out/lib`
35812023-09-29T22:54:36.951Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
35822023-09-29T22:54:36.958Z Running `/home/build/.rustup/toolchains/1.72.1-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=13bc16cdbcec162e -C extra-filename=-13bc16cdbcec162e --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-476b9f9fc2bea332.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-0ddc43cc19bbef14.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-cd943cd2dfeb8306.rmeta --extern bytesize=/work/oxidecomputer/omicron/target/debug/deps/libbytesize-10a1f789afeed1e8.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-808e28d3d3156bbe.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-768088b73c731f87.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5bb86fda6cf178b2.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-f2abfcb6c70cf6ba.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-ce48581fbc14b01d.rmeta --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-08b016a9188ac00e.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-dba419b1193e8428.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-942d365c014cdf5a.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3c99362b4aacff3c.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-37f0d0a84d6f098c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-324b2074a3fb0001.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0d3d8ad1198c025f.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-ab830bac25aeb8d2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-44d94bd17ea2528f.rmeta --extern serde_path_to_error=/work/oxidecomputer/omicron/target/debug/deps/libserde_path_to_error-4c46b1e7baba2f2f.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-cdaede9525bfee06.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-f49480703b44d645.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-b148462e64533cac.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-a3efd6033cf85ff8.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-4ddeb6fc7fa00215.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-06f0968db49a577c.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64`
35832023-09-29T22:54:37.742Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
35842023-09-29T22:54:37.745Z Running `/home/build/.rustup/toolchains/1.72.1-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=393ab711ab29d7e5 -C extra-filename=-393ab711ab29d7e5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f3291acf8bc27552.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d748b2183013de2e.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-9d0180ae373a0d5a.rmeta --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-b1c951a496c2c819.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-eda69919e1616b12.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-37f0d0a84d6f098c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-324b2074a3fb0001.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-3f84cf961f7607bd.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-7a39e0ef41d3695f.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d7b7fcd8659abd52.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-cbb2edabe35d1de2.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-8053178730bb7d03.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5e0f716cf1967241.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-b148462e64533cac.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dc2ac240cbe2519e.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/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-edfc071a8662c2dd/out/lib`
35852023-09-29T22:54:48.171Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
35862023-09-29T22:54:48.232Z Running `/home/build/.rustup/toolchains/1.72.1-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=698ff04697f49b8c -C extra-filename=-698ff04697f49b8c --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-476b9f9fc2bea332.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-60cc23ed68c4a18e.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f3291acf8bc27552.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d748b2183013de2e.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-9d0180ae373a0d5a.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-c080090410978807.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-dba419b1193e8428.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-37f0d0a84d6f098c.rmeta --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-cc6179eccce555fd.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-324b2074a3fb0001.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-cbb2edabe35d1de2.rmeta --extern sprockets_rot=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_rot-a8b4bcee3ea5a556.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-8053178730bb7d03.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5e0f716cf1967241.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-b148462e64533cac.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/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-edfc071a8662c2dd/out/lib`
35872023-09-29T22:54:48.738Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/wicketd-client)
35882023-09-29T22:54:48.754Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name wicketd_client --edition=2021 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=3fc486b199d17aaf -C extra-filename=-3fc486b199d17aaf --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5bb86fda6cf178b2.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-48e9c39ef541799e.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-b276aeecfca09511.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-324b2074a3fb0001.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-aee9c80b0792b161.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-c688f5001495eed8.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d7b7fcd8659abd52.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1dc92e8732813f8f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-44d94bd17ea2528f.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-32ea2071079ed19b.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dc2ac240cbe2519e.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-66cf91eedcc6f331.rmeta -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib`
35892023-09-29T22:55:17.253Z Running `/home/build/.rustup/toolchains/1.72.1-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=eaf5b4e93803d8dc -C extra-filename=-eaf5b4e93803d8dc --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-476b9f9fc2bea332.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5bb86fda6cf178b2.rmeta --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-c41499250016917c.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-11c063e1ea77d67b.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-dba419b1193e8428.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-b276aeecfca09511.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-bf28e9e8844d3f92.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-b22b6623aaea9916.rmeta --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-d69ea40ba262d5fd.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-8262e5b434615454.rmeta --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-8eb9911f02472cbc.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-37f0d0a84d6f098c.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-33fd68b208357d32.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-324b2074a3fb0001.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-3f69459e66aab1ce.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-36095fb9666f8367.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0d3d8ad1198c025f.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-ea5fedba9be4e455.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1dc92e8732813f8f.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-58a1a56fb7e968b5.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-44d94bd17ea2528f.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-10f29854c0fa36bc.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-4310ba65bd69c4c1.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-36343ff9b281ab4a.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-8053178730bb7d03.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dc2ac240cbe2519e.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-3a9eefe523799152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib`
35902023-09-29T22:55:18.191Z Running `/home/build/.rustup/toolchains/1.72.1-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=601ae44d593f4ce5 -C extra-filename=-601ae44d593f4ce5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-60cc23ed68c4a18e.so --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-0a99df0b13659e06.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-23e95df5c1119974.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9ae622a9a5eea42c.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-ccdf0591216ecc66.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-477e756473a1104a.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-260eeb8cfcbdf125.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-49b043b2e705bbca.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-4533caa2ab54e991.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/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-edfc071a8662c2dd/out/lib`
35912023-09-29T22:55:18.818Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
35922023-09-29T22:55:19.455Z Running `/home/build/.rustup/toolchains/1.72.1-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 metadata=9d0e8fab1b8d6fce -C extra-filename=-9d0e8fab1b8d6fce --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-nexus-9d0e8fab1b8d6fce -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-1f4c613c8c5a2c3b.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib`
35932023-09-29T22:55:20.305Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name dpd_client --edition=2021 dpd-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=fbef286758bd5d1f -C extra-filename=-fbef286758bd5d1f --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-389c900f15cd9ab5.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b9016aee0b2ff754.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-587e107ed5d6e0f1.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-90d5128af6f923ab.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9ae622a9a5eea42c.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-4e0b428177e0cd76.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-f96502417fd063e7.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-ebe19ba3b8a7e9d3.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f65baf3f29cf1fd8.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-46cf70536623e002.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc95c778b5981b46.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d16491bfbae9b4be.rmeta -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib`
35942023-09-29T22:55:21.125Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-nexus-9d0e8fab1b8d6fce/build-script-build`
35952023-09-29T22:55:21.544Z Running `/home/build/.rustup/toolchains/1.72.1-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=7e7e4ea483b2190a -C extra-filename=-7e7e4ea483b2190a --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6f7a908a904e9351.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-cb608edbae315470.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3c0e7eb12fc38c46.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b9016aee0b2ff754.rmeta --extern helios_fusion=/work/oxidecomputer/omicron/target/debug/deps/libhelios_fusion-8ec68869ea0a3797.rmeta --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-f55ac8204772e253.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-c4b5cbfd24103951.rmeta --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-601ae44d593f4ce5.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-63f81b35d4dc5fb3.rmeta --extern libefi_illumos=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_illumos-3e29270f344330ed.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-f3c2b794fd3ba65d.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-feb6c364c0c55c70.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-23e95df5c1119974.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9ae622a9a5eea42c.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-f96502417fd063e7.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-46cf70536623e002.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc95c778b5981b46.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-260eeb8cfcbdf125.rmeta --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-9c21b50a148b8d26.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-49b043b2e705bbca.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d16491bfbae9b4be.rmeta -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-90f02ad9d4473dcd/out`
35962023-09-29T22:55:21.678Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
35972023-09-29T22:55:22.096Z Running `/home/build/.rustup/toolchains/1.72.1-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=e3e3e978e51c2a5a -C extra-filename=-e3e3e978e51c2a5a --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-808e28d3d3156bbe.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d748b2183013de2e.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-c080090410978807.rmeta --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-cc6179eccce555fd.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-75851c7d92fec59f.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-324b2074a3fb0001.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-698ff04697f49b8c.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5e0f716cf1967241.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dc2ac240cbe2519e.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64`
35982023-09-29T22:55:33.567Z Compiling oso v0.26.4
35992023-09-29T22:55:34.937Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name oso --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/oso-0.26.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="derive"' --cfg 'feature="oso-derive"' -C metadata=22d97a6c3d12ac80 -C extra-filename=-22d97a6c3d12ac80 --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-f771e6df21d51c33.so --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-31315c5ec54d9eb8.rmeta --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-f8a186bb5dc45b01.rmeta --extern oso_derive=/work/oxidecomputer/omicron/target/debug/deps/liboso_derive-10cf31dc273ef924.so --extern polar_core=/work/oxidecomputer/omicron/target/debug/deps/libpolar_core-ae5f3d3a485a9062.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-8053178730bb7d03.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-6003d920eb9b3761.rmeta --cap-lints allow -D warnings`
36002023-09-29T22:55:35.261Z Running `/home/build/.rustup/toolchains/1.72.1-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=2522a2324142c852 -C extra-filename=-2522a2324142c852 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-dbe076e154597cdc.rmeta --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-a048596724bee275.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-23e95df5c1119974.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9ae622a9a5eea42c.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-d897181a24d00bd2.rmeta --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-bc499487ad0da46c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-260eeb8cfcbdf125.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/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-edfc071a8662c2dd/out/lib`
36012023-09-29T22:55:35.411Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/oximeter-client)
36022023-09-29T22:55:35.718Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_client --edition=2021 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=6bb1b6eed7d6713d -C extra-filename=-6bb1b6eed7d6713d --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5bb86fda6cf178b2.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-37f0d0a84d6f098c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-324b2074a3fb0001.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-aee9c80b0792b161.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d7b7fcd8659abd52.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dc2ac240cbe2519e.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/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-edfc071a8662c2dd/out/lib`
36032023-09-29T22:55:36.122Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
36042023-09-29T22:55:36.189Z Running `/home/build/.rustup/toolchains/1.72.1-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=d2dcc37cec859989 -C extra-filename=-d2dcc37cec859989 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-60cc23ed68c4a18e.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d748b2183013de2e.rmeta --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-b1c951a496c2c819.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-8262e5b434615454.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-37f0d0a84d6f098c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-324b2074a3fb0001.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dc2ac240cbe2519e.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/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-edfc071a8662c2dd/out/lib`
36052023-09-29T22:55:36.395Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_passwords --edition=2021 /home/build/.cargo/git/checkouts/omicron-d039c41f152bda83/8a11c70/passwords/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=4b391d4d17b5e08e -C extra-filename=-4b391d4d17b5e08e --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-830ec76ac7c128a3.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-adf76a5ccd6c49a4.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-f96502417fd063e7.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-46cf70536623e002.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc95c778b5981b46.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-4a872a0a4e25b1eb.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-260eeb8cfcbdf125.rmeta --cap-lints allow -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib`
36062023-09-29T22:55:36.474Z Running `/home/build/.rustup/toolchains/1.72.1-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=7996a1cd01fd9a79 -C extra-filename=-7996a1cd01fd9a79 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-389c900f15cd9ab5.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c216cf50d7c187a6.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-feb6c364c0c55c70.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-23e95df5c1119974.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9ae622a9a5eea42c.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-b88ee39e995b59a9.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f65baf3f29cf1fd8.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-46cf70536623e002.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc95c778b5981b46.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-5bc7046f223dcd91.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-260eeb8cfcbdf125.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-49b043b2e705bbca.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d16491bfbae9b4be.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/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-edfc071a8662c2dd/out/lib`
36072023-09-29T22:55:36.537Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_client --edition=2021 /home/build/.cargo/git/checkouts/omicron-d039c41f152bda83/8a11c70/nexus-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=79c51ba899dc01c6 -C extra-filename=-79c51ba899dc01c6 --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-389c900f15cd9ab5.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b9016aee0b2ff754.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-90d5128af6f923ab.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6b409d9454ca0f4a.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4b391d4d17b5e08e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-adf76a5ccd6c49a4.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-fe70df015a506aa6.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-ebe19ba3b8a7e9d3.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f65baf3f29cf1fd8.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-46cf70536623e002.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc95c778b5981b46.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-51c9b43c2331a342.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d16491bfbae9b4be.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/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-edfc071a8662c2dd/out/lib`
36082023-09-29T22:55:36.579Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter --edition=2021 /home/build/.cargo/git/checkouts/omicron-d039c41f152bda83/8a11c70/oximeter/oximeter/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=0c269cd1747c6358 -C extra-filename=-0c269cd1747c6358 --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-c2cb76b03f094493.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-389c900f15cd9ab5.rmeta --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-da6f485cf295e7f0.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6b409d9454ca0f4a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-adf76a5ccd6c49a4.rmeta --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-a54b197122004f36.so --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-46cf70536623e002.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc95c778b5981b46.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-260eeb8cfcbdf125.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d16491bfbae9b4be.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/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-edfc071a8662c2dd/out/lib`
36092023-09-29T22:55:36.635Z Running `/home/build/.rustup/toolchains/1.72.1-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=0fa0e751b4bc566f -C extra-filename=-0fa0e751b4bc566f --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6f7a908a904e9351.rmeta --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-56c29c24e4f6a209.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-f517da13a8b686da.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-389c900f15cd9ab5.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-ce0f6870ad90fbc7.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b9016aee0b2ff754.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-6e0b9f7bf94a5b1d.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-23e95df5c1119974.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-12e4d27e8552c467.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9ae622a9a5eea42c.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-d897181a24d00bd2.rmeta --extern openssl_probe=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_probe-a453485417867f18.rmeta --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-bc499487ad0da46c.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-f3cc8d9f28b4816f.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-46cf70536623e002.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc95c778b5981b46.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-51c9b43c2331a342.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-bf92d80ae6a1a3bc.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c60d09f5d36f63fa.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d16491bfbae9b4be.rmeta -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib`
36102023-09-29T22:55:36.659Z Running `/home/build/.rustup/toolchains/1.72.1-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=054cd0d88ea77368 -C extra-filename=-054cd0d88ea77368 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6f7a908a904e9351.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-5dc0e0746df29f73.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-2e1d16e1b4fcec6f.rmeta --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-718c444102156aa7.so --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-c3c28f089340dd8e.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b9016aee0b2ff754.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-7e773befd96d3cd8.rmeta --extern linear_map=/work/oxidecomputer/omicron/target/debug/deps/liblinear_map-ee7665d458dd6e37.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9ae622a9a5eea42c.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-e4ee62a2df3d7f7b.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-46cf70536623e002.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc95c778b5981b46.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-51c9b43c2331a342.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-4a872a0a4e25b1eb.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-49b043b2e705bbca.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d16491bfbae9b4be.rmeta -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib`
36112023-09-29T22:55:36.697Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name bootstrap_agent_client --edition=2021 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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=38cc4c66365f0fd4 -C extra-filename=-38cc4c66365f0fd4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-60cc23ed68c4a18e.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-389c900f15cd9ab5.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-90d5128af6f923ab.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-23e95df5c1119974.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9ae622a9a5eea42c.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-fe70df015a506aa6.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-ebe19ba3b8a7e9d3.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f65baf3f29cf1fd8.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-46cf70536623e002.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc95c778b5981b46.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-7e7e4ea483b2190a.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d16491bfbae9b4be.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/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-edfc071a8662c2dd/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-90f02ad9d4473dcd/out`
36122023-09-29T22:55:36.724Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name ddm_admin_client --edition=2021 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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=92885fa4bce3cd2e -C extra-filename=-92885fa4bce3cd2e --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-c3c28f089340dd8e.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-23e95df5c1119974.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9ae622a9a5eea42c.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-4e0b428177e0cd76.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f65baf3f29cf1fd8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc95c778b5981b46.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-7e7e4ea483b2190a.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-260eeb8cfcbdf125.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-49b043b2e705bbca.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/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-edfc071a8662c2dd/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-90f02ad9d4473dcd/out`
36132023-09-29T22:55:36.756Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
36142023-09-29T22:55:36.801Z Running `/home/build/.rustup/toolchains/1.72.1-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"' -C metadata=79688e570d16e697 -C extra-filename=-79688e570d16e697 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5bb86fda6cf178b2.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d748b2183013de2e.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-9d0180ae373a0d5a.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-7a24d2e41697cd7a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-324b2074a3fb0001.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-3f84cf961f7607bd.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5e0f716cf1967241.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dc2ac240cbe2519e.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/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-edfc071a8662c2dd/out/lib`
36152023-09-29T22:55:36.830Z Running `/home/build/.rustup/toolchains/1.72.1-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=e519e456ce29f774 -C extra-filename=-e519e456ce29f774 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-90d5128af6f923ab.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-5989520b66fa0dce.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-23e95df5c1119974.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9ae622a9a5eea42c.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-f96502417fd063e7.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-51c9b43c2331a342.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/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-edfc071a8662c2dd/out/lib`
36162023-09-29T22:55:36.843Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_producer --edition=2021 /home/build/.cargo/git/checkouts/omicron-d039c41f152bda83/8a11c70/oximeter/producer/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=e4c739dd31baa642 -C extra-filename=-e4c739dd31baa642 --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-389c900f15cd9ab5.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c216cf50d7c187a6.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-79c51ba899dc01c6.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6b409d9454ca0f4a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-adf76a5ccd6c49a4.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-0c269cd1747c6358.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f65baf3f29cf1fd8.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-46cf70536623e002.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc95c778b5981b46.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-5bc7046f223dcd91.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-260eeb8cfcbdf125.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-49b043b2e705bbca.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d16491bfbae9b4be.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/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-edfc071a8662c2dd/out/lib`
36172023-09-29T22:55:36.860Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name polar_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/polar-core-0.26.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' -C metadata=44fd3595d97cbcf5 -C extra-filename=-44fd3595d97cbcf5 --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-e5f78bf05c67c191.so --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-1a2e9d48937a2707.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc95c778b5981b46.rmeta --extern strum_macros=/work/oxidecomputer/omicron/target/debug/deps/libstrum_macros-aca75bfbc73798bb.so --cap-lints allow -D warnings`
36182023-09-29T22:55:36.887Z Running `/home/build/.rustup/toolchains/1.72.1-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=cb7e8236d3a0cf8b -C extra-filename=-cb7e8236d3a0cf8b --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6f7a908a904e9351.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-cb608edbae315470.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-c4b5cbfd24103951.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-23e95df5c1119974.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9ae622a9a5eea42c.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-46cf70536623e002.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc95c778b5981b46.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-51c9b43c2331a342.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-4a872a0a4e25b1eb.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-260eeb8cfcbdf125.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-054cd0d88ea77368.rmeta -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib`
36192023-09-29T22:55:36.911Z Running `/home/build/.rustup/toolchains/1.72.1-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=749661d8f8c746d2 -C extra-filename=-749661d8f8c746d2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6f7a908a904e9351.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-60cc23ed68c4a18e.so --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c2cb76b03f094493.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-389c900f15cd9ab5.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1a527d146b44fd95.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c216cf50d7c187a6.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9ae622a9a5eea42c.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-b88ee39e995b59a9.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-58f292f48fcf4f9e.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f65baf3f29cf1fd8.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-46cf70536623e002.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc95c778b5981b46.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-51c9b43c2331a342.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-ceb79fdff76abd9e.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-7ea5c210a1de1190.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-260eeb8cfcbdf125.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-49b043b2e705bbca.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-486dbcdf63113ca2.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d16491bfbae9b4be.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/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-edfc071a8662c2dd/out/lib`
36202023-09-29T22:55:36.931Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name dns_service_client --edition=2021 /home/build/.cargo/git/checkouts/omicron-d039c41f152bda83/8a11c70/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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=8c5230aa2ae40c71 -C extra-filename=-8c5230aa2ae40c71 --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-389c900f15cd9ab5.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-587e107ed5d6e0f1.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-adf76a5ccd6c49a4.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-fe70df015a506aa6.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f65baf3f29cf1fd8.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-46cf70536623e002.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc95c778b5981b46.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-51c9b43c2331a342.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d16491bfbae9b4be.rmeta --cap-lints allow -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib`
36212023-09-29T22:55:36.949Z Compiling installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/installinator-artifact-client)
36222023-09-29T22:55:36.972Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name installinator_artifact_client --edition=2021 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=347ef62b28682942 -C extra-filename=-347ef62b28682942 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-48e9c39ef541799e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-324b2074a3fb0001.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-aee9c80b0792b161.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-c688f5001495eed8.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d7b7fcd8659abd52.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1dc92e8732813f8f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-44d94bd17ea2528f.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-32ea2071079ed19b.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dc2ac240cbe2519e.rmeta -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib`
36232023-09-29T22:55:37.021Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name internal_dns --edition=2021 /home/build/.cargo/git/checkouts/omicron-d039c41f152bda83/8a11c70/internal-dns/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a733345a98cf793b -C extra-filename=-a733345a98cf793b --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-6f7a908a904e9351.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-389c900f15cd9ab5.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-8c5230aa2ae40c71.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b9016aee0b2ff754.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-9b45e1d330082d76.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6b409d9454ca0f4a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-adf76a5ccd6c49a4.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f65baf3f29cf1fd8.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-260eeb8cfcbdf125.rmeta --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-937d62598852268e.rmeta --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-a921a73ee678412e.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d16491bfbae9b4be.rmeta --cap-lints allow -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib`
36242023-09-29T22:55:37.079Z Running `/home/build/.rustup/toolchains/1.72.1-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=e77908ec9b4c9299 -C extra-filename=-e77908ec9b4c9299 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c2cb76b03f094493.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-cb608edbae315470.rmeta --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-b030014268249a1f.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-adb8857e287d7cd8.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-e6b4ea7ed68fff08.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-48dbb664544ec132.rmeta --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-0a99df0b13659e06.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-23e95df5c1119974.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9ae622a9a5eea42c.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-888510a1dffd1cc6.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-f96502417fd063e7.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-ccdf0591216ecc66.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc95c778b5981b46.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-4a872a0a4e25b1eb.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-477e756473a1104a.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-7e7e4ea483b2190a.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-260eeb8cfcbdf125.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-49b043b2e705bbca.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d16491bfbae9b4be.rmeta --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-3fe4b137b7150c40.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-4533caa2ab54e991.rmeta -D warnings -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/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-edfc071a8662c2dd/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-90f02ad9d4473dcd/out`
36252023-09-29T22:55:41.152Z Running `/home/build/.rustup/toolchains/1.72.1-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=17bddf21ee00e1e4 -C extra-filename=-17bddf21ee00e1e4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6f7a908a904e9351.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-389c900f15cd9ab5.rmeta --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-c41499250016917c.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-68dd85695126a27c.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-48dbb664544ec132.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-90d5128af6f923ab.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-f3c2b794fd3ba65d.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-6e0b9f7bf94a5b1d.rmeta --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-e519e456ce29f774.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-0fa0e751b4bc566f.rmeta --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-2522a2324142c852.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-23e95df5c1119974.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-12e4d27e8552c467.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9ae622a9a5eea42c.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-f3cc8d9f28b4816f.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-888510a1dffd1cc6.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-f96502417fd063e7.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-1d45bf268c01d3e5.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-46cf70536623e002.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-6ae8a16b46994acf.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc95c778b5981b46.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-51c9b43c2331a342.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-2e0b3d316fa92d48.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-bf92d80ae6a1a3bc.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c60d09f5d36f63fa.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-260eeb8cfcbdf125.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d16491bfbae9b4be.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-3a9eefe523799152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib`
36262023-09-29T22:55:45.006Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name oso --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/oso-0.26.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="oso-derive"' -C metadata=45b2a00b5f565070 -C extra-filename=-45b2a00b5f565070 --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-f771e6df21d51c33.so --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-5989520b66fa0dce.rmeta --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-817a6c1181774b8a.rmeta --extern oso_derive=/work/oxidecomputer/omicron/target/debug/deps/liboso_derive-10cf31dc273ef924.so --extern polar_core=/work/oxidecomputer/omicron/target/debug/deps/libpolar_core-44fd3595d97cbcf5.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-260eeb8cfcbdf125.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-985744b06020706f.rmeta --cap-lints allow -D warnings`
36272023-09-29T22:55:47.792Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
36282023-09-29T22:55:47.797Z Running `/home/build/.rustup/toolchains/1.72.1-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=ec7265bbfc66b361 -C extra-filename=-ec7265bbfc66b361 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-476b9f9fc2bea332.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-0ddc43cc19bbef14.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-808e28d3d3156bbe.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-bebe03e21160a1ee.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f3291acf8bc27552.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-9135144457177dfc.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-9d0180ae373a0d5a.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-dba419b1193e8428.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-f2067ebe1995322f.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-bf55098caea8d589.rmeta --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-5e0d519d9568c112.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3c99362b4aacff3c.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-37f0d0a84d6f098c.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-33fd68b208357d32.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-324b2074a3fb0001.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-dffc32915439d36d.rmeta --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-7925e2f5a7b97d4e.rmeta --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-2021ce6529bc4a83.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d7b7fcd8659abd52.rmeta --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-85d4451dffda6e9e.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-58a1a56fb7e968b5.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-44d94bd17ea2528f.rmeta --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-d1f7b310295782f5.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-92bfa0559792adb6.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-5cedeb988d1c300f.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-8ffe1f66c77ddbe4.rmeta --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-60adf71799d31a99.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5e0f716cf1967241.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-279a0d7c116fe1ff.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-b148462e64533cac.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-2709cafe9c62e500.rmeta --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-c747307cbf6839e5.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-b5773f86976bf9c1.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-32ea2071079ed19b.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-66cf91eedcc6f331.rmeta --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-3fc486b199d17aaf.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-302d0b30a73469bd.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/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-edfc071a8662c2dd/out/lib`
36292023-09-29T22:55:53.086Z Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
36302023-09-29T22:55:53.113Z Running `/home/build/.rustup/toolchains/1.72.1-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=afe8b4b884a674c0 -C extra-filename=-afe8b4b884a674c0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-476b9f9fc2bea332.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-808e28d3d3156bbe.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5bb86fda6cf178b2.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f3291acf8bc27552.rmeta --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-e62ba2e10ffad3b6.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-f2067ebe1995322f.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-37f0d0a84d6f098c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-324b2074a3fb0001.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-92bfa0559792adb6.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-5cedeb988d1c300f.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-8ffe1f66c77ddbe4.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-13bc16cdbcec162e.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/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-edfc071a8662c2dd/out/lib`
36312023-09-29T22:55:55.262Z Compiling installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd)
36322023-09-29T22:55:55.270Z Running `/home/build/.rustup/toolchains/1.72.1-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=5ecf653276abf444 -C extra-filename=-5ecf653276abf444 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-476b9f9fc2bea332.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-60cc23ed68c4a18e.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-808e28d3d3156bbe.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f3291acf8bc27552.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d748b2183013de2e.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-d93f984b20af488a.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-48e9c39ef541799e.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-37f0d0a84d6f098c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-324b2074a3fb0001.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1dc92e8732813f8f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-44d94bd17ea2528f.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5e0f716cf1967241.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dc2ac240cbe2519e.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/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-edfc071a8662c2dd/out/lib`
36332023-09-29T22:55:57.637Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name helios_protostar --edition=2021 helios/protostar/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=954f8cb45ccef705 -C extra-filename=-954f8cb45ccef705 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6f7a908a904e9351.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-60cc23ed68c4a18e.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-cb608edbae315470.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3c0e7eb12fc38c46.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b9016aee0b2ff754.rmeta --extern helios_fusion=/work/oxidecomputer/omicron/target/debug/deps/libhelios_fusion-8ec68869ea0a3797.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3f89cd07508cd947.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-63f81b35d4dc5fb3.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-23e95df5c1119974.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9ae622a9a5eea42c.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-46cf70536623e002.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc95c778b5981b46.rmeta --extern shlex=/work/oxidecomputer/omicron/target/debug/deps/libshlex-94216021c626f992.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-49c733e7b75e0509.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-260eeb8cfcbdf125.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-49b043b2e705bbca.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d16491bfbae9b4be.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-d9fb5d9c45245005.rmeta -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib`
36342023-09-29T22:55:58.852Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/oxide-client)
36352023-09-29T22:55:58.858Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name oxide_client --edition=2021 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=39192becd147c24f -C extra-filename=-39192becd147c24f --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-476b9f9fc2bea332.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-7153363a1fac6343.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5bb86fda6cf178b2.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-9d0180ae373a0d5a.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-7a24d2e41697cd7a.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-d93f984b20af488a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-324b2074a3fb0001.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-aee9c80b0792b161.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0d3d8ad1198c025f.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-c688f5001495eed8.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d7b7fcd8659abd52.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-44d94bd17ea2528f.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-8053178730bb7d03.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5e0f716cf1967241.rmeta --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-6f5f42fb536bcce2.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dc2ac240cbe2519e.rmeta -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib`
36362023-09-29T22:56:12.155Z Running `/home/build/.rustup/toolchains/1.72.1-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=c0b169083d80a2ed -C extra-filename=-c0b169083d80a2ed --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-60cc23ed68c4a18e.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c216cf50d7c187a6.rmeta --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-7af70c07ebf0bade.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-0fa0e751b4bc566f.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-23e95df5c1119974.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9ae622a9a5eea42c.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d16491bfbae9b4be.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/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-edfc071a8662c2dd/out/lib`
36372023-09-29T22:56:12.941Z Running `/home/build/.rustup/toolchains/1.72.1-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=045049d22f91e0b1 -C extra-filename=-045049d22f91e0b1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6f7a908a904e9351.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-8a665da6f0558c77.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-23e95df5c1119974.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9ae622a9a5eea42c.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-46cf70536623e002.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc95c778b5981b46.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-51c9b43c2331a342.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-260eeb8cfcbdf125.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-054cd0d88ea77368.rmeta -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib`
36382023-09-29T22:56:16.190Z Running `/home/build/.rustup/toolchains/1.72.1-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=0b7bc76fa38f85b0 -C extra-filename=-0b7bc76fa38f85b0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6f7a908a904e9351.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-9904f0852efa4d58.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c2cb76b03f094493.rmeta --extern bytesize=/work/oxidecomputer/omicron/target/debug/deps/libbytesize-d27933e6eaf178c2.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-cb608edbae315470.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-17552ea7ce8bb1f0.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-389c900f15cd9ab5.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-2e1d16e1b4fcec6f.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-1ab7ff61e7c67f66.rmeta --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-41e3a14352e8a3ae.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-48dbb664544ec132.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-3ae877363464ddb8.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3f89cd07508cd947.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-23e95df5c1119974.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9ae622a9a5eea42c.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-f96502417fd063e7.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-9f1588ba728336af.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc95c778b5981b46.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-51c9b43c2331a342.rmeta --extern serde_path_to_error=/work/oxidecomputer/omicron/target/debug/deps/libserde_path_to_error-1e09a597587667c6.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-8e84a6f8110e75a4.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-939f759098d4e6b9.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-10bfee79ab43e319.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-9f1c5eac74822cf1.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-3a3880947b45af1e.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-c2b146e5f70d877e.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64`
36392023-09-29T22:56:43.874Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_client --edition=2021 oximeter-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=036b8eb62b69d164 -C extra-filename=-036b8eb62b69d164 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-389c900f15cd9ab5.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-23e95df5c1119974.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9ae622a9a5eea42c.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-fe70df015a506aa6.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f65baf3f29cf1fd8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc95c778b5981b46.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d16491bfbae9b4be.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/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-edfc071a8662c2dd/out/lib`
36402023-09-29T22:56:43.978Z Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
36412023-09-29T22:56:44.133Z Running `/home/build/.rustup/toolchains/1.72.1-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 metadata=596ad24d9dc2a3f0 -C extra-filename=-596ad24d9dc2a3f0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-381994caca1f485c.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-577a284e9bcc389a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-2dd1c8bfc186ca77.rlib --extern proc_macro -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib`
36422023-09-29T22:56:44.179Z Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
36432023-09-29T22:56:44.243Z Running `/home/build/.rustup/toolchains/1.72.1-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=5b5c07fac5c146ec -C extra-filename=-5b5c07fac5c146ec --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-476b9f9fc2bea332.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-60cc23ed68c4a18e.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-0ddc43cc19bbef14.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-cd943cd2dfeb8306.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-808e28d3d3156bbe.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-53d6278c6d3f2d64.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f3291acf8bc27552.rmeta --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-d23e05604d0fd4cd.rmeta --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-0cd7c1614351d401.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-9d0180ae373a0d5a.rmeta --extern helios_fusion=/work/oxidecomputer/omicron/target/debug/deps/libhelios_fusion-cb67488739707fb2.rmeta --extern helios_protostar=/work/oxidecomputer/omicron/target/debug/deps/libhelios_protostar-3ef3bf87873d7fbd.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-dba419b1193e8428.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-7a24d2e41697cd7a.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-0ec197d7794bc6d8.rmeta --extern installinator_artifact_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifact_client-347ef62b28682942.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-48e9c39ef541799e.rmeta --extern ipcc_key_value=/work/oxidecomputer/omicron/target/debug/deps/libipcc_key_value-ac1222da151c69c7.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3c99362b4aacff3c.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b1078066b701b737.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-37f0d0a84d6f098c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-324b2074a3fb0001.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-dffc32915439d36d.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-a88469ec7f128e6e.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d7b7fcd8659abd52.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-cdaede9525bfee06.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-4b96c2054cafe633.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-92bfa0559792adb6.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-5cedeb988d1c300f.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-8ffe1f66c77ddbe4.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-e86e706d4526321b.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-d8234f11b3e61901.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-8053178730bb7d03.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5e0f716cf1967241.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-b148462e64533cac.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-13bc16cdbcec162e.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-32ea2071079ed19b.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dc2ac240cbe2519e.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/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-edfc071a8662c2dd/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-90f02ad9d4473dcd/out`
36442023-09-29T22:56:44.281Z Running `/home/build/.rustup/toolchains/1.72.1-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="http"' --cfg 'feature="http-instruments"' -C metadata=4bf2a54010238067 -C extra-filename=-4bf2a54010238067 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-389c900f15cd9ab5.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c216cf50d7c187a6.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b9016aee0b2ff754.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-587e107ed5d6e0f1.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9ae622a9a5eea42c.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-b88ee39e995b59a9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-49b043b2e705bbca.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d16491bfbae9b4be.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/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-edfc071a8662c2dd/out/lib`
36452023-09-29T22:56:44.350Z Running `/home/build/.rustup/toolchains/1.72.1-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=6596e71130a0dec8 -C extra-filename=-6596e71130a0dec8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1a527d146b44fd95.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c216cf50d7c187a6.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b9016aee0b2ff754.rmeta --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-7af70c07ebf0bade.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-feb6c364c0c55c70.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-23e95df5c1119974.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9ae622a9a5eea42c.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-b88ee39e995b59a9.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-749661d8f8c746d2.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f65baf3f29cf1fd8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc95c778b5981b46.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-5bc7046f223dcd91.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-260eeb8cfcbdf125.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-49b043b2e705bbca.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-10bfee79ab43e319.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d16491bfbae9b4be.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/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-edfc071a8662c2dd/out/lib`
36462023-09-29T22:56:47.274Z Running `/home/build/.rustup/toolchains/1.72.1-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=c4c39e1f8297403b -C extra-filename=-c4c39e1f8297403b --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-476b9f9fc2bea332.rmeta --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-28f21d4b8fc6721f.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-60cc23ed68c4a18e.so --extern authz_macros=/work/oxidecomputer/omicron/target/debug/deps/libauthz_macros-4a3d011656b7b26a.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-7153363a1fac6343.rmeta --extern bb8=/work/oxidecomputer/omicron/target/debug/deps/libbb8-c7efb2f1436ebb57.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-808e28d3d3156bbe.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5bb86fda6cf178b2.rmeta --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-da29f6922fbd9de6.rmeta --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-c41499250016917c.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-11c063e1ea77d67b.rmeta --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-fb0ae8c4a8b0a991.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d748b2183013de2e.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-9d0180ae373a0d5a.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-bcb7c05bb577a676.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-dba419b1193e8428.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-7a24d2e41697cd7a.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-d93f984b20af488a.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-b276aeecfca09511.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-31315c5ec54d9eb8.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-bf28e9e8844d3f92.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-b22b6623aaea9916.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-eaf5b4e93803d8dc.rmeta --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-d69ea40ba262d5fd.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-8262e5b434615454.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-37f0d0a84d6f098c.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-33fd68b208357d32.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-324b2074a3fb0001.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-dffc32915439d36d.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-5555fe38eefbe002.rmeta --extern openssl_probe=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_probe-41c6f4d0ac14140f.rmeta --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-0d9a196b096a38cf.rmeta --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-22d97a6c3d12ac80.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-3f84cf961f7607bd.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-25659d6272c5f3e6.so --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-36095fb9666f8367.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0d3d8ad1198c025f.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-ea5fedba9be4e455.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d7b7fcd8659abd52.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-ab830bac25aeb8d2.rmeta --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-f3b864087adbcf85.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-44d94bd17ea2528f.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-081389e1338a44c3.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-379efc3a9bc52f1d.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-10f29854c0fa36bc.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-4310ba65bd69c4c1.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-8053178730bb7d03.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5e0f716cf1967241.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-985fc8d6e791c1f9.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-b148462e64533cac.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-d22e7451ceeeb751.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dc2ac240cbe2519e.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-3a9eefe523799152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
36472023-09-29T22:56:50.414Z Running `/home/build/.rustup/toolchains/1.72.1-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=b840d723b726c28f -C extra-filename=-b840d723b726c28f --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6f7a908a904e9351.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-60cc23ed68c4a18e.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-cb608edbae315470.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1a527d146b44fd95.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c216cf50d7c187a6.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-9b45e1d330082d76.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-cb7e8236d3a0cf8b.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-23e95df5c1119974.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9ae622a9a5eea42c.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-46cf70536623e002.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc95c778b5981b46.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-51c9b43c2331a342.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-49b043b2e705bbca.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d16491bfbae9b4be.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/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-edfc071a8662c2dd/out/lib`
36482023-09-29T22:56:53.498Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
36492023-09-29T22:56:53.844Z Running `/home/build/.rustup/toolchains/1.72.1-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 metadata=670dd316e0595357 -C extra-filename=-670dd316e0595357 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-dev-670dd316e0595357 -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-1f4c613c8c5a2c3b.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib`
36502023-09-29T22:56:54.234Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
36512023-09-29T22:56:54.444Z Running `/home/build/.rustup/toolchains/1.72.1-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 metadata=73130147fc6c1d63 -C extra-filename=-73130147fc6c1d63 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-omdb-73130147fc6c1d63 -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-1f4c613c8c5a2c3b.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib`
36522023-09-29T22:56:54.767Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-omdb-73130147fc6c1d63/build-script-build`
36532023-09-29T22:56:55.213Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-dev-670dd316e0595357/build-script-build`
36542023-09-29T22:56:55.237Z Running `/home/build/.rustup/toolchains/1.72.1-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=eb98442eee8f94c4 -C extra-filename=-eb98442eee8f94c4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6f7a908a904e9351.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-cb608edbae315470.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-389c900f15cd9ab5.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1a527d146b44fd95.rmeta --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-9c0ff94bc4454758.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-25ff51be749310b5.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-23e95df5c1119974.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9ae622a9a5eea42c.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-ceb79fdff76abd9e.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-213b45dd94672eea.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-7ea5c210a1de1190.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-0b7bc76fa38f85b0.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/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-edfc071a8662c2dd/out/lib`
36552023-09-29T22:56:55.876Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name wicketd_client --edition=2021 wicketd-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=bea1512e06824083 -C extra-filename=-bea1512e06824083 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-389c900f15cd9ab5.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-cb7e8236d3a0cf8b.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-90d5128af6f923ab.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9ae622a9a5eea42c.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-fe70df015a506aa6.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-ebe19ba3b8a7e9d3.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f65baf3f29cf1fd8.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-46cf70536623e002.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc95c778b5981b46.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-51c9b43c2331a342.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-054cd0d88ea77368.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d16491bfbae9b4be.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-045049d22f91e0b1.rmeta -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib`
36562023-09-29T22:56:57.206Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
36572023-09-29T22:56:57.222Z Running `/home/build/.rustup/toolchains/1.72.1-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=bf1dbdfd3a31d089 -C extra-filename=-bf1dbdfd3a31d089 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-476b9f9fc2bea332.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-60cc23ed68c4a18e.so --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-d18d288ecd8cb7f3.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-cd943cd2dfeb8306.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-808e28d3d3156bbe.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-768088b73c731f87.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f3291acf8bc27552.rmeta --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-d23e05604d0fd4cd.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-f2abfcb6c70cf6ba.rmeta --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-0cd7c1614351d401.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-f5c25d6d8be7339d.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d748b2183013de2e.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-7299ccd4570522b5.rmeta --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-e4eb515ef1d89410.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-9d0180ae373a0d5a.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-19c76a379aaa4dad.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-c080090410978807.rmeta --extern helios_fusion=/work/oxidecomputer/omicron/target/debug/deps/libhelios_fusion-cb67488739707fb2.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-dba419b1193e8428.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-7a24d2e41697cd7a.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-942d365c014cdf5a.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-d93f984b20af488a.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-0ec197d7794bc6d8.rmeta --extern installinator_artifactd=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifactd-5ecf653276abf444.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-48e9c39ef541799e.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3c99362b4aacff3c.rmeta --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-8eb9911f02472cbc.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-37f0d0a84d6f098c.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-33fd68b208357d32.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-324b2074a3fb0001.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d7b7fcd8659abd52.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1dc92e8732813f8f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-44d94bd17ea2528f.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-cdaede9525bfee06.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-4b96c2054cafe633.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-cbb2edabe35d1de2.rmeta --extern snafu=/work/oxidecomputer/omicron/target/debug/deps/libsnafu-d8a2d906efefc81b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-8053178730bb7d03.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5e0f716cf1967241.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-eb8bc694d9d2cf30.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-279a0d7c116fe1ff.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-b148462e64533cac.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-a3efd6033cf85ff8.rmeta --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-6f5f42fb536bcce2.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-13bc16cdbcec162e.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-32ea2071079ed19b.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dc2ac240cbe2519e.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-66cf91eedcc6f331.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/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-edfc071a8662c2dd/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-90f02ad9d4473dcd/out`
36582023-09-29T22:57:14.089Z Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
36592023-09-29T22:57:14.120Z Running `/home/build/.rustup/toolchains/1.72.1-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=ac5f2e3de3befd0a -C extra-filename=-ac5f2e3de3befd0a --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-476b9f9fc2bea332.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-cd943cd2dfeb8306.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-808e28d3d3156bbe.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-bebe03e21160a1ee.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f3291acf8bc27552.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-9135144457177dfc.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-324b2074a3fb0001.rmeta --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-2021ce6529bc4a83.rmeta --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-99f235cafaba6a25.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-92bfa0559792adb6.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-5cedeb988d1c300f.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-8ffe1f66c77ddbe4.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5e0f716cf1967241.rmeta --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-ec7265bbfc66b361.rmeta -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib`
36602023-09-29T22:57:17.127Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
36612023-09-29T22:57:17.153Z Running `/home/build/.rustup/toolchains/1.72.1-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=fb95c7dd92fec7b9 -C extra-filename=-fb95c7dd92fec7b9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-476b9f9fc2bea332.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f3291acf8bc27552.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-9d0180ae373a0d5a.rmeta --extern helios_fusion=/work/oxidecomputer/omicron/target/debug/deps/libhelios_fusion-cb67488739707fb2.rmeta --extern helios_protostar=/work/oxidecomputer/omicron/target/debug/deps/libhelios_protostar-3ef3bf87873d7fbd.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-dba419b1193e8428.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-0ec197d7794bc6d8.rmeta --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-5e0d519d9568c112.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-37f0d0a84d6f098c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-324b2074a3fb0001.rmeta --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-0aae0a8d742f12de.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-9bb8439060fdcd67.rmeta --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-4a2d475cc77cdac3.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d7b7fcd8659abd52.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-ab830bac25aeb8d2.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-58a1a56fb7e968b5.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-d5f28ff1ebf2cea8.so --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-4b96c2054cafe633.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-92bfa0559792adb6.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-8ffe1f66c77ddbe4.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-e86e706d4526321b.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-36343ff9b281ab4a.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-f49480703b44d645.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-d8234f11b3e61901.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-8053178730bb7d03.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5e0f716cf1967241.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-b148462e64533cac.rmeta --extern topological_sort=/work/oxidecomputer/omicron/target/debug/deps/libtopological_sort-e08aeceaa1b02ae6.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-c5f644c1b249bcae.rmeta -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-90f02ad9d4473dcd/out`
36622023-09-29T22:57:19.959Z Running `/home/build/.rustup/toolchains/1.72.1-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=dde0e8056ea1e308 -C extra-filename=-dde0e8056ea1e308 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6f7a908a904e9351.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-cb608edbae315470.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c216cf50d7c187a6.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b9016aee0b2ff754.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-a3ae52c2f227420d.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-587e107ed5d6e0f1.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-63f81b35d4dc5fb3.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-23e95df5c1119974.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9ae622a9a5eea42c.rmeta --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-0f7168c1b51f6d6d.rmeta --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-7b9a821d27abd704.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-58f292f48fcf4f9e.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f65baf3f29cf1fd8.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-a7ce25c876f36dd7.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rmeta --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-4309512f9ad5333b.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-f6a95c723efb92ea.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-260eeb8cfcbdf125.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-49b043b2e705bbca.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-fe5328355f7252f2.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-486dbcdf63113ca2.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/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-edfc071a8662c2dd/out/lib`
36632023-09-29T22:57:22.373Z Running `/home/build/.rustup/toolchains/1.72.1-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=e573af66063e1d77 -C extra-filename=-e573af66063e1d77 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-adb8857e287d7cd8.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-63f81b35d4dc5fb3.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-23e95df5c1119974.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9ae622a9a5eea42c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc95c778b5981b46.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-260eeb8cfcbdf125.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d16491bfbae9b4be.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/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-edfc071a8662c2dd/out/lib`
36642023-09-29T22:57:24.018Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name gateway_sp_comms --edition=2021 /home/build/.cargo/git/checkouts/management-gateway-service-749acba834b73294/1e180ae/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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=e33c625b5c576b2a -C extra-filename=-e33c625b5c576b2a --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-60cc23ed68c4a18e.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-fbf6a80a1d2d2d70.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b9016aee0b2ff754.rmeta --extern fxhash=/work/oxidecomputer/omicron/target/debug/deps/libfxhash-c38534593b8ad92a.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-a2a72deb8c5eb97e.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-48dbb664544ec132.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-580be2a99dd1b791.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-3ae877363464ddb8.rmeta --extern lru_cache=/work/oxidecomputer/omicron/target/debug/deps/liblru_cache-c79f8d0e42fe6d03.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-cf532c8f3fdac298.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-195040b02b177146.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc95c778b5981b46.rmeta --extern serde_big_array=/work/oxidecomputer/omicron/target/debug/deps/libserde_big_array-50453fe1c6423cbd.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-cc52177081ffd5b7.rmeta --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-bc954d7f4e5c8c89.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-260eeb8cfcbdf125.rmeta --extern tlvc=/work/oxidecomputer/omicron/target/debug/deps/libtlvc-5058eb6049eb89bb.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-49b043b2e705bbca.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-486dbcdf63113ca2.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d16491bfbae9b4be.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-c2b146e5f70d877e.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib`
36652023-09-29T22:57:24.943Z Running `/home/build/.rustup/toolchains/1.72.1-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=c9c0116a96a36ae6 -C extra-filename=-c9c0116a96a36ae6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6f7a908a904e9351.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-9904f0852efa4d58.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-cb608edbae315470.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-adb8857e287d7cd8.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1a527d146b44fd95.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-34cac1595ac05f0b.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b9016aee0b2ff754.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-48dbb664544ec132.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-25ff51be749310b5.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-7e773befd96d3cd8.rmeta --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-089afa85833b0bd0.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3f89cd07508cd947.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-23e95df5c1119974.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-12e4d27e8552c467.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9ae622a9a5eea42c.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-195040b02b177146.rmeta --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-21661c039cf92114.rmeta --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-664e98bf006a4175.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f65baf3f29cf1fd8.rmeta --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-85e576e0803245f8.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-6ae8a16b46994acf.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc95c778b5981b46.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-51c9b43c2331a342.rmeta --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-47edb859bf961370.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-ceb79fdff76abd9e.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-213b45dd94672eea.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-7ea5c210a1de1190.rmeta --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-ea316124d9451067.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-49b043b2e705bbca.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-77e6e544b9416448.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-10bfee79ab43e319.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-9463b56967ad1514.rmeta --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-b429d47e309f6fa8.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-f4cc2d93810d5310.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-054cd0d88ea77368.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-045049d22f91e0b1.rmeta --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-bea1512e06824083.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-4533caa2ab54e991.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/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-edfc071a8662c2dd/out/lib`
36662023-09-29T22:57:33.727Z Running `/home/build/.rustup/toolchains/1.72.1-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=b4d0a30adeff5fb1 -C extra-filename=-b4d0a30adeff5fb1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6f7a908a904e9351.rmeta --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-6e7e4c75f9e71b7e.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-60cc23ed68c4a18e.so --extern authz_macros=/work/oxidecomputer/omicron/target/debug/deps/libauthz_macros-4a3d011656b7b26a.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-f517da13a8b686da.rmeta --extern bb8=/work/oxidecomputer/omicron/target/debug/deps/libbb8-00bf85791e2d8c9a.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-cb608edbae315470.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-389c900f15cd9ab5.rmeta --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-4a7dda16acf3e3df.rmeta --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-c41499250016917c.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-68dd85695126a27c.rmeta --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-283dabb1b5836522.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c216cf50d7c187a6.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b9016aee0b2ff754.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-a3ae52c2f227420d.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-48dbb664544ec132.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-587e107ed5d6e0f1.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-9b45e1d330082d76.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-90d5128af6f923ab.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-5989520b66fa0dce.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-f3c2b794fd3ba65d.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-6e0b9f7bf94a5b1d.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-17bddf21ee00e1e4.rmeta --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-e519e456ce29f774.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-0fa0e751b4bc566f.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-23e95df5c1119974.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-12e4d27e8552c467.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9ae622a9a5eea42c.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-195040b02b177146.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-d897181a24d00bd2.rmeta --extern openssl_probe=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_probe-a453485417867f18.rmeta --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-bc499487ad0da46c.rmeta --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-45b2a00b5f565070.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-b88ee39e995b59a9.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-25659d6272c5f3e6.so --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-888510a1dffd1cc6.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-f96502417fd063e7.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-1d45bf268c01d3e5.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f65baf3f29cf1fd8.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-9f1588ba728336af.rmeta --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-97ada0ef759b3a41.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc95c778b5981b46.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-51c9b43c2331a342.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-7471840fd9df783e.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-4a872a0a4e25b1eb.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-2e0b3d316fa92d48.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-bf92d80ae6a1a3bc.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-260eeb8cfcbdf125.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-49b043b2e705bbca.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-fe5328355f7252f2.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-10bfee79ab43e319.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-486dbcdf63113ca2.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d16491bfbae9b4be.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-3a9eefe523799152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
36672023-09-29T22:57:37.547Z Running `/home/build/.rustup/toolchains/1.72.1-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=b4a1b16b56167d11 -C extra-filename=-b4a1b16b56167d11 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6f7a908a904e9351.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-60cc23ed68c4a18e.so --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-adb8857e287d7cd8.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1a527d146b44fd95.rmeta --extern crucible_smf=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_smf-4893df30b87377a2.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c216cf50d7c187a6.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b9016aee0b2ff754.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-a2a72deb8c5eb97e.rmeta --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-e33c625b5c576b2a.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-48dbb664544ec132.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-587e107ed5d6e0f1.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-9b45e1d330082d76.rmeta --extern ipcc_key_value=/work/oxidecomputer/omicron/target/debug/deps/libipcc_key_value-e573af66063e1d77.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-23e95df5c1119974.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9ae622a9a5eea42c.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-195040b02b177146.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-46cf70536623e002.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc95c778b5981b46.rmeta --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-65d3224c9103788a.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-6d94b226482a6d7d.rmeta --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-6bcf25db57f325b2.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-5bc7046f223dcd91.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-260eeb8cfcbdf125.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-49b043b2e705bbca.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-ba9f8c93f72b01db.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-e2970d1b16a56783.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-77e6e544b9416448.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-10bfee79ab43e319.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d16491bfbae9b4be.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64`
36682023-09-29T22:57:40.085Z Running `/home/build/.rustup/toolchains/1.72.1-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=bde18cb3bc2b3c09 -C extra-filename=-bde18cb3bc2b3c09 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-476b9f9fc2bea332.rmeta --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-de9d8e932b97828e.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-60cc23ed68c4a18e.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-7153363a1fac6343.rmeta --extern bb8=/work/oxidecomputer/omicron/target/debug/deps/libbb8-c7efb2f1436ebb57.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-808e28d3d3156bbe.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-53d6278c6d3f2d64.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5bb86fda6cf178b2.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f3291acf8bc27552.rmeta --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-da29f6922fbd9de6.rmeta --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-59996b15b129b91c.rmeta --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-84f2fc09e3df76d3.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-6bbc0478e132958e.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-f5c25d6d8be7339d.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d748b2183013de2e.rmeta --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-2fa6c488bdcff554.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-9d0180ae373a0d5a.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-19c76a379aaa4dad.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-bcb7c05bb577a676.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-dba419b1193e8428.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-7a24d2e41697cd7a.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-d93f984b20af488a.rmeta --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-b1c951a496c2c819.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-b276aeecfca09511.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-31315c5ec54d9eb8.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-bf28e9e8844d3f92.rmeta --extern mime_guess=/work/oxidecomputer/omicron/target/debug/deps/libmime_guess-3dcd79f611d2156d.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-b22b6623aaea9916.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-eaf5b4e93803d8dc.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-c4c39e1f8297403b.rmeta --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-d69ea40ba262d5fd.rmeta --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-d2dcc37cec859989.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-8262e5b434615454.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-bb0070c692d0fca2.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-37f0d0a84d6f098c.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-33fd68b208357d32.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-324b2074a3fb0001.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-dffc32915439d36d.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-5555fe38eefbe002.rmeta --extern openssl_probe=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_probe-41c6f4d0ac14140f.rmeta --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-0d9a196b096a38cf.rmeta --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-22d97a6c3d12ac80.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-3f84cf961f7607bd.rmeta --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-6bb1b6eed7d6713d.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-7a39e0ef41d3695f.rmeta --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-79688e570d16e697.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-281533dae7303396.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-3f69459e66aab1ce.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-25659d6272c5f3e6.so --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-36095fb9666f8367.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-a88469ec7f128e6e.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-d2ac920479ec58a1.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0d3d8ad1198c025f.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-ea5fedba9be4e455.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d7b7fcd8659abd52.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-ab830bac25aeb8d2.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-45f2142564622868.rmeta --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-f3b864087adbcf85.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1dc92e8732813f8f.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-58a1a56fb7e968b5.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-44d94bd17ea2528f.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-081389e1338a44c3.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-379efc3a9bc52f1d.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-10f29854c0fa36bc.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-92bfa0559792adb6.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-cbb2edabe35d1de2.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-8ffe1f66c77ddbe4.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-4310ba65bd69c4c1.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-d8234f11b3e61901.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-8053178730bb7d03.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5e0f716cf1967241.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-985fc8d6e791c1f9.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-b148462e64533cac.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-a3efd6033cf85ff8.rmeta --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-6f5f42fb536bcce2.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-d22e7451ceeeb751.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dc2ac240cbe2519e.rmeta -D warnings -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/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-edfc071a8662c2dd/out/lib -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
36692023-09-29T22:57:54.747Z Running `/home/build/.rustup/toolchains/1.72.1-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=7b358cbbb63674d4 -C extra-filename=-7b358cbbb63674d4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6f7a908a904e9351.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-60cc23ed68c4a18e.so --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-38cc4c66365f0fd4.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c2cb76b03f094493.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-cb608edbae315470.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-17552ea7ce8bb1f0.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1a527d146b44fd95.rmeta --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-92885fa4bce3cd2e.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-2e1d16e1b4fcec6f.rmeta --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-dbe076e154597cdc.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-fbef286758bd5d1f.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c216cf50d7c187a6.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-c3c28f089340dd8e.rmeta --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-1c0a47dfce511b54.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b9016aee0b2ff754.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-8a665da6f0558c77.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-a2a72deb8c5eb97e.rmeta --extern helios_fusion=/work/oxidecomputer/omicron/target/debug/deps/libhelios_fusion-8ec68869ea0a3797.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-48dbb664544ec132.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-587e107ed5d6e0f1.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-3ae877363464ddb8.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-9b45e1d330082d76.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-c4b5cbfd24103951.rmeta --extern installinator_artifactd=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifactd-b840d723b726c28f.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-cb7e8236d3a0cf8b.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3f89cd07508cd947.rmeta --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-2522a2324142c852.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-23e95df5c1119974.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-12e4d27e8552c467.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9ae622a9a5eea42c.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f65baf3f29cf1fd8.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-46cf70536623e002.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc95c778b5981b46.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-51c9b43c2331a342.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-8e84a6f8110e75a4.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-7e7e4ea483b2190a.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-5bc7046f223dcd91.rmeta --extern snafu=/work/oxidecomputer/omicron/target/debug/deps/libsnafu-12b87fb20abdd900.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-260eeb8cfcbdf125.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-49b043b2e705bbca.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-ba9f8c93f72b01db.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-77e6e544b9416448.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-10bfee79ab43e319.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-9f1c5eac74822cf1.rmeta --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-a921a73ee678412e.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-0b7bc76fa38f85b0.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-054cd0d88ea77368.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d16491bfbae9b4be.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-045049d22f91e0b1.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/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-edfc071a8662c2dd/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-90f02ad9d4473dcd/out`
36702023-09-29T22:58:09.255Z Running `/home/build/.rustup/toolchains/1.72.1-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=d7e44489d0db1022 -C extra-filename=-d7e44489d0db1022 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-324b2074a3fb0001.rmeta -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib`
36712023-09-29T22:58:09.937Z Running `/home/build/.rustup/toolchains/1.72.1-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=f33e59fad98dac4f -C extra-filename=-f33e59fad98dac4f --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-476b9f9fc2bea332.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-cd943cd2dfeb8306.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-808e28d3d3156bbe.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-bebe03e21160a1ee.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f3291acf8bc27552.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-9135144457177dfc.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-324b2074a3fb0001.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-2021ce6529bc4a83.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-99f235cafaba6a25.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-92bfa0559792adb6.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-5cedeb988d1c300f.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-8ffe1f66c77ddbe4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5e0f716cf1967241.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-ec7265bbfc66b361.rlib --extern wicket_dbg=/work/oxidecomputer/omicron/target/debug/deps/libwicket_dbg-ac5f2e3de3befd0a.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib`
36722023-09-29T22:58:12.222Z Running `/home/build/.rustup/toolchains/1.72.1-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=4a49ac72723c142b -C extra-filename=-4a49ac72723c142b --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-476b9f9fc2bea332.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-cd943cd2dfeb8306.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-808e28d3d3156bbe.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-bebe03e21160a1ee.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f3291acf8bc27552.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-9135144457177dfc.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-324b2074a3fb0001.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-2021ce6529bc4a83.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-99f235cafaba6a25.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-92bfa0559792adb6.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-5cedeb988d1c300f.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-8ffe1f66c77ddbe4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5e0f716cf1967241.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-ec7265bbfc66b361.rlib --extern wicket_dbg=/work/oxidecomputer/omicron/target/debug/deps/libwicket_dbg-ac5f2e3de3befd0a.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib`
36732023-09-29T22:58:13.033Z Running `/home/build/.rustup/toolchains/1.72.1-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=388ede789d3707f1 -C extra-filename=-388ede789d3707f1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-476b9f9fc2bea332.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-ee57411a82957b45.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-0ddc43cc19bbef14.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-808e28d3d3156bbe.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-bebe03e21160a1ee.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f3291acf8bc27552.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-9135144457177dfc.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-9d0180ae373a0d5a.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-dba419b1193e8428.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-f2067ebe1995322f.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-bf55098caea8d589.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-5e0d519d9568c112.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3c99362b4aacff3c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-37f0d0a84d6f098c.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-33fd68b208357d32.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-324b2074a3fb0001.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-dffc32915439d36d.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-7925e2f5a7b97d4e.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-76b1ad1715fd743c.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-2021ce6529bc4a83.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d7b7fcd8659abd52.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-85d4451dffda6e9e.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-58a1a56fb7e968b5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-44d94bd17ea2528f.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-d1f7b310295782f5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-92bfa0559792adb6.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-5cedeb988d1c300f.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-8ffe1f66c77ddbe4.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-d8234f11b3e61901.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-60adf71799d31a99.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5e0f716cf1967241.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-279a0d7c116fe1ff.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-b148462e64533cac.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-2709cafe9c62e500.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-c747307cbf6839e5.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-b5773f86976bf9c1.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-32ea2071079ed19b.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-ec7265bbfc66b361.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-66cf91eedcc6f331.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-3fc486b199d17aaf.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-302d0b30a73469bd.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/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-edfc071a8662c2dd/out/lib`
36742023-09-29T22:58:13.273Z Running `/home/build/.rustup/toolchains/1.72.1-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=7f7c7a3d9be1bde0 -C extra-filename=-7f7c7a3d9be1bde0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6f7a908a904e9351.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-9904f0852efa4d58.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-cb608edbae315470.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-adb8857e287d7cd8.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1a527d146b44fd95.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-34cac1595ac05f0b.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b9016aee0b2ff754.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-48dbb664544ec132.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-25ff51be749310b5.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-7e773befd96d3cd8.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-089afa85833b0bd0.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3f89cd07508cd947.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-23e95df5c1119974.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-12e4d27e8552c467.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9ae622a9a5eea42c.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-195040b02b177146.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-21661c039cf92114.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-664e98bf006a4175.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f65baf3f29cf1fd8.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-85e576e0803245f8.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-6ae8a16b46994acf.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc95c778b5981b46.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-51c9b43c2331a342.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-47edb859bf961370.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-ceb79fdff76abd9e.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-213b45dd94672eea.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-7ea5c210a1de1190.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-ea316124d9451067.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-49b043b2e705bbca.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-77e6e544b9416448.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-10bfee79ab43e319.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-9463b56967ad1514.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-b429d47e309f6fa8.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-f4cc2d93810d5310.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-054cd0d88ea77368.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-c9c0116a96a36ae6.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-045049d22f91e0b1.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-bea1512e06824083.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-4533caa2ab54e991.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/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-edfc071a8662c2dd/out/lib`
36752023-09-29T22:58:14.955Z Compiling omicron-deploy v0.1.0 (/work/oxidecomputer/omicron/deploy)
36762023-09-29T22:58:14.961Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name thing_flinger --edition=2021 deploy/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=01bff1008bc99573 -C extra-filename=-01bff1008bc99573 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-476b9f9fc2bea332.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f3291acf8bc27552.rlib --extern crossbeam=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam-ef760d58fdfdcb12.rlib --extern omicron_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_package-fb95c7dd92fec7b9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-324b2074a3fb0001.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.rlib --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-d5f28ff1ebf2cea8.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-8053178730bb7d03.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-b148462e64533cac.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-90f02ad9d4473dcd/out`
36772023-09-29T22:58:15.152Z Running `/home/build/.rustup/toolchains/1.72.1-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=fa16d61ac1357aa7 -C extra-filename=-fa16d61ac1357aa7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-476b9f9fc2bea332.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f3291acf8bc27552.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-09f5897e6f2050d8.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-9d0180ae373a0d5a.rlib --extern helios_fusion=/work/oxidecomputer/omicron/target/debug/deps/libhelios_fusion-cb67488739707fb2.rlib --extern helios_protostar=/work/oxidecomputer/omicron/target/debug/deps/libhelios_protostar-3ef3bf87873d7fbd.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-dba419b1193e8428.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-0ec197d7794bc6d8.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-5e0d519d9568c112.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-37f0d0a84d6f098c.rlib --extern omicron_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_package-fb95c7dd92fec7b9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-324b2074a3fb0001.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-0aae0a8d742f12de.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-9bb8439060fdcd67.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-4a2d475cc77cdac3.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d7b7fcd8659abd52.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-ab830bac25aeb8d2.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-58a1a56fb7e968b5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.rlib --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-d5f28ff1ebf2cea8.so --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-4b96c2054cafe633.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-92bfa0559792adb6.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-8ffe1f66c77ddbe4.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-e86e706d4526321b.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-36343ff9b281ab4a.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-f49480703b44d645.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-d8234f11b3e61901.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-8053178730bb7d03.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5e0f716cf1967241.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-b148462e64533cac.rlib --extern topological_sort=/work/oxidecomputer/omicron/target/debug/deps/libtopological_sort-e08aeceaa1b02ae6.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-c5f644c1b249bcae.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-90f02ad9d4473dcd/out`
36782023-09-29T22:58:17.279Z Running `/home/build/.rustup/toolchains/1.72.1-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=ac1d44759ab65e9a -C extra-filename=-ac1d44759ab65e9a --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6f7a908a904e9351.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-60cc23ed68c4a18e.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-cb608edbae315470.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1a527d146b44fd95.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c216cf50d7c187a6.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-9b45e1d330082d76.rlib --extern installinator_artifactd=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifactd-b840d723b726c28f.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-cb7e8236d3a0cf8b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-23e95df5c1119974.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9ae622a9a5eea42c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-46cf70536623e002.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc95c778b5981b46.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-51c9b43c2331a342.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-49b043b2e705bbca.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d16491bfbae9b4be.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/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-edfc071a8662c2dd/out/lib`
36792023-09-29T22:58:31.385Z Running `/home/build/.rustup/toolchains/1.72.1-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=cdff51b54a30074e -C extra-filename=-cdff51b54a30074e --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6f7a908a904e9351.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-60cc23ed68c4a18e.so --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-adb8857e287d7cd8.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1a527d146b44fd95.rlib --extern crucible_smf=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_smf-4893df30b87377a2.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c216cf50d7c187a6.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b9016aee0b2ff754.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-a2a72deb8c5eb97e.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-e33c625b5c576b2a.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-48dbb664544ec132.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-587e107ed5d6e0f1.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-9b45e1d330082d76.rlib --extern ipcc_key_value=/work/oxidecomputer/omicron/target/debug/deps/libipcc_key_value-e573af66063e1d77.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-23e95df5c1119974.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-b4a1b16b56167d11.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9ae622a9a5eea42c.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-195040b02b177146.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-46cf70536623e002.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc95c778b5981b46.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-65d3224c9103788a.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-6d94b226482a6d7d.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-6bcf25db57f325b2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-5bc7046f223dcd91.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-260eeb8cfcbdf125.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-49b043b2e705bbca.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-ba9f8c93f72b01db.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-e2970d1b16a56783.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-77e6e544b9416448.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-10bfee79ab43e319.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d16491bfbae9b4be.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64`
36802023-09-29T22:58:32.253Z Running `/home/build/.rustup/toolchains/1.72.1-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=5109b2b7b2489393 -C extra-filename=-5109b2b7b2489393 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-476b9f9fc2bea332.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-60cc23ed68c4a18e.so --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-bebe03e21160a1ee.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f3291acf8bc27552.rlib --extern crucible_smf=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_smf-fd059d6ef9cde0f5.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d748b2183013de2e.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-09f5897e6f2050d8.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-9d0180ae373a0d5a.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-c080090410978807.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-482289eb481da89a.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-e3e3e978e51c2a5a.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-dba419b1193e8428.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-7a24d2e41697cd7a.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-d93f984b20af488a.rlib --extern ipcc_key_value=/work/oxidecomputer/omicron/target/debug/deps/libipcc_key_value-ac1222da151c69c7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-37f0d0a84d6f098c.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-cc6179eccce555fd.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-75851c7d92fec59f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-324b2074a3fb0001.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-dffc32915439d36d.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-b8e5b4c00c7a20f9.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-72bdbff7f725ab98.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1dc92e8732813f8f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-78d2f9a252b6bfc3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-44d94bd17ea2528f.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-6f1b9fc73aa4b6db.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-c4e4247885d1d88f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-cbb2edabe35d1de2.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-698ff04697f49b8c.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3d4ed7085fff63b9.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-8053178730bb7d03.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5e0f716cf1967241.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-eb8bc694d9d2cf30.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-bfd9f666dcca999f.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-279a0d7c116fe1ff.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-b148462e64533cac.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dc2ac240cbe2519e.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64`
36812023-09-29T22:58:33.464Z Running `/home/build/.rustup/toolchains/1.72.1-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=6fc12cb99cdc44ed -C extra-filename=-6fc12cb99cdc44ed --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6f7a908a904e9351.rmeta --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-d2888d1226a49068.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-60cc23ed68c4a18e.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-f517da13a8b686da.rmeta --extern bb8=/work/oxidecomputer/omicron/target/debug/deps/libbb8-00bf85791e2d8c9a.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-cb608edbae315470.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-5dc0e0746df29f73.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-389c900f15cd9ab5.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1a527d146b44fd95.rmeta --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-4a7dda16acf3e3df.rmeta --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-69fed8df18366b25.rmeta --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-7219b998d86f31dd.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-ce0f6870ad90fbc7.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-fbef286758bd5d1f.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c216cf50d7c187a6.rmeta --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-fbe25c89d73d79e9.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b9016aee0b2ff754.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-8a665da6f0558c77.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-a3ae52c2f227420d.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-48dbb664544ec132.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-587e107ed5d6e0f1.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-9b45e1d330082d76.rmeta --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-7af70c07ebf0bade.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-90d5128af6f923ab.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-5989520b66fa0dce.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-f3c2b794fd3ba65d.rmeta --extern mime_guess=/work/oxidecomputer/omicron/target/debug/deps/libmime_guess-84f920f39e21a911.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-6e0b9f7bf94a5b1d.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-17bddf21ee00e1e4.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-b4d0a30adeff5fb1.rmeta --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-e519e456ce29f774.rmeta --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-c0b169083d80a2ed.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-0fa0e751b4bc566f.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-46b5a067a728fb98.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-23e95df5c1119974.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-12e4d27e8552c467.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9ae622a9a5eea42c.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-195040b02b177146.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-d897181a24d00bd2.rmeta --extern openssl_probe=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_probe-a453485417867f18.rmeta --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-bc499487ad0da46c.rmeta --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-45b2a00b5f565070.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-b88ee39e995b59a9.rmeta --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-036b8eb62b69d164.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-749661d8f8c746d2.rmeta --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-4bf2a54010238067.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-7996a1cd01fd9a79.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-f3cc8d9f28b4816f.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-25659d6272c5f3e6.so --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-888510a1dffd1cc6.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-4e0b428177e0cd76.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-8261bf968556ed80.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-f96502417fd063e7.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-1d45bf268c01d3e5.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f65baf3f29cf1fd8.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-9f1588ba728336af.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-a7ce25c876f36dd7.rmeta --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-97ada0ef759b3a41.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-46cf70536623e002.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-6ae8a16b46994acf.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc95c778b5981b46.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-51c9b43c2331a342.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-7471840fd9df783e.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-4a872a0a4e25b1eb.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-2e0b3d316fa92d48.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-ceb79fdff76abd9e.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-5bc7046f223dcd91.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-7ea5c210a1de1190.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-bf92d80ae6a1a3bc.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-f6a95c723efb92ea.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-260eeb8cfcbdf125.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-49b043b2e705bbca.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-fe5328355f7252f2.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-10bfee79ab43e319.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-9f1c5eac74822cf1.rmeta --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-a921a73ee678412e.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-486dbcdf63113ca2.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d16491bfbae9b4be.rmeta -D warnings -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/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-edfc071a8662c2dd/out/lib -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
36822023-09-29T22:58:33.763Z Running `/home/build/.rustup/toolchains/1.72.1-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=c2d729281f639dc5 -C extra-filename=-c2d729281f639dc5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-476b9f9fc2bea332.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-60cc23ed68c4a18e.so --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-d18d288ecd8cb7f3.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-cd943cd2dfeb8306.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-808e28d3d3156bbe.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-768088b73c731f87.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f3291acf8bc27552.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-d23e05604d0fd4cd.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-f2abfcb6c70cf6ba.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-0cd7c1614351d401.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-f5c25d6d8be7339d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d748b2183013de2e.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-7299ccd4570522b5.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-09f5897e6f2050d8.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-ce48581fbc14b01d.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-e4eb515ef1d89410.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-08b016a9188ac00e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-9d0180ae373a0d5a.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-19c76a379aaa4dad.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-c080090410978807.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-e3e3e978e51c2a5a.rlib --extern helios_fusion=/work/oxidecomputer/omicron/target/debug/deps/libhelios_fusion-cb67488739707fb2.rlib --extern helios_tokamak=/work/oxidecomputer/omicron/target/debug/deps/libhelios_tokamak-9b94f471f66ba0e8.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-dba419b1193e8428.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-7a24d2e41697cd7a.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-942d365c014cdf5a.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-d93f984b20af488a.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-0ec197d7794bc6d8.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-5b5c07fac5c146ec.rlib --extern installinator_artifact_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifact_client-347ef62b28682942.rlib --extern installinator_artifactd=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifactd-5ecf653276abf444.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-48e9c39ef541799e.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3c99362b4aacff3c.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-8eb9911f02472cbc.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-37f0d0a84d6f098c.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-33fd68b208357d32.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-75851c7d92fec59f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-324b2074a3fb0001.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-b8e5b4c00c7a20f9.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-72bdbff7f725ab98.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0d3d8ad1198c025f.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d7b7fcd8659abd52.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1dc92e8732813f8f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-44d94bd17ea2528f.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-cdaede9525bfee06.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-4b96c2054cafe633.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-cbb2edabe35d1de2.rlib --extern snafu=/work/oxidecomputer/omicron/target/debug/deps/libsnafu-d8a2d906efefc81b.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3d4ed7085fff63b9.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-f49480703b44d645.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-8053178730bb7d03.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5e0f716cf1967241.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-eb8bc694d9d2cf30.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-279a0d7c116fe1ff.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-b148462e64533cac.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-a3efd6033cf85ff8.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-6f5f42fb536bcce2.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-afe8b4b884a674c0.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-13bc16cdbcec162e.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-32ea2071079ed19b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dc2ac240cbe2519e.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-66cf91eedcc6f331.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-bf1dbdfd3a31d089.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-3fc486b199d17aaf.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/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-edfc071a8662c2dd/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-90f02ad9d4473dcd/out`
36832023-09-29T22:58:34.489Z Running `/home/build/.rustup/toolchains/1.72.1-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=de9ac3fba39f84fd -C extra-filename=-de9ac3fba39f84fd --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-476b9f9fc2bea332.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-60cc23ed68c4a18e.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-808e28d3d3156bbe.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f3291acf8bc27552.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d748b2183013de2e.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-09f5897e6f2050d8.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-d93f984b20af488a.rlib --extern installinator_artifactd=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifactd-5ecf653276abf444.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-48e9c39ef541799e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-37f0d0a84d6f098c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-75851c7d92fec59f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-324b2074a3fb0001.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-b8e5b4c00c7a20f9.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-72bdbff7f725ab98.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1dc92e8732813f8f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-44d94bd17ea2528f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3d4ed7085fff63b9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5e0f716cf1967241.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dc2ac240cbe2519e.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/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-edfc071a8662c2dd/out/lib`
36842023-09-29T22:58:34.617Z Running `/home/build/.rustup/toolchains/1.72.1-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=45610e741bf313c6 -C extra-filename=-45610e741bf313c6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f3291acf8bc27552.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d748b2183013de2e.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-09f5897e6f2050d8.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-9d0180ae373a0d5a.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-b1c951a496c2c819.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-eda69919e1616b12.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-37f0d0a84d6f098c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-75851c7d92fec59f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-324b2074a3fb0001.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-b8e5b4c00c7a20f9.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-72bdbff7f725ab98.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-3f84cf961f7607bd.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-393ab711ab29d7e5.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-7a39e0ef41d3695f.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d7b7fcd8659abd52.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-44d94bd17ea2528f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-cbb2edabe35d1de2.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3d4ed7085fff63b9.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-8053178730bb7d03.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5e0f716cf1967241.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-b148462e64533cac.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dc2ac240cbe2519e.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/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-edfc071a8662c2dd/out/lib`
36852023-09-29T22:58:43.386Z Running `/home/build/.rustup/toolchains/1.72.1-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=4aa8ff4c0510230e -C extra-filename=-4aa8ff4c0510230e --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1a527d146b44fd95.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c216cf50d7c187a6.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b9016aee0b2ff754.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-7af70c07ebf0bade.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-feb6c364c0c55c70.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-23e95df5c1119974.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9ae622a9a5eea42c.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-b88ee39e995b59a9.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-6596e71130a0dec8.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-749661d8f8c746d2.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f65baf3f29cf1fd8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc95c778b5981b46.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-5bc7046f223dcd91.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-260eeb8cfcbdf125.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-49b043b2e705bbca.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-10bfee79ab43e319.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d16491bfbae9b4be.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/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-edfc071a8662c2dd/out/lib`
36862023-09-29T22:58:49.280Z Running `/home/build/.rustup/toolchains/1.72.1-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f48e9d35463f39c1 -C extra-filename=-f48e9d35463f39c1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6f7a908a904e9351.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-6e7e4c75f9e71b7e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-389c900f15cd9ab5.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1a527d146b44fd95.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-68dd85695126a27c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c216cf50d7c187a6.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-25ff51be749310b5.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-7af70c07ebf0bade.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-feb6c364c0c55c70.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-17bddf21ee00e1e4.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-b4d0a30adeff5fb1.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-0fa0e751b4bc566f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-23e95df5c1119974.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9ae622a9a5eea42c.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-888510a1dffd1cc6.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc95c778b5981b46.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-51c9b43c2331a342.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-2e0b3d316fa92d48.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c60d09f5d36f63fa.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-62fd123e37519506.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-ea316124d9451067.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-49b043b2e705bbca.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d16491bfbae9b4be.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-3a9eefe523799152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
36872023-09-29T22:59:10.430Z Running `/home/build/.rustup/toolchains/1.72.1-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=b359235bdd14a771 -C extra-filename=-b359235bdd14a771 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-476b9f9fc2bea332.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-60cc23ed68c4a18e.so --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-d18d288ecd8cb7f3.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-cd943cd2dfeb8306.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-808e28d3d3156bbe.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-768088b73c731f87.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f3291acf8bc27552.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-d23e05604d0fd4cd.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-f2abfcb6c70cf6ba.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-0cd7c1614351d401.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-f5c25d6d8be7339d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d748b2183013de2e.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-7299ccd4570522b5.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-09f5897e6f2050d8.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-ce48581fbc14b01d.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-e4eb515ef1d89410.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-08b016a9188ac00e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-9d0180ae373a0d5a.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-19c76a379aaa4dad.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-c080090410978807.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-e3e3e978e51c2a5a.rlib --extern helios_fusion=/work/oxidecomputer/omicron/target/debug/deps/libhelios_fusion-cb67488739707fb2.rlib --extern helios_tokamak=/work/oxidecomputer/omicron/target/debug/deps/libhelios_tokamak-9b94f471f66ba0e8.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-dba419b1193e8428.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-7a24d2e41697cd7a.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-942d365c014cdf5a.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-d93f984b20af488a.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-0ec197d7794bc6d8.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-5b5c07fac5c146ec.rlib --extern installinator_artifact_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifact_client-347ef62b28682942.rlib --extern installinator_artifactd=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifactd-5ecf653276abf444.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-48e9c39ef541799e.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3c99362b4aacff3c.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-8eb9911f02472cbc.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-37f0d0a84d6f098c.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-33fd68b208357d32.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-75851c7d92fec59f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-324b2074a3fb0001.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-b8e5b4c00c7a20f9.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-72bdbff7f725ab98.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0d3d8ad1198c025f.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d7b7fcd8659abd52.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1dc92e8732813f8f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-44d94bd17ea2528f.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-cdaede9525bfee06.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-4b96c2054cafe633.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-cbb2edabe35d1de2.rlib --extern snafu=/work/oxidecomputer/omicron/target/debug/deps/libsnafu-d8a2d906efefc81b.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3d4ed7085fff63b9.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-f49480703b44d645.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-8053178730bb7d03.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5e0f716cf1967241.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-eb8bc694d9d2cf30.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-279a0d7c116fe1ff.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-b148462e64533cac.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-a3efd6033cf85ff8.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-6f5f42fb536bcce2.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-afe8b4b884a674c0.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-13bc16cdbcec162e.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-32ea2071079ed19b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dc2ac240cbe2519e.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-66cf91eedcc6f331.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-bf1dbdfd3a31d089.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-3fc486b199d17aaf.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/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-edfc071a8662c2dd/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-90f02ad9d4473dcd/out`
36882023-09-29T22:59:11.655Z Running `/home/build/.rustup/toolchains/1.72.1-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=8d92af62413bdde2 -C extra-filename=-8d92af62413bdde2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6f7a908a904e9351.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-60cc23ed68c4a18e.so --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-38cc4c66365f0fd4.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c2cb76b03f094493.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-cb608edbae315470.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-17552ea7ce8bb1f0.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1a527d146b44fd95.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-92885fa4bce3cd2e.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-2e1d16e1b4fcec6f.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-dbe076e154597cdc.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-fbef286758bd5d1f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c216cf50d7c187a6.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-c3c28f089340dd8e.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-1c0a47dfce511b54.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b9016aee0b2ff754.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-8a665da6f0558c77.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-a2a72deb8c5eb97e.rlib --extern helios_fusion=/work/oxidecomputer/omicron/target/debug/deps/libhelios_fusion-8ec68869ea0a3797.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-48dbb664544ec132.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-587e107ed5d6e0f1.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-3ae877363464ddb8.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-9b45e1d330082d76.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-c4b5cbfd24103951.rlib --extern installinator_artifactd=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifactd-b840d723b726c28f.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-cb7e8236d3a0cf8b.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3f89cd07508cd947.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-2522a2324142c852.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-23e95df5c1119974.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-12e4d27e8552c467.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9ae622a9a5eea42c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f65baf3f29cf1fd8.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-46cf70536623e002.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc95c778b5981b46.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-51c9b43c2331a342.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-8e84a6f8110e75a4.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-7e7e4ea483b2190a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-5bc7046f223dcd91.rlib --extern snafu=/work/oxidecomputer/omicron/target/debug/deps/libsnafu-12b87fb20abdd900.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-260eeb8cfcbdf125.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-49b043b2e705bbca.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-ba9f8c93f72b01db.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-77e6e544b9416448.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-10bfee79ab43e319.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-9f1c5eac74822cf1.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-a921a73ee678412e.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-0b7bc76fa38f85b0.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-054cd0d88ea77368.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d16491bfbae9b4be.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-045049d22f91e0b1.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-7b358cbbb63674d4.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/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-edfc071a8662c2dd/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-90f02ad9d4473dcd/out`
36892023-09-29T22:59:11.925Z Running `/home/build/.rustup/toolchains/1.72.1-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=bd1be8d10f9c68b5 -C extra-filename=-bd1be8d10f9c68b5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-476b9f9fc2bea332.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-ee57411a82957b45.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-808e28d3d3156bbe.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5bb86fda6cf178b2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f3291acf8bc27552.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-e62ba2e10ffad3b6.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-0ec6585461429e18.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-08b016a9188ac00e.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-f2067ebe1995322f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-37f0d0a84d6f098c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-75851c7d92fec59f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-324b2074a3fb0001.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-2625da11526927bd.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-92bfa0559792adb6.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-5cedeb988d1c300f.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-8ffe1f66c77ddbe4.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-d8234f11b3e61901.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-afe8b4b884a674c0.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-13bc16cdbcec162e.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/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-edfc071a8662c2dd/out/lib`
36902023-09-29T22:59:15.531Z Running `/home/build/.rustup/toolchains/1.72.1-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=6dafdb64559ed0dd -C extra-filename=-6dafdb64559ed0dd --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-476b9f9fc2bea332.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-ee57411a82957b45.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-808e28d3d3156bbe.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5bb86fda6cf178b2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f3291acf8bc27552.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-e62ba2e10ffad3b6.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-0ec6585461429e18.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-08b016a9188ac00e.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-f2067ebe1995322f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-37f0d0a84d6f098c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-75851c7d92fec59f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-324b2074a3fb0001.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-2625da11526927bd.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-92bfa0559792adb6.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-5cedeb988d1c300f.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-8ffe1f66c77ddbe4.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-d8234f11b3e61901.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-afe8b4b884a674c0.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-13bc16cdbcec162e.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/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-edfc071a8662c2dd/out/lib`
36912023-09-29T22:59:27.631Z Running `/home/build/.rustup/toolchains/1.72.1-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=2522b912c23e4348 -C extra-filename=-2522b912c23e4348 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6f7a908a904e9351.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-cb608edbae315470.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-389c900f15cd9ab5.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1a527d146b44fd95.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-9c0ff94bc4454758.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-25ff51be749310b5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-23e95df5c1119974.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9ae622a9a5eea42c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-ceb79fdff76abd9e.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-213b45dd94672eea.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-7ea5c210a1de1190.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-eb98442eee8f94c4.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-0b7bc76fa38f85b0.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/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-edfc071a8662c2dd/out/lib`
36922023-09-29T22:59:32.225Z Running `/home/build/.rustup/toolchains/1.72.1-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=5ddb87dec0a10215 -C extra-filename=-5ddb87dec0a10215 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-476b9f9fc2bea332.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-ee57411a82957b45.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-0ddc43cc19bbef14.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-808e28d3d3156bbe.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-bebe03e21160a1ee.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f3291acf8bc27552.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-9135144457177dfc.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-9d0180ae373a0d5a.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-dba419b1193e8428.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-f2067ebe1995322f.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-bf55098caea8d589.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-5e0d519d9568c112.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3c99362b4aacff3c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-37f0d0a84d6f098c.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-33fd68b208357d32.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-324b2074a3fb0001.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-dffc32915439d36d.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-7925e2f5a7b97d4e.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-76b1ad1715fd743c.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-2021ce6529bc4a83.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d7b7fcd8659abd52.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-85d4451dffda6e9e.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-58a1a56fb7e968b5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-44d94bd17ea2528f.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-d1f7b310295782f5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-92bfa0559792adb6.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-5cedeb988d1c300f.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-8ffe1f66c77ddbe4.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-d8234f11b3e61901.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-60adf71799d31a99.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5e0f716cf1967241.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-279a0d7c116fe1ff.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-b148462e64533cac.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-2709cafe9c62e500.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-c747307cbf6839e5.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-b5773f86976bf9c1.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-32ea2071079ed19b.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-ec7265bbfc66b361.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-66cf91eedcc6f331.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-3fc486b199d17aaf.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-302d0b30a73469bd.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/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-edfc071a8662c2dd/out/lib`
36932023-09-29T22:59:32.918Z Running `/home/build/.rustup/toolchains/1.72.1-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=40d02ac8f331b9f5 -C extra-filename=-40d02ac8f331b9f5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-476b9f9fc2bea332.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-cd943cd2dfeb8306.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-808e28d3d3156bbe.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-bebe03e21160a1ee.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f3291acf8bc27552.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-9135144457177dfc.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-324b2074a3fb0001.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-2021ce6529bc4a83.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-99f235cafaba6a25.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-92bfa0559792adb6.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-5cedeb988d1c300f.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-8ffe1f66c77ddbe4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5e0f716cf1967241.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-ec7265bbfc66b361.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib`
36942023-09-29T22:59:34.566Z Running `/home/build/.rustup/toolchains/1.72.1-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=15cda721194e7986 -C extra-filename=-15cda721194e7986 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-476b9f9fc2bea332.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-60cc23ed68c4a18e.so --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-d18d288ecd8cb7f3.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-cd943cd2dfeb8306.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-808e28d3d3156bbe.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-768088b73c731f87.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f3291acf8bc27552.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-d23e05604d0fd4cd.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-f2abfcb6c70cf6ba.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-0cd7c1614351d401.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-f5c25d6d8be7339d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d748b2183013de2e.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-7299ccd4570522b5.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-09f5897e6f2050d8.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-ce48581fbc14b01d.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-e4eb515ef1d89410.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-08b016a9188ac00e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-9d0180ae373a0d5a.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-19c76a379aaa4dad.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-c080090410978807.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-e3e3e978e51c2a5a.rlib --extern helios_fusion=/work/oxidecomputer/omicron/target/debug/deps/libhelios_fusion-cb67488739707fb2.rlib --extern helios_tokamak=/work/oxidecomputer/omicron/target/debug/deps/libhelios_tokamak-9b94f471f66ba0e8.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-dba419b1193e8428.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-7a24d2e41697cd7a.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-942d365c014cdf5a.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-d93f984b20af488a.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-0ec197d7794bc6d8.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-5b5c07fac5c146ec.rlib --extern installinator_artifact_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifact_client-347ef62b28682942.rlib --extern installinator_artifactd=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifactd-5ecf653276abf444.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-48e9c39ef541799e.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3c99362b4aacff3c.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-8eb9911f02472cbc.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-37f0d0a84d6f098c.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-33fd68b208357d32.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-75851c7d92fec59f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-324b2074a3fb0001.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-b8e5b4c00c7a20f9.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-72bdbff7f725ab98.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0d3d8ad1198c025f.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d7b7fcd8659abd52.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1dc92e8732813f8f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-44d94bd17ea2528f.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-cdaede9525bfee06.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-4b96c2054cafe633.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-cbb2edabe35d1de2.rlib --extern snafu=/work/oxidecomputer/omicron/target/debug/deps/libsnafu-d8a2d906efefc81b.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3d4ed7085fff63b9.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-f49480703b44d645.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-8053178730bb7d03.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5e0f716cf1967241.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-eb8bc694d9d2cf30.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-279a0d7c116fe1ff.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-b148462e64533cac.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-a3efd6033cf85ff8.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-6f5f42fb536bcce2.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-afe8b4b884a674c0.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-13bc16cdbcec162e.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-32ea2071079ed19b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dc2ac240cbe2519e.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-66cf91eedcc6f331.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-3fc486b199d17aaf.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/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-edfc071a8662c2dd/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-90f02ad9d4473dcd/out`
36952023-09-29T22:59:35.586Z Running `/home/build/.rustup/toolchains/1.72.1-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=09b4806f47b51b12 -C extra-filename=-09b4806f47b51b12 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-476b9f9fc2bea332.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-60cc23ed68c4a18e.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-0ddc43cc19bbef14.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-cd943cd2dfeb8306.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-808e28d3d3156bbe.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-53d6278c6d3f2d64.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f3291acf8bc27552.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-d23e05604d0fd4cd.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-0cd7c1614351d401.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-9d0180ae373a0d5a.rlib --extern helios_fusion=/work/oxidecomputer/omicron/target/debug/deps/libhelios_fusion-cb67488739707fb2.rlib --extern helios_protostar=/work/oxidecomputer/omicron/target/debug/deps/libhelios_protostar-3ef3bf87873d7fbd.rlib --extern helios_tokamak=/work/oxidecomputer/omicron/target/debug/deps/libhelios_tokamak-9b94f471f66ba0e8.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-dba419b1193e8428.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-7d5b0c521a1c8140.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-7a24d2e41697cd7a.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-0ec197d7794bc6d8.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-5b5c07fac5c146ec.rlib --extern installinator_artifact_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifact_client-347ef62b28682942.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-48e9c39ef541799e.rlib --extern ipcc_key_value=/work/oxidecomputer/omicron/target/debug/deps/libipcc_key_value-ac1222da151c69c7.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3c99362b4aacff3c.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b1078066b701b737.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-37f0d0a84d6f098c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-75851c7d92fec59f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-324b2074a3fb0001.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-dffc32915439d36d.rlib --extern partial_io=/work/oxidecomputer/omicron/target/debug/deps/libpartial_io-a48b16da55fb43b3.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-a88469ec7f128e6e.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-76b1ad1715fd743c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d7b7fcd8659abd52.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-cdaede9525bfee06.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-4b96c2054cafe633.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-92bfa0559792adb6.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-5cedeb988d1c300f.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-8ffe1f66c77ddbe4.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-e86e706d4526321b.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-d8234f11b3e61901.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-f94fa546cf161404.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-8053178730bb7d03.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5e0f716cf1967241.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-eb8bc694d9d2cf30.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-b148462e64533cac.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-13bc16cdbcec162e.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-32ea2071079ed19b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dc2ac240cbe2519e.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/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-edfc071a8662c2dd/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-90f02ad9d4473dcd/out`
36962023-09-29T22:59:37.106Z Running `/home/build/.rustup/toolchains/1.72.1-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=b44610ba40a99e78 -C extra-filename=-b44610ba40a99e78 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-476b9f9fc2bea332.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-60cc23ed68c4a18e.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-808e28d3d3156bbe.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f3291acf8bc27552.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d748b2183013de2e.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-09f5897e6f2050d8.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-d93f984b20af488a.rlib --extern installinator_artifactd=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifactd-5ecf653276abf444.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-48e9c39ef541799e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-37f0d0a84d6f098c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-75851c7d92fec59f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-324b2074a3fb0001.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-b8e5b4c00c7a20f9.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-72bdbff7f725ab98.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1dc92e8732813f8f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-44d94bd17ea2528f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3d4ed7085fff63b9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5e0f716cf1967241.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dc2ac240cbe2519e.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/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-edfc071a8662c2dd/out/lib`
36972023-09-29T22:59:37.545Z Running `/home/build/.rustup/toolchains/1.72.1-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=473cd774ec650121 -C extra-filename=-473cd774ec650121 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-476b9f9fc2bea332.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-ee57411a82957b45.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-808e28d3d3156bbe.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5bb86fda6cf178b2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f3291acf8bc27552.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-e62ba2e10ffad3b6.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-0ec6585461429e18.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-08b016a9188ac00e.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-f2067ebe1995322f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-37f0d0a84d6f098c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-75851c7d92fec59f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-324b2074a3fb0001.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-2625da11526927bd.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-92bfa0559792adb6.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-5cedeb988d1c300f.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-8ffe1f66c77ddbe4.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-d8234f11b3e61901.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-afe8b4b884a674c0.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-13bc16cdbcec162e.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/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-edfc071a8662c2dd/out/lib`
36982023-09-29T22:59:40.241Z Running `/home/build/.rustup/toolchains/1.72.1-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=3c2fb9da59f995aa -C extra-filename=-3c2fb9da59f995aa --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-476b9f9fc2bea332.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-60cc23ed68c4a18e.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-0ddc43cc19bbef14.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-cd943cd2dfeb8306.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-808e28d3d3156bbe.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-53d6278c6d3f2d64.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f3291acf8bc27552.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-d23e05604d0fd4cd.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-0cd7c1614351d401.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-9d0180ae373a0d5a.rlib --extern helios_fusion=/work/oxidecomputer/omicron/target/debug/deps/libhelios_fusion-cb67488739707fb2.rlib --extern helios_protostar=/work/oxidecomputer/omicron/target/debug/deps/libhelios_protostar-3ef3bf87873d7fbd.rlib --extern helios_tokamak=/work/oxidecomputer/omicron/target/debug/deps/libhelios_tokamak-9b94f471f66ba0e8.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-dba419b1193e8428.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-7d5b0c521a1c8140.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-7a24d2e41697cd7a.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-0ec197d7794bc6d8.rlib --extern installinator_artifact_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifact_client-347ef62b28682942.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-48e9c39ef541799e.rlib --extern ipcc_key_value=/work/oxidecomputer/omicron/target/debug/deps/libipcc_key_value-ac1222da151c69c7.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3c99362b4aacff3c.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b1078066b701b737.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-37f0d0a84d6f098c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-75851c7d92fec59f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-324b2074a3fb0001.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-dffc32915439d36d.rlib --extern partial_io=/work/oxidecomputer/omicron/target/debug/deps/libpartial_io-a48b16da55fb43b3.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-a88469ec7f128e6e.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-76b1ad1715fd743c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d7b7fcd8659abd52.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-cdaede9525bfee06.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-4b96c2054cafe633.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-92bfa0559792adb6.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-5cedeb988d1c300f.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-8ffe1f66c77ddbe4.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-e86e706d4526321b.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-d8234f11b3e61901.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-f94fa546cf161404.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-8053178730bb7d03.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5e0f716cf1967241.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-eb8bc694d9d2cf30.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-b148462e64533cac.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-13bc16cdbcec162e.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-32ea2071079ed19b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dc2ac240cbe2519e.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/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-edfc071a8662c2dd/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-90f02ad9d4473dcd/out`
36992023-09-29T22:59:40.251Z Running `/home/build/.rustup/toolchains/1.72.1-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=dc6fcc0d62b17934 -C extra-filename=-dc6fcc0d62b17934 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-476b9f9fc2bea332.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-60cc23ed68c4a18e.so --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-bebe03e21160a1ee.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f3291acf8bc27552.rlib --extern crucible_smf=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_smf-fd059d6ef9cde0f5.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d748b2183013de2e.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-09f5897e6f2050d8.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-9d0180ae373a0d5a.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-c080090410978807.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-482289eb481da89a.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-e3e3e978e51c2a5a.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-dba419b1193e8428.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-7a24d2e41697cd7a.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-d93f984b20af488a.rlib --extern ipcc_key_value=/work/oxidecomputer/omicron/target/debug/deps/libipcc_key_value-ac1222da151c69c7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-37f0d0a84d6f098c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-75851c7d92fec59f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-324b2074a3fb0001.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-dffc32915439d36d.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-b8e5b4c00c7a20f9.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-72bdbff7f725ab98.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1dc92e8732813f8f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-78d2f9a252b6bfc3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-44d94bd17ea2528f.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-6f1b9fc73aa4b6db.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-c4e4247885d1d88f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-cbb2edabe35d1de2.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-698ff04697f49b8c.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3d4ed7085fff63b9.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-8053178730bb7d03.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5e0f716cf1967241.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-eb8bc694d9d2cf30.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-bfd9f666dcca999f.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-279a0d7c116fe1ff.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-b148462e64533cac.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dc2ac240cbe2519e.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64`
37002023-09-29T22:59:40.790Z Running `/home/build/.rustup/toolchains/1.72.1-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=f1fa7cbe70ba3ffe -C extra-filename=-f1fa7cbe70ba3ffe --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-476b9f9fc2bea332.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-60cc23ed68c4a18e.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f3291acf8bc27552.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d748b2183013de2e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-9d0180ae373a0d5a.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-c080090410978807.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-dba419b1193e8428.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-37f0d0a84d6f098c.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-cc6179eccce555fd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-324b2074a3fb0001.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-cbb2edabe35d1de2.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-698ff04697f49b8c.rlib --extern sprockets_rot=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_rot-a8b4bcee3ea5a556.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-8053178730bb7d03.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5e0f716cf1967241.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-b148462e64533cac.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/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-edfc071a8662c2dd/out/lib`
37012023-09-29T22:59:41.286Z Running `/home/build/.rustup/toolchains/1.72.1-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=9a8e7e84997b874b -C extra-filename=-9a8e7e84997b874b --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-808e28d3d3156bbe.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d748b2183013de2e.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-c080090410978807.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-cc6179eccce555fd.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-75851c7d92fec59f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-324b2074a3fb0001.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-698ff04697f49b8c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5e0f716cf1967241.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dc2ac240cbe2519e.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64`
37022023-09-29T22:59:44.163Z Running `/home/build/.rustup/toolchains/1.72.1-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=a9d6f5488e3bc282 -C extra-filename=-a9d6f5488e3bc282 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-476b9f9fc2bea332.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-60cc23ed68c4a18e.so --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-bebe03e21160a1ee.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f3291acf8bc27552.rlib --extern crucible_smf=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_smf-fd059d6ef9cde0f5.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d748b2183013de2e.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-09f5897e6f2050d8.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-9d0180ae373a0d5a.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-c080090410978807.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-482289eb481da89a.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-e3e3e978e51c2a5a.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-dba419b1193e8428.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-7a24d2e41697cd7a.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-d93f984b20af488a.rlib --extern ipcc_key_value=/work/oxidecomputer/omicron/target/debug/deps/libipcc_key_value-ac1222da151c69c7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-37f0d0a84d6f098c.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-cc6179eccce555fd.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-75851c7d92fec59f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-324b2074a3fb0001.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-dffc32915439d36d.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-b8e5b4c00c7a20f9.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-72bdbff7f725ab98.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1dc92e8732813f8f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-78d2f9a252b6bfc3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-44d94bd17ea2528f.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-6f1b9fc73aa4b6db.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-c4e4247885d1d88f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-cbb2edabe35d1de2.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-698ff04697f49b8c.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3d4ed7085fff63b9.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-8053178730bb7d03.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5e0f716cf1967241.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-eb8bc694d9d2cf30.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-bfd9f666dcca999f.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-279a0d7c116fe1ff.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-b148462e64533cac.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dc2ac240cbe2519e.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64`
37032023-09-29T23:00:05.856Z Running `/home/build/.rustup/toolchains/1.72.1-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=57207550b0f2d238 -C extra-filename=-57207550b0f2d238 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-476b9f9fc2bea332.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-60cc23ed68c4a18e.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f3291acf8bc27552.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d748b2183013de2e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-9d0180ae373a0d5a.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-c080090410978807.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-dba419b1193e8428.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-37f0d0a84d6f098c.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-cc6179eccce555fd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-324b2074a3fb0001.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-cbb2edabe35d1de2.rlib --extern sprockets_rot=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_rot-a8b4bcee3ea5a556.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-8053178730bb7d03.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5e0f716cf1967241.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-b148462e64533cac.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/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-edfc071a8662c2dd/out/lib`
37042023-09-29T23:00:06.316Z Running `/home/build/.rustup/toolchains/1.72.1-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=65efe6022b005e57 -C extra-filename=-65efe6022b005e57 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-476b9f9fc2bea332.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-ee57411a82957b45.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-0ddc43cc19bbef14.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-808e28d3d3156bbe.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-bebe03e21160a1ee.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f3291acf8bc27552.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-9135144457177dfc.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-9d0180ae373a0d5a.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-dba419b1193e8428.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-f2067ebe1995322f.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-bf55098caea8d589.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-5e0d519d9568c112.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3c99362b4aacff3c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-37f0d0a84d6f098c.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-33fd68b208357d32.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-324b2074a3fb0001.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-dffc32915439d36d.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-7925e2f5a7b97d4e.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-76b1ad1715fd743c.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-2021ce6529bc4a83.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d7b7fcd8659abd52.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-85d4451dffda6e9e.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-58a1a56fb7e968b5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-44d94bd17ea2528f.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-d1f7b310295782f5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-92bfa0559792adb6.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-5cedeb988d1c300f.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-8ffe1f66c77ddbe4.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-d8234f11b3e61901.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-60adf71799d31a99.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5e0f716cf1967241.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-279a0d7c116fe1ff.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-b148462e64533cac.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-2709cafe9c62e500.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-c747307cbf6839e5.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-b5773f86976bf9c1.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-32ea2071079ed19b.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-66cf91eedcc6f331.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-3fc486b199d17aaf.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-302d0b30a73469bd.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/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-edfc071a8662c2dd/out/lib`
37052023-09-29T23:00:07.206Z Running `/home/build/.rustup/toolchains/1.72.1-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=dd0a6de1c9bd6841 -C extra-filename=-dd0a6de1c9bd6841 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-de9d8e932b97828e.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-42ca3e9cf7532bd2.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-cd943cd2dfeb8306.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-808e28d3d3156bbe.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-768088b73c731f87.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-13d0ab9cc7fa5f0f.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-bebe03e21160a1ee.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-e6b4ea7ed68fff08.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-dba419b1193e8428.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-c999d1ce9b89f2c6.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-37f0d0a84d6f098c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-75851c7d92fec59f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-324b2074a3fb0001.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-36095fb9666f8367.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-76b1ad1715fd743c.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0d3d8ad1198c025f.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-7c5067f78a51f690.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-379efc3a9bc52f1d.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-c322e7d3eef85d01.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-4b96c2054cafe633.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-92bfa0559792adb6.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-8ffe1f66c77ddbe4.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-8053178730bb7d03.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5e0f716cf1967241.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dc2ac240cbe2519e.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-4e7847a749e035eb.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-302d0b30a73469bd.rlib -D warnings -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/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-edfc071a8662c2dd/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-90f02ad9d4473dcd/out`
37062023-09-29T23:00:08.801Z Running `/home/build/.rustup/toolchains/1.72.1-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=c99ec0ab5faed19f -C extra-filename=-c99ec0ab5faed19f --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-de9d8e932b97828e.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-42ca3e9cf7532bd2.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-cd943cd2dfeb8306.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-808e28d3d3156bbe.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-768088b73c731f87.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-13d0ab9cc7fa5f0f.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-bebe03e21160a1ee.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-e6b4ea7ed68fff08.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-dba419b1193e8428.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-c999d1ce9b89f2c6.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-37f0d0a84d6f098c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-75851c7d92fec59f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-324b2074a3fb0001.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-36095fb9666f8367.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-76b1ad1715fd743c.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0d3d8ad1198c025f.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-7c5067f78a51f690.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-379efc3a9bc52f1d.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-c322e7d3eef85d01.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-4b96c2054cafe633.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-92bfa0559792adb6.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-8ffe1f66c77ddbe4.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-8053178730bb7d03.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5e0f716cf1967241.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dc2ac240cbe2519e.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-4e7847a749e035eb.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-302d0b30a73469bd.rlib -D warnings -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/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-edfc071a8662c2dd/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-90f02ad9d4473dcd/out`
37072023-09-29T23:00:17.368Z Running `/home/build/.rustup/toolchains/1.72.1-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=70e9c22bff777941 -C extra-filename=-70e9c22bff777941 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-476b9f9fc2bea332.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5bb86fda6cf178b2.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-c41499250016917c.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-11c063e1ea77d67b.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-09f5897e6f2050d8.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-dba419b1193e8428.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-b276aeecfca09511.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-bf28e9e8844d3f92.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-b22b6623aaea9916.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-d69ea40ba262d5fd.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-8262e5b434615454.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-8eb9911f02472cbc.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-37f0d0a84d6f098c.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-33fd68b208357d32.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-324b2074a3fb0001.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-3f69459e66aab1ce.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-36095fb9666f8367.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0d3d8ad1198c025f.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-ea5fedba9be4e455.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1dc92e8732813f8f.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-58a1a56fb7e968b5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-44d94bd17ea2528f.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-10f29854c0fa36bc.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-4310ba65bd69c4c1.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-36343ff9b281ab4a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-8053178730bb7d03.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dc2ac240cbe2519e.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-3a9eefe523799152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib`
37082023-09-29T23:00:36.721Z Running `/home/build/.rustup/toolchains/1.72.1-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=c1fa58bb35cb246d -C extra-filename=-c1fa58bb35cb246d --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f3291acf8bc27552.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d748b2183013de2e.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-09f5897e6f2050d8.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-9d0180ae373a0d5a.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-b1c951a496c2c819.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-eda69919e1616b12.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-37f0d0a84d6f098c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-75851c7d92fec59f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-324b2074a3fb0001.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-b8e5b4c00c7a20f9.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-72bdbff7f725ab98.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-3f84cf961f7607bd.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-393ab711ab29d7e5.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-7a39e0ef41d3695f.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d7b7fcd8659abd52.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-44d94bd17ea2528f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-cbb2edabe35d1de2.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3d4ed7085fff63b9.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-8053178730bb7d03.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5e0f716cf1967241.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-b148462e64533cac.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dc2ac240cbe2519e.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/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-edfc071a8662c2dd/out/lib`
37092023-09-29T23:00:54.805Z Running `/home/build/.rustup/toolchains/1.72.1-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=9f0b05c9e8ecb6c4 -C extra-filename=-9f0b05c9e8ecb6c4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-476b9f9fc2bea332.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-ee57411a82957b45.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-808e28d3d3156bbe.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5bb86fda6cf178b2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f3291acf8bc27552.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-e62ba2e10ffad3b6.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-0ec6585461429e18.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-08b016a9188ac00e.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-f2067ebe1995322f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-37f0d0a84d6f098c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-75851c7d92fec59f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-324b2074a3fb0001.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-2625da11526927bd.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-92bfa0559792adb6.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-5cedeb988d1c300f.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-8ffe1f66c77ddbe4.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-d8234f11b3e61901.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-13bc16cdbcec162e.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/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-edfc071a8662c2dd/out/lib`
37102023-09-29T23:00:55.743Z Running `/home/build/.rustup/toolchains/1.72.1-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=9a6ee729dcd4f9eb -C extra-filename=-9a6ee729dcd4f9eb --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-476b9f9fc2bea332.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-60cc23ed68c4a18e.so --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-cd943cd2dfeb8306.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5bb86fda6cf178b2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f3291acf8bc27552.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d748b2183013de2e.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3c99362b4aacff3c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-75851c7d92fec59f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-324b2074a3fb0001.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-3f84cf961f7607bd.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-7a39e0ef41d3695f.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-68bff4b9ff21c193.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d7b7fcd8659abd52.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1dc92e8732813f8f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-44d94bd17ea2528f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-92bfa0559792adb6.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-cbb2edabe35d1de2.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-8ffe1f66c77ddbe4.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-8053178730bb7d03.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5e0f716cf1967241.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-d22e7451ceeeb751.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dc2ac240cbe2519e.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/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-edfc071a8662c2dd/out/lib`
37112023-09-29T23:00:56.028Z Running `/home/build/.rustup/toolchains/1.72.1-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=62d1057b1e832f6f -C extra-filename=-62d1057b1e832f6f --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f3291acf8bc27552.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d748b2183013de2e.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-09f5897e6f2050d8.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-9d0180ae373a0d5a.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-b1c951a496c2c819.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-eda69919e1616b12.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-37f0d0a84d6f098c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-75851c7d92fec59f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-324b2074a3fb0001.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-b8e5b4c00c7a20f9.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-72bdbff7f725ab98.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-3f84cf961f7607bd.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-7a39e0ef41d3695f.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d7b7fcd8659abd52.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-44d94bd17ea2528f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-cbb2edabe35d1de2.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3d4ed7085fff63b9.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-8053178730bb7d03.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5e0f716cf1967241.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-b148462e64533cac.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dc2ac240cbe2519e.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/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-edfc071a8662c2dd/out/lib`
37122023-09-29T23:00:56.207Z Running `/home/build/.rustup/toolchains/1.72.1-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 -C metadata=a31fef82f13ff665 -C extra-filename=-a31fef82f13ff665 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-476b9f9fc2bea332.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-60cc23ed68c4a18e.so --extern bhyve_api=/work/oxidecomputer/omicron/target/debug/deps/libbhyve_api-2738d94b0270f3bc.rlib --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-d0b5a9931f42a80a.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-808e28d3d3156bbe.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-cb012b6dc451b338.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-f2abfcb6c70cf6ba.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-9d0180ae373a0d5a.rlib --extern helios_fusion=/work/oxidecomputer/omicron/target/debug/deps/libhelios_fusion-cb67488739707fb2.rlib --extern helios_tokamak=/work/oxidecomputer/omicron/target/debug/deps/libhelios_tokamak-9b94f471f66ba0e8.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-b276aeecfca09511.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3c99362b4aacff3c.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b1078066b701b737.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-bf28e9e8844d3f92.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-37f0d0a84d6f098c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-75851c7d92fec59f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-324b2074a3fb0001.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-149bf062a55f7e25.rlib --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-246d6fa55de99b00.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-c688f5001495eed8.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1dc92e8732813f8f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-44d94bd17ea2528f.rlib --extern shlex=/work/oxidecomputer/omicron/target/debug/deps/libshlex-cadfa44e68aa87aa.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-e86e706d4526321b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-8053178730bb7d03.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5e0f716cf1967241.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-b148462e64533cac.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dc2ac240cbe2519e.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-2350a122b2a13229.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib`
37132023-09-29T23:00:56.725Z Running `/home/build/.rustup/toolchains/1.72.1-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=619bae1a9038d21b -C extra-filename=-619bae1a9038d21b --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-476b9f9fc2bea332.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-808e28d3d3156bbe.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-cb012b6dc451b338.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-9d0180ae373a0d5a.rlib --extern helios_fusion=/work/oxidecomputer/omicron/target/debug/deps/libhelios_fusion-cb67488739707fb2.rlib --extern helios_tokamak=/work/oxidecomputer/omicron/target/debug/deps/libhelios_tokamak-9b94f471f66ba0e8.rlib --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-57a8b0edf70b218e.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-0ec197d7794bc6d8.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-18a73de380bbdb11.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b1078066b701b737.rlib --extern libefi_illumos=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_illumos-213ec371ede6b90d.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-bf28e9e8844d3f92.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-eda69919e1616b12.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-37f0d0a84d6f098c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-75851c7d92fec59f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-324b2074a3fb0001.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0d3d8ad1198c025f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1dc92e8732813f8f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-8053178730bb7d03.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-5941d5c4cf23b7c4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5e0f716cf1967241.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dc2ac240cbe2519e.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-90f02ad9d4473dcd/out`
37142023-09-29T23:00:57.268Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name wicketd_client --edition=2021 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=a4ecca85e2c00b16 -C extra-filename=-a4ecca85e2c00b16 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5bb86fda6cf178b2.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-48e9c39ef541799e.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-b276aeecfca09511.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-324b2074a3fb0001.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-aee9c80b0792b161.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-c688f5001495eed8.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d7b7fcd8659abd52.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1dc92e8732813f8f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-44d94bd17ea2528f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-32ea2071079ed19b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dc2ac240cbe2519e.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-66cf91eedcc6f331.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib`
37152023-09-29T23:00:57.558Z Running `/home/build/.rustup/toolchains/1.72.1-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=3d6007f4538674f9 -C extra-filename=-3d6007f4538674f9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-de9d8e932b97828e.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-cd943cd2dfeb8306.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-808e28d3d3156bbe.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-768088b73c731f87.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-13d0ab9cc7fa5f0f.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-bebe03e21160a1ee.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-e6b4ea7ed68fff08.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-dba419b1193e8428.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-c999d1ce9b89f2c6.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-37f0d0a84d6f098c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-75851c7d92fec59f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-324b2074a3fb0001.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-36095fb9666f8367.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-76b1ad1715fd743c.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0d3d8ad1198c025f.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-7c5067f78a51f690.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-379efc3a9bc52f1d.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-c322e7d3eef85d01.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-4b96c2054cafe633.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-92bfa0559792adb6.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-8ffe1f66c77ddbe4.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-8053178730bb7d03.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5e0f716cf1967241.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dc2ac240cbe2519e.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-4e7847a749e035eb.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-302d0b30a73469bd.rlib -D warnings -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/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-edfc071a8662c2dd/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-90f02ad9d4473dcd/out`
37162023-09-29T23:00:59.237Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name ddm_admin_client --edition=2021 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=ad839affeff0a359 -C extra-filename=-ad839affeff0a359 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-7299ccd4570522b5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-37f0d0a84d6f098c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-324b2074a3fb0001.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-a88469ec7f128e6e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d7b7fcd8659abd52.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-4b96c2054cafe633.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-8053178730bb7d03.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5e0f716cf1967241.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/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-edfc071a8662c2dd/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-90f02ad9d4473dcd/out`
37172023-09-29T23:01:02.562Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name bootstrap_agent_client --edition=2021 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=069fa0d2de8f48fa -C extra-filename=-069fa0d2de8f48fa --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-60cc23ed68c4a18e.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5bb86fda6cf178b2.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-b276aeecfca09511.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-37f0d0a84d6f098c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-324b2074a3fb0001.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-aee9c80b0792b161.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-c688f5001495eed8.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d7b7fcd8659abd52.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1dc92e8732813f8f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-4b96c2054cafe633.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dc2ac240cbe2519e.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/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-edfc071a8662c2dd/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-90f02ad9d4473dcd/out`
37182023-09-29T23:01:03.302Z Running `/home/build/.rustup/toolchains/1.72.1-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=e6da234a9f74540a -C extra-filename=-e6da234a9f74540a --out-dir /work/oxidecomputer/omicron/target/debug/examples -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5bb86fda6cf178b2.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d748b2183013de2e.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-eda69919e1616b12.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-37f0d0a84d6f098c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-324b2074a3fb0001.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-3f84cf961f7607bd.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-281533dae7303396.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d7b7fcd8659abd52.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1dc92e8732813f8f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-cbb2edabe35d1de2.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-8053178730bb7d03.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5e0f716cf1967241.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dc2ac240cbe2519e.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/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-edfc071a8662c2dd/out/lib`
37192023-09-29T23:01:08.855Z Running `/home/build/.rustup/toolchains/1.72.1-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=d54867537271bdca -C extra-filename=-d54867537271bdca --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-476b9f9fc2bea332.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f3291acf8bc27552.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-09f5897e6f2050d8.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-9d0180ae373a0d5a.rlib --extern helios_fusion=/work/oxidecomputer/omicron/target/debug/deps/libhelios_fusion-cb67488739707fb2.rlib --extern helios_protostar=/work/oxidecomputer/omicron/target/debug/deps/libhelios_protostar-3ef3bf87873d7fbd.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-dba419b1193e8428.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-0ec197d7794bc6d8.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-5e0d519d9568c112.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-37f0d0a84d6f098c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-324b2074a3fb0001.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-0aae0a8d742f12de.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-9bb8439060fdcd67.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-4a2d475cc77cdac3.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d7b7fcd8659abd52.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-ab830bac25aeb8d2.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-58a1a56fb7e968b5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.rlib --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-d5f28ff1ebf2cea8.so --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-4b96c2054cafe633.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-92bfa0559792adb6.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-8ffe1f66c77ddbe4.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-e86e706d4526321b.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-36343ff9b281ab4a.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-f49480703b44d645.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-d8234f11b3e61901.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-8053178730bb7d03.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5e0f716cf1967241.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-b148462e64533cac.rlib --extern topological_sort=/work/oxidecomputer/omicron/target/debug/deps/libtopological_sort-e08aeceaa1b02ae6.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-c5f644c1b249bcae.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-90f02ad9d4473dcd/out`
37202023-09-29T23:01:08.991Z Running `/home/build/.rustup/toolchains/1.72.1-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=35e87c317c323545 -C extra-filename=-35e87c317c323545 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5bb86fda6cf178b2.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d748b2183013de2e.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-eda69919e1616b12.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-37f0d0a84d6f098c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-324b2074a3fb0001.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-3f84cf961f7607bd.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d7b7fcd8659abd52.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1dc92e8732813f8f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-cbb2edabe35d1de2.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-8053178730bb7d03.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5e0f716cf1967241.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dc2ac240cbe2519e.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/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-edfc071a8662c2dd/out/lib`
37212023-09-29T23:01:10.651Z Running `/home/build/.rustup/toolchains/1.72.1-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"' -C metadata=9edb442d425e2037 -C extra-filename=-9edb442d425e2037 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5bb86fda6cf178b2.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d748b2183013de2e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-9d0180ae373a0d5a.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-7a24d2e41697cd7a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-324b2074a3fb0001.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-3f84cf961f7607bd.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5e0f716cf1967241.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dc2ac240cbe2519e.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/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-edfc071a8662c2dd/out/lib`
37222023-09-29T23:01:12.152Z Running `/home/build/.rustup/toolchains/1.72.1-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=a2900f34fe8beb6f -C extra-filename=-a2900f34fe8beb6f --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern approx=/work/oxidecomputer/omicron/target/debug/deps/libapprox-e34ace3cae01a413.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-cd943cd2dfeb8306.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5bb86fda6cf178b2.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-89fbc6e9413c9530.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-37f0d0a84d6f098c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-324b2074a3fb0001.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-3f84cf961f7607bd.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-b4e6640b4ee79a9d.so --extern rstest=/work/oxidecomputer/omicron/target/debug/deps/librstest-eeebef167cc1a34d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1dc92e8732813f8f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-8053178730bb7d03.rlib --extern trybuild=/work/oxidecomputer/omicron/target/debug/deps/libtrybuild-e139c947449c5875.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dc2ac240cbe2519e.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/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-edfc071a8662c2dd/out/lib`
37232023-09-29T23:01:13.785Z Running `/home/build/.rustup/toolchains/1.72.1-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=8503969ad006dfe7 -C extra-filename=-8503969ad006dfe7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-476b9f9fc2bea332.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-60cc23ed68c4a18e.so --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-cd943cd2dfeb8306.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5bb86fda6cf178b2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f3291acf8bc27552.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d748b2183013de2e.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3c99362b4aacff3c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-75851c7d92fec59f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-324b2074a3fb0001.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-3f84cf961f7607bd.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-68bff4b9ff21c193.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d7b7fcd8659abd52.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1dc92e8732813f8f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-44d94bd17ea2528f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-92bfa0559792adb6.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-cbb2edabe35d1de2.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-8ffe1f66c77ddbe4.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-8053178730bb7d03.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5e0f716cf1967241.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-d22e7451ceeeb751.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dc2ac240cbe2519e.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/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-edfc071a8662c2dd/out/lib`
37242023-09-29T23:01:18.606Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name installinator_artifact_client --edition=2021 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=c4b0f6256a264b50 -C extra-filename=-c4b0f6256a264b50 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-48e9c39ef541799e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-324b2074a3fb0001.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-aee9c80b0792b161.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-c688f5001495eed8.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d7b7fcd8659abd52.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1dc92e8732813f8f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-44d94bd17ea2528f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-32ea2071079ed19b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dc2ac240cbe2519e.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib`
37252023-09-29T23:01:27.240Z Running `/home/build/.rustup/toolchains/1.72.1-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=f1a1da6117e5c0c6 -C extra-filename=-f1a1da6117e5c0c6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-476b9f9fc2bea332.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-808e28d3d3156bbe.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-0ec197d7794bc6d8.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-37f0d0a84d6f098c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-324b2074a3fb0001.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1dc92e8732813f8f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-44d94bd17ea2528f.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-379efc3a9bc52f1d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-8053178730bb7d03.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-32ea2071079ed19b.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib`
37262023-09-29T23:01:27.288Z Running `/home/build/.rustup/toolchains/1.72.1-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=e599ed5482ecd4bd -C extra-filename=-e599ed5482ecd4bd --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-476b9f9fc2bea332.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-60cc23ed68c4a18e.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-808e28d3d3156bbe.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f3291acf8bc27552.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d748b2183013de2e.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-09f5897e6f2050d8.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-d93f984b20af488a.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-48e9c39ef541799e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-37f0d0a84d6f098c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-75851c7d92fec59f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-324b2074a3fb0001.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-b8e5b4c00c7a20f9.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-72bdbff7f725ab98.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1dc92e8732813f8f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-44d94bd17ea2528f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3d4ed7085fff63b9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5e0f716cf1967241.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dc2ac240cbe2519e.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/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-edfc071a8662c2dd/out/lib`
37272023-09-29T23:01:30.805Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli)
37282023-09-29T23:01:31.301Z Running `/home/build/.rustup/toolchains/1.72.1-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=cc4cd691b7ec32dc -C extra-filename=-cc4cd691b7ec32dc --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-476b9f9fc2bea332.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f3291acf8bc27552.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d748b2183013de2e.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-b1c951a496c2c819.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-37f0d0a84d6f098c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-324b2074a3fb0001.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5e0f716cf1967241.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-6f5f42fb536bcce2.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/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-edfc071a8662c2dd/out/lib`
37292023-09-29T23:01:31.419Z Running `/home/build/.rustup/toolchains/1.72.1-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=135ec5352cac30f2 -C extra-filename=-135ec5352cac30f2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-476b9f9fc2bea332.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-de9d8e932b97828e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5bb86fda6cf178b2.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-23d8ad7de131847e.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-6bbc0478e132958e.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d748b2183013de2e.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-09f5897e6f2050d8.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-9d0180ae373a0d5a.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-d93f984b20af488a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-37f0d0a84d6f098c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-75851c7d92fec59f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-324b2074a3fb0001.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-aee9c80b0792b161.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d7b7fcd8659abd52.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-44d94bd17ea2528f.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-f62c37180226deaf.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-d8234f11b3e61901.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-8053178730bb7d03.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5e0f716cf1967241.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-f3b53926e737ee37.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-6f5f42fb536bcce2.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dc2ac240cbe2519e.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib`
37302023-09-29T23:01:34.002Z Running `/home/build/.rustup/toolchains/1.72.1-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=8958dd483a19f657 -C extra-filename=-8958dd483a19f657 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-476b9f9fc2bea332.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-808e28d3d3156bbe.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5bb86fda6cf178b2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f3291acf8bc27552.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-23d8ad7de131847e.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-6bbc0478e132958e.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d748b2183013de2e.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-09f5897e6f2050d8.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-7a24d2e41697cd7a.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-75851c7d92fec59f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-324b2074a3fb0001.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-b8e5b4c00c7a20f9.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-72bdbff7f725ab98.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-5774af50a8e48f6f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1dc92e8732813f8f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-44d94bd17ea2528f.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-f62c37180226deaf.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-92bfa0559792adb6.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-5cedeb988d1c300f.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-8ffe1f66c77ddbe4.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3d4ed7085fff63b9.rlib --extern tempdir=/work/oxidecomputer/omicron/target/debug/deps/libtempdir-fe8ac60f010f5864.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-d8234f11b3e61901.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-8053178730bb7d03.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5e0f716cf1967241.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-b148462e64533cac.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-1860f17c979531b7.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-f3b53926e737ee37.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-6f5f42fb536bcce2.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-67270d07571b5d75.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dc2ac240cbe2519e.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib`
37312023-09-29T23:01:35.412Z Running `/home/build/.rustup/toolchains/1.72.1-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=6d05dabc8d26332f -C extra-filename=-6d05dabc8d26332f --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-476b9f9fc2bea332.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-808e28d3d3156bbe.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5bb86fda6cf178b2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f3291acf8bc27552.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-23d8ad7de131847e.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-6bbc0478e132958e.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d748b2183013de2e.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-09f5897e6f2050d8.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-7a24d2e41697cd7a.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-75851c7d92fec59f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-324b2074a3fb0001.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-b8e5b4c00c7a20f9.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-72bdbff7f725ab98.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-5774af50a8e48f6f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1dc92e8732813f8f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-44d94bd17ea2528f.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-f62c37180226deaf.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-92bfa0559792adb6.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-5cedeb988d1c300f.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-8ffe1f66c77ddbe4.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3d4ed7085fff63b9.rlib --extern tempdir=/work/oxidecomputer/omicron/target/debug/deps/libtempdir-fe8ac60f010f5864.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-d8234f11b3e61901.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-8053178730bb7d03.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5e0f716cf1967241.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-b148462e64533cac.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-1860f17c979531b7.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-f3b53926e737ee37.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-6f5f42fb536bcce2.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-67270d07571b5d75.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dc2ac240cbe2519e.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib`
37322023-09-29T23:02:01.651Z Running `/home/build/.rustup/toolchains/1.72.1-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=59706748adbeed01 -C extra-filename=-59706748adbeed01 --out-dir /work/oxidecomputer/omicron/target/debug/examples -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-476b9f9fc2bea332.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-0ddc43cc19bbef14.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-cd943cd2dfeb8306.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-808e28d3d3156bbe.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-768088b73c731f87.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-53d6278c6d3f2d64.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-f2abfcb6c70cf6ba.rlib --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-718c444102156aa7.so --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-7299ccd4570522b5.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-9d0180ae373a0d5a.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-bf55098caea8d589.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-5e0d519d9568c112.rlib --extern linear_map=/work/oxidecomputer/omicron/target/debug/deps/liblinear_map-0eb5e9b7e5ea9c91.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-75851c7d92fec59f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-324b2074a3fb0001.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-7925e2f5a7b97d4e.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-9bb8439060fdcd67.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1dc92e8732813f8f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-44d94bd17ea2528f.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-379efc3a9bc52f1d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5e0f716cf1967241.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-eb8bc694d9d2cf30.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-32ea2071079ed19b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dc2ac240cbe2519e.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/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-edfc071a8662c2dd/out/lib`
37332023-09-29T23:02:05.118Z Running `/home/build/.rustup/toolchains/1.72.1-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=bcd3dd15f803fdfc -C extra-filename=-bcd3dd15f803fdfc --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-476b9f9fc2bea332.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-808e28d3d3156bbe.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5bb86fda6cf178b2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f3291acf8bc27552.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-23d8ad7de131847e.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-6bbc0478e132958e.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d748b2183013de2e.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-09f5897e6f2050d8.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-7a24d2e41697cd7a.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-75851c7d92fec59f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-324b2074a3fb0001.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-b8e5b4c00c7a20f9.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-72bdbff7f725ab98.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-5774af50a8e48f6f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1dc92e8732813f8f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-44d94bd17ea2528f.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-f62c37180226deaf.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-92bfa0559792adb6.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-5cedeb988d1c300f.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-8ffe1f66c77ddbe4.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3d4ed7085fff63b9.rlib --extern tempdir=/work/oxidecomputer/omicron/target/debug/deps/libtempdir-fe8ac60f010f5864.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-d8234f11b3e61901.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-8053178730bb7d03.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5e0f716cf1967241.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-b148462e64533cac.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-1860f17c979531b7.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-f3b53926e737ee37.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-6f5f42fb536bcce2.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-67270d07571b5d75.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dc2ac240cbe2519e.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib`
37342023-09-29T23:02:06.327Z Running `/home/build/.rustup/toolchains/1.72.1-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=f4b470af784b54f1 -C extra-filename=-f4b470af784b54f1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-476b9f9fc2bea332.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-808e28d3d3156bbe.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5bb86fda6cf178b2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f3291acf8bc27552.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-23d8ad7de131847e.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-6bbc0478e132958e.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d748b2183013de2e.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-09f5897e6f2050d8.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-7a24d2e41697cd7a.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-75851c7d92fec59f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-324b2074a3fb0001.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-b8e5b4c00c7a20f9.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-72bdbff7f725ab98.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-5774af50a8e48f6f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1dc92e8732813f8f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-44d94bd17ea2528f.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-f62c37180226deaf.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-92bfa0559792adb6.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-5cedeb988d1c300f.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-8ffe1f66c77ddbe4.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3d4ed7085fff63b9.rlib --extern tempdir=/work/oxidecomputer/omicron/target/debug/deps/libtempdir-fe8ac60f010f5864.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-d8234f11b3e61901.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-8053178730bb7d03.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5e0f716cf1967241.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-b148462e64533cac.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-1860f17c979531b7.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-f3b53926e737ee37.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-6f5f42fb536bcce2.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-67270d07571b5d75.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dc2ac240cbe2519e.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib`
37352023-09-29T23:02:07.795Z Running `/home/build/.rustup/toolchains/1.72.1-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=630e2716be72dfda -C extra-filename=-630e2716be72dfda --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-476b9f9fc2bea332.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-808e28d3d3156bbe.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5bb86fda6cf178b2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f3291acf8bc27552.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-23d8ad7de131847e.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-6bbc0478e132958e.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d748b2183013de2e.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-09f5897e6f2050d8.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-7a24d2e41697cd7a.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-75851c7d92fec59f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-324b2074a3fb0001.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-b8e5b4c00c7a20f9.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-72bdbff7f725ab98.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-5774af50a8e48f6f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1dc92e8732813f8f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-44d94bd17ea2528f.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-f62c37180226deaf.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-92bfa0559792adb6.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-5cedeb988d1c300f.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-8ffe1f66c77ddbe4.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3d4ed7085fff63b9.rlib --extern tempdir=/work/oxidecomputer/omicron/target/debug/deps/libtempdir-fe8ac60f010f5864.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-d8234f11b3e61901.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-8053178730bb7d03.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5e0f716cf1967241.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-b148462e64533cac.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-1860f17c979531b7.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-f3b53926e737ee37.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-6f5f42fb536bcce2.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-67270d07571b5d75.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dc2ac240cbe2519e.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib`
37362023-09-29T23:02:08.595Z Running `/home/build/.rustup/toolchains/1.72.1-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=b6caac744821fb30 -C extra-filename=-b6caac744821fb30 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-476b9f9fc2bea332.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-808e28d3d3156bbe.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5bb86fda6cf178b2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f3291acf8bc27552.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-23d8ad7de131847e.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-6bbc0478e132958e.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d748b2183013de2e.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-09f5897e6f2050d8.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-7a24d2e41697cd7a.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-75851c7d92fec59f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-324b2074a3fb0001.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-b8e5b4c00c7a20f9.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-72bdbff7f725ab98.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-5774af50a8e48f6f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1dc92e8732813f8f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-44d94bd17ea2528f.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-f62c37180226deaf.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-92bfa0559792adb6.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-5cedeb988d1c300f.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-8ffe1f66c77ddbe4.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3d4ed7085fff63b9.rlib --extern tempdir=/work/oxidecomputer/omicron/target/debug/deps/libtempdir-fe8ac60f010f5864.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-d8234f11b3e61901.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-8053178730bb7d03.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5e0f716cf1967241.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-b148462e64533cac.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-1860f17c979531b7.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-f3b53926e737ee37.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-6f5f42fb536bcce2.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-67270d07571b5d75.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dc2ac240cbe2519e.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib`
37372023-09-29T23:02:10.072Z Running `/home/build/.rustup/toolchains/1.72.1-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=723b37bca4fef27a -C extra-filename=-723b37bca4fef27a --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-476b9f9fc2bea332.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-0ddc43cc19bbef14.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-cd943cd2dfeb8306.rlib --extern bytesize=/work/oxidecomputer/omicron/target/debug/deps/libbytesize-10a1f789afeed1e8.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-808e28d3d3156bbe.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-768088b73c731f87.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5bb86fda6cf178b2.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-f2abfcb6c70cf6ba.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-ce48581fbc14b01d.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-08b016a9188ac00e.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-dba419b1193e8428.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-942d365c014cdf5a.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3c99362b4aacff3c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-37f0d0a84d6f098c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-75851c7d92fec59f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-324b2074a3fb0001.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0d3d8ad1198c025f.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-ab830bac25aeb8d2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-44d94bd17ea2528f.rlib --extern serde_path_to_error=/work/oxidecomputer/omicron/target/debug/deps/libserde_path_to_error-4c46b1e7baba2f2f.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-cdaede9525bfee06.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-f49480703b44d645.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-b148462e64533cac.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-a3efd6033cf85ff8.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-4ddeb6fc7fa00215.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-06f0968db49a577c.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64`
37382023-09-29T23:02:11.710Z Running `/home/build/.rustup/toolchains/1.72.1-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=9a50e1c2a7f5b79d -C extra-filename=-9a50e1c2a7f5b79d --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-0cd7c1614351d401.rlib --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-7361b1a016d3615a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-37f0d0a84d6f098c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-75851c7d92fec59f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-324b2074a3fb0001.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-5555fe38eefbe002.rlib --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-0d9a196b096a38cf.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-8dfc62ce550bbbf7.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-8053178730bb7d03.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/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-edfc071a8662c2dd/out/lib`
37392023-09-29T23:02:17.577Z Running `/home/build/.rustup/toolchains/1.72.1-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=2761ed654e7fb244 -C extra-filename=-2761ed654e7fb244 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-476b9f9fc2bea332.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-808e28d3d3156bbe.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5bb86fda6cf178b2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f3291acf8bc27552.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-23d8ad7de131847e.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-6bbc0478e132958e.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d748b2183013de2e.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-09f5897e6f2050d8.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-7a24d2e41697cd7a.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-75851c7d92fec59f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-324b2074a3fb0001.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-b8e5b4c00c7a20f9.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-72bdbff7f725ab98.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-5774af50a8e48f6f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1dc92e8732813f8f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-44d94bd17ea2528f.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-f62c37180226deaf.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-92bfa0559792adb6.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-5cedeb988d1c300f.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-8ffe1f66c77ddbe4.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3d4ed7085fff63b9.rlib --extern tempdir=/work/oxidecomputer/omicron/target/debug/deps/libtempdir-fe8ac60f010f5864.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-d8234f11b3e61901.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-8053178730bb7d03.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5e0f716cf1967241.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-b148462e64533cac.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-1860f17c979531b7.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-f3b53926e737ee37.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-6f5f42fb536bcce2.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-67270d07571b5d75.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dc2ac240cbe2519e.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib`
37402023-09-29T23:02:29.220Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name helios_tokamak --edition=2021 helios/tokamak/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=4064b0d28dea4394 -C extra-filename=-4064b0d28dea4394 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-476b9f9fc2bea332.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-60cc23ed68c4a18e.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-808e28d3d3156bbe.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-cb012b6dc451b338.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-9d0180ae373a0d5a.rlib --extern helios_fusion=/work/oxidecomputer/omicron/target/debug/deps/libhelios_fusion-cb67488739707fb2.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3c99362b4aacff3c.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b1078066b701b737.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-37f0d0a84d6f098c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-75851c7d92fec59f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-324b2074a3fb0001.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1dc92e8732813f8f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.rlib --extern shlex=/work/oxidecomputer/omicron/target/debug/deps/libshlex-cadfa44e68aa87aa.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-e86e706d4526321b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-8053178730bb7d03.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5e0f716cf1967241.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dc2ac240cbe2519e.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-2350a122b2a13229.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib`
37412023-09-29T23:02:29.441Z Running `/home/build/.rustup/toolchains/1.72.1-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=b64a71d093e10c5e -C extra-filename=-b64a71d093e10c5e --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-476b9f9fc2bea332.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-0ddc43cc19bbef14.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-cd943cd2dfeb8306.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-808e28d3d3156bbe.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-768088b73c731f87.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-53d6278c6d3f2d64.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-f2abfcb6c70cf6ba.rlib --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-718c444102156aa7.so --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-7299ccd4570522b5.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-9d0180ae373a0d5a.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-bf55098caea8d589.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-5e0d519d9568c112.rlib --extern linear_map=/work/oxidecomputer/omicron/target/debug/deps/liblinear_map-0eb5e9b7e5ea9c91.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-75851c7d92fec59f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-324b2074a3fb0001.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-7925e2f5a7b97d4e.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-9bb8439060fdcd67.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1dc92e8732813f8f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-44d94bd17ea2528f.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-379efc3a9bc52f1d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5e0f716cf1967241.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-eb8bc694d9d2cf30.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dc2ac240cbe2519e.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/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-edfc071a8662c2dd/out/lib`
37422023-09-29T23:02:30.217Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name helios_protostar --edition=2021 helios/protostar/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=46e0021dff8e4498 -C extra-filename=-46e0021dff8e4498 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-476b9f9fc2bea332.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-60cc23ed68c4a18e.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-808e28d3d3156bbe.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-cb012b6dc451b338.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-9d0180ae373a0d5a.rlib --extern helios_fusion=/work/oxidecomputer/omicron/target/debug/deps/libhelios_fusion-cb67488739707fb2.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3c99362b4aacff3c.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b1078066b701b737.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-37f0d0a84d6f098c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-75851c7d92fec59f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-324b2074a3fb0001.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1dc92e8732813f8f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.rlib --extern shlex=/work/oxidecomputer/omicron/target/debug/deps/libshlex-cadfa44e68aa87aa.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-e86e706d4526321b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-8053178730bb7d03.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5e0f716cf1967241.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dc2ac240cbe2519e.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-2350a122b2a13229.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib`
37432023-09-29T23:02:31.294Z Running `/home/build/.rustup/toolchains/1.72.1-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=be74213ee4fda7fc -C extra-filename=-be74213ee4fda7fc --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-476b9f9fc2bea332.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-808e28d3d3156bbe.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5bb86fda6cf178b2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f3291acf8bc27552.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-6bbc0478e132958e.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d748b2183013de2e.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-09f5897e6f2050d8.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-7a24d2e41697cd7a.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-75851c7d92fec59f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-324b2074a3fb0001.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-b8e5b4c00c7a20f9.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-72bdbff7f725ab98.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-5774af50a8e48f6f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1dc92e8732813f8f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-44d94bd17ea2528f.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-f62c37180226deaf.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-92bfa0559792adb6.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-5cedeb988d1c300f.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-8ffe1f66c77ddbe4.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3d4ed7085fff63b9.rlib --extern tempdir=/work/oxidecomputer/omicron/target/debug/deps/libtempdir-fe8ac60f010f5864.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-d8234f11b3e61901.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-8053178730bb7d03.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5e0f716cf1967241.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-b148462e64533cac.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-1860f17c979531b7.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-f3b53926e737ee37.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-6f5f42fb536bcce2.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-67270d07571b5d75.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dc2ac240cbe2519e.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib`
37442023-09-29T23:02:33.615Z Running `/home/build/.rustup/toolchains/1.72.1-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=3a9eb9c1a8db27ae -C extra-filename=-3a9eb9c1a8db27ae --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6f7a908a904e9351.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-cb608edbae315470.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-389c900f15cd9ab5.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1a527d146b44fd95.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-93416ab160b5cdc1.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-ce0f6870ad90fbc7.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c216cf50d7c187a6.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-587e107ed5d6e0f1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9ae622a9a5eea42c.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-afead1a050d43242.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-46cf70536623e002.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc95c778b5981b46.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-51c9b43c2331a342.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-91b1d567101f9f63.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-ceb79fdff76abd9e.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-213b45dd94672eea.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-7ea5c210a1de1190.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-f6a95c723efb92ea.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-260eeb8cfcbdf125.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-49b043b2e705bbca.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-10bfee79ab43e319.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-0cbff680b4d73ed4.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-937d62598852268e.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-a921a73ee678412e.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-6ab2764a67149c5d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d16491bfbae9b4be.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib`
37452023-09-29T23:02:36.869Z Running `/home/build/.rustup/toolchains/1.72.1-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=5829e927a5c1d9bb -C extra-filename=-5829e927a5c1d9bb --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6f7a908a904e9351.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-cb608edbae315470.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-389c900f15cd9ab5.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1a527d146b44fd95.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-93416ab160b5cdc1.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-ce0f6870ad90fbc7.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c216cf50d7c187a6.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-587e107ed5d6e0f1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9ae622a9a5eea42c.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-afead1a050d43242.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-46cf70536623e002.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc95c778b5981b46.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-51c9b43c2331a342.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-91b1d567101f9f63.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-ceb79fdff76abd9e.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-213b45dd94672eea.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-7ea5c210a1de1190.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-f6a95c723efb92ea.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-260eeb8cfcbdf125.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-49b043b2e705bbca.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-10bfee79ab43e319.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-0cbff680b4d73ed4.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-937d62598852268e.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-a921a73ee678412e.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-6ab2764a67149c5d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d16491bfbae9b4be.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib`
37462023-09-29T23:02:39.277Z Running `/home/build/.rustup/toolchains/1.72.1-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=53c39cd3d8f7dabf -C extra-filename=-53c39cd3d8f7dabf --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6f7a908a904e9351.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-cb608edbae315470.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-389c900f15cd9ab5.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1a527d146b44fd95.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-93416ab160b5cdc1.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-ce0f6870ad90fbc7.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c216cf50d7c187a6.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-587e107ed5d6e0f1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9ae622a9a5eea42c.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-afead1a050d43242.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-46cf70536623e002.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc95c778b5981b46.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-51c9b43c2331a342.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-91b1d567101f9f63.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-ceb79fdff76abd9e.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-213b45dd94672eea.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-7ea5c210a1de1190.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-f6a95c723efb92ea.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-260eeb8cfcbdf125.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-49b043b2e705bbca.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-10bfee79ab43e319.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-0cbff680b4d73ed4.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-937d62598852268e.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-a921a73ee678412e.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-6ab2764a67149c5d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d16491bfbae9b4be.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib`
37472023-09-29T23:02:53.336Z Running `/home/build/.rustup/toolchains/1.72.1-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=68b60a3b4dd14ad2 -C extra-filename=-68b60a3b4dd14ad2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6f7a908a904e9351.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-cb608edbae315470.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-389c900f15cd9ab5.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1a527d146b44fd95.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-93416ab160b5cdc1.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-ce0f6870ad90fbc7.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c216cf50d7c187a6.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-587e107ed5d6e0f1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9ae622a9a5eea42c.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-afead1a050d43242.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-46cf70536623e002.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc95c778b5981b46.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-51c9b43c2331a342.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-91b1d567101f9f63.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-ceb79fdff76abd9e.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-213b45dd94672eea.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-7ea5c210a1de1190.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-f6a95c723efb92ea.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-260eeb8cfcbdf125.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-49b043b2e705bbca.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-10bfee79ab43e319.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-0cbff680b4d73ed4.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-937d62598852268e.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-a921a73ee678412e.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-6ab2764a67149c5d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d16491bfbae9b4be.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib`
37482023-09-29T23:02:57.212Z Running `/home/build/.rustup/toolchains/1.72.1-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=f4778750ee93f8ae -C extra-filename=-f4778750ee93f8ae --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-b276aeecfca09511.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-31315c5ec54d9eb8.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-37f0d0a84d6f098c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-324b2074a3fb0001.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0d3d8ad1198c025f.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-44d94bd17ea2528f.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/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-edfc071a8662c2dd/out/lib`
37492023-09-29T23:02:59.949Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_client --edition=2021 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=98b37379932846bf -C extra-filename=-98b37379932846bf --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-60cc23ed68c4a18e.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5bb86fda6cf178b2.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-b276aeecfca09511.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-37f0d0a84d6f098c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-324b2074a3fb0001.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-aee9c80b0792b161.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-c688f5001495eed8.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d7b7fcd8659abd52.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dc2ac240cbe2519e.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/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-edfc071a8662c2dd/out/lib`
37502023-09-29T23:03:05.754Z Running `/home/build/.rustup/toolchains/1.72.1-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=55d57bbfb2f8fb9b -C extra-filename=-55d57bbfb2f8fb9b --out-dir /work/oxidecomputer/omicron/target/debug/examples -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-476b9f9fc2bea332.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-56c29c24e4f6a209.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-60cc23ed68c4a18e.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-48552402e459be5d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-808e28d3d3156bbe.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-768088b73c731f87.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5bb86fda6cf178b2.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d748b2183013de2e.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-09f5897e6f2050d8.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-9d0180ae373a0d5a.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-dba419b1193e8428.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-7a24d2e41697cd7a.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-d93f984b20af488a.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-b276aeecfca09511.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-31315c5ec54d9eb8.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b1078066b701b737.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-bf28e9e8844d3f92.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-37f0d0a84d6f098c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-324b2074a3fb0001.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-3f69459e66aab1ce.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-aee9c80b0792b161.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-76b1ad1715fd743c.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0d3d8ad1198c025f.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-c688f5001495eed8.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d7b7fcd8659abd52.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-ab830bac25aeb8d2.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1dc92e8732813f8f.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-58a1a56fb7e968b5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.rlib --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-d5f28ff1ebf2cea8.so --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-78d2f9a252b6bfc3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-44d94bd17ea2528f.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-081389e1338a44c3.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-379efc3a9bc52f1d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-36343ff9b281ab4a.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-f94fa546cf161404.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-8053178730bb7d03.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5e0f716cf1967241.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-985fc8d6e791c1f9.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-b148462e64533cac.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dc2ac240cbe2519e.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/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-edfc071a8662c2dd/out/lib`
37512023-09-29T23:03:09.765Z Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
37522023-09-29T23:03:09.768Z Running `/home/build/.rustup/toolchains/1.72.1-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=1a8209dd32c51591 -C extra-filename=-1a8209dd32c51591 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-476b9f9fc2bea332.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f3291acf8bc27552.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-9d0180ae373a0d5a.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-19c76a379aaa4dad.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-c080090410978807.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-dba419b1193e8428.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b1078066b701b737.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-37f0d0a84d6f098c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-324b2074a3fb0001.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d7b7fcd8659abd52.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-44d94bd17ea2528f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-92bfa0559792adb6.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-8ffe1f66c77ddbe4.rlib --extern termios=/work/oxidecomputer/omicron/target/debug/deps/libtermios-ac912fd9900c024b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5e0f716cf1967241.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-bfd9f666dcca999f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dc2ac240cbe2519e.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib`
37532023-09-29T23:03:12.323Z Running `/home/build/.rustup/toolchains/1.72.1-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 -C metadata=6bb8a3b67e25e70b -C extra-filename=-6bb8a3b67e25e70b --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-476b9f9fc2bea332.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-808e28d3d3156bbe.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d748b2183013de2e.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-09f5897e6f2050d8.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-9d0180ae373a0d5a.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-bcb7c05bb577a676.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-7a24d2e41697cd7a.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b1078066b701b737.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-37f0d0a84d6f098c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-324b2074a3fb0001.rlib --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-f696754fa8dc0fb4.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-8dfc62ce550bbbf7.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-68bff4b9ff21c193.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d7b7fcd8659abd52.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-45f2142564622868.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3d4ed7085fff63b9.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-d8234f11b3e61901.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-8053178730bb7d03.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5e0f716cf1967241.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-985fc8d6e791c1f9.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-d22e7451ceeeb751.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/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-edfc071a8662c2dd/out/lib`
37542023-09-29T23:03:12.651Z Running `/home/build/.rustup/toolchains/1.72.1-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=da7523da6409e0ed -C extra-filename=-da7523da6409e0ed --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-60cc23ed68c4a18e.so --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-c999d1ce9b89f2c6.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-37f0d0a84d6f098c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-324b2074a3fb0001.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-7c5067f78a51f690.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-c322e7d3eef85d01.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-8053178730bb7d03.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5e0f716cf1967241.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-302d0b30a73469bd.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/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-edfc071a8662c2dd/out/lib`
37552023-09-29T23:03:12.832Z Running `/home/build/.rustup/toolchains/1.72.1-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=19273d6a05e9eb08 -C extra-filename=-19273d6a05e9eb08 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-bebe03e21160a1ee.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b1078066b701b737.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-37f0d0a84d6f098c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-324b2074a3fb0001.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-76b1ad1715fd743c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-f94fa546cf161404.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-8053178730bb7d03.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dc2ac240cbe2519e.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/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-edfc071a8662c2dd/out/lib`
37562023-09-29T23:03:17.598Z Running `/home/build/.rustup/toolchains/1.72.1-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=f4a7d2bd8d98538f -C extra-filename=-f4a7d2bd8d98538f --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern approx=/work/oxidecomputer/omicron/target/debug/deps/libapprox-e34ace3cae01a413.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-cd943cd2dfeb8306.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5bb86fda6cf178b2.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-89fbc6e9413c9530.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-37f0d0a84d6f098c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-324b2074a3fb0001.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-b4e6640b4ee79a9d.so --extern rstest=/work/oxidecomputer/omicron/target/debug/deps/librstest-eeebef167cc1a34d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1dc92e8732813f8f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-8053178730bb7d03.rlib --extern trybuild=/work/oxidecomputer/omicron/target/debug/deps/libtrybuild-e139c947449c5875.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dc2ac240cbe2519e.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/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-edfc071a8662c2dd/out/lib`
37572023-09-29T23:03:19.463Z Running `/home/build/.rustup/toolchains/1.72.1-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=5a67d07ea519a553 -C extra-filename=-5a67d07ea519a553 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-476b9f9fc2bea332.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-56c29c24e4f6a209.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-7153363a1fac6343.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5bb86fda6cf178b2.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-6bbc0478e132958e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-9d0180ae373a0d5a.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-b22b6623aaea9916.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-37f0d0a84d6f098c.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-33fd68b208357d32.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-324b2074a3fb0001.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-5555fe38eefbe002.rlib --extern openssl_probe=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_probe-41c6f4d0ac14140f.rlib --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-0d9a196b096a38cf.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-3f69459e66aab1ce.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1dc92e8732813f8f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-44d94bd17ea2528f.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-4310ba65bd69c4c1.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-36343ff9b281ab4a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dc2ac240cbe2519e.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib`
37582023-09-29T23:03:33.078Z Running `/home/build/.rustup/toolchains/1.72.1-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=595b3eff2b2a2702 -C extra-filename=-595b3eff2b2a2702 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-476b9f9fc2bea332.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-19c76a379aaa4dad.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-37f0d0a84d6f098c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-324b2074a3fb0001.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1dc92e8732813f8f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-44d94bd17ea2528f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-8053178730bb7d03.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-32ea2071079ed19b.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib`
37592023-09-29T23:03:34.137Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_client --edition=2021 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=6e6d0aed4f683529 -C extra-filename=-6e6d0aed4f683529 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5bb86fda6cf178b2.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-9d0180ae373a0d5a.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-b276aeecfca09511.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-37f0d0a84d6f098c.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-33fd68b208357d32.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-324b2074a3fb0001.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-aee9c80b0792b161.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-c688f5001495eed8.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d7b7fcd8659abd52.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1dc92e8732813f8f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-44d94bd17ea2528f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dc2ac240cbe2519e.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/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-edfc071a8662c2dd/out/lib`
37602023-09-29T23:03:35.374Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_client --edition=2021 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=04d958703bc35ec4 -C extra-filename=-04d958703bc35ec4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5bb86fda6cf178b2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-37f0d0a84d6f098c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-324b2074a3fb0001.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-aee9c80b0792b161.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d7b7fcd8659abd52.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dc2ac240cbe2519e.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/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-edfc071a8662c2dd/out/lib`
37612023-09-29T23:03:38.382Z Compiling caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util)
37622023-09-29T23:03:41.867Z Running `/home/build/.rustup/toolchains/1.72.1-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=99f8fb7d7f647484 -C extra-filename=-99f8fb7d7f647484 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-476b9f9fc2bea332.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-942d365c014cdf5a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-324b2074a3fb0001.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/usr/ssl-3/lib/amd64`
37632023-09-29T23:04:01.806Z Running `/home/build/.rustup/toolchains/1.72.1-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=a24b411394446a91 -C extra-filename=-a24b411394446a91 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-476b9f9fc2bea332.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-56c29c24e4f6a209.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-60cc23ed68c4a18e.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-48552402e459be5d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-808e28d3d3156bbe.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-768088b73c731f87.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5bb86fda6cf178b2.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d748b2183013de2e.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-09f5897e6f2050d8.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-9d0180ae373a0d5a.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-dba419b1193e8428.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-7a24d2e41697cd7a.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-d93f984b20af488a.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-b276aeecfca09511.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-31315c5ec54d9eb8.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b1078066b701b737.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-bf28e9e8844d3f92.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-324b2074a3fb0001.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-3f69459e66aab1ce.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-aee9c80b0792b161.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-76b1ad1715fd743c.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0d3d8ad1198c025f.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-c688f5001495eed8.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d7b7fcd8659abd52.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-ab830bac25aeb8d2.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1dc92e8732813f8f.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-58a1a56fb7e968b5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.rlib --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-d5f28ff1ebf2cea8.so --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-78d2f9a252b6bfc3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-44d94bd17ea2528f.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-081389e1338a44c3.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-379efc3a9bc52f1d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-36343ff9b281ab4a.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-f94fa546cf161404.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-8053178730bb7d03.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5e0f716cf1967241.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-985fc8d6e791c1f9.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-b148462e64533cac.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dc2ac240cbe2519e.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/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-edfc071a8662c2dd/out/lib`
37642023-09-29T23:04:02.457Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
37652023-09-29T23:04:02.901Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name xtask --edition=2021 dev-tools/xtask/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=975241d9e3f9b51a -C extra-filename=-975241d9e3f9b51a --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-476b9f9fc2bea332.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-808e28d3d3156bbe.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-776d2456d5bcd771.rlib --extern cargo_toml=/work/oxidecomputer/omicron/target/debug/deps/libcargo_toml-645b7a23cd8ffbb1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f3291acf8bc27552.rlib -D warnings`
37662023-09-29T23:04:03.350Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name helios_fusion --edition=2021 helios/fusion/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=e31e33cab38372e1 -C extra-filename=-e31e33cab38372e1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-60cc23ed68c4a18e.so --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3c99362b4aacff3c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-324b2074a3fb0001.rlib --extern shlex=/work/oxidecomputer/omicron/target/debug/deps/libshlex-cadfa44e68aa87aa.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-8053178730bb7d03.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5e0f716cf1967241.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib`
37672023-09-29T23:04:03.367Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name dns_service_client --edition=2021 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=19bc64be33b3aab4 -C extra-filename=-19bc64be33b3aab4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5bb86fda6cf178b2.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-7a24d2e41697cd7a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-324b2074a3fb0001.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-aee9c80b0792b161.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d7b7fcd8659abd52.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1dc92e8732813f8f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-44d94bd17ea2528f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dc2ac240cbe2519e.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib`
37682023-09-29T23:04:03.388Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name dpd_client --edition=2021 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=339065cfe828234a -C extra-filename=-339065cfe828234a --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5bb86fda6cf178b2.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-9d0180ae373a0d5a.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-7a24d2e41697cd7a.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-b276aeecfca09511.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-324b2074a3fb0001.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-a88469ec7f128e6e.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0d3d8ad1198c025f.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-c688f5001495eed8.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d7b7fcd8659abd52.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1dc92e8732813f8f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dc2ac240cbe2519e.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib`
37692023-09-29T23:04:03.454Z Running `/home/build/.rustup/toolchains/1.72.1-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=18f93f423e1a0cb6 -C extra-filename=-18f93f423e1a0cb6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-324b2074a3fb0001.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib`
37702023-09-29T23:04:03.491Z Running `/home/build/.rustup/toolchains/1.72.1-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=7589827a33b299a4 -C extra-filename=-7589827a33b299a4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern argon2=/work/oxidecomputer/omicron/target/debug/deps/libargon2-4ac2f46c2995607b.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-81ac191032328a8d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-324b2074a3fb0001.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0d3d8ad1198c025f.rlib --extern argon2alt=/work/oxidecomputer/omicron/target/debug/deps/libargon2-0ca5c1a273a473f5.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1dc92e8732813f8f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-379efc3a9bc52f1d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-8053178730bb7d03.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib`
37712023-09-29T23:04:05.542Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name oxide_client --edition=2021 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=3c556cd1d5ee2e9c -C extra-filename=-3c556cd1d5ee2e9c --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-476b9f9fc2bea332.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-7153363a1fac6343.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5bb86fda6cf178b2.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-9d0180ae373a0d5a.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-7a24d2e41697cd7a.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-d93f984b20af488a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-324b2074a3fb0001.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-aee9c80b0792b161.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0d3d8ad1198c025f.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-c688f5001495eed8.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d7b7fcd8659abd52.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-44d94bd17ea2528f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-8053178730bb7d03.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5e0f716cf1967241.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-6f5f42fb536bcce2.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dc2ac240cbe2519e.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib`
37722023-09-29T23:04:05.657Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name gateway_client --edition=2021 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=437edb51161f5bc7 -C extra-filename=-437edb51161f5bc7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-7153363a1fac6343.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5bb86fda6cf178b2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-324b2074a3fb0001.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-aee9c80b0792b161.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0d3d8ad1198c025f.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d7b7fcd8659abd52.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1dc92e8732813f8f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-44d94bd17ea2528f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dc2ac240cbe2519e.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib`
37732023-09-29T23:04:05.750Z Running `/home/build/.rustup/toolchains/1.72.1-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=01f9b21afd0a5714 -C extra-filename=-01f9b21afd0a5714 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-58e6b367499d83fa.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-381994caca1f485c.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-577a284e9bcc389a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rlib --extern rustfmt_wrapper=/work/oxidecomputer/omicron/target/debug/deps/librustfmt_wrapper-bc3e290e4dc7e9f1.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-d1e663d68f1702f6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-2dd1c8bfc186ca77.rlib --extern proc_macro -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib`
37742023-09-29T23:04:05.824Z Running `/home/build/.rustup/toolchains/1.72.1-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=c8e90fd2ca91c61e -C extra-filename=-c8e90fd2ca91c61e --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-381994caca1f485c.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-577a284e9bcc389a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-2dd1c8bfc186ca77.rlib --extern proc_macro -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib`
37752023-09-29T23:04:05.874Z Running `/home/build/.rustup/toolchains/1.72.1-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=c6a93de3e96460ac -C extra-filename=-c6a93de3e96460ac --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-58e6b367499d83fa.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-381994caca1f485c.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-577a284e9bcc389a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-d1e663d68f1702f6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-2dd1c8bfc186ca77.rlib --extern proc_macro -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib`
37762023-09-29T23:04:37.968Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name libgit2_sys --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libgit2-sys-0.16.1+1.7.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 metadata=a79b9cd07757be14 -C extra-filename=-a79b9cd07757be14 --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-b1078066b701b737.rmeta --extern libz_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibz_sys-35e6a17569446c55.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ffcd2d51d3840b16/out/build -l static=git2 -L native=/usr/lib/amd64 --cfg libgit2_vendored`
37772023-09-29T23:04:38.099Z Compiling git2 v0.18.1
37782023-09-29T23:04:38.316Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name git2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/git2-0.18.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 metadata=c10ac3f6ff24f800 -C extra-filename=-c10ac3f6ff24f800 --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-ed0c05cf7ea9471a.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b1078066b701b737.rmeta --extern libgit2_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibgit2_sys-a79b9cd07757be14.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-7d9cf9ba132625c1.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-4ddeb6fc7fa00215.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ffcd2d51d3840b16/out/build -L native=/usr/lib/amd64`
37792023-09-29T23:04:46.586Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name vergen --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/vergen-8.2.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 --cfg 'feature="cargo"' --cfg 'feature="default"' --cfg 'feature="git"' --cfg 'feature="git2"' --cfg 'feature="git2-rs"' --cfg 'feature="rustc"' --cfg 'feature="rustc_version"' --cfg 'feature="time"' -C metadata=cef3752457bfe0fd -C extra-filename=-cef3752457bfe0fd --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-476b9f9fc2bea332.rmeta --extern git2_rs=/work/oxidecomputer/omicron/target/debug/deps/libgit2-c10ac3f6ff24f800.rmeta --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-7466af637dca8be6.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-6aede6816635528b.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ffcd2d51d3840b16/out/build -L native=/usr/lib/amd64 --cfg stable --cfg msrv`
37802023-09-29T23:04:48.358Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=aeb69dda26c7e1a8b6eada425670cd4b83f91c07#aeb69dda)
37812023-09-29T23:04:48.372Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/crucible-f3b5bdecdc6486d6/aeb69dd/common/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C metadata=d5da479d06eea164 -C extra-filename=-d5da479d06eea164 --out-dir /work/oxidecomputer/omicron/target/debug/build/crucible-common-d5da479d06eea164 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern vergen=/work/oxidecomputer/omicron/target/debug/deps/libvergen-cef3752457bfe0fd.rlib --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ffcd2d51d3840b16/out/build -L native=/usr/lib/amd64`
37822023-09-29T23:04:49.952Z Running `/work/oxidecomputer/omicron/target/debug/build/crucible-common-d5da479d06eea164/build-script-build`
37832023-09-29T23:04:50.127Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name crucible_common --edition=2021 /home/build/.cargo/git/checkouts/crucible-f3b5bdecdc6486d6/aeb69dd/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=31070a5afcabb1b3 -C extra-filename=-31070a5afcabb1b3 --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-476b9f9fc2bea332.rmeta --extern atty=/work/oxidecomputer/omicron/target/debug/deps/libatty-146357f6ef611eef.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-7049f8491e9b01e6.rmeta --extern rusqlite=/work/oxidecomputer/omicron/target/debug/deps/librusqlite-be024a2ad2a6d646.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-00c5fdd0b096d370.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1dc92e8732813f8f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-44d94bd17ea2528f.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-92bfa0559792adb6.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-ccabafbdde4790cd.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-cbb2edabe35d1de2.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-8ffe1f66c77ddbe4.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-d8234f11b3e61901.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-8053178730bb7d03.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-c6f27ea77f5e5bca.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-b148462e64533cac.rmeta --extern twox_hash=/work/oxidecomputer/omicron/target/debug/deps/libtwox_hash-268414542493e108.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dc2ac240cbe2519e.rmeta --cap-lints allow -D warnings -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out`
37842023-09-29T23:04:52.094Z Compiling crucible-protocol v0.0.0 (https://github.com/oxidecomputer/crucible?rev=aeb69dda26c7e1a8b6eada425670cd4b83f91c07#aeb69dda)
37852023-09-29T23:04:52.116Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name crucible_protocol --edition=2021 /home/build/.cargo/git/checkouts/crucible-f3b5bdecdc6486d6/aeb69dd/protocol/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=9737a6bc886b0b55 -C extra-filename=-9737a6bc886b0b55 --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-476b9f9fc2bea332.rmeta --extern bincode=/work/oxidecomputer/omicron/target/debug/deps/libbincode-c14cf3ec894491a9.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-cd943cd2dfeb8306.rmeta --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-31070a5afcabb1b3.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-5ee0eb1e85cd353c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-279a0d7c116fe1ff.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dc2ac240cbe2519e.rmeta --cap-lints allow -D warnings -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out`
37862023-09-29T23:04:53.026Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name crucible_common --edition=2021 /home/build/.cargo/git/checkouts/crucible-f3b5bdecdc6486d6/aeb69dd/common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=54d25bc0ff23ea94 -C extra-filename=-54d25bc0ff23ea94 --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-6f7a908a904e9351.rmeta --extern atty=/work/oxidecomputer/omicron/target/debug/deps/libatty-b7dad78e10e2d8bd.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-035b8b76cf5f3014.rmeta --extern rusqlite=/work/oxidecomputer/omicron/target/debug/deps/librusqlite-cb8adc3e6fb62666.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-59c97ed400ba404a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-46cf70536623e002.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc95c778b5981b46.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-51c9b43c2331a342.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-ceb79fdff76abd9e.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-1e0ca798de1c2556.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-5bc7046f223dcd91.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-7ea5c210a1de1190.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-f6a95c723efb92ea.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-260eeb8cfcbdf125.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-ad209a594b27fa45.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-10bfee79ab43e319.rmeta --extern twox_hash=/work/oxidecomputer/omicron/target/debug/deps/libtwox_hash-927b79a886e996f6.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d16491bfbae9b4be.rmeta --cap-lints allow -D warnings -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out`
37872023-09-29T23:04:55.236Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name crucible_protocol --edition=2021 /home/build/.cargo/git/checkouts/crucible-f3b5bdecdc6486d6/aeb69dd/protocol/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=994c80996c7576e0 -C extra-filename=-994c80996c7576e0 --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-6f7a908a904e9351.rmeta --extern bincode=/work/oxidecomputer/omicron/target/debug/deps/libbincode-66ad4b72a8f87f9c.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c2cb76b03f094493.rmeta --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-54d25bc0ff23ea94.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-87d3eb238abe118b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc95c778b5981b46.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-77e6e544b9416448.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d16491bfbae9b4be.rmeta --cap-lints allow -D warnings -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out`
37882023-09-29T23:04:56.933Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name crucible --edition=2021 /home/build/.cargo/git/checkouts/crucible-f3b5bdecdc6486d6/aeb69dd/upstairs/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=e117654ea300811b -C extra-filename=-e117654ea300811b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern aes_gcm_siv=/work/oxidecomputer/omicron/target/debug/deps/libaes_gcm_siv-c2fe22df8638a520.rmeta --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-476b9f9fc2bea332.rmeta --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-b7cc34501b2e76f6.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-60cc23ed68c4a18e.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-7153363a1fac6343.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-cd943cd2dfeb8306.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5bb86fda6cf178b2.rmeta --extern crucible_client_types=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_client_types-84d093a6e07a9478.rmeta --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-31070a5afcabb1b3.rmeta --extern crucible_protocol=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_protocol-9737a6bc886b0b55.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d748b2183013de2e.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-9d0180ae373a0d5a.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-26ddbb2f438a5030.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3c99362b4aacff3c.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b1078066b701b737.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-499fbe0624fa3aaa.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-4c98c10f26e568ca.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-a6f3e73bf1985bee.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0d3d8ad1198c025f.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-5eabb5c7a332b5f6.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d7b7fcd8659abd52.rmeta --extern ringbuffer=/work/oxidecomputer/omicron/target/debug/deps/libringbuffer-cf4055d9f9f80342.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1dc92e8732813f8f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-44d94bd17ea2528f.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-92bfa0559792adb6.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-cbb2edabe35d1de2.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-8ffe1f66c77ddbe4.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5e0f716cf1967241.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-c6f27ea77f5e5bca.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-279a0d7c116fe1ff.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-b148462e64533cac.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-6003d920eb9b3761.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-d22e7451ceeeb751.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dc2ac240cbe2519e.rmeta --cap-lints allow -D warnings -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/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-edfc071a8662c2dd/out/lib`
37892023-09-29T23:04:59.858Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name crucible --edition=2021 /home/build/.cargo/git/checkouts/crucible-f3b5bdecdc6486d6/aeb69dd/upstairs/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=01e8a48f84e089e5 -C extra-filename=-01e8a48f84e089e5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern aes_gcm_siv=/work/oxidecomputer/omicron/target/debug/deps/libaes_gcm_siv-f95eb8a840315999.rmeta --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6f7a908a904e9351.rmeta --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-b7cc34501b2e76f6.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-60cc23ed68c4a18e.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-f517da13a8b686da.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c2cb76b03f094493.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-389c900f15cd9ab5.rmeta --extern crucible_client_types=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_client_types-70257deb2f7d3260.rmeta --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-54d25bc0ff23ea94.rmeta --extern crucible_protocol=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_protocol-994c80996c7576e0.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c216cf50d7c187a6.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b9016aee0b2ff754.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-14057c32aaca57b1.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3f89cd07508cd947.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-63f81b35d4dc5fb3.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6b409d9454ca0f4a.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-0c269cd1747c6358.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-e4c739dd31baa642.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-f96502417fd063e7.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-41eb75ae05dd33a0.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f65baf3f29cf1fd8.rmeta --extern ringbuffer=/work/oxidecomputer/omicron/target/debug/deps/libringbuffer-ebbdbb7580588de8.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-46cf70536623e002.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc95c778b5981b46.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-51c9b43c2331a342.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-ceb79fdff76abd9e.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-5bc7046f223dcd91.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-7ea5c210a1de1190.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-49b043b2e705bbca.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-ad209a594b27fa45.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-77e6e544b9416448.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-10bfee79ab43e319.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-985744b06020706f.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-486dbcdf63113ca2.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d16491bfbae9b4be.rmeta --cap-lints allow -D warnings -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/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-edfc071a8662c2dd/out/lib`
37902023-09-29T23:05:17.619Z Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=de6369aa45a255f896da0a3ddd2b7152c036a4e9#de6369aa)
37912023-09-29T23:05:17.634Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name propolis --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/de6369a/lib/propolis/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="crucible"' --cfg 'feature="crucible-client-types"' --cfg 'feature="crucible-full"' --cfg 'feature="nexus-client"' --cfg 'feature="oximeter"' -C metadata=841291c691740070 -C extra-filename=-841291c691740070 --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-476b9f9fc2bea332.rmeta --extern bhyve_api=/work/oxidecomputer/omicron/target/debug/deps/libbhyve_api-2738d94b0270f3bc.rmeta --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-ed0c05cf7ea9471a.rmeta --extern bitstruct=/work/oxidecomputer/omicron/target/debug/deps/libbitstruct-b6d8f5240dbd67ce.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-d0b5a9931f42a80a.rmeta --extern crucible=/work/oxidecomputer/omicron/target/debug/deps/libcrucible-e117654ea300811b.rmeta --extern crucible_client_types=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_client_types-84d093a6e07a9478.rmeta --extern dladm=/work/oxidecomputer/omicron/target/debug/deps/libdladm-0c84b2a9c241c7dc.rmeta --extern erased_serde=/work/oxidecomputer/omicron/target/debug/deps/liberased_serde-27fe969efa754915.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-9d0180ae373a0d5a.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-31315c5ec54d9eb8.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b1078066b701b737.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-c59e0a172ade2e17.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-415bf1320d00fc35.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-4c98c10f26e568ca.rmeta --extern propolis_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_types-9d17c05a04c2f358.rmeta --extern rfb=/work/oxidecomputer/omicron/target/debug/deps/librfb-4cead7eb4129b8aa.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.rmeta --extern serde_arrays=/work/oxidecomputer/omicron/target/debug/deps/libserde_arrays-eff8a6e0230c2c52.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-44d94bd17ea2528f.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-8053178730bb7d03.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5e0f716cf1967241.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-d22e7451ceeeb751.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dc2ac240cbe2519e.rmeta --extern viona_api=/work/oxidecomputer/omicron/target/debug/deps/libviona_api-ef227127c1c45d0f.rmeta --cap-lints allow -D warnings -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/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-edfc071a8662c2dd/out/lib`
37922023-09-29T23:05:19.455Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name propolis --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/de6369a/lib/propolis/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="crucible"' --cfg 'feature="crucible-client-types"' --cfg 'feature="crucible-full"' --cfg 'feature="nexus-client"' --cfg 'feature="oximeter"' -C metadata=0c915723c629b732 -C extra-filename=-0c915723c629b732 --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-6f7a908a904e9351.rmeta --extern bhyve_api=/work/oxidecomputer/omicron/target/debug/deps/libbhyve_api-6b95af0c742ccf10.rmeta --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-88e511ee3f992aac.rmeta --extern bitstruct=/work/oxidecomputer/omicron/target/debug/deps/libbitstruct-a06a5efbe71c3fa2.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-d55331612fb42c01.rmeta --extern crucible=/work/oxidecomputer/omicron/target/debug/deps/libcrucible-01e8a48f84e089e5.rmeta --extern crucible_client_types=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_client_types-70257deb2f7d3260.rmeta --extern dladm=/work/oxidecomputer/omicron/target/debug/deps/libdladm-f46b16db5c5ab5a8.rmeta --extern erased_serde=/work/oxidecomputer/omicron/target/debug/deps/liberased_serde-d8c0c45dd4eb2707.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b9016aee0b2ff754.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-5989520b66fa0dce.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-63f81b35d4dc5fb3.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-79c51ba899dc01c6.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-63cb773fab50dc82.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-0c269cd1747c6358.rmeta --extern propolis_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_types-70bc55a81e7060bc.rmeta --extern rfb=/work/oxidecomputer/omicron/target/debug/deps/librfb-ea8ca8b1ca92a67e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc95c778b5981b46.rmeta --extern serde_arrays=/work/oxidecomputer/omicron/target/debug/deps/libserde_arrays-810b5660bd0d298d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-51c9b43c2331a342.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-260eeb8cfcbdf125.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-49b043b2e705bbca.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-486dbcdf63113ca2.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d16491bfbae9b4be.rmeta --extern viona_api=/work/oxidecomputer/omicron/target/debug/deps/libviona_api-92f7b1e15afb6259.rmeta --cap-lints allow -D warnings -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/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-edfc071a8662c2dd/out/lib`
37932023-09-29T23:05:39.361Z Compiling propolis-server v0.1.0 (https://github.com/oxidecomputer/propolis?rev=de6369aa45a255f896da0a3ddd2b7152c036a4e9#de6369aa)
37942023-09-29T23:05:39.365Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name propolis_server --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/de6369a/bin/propolis-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 --cfg 'feature="mock-only"' -C metadata=148c7b1d9b17158f -C extra-filename=-148c7b1d9b17158f --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-476b9f9fc2bea332.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-60cc23ed68c4a18e.so --extern atty=/work/oxidecomputer/omicron/target/debug/deps/libatty-146357f6ef611eef.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-7153363a1fac6343.rmeta --extern bit_field=/work/oxidecomputer/omicron/target/debug/deps/libbit_field-e951acd70516eeb8.rmeta --extern bitvec=/work/oxidecomputer/omicron/target/debug/deps/libbitvec-40ca70e57e9b8103.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-cd943cd2dfeb8306.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-cb012b6dc451b338.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5bb86fda6cf178b2.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f3291acf8bc27552.rmeta --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-23286d2a23822630.rmeta --extern crucible_client_types=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_client_types-84d093a6e07a9478.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d748b2183013de2e.rmeta --extern enum_iterator=/work/oxidecomputer/omicron/target/debug/deps/libenum_iterator-e9e02362164dbe47.rmeta --extern erased_serde=/work/oxidecomputer/omicron/target/debug/deps/liberased_serde-27fe969efa754915.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-9d0180ae373a0d5a.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-7a24d2e41697cd7a.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-d93f984b20af488a.rmeta --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-bfac8449b98c8313.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-31315c5ec54d9eb8.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-c59e0a172ade2e17.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-415bf1320d00fc35.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-499fbe0624fa3aaa.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-4c98c10f26e568ca.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-a6f3e73bf1985bee.rmeta --extern propolis=/work/oxidecomputer/omicron/target/debug/deps/libpropolis-841291c691740070.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-d2ac920479ec58a1.rmeta --extern propolis_server_config=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_server_config-ca39878751580427.rmeta --extern rfb=/work/oxidecomputer/omicron/target/debug/deps/librfb-4cead7eb4129b8aa.rmeta --extern ron=/work/oxidecomputer/omicron/target/debug/deps/libron-173490d1263ba0c1.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1dc92e8732813f8f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-d5f28ff1ebf2cea8.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-44d94bd17ea2528f.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-92bfa0559792adb6.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-ccabafbdde4790cd.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-cbb2edabe35d1de2.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-8ffe1f66c77ddbe4.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-8053178730bb7d03.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5e0f716cf1967241.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-65b5b1a9e0afeec0.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-279a0d7c116fe1ff.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-b148462e64533cac.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-d22e7451ceeeb751.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dc2ac240cbe2519e.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/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-edfc071a8662c2dd/out/lib -L native=/usr/lib/amd64`
37952023-09-29T23:05:40.384Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name propolis_server --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/de6369a/bin/propolis-server/src/lib/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="mock-only"' -C metadata=b72e12ff1e481dfe -C extra-filename=-b72e12ff1e481dfe --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-6f7a908a904e9351.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-60cc23ed68c4a18e.so --extern atty=/work/oxidecomputer/omicron/target/debug/deps/libatty-b7dad78e10e2d8bd.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-f517da13a8b686da.rmeta --extern bit_field=/work/oxidecomputer/omicron/target/debug/deps/libbit_field-37facc953fec2bbb.rmeta --extern bitvec=/work/oxidecomputer/omicron/target/debug/deps/libbitvec-6d24d4dfec88b70d.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c2cb76b03f094493.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3c0e7eb12fc38c46.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-389c900f15cd9ab5.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1a527d146b44fd95.rmeta --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-d61a7d73c89ead88.rmeta --extern crucible_client_types=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_client_types-70257deb2f7d3260.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c216cf50d7c187a6.rmeta --extern enum_iterator=/work/oxidecomputer/omicron/target/debug/deps/libenum_iterator-8e44647253db76cd.rmeta --extern erased_serde=/work/oxidecomputer/omicron/target/debug/deps/liberased_serde-d8c0c45dd4eb2707.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b9016aee0b2ff754.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-587e107ed5d6e0f1.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-9b45e1d330082d76.rmeta --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-a733345a98cf793b.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-5989520b66fa0dce.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-79c51ba899dc01c6.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-63cb773fab50dc82.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6b409d9454ca0f4a.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-0c269cd1747c6358.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-e4c739dd31baa642.rmeta --extern propolis=/work/oxidecomputer/omicron/target/debug/deps/libpropolis-0c915723c629b732.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-8261bf968556ed80.rmeta --extern propolis_server_config=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_server_config-5fd2860ce9508968.rmeta --extern rfb=/work/oxidecomputer/omicron/target/debug/deps/librfb-ea8ca8b1ca92a67e.rmeta --extern ron=/work/oxidecomputer/omicron/target/debug/deps/libron-105efb0330398b6e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-46cf70536623e002.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc95c778b5981b46.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-d5f28ff1ebf2cea8.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-51c9b43c2331a342.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-ceb79fdff76abd9e.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-1e0ca798de1c2556.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-5bc7046f223dcd91.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-7ea5c210a1de1190.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-260eeb8cfcbdf125.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-49b043b2e705bbca.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-4608b2f3f7297776.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-77e6e544b9416448.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-10bfee79ab43e319.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-486dbcdf63113ca2.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d16491bfbae9b4be.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/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-edfc071a8662c2dd/out/lib -L native=/usr/lib/amd64`
37962023-09-29T23:05:43.738Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37972023-09-29T23:05:43.763Z Running `/home/build/.rustup/toolchains/1.72.1-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=f0eaf93fc46dcac8 -C extra-filename=-f0eaf93fc46dcac8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-476b9f9fc2bea332.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-60cc23ed68c4a18e.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-7153363a1fac6343.rmeta --extern bincode=/work/oxidecomputer/omicron/target/debug/deps/libbincode-c14cf3ec894491a9.rmeta --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-42ca3e9cf7532bd2.rmeta --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-d18d288ecd8cb7f3.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-cd943cd2dfeb8306.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-808e28d3d3156bbe.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-768088b73c731f87.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-53d6278c6d3f2d64.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-cb012b6dc451b338.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5bb86fda6cf178b2.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f3291acf8bc27552.rmeta --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-59996b15b129b91c.rmeta --extern crucible_client_types=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_client_types-84d093a6e07a9478.rmeta --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-d23e05604d0fd4cd.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-e6b4ea7ed68fff08.so --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-23d8ad7de131847e.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-6bbc0478e132958e.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-f5c25d6d8be7339d.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d748b2183013de2e.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-ce48581fbc14b01d.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-9d0180ae373a0d5a.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-19c76a379aaa4dad.rmeta --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-65b5fb261a2fbbb3.rmeta --extern helios_fusion=/work/oxidecomputer/omicron/target/debug/deps/libhelios_fusion-cb67488739707fb2.rmeta --extern helios_protostar=/work/oxidecomputer/omicron/target/debug/deps/libhelios_protostar-3ef3bf87873d7fbd.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-7a24d2e41697cd7a.rmeta --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-551884fe0a6fcaea.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-0ec197d7794bc6d8.rmeta --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-b1c951a496c2c819.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-b276aeecfca09511.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3c99362b4aacff3c.rmeta --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-18a73de380bbdb11.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b1078066b701b737.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-bf28e9e8844d3f92.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-eda69919e1616b12.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-37f0d0a84d6f098c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-324b2074a3fb0001.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-dffc32915439d36d.rmeta --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-149bf062a55f7e25.rmeta --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-246d6fa55de99b00.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-3f84cf961f7607bd.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-281533dae7303396.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-58aac9722dc74e91.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-aee9c80b0792b161.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-d2ac920479ec58a1.rmeta --extern propolis_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_server-148c7b1d9b17158f.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0d3d8ad1198c025f.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d7b7fcd8659abd52.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1dc92e8732813f8f.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-58a1a56fb7e968b5.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-44d94bd17ea2528f.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-c322e7d3eef85d01.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-10f29854c0fa36bc.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-4b96c2054cafe633.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-92bfa0559792adb6.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-cbb2edabe35d1de2.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-8ffe1f66c77ddbe4.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-e86e706d4526321b.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-44ced2ee8af48a54.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-f49480703b44d645.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-8053178730bb7d03.rmeta --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-5941d5c4cf23b7c4.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5e0f716cf1967241.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-bfd9f666dcca999f.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-b148462e64533cac.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-d22e7451ceeeb751.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dc2ac240cbe2519e.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-302d0b30a73469bd.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-2350a122b2a13229.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/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-edfc071a8662c2dd/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-90f02ad9d4473dcd/out -L native=/usr/lib/amd64`
37982023-09-29T23:05:49.389Z Running `/home/build/.rustup/toolchains/1.72.1-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=9b2e472989c08b8b -C extra-filename=-9b2e472989c08b8b --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6f7a908a904e9351.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-60cc23ed68c4a18e.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-f517da13a8b686da.rmeta --extern bincode=/work/oxidecomputer/omicron/target/debug/deps/libbincode-66ad4b72a8f87f9c.rmeta --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-e77908ec9b4c9299.rmeta --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-38cc4c66365f0fd4.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c2cb76b03f094493.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-cb608edbae315470.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-17552ea7ce8bb1f0.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-5dc0e0746df29f73.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3c0e7eb12fc38c46.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-389c900f15cd9ab5.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1a527d146b44fd95.rmeta --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-69fed8df18366b25.rmeta --extern crucible_client_types=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_client_types-70257deb2f7d3260.rmeta --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-92885fa4bce3cd2e.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-e6b4ea7ed68fff08.so --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-93416ab160b5cdc1.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-ce0f6870ad90fbc7.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-fbef286758bd5d1f.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c216cf50d7c187a6.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-1ab7ff61e7c67f66.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b9016aee0b2ff754.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-8a665da6f0558c77.rmeta --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-fadeb72e52d23892.rmeta --extern helios_fusion=/work/oxidecomputer/omicron/target/debug/deps/libhelios_fusion-8ec68869ea0a3797.rmeta --extern helios_protostar=/work/oxidecomputer/omicron/target/debug/deps/libhelios_protostar-954f8cb45ccef705.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-587e107ed5d6e0f1.rmeta --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-6abc22831562204c.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-c4b5cbfd24103951.rmeta --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-7af70c07ebf0bade.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-90d5128af6f923ab.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3f89cd07508cd947.rmeta --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-601ae44d593f4ce5.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-63f81b35d4dc5fb3.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-f3c2b794fd3ba65d.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-feb6c364c0c55c70.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-23e95df5c1119974.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9ae622a9a5eea42c.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-195040b02b177146.rmeta --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-24f0fa0cd1f569b3.rmeta --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-3c706069d5910498.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-b88ee39e995b59a9.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-7996a1cd01fd9a79.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-1a959748c4116a85.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-fe70df015a506aa6.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-8261bf968556ed80.rmeta --extern propolis_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_server-b72e12ff1e481dfe.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-f96502417fd063e7.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f65baf3f29cf1fd8.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-46cf70536623e002.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-6ae8a16b46994acf.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc95c778b5981b46.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-51c9b43c2331a342.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-477e756473a1104a.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-2e0b3d316fa92d48.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-7e7e4ea483b2190a.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-ceb79fdff76abd9e.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-5bc7046f223dcd91.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-7ea5c210a1de1190.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-49c733e7b75e0509.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-cf018927a3737292.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-939f759098d4e6b9.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-260eeb8cfcbdf125.rmeta --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-9c21b50a148b8d26.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-49b043b2e705bbca.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-e2970d1b16a56783.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-10bfee79ab43e319.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-486dbcdf63113ca2.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d16491bfbae9b4be.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-4533caa2ab54e991.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-d9fb5d9c45245005.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/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-edfc071a8662c2dd/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-90f02ad9d4473dcd/out -L native=/usr/lib/amd64`
37992023-09-29T23:06:16.223Z Running `/home/build/.rustup/toolchains/1.72.1-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=c33c1f36e2aaec64 -C extra-filename=-c33c1f36e2aaec64 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-476b9f9fc2bea332.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-de9d8e932b97828e.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-60cc23ed68c4a18e.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-7153363a1fac6343.rlib --extern bincode=/work/oxidecomputer/omicron/target/debug/deps/libbincode-c14cf3ec894491a9.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-42ca3e9cf7532bd2.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-d18d288ecd8cb7f3.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-cd943cd2dfeb8306.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-808e28d3d3156bbe.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-768088b73c731f87.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-53d6278c6d3f2d64.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-cb012b6dc451b338.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5bb86fda6cf178b2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f3291acf8bc27552.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-59996b15b129b91c.rlib --extern crucible_client_types=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_client_types-84d093a6e07a9478.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-d23e05604d0fd4cd.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-e6b4ea7ed68fff08.so --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-23d8ad7de131847e.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-6bbc0478e132958e.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-f5c25d6d8be7339d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d748b2183013de2e.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-09f5897e6f2050d8.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-ce48581fbc14b01d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-9d0180ae373a0d5a.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-19c76a379aaa4dad.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-65b5fb261a2fbbb3.rlib --extern helios_fusion=/work/oxidecomputer/omicron/target/debug/deps/libhelios_fusion-cb67488739707fb2.rlib --extern helios_protostar=/work/oxidecomputer/omicron/target/debug/deps/libhelios_protostar-3ef3bf87873d7fbd.rlib --extern helios_tokamak=/work/oxidecomputer/omicron/target/debug/deps/libhelios_tokamak-9b94f471f66ba0e8.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-7a24d2e41697cd7a.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-d93f984b20af488a.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-551884fe0a6fcaea.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-0ec197d7794bc6d8.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-b1c951a496c2c819.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-b276aeecfca09511.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3c99362b4aacff3c.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-18a73de380bbdb11.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b1078066b701b737.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-bf28e9e8844d3f92.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-eda69919e1616b12.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-37f0d0a84d6f098c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-75851c7d92fec59f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-324b2074a3fb0001.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-dffc32915439d36d.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-b8e5b4c00c7a20f9.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-72bdbff7f725ab98.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-149bf062a55f7e25.rlib --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-246d6fa55de99b00.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-3f84cf961f7607bd.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-281533dae7303396.rlib --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-58aac9722dc74e91.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-707e7169a1568639.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-aee9c80b0792b161.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-d2ac920479ec58a1.rlib --extern propolis_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_server-148c7b1d9b17158f.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0d3d8ad1198c025f.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-8dfc62ce550bbbf7.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d7b7fcd8659abd52.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1dc92e8732813f8f.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-58a1a56fb7e968b5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-44d94bd17ea2528f.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-c322e7d3eef85d01.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-10f29854c0fa36bc.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-4b96c2054cafe633.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-92bfa0559792adb6.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-cbb2edabe35d1de2.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-8ffe1f66c77ddbe4.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-e86e706d4526321b.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-44ced2ee8af48a54.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3d4ed7085fff63b9.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-f49480703b44d645.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-8053178730bb7d03.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-5941d5c4cf23b7c4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5e0f716cf1967241.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-bfd9f666dcca999f.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-b148462e64533cac.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-d22e7451ceeeb751.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dc2ac240cbe2519e.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-302d0b30a73469bd.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-2350a122b2a13229.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/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-edfc071a8662c2dd/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-90f02ad9d4473dcd/out -L native=/usr/lib/amd64`
38002023-09-29T23:06:38.282Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
38012023-09-29T23:06:40.298Z Running `/home/build/.rustup/toolchains/1.72.1-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 -C metadata=9a1ec95f6efb3ea4 -C extra-filename=-9a1ec95f6efb3ea4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-476b9f9fc2bea332.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-cd943cd2dfeb8306.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-808e28d3d3156bbe.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-768088b73c731f87.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5bb86fda6cf178b2.rmeta --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-59996b15b129b91c.rmeta --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-23d8ad7de131847e.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-6bbc0478e132958e.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d748b2183013de2e.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-bcb7c05bb577a676.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-7a24d2e41697cd7a.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-d93f984b20af488a.rmeta --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-b1c951a496c2c819.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-c4c39e1f8297403b.rmeta --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-d2dcc37cec859989.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-8262e5b434615454.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-37f0d0a84d6f098c.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-33fd68b208357d32.rmeta --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-f0eaf93fc46dcac8.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-75851c7d92fec59f.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-324b2074a3fb0001.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-3f84cf961f7607bd.rmeta --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-6bb1b6eed7d6713d.rmeta --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-393ab711ab29d7e5.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-281533dae7303396.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-3f69459e66aab1ce.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-44d94bd17ea2528f.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-081389e1338a44c3.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-d8234f11b3e61901.rmeta --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-f3b53926e737ee37.rmeta --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-6f5f42fb536bcce2.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dc2ac240cbe2519e.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/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-edfc071a8662c2dd/out/lib -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-90f02ad9d4473dcd/out -L native=/usr/lib/amd64`
38022023-09-29T23:06:41.083Z Running `/home/build/.rustup/toolchains/1.72.1-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=ca9ee8bc36ea2f8f -C extra-filename=-ca9ee8bc36ea2f8f --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6f7a908a904e9351.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c2cb76b03f094493.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-cb608edbae315470.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-17552ea7ce8bb1f0.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-389c900f15cd9ab5.rmeta --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-69fed8df18366b25.rmeta --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-93416ab160b5cdc1.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-ce0f6870ad90fbc7.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c216cf50d7c187a6.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-a3ae52c2f227420d.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-587e107ed5d6e0f1.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-9b45e1d330082d76.rmeta --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-7af70c07ebf0bade.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-b4d0a30adeff5fb1.rmeta --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-c0b169083d80a2ed.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-0fa0e751b4bc566f.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-23e95df5c1119974.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-12e4d27e8552c467.rmeta --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-9b2e472989c08b8b.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-dde0e8056ea1e308.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9ae622a9a5eea42c.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-b88ee39e995b59a9.rmeta --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-036b8eb62b69d164.rmeta --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-6596e71130a0dec8.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-7996a1cd01fd9a79.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-f3cc8d9f28b4816f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc95c778b5981b46.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-51c9b43c2331a342.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-7471840fd9df783e.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-f6a95c723efb92ea.rmeta --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-937d62598852268e.rmeta --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-a921a73ee678412e.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d16491bfbae9b4be.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/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-edfc071a8662c2dd/out/lib -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-90f02ad9d4473dcd/out -L native=/usr/lib/amd64`
38032023-09-29T23:07:38.749Z Running `/home/build/.rustup/toolchains/1.72.1-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f07dd3f35d569499 -C extra-filename=-f07dd3f35d569499 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6f7a908a904e9351.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-d2888d1226a49068.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-60cc23ed68c4a18e.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-f517da13a8b686da.rlib --extern bb8=/work/oxidecomputer/omicron/target/debug/deps/libbb8-00bf85791e2d8c9a.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-cb608edbae315470.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-5dc0e0746df29f73.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-389c900f15cd9ab5.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1a527d146b44fd95.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-4a7dda16acf3e3df.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-69fed8df18366b25.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-7219b998d86f31dd.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-ce0f6870ad90fbc7.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-fbef286758bd5d1f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c216cf50d7c187a6.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-fbe25c89d73d79e9.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b9016aee0b2ff754.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-8a665da6f0558c77.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-a3ae52c2f227420d.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-48dbb664544ec132.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-587e107ed5d6e0f1.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-9b45e1d330082d76.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-7af70c07ebf0bade.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-90d5128af6f923ab.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-5989520b66fa0dce.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-f3c2b794fd3ba65d.rlib --extern mime_guess=/work/oxidecomputer/omicron/target/debug/deps/libmime_guess-84f920f39e21a911.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-6e0b9f7bf94a5b1d.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-17bddf21ee00e1e4.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-b4d0a30adeff5fb1.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-e519e456ce29f774.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-c0b169083d80a2ed.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-0fa0e751b4bc566f.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-46b5a067a728fb98.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-23e95df5c1119974.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-6fc12cb99cdc44ed.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-12e4d27e8552c467.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9ae622a9a5eea42c.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-195040b02b177146.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-d897181a24d00bd2.rlib --extern openssl_probe=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_probe-a453485417867f18.rlib --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-bc499487ad0da46c.rlib --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-45b2a00b5f565070.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-b88ee39e995b59a9.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-036b8eb62b69d164.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-749661d8f8c746d2.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-4bf2a54010238067.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-7996a1cd01fd9a79.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-f3cc8d9f28b4816f.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-25659d6272c5f3e6.so --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-888510a1dffd1cc6.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-4e0b428177e0cd76.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-8261bf968556ed80.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-f96502417fd063e7.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-1d45bf268c01d3e5.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f65baf3f29cf1fd8.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-9f1588ba728336af.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-a7ce25c876f36dd7.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-97ada0ef759b3a41.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-46cf70536623e002.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-6ae8a16b46994acf.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc95c778b5981b46.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-51c9b43c2331a342.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-7471840fd9df783e.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-4a872a0a4e25b1eb.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-2e0b3d316fa92d48.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-ceb79fdff76abd9e.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-5bc7046f223dcd91.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-7ea5c210a1de1190.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-bf92d80ae6a1a3bc.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-f6a95c723efb92ea.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-260eeb8cfcbdf125.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-49b043b2e705bbca.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-fe5328355f7252f2.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-10bfee79ab43e319.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-9f1c5eac74822cf1.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-a921a73ee678412e.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-486dbcdf63113ca2.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d16491bfbae9b4be.rlib -D warnings -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/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-edfc071a8662c2dd/out/lib -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
38042023-09-29T23:07:39.272Z Running `/home/build/.rustup/toolchains/1.72.1-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=d8606c80f79620df -C extra-filename=-d8606c80f79620df --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6f7a908a904e9351.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-d2888d1226a49068.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-60cc23ed68c4a18e.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-f517da13a8b686da.rlib --extern bb8=/work/oxidecomputer/omicron/target/debug/deps/libbb8-00bf85791e2d8c9a.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-cb608edbae315470.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-5dc0e0746df29f73.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-389c900f15cd9ab5.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1a527d146b44fd95.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-4a7dda16acf3e3df.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-69fed8df18366b25.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-7219b998d86f31dd.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-ce0f6870ad90fbc7.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-fbef286758bd5d1f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c216cf50d7c187a6.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-fbe25c89d73d79e9.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b9016aee0b2ff754.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-8a665da6f0558c77.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-a3ae52c2f227420d.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-48dbb664544ec132.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-587e107ed5d6e0f1.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-9b45e1d330082d76.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-7af70c07ebf0bade.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-90d5128af6f923ab.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-5989520b66fa0dce.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-f3c2b794fd3ba65d.rlib --extern mime_guess=/work/oxidecomputer/omicron/target/debug/deps/libmime_guess-84f920f39e21a911.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-6e0b9f7bf94a5b1d.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-17bddf21ee00e1e4.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-b4d0a30adeff5fb1.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-e519e456ce29f774.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-c0b169083d80a2ed.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-0fa0e751b4bc566f.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-46b5a067a728fb98.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-23e95df5c1119974.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-6fc12cb99cdc44ed.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-12e4d27e8552c467.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9ae622a9a5eea42c.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-195040b02b177146.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-d897181a24d00bd2.rlib --extern openssl_probe=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_probe-a453485417867f18.rlib --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-bc499487ad0da46c.rlib --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-45b2a00b5f565070.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-b88ee39e995b59a9.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-036b8eb62b69d164.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-749661d8f8c746d2.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-4bf2a54010238067.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-7996a1cd01fd9a79.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-f3cc8d9f28b4816f.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-25659d6272c5f3e6.so --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-888510a1dffd1cc6.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-4e0b428177e0cd76.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-8261bf968556ed80.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-f96502417fd063e7.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-1d45bf268c01d3e5.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f65baf3f29cf1fd8.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-9f1588ba728336af.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-a7ce25c876f36dd7.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-97ada0ef759b3a41.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-46cf70536623e002.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-6ae8a16b46994acf.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc95c778b5981b46.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-51c9b43c2331a342.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-7471840fd9df783e.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-4a872a0a4e25b1eb.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-2e0b3d316fa92d48.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-ceb79fdff76abd9e.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-5bc7046f223dcd91.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-7ea5c210a1de1190.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-bf92d80ae6a1a3bc.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-f6a95c723efb92ea.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-260eeb8cfcbdf125.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-49b043b2e705bbca.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-fe5328355f7252f2.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-10bfee79ab43e319.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-9f1c5eac74822cf1.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-a921a73ee678412e.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-486dbcdf63113ca2.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d16491bfbae9b4be.rlib -D warnings -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/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-edfc071a8662c2dd/out/lib -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
38052023-09-29T23:07:51.143Z Running `/home/build/.rustup/toolchains/1.72.1-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=150ceb637fc12e9d -C extra-filename=-150ceb637fc12e9d --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6f7a908a904e9351.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-60cc23ed68c4a18e.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-f517da13a8b686da.rlib --extern bincode=/work/oxidecomputer/omicron/target/debug/deps/libbincode-66ad4b72a8f87f9c.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-e77908ec9b4c9299.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-38cc4c66365f0fd4.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c2cb76b03f094493.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-cb608edbae315470.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-17552ea7ce8bb1f0.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-5dc0e0746df29f73.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3c0e7eb12fc38c46.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-389c900f15cd9ab5.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1a527d146b44fd95.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-69fed8df18366b25.rlib --extern crucible_client_types=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_client_types-70257deb2f7d3260.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-92885fa4bce3cd2e.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-e6b4ea7ed68fff08.so --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-93416ab160b5cdc1.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-ce0f6870ad90fbc7.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-fbef286758bd5d1f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c216cf50d7c187a6.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-1ab7ff61e7c67f66.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b9016aee0b2ff754.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-8a665da6f0558c77.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-fadeb72e52d23892.rlib --extern helios_fusion=/work/oxidecomputer/omicron/target/debug/deps/libhelios_fusion-8ec68869ea0a3797.rlib --extern helios_protostar=/work/oxidecomputer/omicron/target/debug/deps/libhelios_protostar-954f8cb45ccef705.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-587e107ed5d6e0f1.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-6abc22831562204c.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-c4b5cbfd24103951.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-7af70c07ebf0bade.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-90d5128af6f923ab.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3f89cd07508cd947.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-601ae44d593f4ce5.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-63f81b35d4dc5fb3.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-f3c2b794fd3ba65d.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-feb6c364c0c55c70.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-23e95df5c1119974.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-9b2e472989c08b8b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9ae622a9a5eea42c.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-195040b02b177146.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-24f0fa0cd1f569b3.rlib --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-3c706069d5910498.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-b88ee39e995b59a9.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-7996a1cd01fd9a79.rlib --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-1a959748c4116a85.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-fe70df015a506aa6.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-8261bf968556ed80.rlib --extern propolis_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_server-b72e12ff1e481dfe.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-f96502417fd063e7.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f65baf3f29cf1fd8.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-46cf70536623e002.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-6ae8a16b46994acf.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc95c778b5981b46.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-51c9b43c2331a342.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-477e756473a1104a.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-2e0b3d316fa92d48.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-7e7e4ea483b2190a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-ceb79fdff76abd9e.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-5bc7046f223dcd91.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-7ea5c210a1de1190.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-49c733e7b75e0509.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-cf018927a3737292.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-939f759098d4e6b9.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-260eeb8cfcbdf125.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-9c21b50a148b8d26.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-49b043b2e705bbca.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-e2970d1b16a56783.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-10bfee79ab43e319.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-486dbcdf63113ca2.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d16491bfbae9b4be.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-4533caa2ab54e991.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-d9fb5d9c45245005.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/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-edfc071a8662c2dd/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-90f02ad9d4473dcd/out -L native=/usr/lib/amd64`
38062023-09-29T23:07:51.149Z Running `/home/build/.rustup/toolchains/1.72.1-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=b8066707425128f2 -C extra-filename=-b8066707425128f2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6f7a908a904e9351.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-cb608edbae315470.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1a527d146b44fd95.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c216cf50d7c187a6.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b9016aee0b2ff754.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-63f81b35d4dc5fb3.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-c0b169083d80a2ed.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-ca9ee8bc36ea2f8f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-23e95df5c1119974.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-6fc12cb99cdc44ed.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-9b2e472989c08b8b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-dde0e8056ea1e308.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9ae622a9a5eea42c.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-888510a1dffd1cc6.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-7b9a821d27abd704.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-6d94b226482a6d7d.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-6bcf25db57f325b2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-49b043b2e705bbca.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-fe5328355f7252f2.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-10bfee79ab43e319.rlib -D warnings -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/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-edfc071a8662c2dd/out/lib -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-90f02ad9d4473dcd/out -L native=/usr/lib/amd64`
38072023-09-29T23:07:51.156Z Running `/home/build/.rustup/toolchains/1.72.1-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=3b3744f397dccb69 -C extra-filename=-3b3744f397dccb69 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6f7a908a904e9351.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-60cc23ed68c4a18e.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-f517da13a8b686da.rlib --extern bincode=/work/oxidecomputer/omicron/target/debug/deps/libbincode-66ad4b72a8f87f9c.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-e77908ec9b4c9299.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-38cc4c66365f0fd4.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c2cb76b03f094493.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-cb608edbae315470.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-17552ea7ce8bb1f0.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-5dc0e0746df29f73.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3c0e7eb12fc38c46.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-389c900f15cd9ab5.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1a527d146b44fd95.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-69fed8df18366b25.rlib --extern crucible_client_types=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_client_types-70257deb2f7d3260.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-92885fa4bce3cd2e.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-e6b4ea7ed68fff08.so --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-93416ab160b5cdc1.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-ce0f6870ad90fbc7.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-fbef286758bd5d1f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c216cf50d7c187a6.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-1ab7ff61e7c67f66.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b9016aee0b2ff754.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-8a665da6f0558c77.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-fadeb72e52d23892.rlib --extern helios_fusion=/work/oxidecomputer/omicron/target/debug/deps/libhelios_fusion-8ec68869ea0a3797.rlib --extern helios_protostar=/work/oxidecomputer/omicron/target/debug/deps/libhelios_protostar-954f8cb45ccef705.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-587e107ed5d6e0f1.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-6abc22831562204c.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-c4b5cbfd24103951.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-7af70c07ebf0bade.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-90d5128af6f923ab.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3f89cd07508cd947.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-601ae44d593f4ce5.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-63f81b35d4dc5fb3.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-f3c2b794fd3ba65d.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-feb6c364c0c55c70.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-23e95df5c1119974.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-9b2e472989c08b8b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9ae622a9a5eea42c.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-195040b02b177146.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-24f0fa0cd1f569b3.rlib --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-3c706069d5910498.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-b88ee39e995b59a9.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-7996a1cd01fd9a79.rlib --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-1a959748c4116a85.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-fe70df015a506aa6.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-8261bf968556ed80.rlib --extern propolis_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_server-b72e12ff1e481dfe.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-f96502417fd063e7.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f65baf3f29cf1fd8.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-46cf70536623e002.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-6ae8a16b46994acf.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc95c778b5981b46.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-51c9b43c2331a342.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-477e756473a1104a.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-2e0b3d316fa92d48.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-7e7e4ea483b2190a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-ceb79fdff76abd9e.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-5bc7046f223dcd91.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-7ea5c210a1de1190.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-49c733e7b75e0509.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-cf018927a3737292.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-939f759098d4e6b9.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-260eeb8cfcbdf125.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-9c21b50a148b8d26.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-49b043b2e705bbca.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-e2970d1b16a56783.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-10bfee79ab43e319.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-486dbcdf63113ca2.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d16491bfbae9b4be.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-4533caa2ab54e991.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-d9fb5d9c45245005.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/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-edfc071a8662c2dd/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-90f02ad9d4473dcd/out -L native=/usr/lib/amd64`
38082023-09-29T23:07:51.174Z Running `/home/build/.rustup/toolchains/1.72.1-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=d468d0dc476db2ca -C extra-filename=-d468d0dc476db2ca --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6f7a908a904e9351.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-60cc23ed68c4a18e.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-f517da13a8b686da.rlib --extern bincode=/work/oxidecomputer/omicron/target/debug/deps/libbincode-66ad4b72a8f87f9c.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-e77908ec9b4c9299.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-38cc4c66365f0fd4.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c2cb76b03f094493.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-cb608edbae315470.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-17552ea7ce8bb1f0.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-5dc0e0746df29f73.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3c0e7eb12fc38c46.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-389c900f15cd9ab5.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1a527d146b44fd95.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-69fed8df18366b25.rlib --extern crucible_client_types=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_client_types-70257deb2f7d3260.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-92885fa4bce3cd2e.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-e6b4ea7ed68fff08.so --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-93416ab160b5cdc1.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-ce0f6870ad90fbc7.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-fbef286758bd5d1f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c216cf50d7c187a6.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-1ab7ff61e7c67f66.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b9016aee0b2ff754.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-8a665da6f0558c77.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-fadeb72e52d23892.rlib --extern helios_fusion=/work/oxidecomputer/omicron/target/debug/deps/libhelios_fusion-8ec68869ea0a3797.rlib --extern helios_protostar=/work/oxidecomputer/omicron/target/debug/deps/libhelios_protostar-954f8cb45ccef705.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-587e107ed5d6e0f1.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-6abc22831562204c.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-c4b5cbfd24103951.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-7af70c07ebf0bade.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-90d5128af6f923ab.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3f89cd07508cd947.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-601ae44d593f4ce5.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-63f81b35d4dc5fb3.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-f3c2b794fd3ba65d.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-feb6c364c0c55c70.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-23e95df5c1119974.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-9b2e472989c08b8b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9ae622a9a5eea42c.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-195040b02b177146.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-24f0fa0cd1f569b3.rlib --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-3c706069d5910498.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-b88ee39e995b59a9.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-7996a1cd01fd9a79.rlib --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-1a959748c4116a85.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-fe70df015a506aa6.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-8261bf968556ed80.rlib --extern propolis_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_server-b72e12ff1e481dfe.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-f96502417fd063e7.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f65baf3f29cf1fd8.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-46cf70536623e002.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-6ae8a16b46994acf.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc95c778b5981b46.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-51c9b43c2331a342.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-477e756473a1104a.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-2e0b3d316fa92d48.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-7e7e4ea483b2190a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-ceb79fdff76abd9e.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-5bc7046f223dcd91.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-7ea5c210a1de1190.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-49c733e7b75e0509.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-cf018927a3737292.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-939f759098d4e6b9.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-260eeb8cfcbdf125.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-9c21b50a148b8d26.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-49b043b2e705bbca.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-e2970d1b16a56783.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-10bfee79ab43e319.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-486dbcdf63113ca2.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d16491bfbae9b4be.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-4533caa2ab54e991.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-d9fb5d9c45245005.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/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-edfc071a8662c2dd/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-90f02ad9d4473dcd/out -L native=/usr/lib/amd64`
38092023-09-29T23:07:53.227Z Running `/home/build/.rustup/toolchains/1.72.1-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=290ee8f9b6749799 -C extra-filename=-290ee8f9b6749799 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-476b9f9fc2bea332.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-de9d8e932b97828e.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-60cc23ed68c4a18e.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-7153363a1fac6343.rlib --extern bincode=/work/oxidecomputer/omicron/target/debug/deps/libbincode-c14cf3ec894491a9.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-42ca3e9cf7532bd2.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-d18d288ecd8cb7f3.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-cd943cd2dfeb8306.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-808e28d3d3156bbe.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-768088b73c731f87.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-53d6278c6d3f2d64.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-cb012b6dc451b338.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5bb86fda6cf178b2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f3291acf8bc27552.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-59996b15b129b91c.rlib --extern crucible_client_types=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_client_types-84d093a6e07a9478.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-d23e05604d0fd4cd.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-e6b4ea7ed68fff08.so --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-23d8ad7de131847e.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-6bbc0478e132958e.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-f5c25d6d8be7339d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d748b2183013de2e.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-09f5897e6f2050d8.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-ce48581fbc14b01d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-9d0180ae373a0d5a.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-19c76a379aaa4dad.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-65b5fb261a2fbbb3.rlib --extern helios_fusion=/work/oxidecomputer/omicron/target/debug/deps/libhelios_fusion-cb67488739707fb2.rlib --extern helios_protostar=/work/oxidecomputer/omicron/target/debug/deps/libhelios_protostar-3ef3bf87873d7fbd.rlib --extern helios_tokamak=/work/oxidecomputer/omicron/target/debug/deps/libhelios_tokamak-9b94f471f66ba0e8.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-7a24d2e41697cd7a.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-d93f984b20af488a.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-551884fe0a6fcaea.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-0ec197d7794bc6d8.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-b1c951a496c2c819.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-b276aeecfca09511.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3c99362b4aacff3c.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-18a73de380bbdb11.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b1078066b701b737.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-bf28e9e8844d3f92.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-eda69919e1616b12.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-37f0d0a84d6f098c.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-f0eaf93fc46dcac8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-75851c7d92fec59f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-324b2074a3fb0001.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-dffc32915439d36d.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-b8e5b4c00c7a20f9.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-72bdbff7f725ab98.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-149bf062a55f7e25.rlib --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-246d6fa55de99b00.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-3f84cf961f7607bd.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-281533dae7303396.rlib --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-58aac9722dc74e91.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-707e7169a1568639.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-aee9c80b0792b161.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-d2ac920479ec58a1.rlib --extern propolis_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_server-148c7b1d9b17158f.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0d3d8ad1198c025f.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-8dfc62ce550bbbf7.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d7b7fcd8659abd52.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1dc92e8732813f8f.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-58a1a56fb7e968b5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-44d94bd17ea2528f.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-c322e7d3eef85d01.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-10f29854c0fa36bc.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-4b96c2054cafe633.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-92bfa0559792adb6.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-cbb2edabe35d1de2.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-8ffe1f66c77ddbe4.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-e86e706d4526321b.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-44ced2ee8af48a54.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3d4ed7085fff63b9.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-f49480703b44d645.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-8053178730bb7d03.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-5941d5c4cf23b7c4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5e0f716cf1967241.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-bfd9f666dcca999f.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-b148462e64533cac.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-d22e7451ceeeb751.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dc2ac240cbe2519e.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-302d0b30a73469bd.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-2350a122b2a13229.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/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-edfc071a8662c2dd/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-90f02ad9d4473dcd/out -L native=/usr/lib/amd64`
38102023-09-29T23:07:57.575Z Running `/home/build/.rustup/toolchains/1.72.1-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=f3290c12bca71d28 -C extra-filename=-f3290c12bca71d28 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-476b9f9fc2bea332.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-28f21d4b8fc6721f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5bb86fda6cf178b2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f3291acf8bc27552.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-11c063e1ea77d67b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d748b2183013de2e.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-09f5897e6f2050d8.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-f2067ebe1995322f.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-b1c951a496c2c819.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-eda69919e1616b12.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-eaf5b4e93803d8dc.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-c4c39e1f8297403b.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-9a1ec95f6efb3ea4.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-596ad24d9dc2a3f0.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-8262e5b434615454.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-37f0d0a84d6f098c.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-bde18cb3bc2b3c09.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-75851c7d92fec59f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-324b2074a3fb0001.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-36095fb9666f8367.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-68bff4b9ff21c193.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-44d94bd17ea2528f.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-10f29854c0fa36bc.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-36343ff9b281ab4a.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3d4ed7085fff63b9.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-e2e12fbcfa9b7f2f.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-60adf71799d31a99.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5e0f716cf1967241.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dc2ac240cbe2519e.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-3a9eefe523799152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-90f02ad9d4473dcd/out -L native=/usr/lib/amd64`
38112023-09-29T23:08:02.197Z Running `/home/build/.rustup/toolchains/1.72.1-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=0775bf9b66984a86 -C extra-filename=-0775bf9b66984a86 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-476b9f9fc2bea332.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-de9d8e932b97828e.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-60cc23ed68c4a18e.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-7153363a1fac6343.rlib --extern bincode=/work/oxidecomputer/omicron/target/debug/deps/libbincode-c14cf3ec894491a9.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-42ca3e9cf7532bd2.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-d18d288ecd8cb7f3.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-cd943cd2dfeb8306.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-808e28d3d3156bbe.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-768088b73c731f87.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-53d6278c6d3f2d64.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-cb012b6dc451b338.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5bb86fda6cf178b2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f3291acf8bc27552.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-59996b15b129b91c.rlib --extern crucible_client_types=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_client_types-84d093a6e07a9478.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-d23e05604d0fd4cd.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-e6b4ea7ed68fff08.so --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-23d8ad7de131847e.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-6bbc0478e132958e.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-f5c25d6d8be7339d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d748b2183013de2e.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-09f5897e6f2050d8.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-ce48581fbc14b01d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-9d0180ae373a0d5a.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-19c76a379aaa4dad.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-65b5fb261a2fbbb3.rlib --extern helios_fusion=/work/oxidecomputer/omicron/target/debug/deps/libhelios_fusion-cb67488739707fb2.rlib --extern helios_protostar=/work/oxidecomputer/omicron/target/debug/deps/libhelios_protostar-3ef3bf87873d7fbd.rlib --extern helios_tokamak=/work/oxidecomputer/omicron/target/debug/deps/libhelios_tokamak-9b94f471f66ba0e8.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-7a24d2e41697cd7a.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-d93f984b20af488a.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-551884fe0a6fcaea.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-0ec197d7794bc6d8.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-b1c951a496c2c819.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-b276aeecfca09511.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3c99362b4aacff3c.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-18a73de380bbdb11.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b1078066b701b737.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-bf28e9e8844d3f92.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-eda69919e1616b12.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-37f0d0a84d6f098c.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-f0eaf93fc46dcac8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-75851c7d92fec59f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-324b2074a3fb0001.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-dffc32915439d36d.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-b8e5b4c00c7a20f9.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-72bdbff7f725ab98.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-149bf062a55f7e25.rlib --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-246d6fa55de99b00.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-3f84cf961f7607bd.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-281533dae7303396.rlib --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-58aac9722dc74e91.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-707e7169a1568639.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-aee9c80b0792b161.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-d2ac920479ec58a1.rlib --extern propolis_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_server-148c7b1d9b17158f.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0d3d8ad1198c025f.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-8dfc62ce550bbbf7.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d7b7fcd8659abd52.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1dc92e8732813f8f.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-58a1a56fb7e968b5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-44d94bd17ea2528f.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-c322e7d3eef85d01.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-10f29854c0fa36bc.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-4b96c2054cafe633.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-92bfa0559792adb6.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-cbb2edabe35d1de2.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-8ffe1f66c77ddbe4.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-e86e706d4526321b.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-44ced2ee8af48a54.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3d4ed7085fff63b9.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-f49480703b44d645.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-8053178730bb7d03.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-5941d5c4cf23b7c4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5e0f716cf1967241.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-bfd9f666dcca999f.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-b148462e64533cac.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-d22e7451ceeeb751.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dc2ac240cbe2519e.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-302d0b30a73469bd.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-2350a122b2a13229.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/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-edfc071a8662c2dd/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-90f02ad9d4473dcd/out -L native=/usr/lib/amd64`
38122023-09-29T23:08:07.258Z Running `/home/build/.rustup/toolchains/1.72.1-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=b3e30824dcc38577 -C extra-filename=-b3e30824dcc38577 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-476b9f9fc2bea332.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-de9d8e932b97828e.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-28f21d4b8fc6721f.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-60cc23ed68c4a18e.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-7153363a1fac6343.rlib --extern bb8=/work/oxidecomputer/omicron/target/debug/deps/libbb8-c7efb2f1436ebb57.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-808e28d3d3156bbe.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-53d6278c6d3f2d64.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5bb86fda6cf178b2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f3291acf8bc27552.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-da29f6922fbd9de6.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-81ac191032328a8d.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-59996b15b129b91c.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-84f2fc09e3df76d3.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-11c063e1ea77d67b.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-23d8ad7de131847e.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-6bbc0478e132958e.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-f5c25d6d8be7339d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d748b2183013de2e.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-09f5897e6f2050d8.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-2fa6c488bdcff554.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-9d0180ae373a0d5a.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-19c76a379aaa4dad.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-c080090410978807.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-e3e3e978e51c2a5a.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-bcb7c05bb577a676.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-dba419b1193e8428.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-7a24d2e41697cd7a.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-854b3c397592d559.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-d93f984b20af488a.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-f98f11cecdac7aa5.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-b1c951a496c2c819.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-b276aeecfca09511.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3c99362b4aacff3c.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-31315c5ec54d9eb8.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-bf28e9e8844d3f92.rlib --extern mime_guess=/work/oxidecomputer/omicron/target/debug/deps/libmime_guess-3dcd79f611d2156d.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-b22b6623aaea9916.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-eaf5b4e93803d8dc.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-c4c39e1f8297403b.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-d69ea40ba262d5fd.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-d2dcc37cec859989.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-9a1ec95f6efb3ea4.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-596ad24d9dc2a3f0.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-8262e5b434615454.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-bb0070c692d0fca2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-37f0d0a84d6f098c.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-bde18cb3bc2b3c09.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-33fd68b208357d32.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-f0eaf93fc46dcac8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-75851c7d92fec59f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-324b2074a3fb0001.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-dffc32915439d36d.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-b8e5b4c00c7a20f9.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-72bdbff7f725ab98.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-5555fe38eefbe002.rlib --extern openssl_probe=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_probe-41c6f4d0ac14140f.rlib --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-0d9a196b096a38cf.rlib --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-22d97a6c3d12ac80.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-39192becd147c24f.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-3f84cf961f7607bd.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-6bb1b6eed7d6713d.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-7a39e0ef41d3695f.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-79688e570d16e697.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-281533dae7303396.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-3f69459e66aab1ce.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-25659d6272c5f3e6.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-f696754fa8dc0fb4.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-9bb8439060fdcd67.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-36095fb9666f8367.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-707e7169a1568639.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-a88469ec7f128e6e.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-d2ac920479ec58a1.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0d3d8ad1198c025f.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-8dfc62ce550bbbf7.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-ea5fedba9be4e455.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-68bff4b9ff21c193.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d7b7fcd8659abd52.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-ab830bac25aeb8d2.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-45f2142564622868.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-f3b864087adbcf85.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1dc92e8732813f8f.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-58a1a56fb7e968b5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-44d94bd17ea2528f.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-081389e1338a44c3.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-379efc3a9bc52f1d.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-0e308dc16bf2d29f.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-10f29854c0fa36bc.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-92bfa0559792adb6.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-cbb2edabe35d1de2.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-8ffe1f66c77ddbe4.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-4310ba65bd69c4c1.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-36343ff9b281ab4a.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3d4ed7085fff63b9.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-d8234f11b3e61901.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-1f045818cf0b0aea.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-8053178730bb7d03.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5e0f716cf1967241.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-985fc8d6e791c1f9.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-b148462e64533cac.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-a3efd6033cf85ff8.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-6f5f42fb536bcce2.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-d22e7451ceeeb751.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dc2ac240cbe2519e.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-3a9eefe523799152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-90f02ad9d4473dcd/out -L native=/usr/lib/amd64`
38132023-09-29T23:08:11.219Z Running `/home/build/.rustup/toolchains/1.72.1-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=c27c306fda24aa86 -C extra-filename=-c27c306fda24aa86 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-476b9f9fc2bea332.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-de9d8e932b97828e.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-28f21d4b8fc6721f.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-60cc23ed68c4a18e.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-7153363a1fac6343.rlib --extern bb8=/work/oxidecomputer/omicron/target/debug/deps/libbb8-c7efb2f1436ebb57.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-808e28d3d3156bbe.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-53d6278c6d3f2d64.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5bb86fda6cf178b2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f3291acf8bc27552.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-da29f6922fbd9de6.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-81ac191032328a8d.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-59996b15b129b91c.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-84f2fc09e3df76d3.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-11c063e1ea77d67b.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-23d8ad7de131847e.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-6bbc0478e132958e.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-f5c25d6d8be7339d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d748b2183013de2e.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-09f5897e6f2050d8.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-2fa6c488bdcff554.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-9d0180ae373a0d5a.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-19c76a379aaa4dad.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-c080090410978807.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-e3e3e978e51c2a5a.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-bcb7c05bb577a676.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-dba419b1193e8428.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-7a24d2e41697cd7a.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-854b3c397592d559.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-d93f984b20af488a.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-f98f11cecdac7aa5.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-b1c951a496c2c819.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-b276aeecfca09511.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3c99362b4aacff3c.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-31315c5ec54d9eb8.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-bf28e9e8844d3f92.rlib --extern mime_guess=/work/oxidecomputer/omicron/target/debug/deps/libmime_guess-3dcd79f611d2156d.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-b22b6623aaea9916.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-eaf5b4e93803d8dc.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-c4c39e1f8297403b.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-d69ea40ba262d5fd.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-d2dcc37cec859989.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-9a1ec95f6efb3ea4.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-596ad24d9dc2a3f0.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-8262e5b434615454.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-bb0070c692d0fca2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-37f0d0a84d6f098c.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-bde18cb3bc2b3c09.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-33fd68b208357d32.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-f0eaf93fc46dcac8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-75851c7d92fec59f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-324b2074a3fb0001.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-dffc32915439d36d.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-b8e5b4c00c7a20f9.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-72bdbff7f725ab98.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-5555fe38eefbe002.rlib --extern openssl_probe=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_probe-41c6f4d0ac14140f.rlib --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-0d9a196b096a38cf.rlib --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-22d97a6c3d12ac80.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-39192becd147c24f.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-3f84cf961f7607bd.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-6bb1b6eed7d6713d.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-7a39e0ef41d3695f.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-79688e570d16e697.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-281533dae7303396.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-3f69459e66aab1ce.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-25659d6272c5f3e6.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-f696754fa8dc0fb4.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-9bb8439060fdcd67.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-36095fb9666f8367.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-707e7169a1568639.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-a88469ec7f128e6e.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-d2ac920479ec58a1.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0d3d8ad1198c025f.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-8dfc62ce550bbbf7.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-ea5fedba9be4e455.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-68bff4b9ff21c193.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d7b7fcd8659abd52.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-ab830bac25aeb8d2.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-45f2142564622868.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-f3b864087adbcf85.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1dc92e8732813f8f.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-58a1a56fb7e968b5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-44d94bd17ea2528f.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-081389e1338a44c3.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-379efc3a9bc52f1d.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-0e308dc16bf2d29f.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-10f29854c0fa36bc.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-92bfa0559792adb6.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-cbb2edabe35d1de2.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-8ffe1f66c77ddbe4.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-4310ba65bd69c4c1.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-36343ff9b281ab4a.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3d4ed7085fff63b9.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-d8234f11b3e61901.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-1f045818cf0b0aea.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-8053178730bb7d03.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5e0f716cf1967241.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-985fc8d6e791c1f9.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-b148462e64533cac.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-a3efd6033cf85ff8.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-6f5f42fb536bcce2.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-d22e7451ceeeb751.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dc2ac240cbe2519e.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-3a9eefe523799152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-90f02ad9d4473dcd/out -L native=/usr/lib/amd64`
38142023-09-29T23:08:16.324Z Running `/home/build/.rustup/toolchains/1.72.1-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=99c31e97da173c25 -C extra-filename=-99c31e97da173c25 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-476b9f9fc2bea332.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-808e28d3d3156bbe.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-768088b73c731f87.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f3291acf8bc27552.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d748b2183013de2e.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-09f5897e6f2050d8.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-9d0180ae373a0d5a.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b1078066b701b737.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-d2dcc37cec859989.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-9a1ec95f6efb3ea4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-37f0d0a84d6f098c.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-bde18cb3bc2b3c09.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-f0eaf93fc46dcac8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-75851c7d92fec59f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-324b2074a3fb0001.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-5555fe38eefbe002.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-39192becd147c24f.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-36095fb9666f8367.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-8dfc62ce550bbbf7.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-6f1b9fc73aa4b6db.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-c4e4247885d1d88f.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3d4ed7085fff63b9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5e0f716cf1967241.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-985fc8d6e791c1f9.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-b148462e64533cac.rlib -D warnings -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/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-edfc071a8662c2dd/out/lib -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-90f02ad9d4473dcd/out -L native=/usr/lib/amd64`
38152023-09-29T23:08:23.971Z Running `/home/build/.rustup/toolchains/1.72.1-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=ed98e002ee0106a5 -C extra-filename=-ed98e002ee0106a5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-476b9f9fc2bea332.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-de9d8e932b97828e.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-28f21d4b8fc6721f.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-60cc23ed68c4a18e.so --extern authz_macros=/work/oxidecomputer/omicron/target/debug/deps/libauthz_macros-4a3d011656b7b26a.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-7153363a1fac6343.rlib --extern bb8=/work/oxidecomputer/omicron/target/debug/deps/libbb8-c7efb2f1436ebb57.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-808e28d3d3156bbe.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5bb86fda6cf178b2.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-da29f6922fbd9de6.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-c41499250016917c.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-11c063e1ea77d67b.rlib --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-fb0ae8c4a8b0a991.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d748b2183013de2e.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-09f5897e6f2050d8.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-9d0180ae373a0d5a.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-bcb7c05bb577a676.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-dba419b1193e8428.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-7a24d2e41697cd7a.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-d93f984b20af488a.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-f98f11cecdac7aa5.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-b1c951a496c2c819.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-b276aeecfca09511.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3c99362b4aacff3c.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-31315c5ec54d9eb8.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-bf28e9e8844d3f92.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-b22b6623aaea9916.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-eaf5b4e93803d8dc.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-d69ea40ba262d5fd.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-9a1ec95f6efb3ea4.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-8262e5b434615454.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-37f0d0a84d6f098c.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-33fd68b208357d32.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-f0eaf93fc46dcac8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-75851c7d92fec59f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-324b2074a3fb0001.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-dffc32915439d36d.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-72bdbff7f725ab98.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-5555fe38eefbe002.rlib --extern openssl_probe=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_probe-41c6f4d0ac14140f.rlib --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-0d9a196b096a38cf.rlib --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-22d97a6c3d12ac80.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-3f84cf961f7607bd.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-25659d6272c5f3e6.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-f696754fa8dc0fb4.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-9bb8439060fdcd67.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-36095fb9666f8367.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0d3d8ad1198c025f.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-8dfc62ce550bbbf7.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-ea5fedba9be4e455.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-68bff4b9ff21c193.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d7b7fcd8659abd52.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-ab830bac25aeb8d2.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-45f2142564622868.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-f3b864087adbcf85.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-44d94bd17ea2528f.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-081389e1338a44c3.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-379efc3a9bc52f1d.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-10f29854c0fa36bc.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-4310ba65bd69c4c1.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-36343ff9b281ab4a.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3d4ed7085fff63b9.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-d8234f11b3e61901.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-1f045818cf0b0aea.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-8053178730bb7d03.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5e0f716cf1967241.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-985fc8d6e791c1f9.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-b148462e64533cac.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-d22e7451ceeeb751.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dc2ac240cbe2519e.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-3a9eefe523799152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-90f02ad9d4473dcd/out -L native=/usr/lib/amd64`
38162023-09-29T23:08:24.860Z Running `/home/build/.rustup/toolchains/1.72.1-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=e6840ce449e72425 -C extra-filename=-e6840ce449e72425 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-476b9f9fc2bea332.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-28f21d4b8fc6721f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5bb86fda6cf178b2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f3291acf8bc27552.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-11c063e1ea77d67b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d748b2183013de2e.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-09f5897e6f2050d8.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-f2067ebe1995322f.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-b1c951a496c2c819.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-eda69919e1616b12.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-eaf5b4e93803d8dc.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-c4c39e1f8297403b.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-9a1ec95f6efb3ea4.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-596ad24d9dc2a3f0.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-8262e5b434615454.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-37f0d0a84d6f098c.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-bde18cb3bc2b3c09.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-75851c7d92fec59f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-324b2074a3fb0001.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-36095fb9666f8367.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-68bff4b9ff21c193.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-44d94bd17ea2528f.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-10f29854c0fa36bc.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-36343ff9b281ab4a.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3d4ed7085fff63b9.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-e2e12fbcfa9b7f2f.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-60adf71799d31a99.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5e0f716cf1967241.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dc2ac240cbe2519e.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-3a9eefe523799152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-90f02ad9d4473dcd/out -L native=/usr/lib/amd64`
38172023-09-29T23:08:33.869Z Running `/home/build/.rustup/toolchains/1.72.1-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=5e127eb2f45f1608 -C extra-filename=-5e127eb2f45f1608 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-476b9f9fc2bea332.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-de9d8e932b97828e.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-60cc23ed68c4a18e.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-7153363a1fac6343.rlib --extern bincode=/work/oxidecomputer/omicron/target/debug/deps/libbincode-c14cf3ec894491a9.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-42ca3e9cf7532bd2.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-d18d288ecd8cb7f3.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-cd943cd2dfeb8306.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-808e28d3d3156bbe.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-768088b73c731f87.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-53d6278c6d3f2d64.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-cb012b6dc451b338.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5bb86fda6cf178b2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f3291acf8bc27552.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-59996b15b129b91c.rlib --extern crucible_client_types=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_client_types-84d093a6e07a9478.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-d23e05604d0fd4cd.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-e6b4ea7ed68fff08.so --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-23d8ad7de131847e.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-6bbc0478e132958e.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-f5c25d6d8be7339d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d748b2183013de2e.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-09f5897e6f2050d8.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-ce48581fbc14b01d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-9d0180ae373a0d5a.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-19c76a379aaa4dad.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-65b5fb261a2fbbb3.rlib --extern helios_fusion=/work/oxidecomputer/omicron/target/debug/deps/libhelios_fusion-cb67488739707fb2.rlib --extern helios_protostar=/work/oxidecomputer/omicron/target/debug/deps/libhelios_protostar-3ef3bf87873d7fbd.rlib --extern helios_tokamak=/work/oxidecomputer/omicron/target/debug/deps/libhelios_tokamak-9b94f471f66ba0e8.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-7a24d2e41697cd7a.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-d93f984b20af488a.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-551884fe0a6fcaea.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-0ec197d7794bc6d8.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-b1c951a496c2c819.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-b276aeecfca09511.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3c99362b4aacff3c.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-18a73de380bbdb11.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b1078066b701b737.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-bf28e9e8844d3f92.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-eda69919e1616b12.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-37f0d0a84d6f098c.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-f0eaf93fc46dcac8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-75851c7d92fec59f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-324b2074a3fb0001.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-dffc32915439d36d.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-b8e5b4c00c7a20f9.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-72bdbff7f725ab98.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-149bf062a55f7e25.rlib --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-246d6fa55de99b00.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-3f84cf961f7607bd.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-281533dae7303396.rlib --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-58aac9722dc74e91.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-707e7169a1568639.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-aee9c80b0792b161.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-d2ac920479ec58a1.rlib --extern propolis_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_server-148c7b1d9b17158f.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0d3d8ad1198c025f.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-8dfc62ce550bbbf7.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d7b7fcd8659abd52.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1dc92e8732813f8f.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-58a1a56fb7e968b5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-44d94bd17ea2528f.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-c322e7d3eef85d01.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-10f29854c0fa36bc.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-4b96c2054cafe633.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-92bfa0559792adb6.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-cbb2edabe35d1de2.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-8ffe1f66c77ddbe4.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-e86e706d4526321b.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-44ced2ee8af48a54.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3d4ed7085fff63b9.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-f49480703b44d645.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-8053178730bb7d03.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-5941d5c4cf23b7c4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5e0f716cf1967241.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-bfd9f666dcca999f.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-b148462e64533cac.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-d22e7451ceeeb751.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dc2ac240cbe2519e.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-302d0b30a73469bd.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-2350a122b2a13229.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/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-edfc071a8662c2dd/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-90f02ad9d4473dcd/out -L native=/usr/lib/amd64`
38182023-09-29T23:08:35.187Z Running `/home/build/.rustup/toolchains/1.72.1-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=5770b752cc0d83e3 -C extra-filename=-5770b752cc0d83e3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-476b9f9fc2bea332.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-de9d8e932b97828e.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-28f21d4b8fc6721f.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-60cc23ed68c4a18e.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-7153363a1fac6343.rlib --extern bb8=/work/oxidecomputer/omicron/target/debug/deps/libbb8-c7efb2f1436ebb57.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-808e28d3d3156bbe.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-53d6278c6d3f2d64.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5bb86fda6cf178b2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f3291acf8bc27552.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-da29f6922fbd9de6.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-81ac191032328a8d.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-59996b15b129b91c.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-84f2fc09e3df76d3.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-11c063e1ea77d67b.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-23d8ad7de131847e.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-6bbc0478e132958e.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-f5c25d6d8be7339d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d748b2183013de2e.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-09f5897e6f2050d8.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-2fa6c488bdcff554.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-9d0180ae373a0d5a.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-19c76a379aaa4dad.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-c080090410978807.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-e3e3e978e51c2a5a.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-bcb7c05bb577a676.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-dba419b1193e8428.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-7a24d2e41697cd7a.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-854b3c397592d559.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-d93f984b20af488a.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-f98f11cecdac7aa5.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-b1c951a496c2c819.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-b276aeecfca09511.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3c99362b4aacff3c.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-31315c5ec54d9eb8.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-bf28e9e8844d3f92.rlib --extern mime_guess=/work/oxidecomputer/omicron/target/debug/deps/libmime_guess-3dcd79f611d2156d.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-b22b6623aaea9916.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-eaf5b4e93803d8dc.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-c4c39e1f8297403b.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-d69ea40ba262d5fd.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-d2dcc37cec859989.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-9a1ec95f6efb3ea4.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-596ad24d9dc2a3f0.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-8262e5b434615454.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-bb0070c692d0fca2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-37f0d0a84d6f098c.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-33fd68b208357d32.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-f0eaf93fc46dcac8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-75851c7d92fec59f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-324b2074a3fb0001.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-dffc32915439d36d.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-b8e5b4c00c7a20f9.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-72bdbff7f725ab98.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-5555fe38eefbe002.rlib --extern openssl_probe=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_probe-41c6f4d0ac14140f.rlib --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-0d9a196b096a38cf.rlib --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-22d97a6c3d12ac80.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-39192becd147c24f.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-3f84cf961f7607bd.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-6bb1b6eed7d6713d.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-7a39e0ef41d3695f.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-79688e570d16e697.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-281533dae7303396.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-3f69459e66aab1ce.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-25659d6272c5f3e6.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-f696754fa8dc0fb4.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-9bb8439060fdcd67.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-36095fb9666f8367.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-707e7169a1568639.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-a88469ec7f128e6e.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-d2ac920479ec58a1.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0d3d8ad1198c025f.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-8dfc62ce550bbbf7.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-ea5fedba9be4e455.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-68bff4b9ff21c193.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d7b7fcd8659abd52.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-ab830bac25aeb8d2.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-45f2142564622868.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-f3b864087adbcf85.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1dc92e8732813f8f.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-58a1a56fb7e968b5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-44d94bd17ea2528f.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-081389e1338a44c3.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-379efc3a9bc52f1d.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-0e308dc16bf2d29f.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-10f29854c0fa36bc.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-92bfa0559792adb6.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-cbb2edabe35d1de2.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-8ffe1f66c77ddbe4.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-4310ba65bd69c4c1.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-36343ff9b281ab4a.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3d4ed7085fff63b9.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-d8234f11b3e61901.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-1f045818cf0b0aea.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-8053178730bb7d03.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5e0f716cf1967241.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-985fc8d6e791c1f9.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-b148462e64533cac.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-a3efd6033cf85ff8.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-6f5f42fb536bcce2.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-d22e7451ceeeb751.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dc2ac240cbe2519e.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-3a9eefe523799152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-90f02ad9d4473dcd/out -L native=/usr/lib/amd64`
38192023-09-29T23:08:37.776Z Running `/home/build/.rustup/toolchains/1.72.1-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=76d3fdeb495f403c -C extra-filename=-76d3fdeb495f403c --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-476b9f9fc2bea332.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-de9d8e932b97828e.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-60cc23ed68c4a18e.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-7153363a1fac6343.rlib --extern bincode=/work/oxidecomputer/omicron/target/debug/deps/libbincode-c14cf3ec894491a9.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-42ca3e9cf7532bd2.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-d18d288ecd8cb7f3.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-cd943cd2dfeb8306.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-808e28d3d3156bbe.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-768088b73c731f87.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-53d6278c6d3f2d64.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-cb012b6dc451b338.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5bb86fda6cf178b2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f3291acf8bc27552.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-59996b15b129b91c.rlib --extern crucible_client_types=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_client_types-84d093a6e07a9478.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-d23e05604d0fd4cd.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-e6b4ea7ed68fff08.so --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-23d8ad7de131847e.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-6bbc0478e132958e.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-f5c25d6d8be7339d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d748b2183013de2e.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-09f5897e6f2050d8.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-ce48581fbc14b01d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-9d0180ae373a0d5a.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-19c76a379aaa4dad.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-65b5fb261a2fbbb3.rlib --extern helios_fusion=/work/oxidecomputer/omicron/target/debug/deps/libhelios_fusion-cb67488739707fb2.rlib --extern helios_protostar=/work/oxidecomputer/omicron/target/debug/deps/libhelios_protostar-3ef3bf87873d7fbd.rlib --extern helios_tokamak=/work/oxidecomputer/omicron/target/debug/deps/libhelios_tokamak-9b94f471f66ba0e8.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-7a24d2e41697cd7a.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-d93f984b20af488a.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-551884fe0a6fcaea.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-0ec197d7794bc6d8.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-b1c951a496c2c819.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-b276aeecfca09511.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3c99362b4aacff3c.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-18a73de380bbdb11.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b1078066b701b737.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-bf28e9e8844d3f92.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-eda69919e1616b12.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-37f0d0a84d6f098c.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-f0eaf93fc46dcac8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-75851c7d92fec59f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-324b2074a3fb0001.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-dffc32915439d36d.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-b8e5b4c00c7a20f9.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-72bdbff7f725ab98.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-149bf062a55f7e25.rlib --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-246d6fa55de99b00.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-3f84cf961f7607bd.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-281533dae7303396.rlib --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-58aac9722dc74e91.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-707e7169a1568639.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-aee9c80b0792b161.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-d2ac920479ec58a1.rlib --extern propolis_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_server-148c7b1d9b17158f.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0d3d8ad1198c025f.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-8dfc62ce550bbbf7.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d7b7fcd8659abd52.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1dc92e8732813f8f.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-58a1a56fb7e968b5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-44d94bd17ea2528f.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-c322e7d3eef85d01.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-10f29854c0fa36bc.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-4b96c2054cafe633.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-92bfa0559792adb6.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-cbb2edabe35d1de2.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-8ffe1f66c77ddbe4.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-e86e706d4526321b.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-44ced2ee8af48a54.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3d4ed7085fff63b9.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-f49480703b44d645.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-8053178730bb7d03.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-5941d5c4cf23b7c4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5e0f716cf1967241.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-bfd9f666dcca999f.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-b148462e64533cac.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-d22e7451ceeeb751.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dc2ac240cbe2519e.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-302d0b30a73469bd.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-2350a122b2a13229.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/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-edfc071a8662c2dd/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-90f02ad9d4473dcd/out -L native=/usr/lib/amd64`
38202023-09-29T23:08:42.290Z Running `/home/build/.rustup/toolchains/1.72.1-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=7a67aebaec584869 -C extra-filename=-7a67aebaec584869 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-476b9f9fc2bea332.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-808e28d3d3156bbe.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-768088b73c731f87.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f3291acf8bc27552.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d748b2183013de2e.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-09f5897e6f2050d8.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-9d0180ae373a0d5a.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b1078066b701b737.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-d2dcc37cec859989.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-9a1ec95f6efb3ea4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-37f0d0a84d6f098c.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-bde18cb3bc2b3c09.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-f0eaf93fc46dcac8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-75851c7d92fec59f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-324b2074a3fb0001.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-5555fe38eefbe002.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-39192becd147c24f.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-36095fb9666f8367.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-8dfc62ce550bbbf7.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-6f1b9fc73aa4b6db.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-c4e4247885d1d88f.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3d4ed7085fff63b9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5e0f716cf1967241.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-985fc8d6e791c1f9.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-b148462e64533cac.rlib -D warnings -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/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-edfc071a8662c2dd/out/lib -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-90f02ad9d4473dcd/out -L native=/usr/lib/amd64`
38212023-09-29T23:08:55.554Z Running `/home/build/.rustup/toolchains/1.72.1-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=f0184b1ae1855873 -C extra-filename=-f0184b1ae1855873 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-476b9f9fc2bea332.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-de9d8e932b97828e.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-28f21d4b8fc6721f.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-60cc23ed68c4a18e.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-7153363a1fac6343.rlib --extern bb8=/work/oxidecomputer/omicron/target/debug/deps/libbb8-c7efb2f1436ebb57.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-808e28d3d3156bbe.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-53d6278c6d3f2d64.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5bb86fda6cf178b2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f3291acf8bc27552.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-da29f6922fbd9de6.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-81ac191032328a8d.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-59996b15b129b91c.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-84f2fc09e3df76d3.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-11c063e1ea77d67b.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-23d8ad7de131847e.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-6bbc0478e132958e.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-f5c25d6d8be7339d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d748b2183013de2e.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-09f5897e6f2050d8.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-2fa6c488bdcff554.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-9d0180ae373a0d5a.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-19c76a379aaa4dad.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-c080090410978807.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-e3e3e978e51c2a5a.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-bcb7c05bb577a676.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-dba419b1193e8428.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-7a24d2e41697cd7a.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-854b3c397592d559.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-d93f984b20af488a.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-f98f11cecdac7aa5.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-b1c951a496c2c819.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-b276aeecfca09511.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3c99362b4aacff3c.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-31315c5ec54d9eb8.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-bf28e9e8844d3f92.rlib --extern mime_guess=/work/oxidecomputer/omicron/target/debug/deps/libmime_guess-3dcd79f611d2156d.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-b22b6623aaea9916.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-eaf5b4e93803d8dc.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-c4c39e1f8297403b.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-d69ea40ba262d5fd.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-d2dcc37cec859989.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-9a1ec95f6efb3ea4.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-596ad24d9dc2a3f0.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-8262e5b434615454.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-bb0070c692d0fca2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-37f0d0a84d6f098c.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-bde18cb3bc2b3c09.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-33fd68b208357d32.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-f0eaf93fc46dcac8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-75851c7d92fec59f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-324b2074a3fb0001.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-dffc32915439d36d.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-b8e5b4c00c7a20f9.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-72bdbff7f725ab98.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-5555fe38eefbe002.rlib --extern openssl_probe=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_probe-41c6f4d0ac14140f.rlib --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-0d9a196b096a38cf.rlib --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-22d97a6c3d12ac80.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-39192becd147c24f.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-3f84cf961f7607bd.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-6bb1b6eed7d6713d.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-7a39e0ef41d3695f.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-79688e570d16e697.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-281533dae7303396.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-3f69459e66aab1ce.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-25659d6272c5f3e6.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-f696754fa8dc0fb4.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-9bb8439060fdcd67.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-36095fb9666f8367.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-707e7169a1568639.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-a88469ec7f128e6e.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-d2ac920479ec58a1.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0d3d8ad1198c025f.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-8dfc62ce550bbbf7.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-ea5fedba9be4e455.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-68bff4b9ff21c193.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d7b7fcd8659abd52.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-ab830bac25aeb8d2.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-45f2142564622868.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-f3b864087adbcf85.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1dc92e8732813f8f.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-58a1a56fb7e968b5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-7e32255bd2f9fe1c.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-44d94bd17ea2528f.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-081389e1338a44c3.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-379efc3a9bc52f1d.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-0e308dc16bf2d29f.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-10f29854c0fa36bc.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-92bfa0559792adb6.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-cbb2edabe35d1de2.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-8ffe1f66c77ddbe4.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-4310ba65bd69c4c1.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-36343ff9b281ab4a.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3d4ed7085fff63b9.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-d8234f11b3e61901.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-1f045818cf0b0aea.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-8053178730bb7d03.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5e0f716cf1967241.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-985fc8d6e791c1f9.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-b148462e64533cac.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-a3efd6033cf85ff8.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-6f5f42fb536bcce2.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-d22e7451ceeeb751.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dc2ac240cbe2519e.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-3a9eefe523799152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-90f02ad9d4473dcd/out -L native=/usr/lib/amd64`
38222023-09-29T23:19:30.589Z Finished test [unoptimized + debuginfo] target(s) in 36m 06s
38232023-09-29T23:19:31.423Z Executable `/work/oxidecomputer/omicron/target/debug/deps/authz_macros-c6a93de3e96460ac`
38242023-09-29T23:19:31.431Z Executable `/work/oxidecomputer/omicron/target/debug/deps/bootstore-3d6007f4538674f9`
38252023-09-29T23:19:31.445Z Executable `/work/oxidecomputer/omicron/target/debug/deps/v0_fsm_proptest_learner-c99ec0ab5faed19f`
38262023-09-29T23:19:31.456Z Executable `/work/oxidecomputer/omicron/target/debug/deps/v0_fsm_proptest_rack_coordinator-dd0a6de1c9bd6841`
38272023-09-29T23:19:31.468Z Executable `/work/oxidecomputer/omicron/target/debug/deps/bootstrap_agent_client-069fa0d2de8f48fa`
38282023-09-29T23:19:31.480Z Executable `/work/oxidecomputer/omicron/target/debug/deps/caboose_util-99f8fb7d7f647484`
38292023-09-29T23:19:31.483Z Executable `/work/oxidecomputer/omicron/target/debug/deps/db_macros-01f9b21afd0a5714`
38302023-09-29T23:19:31.489Z Executable `/work/oxidecomputer/omicron/target/debug/deps/ddm_admin_client-ad839affeff0a359`
38312023-09-29T23:19:31.498Z Executable `/work/oxidecomputer/omicron/target/debug/deps/dns_server-be74213ee4fda7fc`
38322023-09-29T23:19:31.502Z Executable `/work/oxidecomputer/omicron/target/debug/deps/apigen-f4b470af784b54f1`
38332023-09-29T23:19:31.507Z Executable `/work/oxidecomputer/omicron/target/debug/deps/dns_db_dump-bcd3dd15f803fdfc`
38342023-09-29T23:19:31.927Z Executable `/work/oxidecomputer/omicron/target/debug/deps/dns_server-b6caac744821fb30`
38352023-09-29T23:19:31.942Z Executable `/work/oxidecomputer/omicron/target/debug/deps/dnsadm-630e2716be72dfda`
38362023-09-29T23:19:31.947Z Executable `/work/oxidecomputer/omicron/target/debug/deps/basic_test-6d05dabc8d26332f`
38372023-09-29T23:19:31.954Z Executable `/work/oxidecomputer/omicron/target/debug/deps/commands_test-2761ed654e7fb244`
38382023-09-29T23:19:32.377Z Executable `/work/oxidecomputer/omicron/target/debug/deps/openapi_test-8958dd483a19f657`
38392023-09-29T23:19:32.406Z Executable `/work/oxidecomputer/omicron/target/debug/deps/dns_service_client-19bc64be33b3aab4`
38402023-09-29T23:19:32.562Z Executable `/work/oxidecomputer/omicron/target/debug/deps/dpd_client-339065cfe828234a`
38412023-09-29T23:19:32.565Z Executable `/work/oxidecomputer/omicron/target/debug/deps/gateway_cli-1a8209dd32c51591`
38422023-09-29T23:19:32.568Z Executable `/work/oxidecomputer/omicron/target/debug/deps/gateway_client-437edb51161f5bc7`
38432023-09-29T23:19:33.962Z Executable `/work/oxidecomputer/omicron/target/debug/deps/gateway_test_utils-9a8e7e84997b874b`
38442023-09-29T23:19:33.991Z Executable `/work/oxidecomputer/omicron/target/debug/deps/helios_fusion-e31e33cab38372e1`
38452023-09-29T23:19:34.420Z Executable `/work/oxidecomputer/omicron/target/debug/deps/helios_protostar-46e0021dff8e4498`
38462023-09-29T23:19:34.452Z Executable `/work/oxidecomputer/omicron/target/debug/deps/helios_tokamak-4064b0d28dea4394`
38472023-09-29T23:19:34.477Z Executable `/work/oxidecomputer/omicron/target/debug/deps/illumos_utils-a31fef82f13ff665`
38482023-09-29T23:19:34.505Z Executable `/work/oxidecomputer/omicron/target/debug/deps/installinator-3c2fb9da59f995aa`
38492023-09-29T23:19:34.541Z Executable `/work/oxidecomputer/omicron/target/debug/deps/installinator-09b4806f47b51b12`
38502023-09-29T23:19:34.549Z Executable `/work/oxidecomputer/omicron/target/debug/deps/installinator_artifact_client-c4b0f6256a264b50`
38512023-09-29T23:19:34.552Z Executable `/work/oxidecomputer/omicron/target/debug/deps/installinator_artifactd-e599ed5482ecd4bd`
38522023-09-29T23:19:34.555Z Executable `/work/oxidecomputer/omicron/target/debug/deps/installinator_artifactd-b44610ba40a99e78`
38532023-09-29T23:19:34.559Z Executable `/work/oxidecomputer/omicron/target/debug/deps/mod-de9ac3fba39f84fd`
38542023-09-29T23:19:34.562Z Executable `/work/oxidecomputer/omicron/target/debug/deps/installinator_common-f1a1da6117e5c0c6`
38552023-09-29T23:19:34.565Z Executable `/work/oxidecomputer/omicron/target/debug/deps/internal_dns-135ec5352cac30f2`
38562023-09-29T23:19:34.567Z Executable `/work/oxidecomputer/omicron/target/debug/deps/dnswait-cc4cd691b7ec32dc`
38572023-09-29T23:19:34.572Z Executable `/work/oxidecomputer/omicron/target/debug/deps/ipcc_key_value-19273d6a05e9eb08`
38582023-09-29T23:19:34.576Z Executable `/work/oxidecomputer/omicron/target/debug/deps/key_manager-da7523da6409e0ed`
38592023-09-29T23:19:34.578Z Executable `/work/oxidecomputer/omicron/target/debug/deps/nexus_client-6e6d0aed4f683529`
38602023-09-29T23:19:34.582Z Executable `/work/oxidecomputer/omicron/target/debug/deps/nexus_db_model-70e9c22bff777941`
38612023-09-29T23:19:34.585Z Executable `/work/oxidecomputer/omicron/target/debug/deps/nexus_db_queries-ed98e002ee0106a5`
38622023-09-29T23:19:34.588Z Executable `/work/oxidecomputer/omicron/target/debug/deps/nexus_defaults-f4778750ee93f8ae`
38632023-09-29T23:19:34.591Z Executable `/work/oxidecomputer/omicron/target/debug/deps/nexus_types-5a67d07ea519a553`
38642023-09-29T23:19:34.594Z Executable `/work/oxidecomputer/omicron/target/debug/deps/omicron_certificates-9a50e1c2a7f5b79d`
38652023-09-29T23:19:34.597Z Executable `/work/oxidecomputer/omicron/target/debug/deps/omicron_common-a24b411394446a91`
38662023-09-29T23:19:34.600Z Executable `/work/oxidecomputer/omicron/target/debug/deps/thing_flinger-01bff1008bc99573`
38672023-09-29T23:19:34.603Z Executable `/work/oxidecomputer/omicron/target/debug/deps/omicron_dev-99c31e97da173c25`
38682023-09-29T23:19:34.605Z Executable `/work/oxidecomputer/omicron/target/debug/deps/test_omicron_dev-7a67aebaec584869`
38692023-09-29T23:19:34.609Z Executable `/work/oxidecomputer/omicron/target/debug/deps/omicron_gateway-dc6fcc0d62b17934`
38702023-09-29T23:19:34.611Z Executable `/work/oxidecomputer/omicron/target/debug/deps/mgs-a9d6f5488e3bc282`
38712023-09-29T23:19:34.614Z Executable `/work/oxidecomputer/omicron/target/debug/deps/test_all-5109b2b7b2489393`
38722023-09-29T23:19:34.617Z Executable `/work/oxidecomputer/omicron/target/debug/deps/omicron_nexus-5770b752cc0d83e3`
38732023-09-29T23:19:34.620Z Executable `/work/oxidecomputer/omicron/target/debug/deps/nexus-c27c306fda24aa86`
38742023-09-29T23:19:34.622Z Executable `/work/oxidecomputer/omicron/target/debug/deps/schema_updater-f0184b1ae1855873`
38752023-09-29T23:19:34.651Z Executable `/work/oxidecomputer/omicron/target/debug/deps/test_all-b3e30824dcc38577`
38762023-09-29T23:19:34.657Z Executable `/work/oxidecomputer/omicron/target/debug/deps/omdb-e6840ce449e72425`
38772023-09-29T23:19:34.661Z Executable `/work/oxidecomputer/omicron/target/debug/deps/test_all_output-f3290c12bca71d28`
38782023-09-29T23:19:34.666Z Executable `/work/oxidecomputer/omicron/target/debug/deps/omicron_package-d54867537271bdca`
38792023-09-29T23:19:34.672Z Executable `/work/oxidecomputer/omicron/target/debug/deps/omicron_package-fa16d61ac1357aa7`
38802023-09-29T23:19:34.677Z Executable `/work/oxidecomputer/omicron/target/debug/deps/omicron_passwords-7589827a33b299a4`
38812023-09-29T23:19:34.684Z Executable `/work/oxidecomputer/omicron/target/debug/deps/omicron_rpaths-18f93f423e1a0cb6`
38822023-09-29T23:19:34.688Z Executable `/work/oxidecomputer/omicron/target/debug/deps/omicron_sled_agent-c33c1f36e2aaec64`
38832023-09-29T23:19:34.693Z Executable `/work/oxidecomputer/omicron/target/debug/deps/sled_agent-290ee8f9b6749799`
38842023-09-29T23:19:34.697Z Executable `/work/oxidecomputer/omicron/target/debug/deps/sled_agent_sim-76d3fdeb495f403c`
38852023-09-29T23:19:34.702Z Executable `/work/oxidecomputer/omicron/target/debug/deps/zone_bundle-0775bf9b66984a86`
38862023-09-29T23:19:34.707Z Executable `/work/oxidecomputer/omicron/target/debug/deps/mod-5e127eb2f45f1608`
38872023-09-29T23:19:34.713Z Executable `/work/oxidecomputer/omicron/target/debug/deps/omicron_test_utils-6bb8a3b67e25e70b`
38882023-09-29T23:19:34.719Z Executable `/work/oxidecomputer/omicron/target/debug/deps/oxide_client-3c556cd1d5ee2e9c`
38892023-09-29T23:19:35.139Z Executable `/work/oxidecomputer/omicron/target/debug/deps/oximeter-f4a7d2bd8d98538f`
38902023-09-29T23:19:35.146Z Executable `/work/oxidecomputer/omicron/target/debug/deps/test_compilation-a2900f34fe8beb6f`
38912023-09-29T23:19:35.154Z Executable `/work/oxidecomputer/omicron/target/debug/deps/oximeter_client-04d958703bc35ec4`
38922023-09-29T23:19:35.162Z Executable `/work/oxidecomputer/omicron/target/debug/deps/oximeter_collector-62d1057b1e832f6f`
38932023-09-29T23:19:35.579Z Executable `/work/oxidecomputer/omicron/target/debug/deps/oximeter-c1fa58bb35cb246d`
38942023-09-29T23:19:35.589Z Executable `/work/oxidecomputer/omicron/target/debug/deps/test_commands-45610e741bf313c6`
38952023-09-29T23:19:35.601Z Executable `/work/oxidecomputer/omicron/target/debug/deps/oximeter_db-8503969ad006dfe7`
38962023-09-29T23:19:36.022Z Executable `/work/oxidecomputer/omicron/target/debug/deps/oxdb-9a6ee729dcd4f9eb`
38972023-09-29T23:19:36.030Z Executable `/work/oxidecomputer/omicron/target/debug/deps/oximeter_instruments-9edb442d425e2037`
38982023-09-29T23:19:36.039Z Executable `/work/oxidecomputer/omicron/target/debug/deps/oximeter_macro_impl-c8e90fd2ca91c61e`
38992023-09-29T23:19:36.044Z Executable `/work/oxidecomputer/omicron/target/debug/deps/oximeter_producer-35e87c317c323545`
39002023-09-29T23:19:36.049Z Executable `/work/oxidecomputer/omicron/target/debug/deps/sled_agent_client-98b37379932846bf`
39012023-09-29T23:19:36.057Z Executable `/work/oxidecomputer/omicron/target/debug/deps/sled_hardware-619bae1a9038d21b`
39022023-09-29T23:19:36.066Z Executable `/work/oxidecomputer/omicron/target/debug/deps/sp_sim-57207550b0f2d238`
39032023-09-29T23:19:36.074Z Executable `/work/oxidecomputer/omicron/target/debug/deps/sp_sim-f1fa7cbe70ba3ffe`
39042023-09-29T23:19:36.084Z
39052023-09-29T23:19:36.094Z Executable `/work/oxidecomputer/omicron/target/debug/deps/tufaceous-9f0b05c9e8ecb6c4`
39062023-09-29T23:19:36.103Z ##### ###### #### #####
39072023-09-29T23:19:36.113Z Executable `/work/oxidecomputer/omicron/target/debug/deps/tufaceous-473cd774ec650121`
39082023-09-29T23:19:36.125Z # # # #
39092023-09-29T23:19:36.548Z Executable `/work/oxidecomputer/omicron/target/debug/deps/integration_tests-bd1be8d10f9c68b5`
39102023-09-29T23:19:36.553Z # ##### #### #
39112023-09-29T23:19:36.556Z Executable `/work/oxidecomputer/omicron/target/debug/deps/manifest_tests-6dafdb64559ed0dd`
39122023-09-29T23:19:36.559Z # # # #
39132023-09-29T23:19:36.561Z Executable `/work/oxidecomputer/omicron/target/debug/deps/tufaceous_lib-723b37bca4fef27a`
39142023-09-29T23:19:36.564Z # # # # #
39152023-09-29T23:19:36.567Z Executable `/work/oxidecomputer/omicron/target/debug/deps/update_engine-b64a71d093e10c5e`
39162023-09-29T23:19:36.569Z # ###### #### #
39172023-09-29T23:19:36.572Z Executable `/work/oxidecomputer/omicron/target/debug/deps/wicket-65efe6022b005e57`
39182023-09-29T23:19:36.575Z
39192023-09-29T23:19:36.579Z Executable `/work/oxidecomputer/omicron/target/debug/deps/wicket-5ddb87dec0a10215`
39202023-09-29T23:19:36.997Z Executable `/work/oxidecomputer/omicron/target/debug/deps/mod-388ede789d3707f1`
39212023-09-29T23:19:37.007Z Executable `/work/oxidecomputer/omicron/target/debug/deps/wicket_common-595b3eff2b2a2702`
39222023-09-29T23:19:37.013Z Executable `/work/oxidecomputer/omicron/target/debug/deps/wicket_dbg-40d02ac8f331b9f5`
39232023-09-29T23:19:37.020Z Executable `/work/oxidecomputer/omicron/target/debug/deps/wicket_dbg-f33e59fad98dac4f`
39242023-09-29T23:19:37.024Z Executable `/work/oxidecomputer/omicron/target/debug/deps/wicket_dbg_server-4a49ac72723c142b`
39252023-09-29T23:19:37.029Z Executable `/work/oxidecomputer/omicron/target/debug/deps/wicketd-15cda721194e7986`
39262023-09-29T23:19:37.036Z Executable `/work/oxidecomputer/omicron/target/debug/deps/wicketd-c2d729281f639dc5`
39272023-09-29T23:19:37.042Z Executable `/work/oxidecomputer/omicron/target/debug/deps/mod-b359235bdd14a771`
39282023-09-29T23:19:37.049Z Executable `/work/oxidecomputer/omicron/target/debug/deps/wicketd_client-a4ecca85e2c00b16`
39292023-09-29T23:19:37.053Z Executable `/work/oxidecomputer/omicron/target/debug/deps/xtask-975241d9e3f9b51a`
39302023-09-29T23:19:37.471Z
39312023-09-29T23:19:37.481Zreal 36:08.012974374
39322023-09-29T23:19:37.490Zuser 3:26:48.657601535
39332023-09-29T23:19:37.947Zsys 24:34.602839774
39342023-09-29T23:19:37.956Ztrap 8.578464011
39352023-09-29T23:19:37.959Ztflt 2.896884816
39362023-09-29T23:19:37.962Zdflt 31.289232094
39372023-09-29T23:19:37.968Zkflt 0.032699042
39382023-09-29T23:19:37.971Zlock 6:45:12.770933911
39392023-09-29T23:19:37.975Zslp 12:13:27.264357265
39402023-09-29T23:19:37.978Zlat 6:32.526228083
39412023-09-29T23:19:37.984Zstop 9:28.221684179
39422023-09-29T23:19:37.987Z Downloading crates ...
39432023-09-29T23:19:37.989Z Downloaded aes-gcm v0.10.3
39442023-09-29T23:19:37.993Z Downloaded wasm-bindgen-backend v0.2.87
39452023-09-29T23:19:37.996Z Downloaded rand_core v0.4.2
39462023-09-29T23:19:37.999Z Downloaded winapi-util v0.1.6
39472023-09-29T23:19:38.003Z Downloaded rand_core v0.5.1
39482023-09-29T23:19:38.009Z Downloaded windows-targets v0.42.2
39492023-09-29T23:19:38.013Z Downloaded js-sys v0.3.64
39502023-09-29T23:19:38.018Z Downloaded anstyle-wincon v3.0.1
39512023-09-29T23:19:38.033Z Downloaded rand_chacha v0.2.2
39522023-09-29T23:19:38.456Z Downloaded password-hash v0.4.2
39532023-09-29T23:19:38.477Z Downloaded wasi v0.11.0+wasi-snapshot-preview1
39542023-09-29T23:19:38.493Z Downloaded errno-dragonfly v0.1.2
39552023-09-29T23:19:38.920Z Downloaded dirs v5.0.1
39562023-09-29T23:19:38.927Z Downloaded iana-time-zone-haiku v0.1.2
39572023-09-29T23:19:38.941Z Downloaded pbkdf2 v0.11.0
39582023-09-29T23:19:38.954Z Downloaded windows-targets v0.48.5
39592023-09-29T23:19:38.969Z Downloaded wasm-bindgen-shared v0.2.87
39602023-09-29T23:19:38.975Z Downloaded md5 v0.7.0
39612023-09-29T23:19:38.980Z Downloaded rdrand v0.4.0
39622023-09-29T23:19:38.985Z Downloaded bcrypt-pbkdf v0.10.0
39632023-09-29T23:19:38.990Z Downloaded android_system_properties v0.1.5
39642023-09-29T23:19:39.000Z Downloaded encode_unicode v0.3.6
39652023-09-29T23:19:39.009Z Downloaded option-ext v0.2.0
39662023-09-29T23:19:39.016Z Downloaded android-tzdata v0.1.1
39672023-09-29T23:19:39.022Z Downloaded fuchsia-cprng v0.1.1
39682023-09-29T23:19:39.028Z Downloaded hermit-abi v0.3.3
39692023-09-29T23:19:39.035Z Downloaded atomic-polyfill v0.1.11
39702023-09-29T23:19:39.042Z Downloaded pbkdf2 v0.12.2
39712023-09-29T23:19:39.049Z Downloaded wasm-bindgen-macro v0.2.87
39722023-09-29T23:19:39.056Z Downloaded redox_users v0.4.3
39732023-09-29T23:19:39.062Z Downloaded redox_syscall v0.2.16
39742023-09-29T23:19:39.066Z Downloaded dirs-sys v0.4.1
39752023-09-29T23:19:39.071Z Downloaded blowfish v0.9.1
39762023-09-29T23:19:39.074Z Downloaded getrandom v0.1.16
39772023-09-29T23:19:39.082Z Downloaded cbc v0.1.2
39782023-09-29T23:19:39.096Z Downloaded crossterm_winapi v0.9.1
39792023-09-29T23:19:39.105Z Downloaded rand_hc v0.2.0
39802023-09-29T23:19:39.109Z Downloaded wasm-bindgen-macro-support v0.2.87
39812023-09-29T23:19:39.113Z Downloaded rand_core v0.3.1
39822023-09-29T23:19:39.117Z Downloaded ipconfig v0.3.2
39832023-09-29T23:19:39.122Z Downloaded russh-keys v0.38.0
39842023-09-29T23:19:39.125Z Downloaded core-foundation v0.9.3
39852023-09-29T23:19:39.129Z Downloaded rand v0.7.3
39862023-09-29T23:19:39.133Z Downloaded wasm-streams v0.3.0
39872023-09-29T23:19:39.137Z Downloaded wasi v0.9.0+wasi-snapshot-preview1
39882023-09-29T23:19:39.141Z Downloaded security-framework v2.9.2
39892023-09-29T23:19:39.144Z Downloaded schannel v0.1.22
39902023-09-29T23:19:39.148Z Downloaded winreg v0.50.0
39912023-09-29T23:19:39.152Z Downloaded hermit-abi v0.1.19
39922023-09-29T23:19:39.155Z Downloaded critical-section v1.1.2
39932023-09-29T23:19:39.159Z Downloaded fs2 v0.4.3
39942023-09-29T23:19:39.163Z Downloaded core-foundation-sys v0.8.4
39952023-09-29T23:19:39.167Z Downloaded ed25519 v2.2.2
39962023-09-29T23:19:39.172Z Downloaded security-framework-sys v2.9.1
39972023-09-29T23:19:39.175Z Downloaded russh-cryptovec v0.7.0
39982023-09-29T23:19:39.177Z Downloaded ghash v0.5.0
39992023-09-29T23:19:39.180Z Downloaded wasm-bindgen-futures v0.4.37
40002023-09-29T23:19:39.182Z Downloaded ed25519-dalek v2.0.0
40012023-09-29T23:19:39.192Z Downloaded redox_syscall v0.3.5
40022023-09-29T23:19:39.196Z Downloaded bumpalo v3.14.0
40032023-09-29T23:19:39.198Z Downloaded widestring v1.0.2
40042023-09-29T23:19:39.201Z Downloaded russh v0.38.0
40052023-09-29T23:19:39.204Z Downloaded wasm-bindgen v0.2.87
40062023-09-29T23:19:39.206Z Downloaded windows_aarch64_gnullvm v0.42.2
40072023-09-29T23:19:39.210Z Downloaded windows_x86_64_gnullvm v0.42.2
40082023-09-29T23:19:39.213Z Downloaded windows_aarch64_gnullvm v0.48.5
40092023-09-29T23:19:39.216Z Downloaded windows_x86_64_gnullvm v0.48.5
40102023-09-29T23:19:39.218Z Downloaded fiat-crypto v0.2.1
40112023-09-29T23:19:39.221Z Downloaded windows_x86_64_msvc v0.42.2
40122023-09-29T23:19:39.224Z Downloaded web-sys v0.3.64
40132023-09-29T23:19:39.227Z Downloaded windows_aarch64_msvc v0.42.2
40142023-09-29T23:19:39.229Z Downloaded windows_x86_64_gnu v0.42.2
40152023-09-29T23:19:39.232Z Downloaded windows_i686_gnu v0.42.2
40162023-09-29T23:19:39.235Z Downloaded windows_i686_msvc v0.42.2
40172023-09-29T23:19:39.238Z Downloaded windows_aarch64_msvc v0.48.5
40182023-09-29T23:19:39.242Z Downloaded windows_x86_64_msvc v0.48.5
40192023-09-29T23:19:39.246Z Downloaded windows_i686_gnu v0.48.5
40202023-09-29T23:19:39.249Z Downloaded windows_x86_64_gnu v0.48.5
40212023-09-29T23:19:39.253Z Downloaded windows_i686_msvc v0.48.5
40222023-09-29T23:19:39.257Z Downloaded winapi v0.3.9
40232023-09-29T23:19:39.261Z Downloaded linux-raw-sys v0.4.7
40242023-09-29T23:19:39.267Z Downloaded windows-sys v0.45.0
40252023-09-29T23:19:39.271Z Downloaded windows-sys v0.48.0
40262023-09-29T23:19:39.274Z Downloaded winapi-i686-pc-windows-gnu v0.4.0
40272023-09-29T23:19:39.279Z Downloaded winapi-x86_64-pc-windows-gnu v0.4.0
40282023-09-29T23:19:39.295Z Downloaded windows v0.48.0
40292023-09-29T23:19:39.310Zinfo: experimental features enabled: setup-scripts
40302023-09-29T23:19:40.272Z Finished test [unoptimized + debuginfo] target(s) in 1.81s
40312023-09-29T23:19:41.752Z Starting 907 tests across 99 binaries (4 skipped)
40322023-09-29T23:19:42.182Z SETUP [ 1/1] crdb-seed: cargo run -p crdb-seed
40332023-09-29T23:19:43.246Z Compiling unicode-ident v1.0.12
40342023-09-29T23:19:43.271Z Compiling cfg-if v1.0.0
40352023-09-29T23:19:43.282Z Compiling once_cell v1.18.0
40362023-09-29T23:19:43.351Z Compiling memchr v2.6.3
40372023-09-29T23:19:43.391Z Compiling libc v0.2.148
40382023-09-29T23:19:43.399Z Compiling serde_json v1.0.107
40392023-09-29T23:19:43.838Z Compiling itoa v1.0.9
40402023-09-29T23:19:43.849Z Compiling generic-array v0.14.7
40412023-09-29T23:19:43.853Z Compiling log v0.4.20
40422023-09-29T23:19:43.856Z Compiling getrandom v0.2.10
40432023-09-29T23:19:43.860Z Compiling proc-macro2 v1.0.67
40442023-09-29T23:19:43.865Z Compiling ryu v1.0.15
40452023-09-29T23:19:43.869Z Compiling scopeguard v1.2.0
40462023-09-29T23:19:43.874Z Compiling libm v0.2.7
40472023-09-29T23:19:43.878Z Compiling byteorder v1.4.3
40482023-09-29T23:19:43.883Z Compiling smallvec v1.11.1
40492023-09-29T23:19:43.887Z Compiling lock_api v0.4.10
40502023-09-29T23:19:43.890Z Compiling ahash v0.8.3
40512023-09-29T23:19:44.363Z Compiling pin-project-lite v0.2.13
40522023-09-29T23:19:44.469Z Compiling heck v0.4.1
40532023-09-29T23:19:44.485Z Compiling rand_core v0.6.4
40542023-09-29T23:19:44.521Z Compiling quote v1.0.33
40552023-09-29T23:19:44.568Z Compiling fnv v1.0.7
40562023-09-29T23:19:44.769Z Compiling iana-time-zone v0.1.57
40572023-09-29T23:19:45.146Z Compiling syn v2.0.37
40582023-09-29T23:19:45.222Z Compiling jobserver v0.1.26
40592023-09-29T23:19:45.349Z Compiling syn v1.0.109
40602023-09-29T23:19:45.553Z Compiling num-traits v0.2.16
40612023-09-29T23:19:46.016Z Compiling cc v1.0.83
40622023-09-29T23:19:46.019Z Compiling parking_lot_core v0.9.8
40632023-09-29T23:19:46.022Z Compiling typenum v1.17.0
40642023-09-29T23:19:46.365Z Compiling parking_lot v0.12.1
40652023-09-29T23:19:46.591Z Compiling futures-core v0.3.28
40662023-09-29T23:19:46.778Z Compiling ucd-trie v0.1.6
40672023-09-29T23:19:46.987Z Compiling signal-hook-registry v1.4.1
40682023-09-29T23:19:48.056Z Compiling socket2 v0.5.4
40692023-09-29T23:19:48.066Z Compiling mio v0.8.8
40702023-09-29T23:19:48.098Z Compiling num_cpus v1.16.0
40712023-09-29T23:19:48.261Z Compiling spin v0.5.2
40722023-09-29T23:19:48.417Z Compiling futures-sink v0.3.28
40732023-09-29T23:19:48.618Z Compiling tinyvec_macros v0.1.1
40742023-09-29T23:19:48.656Z Compiling dyn-clone v1.0.14
40752023-09-29T23:19:48.759Z Compiling tinyvec v1.6.0
40762023-09-29T23:19:48.940Z Compiling futures-channel v0.3.28
40772023-09-29T23:19:49.465Z Compiling slab v0.4.9
40782023-09-29T23:19:49.469Z Compiling futures-task v0.3.28
40792023-09-29T23:19:49.935Z Compiling allocator-api2 v0.2.16
40802023-09-29T23:19:49.939Z Compiling futures-io v0.3.28
40812023-09-29T23:19:49.942Z Compiling pin-utils v0.1.0
40822023-09-29T23:19:49.945Z Compiling time-core v0.1.2
40832023-09-29T23:19:49.948Z Compiling aho-corasick v1.1.1
40842023-09-29T23:19:50.016Z Compiling hashbrown v0.13.2
40852023-09-29T23:19:50.045Z Compiling time-macros v0.2.15
40862023-09-29T23:19:50.454Z Compiling ring v0.16.20
40872023-09-29T23:19:50.839Z Compiling openssl-sys v0.9.93
40882023-09-29T23:19:51.528Z Compiling unicode-normalization v0.1.22
40892023-09-29T23:19:51.888Z Compiling hashbrown v0.14.1
40902023-09-29T23:19:52.524Z Compiling openssl v0.10.57
40912023-09-29T23:19:53.964Z Compiling native-tls v0.2.11
40922023-09-29T23:19:53.968Z Compiling tracing-core v0.1.31
40932023-09-29T23:19:53.971Z Compiling unicode-bidi v0.3.13
40942023-09-29T23:19:53.974Z Compiling equivalent v1.0.1
40952023-09-29T23:19:54.107Z Compiling regex-syntax v0.7.5
40962023-09-29T23:19:54.898Z Compiling ppv-lite86 v0.2.17
40972023-09-29T23:19:55.426Z Compiling bzip2-sys v0.1.11+1.0.8
40982023-09-29T23:19:55.542Z Compiling subtle v2.5.0
40992023-09-29T23:19:55.903Z Compiling rustls v0.21.7
41002023-09-29T23:19:55.936Z Compiling strsim v0.10.0
41012023-09-29T23:19:56.445Z Compiling untrusted v0.7.1
41022023-09-29T23:19:56.450Z Compiling rand_chacha v0.3.1
41032023-09-29T23:19:56.870Z Compiling const-oid v0.9.5
41042023-09-29T23:19:56.875Z Compiling base64 v0.21.4
41052023-09-29T23:19:56.990Z Compiling rand v0.8.5
41062023-09-29T23:19:57.537Z Compiling serde_derive_internals v0.26.0
41072023-09-29T23:19:57.785Z Compiling synstructure v0.12.6
41082023-09-29T23:19:59.286Z Compiling thread-id v4.2.0
41092023-09-29T23:19:59.482Z Compiling num-bigint v0.4.4
41102023-09-29T23:20:00.274Z Compiling regex-automata v0.3.8
41112023-09-29T23:20:00.505Z Compiling openssl-probe v0.1.5
41122023-09-29T23:20:01.456Z Compiling hashbrown v0.12.3
41132023-09-29T23:20:01.583Z Compiling unicode-width v0.1.11
41142023-09-29T23:20:02.246Z Compiling foreign-types-shared v0.1.1
41152023-09-29T23:20:02.256Z Compiling percent-encoding v2.3.0
41162023-09-29T23:20:03.362Z Compiling indexmap v1.9.3
41172023-09-29T23:20:04.067Z Compiling foreign-types v0.3.2
41182023-09-29T23:20:04.823Z Compiling backtrace v0.3.69
41192023-09-29T23:20:04.837Z Compiling siphasher v0.3.11
41202023-09-29T23:20:04.847Z Compiling try-lock v0.2.4
41212023-09-29T23:20:05.070Z Compiling adler v1.0.2
41222023-09-29T23:20:05.726Z Compiling miniz_oxide v0.7.1
41232023-09-29T23:20:05.748Z Compiling want v0.3.1
41242023-09-29T23:20:05.768Z Compiling form_urlencoded v1.2.0
41252023-09-29T23:20:05.807Z Compiling sct v0.7.0
41262023-09-29T23:20:06.119Z Compiling rustls-webpki v0.101.6
41272023-09-29T23:20:06.613Z Compiling lazy_static v1.4.0
41282023-09-29T23:20:06.641Z Compiling socket2 v0.4.9
41292023-09-29T23:20:06.697Z Compiling errno v0.3.3
41302023-09-29T23:20:07.032Z Compiling httparse v1.8.0
41312023-09-29T23:20:09.996Z Compiling cpufeatures v0.2.9
41322023-09-29T23:20:10.021Z Compiling httpdate v1.0.3
41332023-09-29T23:20:10.040Z Compiling serde_derive v1.0.188
41342023-09-29T23:20:10.079Z Compiling zeroize_derive v1.4.2
41352023-09-29T23:20:10.533Z Compiling thiserror-impl v1.0.49
41362023-09-29T23:20:10.975Z Compiling tokio-macros v2.1.0
41372023-09-29T23:20:11.426Z Compiling futures-macro v0.3.28
41382023-09-29T23:20:11.441Z Compiling tracing-attributes v0.1.26
41392023-09-29T23:20:11.884Z Compiling schemars_derive v0.8.15
41402023-09-29T23:20:11.887Z Compiling zeroize v1.6.0
41412023-09-29T23:20:11.891Z Compiling openssl-macros v0.1.1
41422023-09-29T23:20:12.704Z Compiling thiserror v1.0.49
41432023-09-29T23:20:12.850Z Compiling zerocopy-derive v0.2.0
41442023-09-29T23:20:12.917Z Compiling pest v2.7.4
41452023-09-29T23:20:13.333Z Compiling futures-util v0.3.28
41462023-09-29T23:20:14.280Z Compiling tracing v0.1.37
41472023-09-29T23:20:14.597Z Compiling crypto-common v0.1.6
41482023-09-29T23:20:23.240Z Compiling block-buffer v0.10.4
41492023-09-29T23:20:23.395Z Compiling digest v0.10.7
41502023-09-29T23:20:23.668Z Compiling zerocopy v0.3.0
41512023-09-29T23:20:23.696Z Compiling regex v1.9.5
41522023-09-29T23:20:23.739Z Compiling async-trait v0.1.73
41532023-09-29T23:20:23.776Z Compiling pest_meta v2.7.4
41542023-09-29T23:20:23.863Z Compiling dof v0.1.5
41552023-09-29T23:20:24.313Z Compiling hubpack_derive v0.1.1
41562023-09-29T23:20:24.344Z Compiling zerocopy-derive v0.6.4
41572023-09-29T23:20:24.793Z Compiling anstyle v1.0.4
41582023-09-29T23:20:25.213Z Compiling utf8parse v0.2.1
41592023-09-29T23:20:25.236Z Compiling pest_generator v2.7.4
41602023-09-29T23:20:25.251Z Compiling tower-service v0.3.2
41612023-09-29T23:20:25.269Z Compiling finl_unicode v1.2.0
41622023-09-29T23:20:25.279Z Compiling stringprep v0.1.4
41632023-09-29T23:20:25.298Z Compiling anstyle-parse v0.2.2
41642023-09-29T23:20:25.306Z Compiling serde v1.0.188
41652023-09-29T23:20:25.317Z Compiling sha2 v0.10.8
41662023-09-29T23:20:25.326Z Compiling md-5 v0.10.6
41672023-09-29T23:20:25.346Z Compiling hmac v0.12.1
41682023-09-29T23:20:25.790Z Compiling diesel_table_macro_syntax v0.1.0
41692023-09-29T23:20:25.802Z Compiling rustls-pemfile v1.0.3
41702023-09-29T23:20:25.821Z Compiling idna v0.4.0
41712023-09-29T23:20:26.269Z Compiling regress v0.7.1
41722023-09-29T23:20:26.692Z Compiling pest_derive v2.7.4
41732023-09-29T23:20:26.710Z Compiling num-integer v0.1.45
41742023-09-29T23:20:26.754Z Compiling dtrace-parser v0.1.14
41752023-09-29T23:20:26.787Z Compiling spin v0.9.8
41762023-09-29T23:20:26.797Z Compiling hash32 v0.2.1
41772023-09-29T23:20:27.391Z Compiling anstyle-query v1.0.0
41782023-09-29T23:20:27.397Z Compiling stable_deref_trait v1.2.0
41792023-09-29T23:20:27.406Z Compiling either v1.9.0
41802023-09-29T23:20:27.463Z Compiling colorchoice v1.0.0
41812023-09-29T23:20:27.545Z Compiling gimli v0.28.0
41822023-09-29T23:20:27.705Z Compiling fallible-iterator v0.2.0
41832023-09-29T23:20:27.925Z Compiling time v0.3.29
41842023-09-29T23:20:28.888Z Compiling anstream v0.6.4
41852023-09-29T23:20:29.275Z Compiling url v2.4.1
41862023-09-29T23:20:31.857Z Compiling bytes v1.5.0
41872023-09-29T23:20:33.033Z Compiling uuid v1.4.1
41882023-09-29T23:20:34.125Z Compiling chrono v0.4.31
41892023-09-29T23:20:35.082Z Compiling tokio v1.32.0
41902023-09-29T23:20:36.312Z Compiling bitflags v2.4.0
41912023-09-29T23:20:37.041Z Compiling http v0.2.9
41922023-09-29T23:20:41.739Z Compiling semver v1.0.19
41932023-09-29T23:20:41.756Z Compiling schemars v0.8.15
41942023-09-29T23:20:41.770Z Compiling rustc_version v0.4.0
41952023-09-29T23:20:41.788Z Compiling indexmap v2.0.2
41962023-09-29T23:20:41.804Z Compiling heapless v0.7.16
41972023-09-29T23:20:41.862Z Compiling usdt-impl v0.3.5
41982023-09-29T23:20:42.240Z Compiling serde_tokenstream v0.1.7
41992023-09-29T23:20:43.103Z Compiling http-body v0.4.5
42002023-09-29T23:20:43.736Z Compiling serde_tokenstream v0.2.0
42012023-09-29T23:20:43.874Z Compiling usdt-attr-macro v0.3.5
42022023-09-29T23:20:43.907Z Compiling usdt-macro v0.3.5
42032023-09-29T23:20:44.445Z Compiling openapiv3 v1.0.3
42042023-09-29T23:20:46.122Z Compiling rustix v0.38.15
42052023-09-29T23:20:46.388Z Compiling typify-impl v0.0.14 (https://github.com/oxidecomputer/typify#eea570e2)
42062023-09-29T23:20:47.903Z Compiling tokio-util v0.7.9
42072023-09-29T23:20:51.748Z Compiling h2 v0.3.21
42082023-09-29T23:20:51.781Z Compiling terminal_size v0.3.0
42092023-09-29T23:20:51.891Z Compiling tokio-rustls v0.24.1
42102023-09-29T23:20:55.479Z Compiling tokio-native-tls v0.3.1
42112023-09-29T23:20:55.492Z Compiling addr2line v0.21.0
42122023-09-29T23:20:56.559Z Compiling postgres-protocol v0.6.6
42132023-09-29T23:20:57.743Z Compiling toml_datetime v0.6.3
42142023-09-29T23:20:57.890Z Compiling serde_spanned v0.6.3
42152023-09-29T23:20:58.257Z Compiling diesel_derives v2.1.2
42162023-09-29T23:20:58.464Z Compiling rustls-native-certs v0.6.3
42172023-09-29T23:20:58.589Z Compiling block-padding v0.3.3
42182023-09-29T23:20:58.955Z Compiling enum-as-inner v0.5.1
42192023-09-29T23:20:59.042Z Compiling serde_repr v0.1.16
42202023-09-29T23:20:59.068Z Compiling clap_derive v4.4.2
42212023-09-29T23:21:00.763Z Compiling phf_shared v0.11.2
42222023-09-29T23:21:00.986Z Compiling crc32fast v1.3.2
42232023-09-29T23:21:01.404Z Compiling scheduled-thread-pool v0.2.7
42242023-09-29T23:21:01.533Z Compiling object v0.32.1
42252023-09-29T23:21:02.190Z Compiling managed v0.8.0
42262023-09-29T23:21:02.953Z Compiling hyper v0.14.27
42272023-09-29T23:21:07.308Z Compiling tap v1.0.1
42282023-09-29T23:21:07.588Z Compiling winnow v0.5.15
42292023-09-29T23:21:08.570Z Compiling ipnet v2.8.0
42302023-09-29T23:21:09.274Z Compiling bitflags v1.3.2
42312023-09-29T23:21:09.444Z Compiling regex-automata v0.1.10
42322023-09-29T23:21:10.255Z Compiling deranged v0.3.8
42332023-09-29T23:21:10.429Z Compiling clap_lex v0.5.1
42342023-09-29T23:21:11.164Z Compiling matches v0.1.10
42352023-09-29T23:21:11.305Z Compiling bit-vec v0.6.3
42362023-09-29T23:21:11.573Z Compiling rustc-demangle v0.1.23
42372023-09-29T23:21:11.991Z Compiling num_threads v0.1.6
42382023-09-29T23:21:12.199Z Compiling typify-macro v0.0.14 (https://github.com/oxidecomputer/typify#eea570e2)
42392023-09-29T23:21:13.079Z Compiling idna v0.2.3
42402023-09-29T23:21:13.919Z Compiling toml_edit v0.19.15
42412023-09-29T23:21:15.603Z Compiling clap_builder v4.4.6
42422023-09-29T23:21:19.316Z Compiling bstr v0.2.17
42432023-09-29T23:21:19.321Z Compiling hyper-rustls v0.24.1
42442023-09-29T23:21:20.052Z Compiling hyper-tls v0.5.0
42452023-09-29T23:21:20.193Z Compiling smoltcp v0.9.1
42462023-09-29T23:21:20.424Z Compiling wyz v0.5.1
42472023-09-29T23:21:21.552Z Compiling r2d2 v0.8.10
42482023-09-29T23:21:21.985Z Compiling flate2 v1.0.27
42492023-09-29T23:21:22.167Z Compiling phf v0.11.2
42502023-09-29T23:21:22.703Z Compiling inout v0.1.3
42512023-09-29T23:21:22.830Z Compiling postgres-types v0.2.6
42522023-09-29T23:21:23.284Z Compiling ipnetwork v0.20.0
42532023-09-29T23:21:23.751Z Compiling hubpack v0.1.2
42542023-09-29T23:21:24.091Z Compiling serde_urlencoded v0.7.1
42552023-09-29T23:21:24.342Z Compiling itertools v0.11.0
42562023-09-29T23:21:24.651Z Compiling futures-executor v0.3.28
42572023-09-29T23:21:25.029Z Compiling zerocopy v0.6.4
42582023-09-29T23:21:25.280Z Compiling memoffset v0.9.0
42592023-09-29T23:21:25.453Z Compiling radium v0.7.0
42602023-09-29T23:21:25.470Z Compiling phf_shared v0.10.0
42612023-09-29T23:21:25.991Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
42622023-09-29T23:21:26.100Z Compiling crossbeam-utils v0.8.16
42632023-09-29T23:21:26.103Z Compiling float-cmp v0.9.0
42642023-09-29T23:21:26.187Z Compiling encoding_rs v0.8.33
42652023-09-29T23:21:26.429Z Compiling mime v0.3.17
42662023-09-29T23:21:26.465Z Compiling static_assertions v1.1.0
42672023-09-29T23:21:26.522Z Compiling new_debug_unreachable v1.0.4
42682023-09-29T23:21:26.612Z Compiling data-encoding v2.4.0
42692023-09-29T23:21:26.668Z Compiling webpki-roots v0.25.2
42702023-09-29T23:21:26.937Z Compiling whoami v1.4.1
42712023-09-29T23:21:27.295Z Compiling fixedbitset v0.4.2
42722023-09-29T23:21:27.776Z Compiling unicode-segmentation v1.10.1
42732023-09-29T23:21:27.787Z Compiling unicode-linebreak v0.1.5
42742023-09-29T23:21:27.954Z Compiling predicates-core v1.0.6
42752023-09-29T23:21:28.465Z Compiling normalize-line-endings v0.3.0
42762023-09-29T23:21:28.614Z Compiling smawk v0.3.2
42772023-09-29T23:21:28.647Z Compiling difflib v0.4.0
42782023-09-29T23:21:29.339Z Compiling funty v2.0.0
42792023-09-29T23:21:29.354Z Compiling precomputed-hash v0.1.1
42802023-09-29T23:21:29.368Z Compiling predicates v3.0.4
42812023-09-29T23:21:29.420Z Compiling string_cache v0.8.7
42822023-09-29T23:21:29.919Z Compiling similar v2.2.1
42832023-09-29T23:21:30.424Z Compiling textwrap v0.16.0
42842023-09-29T23:21:30.430Z Compiling yasna v0.5.2
42852023-09-29T23:21:30.878Z Compiling bitvec v1.0.1
42862023-09-29T23:21:32.208Z Compiling reqwest v0.11.20
42872023-09-29T23:21:32.227Z Compiling petgraph v0.6.4
42882023-09-29T23:21:32.257Z Compiling trust-dns-proto v0.22.0
42892023-09-29T23:21:33.045Z Compiling tokio-postgres v0.7.10
42902023-09-29T23:21:33.518Z Compiling crossbeam-epoch v0.9.15
42912023-09-29T23:21:34.004Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=1e180ae55e56bd17af35cb868ffbd18ce487351d#1e180ae5)
42922023-09-29T23:21:34.956Z Compiling diesel v2.1.2
42932023-09-29T23:21:35.389Z Compiling futures v0.3.28
42942023-09-29T23:21:35.570Z Compiling cipher v0.4.4
42952023-09-29T23:21:36.337Z Compiling clap v4.4.6
42962023-09-29T23:21:36.959Z Compiling toml v0.7.8
42972023-09-29T23:21:38.533Z Compiling anyhow v1.0.75
42982023-09-29T23:21:38.581Z Compiling bit-set v0.5.3
42992023-09-29T23:21:39.041Z Compiling tokio-stream v0.1.14
43002023-09-29T23:21:39.517Z Compiling usdt v0.3.5
43012023-09-29T23:21:40.100Z Compiling hex v0.4.3
43022023-09-29T23:21:40.709Z Compiling num-iter v0.1.43
43032023-09-29T23:21:40.788Z Compiling itertools v0.10.5
43042023-09-29T23:21:41.108Z Compiling bstr v1.6.2
43052023-09-29T23:21:41.533Z Compiling console v0.15.7
43062023-09-29T23:21:42.357Z Compiling slog v2.7.0
43072023-09-29T23:21:42.576Z Compiling lalrpop-util v0.19.12
43082023-09-29T23:21:43.594Z Compiling darling_core v0.20.3
43092023-09-29T23:21:54.607Z Compiling typify v0.0.14 (https://github.com/oxidecomputer/typify#eea570e2)
43102023-09-29T23:21:54.811Z Compiling darling_macro v0.20.3
43112023-09-29T23:21:54.840Z Compiling structmeta-derive v0.1.6
43122023-09-29T23:21:54.856Z Compiling getopts v0.2.21
43132023-09-29T23:21:54.865Z Compiling serde_yaml v0.9.25
43142023-09-29T23:21:54.873Z Compiling darling v0.20.3
43152023-09-29T23:21:54.881Z Compiling progenitor-impl v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#850867b3)
43162023-09-29T23:21:57.168Z Compiling structmeta v0.1.6
43172023-09-29T23:22:01.010Z Compiling camino v1.1.6
43182023-09-29T23:22:03.462Z Compiling toml_edit v0.20.1
43192023-09-29T23:22:03.512Z Compiling slog-json v2.6.1
43202023-09-29T23:22:06.782Z Compiling sha1 v0.10.6
43212023-09-29T23:22:06.801Z Compiling async-stream-impl v0.3.5
43222023-09-29T23:22:07.067Z Compiling regex-syntax v0.6.29
43232023-09-29T23:22:09.257Z Compiling async-stream v0.3.5
43242023-09-29T23:22:10.164Z Compiling toml v0.8.1
43252023-09-29T23:22:15.331Z Compiling slog-term v2.9.0
43262023-09-29T23:22:16.836Z Compiling progenitor-macro v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#850867b3)
43272023-09-29T23:22:16.881Z Compiling parse-display-derive v0.7.0
43282023-09-29T23:22:17.104Z Compiling slog-bunyan v2.4.0
43292023-09-29T23:22:19.277Z Compiling strum_macros v0.25.2
43302023-09-29T23:22:20.403Z Compiling multer v2.1.0
43312023-09-29T23:22:24.070Z Compiling serde_with_macros v2.3.3
43322023-09-29T23:22:24.495Z Compiling progenitor-client v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#850867b3)
43332023-09-29T23:22:25.280Z Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#a5ec1cb0)
43342023-09-29T23:22:25.678Z Compiling serde_path_to_error v0.1.14
43352023-09-29T23:22:27.180Z Compiling tempfile v3.8.0
43362023-09-29T23:22:27.754Z Compiling backoff v0.4.0
43372023-09-29T23:22:28.251Z Compiling strum v0.25.0
43382023-09-29T23:22:28.264Z Compiling parse-display v0.7.0
43392023-09-29T23:22:28.279Z Compiling serde_with v2.3.3
43402023-09-29T23:22:28.729Z Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
43412023-09-29T23:22:28.767Z Compiling headers-core v0.2.0
43422023-09-29T23:22:28.788Z Compiling macaddr v1.0.1
43432023-09-29T23:22:28.808Z Compiling headers v0.3.9
43442023-09-29T23:22:28.827Z Compiling rcgen v0.10.0
43452023-09-29T23:22:28.845Z Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#a5ec1cb0)
43462023-09-29T23:22:29.139Z Compiling camino-tempfile v1.0.2
43472023-09-29T23:22:32.482Z Compiling bzip2 v0.4.4
43482023-09-29T23:22:33.118Z Compiling zip v0.6.6
43492023-09-29T23:22:39.892Z Compiling progenitor v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#850867b3)
43502023-09-29T23:22:40.045Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
43512023-09-29T23:22:40.524Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
43522023-09-29T23:23:03.243Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
43532023-09-29T23:23:14.144Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
43542023-09-29T23:23:15.520Z Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/crdb-seed)
43552023-09-29T23:23:24.374Z Finished dev [unoptimized + debuginfo] target(s) in 3m 42s
43562023-09-29T23:23:24.413Z Running `target/debug/crdb-seed`
43572023-09-29T23:23:24.454ZSep 29 23:23:24.381 INFO cockroach temporary directory: /var/tmp/omicron_tmp/.tmp2nywjh
43582023-09-29T23:23:24.491ZSep 29 23:23:24.381 INFO cockroach command line: cockroach start-single-node --insecure --http-addr=:0 --store=path=/var/tmp/omicron_tmp/crdb-base/.tmpfnAzYs,ballast-size=0 --listen-addr [::1]:0 --listening-url-file /var/tmp/omicron_tmp/.tmp2nywjh/listen-url
43592023-09-29T23:23:24.944ZSep 29 23:23:24.381 INFO cockroach environment: BUILDOMAT_JOB_ID=01HBHHFXRWH2VR68J1KH19ZF0A BUILDOMAT_TASK_ID=4 CARGO=/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/cargo CARGO_HOME=/home/build/.cargo CARGO_MANIFEST_DIR=/work/oxidecomputer/omicron/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= 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=executor-fake GITHUB_REF=refs/heads/executor-fake GITHUB_REPOSITORY=oxidecomputer/omicron GITHUB_SHA=108f4d6b2295adbeff63081eee838f11bc5e0e16 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-6c88eea63fdf040f/out/lib:/work/oxidecomputer/omicron/target/debug/build/ring-74e17e90917a5587/out:/work/oxidecomputer/omicron/target/debug/deps:/work/oxidecomputer/omicron/target/debug:/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/lib/rustlib/x86_64-unknown-illumos/lib:/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib:/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ffcd2d51d3840b16/out/build:/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out:/work/oxidecomputer/omicron/target/debug/build/tofino-90f02ad9d4473dcd/out:/work/oxidecomputer/omicron/target/debug/deps:/work/oxidecomputer/omicron/target/debug:/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/lib LOGNAME=build NEXTEST=1 NEXTEST_ENV=/var/tmp/omicron_tmp/nextest-envAOLKCR NEXTEST_LD_LIBRARY_PATH=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib:/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ffcd2d51d3840b16/out/build:/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out:/work/oxidecomputer/omicron/target/debug/build/tofino-90f02ad9d4473dcd/out:/work/oxidecomputer/omicron/target/debug/deps:/work/oxidecomputer/omicron/target/debug:/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/lib NEXTEST_RUN_ID=64f370fd-3186-47f6-9b62-cd1e61e2af5f 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 PWD=/work/oxidecomputer/omicron RUSTDOCFLAGS=-D warnings RUSTFLAGS=-D warnings RUSTUP_HOME=/home/build/.rustup RUSTUP_TOOLCHAIN=1.72.1-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
43602023-09-29T23:23:26.172ZSep 29 23:23:25.747 INFO cockroach pid: 5661
43612023-09-29T23:23:26.252ZSep 29 23:23:25.747 INFO cockroach listen URL: postgresql://root@[::1]:64727/omicron?sslmode=disable
43622023-09-29T23:23:26.273ZSep 29 23:23:25.747 INFO cockroach: populating
43632023-09-29T23:23:27.494ZSep 29 23:23:27.480 INFO cockroach: populated
43642023-09-29T23:23:30.334ZSep 29 23:23:30.326 INFO Created seed directory: `/var/tmp/omicron_tmp/crdb-base/c57f4ced1447ac7b5e0722b644563fcf94b4998591ad01a8c2cabf9ec1af380e`
43652023-09-29T23:23:30.369Z SETUP PASS [ 1/1] crdb-seed: cargo run -p crdb-seed
43662023-09-29T23:23:30.820Z PASS [ 0.046s] authz-macros::proc-macro/authz-macros test_authz_dump
43672023-09-29T23:23:32.071Z PASS [ 0.039s] bootstore schemes::tests::hello_roundtrip
43682023-09-29T23:23:32.077Z PASS [ 0.031s] bootstore trust_quorum::rack_secret::tests::create_and_verify
43692023-09-29T23:23:32.081Z PASS [ 0.038s] bootstore schemes::v0::share_pkg::tests::create_packages
43702023-09-29T23:23:32.086Z PASS [ 0.039s] bootstore trust_quorum::rack_secret::tests::secret_splitting_fails_with_threshold_larger_than_total_shares
43712023-09-29T23:23:32.093Z PASS [ 0.034s] db-macros::proc-macro/db-macros tests::test_derive_metadata_identity_fails_for_enums
43722023-09-29T23:23:32.099Z PASS [ 0.034s] db-macros::proc-macro/db-macros tests::test_derive_metadata_identity_fails_with_wrong_table_name_type
43732023-09-29T23:23:32.106Z PASS [ 0.035s] db-macros::proc-macro/db-macros tests::test_derive_metadata_identity_fails_without_embedded_identity
43742023-09-29T23:23:32.114Z PASS [ 0.033s] db-macros::proc-macro/db-macros tests::test_derive_metadata_identity_fails_without_table_name
43752023-09-29T23:23:32.121Z PASS [ 0.028s] db-macros::proc-macro/db-macros tests::test_derive_metadata_identity_minimal_example_compiles
43762023-09-29T23:23:32.128Z PASS [ 0.264s] dns-server storage::test::test_update_in_progress
43772023-09-29T23:23:32.139Z PASS [ 0.282s] dns-server storage::test::test_update_interrupted
43782023-09-29T23:23:32.148Z PASS [ 0.303s] dns-server storage::test::test_update_basic
43792023-09-29T23:23:32.161Z PASS [ 0.518s] dns-server::basic_test a_crud
43802023-09-29T23:23:32.178Z PASS [ 0.372s] dns-server::basic_test aaaa_crud
43812023-09-29T23:23:32.189Z PASS [ 0.374s] dns-server::basic_test empty_record
43822023-09-29T23:23:32.202Z PASS [ 0.372s] dns-server::basic_test multi_record_crud
43832023-09-29T23:23:32.218Z PASS [ 0.432s] dns-server::basic_test name_contains_zone
43842023-09-29T23:23:32.232Z PASS [ 1.097s] bootstore schemes::v0::peer::tests::network_config
43852023-09-29T23:23:32.669Z PASS [ 0.410s] dns-server::basic_test nxdomain
43862023-09-29T23:23:33.494Z PASS [ 0.038s] gateway-cli::bin/gateway-cli picocom_map::tests::reject_invalid_rules
43872023-09-29T23:23:33.536Z PASS [ 0.429s] dns-server::basic_test servfail
43882023-09-29T23:23:33.561Z PASS [ 0.024s] gateway-cli::bin/gateway-cli picocom_map::tests::remapping
43892023-09-29T23:23:33.608Z PASS [ 0.043s] illumos-utils destructor::test::test_delayed_delete
43902023-09-29T23:23:33.619Z PASS [ 0.486s] dns-server::basic_test srv_crud
43912023-09-29T23:23:33.632Z PASS [ 0.029s] illumos-utils destructor::test::test_destructor_bad_close
43922023-09-29T23:23:33.640Z PASS [ 0.037s] illumos-utils dladm::test::ensure_existing_etherstub
43932023-09-29T23:23:33.649Z PASS [ 0.037s] illumos-utils dladm::test::ensure_existing_etherstub_vnic
43942023-09-29T23:23:33.658Z PASS [ 0.209s] dns-server::openapi_test test_dns_server_openapi
43952023-09-29T23:23:33.665Z PASS [ 0.038s] illumos-utils dladm::test::ensure_new_etherstub
43962023-09-29T23:23:33.676Z PASS [ 0.036s] illumos-utils dladm::test::ensure_new_etherstub_vnic
43972023-09-29T23:23:33.687Z PASS [ 1.343s] bootstore schemes::v0::peer::tests::basic_3_nodes
43982023-09-29T23:23:33.708Z PASS [ 0.032s] illumos-utils link::test::test_allocate
43992023-09-29T23:23:33.723Z PASS [ 0.040s] illumos-utils dladm::test::only_parse_oxide_vnics
44002023-09-29T23:23:33.736Z PASS [ 0.037s] illumos-utils link::test::test_allocate_within_scopes
44012023-09-29T23:23:33.749Z PASS [ 0.031s] illumos-utils running_zone::camino_starts_with_behaviour
44022023-09-29T23:23:34.996Z PASS [ 0.030s] illumos-utils zone::tests::install_existing_zone_queries_for_it
44032023-09-29T23:23:35.025Z PASS [ 0.031s] illumos-utils zone::tests::install_new_zone_calls_config_then_install
44042023-09-29T23:23:35.041Z PASS [ 0.031s] illumos-utils zone::tests::test_parse_ip_network
44052023-09-29T23:23:35.056Z PASS [ 0.032s] illumos-utils zpool::test::test_parse_bad_zpool_names
44062023-09-29T23:23:35.074Z PASS [ 0.032s] illumos-utils zpool::test::test_parse_external_zpool_name
44072023-09-29T23:23:35.085Z PASS [ 0.026s] illumos-utils zpool::test::test_parse_zpool
44082023-09-29T23:23:35.099Z PASS [ 0.033s] illumos-utils zpool::test::test_parse_internal_zpool_name
44092023-09-29T23:23:35.113Z PASS [ 0.028s] illumos-utils zpool::test::test_parse_zpool_missing_column
44102023-09-29T23:23:35.129Z PASS [ 0.028s] illumos-utils zpool::test::test_parse_zpool_name_json
44112023-09-29T23:23:35.148Z PASS [ 0.033s] illumos-utils zpool::test::test_zpool_name_regex
44122023-09-29T23:23:35.167Z PASS [ 0.187s] installinator block_size_writer::tests::proptest_block_writer
44132023-09-29T23:23:36.448Z PASS [ 0.030s] internal-dns config::test::display_hosts
44142023-09-29T23:23:36.470Z PASS [ 0.031s] internal-dns config::test::display_srv_service
44152023-09-29T23:23:36.882Z PASS [ 0.041s] internal-dns config::test::test_builder_errors
44162023-09-29T23:23:36.887Z PASS [ 0.048s] internal-dns config::test::test_builder_output
44172023-09-29T23:23:36.892Z PASS [ 0.335s] installinator-artifactd::mod integration_tests::openapi::test_server_openapi
44182023-09-29T23:23:37.316Z PASS [ 0.892s] illumos-utils destructor::test::test_delayed_delete_with_error
44192023-09-29T23:23:37.327Z PASS [ 0.475s] internal-dns resolver::test::insert_and_lookup_one_record
44202023-09-29T23:23:37.341Z PASS [ 0.668s] internal-dns resolver::test::insert_and_lookup_multiple_records
44212023-09-29T23:23:37.353Z PASS [ 0.388s] internal-dns resolver::test::lookup_nonexistent_record_fails
44222023-09-29T23:23:37.364Z PASS [ 0.570s] internal-dns resolver::test::resolver_can_be_used_with_progenitor_client
44232023-09-29T23:23:37.374Z PASS [ 0.881s] internal-dns resolver::test::resolver_can_access_backup_dns_server
44242023-09-29T23:23:37.384Z PASS [ 0.697s] internal-dns resolver::test::resolver_doesnt_bail_on_missing_targets
44252023-09-29T23:23:37.398Z PASS [ 0.040s] ipcc-key-value tests::deserialize_fixed_value
44262023-09-29T23:23:37.416Z PASS [ 0.071s] ipcc-key-value tests::installinator_image_id_round_trip
44272023-09-29T23:23:37.465Z PASS [ 0.062s] ipcc-key-value tests::serialized_size
44282023-09-29T23:23:37.482Z PASS [ 0.059s] key-manager tests::different_disks_produce_different_keys
44292023-09-29T23:23:37.500Z PASS [ 0.053s] key-manager tests::different_ikm_produces_different_keys
44302023-09-29T23:23:37.517Z PASS [ 0.032s] key-manager tests::disk_encryption_key_epoch_0
44312023-09-29T23:23:37.584Z PASS [ 0.032s] key-manager tests::loading_key_for_old_epoch_loads_latest_epoch
44322023-09-29T23:23:37.604Z PASS [ 0.033s] nexus-db-model bytecount::test::test_bytecount_i64_conversions
44332023-09-29T23:23:37.625Z PASS [ 0.037s] nexus-db-model bytecount::test::test_pg_numeric_to_byte_count
44342023-09-29T23:23:37.654Z PASS [ 0.028s] nexus-db-model role_assignment::tests::test_role_assignment_from_database
44352023-09-29T23:23:37.681Z PASS [ 0.025s] nexus-db-model semver_version::test::test_to_from_sortable_string
44362023-09-29T23:23:37.698Z PASS [ 0.074s] nexus-db-model device_auth::test::test_generate_user_code
44372023-09-29T23:23:37.718Z PASS [ 0.029s] nexus-db-model tests::test_ip_subnet_check_requestable_address
44382023-09-29T23:23:37.730Z PASS [ 0.027s] nexus-db-model tests::test_ipv6_net_random_subnet
44392023-09-29T23:23:37.742Z PASS [ 0.469s] internal-dns resolver::test::update_record
44402023-09-29T23:23:37.767Z PASS [ 0.032s] nexus-db-model tests::test_roles_database_strings
44412023-09-29T23:23:37.784Z PASS [ 0.039s] nexus-db-model tests::test_vpc_subnet_check_requestable_addr
44422023-09-29T23:23:37.797Z PASS [ 0.051s] nexus-db-queries authn::external::cookies::test::test_parse_cookies_empty_headers
44432023-09-29T23:23:37.813Z PASS [ 0.046s] nexus-db-queries authn::external::cookies::test::test_parse_cookies_ignore_other_headers
44442023-09-29T23:23:37.827Z PASS [ 0.044s] nexus-db-queries authn::external::cookies::test::test_parse_cookies_one_cookie
44452023-09-29T23:23:38.671Z PASS [ 0.047s] nexus-db-queries authn::external::cookies::test::test_parse_cookies_two_cookie_headers
44462023-09-29T23:23:38.676Z PASS [ 0.046s] nexus-db-queries authn::external::cookies::test::test_parse_cookies_two_cookie_headers_same_name
44472023-09-29T23:23:38.680Z PASS [ 0.048s] nexus-db-queries authn::external::cookies::test::test_parse_cookies_two_cookies
44482023-09-29T23:23:38.696Z PASS [ 0.045s] nexus-db-queries authn::external::session_cookie::test::test_garbage_cookie
44492023-09-29T23:23:38.712Z PASS [ 0.067s] nexus-db-queries authn::external::session_cookie::test::test_expired_cookie_idle
44502023-09-29T23:23:38.729Z PASS [ 0.080s] nexus-db-queries authn::external::session_cookie::test::test_expired_cookie_absolute
44512023-09-29T23:23:38.755Z PASS [ 0.049s] nexus-db-queries authn::external::session_cookie::test::test_get_token
44522023-09-29T23:23:38.788Z PASS [ 0.042s] nexus-db-queries authn::external::session_cookie::test::test_get_token_other_cookie_present
44532023-09-29T23:23:39.224Z PASS [ 0.048s] nexus-db-queries authn::external::session_cookie::test::test_get_token_no_header
44542023-09-29T23:23:39.651Z PASS [ 0.042s] nexus-db-queries authn::external::session_cookie::test::test_missing_cookie
44552023-09-29T23:23:40.088Z PASS [ 0.045s] nexus-db-queries authn::external::session_cookie::test::test_other_cookie
44562023-09-29T23:23:40.108Z PASS [ 0.046s] nexus-db-queries authn::external::session_cookie::test::test_session_cookie_value
44572023-09-29T23:23:40.123Z PASS [ 0.043s] nexus-db-queries authn::external::session_cookie::test::test_session_cookie_value_error
44582023-09-29T23:23:40.144Z PASS [ 0.043s] nexus-db-queries authn::external::spoof::test::test_make_header_value
44592023-09-29T23:23:40.163Z PASS [ 0.059s] nexus-db-queries authn::external::session_cookie::test::test_valid_cookie
44602023-09-29T23:23:40.187Z PASS [ 0.048s] nexus-db-queries authn::external::spoof::test::test_make_header_value_raw
44612023-09-29T23:23:40.201Z PASS [ 0.047s] nexus-db-queries authn::external::spoof::test::test_spoof_header_bad_uuids
44622023-09-29T23:23:40.223Z PASS [ 0.049s] nexus-db-queries authn::external::spoof::test::test_spoof_header_missing
44632023-09-29T23:23:40.249Z PASS [ 0.044s] nexus-db-queries authn::external::spoof::test::test_spoof_header_valid
44642023-09-29T23:23:40.682Z PASS [ 0.044s] nexus-db-queries authn::external::spoof::test::test_spoof_reserved_values
44652023-09-29T23:23:40.693Z PASS [ 0.045s] nexus-db-queries authn::external::test::test_authn_sequence
44662023-09-29T23:23:40.718Z PASS [ 0.046s] nexus-db-queries authn::external::token::test::test_make_header_value
44672023-09-29T23:23:40.731Z PASS [ 0.042s] nexus-db-queries authn::external::token::test::test_token_header_bad_utf8
44682023-09-29T23:23:40.746Z PASS [ 0.041s] nexus-db-queries authn::external::token::test::test_token_header_missing
44692023-09-29T23:23:41.174Z PASS [ 0.047s] nexus-db-queries authn::external::token::test::test_token_header_valid
44702023-09-29T23:23:41.181Z PASS [ 0.045s] nexus-db-queries authn::test::test_internal_users
44712023-09-29T23:23:41.185Z PASS [ 0.060s] nexus-db-queries authz::oso_generic::test::test_duplicate_polar_classes
44722023-09-29T23:23:41.192Z PASS [ 4.516s] dns-server::commands_test test_dnsadm
44732023-09-29T23:23:42.123Z PASS [ 7.816s] nexus-db-queries authz::context::test::test_unregistered_resource
44742023-09-29T23:23:43.985Z PASS [ 7.617s] nexus-db-queries context::test::test_background_context
44752023-09-29T23:23:45.220Z PASS [ 13.413s] installinator mock_peers::tests::proptest_fetch_artifact
44762023-09-29T23:23:47.839Z PASS [ 15.687s] installinator write::tests::proptest_write_artifact
44772023-09-29T23:23:51.168Z PASS [ 8.988s] nexus-db-queries context::test::test_child_context
44782023-09-29T23:23:51.893Z PASS [ 17.536s] nexus-db-queries authz::policy_test::test_conferred_roles
44792023-09-29T23:23:55.759Z PASS [ 7.741s] nexus-db-queries db::collection_attach::test::test_attach_beyond_capacity_fails
44802023-09-29T23:23:56.132Z PASS [ 9.435s] nexus-db-queries context::test::test_test_context
44812023-09-29T23:23:56.884Z PASS [ 7.433s] nexus-db-queries db::collection_attach::test::test_attach_deleted_resource_fails
44822023-09-29T23:23:59.943Z PASS [ 7.199s] nexus-db-queries db::collection_attach::test::test_attach_missing_collection_fails
44832023-09-29T23:24:01.079Z PASS [ 7.540s] nexus-db-queries db::collection_attach::test::test_attach_missing_resource_fails
44842023-09-29T23:24:02.550Z PASS [ 7.696s] nexus-db-queries db::collection_attach::test::test_attach_once
44852023-09-29T23:24:17.716Z PASS [ 7.945s] nexus-db-queries db::collection_attach::test::test_attach_multiple_times
44862023-09-29T23:24:18.439Z PASS [ 0.064s] nexus-db-queries db::collection_attach::test::test_verify_query
44872023-09-29T23:24:18.700Z PASS [ 7.563s] nexus-db-queries db::collection_attach::test::test_attach_once_synchronous
44882023-09-29T23:24:19.384Z PASS [ 7.754s] nexus-db-queries db::collection_attach::test::test_attach_while_already_attached
44892023-09-29T23:24:19.824Z PASS [ 7.380s] nexus-db-queries db::collection_attach::test::test_attach_with_filters
44902023-09-29T23:24:19.852Z PASS [ 8.023s] nexus-db-queries db::collection_attach::test::test_attach_without_update_filter
44912023-09-29T23:24:20.343Z PASS [ 7.746s] nexus-db-queries db::collection_detach::test::test_detach_deleted_resource_fails
44922023-09-29T23:24:20.434Z PASS [ 7.385s] nexus-db-queries db::collection_detach::test::test_detach_missing_collection_fails
44932023-09-29T23:24:20.468Z PASS [ 0.054s] nexus-db-queries db::collection_detach::test::test_verify_query
44942023-09-29T23:24:20.609Z PASS [ 7.153s] nexus-db-queries db::collection_detach::test::test_detach_once
44952023-09-29T23:24:20.755Z PASS [ 8.040s] nexus-db-queries db::collection_detach::test::test_detach_missing_resource_fails
44962023-09-29T23:24:20.798Z PASS [ 7.804s] nexus-db-queries db::collection_detach::test::test_detach_while_already_detached
44972023-09-29T23:24:20.869Z PASS [ 8.109s] nexus-db-queries db::collection_detach::test::test_detach_without_update_filter
44982023-09-29T23:24:20.969Z PASS [ 7.865s] nexus-db-queries db::collection_detach_many::test::test_detach_deleted_resource
44992023-09-29T23:24:21.092Z PASS [ 7.133s] nexus-db-queries db::collection_detach_many::test::test_detach_filter_collection
45002023-09-29T23:24:21.744Z PASS [ 7.591s] nexus-db-queries db::collection_detach_many::test::test_detach_many
45012023-09-29T23:24:23.628Z PASS [ 7.094s] nexus-db-queries db::collection_detach_many::test::test_detach_missing_collection_fails
45022023-09-29T23:24:23.722Z PASS [ 0.052s] nexus-db-queries db::collection_detach_many::test::test_verify_query
45032023-09-29T23:24:24.175Z PASS [ 7.209s] nexus-db-queries db::collection_detach_many::test::test_detach_missing_resource_succeeds
45042023-09-29T23:24:24.209Z PASS [ 49.826s] nexus-db-queries authz::policy_test::test_iam_roles_behavior
45052023-09-29T23:24:24.254Z PASS [ 0.047s] nexus-db-queries db::collection_insert::test::test_verify_query
45062023-09-29T23:24:24.721Z PASS [ 6.620s] nexus-db-queries db::collection_detach_many::test::test_detach_once
45072023-09-29T23:24:26.565Z PASS [ 5.487s] nexus-db-queries db::collection_detach_many::test::test_detach_once_synchronous
45082023-09-29T23:24:26.617Z PASS [ 0.050s] nexus-db-queries db::datastore::dns::test::test_dns_builder_basic
45092023-09-29T23:24:26.993Z PASS [ 5.301s] nexus-db-queries db::collection_detach_many::test::test_detach_while_already_detached
45102023-09-29T23:24:28.731Z PASS [ 5.067s] nexus-db-queries db::collection_insert::test::test_collection_not_present
45112023-09-29T23:24:29.223Z PASS [ 5.181s] nexus-db-queries db::collection_insert::test::test_collection_present
45122023-09-29T23:24:29.503Z PASS [ 5.100s] nexus-db-queries db::datastore::db_metadata::test::ensure_schema_is_current_version
45132023-09-29T23:24:29.832Z PASS [ 5.568s] nexus-db-queries db::datastore::db_metadata::test::concurrent_nexus_instances_only_move_forward
45142023-09-29T23:24:30.398Z SLOW [> 60.000s] bootstore::v0-fsm-proptest-learner run
45152023-09-29T23:24:34.364Z SLOW [> 60.000s] bootstore::v0-fsm-proptest-rack-coordinator run
45162023-09-29T23:24:34.938Z PASS [ 7.054s] nexus-db-queries db::datastore::dns::test::test_dns_uniqueness
45172023-09-29T23:24:35.073Z PASS [ 64.375s] bootstore::v0-fsm-proptest-learner run
45182023-09-29T23:24:36.567Z PASS [ 9.484s] nexus-db-queries db::datastore::dns::test::test_dns_update
45192023-09-29T23:24:36.668Z PASS [ 7.938s] nexus-db-queries db::datastore::dns::test::test_read_dns_config_basic
45202023-09-29T23:24:37.162Z PASS [ 7.310s] nexus-db-queries db::datastore::ip_pool::test::test_default_ip_pools
45212023-09-29T23:24:37.180Z PASS [ 7.630s] nexus-db-queries db::datastore::dns::test::test_read_dns_config_uninitialized
45222023-09-29T23:24:37.267Z PASS [ 8.049s] nexus-db-queries db::datastore::dns::test::test_read_dns_config_complex
45232023-09-29T23:24:41.397Z PASS [ 7.317s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_deletion_idempotency
45242023-09-29T23:24:42.280Z PASS [ 7.517s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_upsert_delete_reupsert_new_sled
45252023-09-29T23:24:44.210Z PASS [ 7.733s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_upsert_different_disks
45262023-09-29T23:24:44.404Z PASS [ 7.751s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_upsert_different_uuid_idempotent
45272023-09-29T23:24:44.726Z PASS [ 7.580s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_upsert_same_uuid_idempotent
45282023-09-29T23:24:44.784Z PASS [ 0.057s] nexus-db-queries db::datastore::region::test::test_extent_count
45292023-09-29T23:24:44.803Z PASS [ 7.656s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_upsert_reupsert_new_sled
45302023-09-29T23:24:45.614Z PASS [ 8.362s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_empty
45312023-09-29T23:24:46.090Z PASS [ 75.700s] bootstore::v0-fsm-proptest-rack-coordinator run
45322023-09-29T23:24:48.417Z PASS [ 7.440s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_missing_service_pool_ip_throws_error
45332023-09-29T23:24:49.846Z PASS [ 7.575s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_overlapping_ips_throws_error
45342023-09-29T23:24:51.899Z PASS [ 7.110s] nexus-db-queries db::datastore::sled::test::upsert_sled_updates_hardware
45352023-09-29T23:24:52.178Z PASS [ 7.394s] nexus-db-queries db::datastore::test::test_component_update_conflict
45362023-09-29T23:24:53.268Z PASS [ 8.484s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_with_many_nexus_services
45372023-09-29T23:24:53.286Z PASS [ 7.225s] nexus-db-queries db::datastore::test::test_deallocate_external_ip_by_instance_id_is_idempotent
45382023-09-29T23:24:53.312Z PASS [ 8.527s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_with_services
45392023-09-29T23:24:53.338Z PASS [ 6.938s] nexus-db-queries db::datastore::test::test_deallocate_external_ip_is_idempotent
45402023-09-29T23:24:55.363Z PASS [ 6.942s] nexus-db-queries db::datastore::test::test_external_ip_check_constraints
45412023-09-29T23:24:56.501Z PASS [ 6.653s] nexus-db-queries db::datastore::test::test_project_creation
45422023-09-29T23:24:56.993Z PASS [ 5.109s] nexus-db-queries db::datastore::test::test_queries_do_not_require_full_table_scan
45432023-09-29T23:25:02.276Z PASS [ 7.571s] nexus-db-queries db::datastore::test::test_rack_initialize_is_idempotent
45442023-09-29T23:25:02.765Z PASS [ 7.386s] nexus-db-queries db::datastore::test::test_region_allocation_not_enough_zpools
45452023-09-29T23:25:02.963Z PASS [ 8.843s] nexus-db-queries db::datastore::test::test_region_allocation_out_of_space_fails
45462023-09-29T23:25:03.007Z PASS [ 9.036s] nexus-db-queries db::datastore::test::test_region_allocation_is_idempotent
45472023-09-29T23:25:03.163Z PASS [ 9.237s] nexus-db-queries db::datastore::test::test_region_allocation
45482023-09-29T23:25:03.369Z PASS [ 5.127s] nexus-db-queries db::datastore::test::test_sled_ipv6_address_allocation
45492023-09-29T23:25:03.420Z PASS [ 0.058s] nexus-db-queries db::fixed_data::role_builtin::test::test_fixed_role_data
45502023-09-29T23:25:03.454Z PASS [ 0.058s] nexus-db-queries db::fixed_data::silo_user::test::test_silo_user_ids_are_valid
45512023-09-29T23:25:03.487Z PASS [ 0.076s] nexus-db-queries db::fixed_data::test::test_builtin_fleet_id_is_valid
45522023-09-29T23:25:03.523Z PASS [ 0.059s] nexus-db-queries db::fixed_data::user_builtin::test::test_builtin_user_ids_are_valid
45532023-09-29T23:25:03.992Z PASS [ 7.424s] nexus-db-queries db::datastore::test::test_service_upsert_and_list
45542023-09-29T23:25:04.025Z PASS [ 6.914s] nexus-db-queries db::datastore::test::test_session_methods
45552023-09-29T23:25:06.414Z PASS [ 6.666s] nexus-db-queries db::datastore::test::test_ssh_keys
45562023-09-29T23:25:06.975Z PASS [ 6.646s] nexus-db-queries db::datastore::test::test_system_update_conflict
45572023-09-29T23:25:07.252Z PASS [ 5.363s] nexus-db-queries db::explain::test::test_explain_async
45582023-09-29T23:25:07.331Z PASS [ 5.399s] nexus-db-queries db::explain::test::test_explain_full_table_scan
45592023-09-29T23:25:08.237Z PASS [ 5.441s] nexus-db-queries db::pagination::test::test_paginated_multicolumn_ascending
45602023-09-29T23:25:08.846Z PASS [ 6.980s] nexus-db-queries db::datastore::test::test_table_scan
45612023-09-29T23:25:08.899Z PASS [ 5.478s] nexus-db-queries db::pagination::test::test_paginated_multicolumn_descending
45622023-09-29T23:25:09.137Z PASS [ 6.756s] nexus-db-queries db::lookup::test::test_lookup
45632023-09-29T23:25:11.756Z PASS [ 5.331s] nexus-db-queries db::pagination::test::test_paginated_single_column_ascending
45642023-09-29T23:25:12.557Z PASS [ 5.595s] nexus-db-queries db::pagination::test::test_paginated_single_column_descending
45652023-09-29T23:25:15.949Z PASS [ 7.390s] nexus-db-queries db::queries::external_ip::tests::test_ephemeral_and_snat_ips_do_not_overlap
45662023-09-29T23:25:15.968Z PASS [ 7.585s] nexus-db-queries db::queries::external_ip::tests::test_ensure_pool_exhaustion_does_not_use_other_pool
45672023-09-29T23:25:16.214Z PASS [ 7.356s] nexus-db-queries db::queries::external_ip::tests::test_explicit_external_ip_for_service_out_of_range
45682023-09-29T23:25:16.273Z PASS [ 8.048s] nexus-db-queries db::queries::external_ip::tests::test_explicit_external_ip_for_service_is_idempotent
45692023-09-29T23:25:16.420Z PASS [ 7.528s] nexus-db-queries db::queries::external_ip::tests::test_insert_external_ip_for_service_is_idempotent
45702023-09-29T23:25:16.968Z PASS [ 7.415s] nexus-db-queries db::queries::external_ip::tests::test_insert_external_ip_for_service_is_idempotent_even_when_full
45712023-09-29T23:25:16.972Z PASS [ 0.051s] nexus-db-queries db::queries::network_interface::tests::test_first_available_address
45722023-09-29T23:25:18.221Z PASS [ 6.464s] nexus-db-queries db::queries::external_ip::tests::test_insert_external_ip_is_idempotent
45732023-09-29T23:25:19.624Z PASS [ 7.014s] nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_allocation_and_exhaustion
45742023-09-29T23:25:22.244Z PASS [ 7.410s] nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_is_restricted_to_pools
45752023-09-29T23:25:22.883Z PASS [ 7.747s] nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_for_service
45762023-09-29T23:25:25.274Z PASS [ 7.383s] nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_out_of_order_allocation_ok
45772023-09-29T23:25:25.443Z PASS [ 7.358s] nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_with_ephemeral_takes_whole_port_range
45782023-09-29T23:25:25.484Z PASS [ 7.439s] nexus-db-queries db::queries::network_interface::tests::test_insert_multiple_vpc_subnets_succeeds
45792023-09-29T23:25:25.637Z PASS [ 8.657s] nexus-db-queries db::queries::network_interface::tests::test_detect_ip_exhaustion
45802023-09-29T23:25:25.709Z PASS [ 7.348s] nexus-db-queries db::queries::network_interface::tests::test_insert_multiple_vpcs_fails
45812023-09-29T23:25:26.460Z PASS [ 6.881s] nexus-db-queries db::queries::network_interface::tests::test_insert_no_instance_fails
45822023-09-29T23:25:29.475Z PASS [ 7.237s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_exact_ip
45832023-09-29T23:25:29.671Z PASS [ 7.217s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_mac
45842023-09-29T23:25:29.719Z PASS [ 0.041s] nexus-db-queries db::queries::network_interface::tests::test_last_address_offset
45852023-09-29T23:25:30.944Z PASS [ 7.307s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_same_mac_fails
45862023-09-29T23:25:31.273Z PASS [ 7.633s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_same_ip_fails
45872023-09-29T23:25:31.381Z PASS [ 7.338s] nexus-db-queries db::queries::network_interface::tests::test_insert_running_instance_fails
45882023-09-29T23:25:32.430Z PASS [ 7.337s] nexus-db-queries db::queries::network_interface::tests::test_insert_same_interface_fails
45892023-09-29T23:25:32.879Z PASS [ 7.316s] nexus-db-queries db::queries::network_interface::tests::test_insert_same_vpc_subnet_fails
45902023-09-29T23:25:33.365Z PASS [ 0.043s] nexus-defaults tests::test_random_vpc_ipv6_prefix
45912023-09-29T23:25:33.397Z PASS [ 0.044s] nexus-types external_api::shared::test::test_policy_parsing
45922023-09-29T23:25:33.403Z PASS [ 0.172s] omicron-certificates tests::cert_validated_if_any_possible_hostname_is_valid
45932023-09-29T23:25:33.409Z PASS [ 0.061s] omicron-certificates tests::common_name_is_ignored_if_subject_alternate_names_exist
45942023-09-29T23:25:33.416Z PASS [ 0.127s] omicron-certificates tests::test_cert_extended_key_usage
45952023-09-29T23:25:33.428Z PASS [ 0.086s] omicron-certificates tests::test_common_name_is_validated
45962023-09-29T23:25:33.527Z PASS [ 0.113s] omicron-certificates tests::test_subject_alternate_names_are_validated
45972023-09-29T23:25:33.568Z PASS [ 0.048s] omicron-common address::test::test_dns_subnets
45982023-09-29T23:25:33.606Z PASS [ 7.150s] nexus-db-queries db::queries::network_interface::tests::test_insert_sequential_ip_allocation
45992023-09-29T23:25:34.034Z PASS [ 0.040s] omicron-common address::test::test_ip_range_checks_non_decreasing
46002023-09-29T23:25:34.048Z PASS [ 0.036s] omicron-common address::test::test_ip_range_enum_deserialization
46012023-09-29T23:25:34.065Z PASS [ 0.036s] omicron-common address::test::test_ip_range_iter
46022023-09-29T23:25:34.079Z PASS [ 0.032s] omicron-common address::test::test_ip_range_try_from
46032023-09-29T23:25:34.096Z PASS [ 0.031s] omicron-common address::test::test_ipv6_subnet_deserialize
46042023-09-29T23:25:34.122Z PASS [ 0.026s] omicron-common address::test::test_sled_address
46052023-09-29T23:25:34.146Z PASS [ 0.028s] omicron-common api::external::error::test::test_bail_unless
46062023-09-29T23:25:34.173Z PASS [ 0.032s] omicron-common api::external::error::test::test_context
46072023-09-29T23:25:34.604Z PASS [ 0.037s] omicron-common api::external::http_pagination::test::test_pagination_examples
46082023-09-29T23:25:34.693Z PASS [ 0.040s] omicron-common api::external::http_pagination::test::test_pagination_schemas
46092023-09-29T23:25:34.713Z PASS [ 0.036s] omicron-common api::external::http_pagination::test::test_scan_by_id
46102023-09-29T23:25:34.734Z PASS [ 0.033s] omicron-common api::external::http_pagination::test::test_scan_by_nameid_generic
46112023-09-29T23:25:35.169Z PASS [ 0.061s] omicron-common api::external::http_pagination::test::test_scan_by_name
46122023-09-29T23:25:35.185Z PASS [ 0.026s] omicron-common api::external::http_pagination::test::test_scan_by_nameid_id
46132023-09-29T23:25:35.208Z PASS [ 0.028s] omicron-common api::external::test::test_bytecount
46142023-09-29T23:25:35.227Z PASS [ 0.044s] omicron-common api::external::http_pagination::test::test_scan_by_nameid_name
46152023-09-29T23:25:35.248Z PASS [ 0.030s] omicron-common api::external::test::test_bytecount_display
46162023-09-29T23:25:35.270Z PASS [ 0.031s] omicron-common api::external::test::test_digest
46172023-09-29T23:25:35.700Z PASS [ 0.028s] omicron-common api::external::test::test_firewall_deserialization
46182023-09-29T23:25:35.704Z PASS [ 0.045s] omicron-common api::external::test::test_firewall_rule_host_filter_parse
46192023-09-29T23:25:35.710Z PASS [ 0.039s] omicron-common api::external::test::test_firewall_rule_target_parse
46202023-09-29T23:25:35.714Z PASS [ 0.023s] omicron-common api::external::test::test_ip_port_range_from_str
46212023-09-29T23:25:35.719Z PASS [ 0.021s] omicron-common api::external::test::test_ip_port_range_into_str
46222023-09-29T23:25:35.724Z PASS [ 0.024s] omicron-common api::external::test::test_ipnet_first_last_address
46232023-09-29T23:25:35.731Z PASS [ 0.029s] omicron-common api::external::test::test_ipnet_serde
46242023-09-29T23:25:35.736Z PASS [ 0.024s] omicron-common api::external::test::test_ipv4_net_operations
46252023-09-29T23:25:35.743Z PASS [ 0.026s] omicron-common api::external::test::test_ipv6_net_operations
46262023-09-29T23:25:35.752Z PASS [ 0.030s] omicron-common api::external::test::test_mac_system_iterator
46272023-09-29T23:25:35.758Z PASS [ 0.028s] omicron-common api::external::test::test_mac_to_int_conversions
46282023-09-29T23:25:35.763Z PASS [ 0.027s] omicron-common api::external::test::test_macaddr
46292023-09-29T23:25:35.774Z PASS [ 0.026s] omicron-common api::external::test::test_name_parse
46302023-09-29T23:25:35.784Z PASS [ 0.025s] omicron-common api::external::test::test_name_parse_from_param
46312023-09-29T23:25:35.787Z PASS [ 0.030s] omicron-common api::external::test::test_resource_name_parse
46322023-09-29T23:25:35.794Z PASS [ 0.034s] omicron-common api::external::test::test_role_name_parse
46332023-09-29T23:25:35.798Z PASS [ 0.043s] omicron-common api::external::test::test_route_destination_parse
46342023-09-29T23:25:35.803Z PASS [ 0.050s] omicron-common api::external::test::test_route_target_parse
46352023-09-29T23:25:35.814Z PASS [ 0.031s] omicron-common api::external::test::test_semver_serialize
46362023-09-29T23:25:35.826Z PASS [ 0.029s] omicron-common api::external::test::test_semver_validation
46372023-09-29T23:25:35.838Z PASS [ 0.029s] omicron-common api::internal::nexus::tests::known_artifact_kind_roundtrip
46382023-09-29T23:25:35.851Z PASS [ 0.042s] omicron-common ledger::test::test_commit_handles_write_failures
46392023-09-29T23:25:35.866Z PASS [ 0.038s] omicron-common ledger::test::test_create_default_ledger
46402023-09-29T23:25:35.881Z PASS [ 0.031s] omicron-common ledger::test::test_create_ledger_reads_from_storage
46412023-09-29T23:25:35.896Z PASS [ 0.033s] omicron-common ledger::test::test_create_ledger_reads_latest_from_storage
46422023-09-29T23:25:35.913Z PASS [ 0.033s] omicron-common nexus_config::test::test_bad_authn_schemes
46432023-09-29T23:25:35.934Z PASS [ 0.030s] omicron-common nexus_config::test::test_config_bad_toml
46442023-09-29T23:25:35.948Z PASS [ 0.026s] omicron-common nexus_config::test::test_config_empty
46452023-09-29T23:25:35.966Z PASS [ 0.030s] omicron-common nexus_config::test::test_config_nonexistent
46462023-09-29T23:25:36.388Z PASS [ 0.034s] omicron-common nexus_config::test::test_deployment_config_schema
46472023-09-29T23:25:36.397Z PASS [ 0.034s] omicron-common nexus_config::test::test_invalid_ipv4_prefix_tunable
46482023-09-29T23:25:36.419Z PASS [ 0.043s] omicron-common nexus_config::test::test_repo_configs_are_valid
46492023-09-29T23:25:36.841Z PASS [ 0.044s] omicron-common nexus_config::test::test_valid
46502023-09-29T23:25:36.848Z PASS [ 0.032s] omicron-common postgres_config::test::test_bad_url
46512023-09-29T23:25:36.853Z PASS [ 0.026s] omicron-common postgres_config::test::test_example_url
46522023-09-29T23:25:36.857Z PASS [ 0.021s] omicron-common update::tests::serde_artifact_kind
46532023-09-29T23:25:36.868Z PASS [ 0.321s] omicron-dev::test_omicron_dev test_cert_create
46542023-09-29T23:25:36.872Z PASS [ 5.484s] nexus-db-queries db::queries::next_item::tests::test_wrapping_next_item_query
46552023-09-29T23:25:36.877Z PASS [ 5.233s] nexus-db-queries db::queries::vpc_subnet::test::test_filter_conflicting_vpc_subnet_ranges_query
46562023-09-29T23:25:36.883Z PASS [ 0.105s] omicron-dev::test_omicron_dev test_omicron_dev_bad_cmd
46572023-09-29T23:25:36.890Z PASS [ 0.104s] omicron-dev::test_omicron_dev test_omicron_dev_db_populate_no_args
46582023-09-29T23:25:36.899Z PASS [ 0.102s] omicron-dev::test_omicron_dev test_omicron_dev_db_wipe_no_args
46592023-09-29T23:25:36.904Z PASS [ 0.102s] omicron-dev::test_omicron_dev test_omicron_dev_no_args
46602023-09-29T23:25:36.908Z PASS [ 5.324s] nexus-db-queries db::saga_recovery::test::test_failure_during_saga_can_be_recovered
46612023-09-29T23:25:36.913Z PASS [ 0.052s] omicron-gateway management_switch::location_map::tests::test_config_validation
46622023-09-29T23:25:36.922Z PASS [ 0.045s] omicron-gateway management_switch::location_map::tests::test_resolve_location
46632023-09-29T23:25:36.933Z PASS [ 7.332s] nexus-db-queries db::queries::network_interface::tests::test_insert_with_duplicate_name_fails
46642023-09-29T23:25:37.061Z PASS [ 0.345s] omicron-gateway::test_all integration_tests::commands::test_mgs_openapi_sled
46652023-09-29T23:25:37.074Z PASS [ 7.356s] nexus-db-queries db::queries::network_interface::tests::test_limit_number_of_interfaces_per_instance_query
46662023-09-29T23:25:37.111Z PASS [ 0.360s] omicron-gateway::test_all integration_tests::component_list::component_list
46672023-09-29T23:25:37.379Z PASS [ 0.303s] omicron-gateway::test_all integration_tests::serial_console::serial_console_communication
46682023-09-29T23:25:37.433Z PASS [ 0.598s] omicron-gateway::test_all integration_tests::location_discovery::discovery_both_locations
46692023-09-29T23:25:37.571Z PASS [ 0.360s] omicron-gateway::test_all integration_tests::serial_console::serial_console_detach
46702023-09-29T23:25:38.037Z PASS [ 5.171s] nexus-db-queries db::saga_recovery::test::test_successful_saga_does_not_replay_during_recovery
46712023-09-29T23:25:38.058Z PASS [ 3.294s] omicron-dev::test_omicron_dev test_db_killed
46722023-09-29T23:25:49.744Z PASS [ 14.546s] omicron-dev::test_omicron_dev test_db_run
46732023-09-29T23:25:59.115Z PASS [ 22.466s] omicron-dev::test_omicron_dev test_run_all
46742023-09-29T23:26:03.937Z PASS [ 22.159s] omicron-nexus app::background::common::test::test_driver_basic
46752023-09-29T23:26:05.513Z PASS [ 0.120s] omicron-nexus app::external_endpoints::test::test_external_endpoints_basic
46762023-09-29T23:26:05.546Z PASS [ 22.220s] omicron-nexus app::background::external_endpoints::test::test_basic
46772023-09-29T23:26:05.564Z PASS [ 22.646s] omicron-nexus app::background::dns_config::test::test_basic
46782023-09-29T23:26:05.581Z PASS [ 0.103s] omicron-nexus app::external_endpoints::test::test_external_endpoints_empty
46792023-09-29T23:26:05.605Z PASS [ 0.066s] omicron-nexus app::external_endpoints::test::test_no_endpoint
46802023-09-29T23:26:06.056Z PASS [ 0.108s] omicron-nexus app::instance::tests::test_serial_console_stream_proxying
46812023-09-29T23:26:06.115Z PASS [ 1.299s] omicron-nexus app::external_endpoints::test::test_authority
46822023-09-29T23:26:06.169Z PASS [ 22.838s] omicron-nexus app::background::dns_servers::test::test_basic
46832023-09-29T23:26:06.212Z PASS [ 23.152s] omicron-nexus app::background::dns_propagation::test::test_basic
46842023-09-29T23:26:06.231Z PASS [ 24.187s] omicron-nexus app::background::common::test::test_activation_in_progress
46852023-09-29T23:26:09.202Z PASS [ 9.556s] omicron-nexus app::external_endpoints::test::test_external_endpoints_complex
46862023-09-29T23:26:11.094Z PASS [ 21.740s] omicron-nexus app::background::init::test::test_dns_propagation_basic
46872023-09-29T23:26:25.025Z PASS [ 23.067s] omicron-nexus app::sagas::disk_create::test::test_saga_basic_usage_succeeds
46882023-09-29T23:26:26.768Z PASS [ 25.066s] omicron-nexus app::sagas::disk_delete::test::test_actions_succeed_idempotently
46892023-09-29T23:26:32.502Z PASS [ 24.599s] omicron-nexus app::sagas::disk_delete::test::test_saga_basic_usage_succeeds
46902023-09-29T23:26:33.183Z PASS [ 25.588s] omicron-nexus app::sagas::disk_create::test::test_actions_succeed_idempotently
46912023-09-29T23:26:48.813Z PASS [ 30.204s] omicron-nexus app::sagas::disk_create::test::test_action_failure_can_unwind
46922023-09-29T23:26:50.123Z PASS [ 31.322s] omicron-nexus app::sagas::disk_create::test::test_action_failure_can_unwind_idempotently
46932023-09-29T23:26:53.472Z PASS [ 27.762s] omicron-nexus app::sagas::instance_create::test::test_saga_basic_usage_succeeds
46942023-09-29T23:26:55.141Z PASS [ 28.747s] omicron-nexus app::sagas::instance_delete::test::test_saga_basic_usage_succeeds
46952023-09-29T23:26:55.627Z PASS [ 32.138s] omicron-nexus app::sagas::instance_create::test::test_actions_succeed_idempotently
46962023-09-29T23:26:55.876Z PASS [ 29.983s] omicron-nexus app::sagas::instance_delete::test::test_actions_succeed_idempotently
46972023-09-29T23:26:59.112Z PASS [ 27.580s] omicron-nexus app::sagas::instance_migrate::tests::test_saga_basic_usage_succeeds
46982023-09-29T23:27:09.204Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
46992023-09-29T23:27:11.810Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
47002023-09-29T23:27:20.407Z PASS [ 21.121s] omicron-nexus app::sagas::project_create::test::test_saga_basic_usage_succeeds
47012023-09-29T23:27:21.829Z PASS [ 28.380s] omicron-nexus app::sagas::instance_start::test::test_action_failure_can_unwind
47022023-09-29T23:27:22.059Z PASS [ 26.378s] omicron-nexus app::sagas::instance_start::test::test_saga_basic_usage_succeeds
47032023-09-29T23:27:22.129Z PASS [ 0.062s] omicron-nexus app::sagas::snapshot_create::test::test_create_snapshot_from_disk_modify_request
47042023-09-29T23:27:22.727Z PASS [ 27.980s] omicron-nexus app::sagas::instance_start::test::test_actions_succeed_idempotently
47052023-09-29T23:27:26.602Z PASS [ 30.724s] omicron-nexus app::sagas::project_create::test::test_action_failure_can_unwind
47062023-09-29T23:27:29.527Z PASS [ 59.207s] omicron-nexus app::sagas::instance_migrate::tests::test_action_failure_can_unwind
47072023-09-29T23:27:47.849Z PASS [ 18.315s] omicron-nexus app::sagas::test_saga::test_saga_stuck
47082023-09-29T23:27:48.308Z PASS [ 26.240s] omicron-nexus app::sagas::snapshot_create::test::test_saga_basic_usage_succeeds
47092023-09-29T23:27:52.052Z PASS [ 29.306s] omicron-nexus app::sagas::snapshot_create::test::test_saga_use_the_pantry_wrongly_set
47102023-09-29T23:28:01.254Z PASS [ 34.653s] omicron-nexus app::sagas::snapshot_create::test::test_saga_use_the_pantry_wrongly_unset
47112023-09-29T23:28:13.485Z SLOW [>120.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
47122023-09-29T23:28:13.642Z PASS [ 21.928s] omicron-nexus app::sagas::vpc_create::test::test_saga_basic_usage_succeeds
47132023-09-29T23:28:13.815Z PASS [ 18.670s] omicron-nexus app::update::tests::test_populate_mock_system_updates
47142023-09-29T23:28:14.096Z SLOW [>120.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
47152023-09-29T23:28:15.329Z PASS [ 27.414s] omicron-nexus app::sagas::vpc_create::test::test_action_failure_can_unwind
47162023-09-29T23:28:20.222Z SLOW [> 60.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
47172023-09-29T23:28:20.248Z PASS [ 19.005s] omicron-nexus app::update::tests::test_semver_max
47182023-09-29T23:28:21.791Z SLOW [> 60.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_pantry
47192023-09-29T23:28:29.005Z PASS [ 137.385s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
47202023-09-29T23:28:29.146Z PASS [ 0.063s] omicron-nexus external_api::console_api::test::test_find_file_404_on_directory
47212023-09-29T23:28:29.841Z PASS [ 0.066s] omicron-nexus external_api::console_api::test::test_find_file_404_on_nonexistent
47222023-09-29T23:28:30.028Z PASS [ 0.071s] omicron-nexus external_api::console_api::test::test_find_file_404_on_nonexistent_nested
47232023-09-29T23:28:30.170Z PASS [ 0.078s] omicron-nexus external_api::console_api::test::test_find_file_404_on_symlink
47242023-09-29T23:28:30.279Z PASS [ 0.106s] omicron-nexus external_api::console_api::test::test_find_file_finds_file
47252023-09-29T23:28:30.288Z PASS [ 0.065s] omicron-nexus external_api::console_api::test::test_find_file_wont_follow_symlink
47262023-09-29T23:28:30.307Z PASS [ 0.060s] omicron-nexus external_api::console_api::test::test_relative_uri
47272023-09-29T23:28:30.314Z PASS [ 0.157s] omicron-nexus external_api::http_entrypoints::test::test_nexus_tag_policy
47282023-09-29T23:28:30.328Z PASS [ 19.441s] omicron-nexus app::update::tests::test_system_updates
47292023-09-29T23:28:30.340Z PASS [ 9.881s] omicron-nexus cidata::tests::build_vfat_works_with_arbitrarily_sized_input
47302023-09-29T23:28:30.584Z PASS [ 19.897s] omicron-nexus app::update::tests::test_update_deployments
47312023-09-29T23:28:32.149Z PASS [ 140.917s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
47322023-09-29T23:28:35.641Z PASS [ 20.396s] omicron-nexus app::update::tests::test_updateable_components
47332023-09-29T23:28:35.764Z PASS [ 0.120s] omicron-nexus::test_all integration_tests::authn_http::test_authn_spoof_unconfigured
47342023-09-29T23:28:39.517Z PASS [ 8.913s] omicron-nexus::test_all integration_tests::authn_http::test_authn_session_cookie
47352023-09-29T23:28:41.060Z PASS [ 9.063s] omicron-nexus::test_all integration_tests::authn_http::test_authn_spoof_allowed
47362023-09-29T23:28:47.909Z PASS [ 17.726s] omicron-nexus::test_all integration_tests::address_lots::test_address_lot_invalid_range
47372023-09-29T23:28:48.695Z PASS [ 19.018s] omicron-nexus::test_all integration_tests::address_lots::test_address_lot_basic_crud
47382023-09-29T23:28:56.215Z PASS [ 20.421s] omicron-nexus::test_all integration_tests::authz::test_cannot_read_others_ssh_keys
47392023-09-29T23:28:58.928Z PASS [ 19.434s] omicron-nexus::test_all integration_tests::authz::test_list_silo_idps_for_unpriv
47402023-09-29T23:29:01.902Z PASS [ 20.860s] omicron-nexus::test_all integration_tests::authz::test_list_silo_users_for_unpriv
47412023-09-29T23:29:07.265Z PASS [ 19.410s] omicron-nexus::test_all integration_tests::authz::test_session_me_for_unpriv
47422023-09-29T23:29:09.475Z PASS [ 20.773s] omicron-nexus::test_all integration_tests::authz::test_silo_read_for_unpriv
47432023-09-29T23:29:14.530Z PASS [ 18.348s] omicron-nexus::test_all integration_tests::basic::test_basic_failures
47442023-09-29T23:29:20.226Z SLOW [>120.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
47452023-09-29T23:29:21.018Z PASS [ 119.236s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_pantry
47462023-09-29T23:29:26.374Z PASS [ 19.105s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_bad_cert
47472023-09-29T23:29:27.004Z PASS [ 28.064s] omicron-nexus::test_all integration_tests::basic::test_projects_basic
47482023-09-29T23:29:27.237Z SLOW [> 60.000s] omicron-nexus populate::test::test_populators
47492023-09-29T23:29:28.550Z PASS [ 19.087s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_bad_key
47502023-09-29T23:29:33.184Z PASS [ 18.655s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_expired_cert
47512023-09-29T23:29:35.596Z PASS [ 33.695s] omicron-nexus::test_all integration_tests::basic::test_projects_list
47522023-09-29T23:29:36.071Z PASS [ 0.472s] omicron-nexus::test_all integration_tests::commands::test_nexus_bad_config
47532023-09-29T23:29:36.246Z PASS [ 0.148s] omicron-nexus::test_all integration_tests::commands::test_nexus_invalid_config
47542023-09-29T23:29:36.361Z PASS [ 0.141s] omicron-nexus::test_all integration_tests::commands::test_nexus_no_args
47552023-09-29T23:29:36.809Z PASS [ 69.567s] omicron-nexus populate::test::test_populators
47562023-09-29T23:29:37.232Z PASS [ 0.430s] omicron-nexus::test_all integration_tests::commands::test_nexus_openapi_internal
47572023-09-29T23:29:39.043Z FAIL [ 2.280s] omicron-nexus::test_all integration_tests::commands::test_nexus_openapi
47582023-09-29T23:29:39.047Z
47592023-09-29T23:29:39.052Z--- STDOUT: omicron-nexus::test_all integration_tests::commands::test_nexus_openapi ---
47602023-09-29T23:29:39.058Z
47612023-09-29T23:29:39.064Zrunning 1 test
47622023-09-29T23:29:39.076Z@@ -11757,10 +11757,35 @@
47632023-09-29T23:29:39.090Z },
47642023-09-29T23:29:39.097Z "required": [
47652023-09-29T23:29:39.107Z "enabled"
47662023-09-29T23:29:39.112Z ]
47672023-09-29T23:29:39.116Z },
47682023-09-29T23:29:39.129Z+ "LldpServiceConfig2": {
47692023-09-29T23:29:39.142Z+ "description": "A link layer discovery protocol (LLDP) service configuration.",
47702023-09-29T23:29:39.154Z+ "type": "object",
47712023-09-29T23:29:39.165Z+ "properties": {
47722023-09-29T23:29:39.173Z+ "enabled": {
47732023-09-29T23:29:39.181Z+ "description": "Whether or not the LLDP service is enabled.",
47742023-09-29T23:29:39.186Z+ "type": "boolean"
47752023-09-29T23:29:39.191Z+ },
47762023-09-29T23:29:39.196Z+ "id": {
47772023-09-29T23:29:39.201Z+ "description": "The id of this LLDP service instance.",
47782023-09-29T23:29:39.209Z+ "type": "string",
47792023-09-29T23:29:39.218Z+ "format": "uuid"
47802023-09-29T23:29:39.233Z+ },
47812023-09-29T23:29:39.254Z+ "lldp_config_id": {
47822023-09-29T23:29:39.263Z+ "nullable": true,
47832023-09-29T23:29:39.271Z+ "description": "The link-layer discovery protocol configuration for this service.",
47842023-09-29T23:29:39.283Z+ "type": "string",
47852023-09-29T23:29:39.704Z+ "format": "uuid"
47862023-09-29T23:29:39.713Z+ }
47872023-09-29T23:29:39.723Z+ },
47882023-09-29T23:29:39.727Z+ "required": [
47892023-09-29T23:29:39.730Z+ "enabled",
47902023-09-29T23:29:39.734Z+ "id"
47912023-09-29T23:29:39.737Z+ ]
47922023-09-29T23:29:39.740Z+ },
47932023-09-29T23:29:39.743Z "LoopbackAddress": {
47942023-09-29T23:29:39.751Z "description": "A loopback address is an address that is assigned to a rack switch but is not associated with any particular port.",
47952023-09-29T23:29:39.759Z "type": "object",
47962023-09-29T23:29:39.764Z "properties": {
47972023-09-29T23:29:39.767Z "address": {
47982023-09-29T23:29:39.771Z@@ -13428,10 +13453,49 @@
47992023-09-29T23:29:39.775Z "required": [
48002023-09-29T23:29:39.783Z "kind",
48012023-09-29T23:29:39.787Z "v6_enabled"
48022023-09-29T23:29:39.791Z ]
48032023-09-29T23:29:39.797Z },
48042023-09-29T23:29:39.803Z+ "SwitchInterfaceConfig2": {
48052023-09-29T23:29:39.807Z+ "description": "A switch port interface configuration for a port settings object.",
48062023-09-29T23:29:39.812Z+ "type": "object",
48072023-09-29T23:29:39.816Z+ "properties": {
48082023-09-29T23:29:39.821Z+ "id": {
48092023-09-29T23:29:39.826Z+ "description": "A unique identifier for this switch interface.",
48102023-09-29T23:29:39.833Z+ "type": "string",
48112023-09-29T23:29:39.839Z+ "format": "uuid"
48122023-09-29T23:29:39.847Z+ },
48132023-09-29T23:29:39.855Z+ "interface_name": {
48142023-09-29T23:29:39.862Z+ "description": "The name of this switch interface.",
48152023-09-29T23:29:39.876Z+ "type": "string"
48162023-09-29T23:29:40.706Z+ },
48172023-09-29T23:29:40.727Z+ "kind": {
48182023-09-29T23:29:40.752Z+ "description": "The switch interface kind.",
48192023-09-29T23:29:41.177Z+ "allOf": [
48202023-09-29T23:29:41.187Z+ {
48212023-09-29T23:29:41.199Z+ "$ref": "#/components/schemas/SwitchInterfaceKind2"
48222023-09-29T23:29:41.255Z+ }
48232023-09-29T23:29:41.269Z+ ]
48242023-09-29T23:29:41.279Z+ },
48252023-09-29T23:29:41.310Z+ "port_settings_id": {
48262023-09-29T23:29:41.323Z+ "description": "The port settings object this switch interface configuration belongs to.",
48272023-09-29T23:29:41.336Z+ "type": "string",
48282023-09-29T23:29:41.345Z+ "format": "uuid"
48292023-09-29T23:29:41.351Z+ },
48302023-09-29T23:29:41.355Z+ "v6_enabled": {
48312023-09-29T23:29:41.359Z+ "description": "Whether or not IPv6 is enabled on this interface.",
48322023-09-29T23:29:41.367Z+ "type": "boolean"
48332023-09-29T23:29:41.375Z+ }
48342023-09-29T23:29:41.382Z+ },
48352023-09-29T23:29:41.391Z+ "required": [
48362023-09-29T23:29:41.401Z+ "id",
48372023-09-29T23:29:41.416Z+ "interface_name",
48382023-09-29T23:29:41.429Z+ "kind",
48392023-09-29T23:29:41.437Z+ "port_settings_id",
48402023-09-29T23:29:41.454Z+ "v6_enabled"
48412023-09-29T23:29:41.458Z+ ]
48422023-09-29T23:29:41.462Z+ },
48432023-09-29T23:29:41.466Z "SwitchInterfaceKind": {
48442023-09-29T23:29:41.470Z "description": "Indicates the kind for a switch interface.",
48452023-09-29T23:29:41.474Z "oneOf": [
48462023-09-29T23:29:41.477Z {
48472023-09-29T23:29:41.480Z "description": "Primary interfaces are associated with physical links. There is exactly one primary interface per physical link.",
48482023-09-29T23:29:41.485Z@@ -13485,10 +13549,36 @@
48492023-09-29T23:29:41.491Z "type"
48502023-09-29T23:29:41.498Z ]
48512023-09-29T23:29:41.506Z }
48522023-09-29T23:29:41.514Z ]
48532023-09-29T23:29:41.526Z },
48542023-09-29T23:29:41.534Z+ "SwitchInterfaceKind2": {
48552023-09-29T23:29:41.548Z+ "description": "Describes the kind of an switch interface.",
48562023-09-29T23:29:41.555Z+ "oneOf": [
48572023-09-29T23:29:41.560Z+ {
48582023-09-29T23:29:41.567Z+ "description": "Primary interfaces are associated with physical links. There is exactly one primary interface per physical link.",
48592023-09-29T23:29:41.631Z+ "type": "string",
48602023-09-29T23:29:41.653Z+ "enum": [
48612023-09-29T23:29:41.666Z+ "primary"
48622023-09-29T23:29:41.676Z+ ]
48632023-09-29T23:29:41.682Z+ },
48642023-09-29T23:29:41.685Z+ {
48652023-09-29T23:29:41.688Z+ "description": "VLAN interfaces allow physical interfaces to be multiplexed onto multiple logical links, each distinguished by a 12-bit 802.1Q Ethernet tag.",
48662023-09-29T23:29:41.691Z+ "type": "string",
48672023-09-29T23:29:41.695Z+ "enum": [
48682023-09-29T23:29:41.698Z+ "vlan"
48692023-09-29T23:29:41.701Z+ ]
48702023-09-29T23:29:41.705Z+ },
48712023-09-29T23:29:41.710Z+ {
48722023-09-29T23:29:41.714Z+ "description": "Loopback interfaces are anchors for IP addresses that are not specific to any particular port.",
48732023-09-29T23:29:41.719Z+ "type": "string",
48742023-09-29T23:29:41.722Z+ "enum": [
48752023-09-29T23:29:41.730Z+ "loopback"
48762023-09-29T23:29:41.735Z+ ]
48772023-09-29T23:29:41.744Z+ }
48782023-09-29T23:29:41.754Z+ ]
48792023-09-29T23:29:41.764Z+ },
48802023-09-29T23:29:41.780Z "SwitchPort": {
48812023-09-29T23:29:41.790Z "description": "A switch port represents a physical external port on a rack switch.",
48822023-09-29T23:29:41.800Z "type": "object",
48832023-09-29T23:29:41.808Z "properties": {
48842023-09-29T23:29:41.819Z "id": {
48852023-09-29T23:29:41.826Z@@ -13626,10 +13716,33 @@
48862023-09-29T23:29:41.833Z },
48872023-09-29T23:29:41.839Z "required": [
48882023-09-29T23:29:41.849Z "geometry"
48892023-09-29T23:29:41.854Z ]
48902023-09-29T23:29:41.863Z },
48912023-09-29T23:29:41.900Z+ "SwitchPortConfig2": {
48922023-09-29T23:29:41.921Z+ "description": "A physical port configuration for a port settings object.",
48932023-09-29T23:29:41.930Z+ "type": "object",
48942023-09-29T23:29:41.936Z+ "properties": {
48952023-09-29T23:29:41.942Z+ "geometry": {
48962023-09-29T23:29:41.948Z+ "description": "The physical link geometry of the port.",
48972023-09-29T23:29:41.951Z+ "allOf": [
48982023-09-29T23:29:41.954Z+ {
48992023-09-29T23:29:41.957Z+ "$ref": "#/components/schemas/SwitchPortGeometry2"
49002023-09-29T23:29:41.960Z+ }
49012023-09-29T23:29:41.964Z+ ]
49022023-09-29T23:29:41.968Z+ },
49032023-09-29T23:29:41.971Z+ "port_settings_id": {
49042023-09-29T23:29:41.974Z+ "description": "The id of the port settings object this configuration belongs to.",
49052023-09-29T23:29:41.978Z+ "type": "string",
49062023-09-29T23:29:41.981Z+ "format": "uuid"
49072023-09-29T23:29:41.984Z+ }
49082023-09-29T23:29:41.987Z+ },
49092023-09-29T23:29:41.991Z+ "required": [
49102023-09-29T23:29:42.000Z+ "geometry",
49112023-09-29T23:29:42.003Z+ "port_settings_id"
49122023-09-29T23:29:42.006Z+ ]
49132023-09-29T23:29:42.009Z+ },
49142023-09-29T23:29:42.013Z "SwitchPortGeometry": {
49152023-09-29T23:29:42.017Z "description": "The link geometry associated with a switch port.",
49162023-09-29T23:29:42.020Z "oneOf": [
49172023-09-29T23:29:42.023Z {
49182023-09-29T23:29:42.026Z "description": "The port contains a single QSFP28 link with four lanes.",
49192023-09-29T23:29:42.029Z@@ -13652,10 +13765,36 @@
49202023-09-29T23:29:42.033Z "sfp28x4"
49212023-09-29T23:29:42.035Z ]
49222023-09-29T23:29:42.038Z }
49232023-09-29T23:29:42.041Z ]
49242023-09-29T23:29:42.045Z },
49252023-09-29T23:29:42.047Z+ "SwitchPortGeometry2": {
49262023-09-29T23:29:42.050Z+ "description": "The link geometry associated with a switch port.",
49272023-09-29T23:29:42.054Z+ "oneOf": [
49282023-09-29T23:29:42.057Z+ {
49292023-09-29T23:29:42.060Z+ "description": "The port contains a single QSFP28 link with four lanes.",
49302023-09-29T23:29:42.063Z+ "type": "string",
49312023-09-29T23:29:42.077Z+ "enum": [
49322023-09-29T23:29:42.082Z+ "qsfp28x1"
49332023-09-29T23:29:42.085Z+ ]
49342023-09-29T23:29:42.107Z+ },
49352023-09-29T23:29:42.123Z+ {
49362023-09-29T23:29:42.134Z+ "description": "The port contains two QSFP28 links each with two lanes.",
49372023-09-29T23:29:42.174Z+ "type": "string",
49382023-09-29T23:29:42.190Z+ "enum": [
49392023-09-29T23:29:42.197Z+ "qsfp28x2"
49402023-09-29T23:29:42.213Z+ ]
49412023-09-29T23:29:42.221Z+ },
49422023-09-29T23:29:42.232Z+ {
49432023-09-29T23:29:42.239Z+ "description": "The port contains four SFP28 links each with one lane.",
49442023-09-29T23:29:42.251Z+ "type": "string",
49452023-09-29T23:29:42.264Z+ "enum": [
49462023-09-29T23:29:42.279Z+ "sfp28x4"
49472023-09-29T23:29:42.285Z+ ]
49482023-09-29T23:29:42.288Z+ }
49492023-09-29T23:29:42.292Z+ ]
49502023-09-29T23:29:42.296Z+ },
49512023-09-29T23:29:42.301Z "SwitchPortLinkConfig": {
49522023-09-29T23:29:42.305Z "description": "A link configuration for a port settings object.",
49532023-09-29T23:29:42.309Z "type": "object",
49542023-09-29T23:29:42.315Z "properties": {
49552023-09-29T23:29:42.320Z "link_name": {
49562023-09-29T23:29:42.324Z@@ -13926,18 +14065,18 @@
49572023-09-29T23:29:42.351Z },
49582023-09-29T23:29:42.361Z "interfaces": {
49592023-09-29T23:29:42.367Z "description": "Layer 3 interface settings.",
49602023-09-29T23:29:42.373Z "type": "array",
49612023-09-29T23:29:42.376Z "items": {
49622023-09-29T23:29:42.383Z- "$ref": "#/components/schemas/SwitchInterfaceConfig"
49632023-09-29T23:29:42.386Z+ "$ref": "#/components/schemas/SwitchInterfaceConfig2"
49642023-09-29T23:29:42.390Z }
49652023-09-29T23:29:42.395Z },
49662023-09-29T23:29:42.398Z "link_lldp": {
49672023-09-29T23:29:42.401Z "description": "Link-layer discovery protocol (LLDP) settings.",
49682023-09-29T23:29:42.405Z "type": "array",
49692023-09-29T23:29:42.408Z "items": {
49702023-09-29T23:29:42.413Z- "$ref": "#/components/schemas/LldpServiceConfig"
49712023-09-29T23:29:42.416Z+ "$ref": "#/components/schemas/LldpServiceConfig2"
49722023-09-29T23:29:42.420Z }
49732023-09-29T23:29:42.424Z },
49742023-09-29T23:29:42.436Z "links": {
49752023-09-29T23:29:42.439Z "description": "Layer 2 link settings.",
49762023-09-29T23:29:42.442Z "type": "array",
49772023-09-29T23:29:42.446Z@@ -13947,11 +14086,11 @@
49782023-09-29T23:29:42.456Z },
49792023-09-29T23:29:42.461Z "port": {
49802023-09-29T23:29:42.466Z "description": "Layer 1 physical port settings.",
49812023-09-29T23:29:42.471Z "allOf": [
49822023-09-29T23:29:42.475Z {
49832023-09-29T23:29:42.482Z- "$ref": "#/components/schemas/SwitchPortConfig"
49842023-09-29T23:29:42.487Z+ "$ref": "#/components/schemas/SwitchPortConfig2"
49852023-09-29T23:29:42.492Z }
49862023-09-29T23:29:42.499Z ]
49872023-09-29T23:29:42.504Z },
49882023-09-29T23:29:42.509Z "routes": {
49892023-09-29T23:29:42.522Z "description": "IP route settings.",
49902023-09-29T23:29:42.536Z
49912023-09-29T23:29:42.542Ztest integration_tests::commands::test_nexus_openapi ... FAILED
49922023-09-29T23:29:42.551Z
49932023-09-29T23:29:42.567Zfailures:
49942023-09-29T23:29:42.576Z
49952023-09-29T23:29:42.584Zfailures:
49962023-09-29T23:29:42.602Z integration_tests::commands::test_nexus_openapi
49972023-09-29T23:29:42.615Z
49982023-09-29T23:29:42.719Ztest result: FAILED. 0 passed; 1 failed; 0 ignored; 0 measured; 267 filtered out; finished in 2.11s
49992023-09-29T23:29:42.757Z
50002023-09-29T23:29:42.768Z
50012023-09-29T23:29:42.829Z--- STDERR: omicron-nexus::test_all integration_tests::commands::test_nexus_openapi ---
50022023-09-29T23:29:42.873Zwriting temp config: /var/tmp/omicron_tmp/test_commands_config.9086.0
50032023-09-29T23:29:42.889Zthread 'integration_tests::commands::test_nexus_openapi' panicked at 'assertion failed: string doesn't match the contents of file: "../openapi/nexus.json" see diffset above
50042023-09-29T23:29:42.907Z set EXPECTORATE=overwrite if these changes are intentional', nexus/tests/integration_tests/commands.rs:180:5
50052023-09-29T23:29:42.916Zstack backtrace:
50062023-09-29T23:29:42.924Z 0: rust_begin_unwind
50072023-09-29T23:29:42.933Z at /rustc/d5c2e9c342b358556da91d61ed4133f6f50fc0c3/library/std/src/panicking.rs:593:5
50082023-09-29T23:29:42.943Z 1: core::panicking::panic_fmt
50092023-09-29T23:29:42.948Z at /rustc/d5c2e9c342b358556da91d61ed4133f6f50fc0c3/library/core/src/panicking.rs:67:14
50102023-09-29T23:29:42.957Z 2: assert_contents<&str>
50112023-09-29T23:29:42.967Z at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/expectorate-1.1.0/src/lib.rs:64:9
50122023-09-29T23:29:42.979Z 3: test_nexus_openapi
50132023-09-29T23:29:42.988Z at ./tests/integration_tests/commands.rs:180:5
50142023-09-29T23:29:42.997Z 4: test_all::integration_tests::commands::test_nexus_openapi::{{closure}}
50152023-09-29T23:29:43.007Z at ./tests/integration_tests/commands.rs:105:25
50162023-09-29T23:29:43.016Z 5: core::ops::function::FnOnce::call_once
50172023-09-29T23:29:43.025Z at /rustc/d5c2e9c342b358556da91d61ed4133f6f50fc0c3/library/core/src/ops/function.rs:250:5
50182023-09-29T23:29:43.034Z 6: core::ops::function::FnOnce::call_once
50192023-09-29T23:29:43.043Z at /rustc/d5c2e9c342b358556da91d61ed4133f6f50fc0c3/library/core/src/ops/function.rs:250:5
50202023-09-29T23:29:43.058Znote: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace.
50212023-09-29T23:29:43.070Z
50222023-09-29T23:29:43.088Z PASS [ 18.602s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_incorrect_subject_alt_name
50232023-09-29T23:29:48.612Z PASS [ 20.570s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_mismatched_key
50242023-09-29T23:29:48.923Z PASS [ 21.627s] omicron-nexus::test_all integration_tests::certificates::test_crud
50252023-09-29T23:29:49.107Z PASS [ 20.192s] omicron-nexus::test_all integration_tests::certificates::test_not_found_before_creation
50262023-09-29T23:29:57.483Z PASS [ 20.246s] omicron-nexus::test_all integration_tests::console_api::test_absolute_static_dir
50272023-09-29T23:29:58.725Z PASS [ 19.939s] omicron-nexus::test_all integration_tests::console_api::test_assets
50282023-09-29T23:29:59.401Z PASS [ 19.781s] omicron-nexus::test_all integration_tests::console_api::test_bad_redirect_uri
50292023-09-29T23:30:01.708Z PASS [ 28.466s] omicron-nexus::test_all integration_tests::certificates::test_silo_certificates
50302023-09-29T23:30:08.756Z PASS [ 20.014s] omicron-nexus::test_all integration_tests::console_api::test_login_redirect_simple
50312023-09-29T23:30:11.104Z PASS [ 24.161s] omicron-nexus::test_all integration_tests::console_api::test_console_pages
50322023-09-29T23:30:16.456Z PASS [ 27.233s] omicron-nexus::test_all integration_tests::console_api::test_login_redirect_multiple_silos
50332023-09-29T23:30:18.104Z PASS [ 20.590s] omicron-nexus::test_all integration_tests::console_api::test_session_me
50342023-09-29T23:30:19.435Z PASS [ 20.855s] omicron-nexus::test_all integration_tests::console_api::test_session_me_groups
50352023-09-29T23:30:20.375Z SLOW [>180.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
50362023-09-29T23:30:21.724Z PASS [ 20.016s] omicron-nexus::test_all integration_tests::console_api::test_unauthed_console_pages
50372023-09-29T23:30:27.030Z PASS [ 26.260s] omicron-nexus::test_all integration_tests::console_api::test_sessions
50382023-09-29T23:30:42.520Z PASS [ 21.262s] omicron-nexus::test_all integration_tests::device_auth::test_device_auth_flow
50392023-09-29T23:30:42.767Z PASS [ 25.452s] omicron-nexus::test_all integration_tests::disks::test_disk_backed_by_multiple_region_sets
50402023-09-29T23:30:44.034Z PASS [ 25.849s] omicron-nexus::test_all integration_tests::disks::test_disk_create_disk_that_already_exists_fails
50412023-09-29T23:30:45.395Z PASS [ 25.967s] omicron-nexus::test_all integration_tests::disks::test_disk_create_for_importing
50422023-09-29T23:30:46.820Z PASS [ 24.304s] omicron-nexus::test_all integration_tests::disks::test_disk_creation_region_requested_then_started
50432023-09-29T23:30:50.444Z PASS [ 22.943s] omicron-nexus::test_all integration_tests::disks::test_disk_invalid_block_size_rejected
50442023-09-29T23:30:51.721Z PASS [ 35.458s] omicron-nexus::test_all integration_tests::disks::test_disk_create_attach_detach_delete
50452023-09-29T23:31:08.322Z PASS [ 36.248s] omicron-nexus::test_all integration_tests::disks::test_disk_metrics
50462023-09-29T23:31:08.412Z PASS [ 23.006s] omicron-nexus::test_all integration_tests::disks::test_disk_not_found_before_creation
50472023-09-29T23:31:10.634Z PASS [ 22.021s] omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_greater_than_max_disk_size_bytes
50482023-09-29T23:31:11.097Z PASS [ 25.117s] omicron-nexus::test_all integration_tests::disks::test_disk_region_creation_failure
50492023-09-29T23:31:12.863Z PASS [ 21.282s] omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_less_than_min_disk_size_bytes
50502023-09-29T23:31:20.227Z SLOW [>240.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
50512023-09-29T23:31:23.279Z PASS [ 46.728s] omicron-nexus::test_all integration_tests::disks::test_disk_metrics_paginated
50522023-09-29T23:31:28.382Z PASS [ 44.461s] omicron-nexus::test_all integration_tests::disks::test_disk_move_between_instances
50532023-09-29T23:31:30.415Z PASS [ 24.154s] omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_not_divisible_by_block_size
50542023-09-29T23:31:31.233Z PASS [ 22.827s] omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_not_divisible_by_min_disk_size
50552023-09-29T23:31:37.465Z PASS [ 24.879s] omicron-nexus::test_all integration_tests::disks::test_disk_too_big
50562023-09-29T23:31:40.546Z PASS [ 29.926s] omicron-nexus::test_all integration_tests::disks::test_disk_size_accounting
50572023-09-29T23:31:51.981Z PASS [ 40.886s] omicron-nexus::test_all integration_tests::disks::test_disk_slot_assignment
50582023-09-29T23:31:52.120Z PASS [ 28.848s] omicron-nexus::test_all integration_tests::disks::test_disk_virtual_provisioning_collection
50592023-09-29T23:31:53.629Z PASS [ 23.219s] omicron-nexus::test_all integration_tests::images::test_image_create
50602023-09-29T23:31:54.325Z PASS [ 23.101s] omicron-nexus::test_all integration_tests::images::test_image_create_bad_content_length
50612023-09-29T23:31:55.483Z PASS [ 27.105s] omicron-nexus::test_all integration_tests::disks::test_multiple_disks_multiple_zpools
50622023-09-29T23:32:01.145Z PASS [ 23.503s] omicron-nexus::test_all integration_tests::images::test_image_create_bad_image_size
50632023-09-29T23:32:04.664Z PASS [ 23.895s] omicron-nexus::test_all integration_tests::images::test_image_create_bad_url
50642023-09-29T23:32:37.481Z PASS [ 24.190s] omicron-nexus::test_all integration_tests::images::test_image_create_url_404
50652023-09-29T23:32:38.470Z PASS [ 23.992s] omicron-nexus::test_all integration_tests::images::test_make_disk_from_image_too_small
50662023-09-29T23:32:38.898Z PASS [ 25.351s] omicron-nexus::test_all integration_tests::images::test_make_disk_from_image
50672023-09-29T23:32:39.128Z PASS [ 26.129s] omicron-nexus::test_all integration_tests::images::test_image_promotion
50682023-09-29T23:32:39.276Z PASS [ 299.951s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
50692023-09-29T23:32:39.338Z PASS [ 8.010s] omicron-nexus::test_all integration_tests::initialization::test_nexus_boots_before_cockroach
50702023-09-29T23:32:39.439Z PASS [ 33.325s] omicron-nexus::test_all integration_tests::images::test_image_from_other_project_snapshot_fails
50712023-09-29T23:32:39.900Z PASS [ 25.394s] omicron-nexus::test_all integration_tests::images::test_make_disk_from_other_project_image_fails
50722023-09-29T23:32:39.942Z PASS [ 22.107s] omicron-nexus::test_all integration_tests::images::test_silo_image_create
50732023-09-29T23:32:40.080Z PASS [ 8.805s] omicron-nexus::test_all integration_tests::initialization::test_nexus_boots_before_dendrite
50742023-09-29T23:32:40.370Z PASS [ 10.018s] omicron-nexus::test_all integration_tests::initialization::test_nexus_boots_with_valid_schema
50752023-09-29T23:32:40.483Z PASS [ 10.563s] omicron-nexus::test_all integration_tests::initialization::test_nexus_does_not_boot_until_schema_updated
50762023-09-29T23:32:45.190Z PASS [ 24.988s] omicron-nexus::test_all integration_tests::initialization::test_nexus_does_not_boot_without_valid_schema
50772023-09-29T23:32:49.633Z PASS [ 19.935s] omicron-nexus::test_all integration_tests::instances::test_cannot_provision_instance_beyond_cpu_limit
50782023-09-29T23:32:54.437Z PASS [ 28.982s] omicron-nexus::test_all integration_tests::instances::test_attach_one_disk_to_instance
50792023-09-29T23:32:56.483Z PASS [ 28.207s] omicron-nexus::test_all integration_tests::instances::test_cannot_provision_instance_beyond_cpu_capacity
50802023-09-29T23:32:58.231Z PASS [ 27.908s] omicron-nexus::test_all integration_tests::instances::test_cannot_provision_instance_beyond_ram_capacity
50812023-09-29T23:32:59.492Z PASS [ 32.535s] omicron-nexus::test_all integration_tests::instances::test_cannot_attach_nine_disks_to_instance
50822023-09-29T23:33:09.589Z PASS [ 43.200s] omicron-nexus::test_all integration_tests::instances::test_cannot_attach_faulted_disks
50832023-09-29T23:33:12.725Z PASS [ 48.483s] omicron-nexus::test_all integration_tests::instances::test_attach_eight_disks_to_instance
50842023-09-29T23:33:16.121Z PASS [ 26.437s] omicron-nexus::test_all integration_tests::instances::test_instance_access
50852023-09-29T23:33:26.613Z PASS [ 32.188s] omicron-nexus::test_all integration_tests::instances::test_instance_create_attach_disks
50862023-09-29T23:33:27.060Z PASS [ 27.967s] omicron-nexus::test_all integration_tests::instances::test_instance_create_in_silo
50872023-09-29T23:33:31.593Z PASS [ 35.098s] omicron-nexus::test_all integration_tests::instances::test_instance_create_attach_disks_undo
50882023-09-29T23:33:32.110Z PASS [ 33.868s] omicron-nexus::test_all integration_tests::instances::test_instance_create_delete_network_interface
50892023-09-29T23:33:41.677Z PASS [ 32.123s] omicron-nexus::test_all integration_tests::instances::test_instance_create_saga_removes_instance_database_record
50902023-09-29T23:33:48.592Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::instances::test_disks_detached_when_instance_destroyed
50912023-09-29T23:33:49.074Z PASS [ 35.968s] omicron-nexus::test_all integration_tests::instances::test_instance_ephemeral_ip_from_correct_pool
50922023-09-29T23:33:59.874Z PASS [ 33.259s] omicron-nexus::test_all integration_tests::instances::test_instance_migrate
50932023-09-29T23:34:02.513Z PASS [ 30.407s] omicron-nexus::test_all integration_tests::instances::test_instance_serial
50942023-09-29T23:34:02.651Z PASS [ 46.135s] omicron-nexus::test_all integration_tests::instances::test_instance_metrics
50952023-09-29T23:34:02.791Z PASS [ 35.417s] omicron-nexus::test_all integration_tests::instances::test_instance_migrate_v2p
50962023-09-29T23:34:15.094Z PASS [ 37.637s] omicron-nexus::test_all integration_tests::instances::test_instance_start_creates_networking_state
50972023-09-29T23:34:15.721Z PASS [ 84.811s] omicron-nexus::test_all integration_tests::instances::test_disks_detached_when_instance_destroyed
50982023-09-29T23:34:15.953Z PASS [ 24.420s] omicron-nexus::test_all integration_tests::instances::test_instance_using_image_from_other_project_fails
50992023-09-29T23:34:22.386Z PASS [ 40.711s] omicron-nexus::test_all integration_tests::instances::test_instance_update_network_interfaces
51002023-09-29T23:34:26.247Z PASS [ 24.254s] omicron-nexus::test_all integration_tests::instances::test_instance_with_multiple_nics_unwinds_completely
51012023-09-29T23:34:28.708Z PASS [ 26.247s] omicron-nexus::test_all integration_tests::instances::test_instance_with_single_explicit_ip_address
51022023-09-29T23:34:29.536Z PASS [ 27.338s] omicron-nexus::test_all integration_tests::instances::test_instance_with_new_custom_network_interfaces
51032023-09-29T23:34:30.244Z PASS [ 20.509s] omicron-nexus::test_all integration_tests::instances::test_instances_access_before_create_returns_not_found
51042023-09-29T23:34:35.135Z PASS [ 35.260s] omicron-nexus::test_all integration_tests::instances::test_instance_v2p_mappings
51052023-09-29T23:34:41.367Z PASS [ 27.454s] omicron-nexus::test_all integration_tests::instances::test_instances_create_stopped_start
51062023-09-29T23:34:46.212Z PASS [ 19.975s] omicron-nexus::test_all integration_tests::instances::test_instances_invalid_creation_returns_bad_request
51072023-09-29T23:34:49.303Z PASS [ 20.590s] omicron-nexus::test_all integration_tests::instances::test_instances_memory_greater_than_max_size
51082023-09-29T23:34:50.058Z PASS [ 40.101s] omicron-nexus::test_all integration_tests::instances::test_instances_create_reboot_halt
51092023-09-29T23:34:50.440Z PASS [ 20.905s] omicron-nexus::test_all integration_tests::instances::test_instances_memory_not_divisible_by_min_memory_size
51102023-09-29T23:34:51.350Z PASS [ 21.112s] omicron-nexus::test_all integration_tests::instances::test_instances_memory_rejected_less_than_min_memory_size
51112023-09-29T23:34:54.230Z PASS [ 31.842s] omicron-nexus::test_all integration_tests::instances::test_instances_delete_fails_when_running_succeeds_when_stopped
51122023-09-29T23:34:55.762Z PASS [ 20.634s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_basic_crud
51132023-09-29T23:35:08.025Z PASS [ 21.392s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_range_overlapping_ranges_fails
51142023-09-29T23:35:08.646Z PASS [ 19.340s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_range_pagination
51152023-09-29T23:35:09.450Z PASS [ 19.010s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_with_silo
51162023-09-29T23:35:10.347Z PASS [ 20.284s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_service
51172023-09-29T23:35:10.412Z PASS [ 29.924s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_list_usable_by_project
51182023-09-29T23:35:16.782Z PASS [ 22.555s] omicron-nexus::test_all integration_tests::loopback_address::test_anycast_loopback_address_basic_crud
51192023-09-29T23:35:18.259Z PASS [ 22.080s] omicron-nexus::test_all integration_tests::loopback_address::test_loopback_address_basic_crud
51202023-09-29T23:35:21.087Z PASS [ 29.735s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_range_delete_with_allocated_external_ip_fails
51212023-09-29T23:35:27.764Z PASS [ 19.107s] omicron-nexus::test_all integration_tests::oximeter::test_oximeter_database_records
51222023-09-29T23:35:37.074Z PASS [ 26.770s] omicron-nexus::test_all integration_tests::oximeter::test_oximeter_reregistration
51232023-09-29T23:35:40.056Z PASS [ 23.260s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_data_non_base64
51242023-09-29T23:35:43.802Z PASS [ 23.171s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_data_not_block_size_multiple
51252023-09-29T23:35:44.582Z PASS [ 23.487s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_data_past_end_of_disk
51262023-09-29T23:35:44.596Z PASS [ 34.235s] omicron-nexus::test_all integration_tests::pantry::test_can_stop_start_import_from_bulk_write
51272023-09-29T23:36:00.547Z PASS [ 50.131s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_attached_disk
51282023-09-29T23:36:03.449Z PASS [ 23.321s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_to_unaligned_offset
51292023-09-29T23:36:11.975Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::metrics::test_metrics
51302023-09-29T23:36:12.008Z PASS [ 61.513s] omicron-nexus::test_all integration_tests::metrics::test_metrics
51312023-09-29T23:36:14.037Z PASS [ 29.447s] omicron-nexus::test_all integration_tests::pantry::test_cannot_mount_import_from_bulk_writes_disk
51322023-09-29T23:36:16.359Z PASS [ 48.158s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_start_attached_disk
51332023-09-29T23:36:25.323Z PASS [ 49.111s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_stop_attached_disk
51342023-09-29T23:36:25.434Z PASS [ 40.864s] omicron-nexus::test_all integration_tests::pantry::test_cannot_finalize_without_stopping_bulk_writes
51352023-09-29T23:36:26.653Z PASS [ 23.295s] omicron-nexus::test_all integration_tests::pantry::test_disk_create_for_importing
51362023-09-29T23:36:29.435Z PASS [ 48.424s] omicron-nexus::test_all integration_tests::pantry::test_cannot_finalize_attached_disk
51372023-09-29T23:36:30.863Z PASS [ 30.323s] omicron-nexus::test_all integration_tests::pantry::test_cannot_mount_import_ready_disk
51382023-09-29T23:36:41.751Z PASS [ 32.636s] omicron-nexus::test_all integration_tests::pantry::test_import_blocks_from_url
51392023-09-29T23:36:47.038Z PASS [ 21.599s] omicron-nexus::test_all integration_tests::projects::test_project_deletion
51402023-09-29T23:36:50.966Z PASS [ 21.534s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_image
51412023-09-29T23:36:52.258Z PASS [ 25.568s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_disk
51422023-09-29T23:36:55.505Z PASS [ 24.618s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_instance
51432023-09-29T23:37:04.273Z PASS [ 50.241s] omicron-nexus::test_all integration_tests::pantry::test_import_blocks_with_bulk_write
51442023-09-29T23:37:08.220Z PASS [ 52.322s] omicron-nexus::test_all integration_tests::pantry::test_import_blocks_with_bulk_write_with_snapshot
51452023-09-29T23:37:09.736Z PASS [ 22.678s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_vpc
51462023-09-29T23:37:10.341Z PASS [ 18.120s] omicron-nexus::test_all integration_tests::rack::test_get_own_rack
51472023-09-29T23:37:16.137Z PASS [ 30.923s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_snapshot
51482023-09-29T23:37:16.296Z PASS [ 22.012s] omicron-nexus::test_all integration_tests::projects::test_projects
51492023-09-29T23:37:16.411Z PASS [ 18.992s] omicron-nexus::test_all integration_tests::rack::test_list_own_rack
51502023-09-29T23:37:25.565Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::password_login::test_local_users
51512023-09-29T23:37:25.821Z PASS [ 21.304s] omicron-nexus::test_all integration_tests::rack::test_rack_initialization
51522023-09-29T23:37:25.839Z PASS [ 0.157s] omicron-nexus::test_all integration_tests::saml::test_accept_saml_response_only_assertion_signed
51532023-09-29T23:37:25.873Z PASS [ 0.138s] omicron-nexus::test_all integration_tests::saml::test_correct_saml_response
51542023-09-29T23:37:26.001Z PASS [ 0.135s] omicron-nexus::test_all integration_tests::saml::test_correct_saml_response_ecdsa_sha256
51552023-09-29T23:37:26.194Z PASS [ 0.170s] omicron-nexus::test_all integration_tests::saml::test_correct_saml_response_with_group_attributes
51562023-09-29T23:37:26.310Z PASS [ 0.140s] omicron-nexus::test_all integration_tests::saml::test_correct_saml_response_with_group_attributes_wrong_attribute_name
51572023-09-29T23:37:27.733Z PASS [ 19.505s] omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_fleet
51582023-09-29T23:37:36.068Z PASS [ 19.810s] omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_silo
51592023-09-29T23:37:36.407Z PASS [ 22.344s] omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_project
51602023-09-29T23:37:36.621Z PASS [ 19.666s] omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_silo_implicit
51612023-09-29T23:37:36.702Z PASS [ 67.720s] omicron-nexus::test_all integration_tests::password_login::test_local_users
51622023-09-29T23:37:36.805Z PASS [ 21.491s] omicron-nexus::test_all integration_tests::roles_builtin::test_roles_builtin
51632023-09-29T23:37:39.127Z PASS [ 24.648s] omicron-nexus::test_all integration_tests::router_routes::test_router_routes
51642023-09-29T23:37:47.666Z PASS [ 21.188s] omicron-nexus::test_all integration_tests::saml::test_create_a_hidden_silo_saml_idp
51652023-09-29T23:37:48.170Z PASS [ 0.121s] omicron-nexus::test_all integration_tests::saml::test_reject_saml_response_signed_with_other_key
51662023-09-29T23:37:48.613Z PASS [ 20.879s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp
51672023-09-29T23:37:48.730Z PASS [ 0.116s] omicron-nexus::test_all integration_tests::saml::test_reject_unsigned_saml_response
51682023-09-29T23:37:48.796Z FAIL [ 1.169s] omicron-nexus::test_all integration_tests::saml::test_reject_saml_response_with_xml_comment
51692023-09-29T23:37:48.813Z
51702023-09-29T23:37:48.827Z--- STDOUT: omicron-nexus::test_all integration_tests::saml::test_reject_saml_response_with_xml_comment ---
51712023-09-29T23:37:48.842Z
51722023-09-29T23:37:48.853Zrunning 1 test
51732023-09-29T23:37:48.882Ztest integration_tests::saml::test_reject_saml_response_with_xml_comment ... FAILED
51742023-09-29T23:37:48.917Z
51752023-09-29T23:37:48.921Zfailures:
51762023-09-29T23:37:48.935Z
51772023-09-29T23:37:48.950Zfailures:
51782023-09-29T23:37:48.964Z integration_tests::saml::test_reject_saml_response_with_xml_comment
51792023-09-29T23:37:48.975Z
51802023-09-29T23:37:49.004Ztest result: FAILED. 0 passed; 1 failed; 0 ignored; 0 measured; 267 filtered out; finished in 1.01s
51812023-09-29T23:37:49.028Z
51822023-09-29T23:37:49.068Z
51832023-09-29T23:37:49.092Z--- STDERR: omicron-nexus::test_all integration_tests::saml::test_reject_saml_response_with_xml_comment ---
51842023-09-29T23:37:49.110Zthread 'integration_tests::saml::test_reject_saml_response_with_xml_comment' panicked at 'assertion failed: result.is_err()', nexus/tests/integration_tests/saml.rs:1007:5
51852023-09-29T23:37:49.125Zstack backtrace:
51862023-09-29T23:37:49.147Z 0: rust_begin_unwind
51872023-09-29T23:37:49.219Z at /rustc/d5c2e9c342b358556da91d61ed4133f6f50fc0c3/library/std/src/panicking.rs:593:5
51882023-09-29T23:37:49.235Z 1: core::panicking::panic_fmt
51892023-09-29T23:37:49.240Z at /rustc/d5c2e9c342b358556da91d61ed4133f6f50fc0c3/library/core/src/panicking.rs:67:14
51902023-09-29T23:37:49.250Z 2: core::panicking::panic
51912023-09-29T23:37:49.260Z at /rustc/d5c2e9c342b358556da91d61ed4133f6f50fc0c3/library/core/src/panicking.rs:117:5
51922023-09-29T23:37:49.270Z 3: test_all::integration_tests::saml::test_reject_saml_response_with_xml_comment
51932023-09-29T23:37:49.281Z at ./tests/integration_tests/saml.rs:1007:5
51942023-09-29T23:37:49.301Z 4: test_all::integration_tests::saml::test_reject_saml_response_with_xml_comment::{{closure}}
51952023-09-29T23:37:49.320Z at ./tests/integration_tests/saml.rs:972:49
51962023-09-29T23:37:49.341Z 5: core::ops::function::FnOnce::call_once
51972023-09-29T23:37:49.764Z at /rustc/d5c2e9c342b358556da91d61ed4133f6f50fc0c3/library/core/src/ops/function.rs:250:5
51982023-09-29T23:37:49.771Z 6: core::ops::function::FnOnce::call_once
51992023-09-29T23:37:49.774Z at /rustc/d5c2e9c342b358556da91d61ed4133f6f50fc0c3/library/core/src/ops/function.rs:250:5
52002023-09-29T23:37:49.777Znote: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace.
52012023-09-29T23:37:49.780Z
52022023-09-29T23:37:50.735Z PASS [ 20.576s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_invalid_descriptor_no_redirect_binding
52032023-09-29T23:37:52.357Z PASS [ 20.001s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_metadata_no_keys
52042023-09-29T23:37:52.429Z PASS [ 20.368s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_invalid_descriptor_truncated
52052023-09-29T23:37:53.563Z PASS [ 20.520s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_metadata_only_encryption_keys
52062023-09-29T23:37:56.727Z PASS [ 22.256s] omicron-nexus::test_all integration_tests::saml::test_post_saml_response
52072023-09-29T23:37:59.601Z PASS [ 20.479s] omicron-nexus::test_all integration_tests::saml::test_post_saml_response_with_relay_state
52082023-09-29T23:38:03.046Z PASS [ 10.621s] omicron-nexus::test_all integration_tests::schema::compare_index_creation_differing_columns
52092023-09-29T23:38:04.512Z PASS [ 10.939s] omicron-nexus::test_all integration_tests::schema::compare_index_creation_differing_where_clause
52102023-09-29T23:38:05.450Z PASS [ 5.847s] omicron-nexus::test_all integration_tests::schema::dbinit_version_matches_version_known_to_nexus
52112023-09-29T23:38:08.612Z PASS [ 19.882s] omicron-nexus::test_all integration_tests::saml::test_saml_idp_metadata_url_404
52122023-09-29T23:38:08.860Z PASS [ 20.072s] omicron-nexus::test_all integration_tests::saml::test_saml_idp_metadata_url_invalid
52132023-09-29T23:38:11.006Z PASS [ 20.267s] omicron-nexus::test_all integration_tests::saml::test_saml_idp_reject_keypair
52142023-09-29T23:38:13.184Z PASS [ 20.706s] omicron-nexus::test_all integration_tests::saml::test_saml_idp_rsa_keypair_ok
52152023-09-29T23:38:17.077Z PASS [ 11.622s] omicron-nexus::test_all integration_tests::schema::versions_have_idempotent_up
52162023-09-29T23:38:19.258Z PASS [ 16.216s] omicron-nexus::test_all integration_tests::schema::nexus_applies_update_on_boot
52172023-09-29T23:38:20.988Z PASS [ 24.255s] omicron-nexus::test_all integration_tests::schema::dbinit_equals_sum_of_all_up
52182023-09-29T23:38:26.906Z PASS [ 22.407s] omicron-nexus::test_all integration_tests::schema::nexus_cannot_apply_update_from_unknown_version
52192023-09-29T23:38:27.280Z PASS [ 18.675s] omicron-nexus::test_all integration_tests::silo_users::test_silo_group_detail_bad_group_id
52202023-09-29T23:38:28.047Z PASS [ 19.190s] omicron-nexus::test_all integration_tests::silo_users::test_silo_group_users
52212023-09-29T23:38:29.024Z PASS [ 18.033s] omicron-nexus::test_all integration_tests::silo_users::test_silo_group_users_bad_group_id
52222023-09-29T23:38:33.415Z PASS [ 20.367s] omicron-nexus::test_all integration_tests::silos::test_deleting_a_silo_deletes_the_idp
52232023-09-29T23:38:37.583Z PASS [ 20.511s] omicron-nexus::test_all integration_tests::silos::test_ensure_same_silo_group
52242023-09-29T23:38:40.039Z PASS [ 20.776s] omicron-nexus::test_all integration_tests::silos::test_jit_silo_constraints
52252023-09-29T23:38:42.350Z PASS [ 21.368s] omicron-nexus::test_all integration_tests::silos::test_listing_identity_providers
52262023-09-29T23:38:48.345Z PASS [ 20.300s] omicron-nexus::test_all integration_tests::silos::test_saml_idp_metadata_data_invalid
52272023-09-29T23:38:49.375Z PASS [ 21.799s] omicron-nexus::test_all integration_tests::silos::test_local_silo_constraints
52282023-09-29T23:38:50.081Z PASS [ 21.057s] omicron-nexus::test_all integration_tests::silos::test_saml_idp_metadata_data_truncated
52292023-09-29T23:38:50.585Z PASS [ 23.305s] omicron-nexus::test_all integration_tests::silos::test_local_silo_users
52302023-09-29T23:38:54.065Z PASS [ 20.649s] omicron-nexus::test_all integration_tests::silos::test_saml_idp_metadata_data_valid
52312023-09-29T23:39:00.371Z PASS [ 22.768s] omicron-nexus::test_all integration_tests::silos::test_silo_admin_group
52322023-09-29T23:39:04.484Z PASS [ 22.131s] omicron-nexus::test_all integration_tests::silos::test_silo_delete_clean_up_groups
52332023-09-29T23:39:09.374Z PASS [ 20.670s] omicron-nexus::test_all integration_tests::silos::test_silo_groups_jit
52342023-09-29T23:39:09.729Z PASS [ 21.382s] omicron-nexus::test_all integration_tests::silos::test_silo_groups_fixed
52352023-09-29T23:39:10.097Z PASS [ 30.057s] omicron-nexus::test_all integration_tests::silos::test_silo_authn_policy
52362023-09-29T23:39:11.280Z PASS [ 20.690s] omicron-nexus::test_all integration_tests::silos::test_silo_groups_remove_from_one_group
52372023-09-29T23:39:11.571Z PASS [ 21.489s] omicron-nexus::test_all integration_tests::silos::test_silo_groups_remove_from_both_groups
52382023-09-29T23:39:15.224Z PASS [ 20.759s] omicron-nexus::test_all integration_tests::silos::test_silo_user_fetch_by_external_id
52392023-09-29T23:39:26.354Z PASS [ 26.004s] omicron-nexus::test_all integration_tests::silos::test_silo_user_provision_types
52402023-09-29T23:39:30.069Z PASS [ 19.982s] omicron-nexus::test_all integration_tests::sleds::test_physical_disk_create_list_delete
52412023-09-29T23:39:31.595Z PASS [ 22.215s] omicron-nexus::test_all integration_tests::silos::test_silo_users_list
52422023-09-29T23:39:32.620Z PASS [ 20.621s] omicron-nexus::test_all integration_tests::sleds::test_sleds_list
52432023-09-29T23:39:33.199Z PASS [ 28.655s] omicron-nexus::test_all integration_tests::silos::test_silo_user_views
52442023-09-29T23:39:38.148Z PASS [ 27.881s] omicron-nexus::test_all integration_tests::silos::test_silos
52452023-09-29T23:39:38.199Z PASS [ 26.691s] omicron-nexus::test_all integration_tests::sleds::test_sled_instance_list
52462023-09-29T23:39:39.163Z PASS [ 24.333s] omicron-nexus::test_all integration_tests::snapshots::test_cannot_snapshot_if_no_space
52472023-09-29T23:39:48.470Z PASS [ 22.122s] omicron-nexus::test_all integration_tests::snapshots::test_create_snapshot_record_idempotent
52482023-09-29T23:39:51.419Z PASS [ 19.228s] omicron-nexus::test_all integration_tests::snapshots::test_region_snapshot_create_idempotent
52492023-09-29T23:39:54.840Z PASS [ 21.708s] omicron-nexus::test_all integration_tests::snapshots::test_reject_creating_disk_from_illegal_snapshot
52502023-09-29T23:39:59.801Z PASS [ 21.840s] omicron-nexus::test_all integration_tests::snapshots::test_reject_creating_disk_from_snapshot
52512023-09-29T23:40:00.024Z PASS [ 22.401s] omicron-nexus::test_all integration_tests::snapshots::test_reject_creating_disk_from_other_project_snapshot
52522023-09-29T23:40:05.127Z PASS [ 35.056s] omicron-nexus::test_all integration_tests::snapshots::test_delete_snapshot
52532023-09-29T23:40:08.260Z PASS [ 36.253s] omicron-nexus::test_all integration_tests::snapshots::test_multiple_deletes_not_sent
52542023-09-29T23:40:11.744Z PASS [ 32.547s] omicron-nexus::test_all integration_tests::snapshots::test_snapshot_basic
52552023-09-29T23:40:18.097Z PASS [ 20.429s] omicron-nexus::test_all integration_tests::ssh_keys::test_ssh_keys
52562023-09-29T23:40:20.195Z PASS [ 28.773s] omicron-nexus::test_all integration_tests::snapshots::test_snapshot_without_instance
52572023-09-29T23:40:21.631Z PASS [ 21.620s] omicron-nexus::test_all integration_tests::switch_port::test_port_settings_basic_crud
52582023-09-29T23:40:23.532Z PASS [ 18.407s] omicron-nexus::test_all integration_tests::system_updates::test_get_update
52592023-09-29T23:40:26.051Z PASS [ 18.197s] omicron-nexus::test_all integration_tests::system_updates::test_list_components
52602023-09-29T23:40:26.998Z PASS [ 0.958s] omicron-nexus::test_all integration_tests::unauthorized_coverage::test_unauthorized_coverage
52612023-09-29T23:40:30.053Z PASS [ 41.573s] omicron-nexus::test_all integration_tests::snapshots::test_snapshot_unwind
52622023-09-29T23:40:30.972Z PASS [ 18.991s] omicron-nexus::test_all integration_tests::system_updates::test_list_update_components
52632023-09-29T23:40:32.177Z PASS [ 32.366s] omicron-nexus::test_all integration_tests::subnet_allocation::test_subnet_allocation
52642023-09-29T23:40:34.582Z PASS [ 19.313s] omicron-nexus::test_all integration_tests::system_updates::test_list_updates
52652023-09-29T23:40:39.974Z PASS [ 19.783s] omicron-nexus::test_all integration_tests::system_updates::test_system_version
52662023-09-29T23:40:42.071Z PASS [ 20.443s] omicron-nexus::test_all integration_tests::system_updates::test_update_deployments
52672023-09-29T23:40:45.800Z PASS [ 18.806s] omicron-nexus::test_all integration_tests::updates::test_download_with_dots_fails
52682023-09-29T23:40:50.353Z PASS [ 19.260s] omicron-nexus::test_all integration_tests::users_builtin::test_users_builtin
52692023-09-29T23:40:51.508Z PASS [ 21.466s] omicron-nexus::test_all integration_tests::updates::test_update_end_to_end
52702023-09-29T23:41:01.231Z PASS [ 29.059s] omicron-nexus::test_all integration_tests::volume_management::test_create_image_from_snapshot
52712023-09-29T23:41:04.966Z PASS [ 30.384s] omicron-nexus::test_all integration_tests::volume_management::test_create_image_from_snapshot_delete
52722023-09-29T23:41:11.071Z PASS [ 30.941s] omicron-nexus::test_all integration_tests::volume_management::test_delete_snapshot_then_disk
52732023-09-29T23:41:14.286Z PASS [ 32.218s] omicron-nexus::test_all integration_tests::volume_management::test_disk_create_saga_unwinds_correctly
52742023-09-29T23:41:23.558Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::unauthorized::test_unauthorized
52752023-09-29T23:41:24.405Z PASS [ 38.601s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_disks_multiple_snapshots_order_1
52762023-09-29T23:41:28.903Z PASS [ 38.937s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_disks_multiple_snapshots_order_2
52772023-09-29T23:41:38.687Z PASS [ 47.184s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_layers_of_snapshots_delete_all_disks_first
52782023-09-29T23:41:48.373Z PASS [ 47.147s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_layers_of_snapshots_delete_all_snapshots_first
52792023-09-29T23:41:49.805Z PASS [ 35.517s] omicron-nexus::test_all integration_tests::volume_management::test_snapshot_create_saga_unwinds_correctly
52802023-09-29T23:41:51.991Z PASS [ 47.031s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_layers_of_snapshots_random_delete_order
52812023-09-29T23:41:56.515Z PASS [ 17.820s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout
52822023-09-29T23:41:58.422Z PASS [ 34.000s] omicron-nexus::test_all integration_tests::volume_management::test_snapshot_prevents_other_disk
52832023-09-29T23:41:59.176Z PASS [ 30.258s] omicron-nexus::test_all integration_tests::volume_management::test_snapshot_then_delete_disk
52842023-09-29T23:41:59.346Z PASS [ 95.815s] omicron-nexus::test_all integration_tests::unauthorized::test_unauthorized
52852023-09-29T23:41:59.663Z PASS [ 48.743s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_snapshots
52862023-09-29T23:42:08.232Z PASS [ 19.428s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_multiple_gen
52872023-09-29T23:42:11.380Z PASS [ 19.397s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_nothing
52882023-09-29T23:42:13.257Z PASS [ 19.360s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_sparse_mid_multiple_gen
52892023-09-29T23:42:15.896Z PASS [ 19.385s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_sparse_multiple_gen
52902023-09-29T23:42:19.561Z PASS [ 19.672s] omicron-nexus::test_all integration_tests::volume_management::test_volume_hard_delete_idempotent
52912023-09-29T23:42:19.744Z PASS [ 19.032s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_bad_volume
52922023-09-29T23:42:19.922Z PASS [ 19.322s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_base
52932023-09-29T23:42:20.033Z PASS [ 19.285s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_no_parent
52942023-09-29T23:42:28.792Z PASS [ 19.942s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_volume_deleted
52952023-09-29T23:42:28.993Z PASS [ 19.676s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_volume_not_volume
52962023-09-29T23:42:31.593Z PASS [ 20.238s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga
52972023-09-29T23:42:36.726Z PASS [ 20.830s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_deleted_volume
52982023-09-29T23:42:37.895Z PASS [ 19.817s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_no_volume
52992023-09-29T23:42:38.314Z PASS [ 20.148s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_twice
53002023-09-29T23:42:38.643Z PASS [ 19.973s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_volume_not_volume
53012023-09-29T23:42:44.221Z PASS [ 25.281s] omicron-nexus::test_all integration_tests::vpc_firewall::test_vpc_firewall
53022023-09-29T23:42:54.934Z PASS [ 27.151s] omicron-nexus::test_all integration_tests::vpc_routers::test_vpc_routers
53032023-09-29T23:42:56.166Z PASS [ 18.268s] omicron-nexus::test_all integration_tests::zpools::test_zpool_put_bad_physical_disk_returns_not_found
53042023-09-29T23:42:57.149Z PASS [ 18.798s] omicron-nexus::test_all integration_tests::zpools::test_zpool_put_bad_sled_returns_not_found
53052023-09-29T23:42:58.107Z PASS [ 0.087s] omicron-package dot::test::test_bad_dependency
53062023-09-29T23:42:58.219Z PASS [ 0.041s] omicron-package dot::test::test_dot_output
53072023-09-29T23:42:58.229Z PASS [ 18.698s] omicron-nexus::test_all integration_tests::zpools::test_zpool_put_success
53082023-09-29T23:42:58.293Z PASS [ 0.027s] omicron-passwords test::test_password_constraints
53092023-09-29T23:42:58.311Z PASS [ 29.333s] omicron-nexus::test_all integration_tests::vpc_subnets::test_delete_vpc_subnet_with_interfaces_fails
53102023-09-29T23:42:58.737Z PASS [ 27.060s] omicron-nexus::test_all integration_tests::vpc_subnets::test_vpc_subnets
53112023-09-29T23:42:59.280Z PASS [ 0.063s] omicron-passwords test::test_stable
53122023-09-29T23:42:59.482Z PASS [ 0.032s] omicron-passwords test::test_weak_hashes
53132023-09-29T23:42:59.959Z PASS [ 0.033s] omicron-rpaths internal::tests::test_configure_from_path
53142023-09-29T23:43:00.058Z PASS [ 0.101s] omicron-rpaths internal::tests::test_configure_rpaths_from_bad_envvar
53152023-09-29T23:43:00.156Z PASS [ 0.028s] omicron-rpaths internal::tests::test_emit_rpath
53162023-09-29T23:43:00.189Z PASS [ 0.091s] omicron-sled-agent bootstrap::params::tests::json_serialization_round_trips
53172023-09-29T23:43:00.249Z PASS [ 0.076s] omicron-sled-agent bootstrap::params::tests::parse_rack_initialization
53182023-09-29T23:43:00.345Z PASS [ 0.057s] omicron-sled-agent bootstrap::params::tests::parse_rack_initialization_weak_hash
53192023-09-29T23:43:00.431Z PASS [ 0.060s] omicron-sled-agent bootstrap::params::tests::validate_external_dns_ips_must_be_in_internal_services_ip_pools
53202023-09-29T23:43:00.523Z PASS [ 0.115s] omicron-sled-agent bootstrap::server::tests::persistent_sled_agent_request_serialization
53212023-09-29T23:43:00.624Z PASS [ 0.055s] omicron-sled-agent bootstrap::server::tests::test_persistent_sled_agent_request_schema
53222023-09-29T23:43:00.687Z PASS [ 0.066s] omicron-sled-agent common::instance::test::destruction_after_migration_out_does_not_transition
53232023-09-29T23:43:00.710Z PASS [ 3.285s] omicron-omdb::test_all_output test_omdb_usage_errors
53242023-09-29T23:43:00.725Z PASS [ 0.043s] omicron-sled-agent common::instance::test::failure_after_migration_in_does_not_transition
53252023-09-29T23:43:00.835Z PASS [ 0.044s] omicron-sled-agent common::instance::test::migration_out_after_migration_in
53262023-09-29T23:43:00.892Z PASS [ 0.047s] omicron-sled-agent common::instance::test::propolis_terminal_states_request_destroy_action
53272023-09-29T23:43:00.926Z PASS [ 0.057s] omicron-sled-agent common::instance::test::test_migration_ids_already_set
53282023-09-29T23:43:01.028Z PASS [ 0.063s] omicron-sled-agent config::test::test_smf_configs
53292023-09-29T23:43:01.048Z PASS [ 0.049s] omicron-sled-agent profile::tests::empty_profile
53302023-09-29T23:43:01.073Z PASS [ 0.046s] omicron-sled-agent profile::tests::test_instance
53312023-09-29T23:43:01.098Z PASS [ 0.048s] omicron-sled-agent profile::tests::test_multiple
53322023-09-29T23:43:01.167Z PASS [ 0.045s] omicron-sled-agent profile::tests::test_property
53332023-09-29T23:43:01.248Z PASS [ 0.045s] omicron-sled-agent profile::tests::test_property_group
53342023-09-29T23:43:01.315Z PASS [ 0.045s] omicron-sled-agent profile::tests::test_service
53352023-09-29T23:43:01.386Z PASS [ 0.050s] omicron-sled-agent profile::tests::test_service_property_group
53362023-09-29T23:43:01.473Z PASS [ 0.066s] omicron-sled-agent rack_setup::config::test::test_extra_certs
53372023-09-29T23:43:01.549Z PASS [ 0.056s] omicron-sled-agent rack_setup::config::test::test_subnets
53382023-09-29T23:43:02.068Z PASS [ 0.044s] omicron-sled-agent rack_setup::plan::service::tests::bump_allocator_basics
53392023-09-29T23:43:02.139Z PASS [ 0.053s] omicron-sled-agent rack_setup::plan::service::tests::bump_allocator_exhaustion
53402023-09-29T23:43:02.670Z PASS [ 0.062s] omicron-sled-agent rack_setup::plan::service::tests::test_rss_service_plan_schema
53412023-09-29T23:43:02.824Z PASS [ 0.103s] omicron-sled-agent rack_setup::plan::service::tests::service_port_builder_skips_dns_ips
53422023-09-29T23:43:03.326Z PASS [ 0.059s] omicron-sled-agent rack_setup::plan::sled::tests::test_rss_sled_plan_schema
53432023-09-29T23:43:03.447Z PASS [ 0.053s] omicron-sled-agent services::test::test_all_zone_requests_schema
53442023-09-29T23:43:03.513Z PASS [ 0.046s] omicron-sled-agent services::test::test_bootstrap_addr_to_techport_prefixes
53452023-09-29T23:43:03.567Z PASS [ 0.336s] omicron-sled-agent services::test::test_ensure_service
53462023-09-29T23:43:03.657Z PASS [ 0.318s] omicron-sled-agent services::test::test_ensure_service_which_already_exists
53472023-09-29T23:43:03.706Z PASS [ 0.256s] omicron-sled-agent services::test::test_services_do_not_persist_without_config
53482023-09-29T23:43:03.728Z PASS [ 0.056s] omicron-sled-agent services::test::test_zone_bundle_metadata_schema
53492023-09-29T23:43:03.760Z PASS [ 0.058s] omicron-sled-agent sim::collection::test::test_sim_disk_attach_then_destroy
53502023-09-29T23:43:03.800Z PASS [ 0.058s] omicron-sled-agent sim::collection::test::test_sim_disk_attach_then_fault
53512023-09-29T23:43:03.824Z PASS [ 0.055s] omicron-sled-agent sim::collection::test::test_sim_disk_transition_to_detached_states
53522023-09-29T23:43:03.834Z PASS [ 0.057s] omicron-sled-agent sim::collection::test::test_sim_instance_creating_to_stop
53532023-09-29T23:43:03.856Z PASS [ 0.082s] omicron-sled-agent sim::collection::test::test_sim_instance_reboot
53542023-09-29T23:43:03.889Z PASS [ 3.630s] omicron-passwords test::test_reproducible
53552023-09-29T23:43:03.904Z PASS [ 0.057s] omicron-sled-agent sim::collection::test::test_sim_instance_running_then_destroyed
53562023-09-29T23:43:03.927Z PASS [ 0.057s] omicron-sled-agent storage::dataset::test::serialize_dataset_name
53572023-09-29T23:43:03.934Z PASS [ 0.071s] omicron-sled-agent updates::test::test_query_no_components
53582023-09-29T23:43:03.941Z PASS [ 0.072s] omicron-sled-agent updates::test::test_query_sled_agent_version
53592023-09-29T23:43:03.947Z PASS [ 0.067s] omicron-sled-agent updates::test::test_query_zone_version
53602023-09-29T23:43:03.958Z PASS [ 0.919s] omicron-sled-agent services::test::test_services_are_recreated_on_reboot
53612023-09-29T23:43:03.965Z PASS [ 0.283s] omicron-sled-agent updates::test::test_write_artifact_to_filesystem
53622023-09-29T23:43:03.972Z PASS [ 0.356s] omicron-sled-agent zone_bundle::illumos_tests::test_context
53632023-09-29T23:43:03.979Z PASS [ 0.517s] omicron-sled-agent zone_bundle::illumos_tests::test_update_context
53642023-09-29T23:43:03.990Z PASS [ 0.974s] omicron-sled-agent zone_bundle::illumos_tests::test_cleanup
53652023-09-29T23:43:03.998Z PASS [ 0.091s] omicron-sled-agent zone_bundle::illumos_tests::test_zfs_quota
53662023-09-29T23:43:04.006Z PASS [ 0.057s] omicron-sled-agent zone_bundle::tests::test_compare_bundles
53672023-09-29T23:43:04.015Z PASS [ 0.078s] omicron-sled-agent zone_bundle::tests::test_disk_usage
53682023-09-29T23:43:04.471Z PASS [ 0.053s] omicron-sled-agent zone_bundle::tests::test_priority_dimension
53692023-09-29T23:43:04.506Z PASS [ 0.051s] omicron-sled-agent zone_bundle::tests::test_sort_zone_bundle_cause
53702023-09-29T23:43:04.530Z PASS [ 0.050s] omicron-sled-agent zone_bundle::tests::test_storage_limit_bytes_available
53712023-09-29T23:43:04.542Z PASS [ 0.759s] omicron-sled-agent zone_bundle::illumos_tests::test_utilization
53722023-09-29T23:43:04.554Z PASS [ 0.425s] omicron-sled-agent::mod integration_tests::commands::test_bootstrap_agent_openapi_sled
53732023-09-29T23:43:04.568Z PASS [ 1.532s] omicron-sled-agent zone_bundle::illumos_tests::test_list_with_filter
53742023-09-29T23:43:05.014Z PASS [ 0.124s] omicron-sled-agent::mod integration_tests::commands::test_sled_agent_no_args
53752023-09-29T23:43:05.025Z PASS [ 0.061s] omicron-test-utils dev::clickhouse::tests::test_clickhouse_in_path
53762023-09-29T23:43:05.458Z PASS [ 0.224s] omicron-sled-agent::mod integration_tests::commands::test_sled_agent_openapi_sled
53772023-09-29T23:43:05.576Z PASS [ 0.041s] omicron-test-utils dev::clickhouse::tests::test_discover_clickhouse_ready
53782023-09-29T23:43:06.027Z PASS [ 0.274s] omicron-sled-agent::mod integration_tests::commands::test_sled_agent_sim_no_args
53792023-09-29T23:43:06.083Z PASS [ 0.046s] omicron-test-utils dev::clickhouse::tests::test_discover_local_listening_port
53802023-09-29T23:43:06.095Z PASS [ 0.039s] omicron-test-utils dev::clickhouse::tests::test_discover_local_listening_port_timeout
53812023-09-29T23:43:06.168Z PASS [ 0.091s] omicron-test-utils dev::clickhouse::tests::test_discover_local_listening_port_slow_write
53822023-09-29T23:43:06.750Z PASS [ 0.378s] omicron-test-utils dev::db::test::test_bad_cmd
53832023-09-29T23:43:06.879Z PASS [ 27.153s] omicron-nexus::test_all integration_tests::vpcs::test_vpcs
53842023-09-29T23:43:06.982Z PASS [ 0.721s] omicron-test-utils dev::db::test::test_cmd_fails
53852023-09-29T23:43:07.010Z PASS [ 0.049s] omicron-test-utils dev::db::test::test_make_pg_config_fail
53862023-09-29T23:43:07.110Z PASS [ 1.042s] omicron-test-utils dev::clickhouse::tests::test_discover_clickhouse_not_ready
53872023-09-29T23:43:07.153Z PASS [ 0.046s] omicron-test-utils dev::db::test::test_make_pg_config_ok
53882023-09-29T23:43:07.565Z PASS [ 0.050s] omicron-test-utils dev::db::test::test_process_exit_abnormal
53892023-09-29T23:43:07.588Z PASS [ 0.059s] omicron-test-utils dev::db::test::test_process_exit_normal
53902023-09-29T23:43:07.593Z PASS [ 0.452s] omicron-test-utils dev::db::test::test_database_start_hang
53912023-09-29T23:43:07.690Z PASS [ 22.247s] omicron-omdb::test_all_output test_omdb_env_settings
53922023-09-29T23:43:07.707Z LEAK [ 2.353s] omicron-test-utils dev::db::test::test_setup_database_bad_listen_url
53932023-09-29T23:43:07.712Z PASS [ 0.043s] omicron-test-utils dev::db::test::test_starter_tmpdir
53942023-09-29T23:43:07.716Z PASS [ 0.041s] omicron-test-utils dev::dendrite::tests::test_dpd_in_path
53952023-09-29T23:43:07.720Z PASS [ 0.050s] omicron-test-utils dev::dendrite::tests::test_discover_local_listening_port
53962023-09-29T23:43:07.722Z PASS [ 0.041s] oximeter histogram::tests::test_bin_range
53972023-09-29T23:43:07.726Z PASS [ 0.040s] oximeter histogram::tests::test_bin_range_from
53982023-09-29T23:43:07.729Z PASS [ 0.035s] oximeter histogram::tests::test_bin_range_to
53992023-09-29T23:43:07.732Z PASS [ 0.040s] oximeter histogram::tests::test_ensure_finite
54002023-09-29T23:43:07.735Z PASS [ 0.038s] oximeter histogram::tests::test_foo
54012023-09-29T23:43:07.738Z PASS [ 0.039s] oximeter histogram::tests::test_histogram
54022023-09-29T23:43:07.741Z PASS [ 0.034s] oximeter histogram::tests::test_histogram_extreme_bins
54032023-09-29T23:43:07.744Z PASS [ 0.061s] oximeter histogram::tests::test_histogram_extreme_samples
54042023-09-29T23:43:07.747Z PASS [ 0.053s] oximeter histogram::tests::test_histogram_float_bins
54052023-09-29T23:43:07.750Z PASS [ 0.035s] oximeter histogram::tests::test_histogram_to_arrays
54062023-09-29T23:43:07.753Z PASS [ 0.035s] oximeter histogram::tests::test_histogram_unbounded_samples
54072023-09-29T23:43:07.792Z PASS [ 0.035s] oximeter histogram::tests::test_histogram_unsorted_bins
54082023-09-29T23:43:07.810Z PASS [ 0.034s] oximeter histogram::tests::test_histogram_with_bins
54092023-09-29T23:43:07.817Z PASS [ 0.035s] oximeter histogram::tests::test_histogram_with_non_partitioned_bins
54102023-09-29T23:43:07.820Z PASS [ 9.615s] omicron-passwords test::test_compatible
54112023-09-29T23:43:07.828Z PASS [ 0.048s] oximeter histogram::tests::test_histogram_with_overlapping_bins
54122023-09-29T23:43:07.845Z PASS [ 0.047s] oximeter histogram::tests::test_log_linear_bins_all_representable
54132023-09-29T23:43:08.274Z PASS [ 0.048s] oximeter histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_1
54142023-09-29T23:43:08.311Z PASS [ 0.047s] oximeter histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_2
54152023-09-29T23:43:08.373Z PASS [ 0.049s] oximeter histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_3
54162023-09-29T23:43:08.399Z PASS [ 0.048s] oximeter histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_4
54172023-09-29T23:43:08.910Z PASS [ 0.050s] oximeter histogram::tests::test_log_linear_bins_integer_size_checks
54182023-09-29T23:43:08.947Z PASS [ 0.035s] oximeter histogram::tests::test_log_linear_bins_small_bin_count
54192023-09-29T23:43:08.971Z PASS [ 0.038s] oximeter histogram::tests::test_span_decades
54202023-09-29T23:43:09.424Z PASS [ 0.041s] oximeter histogram::tests::test_span_decades_other_counts_f64
54212023-09-29T23:43:09.449Z PASS [ 0.040s] oximeter histogram::tests::test_span_decades_other_counts_u64_resolution_ok
54222023-09-29T23:43:09.489Z PASS [ 0.042s] oximeter histogram::tests::test_span_decades_other_counts_u64_resolution_too_low
54232023-09-29T23:43:09.524Z PASS [ 0.046s] oximeter traits::tests::test_metric_trait
54242023-09-29T23:43:09.556Z PASS [ 0.047s] oximeter traits::tests::test_producer_trait
54252023-09-29T23:43:09.993Z PASS [ 0.037s] oximeter traits::tests::test_target_trait
54262023-09-29T23:43:10.071Z PASS [ 0.036s] oximeter types::tests::test_cumulative_f64
54272023-09-29T23:43:10.566Z PASS [ 0.034s] oximeter types::tests::test_cumulative_i64
54282023-09-29T23:43:10.578Z PASS [ 0.034s] oximeter types::tests::test_datum
54292023-09-29T23:43:10.590Z PASS [ 0.036s] oximeter types::tests::test_field_value_parse_as_type::case_01_as_string
54302023-09-29T23:43:10.625Z PASS [ 0.036s] oximeter types::tests::test_field_value_parse_as_type::case_02_as_i8
54312023-09-29T23:43:10.640Z PASS [ 0.036s] oximeter types::tests::test_field_value_parse_as_type::case_03_as_u8
54322023-09-29T23:43:10.675Z PASS [ 0.034s] oximeter types::tests::test_field_value_parse_as_type::case_04_as_i16
54332023-09-29T23:43:10.687Z PASS [ 0.035s] oximeter types::tests::test_field_value_parse_as_type::case_05_as_u16
54342023-09-29T23:43:10.740Z PASS [ 0.036s] oximeter types::tests::test_field_value_parse_as_type::case_06_as_i32
54352023-09-29T23:43:10.884Z PASS [ 0.037s] oximeter types::tests::test_field_value_parse_as_type::case_07_as_u32
54362023-09-29T23:43:11.024Z PASS [ 0.035s] oximeter types::tests::test_field_value_parse_as_type::case_08_as_i64
54372023-09-29T23:43:11.119Z PASS [ 0.035s] oximeter types::tests::test_field_value_parse_as_type::case_09_as_u64
54382023-09-29T23:43:11.220Z PASS [ 0.035s] oximeter types::tests::test_field_value_parse_as_type::case_10_as_uuid
54392023-09-29T23:43:21.003Z PASS [ 0.037s] oximeter types::tests::test_field_value_parse_as_type::case_11_as_ipv4addr
54402023-09-29T23:43:21.766Z PASS [ 0.037s] oximeter types::tests::test_field_value_parse_as_type::case_12_as_ipv6addr
54412023-09-29T23:43:21.972Z PASS [ 0.035s] oximeter types::tests::test_field_value_parse_as_wrong_type::case_1_as_u64
54422023-09-29T23:43:22.096Z PASS [ 0.040s] oximeter types::tests::test_field_value_parse_as_wrong_type::case_2_as_uuid
54432023-09-29T23:43:22.156Z PASS [ 0.047s] oximeter types::tests::test_field_value_parse_as_wrong_type::case_3_as_bool
54442023-09-29T23:43:22.184Z PASS [ 0.041s] oximeter types::tests::test_field_value_parse_as_wrong_type::case_4_as_ipaddr
54452023-09-29T23:43:22.221Z PASS [ 0.036s] oximeter types::tests::test_field_value_parse_as_wrong_type::case_5_as_uuid
54462023-09-29T23:43:22.250Z PASS [ 0.035s] oximeter types::tests::test_measurement
54472023-09-29T23:43:22.269Z PASS [ 0.034s] oximeter types::tests::test_sample_struct
54482023-09-29T23:43:22.289Z PASS [ 0.031s] oximeter types::tests::test_verify_field_names
54492023-09-29T23:43:22.316Z PASS [ 0.182s] oximeter-collector::test_commands test_oximeter_no_args
54502023-09-29T23:43:22.345Z PASS [ 0.296s] oximeter-collector::test_commands test_oximeter_openapi
54512023-09-29T23:43:22.852Z PASS [ 0.311s] oximeter-db client::tests::test_bad_database_connection
54522023-09-29T23:43:22.957Z PASS [ 1.215s] oximeter-db client::tests::test_build_client
54532023-09-29T23:43:22.987Z PASS [ 1.436s] oximeter-db client::tests::test_client_insert
54542023-09-29T23:43:23.114Z PASS [ 1.579s] oximeter-db client::tests::test_client_select_timeseries_one
54552023-09-29T23:43:23.158Z PASS [ 5.790s] omicron-test-utils dev::db::test::test_database_concurrent
54562023-09-29T23:43:23.166Z PASS [ 5.176s] omicron-test-utils dev::db::test::test_setup_database_overridden_dir
54572023-09-29T23:43:23.175Z PASS [ 1.920s] oximeter-db client::tests::test_differentiate_by_timeseries_name
54582023-09-29T23:43:23.188Z PASS [ 1.746s] oximeter-db client::tests::test_field_record_count
54592023-09-29T23:43:23.206Z PASS [ 1.624s] oximeter-db client::tests::test_get_schema_no_new_values
54602023-09-29T23:43:23.235Z PASS [ 1.694s] oximeter-db client::tests::test_list_timeseries
54612023-09-29T23:43:23.265Z PASS [ 1.654s] oximeter-db client::tests::test_recall_field_value_bool
54622023-09-29T23:43:23.316Z PASS [ 1.339s] oximeter-db client::tests::test_recall_field_value_i64
54632023-09-29T23:43:23.359Z PASS [ 1.626s] oximeter-db client::tests::test_recall_field_value_i16
54642023-09-29T23:43:23.395Z PASS [ 1.787s] oximeter-db client::tests::test_recall_field_value_i32
54652023-09-29T23:43:23.424Z PASS [ 1.641s] oximeter-db client::tests::test_recall_field_value_i8
54662023-09-29T23:43:23.851Z PASS [ 1.722s] oximeter-db client::tests::test_recall_field_value_ipv4addr
54672023-09-29T23:43:23.873Z PASS [ 1.629s] oximeter-db client::tests::test_recall_field_value_ipv6addr
54682023-09-29T23:43:23.897Z PASS [ 1.580s] oximeter-db client::tests::test_recall_field_value_string
54692023-09-29T23:43:23.933Z PASS [ 1.417s] oximeter-db client::tests::test_recall_field_value_u16
54702023-09-29T23:43:23.979Z PASS [ 1.423s] oximeter-db client::tests::test_recall_field_value_u32
54712023-09-29T23:43:24.036Z PASS [ 1.532s] oximeter-db client::tests::test_recall_field_value_u64
54722023-09-29T23:43:24.107Z PASS [ 1.525s] oximeter-db client::tests::test_recall_field_value_u8
54732023-09-29T23:43:24.140Z PASS [ 1.586s] oximeter-db client::tests::test_recall_field_value_uuid
54742023-09-29T23:43:24.185Z PASS [ 1.468s] oximeter-db client::tests::test_recall_measurement_bool
54752023-09-29T23:43:24.201Z PASS [ 1.507s] oximeter-db client::tests::test_recall_measurement_cumulative_f64
54762023-09-29T23:43:24.226Z PASS [ 1.437s] oximeter-db client::tests::test_recall_measurement_cumulative_i64
54772023-09-29T23:43:24.250Z PASS [ 12.129s] omicron-test-utils dev::db::test::test_setup_database_default_dir
54782023-09-29T23:43:24.288Z PASS [ 21.694s] omicron-omdb::test_all_output test_omdb_success_cases
54792023-09-29T23:43:24.303Z PASS [ 1.408s] oximeter-db client::tests::test_recall_measurement_cumulative_u64
54802023-09-29T23:43:24.333Z PASS [ 1.281s] oximeter-db client::tests::test_recall_measurement_f64
54812023-09-29T23:43:24.346Z PASS [ 1.330s] oximeter-db client::tests::test_recall_measurement_f32
54822023-09-29T23:43:24.380Z PASS [ 1.206s] oximeter-db client::tests::test_recall_measurement_histogram_f64
54832023-09-29T23:43:24.389Z PASS [ 1.263s] oximeter-db client::tests::test_recall_measurement_histogram_i16
54842023-09-29T23:43:24.397Z PASS [ 1.253s] oximeter-db client::tests::test_recall_measurement_histogram_i64
54852023-09-29T23:43:24.408Z PASS [ 1.611s] oximeter-db client::tests::test_recall_measurement_histogram_i32
54862023-09-29T23:43:24.415Z PASS [ 1.277s] oximeter-db client::tests::test_recall_measurement_histogram_i8
54872023-09-29T23:43:24.424Z PASS [ 1.268s] oximeter-db client::tests::test_recall_measurement_histogram_u16
54882023-09-29T23:43:24.431Z PASS [ 1.277s] oximeter-db client::tests::test_recall_measurement_histogram_u32
54892023-09-29T23:43:24.440Z PASS [ 19.955s] omicron-passwords test::test_smoke
54902023-09-29T23:43:24.447Z PASS [ 1.277s] oximeter-db client::tests::test_recall_measurement_histogram_u64
54912023-09-29T23:43:24.462Z PASS [ 1.270s] oximeter-db client::tests::test_recall_measurement_histogram_u8
54922023-09-29T23:43:24.470Z PASS [ 1.265s] oximeter-db client::tests::test_recall_measurement_i64
54932023-09-29T23:43:24.488Z PASS [ 1.267s] oximeter-db client::tests::test_recall_measurement_i8
54942023-09-29T23:43:24.500Z PASS [ 1.296s] oximeter-db client::tests::test_recall_measurement_u16
54952023-09-29T23:43:24.518Z PASS [ 1.523s] oximeter-db client::tests::test_recall_measurement_i16
54962023-09-29T23:43:24.523Z PASS [ 1.505s] oximeter-db client::tests::test_recall_measurement_i32
54972023-09-29T23:43:24.542Z PASS [ 1.256s] oximeter-db client::tests::test_recall_measurement_u32
54982023-09-29T23:43:24.562Z PASS [ 1.247s] oximeter-db client::tests::test_recall_measurement_u64
54992023-09-29T23:43:24.580Z PASS [ 1.206s] oximeter-db client::tests::test_recall_measurement_u8
55002023-09-29T23:43:24.597Z PASS [ 1.402s] oximeter-db client::tests::test_schema_update
55012023-09-29T23:43:24.612Z PASS [ 1.415s] oximeter-db client::tests::test_select_timeseries_with_select_one
55022023-09-29T23:43:24.632Z PASS [ 1.433s] oximeter-db client::tests::test_select_timeseries_with_select_multiple_fields_with_multiple_values
55032023-09-29T23:43:24.699Z PASS [ 1.572s] oximeter-db client::tests::test_schema_mismatch
55042023-09-29T23:43:25.118Z PASS [ 0.035s] oximeter-db client::tests::test_unravel_index
55052023-09-29T23:43:25.125Z PASS [ 1.568s] oximeter-db client::tests::test_select_timeseries_with_all
55062023-09-29T23:43:25.137Z PASS [ 0.033s] oximeter-db model::tests::test_db_bool
55072023-09-29T23:43:25.146Z PASS [ 0.034s] oximeter-db model::tests::test_db_datum_type_conversion
55082023-09-29T23:43:25.164Z PASS [ 1.407s] oximeter-db client::tests::test_select_timeseries_with_select_one_field_with_multiple_values
55092023-09-29T23:43:25.587Z PASS [ 0.037s] oximeter-db model::tests::test_db_field_list_conversion
55102023-09-29T23:43:25.601Z PASS [ 0.036s] oximeter-db model::tests::test_db_field_type_conversion
55112023-09-29T23:43:25.610Z PASS [ 0.037s] oximeter-db model::tests::test_db_histogram
55122023-09-29T23:43:25.620Z PASS [ 0.037s] oximeter-db model::tests::test_histogram_to_arrays
55132023-09-29T23:43:25.633Z PASS [ 0.036s] oximeter-db model::tests::test_parse_string_datum_requiring_escape
55142023-09-29T23:43:25.646Z PASS [ 0.037s] oximeter-db model::tests::test_parse_timeseries_histogram_measurement
55152023-09-29T23:43:25.663Z PASS [ 0.036s] oximeter-db model::tests::test_parse_timeseries_scalar_cumulative_measurement
55162023-09-29T23:43:25.673Z PASS [ 1.774s] oximeter-db client::tests::test_select_timeseries_with_order
55172023-09-29T23:43:25.707Z PASS [ 0.037s] oximeter-db model::tests::test_parse_timeseries_scalar_gauge_measurement
55182023-09-29T23:43:26.156Z PASS [ 1.863s] oximeter-db client::tests::test_select_timeseries_with_limit
55192023-09-29T23:43:26.189Z PASS [ 0.039s] oximeter-db model::tests::test_unroll_from_source
55202023-09-29T23:43:26.207Z PASS [ 0.036s] oximeter-db model::tests::test_unroll_measurement_row
55212023-09-29T23:43:26.219Z PASS [ 0.034s] oximeter-db query::tests::test_field_cmp
55222023-09-29T23:43:26.232Z PASS [ 0.343s] oximeter-db model::tests::test_db_bool_bad
55232023-09-29T23:43:26.246Z PASS [ 0.039s] oximeter-db query::tests::test_field_selector_as_query
55242023-09-29T23:43:26.260Z PASS [ 0.034s] oximeter-db query::tests::test_field_value_as_db_str
55252023-09-29T23:43:26.270Z PASS [ 0.237s] oximeter-db model::tests::test_parse_bad_cumulative_json_data
55262023-09-29T23:43:26.286Z PASS [ 0.045s] oximeter-db query::tests::test_select_query_builder_field_selectors
55272023-09-29T23:43:26.298Z PASS [ 0.036s] oximeter-db query::tests::test_select_query_builder_from_parts
55282023-09-29T23:43:26.304Z PASS [ 0.053s] oximeter-db query::tests::test_select_query_builder_filter_raw
55292023-09-29T23:43:26.311Z PASS [ 0.037s] oximeter-db query::tests::test_select_query_builder_limit_offset
55302023-09-29T23:43:26.315Z PASS [ 0.051s] oximeter-db query::tests::test_select_query_builder_full
55312023-09-29T23:43:26.321Z PASS [ 0.041s] oximeter-db query::tests::test_select_query_builder_no_fields
55322023-09-29T23:43:26.325Z PASS [ 0.040s] oximeter-db query::tests::test_select_query_builder_no_selectors
55332023-09-29T23:43:26.328Z PASS [ 0.031s] oximeter-db query::tests::test_time_range
55342023-09-29T23:43:26.332Z PASS [ 0.048s] oximeter-db query::tests::test_string_field_selector
55352023-09-29T23:43:26.336Z PASS [ 0.038s] oximeter-db tests::test_timeseries_name
55362023-09-29T23:43:26.339Z PASS [ 0.044s] oximeter-db tests::test_timeseries_name_from_str
55372023-09-29T23:43:26.351Z PASS [ 0.044s] oximeter-instruments http::tests::test_latency_tracker
55382023-09-29T23:43:26.355Z PASS [ 0.036s] oximeter-instruments http::tests::test_normalize_uri_path
55392023-09-29T23:43:26.359Z PASS [ 0.034s] oximeter-macro-impl::proc-macro/oximeter-macro-impl tests::test_extract_datum_type_by_field_name
55402023-09-29T23:43:26.369Z PASS [ 0.042s] oximeter-macro-impl::proc-macro/oximeter-macro-impl tests::test_extract_datum_type_by_annotatd_field
55412023-09-29T23:43:26.377Z PASS [ 0.033s] oximeter-macro-impl::proc-macro/oximeter-macro-impl tests::test_extract_datum_type_multiple_annotated_fields
55422023-09-29T23:43:26.381Z PASS [ 0.026s] oximeter-macro-impl::proc-macro/oximeter-macro-impl tests::test_extract_datum_type_named_and_annotated
55432023-09-29T23:43:26.385Z PASS [ 0.031s] oximeter-macro-impl::proc-macro/oximeter-macro-impl tests::test_extract_datum_type_named_and_annotated_same_field
55442023-09-29T23:43:26.389Z PASS [ 0.034s] oximeter-macro-impl::proc-macro/oximeter-macro-impl tests::test_metric_annotated_field
55452023-09-29T23:43:26.392Z PASS [ 0.027s] oximeter-macro-impl::proc-macro/oximeter-macro-impl tests::test_metric_enum
55462023-09-29T23:43:26.396Z PASS [ 0.034s] oximeter-macro-impl::proc-macro/oximeter-macro-impl tests::test_metric_datum_field
55472023-09-29T23:43:26.400Z PASS [ 0.036s] oximeter-macro-impl::proc-macro/oximeter-macro-impl tests::test_metric_without_datum_field
55482023-09-29T23:43:26.403Z PASS [ 0.030s] oximeter-macro-impl::proc-macro/oximeter-macro-impl tests::test_target
55492023-09-29T23:43:26.407Z PASS [ 0.027s] oximeter-macro-impl::proc-macro/oximeter-macro-impl tests::test_target_enum
55502023-09-29T23:43:26.410Z PASS [ 0.033s] oximeter-macro-impl::proc-macro/oximeter-macro-impl tests::test_target_empty_struct
55512023-09-29T23:43:26.413Z PASS [ 0.026s] oximeter-macro-impl::proc-macro/oximeter-macro-impl tests::test_target_with_datum_field
55522023-09-29T23:43:26.417Z PASS [ 0.033s] oximeter-macro-impl::proc-macro/oximeter-macro-impl tests::test_target_unit_struct
55532023-09-29T23:43:26.420Z PASS [ 0.037s] sled-hardware disk::test::test_disk_paths
55542023-09-29T23:43:26.423Z PASS [ 0.038s] sled-hardware disk::test::test_partition_device_paths
55552023-09-29T23:43:26.429Z PASS [ 0.039s] sled-hardware illumos::partitions::test::ensure_partition_layout_m2_fails_with_empty_gpt
55562023-09-29T23:43:26.438Z PASS [ 0.046s] sled-hardware illumos::partitions::test::ensure_partition_layout_m2_cannot_format
55572023-09-29T23:43:26.445Z PASS [ 0.035s] sled-hardware illumos::partitions::test::ensure_partition_layout_u2_fails_with_empty_gpt
55582023-09-29T23:43:26.455Z PASS [ 0.046s] sled-hardware illumos::partitions::test::ensure_partition_layout_m2_with_expected_format
55592023-09-29T23:43:26.462Z PASS [ 0.042s] sled-hardware illumos::partitions::test::ensure_partition_layout_u2_format_with_dev_path
55602023-09-29T23:43:26.472Z PASS [ 0.035s] sled-hardware illumos::partitions::test::ensure_partition_layout_u2_no_format_without_dev_path
55612023-09-29T23:43:26.480Z PASS [ 0.034s] sled-hardware illumos::partitions::test::ensure_partition_layout_u2_with_expected_format
55622023-09-29T23:43:26.487Z PASS [ 0.035s] sled-hardware underlay::tests::test_mac_to_bootstrap_ip
55632023-09-29T23:43:26.490Z PASS [ 0.038s] tufaceous-lib archive::tests::test_validate_path
55642023-09-29T23:43:26.500Z PASS [ 0.047s] tufaceous-lib key::tests::test_from_str
55652023-09-29T23:43:26.505Z PASS [ 0.138s] tufaceous-lib repository::tests::reject_artifacts_with_the_same_filename
55662023-09-29T23:43:26.511Z PASS [ 0.049s] update-engine engine::tests::error_exits_early
55672023-09-29T23:43:26.516Z PASS [ 0.040s] update-engine events::tests::progress_event_parse_unknown
55682023-09-29T23:43:26.520Z PASS [ 0.036s] update-engine events::tests::step_event_parse_unknown
55692023-09-29T23:43:26.524Z PASS [ 0.277s] update-engine buffer::tests::test_buffer
55702023-09-29T23:43:26.528Z PASS [ 0.061s] wicket rack_setup::config_toml::tests::round_trip_nonempty_config
55712023-09-29T23:43:26.533Z PASS [ 0.223s] wicket::mod integration_tests::command_tests::test_wicket_ssh_force_command_like
55722023-09-29T23:43:26.537Z PASS [ 1.277s] oximeter-db client::tests::test_timeseries_schema_list
55732023-09-29T23:43:26.541Z PASS [ 0.050s] wicketd installinator_progress::tests::test_states
55742023-09-29T23:43:26.551Z PASS [ 0.132s] wicketd artifacts::update_plan::tests::test_update_plan_from_artifacts
55752023-09-29T23:43:26.559Z PASS [ 1.549s] oximeter-db client::tests::test_select_timeseries_with_start_time
55762023-09-29T23:43:26.569Z PASS [ 0.717s] tufaceous::integration-tests command_tests::test_init_and_add
55772023-09-29T23:43:26.574Z PASS [ 1.449s] oximeter-db client::tests::test_unquoted_64bit_integers
55782023-09-29T23:43:26.583Z PASS [ 0.807s] tufaceous::manifest-tests check_manifest::fake.toml
55792023-09-29T23:43:26.616Z PASS [ 0.372s] wicketd::mod integration_tests::commands::test_wicketd_openapi
55802023-09-29T23:43:26.642Z PASS [ 1.053s] tufaceous::integration-tests command_tests::test_assemble_fake
55812023-09-29T23:43:26.665Z PASS [ 0.889s] wicketd artifacts::artifacts_with_plan::tests::test_extract_fake
55822023-09-29T23:43:26.674Z PASS [ 1.019s] wicketd::mod integration_tests::inventory::test_inventory
55832023-09-29T23:43:26.687Z PASS [ 1.823s] wicketd::mod integration_tests::updates::test_update_races
55842023-09-29T23:43:26.697Z PASS [ 1.835s] wicketd::mod integration_tests::updates::test_updates
55852023-09-29T23:43:26.709Z PASS [ 3.770s] wicketd::mod integration_tests::updates::test_installinator_fetch
55862023-09-29T23:43:27.135Z------------
55872023-09-29T23:43:27.150Z Summary [1424.331s] 907 tests run: 905 passed (11 slow, 1 leaky), 2 failed, 4 skipped
55882023-09-29T23:43:27.171Z FAIL [ 2.280s] omicron-nexus::test_all integration_tests::commands::test_nexus_openapi
55892023-09-29T23:43:27.187Z FAIL [ 1.169s] omicron-nexus::test_all integration_tests::saml::test_reject_saml_response_with_xml_comment
55902023-09-29T23:43:27.197Zerror: test run failed
55912023-09-29T23:43:27.222Z
55922023-09-29T23:43:27.649Zreal 23:55.077850577
55932023-09-29T23:43:27.673Zuser 2:20:39.014079170
55942023-09-29T23:43:27.682Zsys 29:18.535492657
55952023-09-29T23:43:27.696Ztrap 2:22.049450079
55962023-09-29T23:43:27.702Ztflt 6.359417526
55972023-09-29T23:43:27.710Zdflt 18.636506019
55982023-09-29T23:43:27.721Zkflt 0.151954995
55992023-09-29T23:43:27.731Zlock 464:49:42.003158715
56002023-09-29T23:43:27.744Zslp 24:59:25.542048615
56012023-09-29T23:43:27.759Zlat 2:04:04.551453833
56022023-09-29T23:43:27.772Zstop 19:13.365970815
56032023-09-29T23:43:27.789Zprocess exited: duration 3725499 ms, exit code 100
 
56042023-09-29T23:43:27.816Zfound 0 output files