01GZFQ8GM5EJ9BYMA8E06X9PFQ: 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.68.2",
        ),
    ),
    target: Some(
        "helios-latest",
    ),
    access_repos: [],
    publish: [],
    skip_clone: false,
}

Buildomat Job: 01GZFQ8S6NGARWQ8Z7HECHBTA2

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12023-05-03T02:33:31.240Zjob assigned to worker 01GZFQ8ZBRP63E6KE348T3NKHG (queued for 51 s)
 
22023-05-03T02:33:31.275Zstarting task 0: "setup"
32023-05-03T02:33:31.343Z++ uname -s
42023-05-03T02:33:31.354Z+ kern=SunOS
52023-05-03T02:33:31.366Z+ case "$kern" in
62023-05-03T02:33:31.376Z+ groupadd -g 12345 build
72023-05-03T02:33:31.387Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82023-05-03T02:33:33.360Z+ zfs create -o mountpoint=/work rpool/work
92023-05-03T02:33:34.165Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102023-05-03T02:33:34.174Z+ home_fs=zfs
112023-05-03T02:33:34.593Z+ [[ zfs == autofs ]]
122023-05-03T02:33:34.600Z+ mkdir -p /home/build
132023-05-03T02:33:34.606Z+ chown build:build /home/build /work
142023-05-03T02:33:34.612Z+ chmod 0700 /home/build /work
152023-05-03T02:33:34.619Zprocess exited: duration 3158 ms, exit code 0
 
162023-05-03T02:33:34.712Zstarting task 1: "rust-toolchain"
172023-05-03T02:33:34.732Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
182023-05-03T02:33:34.751Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.68.2 --profile default
192023-05-03T02:33:34.856Zinfo: downloading installer
202023-05-03T02:33:35.991Zwarning: it looks like you have an existing installation of Rust at:
212023-05-03T02:33:35.998Zwarning: /opt/ooce/bin
222023-05-03T02:33:36.005Zwarning: It is recommended that rustup be the primary Rust installation.
232023-05-03T02:33:36.014Zwarning: Otherwise you may have confusion unless you are careful with your PATH
242023-05-03T02:33:36.022Zwarning: If you are sure that you want both rustup and your already installed Rust
252023-05-03T02:33:36.035Zwarning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
262023-05-03T02:33:36.044Zwarning: or pass `-y' to ignore all ignorable checks.
272023-05-03T02:33:36.051Zerror: cannot install while Rust is installed
282023-05-03T02:33:36.059Zwarning: continuing (because the -y flag is set and the error is ignorable)
292023-05-03T02:33:36.134Zinfo: profile set to 'default'
302023-05-03T02:33:36.148Zinfo: default host triple is x86_64-unknown-illumos
312023-05-03T02:33:36.161Zinfo: syncing channel updates for '1.68.2-x86_64-unknown-illumos'
322023-05-03T02:33:36.302Zinfo: latest update on 2023-03-28, rust version 1.68.2 (9eb3afe9e 2023-03-27)
332023-05-03T02:33:36.311Zinfo: downloading component 'cargo'
342023-05-03T02:33:37.061Zinfo: downloading component 'clippy'
352023-05-03T02:33:37.159Zinfo: downloading component 'rust-docs'
362023-05-03T02:33:38.473Zinfo: downloading component 'rust-std'
372023-05-03T02:33:39.945Zinfo: downloading component 'rustc'
382023-05-03T02:33:44.485Zinfo: downloading component 'rustfmt'
392023-05-03T02:33:44.673Zinfo: installing component 'cargo'
402023-05-03T02:33:45.803Zinfo: installing component 'clippy'
412023-05-03T02:33:46.585Zinfo: installing component 'rust-docs'
422023-05-03T02:33:50.153Zinfo: installing component 'rust-std'
432023-05-03T02:33:53.237Zinfo: installing component 'rustc'
442023-05-03T02:34:01.026Zinfo: installing component 'rustfmt'
452023-05-03T02:34:01.520Zinfo: default toolchain set to '1.68.2-x86_64-unknown-illumos'
462023-05-03T02:34:01.525Z
472023-05-03T02:34:01.687Z 1.68.2-x86_64-unknown-illumos installed - rustc 1.68.2 (9eb3afe9e 2023-03-27)
482023-05-03T02:34:01.692Z
492023-05-03T02:34:01.697Z
502023-05-03T02:34:01.703ZRust is installed now. Great!
512023-05-03T02:34:01.709Z
522023-05-03T02:34:01.714ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
532023-05-03T02:34:01.719Zenvironment variable. This has not been done automatically.
542023-05-03T02:34:01.724Z
552023-05-03T02:34:01.729ZTo configure your current shell, run:
562023-05-03T02:34:01.734Zsource "$HOME/.cargo/env"
572023-05-03T02:34:02.398Z+ rustc --version
582023-05-03T02:34:02.414Zrustc 1.68.2 (9eb3afe9e 2023-03-27)
592023-05-03T02:34:02.420Zprocess exited: duration 27225 ms, exit code 0
 
602023-05-03T02:34:02.501Zstarting task 2: "authentication"
612023-05-03T02:34:02.518Zprocess exited: duration 11 ms, exit code 0
 
622023-05-03T02:34:02.558Zstarting task 3: "clone repository"
632023-05-03T02:34:02.571Z+ mkdir -p /work/oxidecomputer/omicron
642023-05-03T02:34:02.576Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
652023-05-03T02:34:02.703ZCloning into '/work/oxidecomputer/omicron'...
662023-05-03T02:34:07.247Z+ cd /work/oxidecomputer/omicron
672023-05-03T02:34:07.253Z+ [[ -n dap/end-to-end ]]
682023-05-03T02:34:07.258Z+ git fetch origin dap/end-to-end
692023-05-03T02:34:07.961ZFrom https://github.com/oxidecomputer/omicron
702023-05-03T02:34:07.983Z * branch dap/end-to-end -> FETCH_HEAD
712023-05-03T02:34:07.988Z+ git checkout -B dap/end-to-end remotes/origin/dap/end-to-end
722023-05-03T02:34:07.993ZSwitched to a new branch 'dap/end-to-end'
732023-05-03T02:34:07.998ZBranch 'dap/end-to-end' set up to track remote branch 'dap/end-to-end' from 'origin'.
742023-05-03T02:34:08.003Z+ git reset --hard 653666b52a1f0016b15abf8e70f816f4ecd5a0b8
752023-05-03T02:34:08.008ZHEAD is now at 653666b5 Merge branch 'main' into dap/end-to-end
762023-05-03T02:34:08.013Zprocess exited: duration 5073 ms, exit code 0
 
772023-05-03T02:34:08.053Zstarting task 4: "build"
782023-05-03T02:34:08.065Z+ cargo --version
792023-05-03T02:34:08.161Zcargo 1.68.2 (6feb7c9cf 2023-03-26)
802023-05-03T02:34:08.166Z+ rustc --version
812023-05-03T02:34:08.282Zrustc 1.68.2 (9eb3afe9e 2023-03-27)
822023-05-03T02:34:08.289Z+ TEST_TMPDIR=/var/tmp/omicron_tmp
832023-05-03T02:34:08.294Z+ echo 'tests will store output in /var/tmp/omicron_tmp'
842023-05-03T02:34:08.299Ztests will store output in /var/tmp/omicron_tmp
852023-05-03T02:34:08.304Z+ mkdir /var/tmp/omicron_tmp
862023-05-03T02:34:08.309Z+ export PATH=/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cockroachdb/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/dendrite-stub/bin
872023-05-03T02:34:08.314Z+ PATH=/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cockroachdb/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/dendrite-stub/bin
882023-05-03T02:34:08.319Z+ banner prerequisites
892023-05-03T02:34:08.324Z
902023-05-03T02:34:08.329Z ##### ##### ###### ##### ###### #### # # # #### #
912023-05-03T02:34:08.334Z # # # # # # # # # # # # # # #
922023-05-03T02:34:08.339Z # # # # ##### # # ##### # # # # # #### #
932023-05-03T02:34:08.344Z ##### ##### # ##### # # # # # # # # #
942023-05-03T02:34:08.349Z # # # # # # # # # # # # # # #
952023-05-03T02:34:08.354Z # # # ###### # # ###### ### # #### # #### #
962023-05-03T02:34:08.359Z
972023-05-03T02:34:08.364Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
982023-05-03T02:34:12.421Z Startup: Refreshing catalog 'helios-dev' ... Done
992023-05-03T02:34:13.682Z Startup: Caching catalogs ... Done
1002023-05-03T02:34:15.110ZPlanning: Solver setup ... Done (1.227s)
1012023-05-03T02:34:15.117ZPlanning: Running solver ... Done (0.042s)
1022023-05-03T02:34:15.123ZPlanning: Finding local manifests ... Done (0.002s)
1032023-05-03T02:34:15.128ZPlanning: Fetching manifests: 0/4 0% complete
1042023-05-03T02:34:15.138ZPlanning: Fetching manifests: 4/4 100% complete
1052023-05-03T02:34:15.219ZPlanning: Package planning ... Done (0.080s)
1062023-05-03T02:34:15.260ZPlanning: Merging actions ... Done (0.041s)
1072023-05-03T02:34:16.547ZPlanning: Checking for conflicting actions ... Done (1.025s)
1082023-05-03T02:34:16.556ZPlanning: Consolidating action changes ... Done (0.008s)
1092023-05-03T02:34:20.834ZPlanning: Evaluating mediators ... Done (4.540s)
1102023-05-03T02:34:20.840ZPlanning: Planning completed in 7.42 seconds
1112023-05-03T02:34:20.857Z Packages to install: 4
1122023-05-03T02:34:20.863Z Packages to change: 1
1132023-05-03T02:34:20.876Z Mediators to change: 1
1142023-05-03T02:34:20.881Z Services to change: 1
1152023-05-03T02:34:20.886Z Estimated space available: 149.71 GB
1162023-05-03T02:34:20.891ZEstimated space to be consumed: 586.76 MB
1172023-05-03T02:34:20.896Z Create boot environment: No
1182023-05-03T02:34:20.901ZCreate backup boot environment: Yes
1192023-05-03T02:34:20.906Z Rebuild boot archive: No
1202023-05-03T02:34:20.911Z
1212023-05-03T02:34:20.916ZChanged mediators:
1222023-05-03T02:34:20.921Z mediator clang:
1232023-05-03T02:34:20.935Z version: 11.1 (system default) -> 12.0 (system default)
1242023-05-03T02:34:20.940Z
1252023-05-03T02:34:20.945ZChanged packages:
1262023-05-03T02:34:20.950Zhelios-dev
1272023-05-03T02:34:20.955Z developer/build-essential
1282023-05-03T02:34:20.960Z None -> 11-1.0
1292023-05-03T02:34:20.965Z library/libxmlsec1
1302023-05-03T02:34:20.970Z None -> 1.2.33-1.0
1312023-05-03T02:34:20.975Z ooce/developer/clang-120
1322023-05-03T02:34:20.980Z None -> 12.0.0-1.0
1332023-05-03T02:34:20.985Z ooce/developer/compiler-rt-120
1342023-05-03T02:34:20.991Z None -> 12.0.0-1.0
1352023-05-03T02:34:20.997Z ooce/developer/clang-111
1362023-05-03T02:34:21.002Z 11.1.0-1.0
1372023-05-03T02:34:21.007Z
1382023-05-03T02:34:21.020ZServices:
1392023-05-03T02:34:21.026Z restart_fmri:
1402023-05-03T02:34:21.039Z svc:/system/update-man-index:default
1412023-05-03T02:34:21.397Z
1422023-05-03T02:34:21.402ZDownload: 0/1103 items 0.0/85.5MB 0% complete
1432023-05-03T02:34:26.567ZDownload: 986/1103 items 19.6/85.5MB 22% complete (4.1M/s)
1442023-05-03T02:34:28.343ZDownload: Completed 85.50 MB in 6.95 seconds (12.3M/s)
1452023-05-03T02:34:31.504Z Actions: 1/1282 actions (Removing old actions)
1462023-05-03T02:34:31.511Z Actions: 2/1282 actions (Installing new actions)
1472023-05-03T02:34:35.165Z Actions: Completed 1282 actions in 3.62 seconds.
1482023-05-03T02:34:35.207Z Done (0.076s)
1492023-05-03T02:34:35.212Z Done (0.000s)
1502023-05-03T02:34:35.387Z Done (0.179s)
1512023-05-03T02:34:48.707Z Done (13.181s)
1522023-05-03T02:34:48.855Z Done (0.031s)
1532023-05-03T02:34:48.860Z Done (0.000s)
1542023-05-03T02:34:49.481Z Done (0.000s)
1552023-05-03T02:34:49.767ZFMRI IFO
1562023-05-03T02:34:49.773Zpkg://helios-dev/developer/build-essential@11-1.0:20210409T072026Z im-
1572023-05-03T02:34:49.778Zpkg://helios-dev/developer/pkg-config@0.29.2-1.0:20201015T092246Z i--
1582023-05-03T02:34:49.783Zpkg://helios-dev/library/libxmlsec1@1.2.33-1.0:20220506T083154Z im-
1592023-05-03T02:34:49.788Zpkg://helios-dev/ooce/developer/clang-120@12.0.0-1.0:20210507T211404Z im-
1602023-05-03T02:34:49.793Zpkg://helios-dev/ooce/library/postgresql-13@13.0-1.0:20201030T111312Z i--
1612023-05-03T02:34:49.798Zpkg://helios-dev/package/pkg@0.5.11-1.0:20220522T114219Z i--
1622023-05-03T02:34:49.804Z+ set -o errexit
1632023-05-03T02:34:49.809Z+++ dirname ./tools/ci_download_cockroachdb
1642023-05-03T02:34:49.814Z++ cd ./tools
1652023-05-03T02:34:49.820Z++ pwd
1662023-05-03T02:34:49.825Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
1672023-05-03T02:34:49.830Z++ basename ./tools/ci_download_cockroachdb
1682023-05-03T02:34:49.835Z+ ARG0=ci_download_cockroachdb
1692023-05-03T02:34:49.840Z++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version
1702023-05-03T02:34:49.845Z+ CIDL_VERSION=v22.1.9
1712023-05-03T02:34:49.850Z+ source /work/oxidecomputer/omicron/tools/cockroachdb_checksums
1722023-05-03T02:34:49.854Z++ CIDL_MD5_DARWIN=2db972c254b4e3b599e12110520178b5
1732023-05-03T02:34:49.874Z++ CIDL_MD5_LINUX=8c3170883e0a0be1a34b44090c067a8c
1742023-05-03T02:34:49.879Z++ CIDL_MD5_ILLUMOS=d8999aff364e5d70f226e139fda724a3
1752023-05-03T02:34:49.884Z+ TARGET_DIR=out
1762023-05-03T02:34:49.889Z+ DOWNLOAD_DIR=out/downloads
1772023-05-03T02:34:49.894Z+ DEST_DIR=./out/cockroachdb
1782023-05-03T02:34:49.898Z+ CIDL_URL_COCKROACH=https://binaries.cockroachdb.com
1792023-05-03T02:34:49.903Z+ CIDL_URL_ILLUMOS=https://illumos.org/downloads
1802023-05-03T02:34:49.907Z+ main
1812023-05-03T02:34:49.912Z+ [[ 0 != 0 ]]
1822023-05-03T02:34:49.917Z+ CIDL_OS=solaris2.11
1832023-05-03T02:34:49.922Z+ [[ 0 != 0 ]]
1842023-05-03T02:34:49.927Z+ configure_os solaris2.11
1852023-05-03T02:34:49.932Z+ echo 'current directory: /work/oxidecomputer/omicron'
1862023-05-03T02:34:49.937Zcurrent directory: /work/oxidecomputer/omicron
1872023-05-03T02:34:49.941Z+ echo 'configuring based on OS: "solaris2.11"'
1882023-05-03T02:34:49.946Zconfiguring based on OS: "solaris2.11"
1892023-05-03T02:34:49.951Z+ case "$1" in
1902023-05-03T02:34:49.956Z+ CIDL_BUILD=illumos
1912023-05-03T02:34:49.961Z+ CIDL_SUFFIX=tar.gz
1922023-05-03T02:34:49.966Z+ CIDL_MD5=d8999aff364e5d70f226e139fda724a3
1932023-05-03T02:34:49.971Z+ CIDL_MD5FUNC=do_md5sum
1942023-05-03T02:34:49.976Z+ CIDL_URL_BASE=https://illumos.org/downloads
1952023-05-03T02:34:49.981Z+ CIDL_ASSEMBLE=do_assemble_illumos
1962023-05-03T02:34:49.986Z+ TARBALL_DIRNAME=cockroach-v22.1.9.illumos
1972023-05-03T02:34:49.991Z+ TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz
1982023-05-03T02:34:49.996Z+ TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz
1992023-05-03T02:34:50.001Z+ TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos
2002023-05-03T02:34:50.006Z+ CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
2012023-05-03T02:34:50.011Z+ echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz'
2022023-05-03T02:34:50.016ZURL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
2032023-05-03T02:34:50.021Z+ echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz'
2042023-05-03T02:34:50.026ZLocal file: out/downloads/cockroach-v22.1.9.illumos.tar.gz
2052023-05-03T02:34:50.031Z+ mkdir -p out/downloads
2062023-05-03T02:34:50.037Z+ mkdir -p ./out/cockroachdb
2072023-05-03T02:34:50.041Z+ local DO_DOWNLOAD=true
2082023-05-03T02:34:50.046Z+ [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]]
2092023-05-03T02:34:50.051Z+ '[' true == true ']'
2102023-05-03T02:34:50.056Z+ echo Downloading...
2112023-05-03T02:34:50.062ZDownloading...
2122023-05-03T02:34:50.066Z+ do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz
2132023-05-03T02:34:50.072Z+ 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
2142023-05-03T02:34:52.359Z++ do_md5sum out/downloads/cockroach-v22.1.9.illumos.tar.gz
2152023-05-03T02:34:52.363Z++ md5sum
2162023-05-03T02:34:52.368Z++ awk '{print $1}'
2172023-05-03T02:34:52.543Z+ calculated_md5=d8999aff364e5d70f226e139fda724a3
2182023-05-03T02:34:52.548Z+ [[ 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 ]]
2192023-05-03T02:34:52.553Z+ do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz
2202023-05-03T02:34:52.558Z+ tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads
2212023-05-03T02:34:56.042Z+ do_assemble_illumos
2222023-05-03T02:34:56.057Z+ rm -r ./out/cockroachdb
2232023-05-03T02:34:56.063Z+ cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb
2242023-05-03T02:34:56.693Z+ ./out/cockroachdb/bin/cockroach version
2252023-05-03T02:34:56.921ZBuild Tag: v22.1.9-dirty
2262023-05-03T02:34:56.931ZBuild Time: 2022/10/26 21:17:46
2272023-05-03T02:34:56.941ZDistribution: OSS
2282023-05-03T02:34:56.949ZPlatform: illumos amd64 (x86_64-pc-solaris2.11)
2292023-05-03T02:34:56.957ZGo Version: go1.17.13
2302023-05-03T02:34:56.965ZC Compiler: gcc 10.3.0
2312023-05-03T02:34:56.976ZBuild Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493
2322023-05-03T02:34:56.985ZBuild Type: release
2332023-05-03T02:34:56.994Z+ set -o errexit
2342023-05-03T02:34:57.000Z+++ dirname ./tools/ci_download_clickhouse
2352023-05-03T02:34:57.006Z++ cd ./tools
2362023-05-03T02:34:57.011Z++ pwd
2372023-05-03T02:34:57.017Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
2382023-05-03T02:34:57.023Z++ basename ./tools/ci_download_clickhouse
2392023-05-03T02:34:57.028Z+ ARG0=ci_download_clickhouse
2402023-05-03T02:34:57.034Z+ TARGET_DIR=out
2412023-05-03T02:34:57.041Z+ DOWNLOAD_DIR=out/downloads
2422023-05-03T02:34:57.050Z+ DEST_DIR=./out/clickhouse
2432023-05-03T02:34:57.059Z+ CIDL_VERSION=v21.7
2442023-05-03T02:34:57.069Z+ source /work/oxidecomputer/omicron/tools/clickhouse_checksums
2452023-05-03T02:34:57.075Z++ CIDL_MD5_DARWIN=7e22bd0b0108dee55605dd563a5698df
2462023-05-03T02:34:57.081Z++ CIDL_MD5_LINUX=f821613422cda8bb3c7f281eeb87f145
2472023-05-03T02:34:57.090Z++ CIDL_MD5_ILLUMOS=2870157143dc78b1ebe1e3dfabe5fd61
2482023-05-03T02:34:57.100Z+ CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com
2492023-05-03T02:34:57.106Z+ main
2502023-05-03T02:34:57.115Z+ [[ 0 != 0 ]]
2512023-05-03T02:34:57.120Z+ CIDL_OS=solaris2.11
2522023-05-03T02:34:57.126Z+ [[ 0 != 0 ]]
2532023-05-03T02:34:57.133Z+ configure_os solaris2.11
2542023-05-03T02:34:57.148Z+ echo 'current directory: /work/oxidecomputer/omicron'
2552023-05-03T02:34:57.153Zcurrent directory: /work/oxidecomputer/omicron
2562023-05-03T02:34:57.158Z+ echo 'configuring based on OS: "solaris2.11"'
2572023-05-03T02:34:57.163Zconfiguring based on OS: "solaris2.11"
2582023-05-03T02:34:57.168Z+ case "$1" in
2592023-05-03T02:34:57.173Z+ CIDL_PLATFORM=illumos
2602023-05-03T02:34:57.182Z+ CIDL_MD5=2870157143dc78b1ebe1e3dfabe5fd61
2612023-05-03T02:34:57.187Z+ CIDL_MD5FUNC=do_md5sum
2622023-05-03T02:34:57.192Z+ TARBALL_DIRNAME=clickhouse-v21.7
2632023-05-03T02:34:57.197Z+ TARBALL_FILENAME=clickhouse-v21.7.illumos.tar.gz
2642023-05-03T02:34:57.202Z+ TARBALL_FILE=out/downloads/clickhouse-v21.7.illumos.tar.gz
2652023-05-03T02:34:57.207Z+ TARBALL_DIR=out/downloads/clickhouse-v21.7
2662023-05-03T02:34:57.212Z+ CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v21.7.illumos.tar.gz
2672023-05-03T02:34:57.217Z+ echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v21.7.illumos.tar.gz'
2682023-05-03T02:34:57.222ZURL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v21.7.illumos.tar.gz
2692023-05-03T02:34:57.227Z+ echo 'Local file: out/downloads/clickhouse-v21.7.illumos.tar.gz'
2702023-05-03T02:34:57.233ZLocal file: out/downloads/clickhouse-v21.7.illumos.tar.gz
2712023-05-03T02:34:57.237Z+ mkdir -p out/downloads
2722023-05-03T02:34:57.257Z+ mkdir -p ./out/clickhouse
2732023-05-03T02:34:57.264Z+ local DO_DOWNLOAD=true
2742023-05-03T02:34:57.273Z+ [[ -f out/downloads/clickhouse-v21.7.illumos.tar.gz ]]
2752023-05-03T02:34:57.280Z+ '[' true == true ']'
2762023-05-03T02:34:57.285Z+ echo Downloading...
2772023-05-03T02:34:57.291ZDownloading...
2782023-05-03T02:34:57.299Z+ do_download_curl https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v21.7.illumos.tar.gz out/downloads/clickhouse-v21.7.illumos.tar.gz
2792023-05-03T02:34:57.308Z+ curl --silent --show-error --fail --location --output out/downloads/clickhouse-v21.7.illumos.tar.gz https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v21.7.illumos.tar.gz
2802023-05-03T02:34:59.518Z++ do_md5sum out/downloads/clickhouse-v21.7.illumos.tar.gz
2812023-05-03T02:34:59.524Z++ md5sum
2822023-05-03T02:34:59.529Z++ awk '{print $1}'
2832023-05-03T02:34:59.534Z+ calculated_md5=2870157143dc78b1ebe1e3dfabe5fd61
2842023-05-03T02:34:59.548Z+ [[ 2870157143dc78b1ebe1e3dfabe5fd61 != \2\8\7\0\1\5\7\1\4\3\d\c\7\8\b\1\e\b\e\1\e\3\d\f\a\b\e\5\f\d\6\1 ]]
2852023-05-03T02:34:59.553Z+ do_untar out/downloads/clickhouse-v21.7.illumos.tar.gz ./out/clickhouse
2862023-05-03T02:34:59.559Z+ mkdir -p ./out/clickhouse
2872023-05-03T02:34:59.564Z+ tar xzf out/downloads/clickhouse-v21.7.illumos.tar.gz -C ./out/clickhouse
2882023-05-03T02:35:02.725Z+ ./out/clickhouse/clickhouse server --version
2892023-05-03T02:35:02.807ZClickHouse server version 21.7.1.1.
2902023-05-03T02:35:02.829Z+ set -o errexit
2912023-05-03T02:35:02.835Z+++ dirname ./tools/ci_download_console
2922023-05-03T02:35:02.840Z++ cd ./tools
2932023-05-03T02:35:02.845Z++ pwd
2942023-05-03T02:35:02.850Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
2952023-05-03T02:35:02.855Z++ basename ./tools/ci_download_console
2962023-05-03T02:35:02.861Z+ ARG0=ci_download_console
2972023-05-03T02:35:02.866Z+ TARGET_DIR=out
2982023-05-03T02:35:02.871Z+ DOWNLOAD_DIR=out/downloads
2992023-05-03T02:35:02.876Z+ DEST_DIR=./out/console-assets
3002023-05-03T02:35:02.881Z+ URL_BASE=https://dl.oxide.computer/releases/console
3012023-05-03T02:35:02.886Z+ source /work/oxidecomputer/omicron/tools/console_version
3022023-05-03T02:35:02.891Z++ COMMIT=5bd4e516d5d454925aa3c43787635054659edef0
3032023-05-03T02:35:02.896Z++ SHA2=357924ae1a5547a52ff11517c2075a619dd9afb425aa014e03205433cd0b11d7
3042023-05-03T02:35:02.901Z+ URL=https://dl.oxide.computer/releases/console/5bd4e516d5d454925aa3c43787635054659edef0.tar.gz
3052023-05-03T02:35:02.906Z+ TARBALL_FILE=out/downloads/console.tar.gz
3062023-05-03T02:35:02.911Z+ main
3072023-05-03T02:35:02.916Z+ [[ 0 != 0 ]]
3082023-05-03T02:35:02.923Z+ echo 'URL: https://dl.oxide.computer/releases/console/5bd4e516d5d454925aa3c43787635054659edef0.tar.gz'
3092023-05-03T02:35:02.928ZURL: https://dl.oxide.computer/releases/console/5bd4e516d5d454925aa3c43787635054659edef0.tar.gz
3102023-05-03T02:35:02.933Z+ echo 'Local file: out/downloads/console.tar.gz'
3112023-05-03T02:35:02.938ZLocal file: out/downloads/console.tar.gz
3122023-05-03T02:35:02.943Z+ local DO_DOWNLOAD=true
3132023-05-03T02:35:02.948Z+ [[ -f out/downloads/console.tar.gz ]]
3142023-05-03T02:35:02.953Z+ mkdir -p out/downloads
3152023-05-03T02:35:02.958Z+ mkdir -p ./out/console-assets
3162023-05-03T02:35:02.964Z+ '[' true == true ']'
3172023-05-03T02:35:02.969Z+ echo Downloading...
3182023-05-03T02:35:02.974ZDownloading...
3192023-05-03T02:35:02.979Z+ do_download_curl https://dl.oxide.computer/releases/console/5bd4e516d5d454925aa3c43787635054659edef0.tar.gz out/downloads/console.tar.gz
3202023-05-03T02:35:02.983Z+ curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/5bd4e516d5d454925aa3c43787635054659edef0.tar.gz
3212023-05-03T02:35:03.816Z++ do_sha256sum out/downloads/console.tar.gz
3222023-05-03T02:35:03.822Z++ case "$OSTYPE" in
3232023-05-03T02:35:03.828Z++ SHA=sha256sum
3242023-05-03T02:35:03.833Z++ sha256sum
3252023-05-03T02:35:03.838Z++ awk '{print $1}'
3262023-05-03T02:35:03.843Z+ calculated_sha2=357924ae1a5547a52ff11517c2075a619dd9afb425aa014e03205433cd0b11d7
3272023-05-03T02:35:03.848Z+ [[ 357924ae1a5547a52ff11517c2075a619dd9afb425aa014e03205433cd0b11d7 != \3\5\7\9\2\4\a\e\1\a\5\5\4\7\a\5\2\f\f\1\1\5\1\7\c\2\0\7\5\a\6\1\9\d\d\9\a\f\b\4\2\5\a\a\0\1\4\e\0\3\2\0\5\4\3\3\c\d\0\b\1\1\d\7 ]]
3282023-05-03T02:35:03.853Z+ do_untar out/downloads/console.tar.gz ./out/console-assets
3292023-05-03T02:35:03.858Z+ mkdir -p ./out/console-assets
3302023-05-03T02:35:03.863Z+ tar xzf out/downloads/console.tar.gz -C ./out/console-assets
3312023-05-03T02:35:03.868Z+ set -o errexit
3322023-05-03T02:35:03.873Z+++ dirname ./tools/ci_download_maghemite_openapi
3332023-05-03T02:35:03.879Z++ cd ./tools
3342023-05-03T02:35:03.883Z++ pwd
3352023-05-03T02:35:03.888Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3362023-05-03T02:35:03.893Z++ basename ./tools/ci_download_maghemite_openapi
3372023-05-03T02:35:03.898Z+ ARG0=ci_download_maghemite_openapi
3382023-05-03T02:35:03.903Z+ TARGET_DIR=out
3392023-05-03T02:35:03.908Z+ DOWNLOAD_DIR=out/downloads
3402023-05-03T02:35:03.913Z+ source /work/oxidecomputer/omicron/tools/maghemite_openapi_version
3412023-05-03T02:35:03.918Z++ COMMIT=ae633485f570554455ce180acf0091db79d46850
3422023-05-03T02:35:03.924Z++ SHA2=9355a191a5046123efce0da5d11b2519acaf4d283b381b815550386d9950c844
3432023-05-03T02:35:03.929Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/ae633485f570554455ce180acf0091db79d46850/ddm-admin.json
3442023-05-03T02:35:03.949Z+ LOCAL_FILE=out/downloads/ddm-admin-ae633485f570554455ce180acf0091db79d46850.json
3452023-05-03T02:35:03.955Z+ main
3462023-05-03T02:35:03.960Z+ [[ 0 != 0 ]]
3472023-05-03T02:35:03.965Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/ae633485f570554455ce180acf0091db79d46850/ddm-admin.json'
3482023-05-03T02:35:03.978ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/ae633485f570554455ce180acf0091db79d46850/ddm-admin.json
3492023-05-03T02:35:03.984Z+ echo 'Local file: out/downloads/ddm-admin-ae633485f570554455ce180acf0091db79d46850.json'
3502023-05-03T02:35:03.990ZLocal file: out/downloads/ddm-admin-ae633485f570554455ce180acf0091db79d46850.json
3512023-05-03T02:35:03.994Z+ local DO_DOWNLOAD=true
3522023-05-03T02:35:04.002Z+ [[ -f out/downloads/ddm-admin-ae633485f570554455ce180acf0091db79d46850.json ]]
3532023-05-03T02:35:04.009Z+ mkdir -p out/downloads
3542023-05-03T02:35:04.017Z+ '[' true == true ']'
3552023-05-03T02:35:04.023Z+ echo Downloading...
3562023-05-03T02:35:04.028ZDownloading...
3572023-05-03T02:35:04.034Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/ae633485f570554455ce180acf0091db79d46850/ddm-admin.json out/downloads/ddm-admin-ae633485f570554455ce180acf0091db79d46850.json
3582023-05-03T02:35:04.039Z+ curl --silent --show-error --fail --location --output out/downloads/ddm-admin-ae633485f570554455ce180acf0091db79d46850.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/ae633485f570554455ce180acf0091db79d46850/ddm-admin.json
3592023-05-03T02:35:04.045Z++ do_sha256sum out/downloads/ddm-admin-ae633485f570554455ce180acf0091db79d46850.json
3602023-05-03T02:35:04.050Z++ case "$OSTYPE" in
3612023-05-03T02:35:04.055Z++ SHA=sha256sum
3622023-05-03T02:35:04.060Z++ sha256sum
3632023-05-03T02:35:04.065Z++ awk '{print $1}'
3642023-05-03T02:35:04.071Z+ calculated_sha2=9355a191a5046123efce0da5d11b2519acaf4d283b381b815550386d9950c844
3652023-05-03T02:35:04.076Z+ [[ 9355a191a5046123efce0da5d11b2519acaf4d283b381b815550386d9950c844 != \9\3\5\5\a\1\9\1\a\5\0\4\6\1\2\3\e\f\c\e\0\d\a\5\d\1\1\b\2\5\1\9\a\c\a\f\4\d\2\8\3\b\3\8\1\b\8\1\5\5\5\0\3\8\6\d\9\9\5\0\c\8\4\4 ]]
3662023-05-03T02:35:04.081Z+ set -o errexit
3672023-05-03T02:35:04.086Z+++ dirname ./tools/ci_download_dendrite_openapi
3682023-05-03T02:35:04.091Z++ cd ./tools
3692023-05-03T02:35:04.096Z++ pwd
3702023-05-03T02:35:04.101Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3712023-05-03T02:35:04.106Z++ basename ./tools/ci_download_dendrite_openapi
3722023-05-03T02:35:04.111Z+ ARG0=ci_download_dendrite_openapi
3732023-05-03T02:35:04.117Z+ TARGET_DIR=out
3742023-05-03T02:35:04.130Z+ DOWNLOAD_DIR=out/downloads
3752023-05-03T02:35:04.136Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
3762023-05-03T02:35:04.141Z++ COMMIT=be23ee5add60504a389156a9ae54f6a6831adf34
3772023-05-03T02:35:04.146Z++ SHA2=f425a068858ac4525272ba281f6ff31f784f1a48ca72fed1dad92fda25bbc94a
3782023-05-03T02:35:04.158Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/be23ee5add60504a389156a9ae54f6a6831adf34/dpd.json
3792023-05-03T02:35:04.163Z+ LOCAL_FILE=out/downloads/dpd-be23ee5add60504a389156a9ae54f6a6831adf34.json
3802023-05-03T02:35:04.168Z+ main
3812023-05-03T02:35:04.173Z+ [[ 0 != 0 ]]
3822023-05-03T02:35:04.179Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/be23ee5add60504a389156a9ae54f6a6831adf34/dpd.json'
3832023-05-03T02:35:04.186ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/be23ee5add60504a389156a9ae54f6a6831adf34/dpd.json
3842023-05-03T02:35:04.199Z+ echo 'Local file: out/downloads/dpd-be23ee5add60504a389156a9ae54f6a6831adf34.json'
3852023-05-03T02:35:04.212ZLocal file: out/downloads/dpd-be23ee5add60504a389156a9ae54f6a6831adf34.json
3862023-05-03T02:35:04.227Z+ local DO_DOWNLOAD=true
3872023-05-03T02:35:04.239Z+ [[ -f out/downloads/dpd-be23ee5add60504a389156a9ae54f6a6831adf34.json ]]
3882023-05-03T02:35:04.251Z+ mkdir -p out/downloads
3892023-05-03T02:35:04.268Z+ '[' true == true ']'
3902023-05-03T02:35:04.302Z+ echo Downloading...
3912023-05-03T02:35:04.321ZDownloading...
3922023-05-03T02:35:04.336Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/be23ee5add60504a389156a9ae54f6a6831adf34/dpd.json out/downloads/dpd-be23ee5add60504a389156a9ae54f6a6831adf34.json
3932023-05-03T02:35:04.356Z+ curl --silent --show-error --fail --location --output out/downloads/dpd-be23ee5add60504a389156a9ae54f6a6831adf34.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/be23ee5add60504a389156a9ae54f6a6831adf34/dpd.json
3942023-05-03T02:35:04.378Z++ do_sha256sum out/downloads/dpd-be23ee5add60504a389156a9ae54f6a6831adf34.json
3952023-05-03T02:35:04.395Z++ case "$OSTYPE" in
3962023-05-03T02:35:04.413Z++ SHA=sha256sum
3972023-05-03T02:35:04.437Z++ sha256sum
3982023-05-03T02:35:04.459Z++ awk '{print $1}'
3992023-05-03T02:35:04.472Z+ calculated_sha2=f425a068858ac4525272ba281f6ff31f784f1a48ca72fed1dad92fda25bbc94a
4002023-05-03T02:35:04.478Z+ [[ f425a068858ac4525272ba281f6ff31f784f1a48ca72fed1dad92fda25bbc94a != \f\4\2\5\a\0\6\8\8\5\8\a\c\4\5\2\5\2\7\2\b\a\2\8\1\f\6\f\f\3\1\f\7\8\4\f\1\a\4\8\c\a\7\2\f\e\d\1\d\a\d\9\2\f\d\a\2\5\b\b\c\9\4\a ]]
4012023-05-03T02:35:04.483Z+ set -o errexit
4022023-05-03T02:35:04.488Z+++ dirname ./tools/ci_download_dendrite_stub
4032023-05-03T02:35:04.494Z++ cd ./tools
4042023-05-03T02:35:04.498Z++ pwd
4052023-05-03T02:35:04.504Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4062023-05-03T02:35:04.509Z++ basename ./tools/ci_download_dendrite_stub
4072023-05-03T02:35:04.514Z+ ARG0=ci_download_dendrite_stub
4082023-05-03T02:35:04.519Z+ source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums
4092023-05-03T02:35:04.524Z++ CIDL_SHA256_ILLUMOS=0c0ba4b82d8f3702614f4ca6dd7275a2cb909321da7668895b3574f5a60096c3
4102023-05-03T02:35:04.530Z++ CIDL_SHA256_LINUX_DPD=fb271d31311a61cb179914669c52711f40be7486f9e6e3ee8115d2d1969d6509
4112023-05-03T02:35:04.535Z++ CIDL_SHA256_LINUX_SWADM=78ded014f08b2131e70d35b9cc63e9768f0aeb9f32582b52a9fbcd494f8b462c
4122023-05-03T02:35:04.540Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
4132023-05-03T02:35:04.545Z++ COMMIT=be23ee5add60504a389156a9ae54f6a6831adf34
4142023-05-03T02:35:04.550Z++ SHA2=f425a068858ac4525272ba281f6ff31f784f1a48ca72fed1dad92fda25bbc94a
4152023-05-03T02:35:04.556Z+ TARGET_DIR=out
4162023-05-03T02:35:04.560Z+ DOWNLOAD_DIR=out/downloads
4172023-05-03T02:35:04.577Z+ DEST_DIR=./out/dendrite-stub
4182023-05-03T02:35:04.583Z+ BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin
4192023-05-03T02:35:04.589Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
4202023-05-03T02:35:04.594Z+ REPO=oxidecomputer/dendrite
4212023-05-03T02:35:04.600Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/be23ee5add60504a389156a9ae54f6a6831adf34
4222023-05-03T02:35:04.605Z+ main
4232023-05-03T02:35:04.610Z+ [[ 0 != 0 ]]
4242023-05-03T02:35:04.616Z+ CIDL_OS=solaris2.11
4252023-05-03T02:35:04.621Z+ [[ 0 != 0 ]]
4262023-05-03T02:35:04.627Z+ configure_os solaris2.11
4272023-05-03T02:35:04.633Z+ echo 'current directory: /work/oxidecomputer/omicron'
4282023-05-03T02:35:04.639Zcurrent directory: /work/oxidecomputer/omicron
4292023-05-03T02:35:04.644Zconfiguring based on OS: "solaris2.11"
4302023-05-03T02:35:04.649Z+ echo 'configuring based on OS: "solaris2.11"'
4312023-05-03T02:35:04.654Z+ case "$1" in
4322023-05-03T02:35:04.659Z+ SET_BINARIES=
4332023-05-03T02:35:04.663Z+ CIDL_SHA256=0c0ba4b82d8f3702614f4ca6dd7275a2cb909321da7668895b3574f5a60096c3
4342023-05-03T02:35:04.670Z+ CIDL_SHA256FUNC=do_sha256sum
4352023-05-03T02:35:04.674Z+ TARBALL_FILENAME=dendrite-stub.tar.gz
4362023-05-03T02:35:04.679Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/be23ee5add60504a389156a9ae54f6a6831adf34/dendrite-stub.tar.gz
4372023-05-03T02:35:04.685Z+ TARBALL_FILE=out/downloads/dendrite-stub.tar.gz
4382023-05-03T02:35:04.690ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/be23ee5add60504a389156a9ae54f6a6831adf34/dendrite-stub.tar.gz
4392023-05-03T02:35:04.695ZLocal file: out/downloads/dendrite-stub.tar.gz
4402023-05-03T02:35:04.700Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/be23ee5add60504a389156a9ae54f6a6831adf34/dendrite-stub.tar.gz'
4412023-05-03T02:35:04.706Z+ echo 'Local file: out/downloads/dendrite-stub.tar.gz'
4422023-05-03T02:35:04.711Z+ mkdir -p out/downloads
4432023-05-03T02:35:04.716Z+ mkdir -p ./out/dendrite-stub
4442023-05-03T02:35:04.721Z+ fetch_and_verify
4452023-05-03T02:35:04.734Z+ local DO_DOWNLOAD=true
4462023-05-03T02:35:04.748Z+ [[ -f out/downloads/dendrite-stub.tar.gz ]]
4472023-05-03T02:35:04.753Z+ '[' true == true ']'
4482023-05-03T02:35:04.758Z+ echo Downloading...
4492023-05-03T02:35:04.763ZDownloading...
4502023-05-03T02:35:04.768Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/be23ee5add60504a389156a9ae54f6a6831adf34/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz
4512023-05-03T02:35:04.774Z+ curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/be23ee5add60504a389156a9ae54f6a6831adf34/dendrite-stub.tar.gz
4522023-05-03T02:35:14.060Z++ do_sha256sum out/downloads/dendrite-stub.tar.gz
4532023-05-03T02:35:14.074Z++ sha256sum
4542023-05-03T02:35:14.089Z++ awk '{print $1}'
4552023-05-03T02:35:14.099Z+ calculated_sha256=0c0ba4b82d8f3702614f4ca6dd7275a2cb909321da7668895b3574f5a60096c3
4562023-05-03T02:35:14.126Z+ [[ 0c0ba4b82d8f3702614f4ca6dd7275a2cb909321da7668895b3574f5a60096c3 != \0\c\0\b\a\4\b\8\2\d\8\f\3\7\0\2\6\1\4\f\4\c\a\6\d\d\7\2\7\5\a\2\c\b\9\0\9\3\2\1\d\a\7\6\6\8\8\9\5\b\3\5\7\4\f\5\a\6\0\0\9\6\c\3 ]]
4572023-05-03T02:35:14.144Z+ do_untar out/downloads/dendrite-stub.tar.gz
4582023-05-03T02:35:14.156Z+ tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads
4592023-05-03T02:35:15.517Z+ do_assemble
4602023-05-03T02:35:15.536Z+ rm -r ./out/dendrite-stub
4612023-05-03T02:35:15.554Z+ mkdir ./out/dendrite-stub
4622023-05-03T02:35:15.567Z+ cp -r out/downloads/root ./out/dendrite-stub/root
4632023-05-03T02:35:15.572Z+ ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin
4642023-05-03T02:35:15.726ZAll builder prerequisites installed successfully, and PATH looks valid
4652023-05-03T02:35:15.731Z
4662023-05-03T02:35:15.736Zreal 1:07.445686301
4672023-05-03T02:35:15.741Zuser 26.924250258
4682023-05-03T02:35:15.760Zsys 7.201356938
4692023-05-03T02:35:15.766Ztrap 0.012012080
4702023-05-03T02:35:15.771Ztflt 0.018766878
4712023-05-03T02:35:15.776Zdflt 0.215663943
4722023-05-03T02:35:15.780Zkflt 0.103466295
4732023-05-03T02:35:15.785Zlock 1.693420315
4742023-05-03T02:35:15.790Zslp 2:13.559234100
4752023-05-03T02:35:15.796Zlat 2.502471509
4762023-05-03T02:35:15.801Zstop 0.069219608
4772023-05-03T02:35:15.806Z+ banner build
4782023-05-03T02:35:15.810Z
4792023-05-03T02:35:15.815Z ##### # # # # #####
4802023-05-03T02:35:15.820Z # # # # # # # #
4812023-05-03T02:35:15.825Z ##### # # # # # #
4822023-05-03T02:35:15.830Z # # # # # # # #
4832023-05-03T02:35:15.835Z # # # # # # # #
4842023-05-03T02:35:15.840Z ##### #### # ###### #####
4852023-05-03T02:35:15.845Z
4862023-05-03T02:35:15.850Z+ export 'RUSTFLAGS=-D warnings'
4872023-05-03T02:35:15.854Z+ RUSTFLAGS='-D warnings'
4882023-05-03T02:35:15.859Z+ export 'RUSTDOCFLAGS=-D warnings'
4892023-05-03T02:35:15.864Z+ RUSTDOCFLAGS='-D warnings'
4902023-05-03T02:35:15.869Z+ export TMPDIR=/var/tmp/omicron_tmp
4912023-05-03T02:35:15.874Z+ TMPDIR=/var/tmp/omicron_tmp
4922023-05-03T02:35:15.879Z+ ptime -m cargo build --locked --all-targets --verbose
4932023-05-03T02:35:16.275Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
4942023-05-03T02:35:16.986Z Updating git repository `http://github.com/oxidecomputer/sprockets`
4952023-05-03T02:35:17.172Z Updating crates.io index
4962023-05-03T02:36:14.667Z Updating git repository `https://github.com/oxidecomputer/dropshot`
4972023-05-03T02:36:15.465Z Updating git repository `https://github.com/oxidecomputer/progenitor`
4982023-05-03T02:36:16.967Z Updating git repository `http://github.com/oxidecomputer/serde_human_bytes`
4992023-05-03T02:36:18.106Z Updating git repository `http://github.com/oxidecomputer/tofino`
5002023-05-03T02:36:18.116Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
5012023-05-03T02:36:18.292Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
5022023-05-03T02:36:18.694Z Updating git repository `https://github.com/oxidecomputer/opte`
5032023-05-03T02:36:19.685Z Updating git repository `https://github.com/oxidecomputer/crucible`
5042023-05-03T02:36:21.000Z Updating git repository `https://github.com/oxidecomputer/propolis`
5052023-05-03T02:36:21.672Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
5062023-05-03T02:36:22.538Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
5072023-05-03T02:36:22.777Z Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel`
5082023-05-03T02:36:23.210Z Updating git repository `https://github.com/oxidecomputer/diesel-dtrace`
5092023-05-03T02:36:23.954Z Updating git repository `https://github.com/njaremko/samael`
5102023-05-03T02:36:24.347Z Updating git repository `https://github.com/cbiffle/hubpack`
5112023-05-03T02:36:24.864Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
5122023-05-03T02:36:25.412Z Updating git repository `https://github.com/oxidecomputer/omicron`
5132023-05-03T02:36:30.134Z Updating git repository `https://github.com/oxidecomputer/rfb`
5142023-05-03T02:36:30.553Z Updating git repository `https://github.com/jgallagher/nix`
5152023-05-03T02:36:31.875Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
5162023-05-03T02:36:32.515Z Updating git repository `https://github.com/oxidecomputer/typify`
5172023-05-03T02:36:33.208Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
5182023-05-03T02:36:33.940Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
5192023-05-03T02:36:33.946Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
5202023-05-03T02:36:34.574Z Downloading crates ...
5212023-05-03T02:36:34.875Z Downloaded camino v1.1.4
5222023-05-03T02:36:34.890Z Downloaded clang-sys v1.6.0
5232023-05-03T02:36:34.899Z Downloaded phf_shared v0.11.1
5242023-05-03T02:36:34.904Z Downloaded anstyle-query v1.0.0
5252023-05-03T02:36:34.912Z Downloaded ahash v0.8.3
5262023-05-03T02:36:34.917Z Downloaded byteorder v1.4.3
5272023-05-03T02:36:34.922Z Downloaded bit-set v0.5.3
5282023-05-03T02:36:34.927Z Downloaded corncobs v0.1.3
5292023-05-03T02:36:34.932Z Downloaded pest_derive v2.5.6
5302023-05-03T02:36:34.937Z Downloaded crc-catalog v2.2.0
5312023-05-03T02:36:35.371Z Downloaded clap_lex v0.2.4
5322023-05-03T02:36:35.377Z Downloaded aho-corasick v1.0.1
5332023-05-03T02:36:35.382Z Downloaded built v0.6.0
5342023-05-03T02:36:35.387Z Downloaded async-stream-impl v0.3.5
5352023-05-03T02:36:35.392Z Downloaded colorchoice v1.0.0
5362023-05-03T02:36:35.397Z Downloaded clap v4.2.5
5372023-05-03T02:36:35.402Z Downloaded cfg-if v0.1.10
5382023-05-03T02:36:35.407Z Downloaded phf v0.11.1
5392023-05-03T02:36:35.412Z Downloaded bit_field v0.10.2
5402023-05-03T02:36:35.417Z Downloaded cipher v0.3.0
5412023-05-03T02:36:35.421Z Downloaded bitflags v1.3.2
5422023-05-03T02:36:35.427Z Downloaded rand_chacha v0.3.1
5432023-05-03T02:36:35.431Z Downloaded bitstruct v0.1.1
5442023-05-03T02:36:35.436Z Downloaded path-dedot v3.0.18
5452023-05-03T02:36:35.441Z Downloaded peeking_take_while v0.1.2
5462023-05-03T02:36:35.446Z Downloaded convert_case v0.4.0
5472023-05-03T02:36:35.451Z Downloaded constant_time_eq v0.2.4
5482023-05-03T02:36:35.456Z Downloaded clap_lex v0.4.1
5492023-05-03T02:36:35.461Z Downloaded percent-encoding v2.2.0
5502023-05-03T02:36:35.466Z Downloaded ref-cast-impl v1.0.16
5512023-05-03T02:36:35.471Z Downloaded postgres-protocol v0.6.5
5522023-05-03T02:36:35.673Z Downloaded pin-utils v0.1.0
5532023-05-03T02:36:35.678Z Downloaded cpufeatures v0.2.5
5542023-05-03T02:36:35.683Z Downloaded pem v1.1.1
5552023-05-03T02:36:35.688Z Downloaded predicates v3.0.3
5562023-05-03T02:36:35.693Z Downloaded cfg-if v1.0.0
5572023-05-03T02:36:35.697Z Downloaded crossbeam v0.8.2
5582023-05-03T02:36:35.702Z Downloaded parking_lot_core v0.9.7
5592023-05-03T02:36:35.707Z Downloaded rustc-hash v1.1.0
5602023-05-03T02:36:35.712Z Downloaded phf_shared v0.10.0
5612023-05-03T02:36:35.717Z Downloaded difflib v0.4.0
5622023-05-03T02:36:35.721Z Downloaded base64ct v1.6.0
5632023-05-03T02:36:35.726Z Downloaded proc-macro-error v1.0.4
5642023-05-03T02:36:35.731Z Downloaded assert_matches v1.5.0
5652023-05-03T02:36:35.736Z Downloaded ciborium-io v0.2.0
5662023-05-03T02:36:35.741Z Downloaded proc-macro-error-attr v1.0.4
5672023-05-03T02:36:35.746Z Downloaded pretty-hex v0.3.0
5682023-05-03T02:36:35.751Z Downloaded autocfg v1.1.0
5692023-05-03T02:36:35.756Z Downloaded async-stream v0.3.5
5702023-05-03T02:36:35.761Z Downloaded remove_dir_all v0.5.3
5712023-05-03T02:36:35.769Z Downloaded predicates-tree v1.0.7
5722023-05-03T02:36:35.774Z Downloaded cstr-argument v0.1.2
5732023-05-03T02:36:35.779Z Downloaded rust-argon2 v1.0.0
5742023-05-03T02:36:35.783Z Downloaded parse-display v0.7.0
5752023-05-03T02:36:35.788Z Downloaded ena v0.14.1
5762023-05-03T02:36:35.793Z Downloaded rustls-native-certs v0.6.2
5772023-05-03T02:36:35.798Z Downloaded radium v0.7.0
5782023-05-03T02:36:35.803Z Downloaded postgres-types v0.2.4
5792023-05-03T02:36:35.808Z Downloaded ed25519 v1.5.3
5802023-05-03T02:36:35.813Z Downloaded rand_xorshift v0.3.0
5812023-05-03T02:36:35.818Z Downloaded bzip2 v0.4.4
5822023-05-03T02:36:35.823Z Downloaded blake2 v0.10.6
5832023-05-03T02:36:35.828Z Downloaded poly1305 v0.7.2
5842023-05-03T02:36:35.833Z Downloaded arrayref v0.3.6
5852023-05-03T02:36:35.838Z Downloaded plotters-svg v0.3.3
5862023-05-03T02:36:35.843Z Downloaded precomputed-hash v0.1.1
5872023-05-03T02:36:35.848Z Downloaded project-root v0.2.2
5882023-05-03T02:36:35.853Z Downloaded bytesize v1.2.0
5892023-05-03T02:36:35.858Z Downloaded colored v2.0.0
5902023-05-03T02:36:35.863Z Downloaded camino-tempfile v1.0.2
5912023-05-03T02:36:35.868Z Downloaded bitstruct_derive v0.1.0
5922023-05-03T02:36:35.873Z Downloaded new_debug_unreachable v1.0.4
5932023-05-03T02:36:35.879Z Downloaded async-trait v0.1.68
5942023-05-03T02:36:35.884Z Downloaded console v0.15.5
5952023-05-03T02:36:35.889Z Downloaded rustc_version v0.4.0
5962023-05-03T02:36:35.894Z Downloaded path-absolutize v3.0.14
5972023-05-03T02:36:35.899Z Downloaded criterion-plot v0.5.0
5982023-05-03T02:36:35.904Z Downloaded constant_time_eq v0.1.5
5992023-05-03T02:36:35.909Z Downloaded pin-project-internal v1.0.12
6002023-05-03T02:36:35.913Z Downloaded anstyle-parse v0.2.0
6012023-05-03T02:36:35.918Z Downloaded block-buffer v0.9.0
6022023-05-03T02:36:35.924Z Downloaded proc-macro2 v1.0.56
6032023-05-03T02:36:35.928Z Downloaded rustc_version v0.1.7
6042023-05-03T02:36:35.933Z Downloaded pretty-hex v0.2.1
6052023-05-03T02:36:35.938Z Downloaded pin-project-lite v0.2.9
6062023-05-03T02:36:35.943Z Downloaded ppv-lite86 v0.2.17
6072023-05-03T02:36:35.948Z Downloaded ciborium-ll v0.2.0
6082023-05-03T02:36:35.953Z Downloaded cexpr v0.6.0
6092023-05-03T02:36:35.958Z Downloaded bit-vec v0.6.3
6102023-05-03T02:36:35.963Z Downloaded cast v0.3.0
6112023-05-03T02:36:35.968Z Downloaded block-buffer v0.10.4
6122023-05-03T02:36:35.975Z Downloaded resolv-conf v0.7.0
6132023-05-03T02:36:35.981Z Downloaded parse-display-derive v0.7.0
6142023-05-03T02:36:35.986Z Downloaded ansi_term v0.12.1
6152023-05-03T02:36:35.990Z Downloaded adler v1.0.2
6162023-05-03T02:36:35.995Z Downloaded ref-cast v1.0.16
6172023-05-03T02:36:36.001Z Downloaded pkg-config v0.3.26
6182023-05-03T02:36:36.006Z Downloaded aead v0.4.3
6192023-05-03T02:36:36.011Z Downloaded foreign-types v0.5.0
6202023-05-03T02:36:36.016Z Downloaded rand_chacha v0.2.2
6212023-05-03T02:36:36.021Z Downloaded buf-list v1.0.3
6222023-05-03T02:36:36.026Z Downloaded crc v3.0.1
6232023-05-03T02:36:36.031Z Downloaded ascii-canvas v3.0.0
6242023-05-03T02:36:36.036Z Downloaded quick-error v1.2.3
6252023-05-03T02:36:36.041Z Downloaded clap_derive v3.2.18
6262023-05-03T02:36:36.046Z Downloaded rustc-demangle v0.1.21
6272023-05-03T02:36:36.051Z Downloaded predicates-core v1.0.6
6282023-05-03T02:36:36.056Z Downloaded plotters-backend v0.3.4
6292023-05-03T02:36:36.062Z Downloaded blake2b_simd v1.0.1
6302023-05-03T02:36:36.067Z Downloaded pkcs8 v0.9.0
6312023-05-03T02:36:36.072Z Downloaded pest_generator v2.5.6
6322023-05-03T02:36:36.078Z Downloaded argon2 v0.5.0
6332023-05-03T02:36:36.082Z Downloaded arrayvec v0.7.2
6342023-05-03T02:36:36.088Z Downloaded quick-error v2.0.1
6352023-05-03T02:36:36.093Z Downloaded crunchy v0.2.2
6362023-05-03T02:36:36.098Z Downloaded foreign-types-shared v0.1.1
6372023-05-03T02:36:36.103Z Downloaded signal-hook-tokio v0.3.1
6382023-05-03T02:36:36.108Z Downloaded pest_meta v2.5.6
6392023-05-03T02:36:36.114Z Downloaded derive_builder_macro v0.12.0
6402023-05-03T02:36:36.119Z Downloaded anstream v0.3.0
6412023-05-03T02:36:36.124Z Downloaded parking_lot_core v0.8.6
6422023-05-03T02:36:36.129Z Downloaded rfc6979 v0.3.1
6432023-05-03T02:36:36.134Z Downloaded proc-macro-crate v1.3.1
6442023-05-03T02:36:36.139Z Downloaded postcard-cobs v0.1.5-pre
6452023-05-03T02:36:36.144Z Downloaded match_cfg v0.1.0
6462023-05-03T02:36:36.149Z Downloaded scopeguard v1.1.0
6472023-05-03T02:36:36.154Z Downloaded futures-io v0.3.28
6482023-05-03T02:36:36.159Z Downloaded clap_derive v4.2.0
6492023-05-03T02:36:36.164Z Downloaded darling_macro v0.20.0
6502023-05-03T02:36:36.169Z Downloaded anstyle v1.0.0
6512023-05-03T02:36:36.174Z Downloaded base16ct v0.1.1
6522023-05-03T02:36:36.193Z Downloaded erased-serde v0.3.25
6532023-05-03T02:36:36.198Z Downloaded owo-colors v3.5.0
6542023-05-03T02:36:36.203Z Downloaded partial-io v0.5.4
6552023-05-03T02:36:36.208Z Downloaded form_urlencoded v1.1.0
6562023-05-03T02:36:36.213Z Downloaded anyhow v1.0.71
6572023-05-03T02:36:36.219Z Downloaded atty v0.2.14
6582023-05-03T02:36:36.224Z Downloaded test-strategy v0.2.1
6592023-05-03T02:36:36.229Z Downloaded newline-converter v0.3.0
6602023-05-03T02:36:36.234Z Downloaded maplit v1.0.2
6612023-05-03T02:36:36.239Z Downloaded glob v0.3.1
6622023-05-03T02:36:36.244Z Downloaded opaque-debug v0.3.0
6632023-05-03T02:36:36.249Z Downloaded rcgen v0.10.0
6642023-05-03T02:36:36.254Z Downloaded const_format_proc_macros v0.2.29
6652023-05-03T02:36:36.259Z Downloaded schemars_derive v0.8.12
6662023-05-03T02:36:36.264Z Downloaded paste v1.0.12
6672023-05-03T02:36:36.270Z Downloaded ascii v1.1.0
6682023-05-03T02:36:36.275Z Downloaded quote v1.0.26
6692023-05-03T02:36:36.280Z Downloaded postcard v0.7.3
6702023-05-03T02:36:36.285Z Downloaded digest v0.10.6
6712023-05-03T02:36:36.289Z Downloaded crc32fast v1.3.2
6722023-05-03T02:36:36.294Z Downloaded which v4.4.0
6732023-05-03T02:36:36.299Z Downloaded serde_arrays v0.1.0
6742023-05-03T02:36:36.304Z Downloaded parking_lot v0.12.1
6752023-05-03T02:36:36.309Z Downloaded anes v0.1.6
6762023-05-03T02:36:36.314Z Downloaded fragile v2.0.0
6772023-05-03T02:36:36.318Z Downloaded core2 v0.4.0
6782023-05-03T02:36:36.323Z Downloaded parking_lot v0.11.2
6792023-05-03T02:36:36.329Z Downloaded chacha20 v0.8.2
6802023-05-03T02:36:36.334Z Downloaded addr2line v0.19.0
6812023-05-03T02:36:36.339Z Downloaded rand_core v0.5.1
6822023-05-03T02:36:36.344Z Downloaded cookie v0.16.2
6832023-05-03T02:36:36.349Z Downloaded bytes v1.4.0
6842023-05-03T02:36:36.354Z Downloaded typenum v1.16.0
6852023-05-03T02:36:36.359Z Downloaded synstructure v0.12.6
6862023-05-03T02:36:36.364Z Downloaded dtrace-parser v0.1.14
6872023-05-03T02:36:36.369Z Downloaded signature v1.6.4
6882023-05-03T02:36:36.808Z Downloaded dyn-clone v1.0.11
6892023-05-03T02:36:36.813Z Downloaded crossbeam-deque v0.8.3
6902023-05-03T02:36:36.819Z Downloaded dof v0.1.5
6912023-05-03T02:36:36.824Z Downloaded cassowary v0.3.0
6922023-05-03T02:36:36.828Z Downloaded sha1 v0.10.5
6932023-05-03T02:36:36.833Z Downloaded smallvec v1.10.0
6942023-05-03T02:36:36.838Z Downloaded snafu-derive v0.7.4
6952023-05-03T02:36:36.843Z Downloaded rustfmt-wrapper v0.2.0
6962023-05-03T02:36:36.848Z Downloaded cargo-lock v8.0.3
6972023-05-03T02:36:36.853Z Downloaded digest v0.9.0
6982023-05-03T02:36:36.858Z Downloaded password-hash v0.5.0
6992023-05-03T02:36:36.863Z Downloaded doc-comment v0.3.3
7002023-05-03T02:36:36.868Z Downloaded r2d2 v0.8.10
7012023-05-03T02:36:36.873Z Downloaded serde_spanned v0.6.1
7022023-05-03T02:36:36.878Z Downloaded display-error-chain v0.1.1
7032023-05-03T02:36:36.883Z Downloaded rustversion v1.0.12
7042023-05-03T02:36:36.887Z Downloaded utf8parse v0.2.1
7052023-05-03T02:36:36.893Z Downloaded getrandom v0.1.16
7062023-05-03T02:36:36.898Z Downloaded humantime v2.1.0
7072023-05-03T02:36:36.902Z Downloaded shell-words v1.1.0
7082023-05-03T02:36:36.907Z Downloaded rand_core v0.6.4
7092023-05-03T02:36:36.913Z Downloaded thread-id v4.0.0
7102023-05-03T02:36:36.918Z Downloaded predicates v2.1.5
7112023-05-03T02:36:36.923Z Downloaded sha-1 v0.10.1
7122023-05-03T02:36:36.928Z Downloaded spin v0.9.5
7132023-05-03T02:36:36.933Z Downloaded half v1.8.2
7142023-05-03T02:36:36.938Z Downloaded prettyplease v0.2.4
7152023-05-03T02:36:36.943Z Downloaded slog-async v2.7.0
7162023-05-03T02:36:36.948Z Downloaded darling v0.14.4
7172023-05-03T02:36:36.952Z Downloaded derive_more v0.99.17
7182023-05-03T02:36:36.957Z Downloaded semver-parser v0.10.2
7192023-05-03T02:36:36.963Z Downloaded wyz v0.5.1
7202023-05-03T02:36:36.968Z Downloaded stable_deref_trait v1.2.0
7212023-05-03T02:36:36.972Z Downloaded matches v0.1.10
7222023-05-03T02:36:36.977Z Downloaded fd-lock v3.0.10
7232023-05-03T02:36:36.982Z Downloaded impl-trait-for-tuples v0.2.2
7242023-05-03T02:36:36.999Z Downloaded rand v0.4.6
7252023-05-03T02:36:37.004Z Downloaded futures-channel v0.3.28
7262023-05-03T02:36:37.009Z Downloaded fixedbitset v0.4.2
7272023-05-03T02:36:37.013Z Downloaded const-oid v0.9.2
7282023-05-03T02:36:37.018Z Downloaded either v1.8.1
7292023-05-03T02:36:37.023Z Downloaded datatest-stable v0.1.3
7302023-05-03T02:36:37.027Z Downloaded cc v1.0.79
7312023-05-03T02:36:37.032Z Downloaded jobserver v0.1.26
7322023-05-03T02:36:37.037Z Downloaded getrandom v0.2.8
7332023-05-03T02:36:37.042Z Downloaded ciborium v0.2.0
7342023-05-03T02:36:37.048Z Downloaded string_cache v0.8.7
7352023-05-03T02:36:37.053Z Downloaded zone_cfg_derive v0.2.0
7362023-05-03T02:36:37.058Z Downloaded libsw v3.2.4
7372023-05-03T02:36:37.063Z Downloaded spin v0.5.2
7382023-05-03T02:36:37.067Z Downloaded diesel_derives v2.0.2
7392023-05-03T02:36:37.072Z Downloaded unicode-xid v0.2.4
7402023-05-03T02:36:37.077Z Downloaded futures-sink v0.3.28
7412023-05-03T02:36:37.083Z Downloaded slog-json v2.6.1
7422023-05-03T02:36:37.087Z Downloaded itoa v1.0.6
7432023-05-03T02:36:37.092Z Downloaded siphasher v0.3.10
7442023-05-03T02:36:37.097Z Downloaded sha2 v0.10.6
7452023-05-03T02:36:37.103Z Downloaded hex-literal v0.3.4
7462023-05-03T02:36:37.108Z Downloaded assert_cmd v2.0.11
7472023-05-03T02:36:37.112Z Downloaded crossbeam-utils v0.8.15
7482023-05-03T02:36:37.117Z Downloaded backoff v0.4.0
7492023-05-03T02:36:37.123Z Downloaded futures v0.3.28
7502023-05-03T02:36:37.128Z Downloaded tracing-attributes v0.1.23
7512023-05-03T02:36:37.133Z Downloaded crossbeam-queue v0.3.8
7522023-05-03T02:36:37.152Z Downloaded shlex v1.1.0
7532023-05-03T02:36:37.157Z Downloaded p256 v0.11.1
7542023-05-03T02:36:37.162Z Downloaded strsim v0.10.0
7552023-05-03T02:36:37.167Z Downloaded structmeta-derive v0.1.5
7562023-05-03T02:36:37.172Z Downloaded dashmap v5.4.0
7572023-05-03T02:36:37.177Z Downloaded chacha20poly1305 v0.9.1
7582023-05-03T02:36:37.182Z Downloaded pin-project v1.0.12
7592023-05-03T02:36:37.187Z Downloaded tokio-stream v0.1.14
7602023-05-03T02:36:37.192Z Downloaded structmeta v0.1.5
7612023-05-03T02:36:37.198Z Downloaded serde-big-array v0.5.1
7622023-05-03T02:36:37.203Z Downloaded slog-stdlog v4.1.1
7632023-05-03T02:36:37.208Z Downloaded slab v0.4.8
7642023-05-03T02:36:37.213Z Downloaded keccak v0.1.3
7652023-05-03T02:36:37.218Z Downloaded ecdsa v0.14.8
7662023-05-03T02:36:37.223Z Downloaded fastrand v1.9.0
7672023-05-03T02:36:37.228Z Downloaded schemars v0.8.12
7682023-05-03T02:36:37.233Z Downloaded semver v0.11.0
7692023-05-03T02:36:37.238Z Downloaded wait-timeout v0.2.0
7702023-05-03T02:36:37.243Z Downloaded home v0.5.4
7712023-05-03T02:36:37.248Z Downloaded crypto-common v0.1.6
7722023-05-03T02:36:37.252Z Downloaded ryu v1.0.13
7732023-05-03T02:36:37.257Z Downloaded foreign-types-shared v0.3.1
7742023-05-03T02:36:37.262Z Downloaded basic-toml v0.1.2
7752023-05-03T02:36:37.267Z Downloaded ron v0.7.1
7762023-05-03T02:36:37.272Z Downloaded tinyvec_macros v0.1.1
7772023-05-03T02:36:37.277Z Downloaded socket2 v0.5.1
7782023-05-03T02:36:37.282Z Downloaded diff v0.1.13
7792023-05-03T02:36:37.287Z Downloaded bincode v1.3.3
7802023-05-03T02:36:37.292Z Downloaded vec_map v0.8.2
7812023-05-03T02:36:37.297Z Downloaded termtree v0.4.0
7822023-05-03T02:36:37.302Z Downloaded serde_plain v1.0.1
7832023-05-03T02:36:37.306Z Downloaded sct v0.7.0
7842023-05-03T02:36:37.312Z Downloaded darling_core v0.20.0
7852023-05-03T02:36:37.317Z Downloaded semver v0.1.20
7862023-05-03T02:36:37.322Z Downloaded signal-hook-mio v0.2.3
7872023-05-03T02:36:37.327Z Downloaded http-body v0.4.5
7882023-05-03T02:36:37.332Z Downloaded num_cpus v1.15.0
7892023-05-03T02:36:37.337Z Downloaded semver v1.0.17
7902023-05-03T02:36:37.341Z Downloaded strip-ansi-escapes v0.1.1
7912023-05-03T02:36:37.346Z Downloaded same-file v1.0.6
7922023-05-03T02:36:37.351Z Downloaded futures-task v0.3.28
7932023-05-03T02:36:37.356Z Downloaded chrono v0.4.24
7942023-05-03T02:36:37.362Z Downloaded httpdate v1.0.2
7952023-05-03T02:36:37.367Z Downloaded try-lock v0.2.4
7962023-05-03T02:36:37.372Z Downloaded rayon-core v1.11.0
7972023-05-03T02:36:37.377Z Downloaded enum-as-inner v0.5.1
7982023-05-03T02:36:37.383Z Downloaded newtype_derive v0.1.6
7992023-05-03T02:36:37.388Z Downloaded managed v0.8.0
8002023-05-03T02:36:37.393Z Downloaded ident_case v1.0.1
8012023-05-03T02:36:37.398Z Downloaded headers-core v0.2.0
8022023-05-03T02:36:37.402Z Downloaded linear-map v1.2.0
8032023-05-03T02:36:37.407Z Downloaded hash32 v0.2.1
8042023-05-03T02:36:37.412Z Downloaded hubpack_derive v0.1.1
8052023-05-03T02:36:37.417Z Downloaded instant v0.1.12
8062023-05-03T02:36:37.422Z Downloaded crossbeam-epoch v0.9.14
8072023-05-03T02:36:37.427Z Downloaded futures-macro v0.3.28
8082023-05-03T02:36:37.432Z Downloaded futures-core v0.3.28
8092023-05-03T02:36:37.437Z Downloaded tokio-rustls v0.23.4
8102023-05-03T02:36:37.442Z Downloaded group v0.12.1
8112023-05-03T02:36:37.447Z Downloaded oso-derive v0.26.4
8122023-05-03T02:36:37.452Z Downloaded pretty_assertions v1.3.0
8132023-05-03T02:36:37.457Z Downloaded take_mut v0.2.2
8142023-05-03T02:36:37.462Z Downloaded static_assertions v1.1.0
8152023-05-03T02:36:37.467Z Downloaded number_prefix v0.4.0
8162023-05-03T02:36:37.472Z Downloaded darling v0.20.0
8172023-05-03T02:36:37.477Z Downloaded signal-hook-registry v1.4.1
8182023-05-03T02:36:37.481Z Downloaded hubpack v0.1.1
8192023-05-03T02:36:37.486Z Downloaded want v0.3.0
8202023-05-03T02:36:37.491Z Downloaded dirs-sys-next v0.1.2
8212023-05-03T02:36:37.496Z Downloaded serde_yaml v0.9.19
8222023-05-03T02:36:37.501Z Downloaded miniz_oxide v0.6.2
8232023-05-03T02:36:37.506Z Downloaded stringprep v0.1.2
8242023-05-03T02:36:37.511Z Downloaded libloading v0.7.4
8252023-05-03T02:36:37.516Z Downloaded zone v0.2.0
8262023-05-03T02:36:37.521Z Downloaded serde_repr v0.1.11
8272023-05-03T02:36:37.526Z Downloaded utf-8 v0.7.6
8282023-05-03T02:36:37.531Z Downloaded indexmap v1.9.3
8292023-05-03T02:36:37.536Z Downloaded env_logger v0.9.3
8302023-05-03T02:36:37.541Z Downloaded unarray v0.1.4
8312023-05-03T02:36:37.546Z Downloaded debug-ignore v1.0.5
8322023-05-03T02:36:37.550Z Downloaded num_enum_derive v0.5.11
8332023-05-03T02:36:37.555Z Downloaded foreign-types v0.3.2
8342023-05-03T02:36:37.560Z Downloaded memoffset v0.7.1
8352023-05-03T02:36:37.565Z Downloaded generic-array v0.14.6
8362023-05-03T02:36:37.570Z Downloaded termcolor v1.2.0
8372023-05-03T02:36:37.575Z Downloaded slog-term v2.9.0
8382023-05-03T02:36:37.580Z Downloaded num_enum v0.5.11
8392023-05-03T02:36:37.585Z Downloaded ff v0.12.1
8402023-05-03T02:36:37.596Z Downloaded elliptic-curve v0.12.3
8412023-05-03T02:36:37.610Z Downloaded signal-hook v0.3.15
8422023-05-03T02:36:37.620Z Downloaded strum v0.24.1
8432023-05-03T02:36:37.625Z Downloaded fxhash v0.2.1
8442023-05-03T02:36:37.630Z Downloaded const_format v0.2.30
8452023-05-03T02:36:37.635Z Downloaded lock_api v0.4.9
8462023-05-03T02:36:37.640Z Downloaded dirs-next v2.0.0
8472023-05-03T02:36:37.645Z Downloaded strum_macros v0.24.3
8482023-05-03T02:36:37.650Z Downloaded usdt-impl v0.3.5
8492023-05-03T02:36:37.655Z Downloaded serde_path_to_error v0.1.11
8502023-05-03T02:36:37.660Z Downloaded structopt-derive v0.4.18
8512023-05-03T02:36:37.665Z Downloaded num-derive v0.3.3
8522023-05-03T02:36:37.686Z Downloaded errno v0.2.8
8532023-05-03T02:36:37.691Z Downloaded nibble_vec v0.1.0
8542023-05-03T02:36:37.696Z Downloaded memoffset v0.8.0
8552023-05-03T02:36:37.702Z Downloaded slog-dtrace v0.2.3
8562023-05-03T02:36:37.707Z Downloaded rustls-webpki v0.100.1
8572023-05-03T02:36:37.712Z Downloaded ucd-trie v0.1.5
8582023-05-03T02:36:37.717Z Downloaded httparse v1.8.0
8592023-05-03T02:36:37.721Z Downloaded normalize-line-endings v0.3.0
8602023-05-03T02:36:37.726Z Downloaded log v0.4.17
8612023-05-03T02:36:37.731Z Downloaded downcast v0.11.0
8622023-05-03T02:36:37.736Z Downloaded vte_generate_state_changes v0.1.1
8632023-05-03T02:36:37.741Z Downloaded portable-atomic v0.3.19
8642023-05-03T02:36:37.746Z Downloaded num_threads v0.1.6
8652023-05-03T02:36:37.751Z Downloaded macaddr v1.0.1
8662023-05-03T02:36:37.756Z Downloaded usdt v0.3.5
8672023-05-03T02:36:37.761Z Downloaded rand v0.7.3
8682023-05-03T02:36:37.766Z Downloaded unicode-ident v1.0.8
8692023-05-03T02:36:37.771Z Downloaded serde_derive_internals v0.26.0
8702023-05-03T02:36:37.776Z Downloaded heck v0.3.3
8712023-05-03T02:36:37.780Z Downloaded futures-executor v0.3.28
8722023-05-03T02:36:37.786Z Downloaded aho-corasick v0.7.20
8732023-05-03T02:36:37.791Z Downloaded structopt v0.3.26
8742023-05-03T02:36:38.217Z Downloaded indoc v1.0.9
8752023-05-03T02:36:38.223Z Downloaded arc-swap v1.6.0
8762023-05-03T02:36:38.228Z Downloaded rustls-pemfile v1.0.2
8772023-05-03T02:36:38.233Z Downloaded zerocopy v0.6.1
8782023-05-03T02:36:38.238Z Downloaded walkdir v2.3.3
8792023-05-03T02:36:38.243Z Downloaded usdt-attr-macro v0.3.5
8802023-05-03T02:36:38.248Z Downloaded mockall_derive v0.11.4
8812023-05-03T02:36:38.253Z Downloaded textwrap v0.11.0
8822023-05-03T02:36:38.258Z Downloaded bb8 v0.8.0
8832023-05-03T02:36:38.263Z Downloaded tinyvec v1.6.0
8842023-05-03T02:36:38.268Z Downloaded getopts v0.2.21
8852023-05-03T02:36:38.273Z Downloaded hyper-rustls v0.23.2
8862023-05-03T02:36:38.278Z Downloaded nu-ansi-term v0.47.0
8872023-05-03T02:36:38.283Z Downloaded crossbeam-channel v0.5.7
8882023-05-03T02:36:38.288Z Downloaded globset v0.4.10
8892023-05-03T02:36:38.293Z Downloaded tokio-rustls v0.24.0
8902023-05-03T02:36:38.299Z Downloaded linked-hash-map v0.5.6
8912023-05-03T02:36:38.304Z Downloaded serial_test_derive v0.10.0
8922023-05-03T02:36:38.309Z Downloaded fnv v1.0.7
8932023-05-03T02:36:38.314Z Downloaded tokio-tungstenite v0.18.0
8942023-05-03T02:36:38.319Z Downloaded zerocopy v0.3.0
8952023-05-03T02:36:38.324Z Downloaded yansi v0.5.1
8962023-05-03T02:36:38.329Z Downloaded once_cell v1.17.1
8972023-05-03T02:36:38.334Z Downloaded tower-service v0.3.2
8982023-05-03T02:36:38.340Z Downloaded hostname v0.3.1
8992023-05-03T02:36:38.345Z Downloaded openssl-macros v0.1.0
9002023-05-03T02:36:38.350Z Downloaded openssl-probe v0.1.5
9012023-05-03T02:36:38.356Z Downloaded rand v0.8.5
9022023-05-03T02:36:38.361Z Downloaded headers v0.3.8
9032023-05-03T02:36:38.366Z Downloaded serde_derive v1.0.160
9042023-05-03T02:36:38.371Z Downloaded subprocess v0.2.9
9052023-05-03T02:36:38.376Z Downloaded derive_builder_core v0.12.0
9062023-05-03T02:36:38.381Z Downloaded float-cmp v0.9.0
9072023-05-03T02:36:38.387Z Downloaded thiserror-impl v1.0.40
9082023-05-03T02:36:38.392Z Downloaded thiserror v1.0.40
9092023-05-03T02:36:38.397Z Downloaded serial_test v0.10.0
9102023-05-03T02:36:38.402Z Downloaded unicode-width v0.1.10
9112023-05-03T02:36:38.408Z Downloaded criterion v0.4.0
9122023-05-03T02:36:38.413Z Downloaded oorandom v11.1.3
9132023-05-03T02:36:38.418Z Downloaded io-lifetimes v1.0.6
9142023-05-03T02:36:38.423Z Downloaded indicatif v0.17.3
9152023-05-03T02:36:38.428Z Downloaded lazy_static v1.4.0
9162023-05-03T02:36:38.433Z Downloaded slog-bunyan v2.4.0
9172023-05-03T02:36:38.438Z Downloaded hyper-rustls v0.24.0
9182023-05-03T02:36:38.444Z Downloaded unicase v2.6.0
9192023-05-03T02:36:38.449Z Downloaded uint-zigzag v0.2.1
9202023-05-03T02:36:38.454Z Downloaded term v0.7.0
9212023-05-03T02:36:38.459Z Downloaded minimal-lexical v0.2.1
9222023-05-03T02:36:38.464Z Downloaded funty v2.0.0
9232023-05-03T02:36:38.477Z Downloaded os_str_bytes v6.4.1
9242023-05-03T02:36:38.482Z Downloaded termios v0.3.3
9252023-05-03T02:36:38.486Z Downloaded iana-time-zone v0.1.53
9262023-05-03T02:36:38.492Z Downloaded untrusted v0.7.1
9272023-05-03T02:36:38.497Z Downloaded fs-err v2.9.0
9282023-05-03T02:36:38.502Z Downloaded version_check v0.9.4
9292023-05-03T02:36:38.514Z Downloaded threadpool v1.8.1
9302023-05-03T02:36:38.519Z Downloaded scheduled-thread-pool v0.2.7
9312023-05-03T02:36:38.524Z Downloaded foreign-types-macros v0.2.2
9322023-05-03T02:36:38.529Z Downloaded subtle v2.4.1
9332023-05-03T02:36:38.534Z Downloaded darling_macro v0.14.4
9342023-05-03T02:36:38.539Z Downloaded arrayvec v0.5.2
9352023-05-03T02:36:38.544Z Downloaded salty v0.2.0
9362023-05-03T02:36:38.556Z Downloaded md-5 v0.10.5
9372023-05-03T02:36:38.560Z Downloaded serde v1.0.160
9382023-05-03T02:36:38.566Z Downloaded unicode-bidi v0.3.11
9392023-05-03T02:36:38.572Z Downloaded slog v2.7.0
9402023-05-03T02:36:38.577Z Downloaded strsim v0.8.0
9412023-05-03T02:36:38.589Z Downloaded zeroize v1.6.0
9422023-05-03T02:36:38.594Z Downloaded regex-automata v0.1.10
9432023-05-03T02:36:38.599Z Downloaded mockall v0.11.4
9442023-05-03T02:36:38.605Z Downloaded num-integer v0.1.45
9452023-05-03T02:36:38.610Z Downloaded serde-big-array v0.4.1
9462023-05-03T02:36:38.623Z Downloaded ed25519-dalek v1.0.1
9472023-05-03T02:36:38.628Z Downloaded zeroize_derive v1.3.3
9482023-05-03T02:36:38.633Z Downloaded sha2 v0.9.9
9492023-05-03T02:36:38.638Z Downloaded serde_tokenstream v0.1.7
9502023-05-03T02:36:38.643Z Downloaded sec1 v0.3.0
9512023-05-03T02:36:38.649Z Downloaded derive_builder v0.12.0
9522023-05-03T02:36:38.675Z Downloaded vte v0.10.1
9532023-05-03T02:36:38.680Z Downloaded serde_with_macros v2.3.3
9542023-05-03T02:36:38.685Z Downloaded httptest v0.15.4
9552023-05-03T02:36:38.698Z Downloaded olpc-cjson v0.1.3
9562023-05-03T02:36:38.703Z Downloaded lru-cache v0.1.2
9572023-05-03T02:36:38.708Z Downloaded is-terminal v0.4.4
9582023-05-03T02:36:38.715Z Downloaded toml v0.7.3
9592023-05-03T02:36:38.721Z Downloaded pest v2.5.6
9602023-05-03T02:36:38.734Z Downloaded mime_guess v2.0.4
9612023-05-03T02:36:38.739Z Downloaded time-core v0.1.0
9622023-05-03T02:36:38.744Z Downloaded clap_builder v4.2.5
9632023-05-03T02:36:38.749Z Downloaded usdt-macro v0.3.5
9642023-05-03T02:36:38.754Z Downloaded tui-tree-widget v0.11.0
9652023-05-03T02:36:38.759Z Downloaded socket2 v0.4.9
9662023-05-03T02:36:38.764Z Downloaded toml_edit v0.19.7
9672023-05-03T02:36:38.769Z Downloaded time v0.1.45
9682023-05-03T02:36:38.774Z Downloaded errno v0.3.0
9692023-05-03T02:36:38.779Z Downloaded omicron-zone-package v0.8.3
9702023-05-03T02:36:38.784Z Downloaded smf v0.2.1
9712023-05-03T02:36:38.789Z Downloaded ipnetwork v0.20.0
9722023-05-03T02:36:38.796Z Downloaded mime v0.3.16
9732023-05-03T02:36:38.801Z Downloaded data-encoding v2.3.3
9742023-05-03T02:36:38.806Z Downloaded serde_tokenstream v0.2.0
9752023-05-03T02:36:38.811Z Downloaded lazycell v1.3.0
9762023-05-03T02:36:38.816Z Downloaded xattr v0.2.3
9772023-05-03T02:36:38.821Z Downloaded webpki v0.22.0
9782023-05-03T02:36:38.826Z Downloaded ipnet v2.7.1
9792023-05-03T02:36:38.831Z Downloaded tough v0.12.5
9802023-05-03T02:36:38.836Z Downloaded tap v1.0.1
9812023-05-03T02:36:38.841Z Downloaded toolchain_find v0.2.0
9822023-05-03T02:36:38.845Z Downloaded rusty-fork v0.3.0
9832023-05-03T02:36:38.851Z Downloaded hex v0.4.3
9842023-05-03T02:36:38.856Z Downloaded libefi-sys v0.1.0
9852023-05-03T02:36:38.861Z Downloaded tokio-tungstenite v0.17.2
9862023-05-03T02:36:38.867Z Downloaded endian-type v0.1.2
9872023-05-03T02:36:38.872Z Downloaded serde_urlencoded v0.7.1
9882023-05-03T02:36:38.877Z Downloaded libxml v0.3.2
9892023-05-03T02:36:38.882Z Downloaded plotters v0.3.4
9902023-05-03T02:36:38.886Z Downloaded trust-dns-client v0.22.0
9912023-05-03T02:36:38.891Z Downloaded x25519-dalek v2.0.0-pre.1
9922023-05-03T02:36:38.896Z Downloaded tempdir v0.3.7
9932023-05-03T02:36:38.901Z Downloaded reedline v0.19.0
9942023-05-03T02:36:38.906Z Downloaded slog-envlogger v2.2.0
9952023-05-03T02:36:38.911Z Downloaded tungstenite v0.17.3
9962023-05-03T02:36:38.916Z Downloaded lalrpop-util v0.19.9
9972023-05-03T02:36:38.921Z Downloaded crossterm v0.26.1
9982023-05-03T02:36:38.926Z Downloaded spki v0.6.0
9992023-05-03T02:36:38.931Z Downloaded heck v0.4.1
10002023-05-03T02:36:38.936Z Downloaded tempfile v3.5.0
10012023-05-03T02:36:38.948Z Downloaded toml_datetime v0.6.1
10022023-05-03T02:36:38.965Z Downloaded thread_local v1.1.7
10032023-05-03T02:36:38.970Z Downloaded vsss-rs v2.7.1
10042023-05-03T02:36:38.975Z Downloaded universal-hash v0.4.1
10052023-05-03T02:36:38.980Z Downloaded serde_json v1.0.96
10062023-05-03T02:36:38.985Z Downloaded fatfs v0.3.6
10072023-05-03T02:36:38.991Z Downloaded tar v0.4.38
10082023-05-03T02:36:38.996Z Downloaded similar v2.2.1
10092023-05-03T02:36:39.001Z Downloaded tungstenite v0.18.0
10102023-05-03T02:36:39.012Z Downloaded flate2 v1.0.26
10112023-05-03T02:36:39.018Z Downloaded rayon v1.7.0
10122023-05-03T02:36:39.025Z Downloaded oso v0.26.4
10132023-05-03T02:36:39.031Z Downloaded tiny-keccak v2.0.2
10142023-05-03T02:36:39.036Z Downloaded unsafe-libyaml v0.2.7
10152023-05-03T02:36:39.041Z Downloaded textwrap v0.16.0
10162023-05-03T02:36:39.047Z Downloaded slog-scope v4.4.0
10172023-05-03T02:36:39.053Z Downloaded trybuild v1.0.80
10182023-05-03T02:36:39.059Z Downloaded yasna v0.5.1
10192023-05-03T02:36:39.064Z Downloaded tinytemplate v1.2.1
10202023-05-03T02:36:39.069Z Downloaded memchr v2.5.0
10212023-05-03T02:36:39.074Z Downloaded num-traits v0.2.15
10222023-05-03T02:36:39.079Z Downloaded time-macros v0.2.8
10232023-05-03T02:36:39.085Z Downloaded heapless v0.7.16
10242023-05-03T02:36:39.090Z Downloaded tokio-macros v2.1.0
10252023-05-03T02:36:39.095Z Downloaded crossterm v0.25.0
10262023-05-03T02:36:39.100Z Downloaded mio v0.8.6
10272023-05-03T02:36:39.105Z Downloaded filetime v0.2.20
10282023-05-03T02:36:39.110Z Downloaded miniz_oxide v0.7.1
10292023-05-03T02:36:39.116Z Downloaded crypto-bigint v0.4.9
10302023-05-03T02:36:39.122Z Downloaded hashbrown v0.12.3
10312023-05-03T02:36:39.127Z Downloaded fallible-iterator v0.2.0
10322023-05-03T02:36:39.132Z Downloaded expectorate v1.0.7
10332023-05-03T02:36:39.137Z Downloaded derive-where v1.2.1
10342023-05-03T02:36:39.142Z Downloaded hmac v0.12.1
10352023-05-03T02:36:39.147Z Downloaded serde_with v2.3.3
10362023-05-03T02:36:39.152Z Downloaded tracing-core v0.1.30
10372023-05-03T02:36:39.156Z Downloaded toml v0.5.11
10382023-05-03T02:36:39.161Z Downloaded reqwest v0.11.17
10392023-05-03T02:36:39.166Z Downloaded tracing v0.1.37
10402023-05-03T02:36:39.170Z Downloaded darling_core v0.14.4
10412023-05-03T02:36:39.175Z Downloaded proptest v1.1.0
10422023-05-03T02:36:39.180Z Downloaded snafu v0.7.4
10432023-05-03T02:36:39.185Z Downloaded uuid v1.3.2
10442023-05-03T02:36:39.190Z Downloaded base64 v0.13.1
10452023-05-03T02:36:39.195Z Downloaded quick-xml v0.23.1
10462023-05-03T02:36:39.200Z Downloaded zip v0.6.4
10472023-05-03T02:36:39.205Z Downloaded unicode-segmentation v1.10.1
10482023-05-03T02:36:39.210Z Downloaded futures-util v0.3.28
10492023-05-03T02:36:39.215Z Downloaded base64 v0.21.0
10502023-05-03T02:36:39.648Z Downloaded h2 v0.3.17
10512023-05-03T02:36:39.653Z Downloaded trust-dns-resolver v0.22.0
10522023-05-03T02:36:39.675Z Downloaded clap v2.34.0
10532023-05-03T02:36:39.681Z Downloaded openssl-sys v0.9.87
10542023-05-03T02:36:39.686Z Downloaded petgraph v0.6.3
10552023-05-03T02:36:39.707Z Downloaded time v0.3.20
10562023-05-03T02:36:39.712Z Downloaded steno v0.3.1
10572023-05-03T02:36:39.718Z Downloaded hashbrown v0.13.2
10582023-05-03T02:36:39.723Z Downloaded tokio-postgres v0.7.8
10592023-05-03T02:36:39.728Z Downloaded url v2.3.1
10602023-05-03T02:36:39.733Z Downloaded http v0.2.9
10612023-05-03T02:36:39.738Z Downloaded libm v0.2.6
10622023-05-03T02:36:39.744Z Downloaded itertools v0.10.5
10632023-05-03T02:36:39.750Z Downloaded nom v7.1.3
10642023-05-03T02:36:39.755Z Downloaded radix_trie v0.2.1
10652023-05-03T02:36:39.760Z Downloaded unicode-normalization v0.1.22
10662023-05-03T02:36:39.765Z Downloaded trust-dns-server v0.22.0
10672023-05-03T02:36:39.771Z Downloaded clap v3.2.23
10682023-05-03T02:36:39.776Z Downloaded der v0.6.1
10692023-05-03T02:36:39.781Z Downloaded bitvec v1.0.1
10702023-05-03T02:36:39.787Z Downloaded regex v1.8.1
10712023-05-03T02:36:39.793Z Downloaded winnow v0.3.5
10722023-05-03T02:36:39.799Z Downloaded hyper v0.14.26
10732023-05-03T02:36:39.805Z Downloaded backtrace v0.3.67
10742023-05-03T02:36:39.811Z Downloaded hkdf v0.12.3
10752023-05-03T02:36:39.818Z Downloaded git2 v0.16.1
10762023-05-03T02:36:39.825Z Downloaded tokio-util v0.7.8
10772023-05-03T02:36:39.830Z Downloaded tui v0.19.0
10782023-05-03T02:36:39.836Z Downloaded idna v0.2.3
10792023-05-03T02:36:39.842Z Downloaded webpki-roots v0.22.6
10802023-05-03T02:36:39.847Z Downloaded syn v2.0.15
10812023-05-03T02:36:39.852Z Downloaded syn v1.0.109
10822023-05-03T02:36:39.857Z Downloaded bindgen v0.65.1
10832023-05-03T02:36:39.863Z Downloaded object v0.30.3
10842023-05-03T02:36:39.868Z Downloaded regress v0.5.0
10852023-05-03T02:36:39.873Z Downloaded polar-core v0.26.4
10862023-05-03T02:36:39.878Z Downloaded idna v0.3.0
10872023-05-03T02:36:39.884Z Downloaded bstr v1.3.0
10882023-05-03T02:36:39.889Z Downloaded rustls v0.21.0
10892023-05-03T02:36:39.895Z Downloaded openapiv3 v1.0.2
10902023-05-03T02:36:39.900Z Downloaded rustix v0.36.9
10912023-05-03T02:36:39.905Z Downloaded regex-syntax v0.6.29
10922023-05-03T02:36:39.910Z Downloaded rustls v0.20.8
10932023-05-03T02:36:39.915Z Downloaded rustix v0.37.7
10942023-05-03T02:36:39.920Z Downloaded bstr v0.2.17
10952023-05-03T02:36:39.926Z Downloaded trust-dns-proto v0.22.0
10962023-05-03T02:36:39.931Z Downloaded openssl v0.10.52
10972023-05-03T02:36:39.936Z Downloaded encoding_rs v0.8.32
10982023-05-03T02:36:39.942Z Downloaded smoltcp v0.8.2
10992023-05-03T02:36:39.947Z Downloaded lalrpop v0.19.9
11002023-05-03T02:36:39.953Z Downloaded regex-syntax v0.7.1
11012023-05-03T02:36:39.959Z Downloaded libz-sys v1.1.8
11022023-05-03T02:36:39.964Z Downloaded diesel v2.0.4
11032023-05-03T02:36:39.969Z Downloaded libtest-mimic v0.5.2
11042023-05-03T02:36:39.974Z Downloaded zerocopy-derive v0.3.2
11052023-05-03T02:36:39.979Z Downloaded sled v0.34.7
11062023-05-03T02:36:39.984Z Downloaded curve25519-dalek v3.2.0
11072023-05-03T02:36:39.989Z Downloaded zerocopy-derive v0.2.0
11082023-05-03T02:36:39.994Z Downloaded bzip2-sys v0.1.11+1.0.8
11092023-05-03T02:36:39.999Z Downloaded libc v0.2.142
11102023-05-03T02:36:40.004Z Downloaded gimli v0.27.2
11112023-05-03T02:36:40.009Z Downloaded tokio v1.28.0
11122023-05-03T02:36:40.014Z Downloaded sha3 v0.10.7
11132023-05-03T02:36:40.019Z Downloaded libgit2-sys v0.14.2+1.5.1
11142023-05-03T02:36:40.024Z Downloaded ring v0.16.20
11152023-05-03T02:36:40.032Z Compiling proc-macro2 v1.0.56
11162023-05-03T02:36:40.036Z Compiling quote v1.0.26
11172023-05-03T02:36:40.041Z Compiling unicode-ident v1.0.8
11182023-05-03T02:36:40.046Z Compiling libc v0.2.142
11192023-05-03T02:36:40.051Z Compiling serde_derive v1.0.160
11202023-05-03T02:36:40.056Z Compiling serde v1.0.160
11212023-05-03T02:36:40.062Z Compiling autocfg v1.1.0
11222023-05-03T02:36:40.067Z Compiling syn v1.0.109
11232023-05-03T02:36:40.075Z Running `rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/proc-macro2-1.0.56/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="proc-macro"' -C metadata=d2377feec725126e -C extra-filename=-d2377feec725126e --out-dir /work/oxidecomputer/omicron/target/debug/build/proc-macro2-d2377feec725126e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
11242023-05-03T02:36:40.080Z Running `rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/quote-1.0.26/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="proc-macro"' -C metadata=8ada409832599cad -C extra-filename=-8ada409832599cad --out-dir /work/oxidecomputer/omicron/target/debug/build/quote-8ada409832599cad -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
11252023-05-03T02:36:40.086Z Running `rustc --crate-name unicode_ident --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/unicode-ident-1.0.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=cac0b16a95f51052 -C extra-filename=-cac0b16a95f51052 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
11262023-05-03T02:36:40.091Z Running `rustc --crate-name build_script_build /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/serde-1.0.160/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="rc"' --cfg 'feature="serde_derive"' --cfg 'feature="std"' -C metadata=5aef4175b8d97e66 -C extra-filename=-5aef4175b8d97e66 --out-dir /work/oxidecomputer/omicron/target/debug/build/serde-5aef4175b8d97e66 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
11272023-05-03T02:36:40.097Z Running `rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/syn-1.0.109/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --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=6b3f15fddb63042e -C extra-filename=-6b3f15fddb63042e --out-dir /work/oxidecomputer/omicron/target/debug/build/syn-6b3f15fddb63042e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
11282023-05-03T02:36:40.102Z Running `rustc --crate-name build_script_build /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/serde_derive-1.0.160/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' -C metadata=0985ff7cfe00eb1d -C extra-filename=-0985ff7cfe00eb1d --out-dir /work/oxidecomputer/omicron/target/debug/build/serde_derive-0985ff7cfe00eb1d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
11292023-05-03T02:36:40.108Z Running `rustc --crate-name autocfg /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/autocfg-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=b469fd17c8c79041 -C extra-filename=-b469fd17c8c79041 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
11302023-05-03T02:36:40.113Z Running `rustc --crate-name build_script_build /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.142/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="extra_traits"' --cfg 'feature="std"' -C metadata=521a2f676dd74705 -C extra-filename=-521a2f676dd74705 --out-dir /work/oxidecomputer/omicron/target/debug/build/libc-521a2f676dd74705 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
11312023-05-03T02:36:41.088Z Compiling cfg-if v1.0.0
11322023-05-03T02:36:41.094Z Running `rustc --crate-name cfg_if --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 -C metadata=04f30b2fb38eaf49 -C extra-filename=-04f30b2fb38eaf49 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
11332023-05-03T02:36:41.099Z Compiling version_check v0.9.4
11342023-05-03T02:36:41.104Z Running `rustc --crate-name version_check /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/version_check-0.9.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=cc4f27bdf927284c -C extra-filename=-cc4f27bdf927284c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
11352023-05-03T02:36:41.866Z Compiling memchr v2.5.0
11362023-05-03T02:36:41.873Z Running `rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/memchr-2.5.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=e1b4716fe6b6f3c8 -C extra-filename=-e1b4716fe6b6f3c8 --out-dir /work/oxidecomputer/omicron/target/debug/build/memchr-e1b4716fe6b6f3c8 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
11372023-05-03T02:36:42.505Z Compiling lock_api v0.4.9
11382023-05-03T02:36:42.512Z Running `rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/lock_api-0.4.9/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 -C metadata=321669c608e9a2ac -C extra-filename=-321669c608e9a2ac --out-dir /work/oxidecomputer/omicron/target/debug/build/lock_api-321669c608e9a2ac -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-b469fd17c8c79041.rlib --cap-lints allow -D warnings`
11392023-05-03T02:36:43.200Z Running `/work/oxidecomputer/omicron/target/debug/build/lock_api-321669c608e9a2ac/build-script-build`
11402023-05-03T02:36:43.214Z Running `/work/oxidecomputer/omicron/target/debug/build/memchr-e1b4716fe6b6f3c8/build-script-build`
11412023-05-03T02:36:43.245Z Running `/work/oxidecomputer/omicron/target/debug/build/libc-521a2f676dd74705/build-script-build`
11422023-05-03T02:36:43.251Z Running `/work/oxidecomputer/omicron/target/debug/build/proc-macro2-d2377feec725126e/build-script-build`
11432023-05-03T02:36:43.257Z Running `/work/oxidecomputer/omicron/target/debug/build/quote-8ada409832599cad/build-script-build`
11442023-05-03T02:36:43.262Z Running `/work/oxidecomputer/omicron/target/debug/build/syn-6b3f15fddb63042e/build-script-build`
11452023-05-03T02:36:43.268Z Running `/work/oxidecomputer/omicron/target/debug/build/serde-5aef4175b8d97e66/build-script-build`
11462023-05-03T02:36:43.274Z Running `/work/oxidecomputer/omicron/target/debug/build/serde_derive-0985ff7cfe00eb1d/build-script-build`
11472023-05-03T02:36:43.293Z Compiling once_cell v1.17.1
11482023-05-03T02:36:43.311Z Running `rustc --crate-name once_cell --edition=2021 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/once_cell-1.17.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=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="race"' --cfg 'feature="std"' --cfg 'feature="unstable"' -C metadata=163217bf2304842d -C extra-filename=-163217bf2304842d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
11492023-05-03T02:36:43.443Z Running `rustc --crate-name libc /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.142/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="extra_traits"' --cfg 'feature="std"' -C metadata=3b4ca36201d98b6d -C extra-filename=-3b4ca36201d98b6d --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`
11502023-05-03T02:36:43.451Z Compiling parking_lot_core v0.9.7
11512023-05-03T02:36:43.473Z Running `rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/parking_lot_core-0.9.7/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 -C metadata=8654f235a6e6fbee -C extra-filename=-8654f235a6e6fbee --out-dir /work/oxidecomputer/omicron/target/debug/build/parking_lot_core-8654f235a6e6fbee -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
11522023-05-03T02:36:43.480Z Compiling log v0.4.17
11532023-05-03T02:36:43.488Z Running `rustc --crate-name build_script_build /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/log-0.4.17/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="std"' -C metadata=4027dee30c955474 -C extra-filename=-4027dee30c955474 --out-dir /work/oxidecomputer/omicron/target/debug/build/log-4027dee30c955474 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
11542023-05-03T02:36:43.494Z Compiling thiserror v1.0.40
11552023-05-03T02:36:43.500Z Running `rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/thiserror-1.0.40/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 -C metadata=f0e3898c52a2aa86 -C extra-filename=-f0e3898c52a2aa86 --out-dir /work/oxidecomputer/omicron/target/debug/build/thiserror-f0e3898c52a2aa86 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
11562023-05-03T02:36:43.951Z Running `rustc --crate-name proc_macro2 --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/proc-macro2-1.0.56/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="proc-macro"' -C metadata=7e5706224bd8cc5a -C extra-filename=-7e5706224bd8cc5a --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-cac0b16a95f51052.rmeta --cap-lints allow -D warnings --cfg use_proc_macro --cfg wrap_proc_macro`
11572023-05-03T02:36:43.957Z Running `rustc --crate-name memchr --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/memchr-2.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=c09eeb87cc2a190d -C extra-filename=-c09eeb87cc2a190d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings --cfg memchr_runtime_simd --cfg memchr_runtime_sse2 --cfg memchr_runtime_sse42 --cfg memchr_runtime_avx`
11582023-05-03T02:36:43.962Z Compiling itoa v1.0.6
11592023-05-03T02:36:43.968Z Running `rustc --crate-name itoa --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/itoa-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=2 -C metadata=8c2f39bfab5667a6 -C extra-filename=-8c2f39bfab5667a6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
11602023-05-03T02:36:44.215Z Compiling tokio v1.28.0
11612023-05-03T02:36:44.224Z Running `rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/tokio-1.28.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --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=2b3b1fd281199e15 -C extra-filename=-2b3b1fd281199e15 --out-dir /work/oxidecomputer/omicron/target/debug/build/tokio-2b3b1fd281199e15 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-b469fd17c8c79041.rlib --cap-lints allow -D warnings`
11622023-05-03T02:36:44.287Z Compiling futures-core v0.3.28
11632023-05-03T02:36:44.293Z Running `rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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 -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=881cd829886d43c1 -C extra-filename=-881cd829886d43c1 --out-dir /work/oxidecomputer/omicron/target/debug/build/futures-core-881cd829886d43c1 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
11642023-05-03T02:36:44.466Z Running `/work/oxidecomputer/omicron/target/debug/build/log-4027dee30c955474/build-script-build`
11652023-05-03T02:36:44.471Z Compiling serde_json v1.0.96
11662023-05-03T02:36:44.477Z Running `rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/serde_json-1.0.96/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=9347ad03e60418a0 -C extra-filename=-9347ad03e60418a0 --out-dir /work/oxidecomputer/omicron/target/debug/build/serde_json-9347ad03e60418a0 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
11672023-05-03T02:36:44.658Z Running `/work/oxidecomputer/omicron/target/debug/build/parking_lot_core-8654f235a6e6fbee/build-script-build`
11682023-05-03T02:36:44.690Z Compiling indexmap v1.9.3
11692023-05-03T02:36:44.695Z Running `rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/indexmap-1.9.3/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="serde"' --cfg 'feature="serde-1"' --cfg 'feature="std"' -C metadata=6cc4570977828291 -C extra-filename=-6cc4570977828291 --out-dir /work/oxidecomputer/omicron/target/debug/build/indexmap-6cc4570977828291 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-b469fd17c8c79041.rlib --cap-lints allow -D warnings`
11702023-05-03T02:36:44.807Z Running `/work/oxidecomputer/omicron/target/debug/build/thiserror-f0e3898c52a2aa86/build-script-build`
11712023-05-03T02:36:45.393Z Running `rustc --crate-name quote --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/quote-1.0.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=2 --cfg 'feature="default"' --cfg 'feature="proc-macro"' -C metadata=dee3cb74b1ec4ef9 -C extra-filename=-dee3cb74b1ec4ef9 --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-7e5706224bd8cc5a.rmeta --cap-lints allow -D warnings`
11722023-05-03T02:36:45.399Z Running `/work/oxidecomputer/omicron/target/debug/build/tokio-2b3b1fd281199e15/build-script-build`
11732023-05-03T02:36:45.407Z Running `/work/oxidecomputer/omicron/target/debug/build/futures-core-881cd829886d43c1/build-script-build`
11742023-05-03T02:36:45.412Z Compiling typenum v1.16.0
11752023-05-03T02:36:45.426Z Running `rustc --crate-name build_script_main --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/typenum-1.16.0/build/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 -C metadata=964ed2d1a2a777be -C extra-filename=-964ed2d1a2a777be --out-dir /work/oxidecomputer/omicron/target/debug/build/typenum-964ed2d1a2a777be -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
11762023-05-03T02:36:45.432Z Running `/work/oxidecomputer/omicron/target/debug/build/indexmap-6cc4570977828291/build-script-build`
11772023-05-03T02:36:45.437Z Compiling generic-array v0.14.6
11782023-05-03T02:36:45.442Z Running `rustc --crate-name build_script_build /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/generic-array-0.14.6/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="more_lengths"' -C metadata=e33a4b2886143333 -C extra-filename=-e33a4b2886143333 --out-dir /work/oxidecomputer/omicron/target/debug/build/generic-array-e33a4b2886143333 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-cc4f27bdf927284c.rlib --cap-lints allow -D warnings`
11792023-05-03T02:36:45.542Z Compiling slab v0.4.8
11802023-05-03T02:36:45.548Z Running `rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/slab-0.4.8/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=c42acca2013c27f9 -C extra-filename=-c42acca2013c27f9 --out-dir /work/oxidecomputer/omicron/target/debug/build/slab-c42acca2013c27f9 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-b469fd17c8c79041.rlib --cap-lints allow -D warnings`
11812023-05-03T02:36:45.743Z Running `/work/oxidecomputer/omicron/target/debug/build/serde_json-9347ad03e60418a0/build-script-build`
11822023-05-03T02:36:45.933Z Compiling syn v2.0.15
11832023-05-03T02:36:45.939Z Running `rustc --crate-name syn --edition=2021 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/syn-2.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=2 --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-mut"' -C metadata=2466aa954e1f2dbb -C extra-filename=-2466aa954e1f2dbb --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-7e5706224bd8cc5a.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-dee3cb74b1ec4ef9.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-cac0b16a95f51052.rmeta --cap-lints allow -D warnings`
11842023-05-03T02:36:46.156Z Running `rustc --crate-name syn --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 --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=bb189b68ee44fd46 -C extra-filename=-bb189b68ee44fd46 --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-7e5706224bd8cc5a.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-dee3cb74b1ec4ef9.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-cac0b16a95f51052.rmeta --cap-lints allow -D warnings --cfg syn_disable_nightly_tests`
11852023-05-03T02:36:46.292Z Compiling jobserver v0.1.26
11862023-05-03T02:36:46.315Z Running `rustc --crate-name jobserver --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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 debuginfo=2 -C metadata=c3d35378b0f69007 -C extra-filename=-c3d35378b0f69007 --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-3b4ca36201d98b6d.rmeta --cap-lints allow -D warnings`
11872023-05-03T02:36:46.345Z Running `/work/oxidecomputer/omicron/target/debug/build/generic-array-e33a4b2886143333/build-script-build`
11882023-05-03T02:36:46.821Z Compiling getrandom v0.2.8
11892023-05-03T02:36:46.827Z Running `rustc --crate-name getrandom --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/getrandom-0.2.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=2 --cfg 'feature="std"' -C metadata=55d70096c84cdf67 -C extra-filename=-55d70096c84cdf67 --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-04f30b2fb38eaf49.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-3b4ca36201d98b6d.rmeta --cap-lints allow -D warnings`
11902023-05-03T02:36:46.832Z Compiling futures-task v0.3.28
11912023-05-03T02:36:46.838Z Running `rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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 -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="std"' -C metadata=005d671e1e715d71 -C extra-filename=-005d671e1e715d71 --out-dir /work/oxidecomputer/omicron/target/debug/build/futures-task-005d671e1e715d71 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
11922023-05-03T02:36:46.843Z Compiling futures-channel v0.3.28
11932023-05-03T02:36:46.848Z Running `rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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 -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="futures-sink"' --cfg 'feature="sink"' --cfg 'feature="std"' -C metadata=fbea7759ebc06785 -C extra-filename=-fbea7759ebc06785 --out-dir /work/oxidecomputer/omicron/target/debug/build/futures-channel-fbea7759ebc06785 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
11942023-05-03T02:36:47.095Z Compiling cc v1.0.79
11952023-05-03T02:36:47.101Z Running `rustc --crate-name cc --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/cc-1.0.79/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="jobserver"' --cfg 'feature="parallel"' -C metadata=e09e7f98979d5df6 -C extra-filename=-e09e7f98979d5df6 --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-c3d35378b0f69007.rmeta --cap-lints allow -D warnings`
11962023-05-03T02:36:47.358Z Running `/work/oxidecomputer/omicron/target/debug/build/slab-c42acca2013c27f9/build-script-build`
11972023-05-03T02:36:47.393Z Running `/work/oxidecomputer/omicron/target/debug/build/futures-task-005d671e1e715d71/build-script-build`
11982023-05-03T02:36:47.428Z Compiling futures-util v0.3.28
11992023-05-03T02:36:47.433Z Running `rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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 -C debuginfo=2 --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=7f2d069cfbc21bf7 -C extra-filename=-7f2d069cfbc21bf7 --out-dir /work/oxidecomputer/omicron/target/debug/build/futures-util-7f2d069cfbc21bf7 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
12002023-05-03T02:36:47.450Z Running `/work/oxidecomputer/omicron/target/debug/build/typenum-964ed2d1a2a777be/build-script-main`
12012023-05-03T02:36:47.628Z Running `/work/oxidecomputer/omicron/target/debug/build/futures-channel-fbea7759ebc06785/build-script-build`
12022023-05-03T02:36:47.653Z Compiling libm v0.2.6
12032023-05-03T02:36:47.685Z Running `rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/libm-0.2.6/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' -C metadata=ab364f5b12172ad1 -C extra-filename=-ab364f5b12172ad1 --out-dir /work/oxidecomputer/omicron/target/debug/build/libm-ab364f5b12172ad1 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
12042023-05-03T02:36:47.777Z Compiling num-traits v0.2.15
12052023-05-03T02:36:47.783Z Running `rustc --crate-name build_script_build /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/num-traits-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 debuginfo=2 --cfg 'feature="default"' --cfg 'feature="libm"' --cfg 'feature="std"' -C metadata=89a509376efb85e9 -C extra-filename=-89a509376efb85e9 --out-dir /work/oxidecomputer/omicron/target/debug/build/num-traits-89a509376efb85e9 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-b469fd17c8c79041.rlib --cap-lints allow -D warnings`
12062023-05-03T02:36:47.811Z Compiling ryu v1.0.13
12072023-05-03T02:36:47.816Z Running `rustc --crate-name ryu --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/ryu-1.0.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=08c6c5b094cea360 -C extra-filename=-08c6c5b094cea360 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
12082023-05-03T02:36:48.247Z Compiling hashbrown v0.12.3
12092023-05-03T02:36:48.253Z Running `rustc --crate-name hashbrown --edition=2021 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 --cfg 'feature="raw"' -C metadata=cab5b6912db11de3 -C extra-filename=-cab5b6912db11de3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
12102023-05-03T02:36:48.259Z Running `/work/oxidecomputer/omicron/target/debug/build/futures-util-7f2d069cfbc21bf7/build-script-build`
12112023-05-03T02:36:48.266Z Compiling bitflags v1.3.2
12122023-05-03T02:36:48.317Z Running `rustc --crate-name bitflags --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 --cfg 'feature="default"' -C metadata=f311115e4eb2c3ba -C extra-filename=-f311115e4eb2c3ba --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
12132023-05-03T02:36:48.491Z Running `/work/oxidecomputer/omicron/target/debug/build/libm-ab364f5b12172ad1/build-script-build`
12142023-05-03T02:36:48.496Z Running `/work/oxidecomputer/omicron/target/debug/build/num-traits-89a509376efb85e9/build-script-build`
12152023-05-03T02:36:48.518Z Compiling unicode-xid v0.2.4
12162023-05-03T02:36:48.523Z Running `rustc --crate-name unicode_xid /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/unicode-xid-0.2.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' -C metadata=e3433c1316f2cfd1 -C extra-filename=-e3433c1316f2cfd1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
12172023-05-03T02:36:48.540Z Compiling heck v0.4.1
12182023-05-03T02:36:48.545Z Running `rustc --crate-name heck --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 --cfg 'feature="default"' -C metadata=73a3701d0b9eac26 -C extra-filename=-73a3701d0b9eac26 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
12192023-05-03T02:36:48.600Z Running `rustc --crate-name libc /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.142/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="extra_traits"' --cfg 'feature="std"' -C metadata=8ace6616485d65e0 -C extra-filename=-8ace6616485d65e0 --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`
12202023-05-03T02:36:48.912Z Compiling num-integer v0.1.45
12212023-05-03T02:36:48.926Z Running `rustc --crate-name build_script_build /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/num-integer-0.1.45/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=a206e005e0fa69d9 -C extra-filename=-a206e005e0fa69d9 --out-dir /work/oxidecomputer/omicron/target/debug/build/num-integer-a206e005e0fa69d9 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-b469fd17c8c79041.rlib --cap-lints allow -D warnings`
12222023-05-03T02:36:49.675Z Compiling fnv v1.0.7
12232023-05-03T02:36:49.681Z Running `rustc --crate-name fnv /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=ce07f21fc5183631 -C extra-filename=-ce07f21fc5183631 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
12242023-05-03T02:36:49.689Z Running `/work/oxidecomputer/omicron/target/debug/build/num-integer-a206e005e0fa69d9/build-script-build`
12252023-05-03T02:36:49.967Z Compiling io-lifetimes v1.0.6
12262023-05-03T02:36:49.972Z Running `rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/io-lifetimes-1.0.6/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="close"' --cfg 'feature="default"' --cfg 'feature="libc"' --cfg 'feature="windows-sys"' -C metadata=3ee124b369139b8f -C extra-filename=-3ee124b369139b8f --out-dir /work/oxidecomputer/omicron/target/debug/build/io-lifetimes-3ee124b369139b8f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
12272023-05-03T02:36:50.309Z Running `rustc --crate-name build_script_build /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/log-0.4.17/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 -C metadata=ec1de55687536755 -C extra-filename=-ec1de55687536755 --out-dir /work/oxidecomputer/omicron/target/debug/build/log-ec1de55687536755 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
12282023-05-03T02:36:50.444Z Compiling time v0.1.45
12292023-05-03T02:36:50.466Z Running `rustc --crate-name time /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/time-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=2 -C metadata=0bdffc43e0fc4da2 -C extra-filename=-0bdffc43e0fc4da2 --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-3b4ca36201d98b6d.rmeta --cap-lints allow -D warnings`
12302023-05-03T02:36:51.114Z Compiling iana-time-zone v0.1.53
12312023-05-03T02:36:51.120Z Running `rustc --crate-name iana_time_zone --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/iana-time-zone-0.1.53/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="fallback"' -C metadata=cd7d914c63146de4 -C extra-filename=-cd7d914c63146de4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
12322023-05-03T02:36:51.125Z Running `/work/oxidecomputer/omicron/target/debug/build/log-ec1de55687536755/build-script-build`
12332023-05-03T02:36:51.135Z Running `rustc --crate-name log /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/log-0.4.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=2 -C metadata=6ea2251cc3fbcfe3 -C extra-filename=-6ea2251cc3fbcfe3 --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-04f30b2fb38eaf49.rmeta --cap-lints allow -D warnings --cfg atomic_cas --cfg has_atomics`
12342023-05-03T02:36:51.347Z Running `/work/oxidecomputer/omicron/target/debug/build/io-lifetimes-3ee124b369139b8f/build-script-build`
12352023-05-03T02:36:51.773Z Compiling aho-corasick v1.0.1
12362023-05-03T02:36:51.778Z Running `rustc --crate-name aho_corasick --edition=2021 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/aho-corasick-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=2 --cfg 'feature="default"' --cfg 'feature="perf-literal"' --cfg 'feature="std"' -C metadata=3b5fcedb48cce00f -C extra-filename=-3b5fcedb48cce00f --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-c09eeb87cc2a190d.rmeta --cap-lints allow -D warnings`
12372023-05-03T02:36:51.936Z Running `rustc --crate-name cfg_if --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 -C metadata=3236f5900b9f1a09 -C extra-filename=-3236f5900b9f1a09 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
12382023-05-03T02:36:52.087Z Compiling scopeguard v1.1.0
12392023-05-03T02:36:52.093Z Running `rustc --crate-name scopeguard /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/scopeguard-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=2 -C metadata=0791dfc24663be81 -C extra-filename=-0791dfc24663be81 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
12402023-05-03T02:36:52.523Z Compiling httparse v1.8.0
12412023-05-03T02:36:52.528Z Running `rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/httparse-1.8.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=b67edc673aabd7d9 -C extra-filename=-b67edc673aabd7d9 --out-dir /work/oxidecomputer/omicron/target/debug/build/httparse-b67edc673aabd7d9 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
12422023-05-03T02:36:52.534Z Compiling regex-syntax v0.7.1
12432023-05-03T02:36:52.539Z Running `rustc --crate-name regex_syntax --edition=2021 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/regex-syntax-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=2 --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=dbddc3c3b41a4117 -C extra-filename=-dbddc3c3b41a4117 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
12442023-05-03T02:36:52.545Z Compiling pkg-config v0.3.26
12452023-05-03T02:36:52.559Z Running `rustc --crate-name pkg_config /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/pkg-config-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=2 -C metadata=6c2f9a43eb482275 -C extra-filename=-6c2f9a43eb482275 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
12462023-05-03T02:36:52.564Z Compiling tinyvec_macros v0.1.1
12472023-05-03T02:36:52.570Z Running `rustc --crate-name tinyvec_macros --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 -C metadata=99b3b595c61446a1 -C extra-filename=-99b3b595c61446a1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
12482023-05-03T02:36:52.669Z Compiling tinyvec v1.6.0
12492023-05-03T02:36:52.689Z Running `rustc --crate-name tinyvec --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="tinyvec_macros"' -C metadata=56b69fdff343f5c4 -C extra-filename=-56b69fdff343f5c4 --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-99b3b595c61446a1.rmeta --cap-lints allow -D warnings`
12502023-05-03T02:36:53.108Z Running `/work/oxidecomputer/omicron/target/debug/build/httparse-b67edc673aabd7d9/build-script-build`
12512023-05-03T02:36:53.143Z Compiling ring v0.16.20
12522023-05-03T02:36:53.148Z Compiling semver v1.0.17
12532023-05-03T02:36:53.153Z Running `rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/ring-0.16.20/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="dev_urandom_fallback"' --cfg 'feature="once_cell"' --cfg 'feature="std"' -C metadata=714c535d9103bbdb -C extra-filename=-714c535d9103bbdb --out-dir /work/oxidecomputer/omicron/target/debug/build/ring-714c535d9103bbdb -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-e09e7f98979d5df6.rlib --cap-lints allow -D warnings`
12542023-05-03T02:36:53.159Z Running `rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/semver-1.0.17/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' -C metadata=70f9f31ab32cede2 -C extra-filename=-70f9f31ab32cede2 --out-dir /work/oxidecomputer/omicron/target/debug/build/semver-70f9f31ab32cede2 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
12552023-05-03T02:36:54.374Z Running `/work/oxidecomputer/omicron/target/debug/build/semver-70f9f31ab32cede2/build-script-build`
12562023-05-03T02:36:54.631Z Running `rustc --crate-name lock_api --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/lock_api-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=2 -C metadata=f05743061401e5a5 -C extra-filename=-f05743061401e5a5 --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-0791dfc24663be81.rmeta --cap-lints allow -D warnings --cfg has_const_fn_trait_bound`
12572023-05-03T02:36:55.411Z Compiling dyn-clone v1.0.11
12582023-05-03T02:36:55.416Z Running `rustc --crate-name dyn_clone --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/dyn-clone-1.0.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=5e05b1663f0a4f80 -C extra-filename=-5e05b1663f0a4f80 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
12592023-05-03T02:36:55.498Z Compiling unicode-normalization v0.1.22
12602023-05-03T02:36:55.503Z Running `rustc --crate-name unicode_normalization --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=57b5dedda31d991d -C extra-filename=-57b5dedda31d991d --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-56b69fdff343f5c4.rmeta --cap-lints allow -D warnings`
12612023-05-03T02:36:55.584Z Compiling unicode-bidi v0.3.11
12622023-05-03T02:36:55.610Z Running `rustc --crate-name unicode_bidi --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/unicode-bidi-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=2 --cfg 'feature="default"' --cfg 'feature="hardcoded-data"' --cfg 'feature="std"' -C metadata=a5a7334514cbc220 -C extra-filename=-a5a7334514cbc220 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
12632023-05-03T02:36:55.693Z Running `/work/oxidecomputer/omicron/target/debug/build/ring-714c535d9103bbdb/build-script-build`
12642023-05-03T02:36:55.956Z Compiling percent-encoding v2.2.0
12652023-05-03T02:36:55.961Z Running `rustc --crate-name percent_encoding --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/percent-encoding-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=2 --cfg 'feature="alloc"' --cfg 'feature="default"' -C metadata=26d0fb26396a5e09 -C extra-filename=-26d0fb26396a5e09 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
12662023-05-03T02:36:56.807Z Compiling form_urlencoded v1.1.0
12672023-05-03T02:36:56.813Z Running `rustc --crate-name form_urlencoded --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/form_urlencoded-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=2 -C metadata=3e7ce30d02521130 -C extra-filename=-3e7ce30d02521130 --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-26d0fb26396a5e09.rmeta --cap-lints allow -D warnings`
12682023-05-03T02:36:57.312Z Compiling ucd-trie v0.1.5
12692023-05-03T02:36:57.316Z Running `rustc --crate-name ucd_trie --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/ucd-trie-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=2 --cfg 'feature="std"' -C metadata=bd6c310bb2770695 -C extra-filename=-bd6c310bb2770695 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
12702023-05-03T02:36:57.434Z Compiling slog v2.7.0
12712023-05-03T02:36:57.440Z Running `rustc --crate-name build_script_build /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/slog-2.7.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="dynamic-keys"' --cfg 'feature="max_level_trace"' --cfg 'feature="release_max_level_debug"' --cfg 'feature="std"' -C metadata=f77bbbcbf5ef1495 -C extra-filename=-f77bbbcbf5ef1495 --out-dir /work/oxidecomputer/omicron/target/debug/build/slog-f77bbbcbf5ef1495 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
12722023-05-03T02:36:58.480Z Running `/work/oxidecomputer/omicron/target/debug/build/slog-f77bbbcbf5ef1495/build-script-build`
12732023-05-03T02:36:58.669Z Compiling regex v1.8.1
12742023-05-03T02:36:58.674Z Running `rustc --crate-name regex --edition=2021 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/regex-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=2 --cfg 'feature="aho-corasick"' --cfg 'feature="default"' --cfg 'feature="memchr"' --cfg 'feature="perf"' --cfg 'feature="perf-cache"' --cfg 'feature="perf-dfa"' --cfg 'feature="perf-inline"' --cfg 'feature="perf-literal"' --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=9544c2a73650ad75 -C extra-filename=-9544c2a73650ad75 --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-3b5fcedb48cce00f.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-c09eeb87cc2a190d.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-dbddc3c3b41a4117.rmeta --cap-lints allow -D warnings`
12752023-05-03T02:36:58.699Z Compiling smallvec v1.10.0
12762023-05-03T02:36:58.704Z Running `rustc --crate-name smallvec --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/smallvec-1.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=2 -C metadata=bc35ee4d7e9a60d5 -C extra-filename=-bc35ee4d7e9a60d5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
12772023-05-03T02:36:58.800Z Compiling rustls v0.20.8
12782023-05-03T02:36:58.805Z Running `rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/rustls-0.20.8/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="dangerous_configuration"' --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="tls12"' -C metadata=1112e0bb934ce367 -C extra-filename=-1112e0bb934ce367 --out-dir /work/oxidecomputer/omicron/target/debug/build/rustls-1112e0bb934ce367 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
12792023-05-03T02:36:59.659Z Compiling idna v0.3.0
12802023-05-03T02:36:59.666Z Running `rustc --crate-name idna --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/idna-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=2 -C metadata=7e7eeb80feeffe06 -C extra-filename=-7e7eeb80feeffe06 --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-a5a7334514cbc220.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-57b5dedda31d991d.rmeta --cap-lints allow -D warnings`
12812023-05-03T02:36:59.671Z Compiling schemars v0.8.12
12822023-05-03T02:36:59.676Z Running `rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/schemars-0.8.12/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="bytes"' --cfg 'feature="chrono"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="schemars_derive"' --cfg 'feature="uuid1"' -C metadata=f798ea907b6a0b75 -C extra-filename=-f798ea907b6a0b75 --out-dir /work/oxidecomputer/omicron/target/debug/build/schemars-f798ea907b6a0b75 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
12832023-05-03T02:37:00.335Z Compiling synstructure v0.12.6
12842023-05-03T02:37:00.355Z Running `rustc --crate-name synstructure --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/synstructure-0.12.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="proc-macro"' -C metadata=f9b9ef8d187ce780 -C extra-filename=-f9b9ef8d187ce780 --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-7e5706224bd8cc5a.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-dee3cb74b1ec4ef9.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-bb189b68ee44fd46.rmeta --extern unicode_xid=/work/oxidecomputer/omicron/target/debug/deps/libunicode_xid-e3433c1316f2cfd1.rmeta --cap-lints allow -D warnings`
12852023-05-03T02:37:01.089Z Compiling serde_derive_internals v0.26.0
12862023-05-03T02:37:01.094Z Running `rustc --crate-name serde_derive_internals /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/serde_derive_internals-0.26.0/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=5ba4a52212e4701a -C extra-filename=-5ba4a52212e4701a --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-7e5706224bd8cc5a.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-dee3cb74b1ec4ef9.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-bb189b68ee44fd46.rmeta --cap-lints allow -D warnings`
12872023-05-03T02:37:02.641Z Compiling url v2.3.1
12882023-05-03T02:37:02.675Z Running `rustc --crate-name url --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/url-2.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' -C metadata=4ee9d7fe35d44397 -C extra-filename=-4ee9d7fe35d44397 --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-3e7ce30d02521130.rmeta --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-7e7eeb80feeffe06.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-26d0fb26396a5e09.rmeta --cap-lints allow -D warnings`
12892023-05-03T02:37:04.694Z Running `/work/oxidecomputer/omicron/target/debug/build/schemars-f798ea907b6a0b75/build-script-build`
12902023-05-03T02:37:04.729Z Running `rustc --crate-name parking_lot_core --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/parking_lot_core-0.9.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=2 -C metadata=730c18a05e5c6119 -C extra-filename=-730c18a05e5c6119 --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-04f30b2fb38eaf49.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-3b4ca36201d98b6d.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-bc35ee4d7e9a60d5.rmeta --cap-lints allow -D warnings`
12912023-05-03T02:37:06.270Z Compiling bytes v1.4.0
12922023-05-03T02:37:06.276Z Running `rustc --crate-name bytes --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/bytes-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=2 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=0a4474ea66a11d41 -C extra-filename=-0a4474ea66a11d41 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
12932023-05-03T02:37:06.295Z Compiling rustix v0.37.7
12942023-05-03T02:37:06.301Z Compiling async-trait v0.1.68
12952023-05-03T02:37:06.306Z Running `rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/rustix-0.37.7/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="io-lifetimes"' --cfg 'feature="libc"' --cfg 'feature="std"' --cfg 'feature="use-libc-auxv"' -C metadata=aae300c5b9bc2a87 -C extra-filename=-aae300c5b9bc2a87 --out-dir /work/oxidecomputer/omicron/target/debug/build/rustix-aae300c5b9bc2a87 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
12962023-05-03T02:37:06.311Z Running `rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/async-trait-0.1.68/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 -C metadata=8bea9c6d6817f0c8 -C extra-filename=-8bea9c6d6817f0c8 --out-dir /work/oxidecomputer/omicron/target/debug/build/async-trait-8bea9c6d6817f0c8 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
12972023-05-03T02:37:07.366Z Compiling parking_lot v0.12.1
12982023-05-03T02:37:07.372Z Running `rustc --crate-name parking_lot --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 --cfg 'feature="default"' -C metadata=92b760a87b8a5ee6 -C extra-filename=-92b760a87b8a5ee6 --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-f05743061401e5a5.rmeta --extern parking_lot_core=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot_core-730c18a05e5c6119.rmeta --cap-lints allow -D warnings`
12992023-05-03T02:37:07.488Z Running `/work/oxidecomputer/omicron/target/debug/build/async-trait-8bea9c6d6817f0c8/build-script-build`
13002023-05-03T02:37:07.755Z Running `rustc --crate-name build_script_build /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/num-traits-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 debuginfo=2 -C metadata=bb6bb90655f4e58e -C extra-filename=-bb6bb90655f4e58e --out-dir /work/oxidecomputer/omicron/target/debug/build/num-traits-bb6bb90655f4e58e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-b469fd17c8c79041.rlib --cap-lints allow -D warnings`
13012023-05-03T02:37:07.794Z Running `/work/oxidecomputer/omicron/target/debug/build/rustix-aae300c5b9bc2a87/build-script-build`
13022023-05-03T02:37:08.236Z Compiling ahash v0.8.3
13032023-05-03T02:37:08.243Z Running `rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/ahash-0.8.3/./build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 -C metadata=a0dcdc5ca35156ed -C extra-filename=-a0dcdc5ca35156ed --out-dir /work/oxidecomputer/omicron/target/debug/build/ahash-a0dcdc5ca35156ed -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-cc4f27bdf927284c.rlib --cap-lints allow -D warnings`
13042023-05-03T02:37:08.273Z Running `rustc --crate-name build_script_build /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/num-integer-0.1.45/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 -C metadata=b81a3f3ccfea9d62 -C extra-filename=-b81a3f3ccfea9d62 --out-dir /work/oxidecomputer/omicron/target/debug/build/num-integer-b81a3f3ccfea9d62 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-b469fd17c8c79041.rlib --cap-lints allow -D warnings`
13052023-05-03T02:37:08.431Z Running `/work/oxidecomputer/omicron/target/debug/build/num-traits-bb6bb90655f4e58e/build-script-build`
13062023-05-03T02:37:08.733Z Compiling strsim v0.10.0
13072023-05-03T02:37:08.738Z Running `rustc --crate-name strsim /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 -C metadata=e8413a99eb1b4827 -C extra-filename=-e8413a99eb1b4827 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
13082023-05-03T02:37:08.869Z Running `/work/oxidecomputer/omicron/target/debug/build/ahash-a0dcdc5ca35156ed/build-script-build`
13092023-05-03T02:37:09.050Z Running `/work/oxidecomputer/omicron/target/debug/build/num-integer-b81a3f3ccfea9d62/build-script-build`
13102023-05-03T02:37:09.668Z Compiling backtrace v0.3.67
13112023-05-03T02:37:09.686Z Running `rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.67/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=fbd4d8eabb101a9c -C extra-filename=-fbd4d8eabb101a9c --out-dir /work/oxidecomputer/omicron/target/debug/build/backtrace-fbd4d8eabb101a9c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-e09e7f98979d5df6.rlib --cap-lints allow -D warnings`
13122023-05-03T02:37:09.697Z Compiling unicode-width v0.1.10
13132023-05-03T02:37:09.718Z Running `rustc --crate-name unicode_width /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/unicode-width-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=2 --cfg 'feature="default"' -C metadata=20b404251b8c4e7b -C extra-filename=-20b404251b8c4e7b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
13142023-05-03T02:37:09.752Z Running `rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/schemars-0.8.12/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="chrono"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="schemars_derive"' --cfg 'feature="uuid1"' -C metadata=a5fa1b93867dfb71 -C extra-filename=-a5fa1b93867dfb71 --out-dir /work/oxidecomputer/omicron/target/debug/build/schemars-a5fa1b93867dfb71 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
13152023-05-03T02:37:09.764Z Running `rustc --crate-name ahash --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 -C metadata=29581833625aa09a -C extra-filename=-29581833625aa09a --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-04f30b2fb38eaf49.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-163217bf2304842d.rmeta --cap-lints allow -D warnings --cfg 'feature="folded_multiply"'`
13162023-05-03T02:37:10.458Z Running `/work/oxidecomputer/omicron/target/debug/build/backtrace-fbd4d8eabb101a9c/build-script-build`
13172023-05-03T02:37:10.481Z Running `rustc --crate-name num_traits /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/num-traits-0.2.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=2e1fc6740a503aa7 -C extra-filename=-2e1fc6740a503aa7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings --cfg has_i128 --cfg has_to_int_unchecked --cfg has_reverse_bits --cfg has_leading_trailing_ones --cfg has_int_assignop_ref --cfg has_div_euclid`
13182023-05-03T02:37:10.510Z Compiling anyhow v1.0.71
13192023-05-03T02:37:10.555Z Running `rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/anyhow-1.0.71/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="backtrace"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=0fcb19df007f178e -C extra-filename=-0fcb19df007f178e --out-dir /work/oxidecomputer/omicron/target/debug/build/anyhow-0fcb19df007f178e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
13202023-05-03T02:37:10.573Z Running `/work/oxidecomputer/omicron/target/debug/build/schemars-a5fa1b93867dfb71/build-script-build`
13212023-05-03T02:37:10.611Z Compiling hashbrown v0.13.2
13222023-05-03T02:37:10.616Z Running `rustc --crate-name hashbrown --edition=2021 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 --cfg 'feature="ahash"' --cfg 'feature="default"' --cfg 'feature="inline-more"' -C metadata=53c63bfe96af4734 -C extra-filename=-53c63bfe96af4734 --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-29581833625aa09a.rmeta --cap-lints allow -D warnings`
13232023-05-03T02:37:10.635Z Compiling http v0.2.9
13242023-05-03T02:37:10.640Z Running `rustc --crate-name http --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 -C metadata=26988da961a51b0a -C extra-filename=-26988da961a51b0a --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-0a4474ea66a11d41.rmeta --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-ce07f21fc5183631.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-8c2f39bfab5667a6.rmeta --cap-lints allow -D warnings`
13252023-05-03T02:37:11.129Z Compiling pin-project-lite v0.2.9
13262023-05-03T02:37:11.144Z Running `rustc --crate-name pin_project_lite --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/pin-project-lite-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=2 -C metadata=e7c61360741e590c -C extra-filename=-e7c61360741e590c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
13272023-05-03T02:37:11.159Z Compiling crossbeam-utils v0.8.15
13282023-05-03T02:37:11.171Z Running `rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/crossbeam-utils-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 -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=3b1b16a54d8c8707 -C extra-filename=-3b1b16a54d8c8707 --out-dir /work/oxidecomputer/omicron/target/debug/build/crossbeam-utils-3b1b16a54d8c8707 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
13292023-05-03T02:37:11.230Z Compiling libz-sys v1.1.8
13302023-05-03T02:37:11.250Z Running `rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/libz-sys-1.1.8/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="libc"' -C metadata=5993fd1fe85bb0db -C extra-filename=-5993fd1fe85bb0db --out-dir /work/oxidecomputer/omicron/target/debug/build/libz-sys-5993fd1fe85bb0db -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-e09e7f98979d5df6.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-6c2f9a43eb482275.rlib --cap-lints allow -D warnings`
13312023-05-03T02:37:11.783Z Running `/work/oxidecomputer/omicron/target/debug/build/anyhow-0fcb19df007f178e/build-script-build`
13322023-05-03T02:37:12.617Z Running `/work/oxidecomputer/omicron/target/debug/build/crossbeam-utils-3b1b16a54d8c8707/build-script-build`
13332023-05-03T02:37:13.037Z Compiling time-core v0.1.0
13342023-05-03T02:37:13.043Z Running `rustc --crate-name time_core --edition=2021 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/time-core-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=2 -C metadata=60fb2b41e8d82ac2 -C extra-filename=-60fb2b41e8d82ac2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
13352023-05-03T02:37:13.048Z Compiling libgit2-sys v0.14.2+1.5.1
13362023-05-03T02:37:13.053Z Running `rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.14.2+1.5.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 -C metadata=8151df589afe5f73 -C extra-filename=-8151df589afe5f73 --out-dir /work/oxidecomputer/omicron/target/debug/build/libgit2-sys-8151df589afe5f73 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-e09e7f98979d5df6.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-6c2f9a43eb482275.rlib --cap-lints allow -D warnings`
13372023-05-03T02:37:13.066Z Compiling time-macros v0.2.8
13382023-05-03T02:37:13.071Z Running `rustc --crate-name time_macros --edition=2021 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/time-macros-0.2.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="formatting"' --cfg 'feature="parsing"' -C metadata=663719debbfe7f36 -C extra-filename=-663719debbfe7f36 --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-60fb2b41e8d82ac2.rlib --extern proc_macro --cap-lints allow -D warnings`
13392023-05-03T02:37:13.077Z Compiling regress v0.5.0
13402023-05-03T02:37:13.102Z Running `rustc --crate-name regress --edition=2021 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/regress-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=2 --cfg 'feature="backend-pikevm"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=db0a4bf089e05b10 -C extra-filename=-db0a4bf089e05b10 --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-53c63bfe96af4734.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-c09eeb87cc2a190d.rmeta --cap-lints allow -D warnings`
13412023-05-03T02:37:13.110Z Running `/work/oxidecomputer/omicron/target/debug/build/libz-sys-5993fd1fe85bb0db/build-script-build`
13422023-05-03T02:37:13.115Z Compiling signal-hook-registry v1.4.1
13432023-05-03T02:37:13.122Z Running `rustc --crate-name signal_hook_registry /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 -C metadata=def73f6f73862150 -C extra-filename=-def73f6f73862150 --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-3b4ca36201d98b6d.rmeta --cap-lints allow -D warnings`
13442023-05-03T02:37:14.042Z Running `rustc --crate-name serde_derive /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/serde_derive-1.0.160/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' -C metadata=c95b9f7bda17ba0d -C extra-filename=-c95b9f7bda17ba0d --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-7e5706224bd8cc5a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-dee3cb74b1ec4ef9.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-2466aa954e1f2dbb.rlib --extern proc_macro --cap-lints allow -D warnings`
13452023-05-03T02:37:14.238Z Compiling thiserror-impl v1.0.40
13462023-05-03T02:37:14.246Z Running `rustc --crate-name thiserror_impl --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/thiserror-impl-1.0.40/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=2 -C metadata=11aa1b5f99ab35ef -C extra-filename=-11aa1b5f99ab35ef --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-7e5706224bd8cc5a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-dee3cb74b1ec4ef9.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-2466aa954e1f2dbb.rlib --extern proc_macro --cap-lints allow -D warnings`
13472023-05-03T02:37:14.257Z Compiling tokio-macros v2.1.0
13482023-05-03T02:37:14.263Z Running `rustc --crate-name tokio_macros --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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 debuginfo=2 -C metadata=6eba0e6564167369 -C extra-filename=-6eba0e6564167369 --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-7e5706224bd8cc5a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-dee3cb74b1ec4ef9.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-2466aa954e1f2dbb.rlib --extern proc_macro --cap-lints allow -D warnings`
13492023-05-03T02:37:15.475Z Compiling futures-macro v0.3.28
13502023-05-03T02:37:15.482Z Running `rustc --crate-name futures_macro --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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 debuginfo=2 -C metadata=6356d845814a6b10 -C extra-filename=-6356d845814a6b10 --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-7e5706224bd8cc5a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-dee3cb74b1ec4ef9.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-2466aa954e1f2dbb.rlib --extern proc_macro --cap-lints allow -D warnings`
13512023-05-03T02:37:15.755Z Running `rustc --crate-name async_trait --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/async-trait-0.1.68/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=2 -C metadata=9dd1362437d01057 -C extra-filename=-9dd1362437d01057 --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-7e5706224bd8cc5a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-dee3cb74b1ec4ef9.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-2466aa954e1f2dbb.rlib --extern proc_macro --cap-lints allow -D warnings`
13522023-05-03T02:37:15.832Z Compiling schemars_derive v0.8.12
13532023-05-03T02:37:15.861Z Running `rustc --crate-name schemars_derive --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/schemars_derive-0.8.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=2 -C metadata=91b79f36707f31aa -C extra-filename=-91b79f36707f31aa --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-7e5706224bd8cc5a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-dee3cb74b1ec4ef9.rlib --extern serde_derive_internals=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive_internals-5ba4a52212e4701a.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-bb189b68ee44fd46.rlib --extern proc_macro --cap-lints allow -D warnings`
13542023-05-03T02:37:19.210Z Compiling tracing-attributes v0.1.23
13552023-05-03T02:37:19.215Z Running `rustc --crate-name tracing_attributes --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/tracing-attributes-0.1.23/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=2 -C metadata=d742ae360bd985dc -C extra-filename=-d742ae360bd985dc --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-7e5706224bd8cc5a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-dee3cb74b1ec4ef9.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-bb189b68ee44fd46.rlib --extern proc_macro --cap-lints allow -D warnings`
13562023-05-03T02:37:20.213Z Running `rustc --crate-name num_integer /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 -C metadata=9be5b5de00f9a3b8 -C extra-filename=-9be5b5de00f9a3b8 --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-2e1fc6740a503aa7.rmeta --cap-lints allow -D warnings --cfg has_i128`
13572023-05-03T02:37:21.209Z Compiling zerocopy-derive v0.2.0
13582023-05-03T02:37:21.216Z Running `rustc --crate-name zerocopy_derive --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/zerocopy-derive-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=2 -C metadata=6b6a344716a6d37b -C extra-filename=-6b6a344716a6d37b --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-7e5706224bd8cc5a.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-bb189b68ee44fd46.rlib --extern synstructure=/work/oxidecomputer/omicron/target/debug/deps/libsynstructure-f9b9ef8d187ce780.rlib --extern proc_macro --cap-lints allow -D warnings`
13592023-05-03T02:37:21.750Z Compiling clap_derive v4.2.0
13602023-05-03T02:37:21.755Z Running `rustc --crate-name clap_derive --edition=2021 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/clap_derive-4.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' -C metadata=77ee6421d7b4ea2e -C extra-filename=-77ee6421d7b4ea2e --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-73a3701d0b9eac26.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-7e5706224bd8cc5a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-dee3cb74b1ec4ef9.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-2466aa954e1f2dbb.rlib --extern proc_macro --cap-lints allow -D warnings`
13612023-05-03T02:37:23.041Z Running `rustc --crate-name thiserror --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/thiserror-1.0.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=2 -C metadata=6f624496ed77b6b0 -C extra-filename=-6f624496ed77b6b0 --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-11aa1b5f99ab35ef.so --cap-lints allow -D warnings`
13622023-05-03T02:37:23.065Z Compiling rustix v0.36.9
13632023-05-03T02:37:23.071Z Running `rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/rustix-0.36.9/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="io-lifetimes"' --cfg 'feature="libc"' --cfg 'feature="std"' --cfg 'feature="termios"' --cfg 'feature="use-libc-auxv"' -C metadata=2a9c360c3e997c98 -C extra-filename=-2a9c360c3e997c98 --out-dir /work/oxidecomputer/omicron/target/debug/build/rustix-2a9c360c3e997c98 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
13642023-05-03T02:37:23.414Z Compiling pest v2.5.6
13652023-05-03T02:37:23.419Z Running `rustc --crate-name pest --edition=2021 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/pest-2.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=2 --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="thiserror"' -C metadata=9b0432a3f92043f4 -C extra-filename=-9b0432a3f92043f4 --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-6f624496ed77b6b0.rmeta --extern ucd_trie=/work/oxidecomputer/omicron/target/debug/deps/libucd_trie-bd6c310bb2770695.rmeta --cap-lints allow -D warnings`
13662023-05-03T02:37:24.060Z Running `/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-8151df589afe5f73/build-script-build`
13672023-05-03T02:37:24.159Z Running `rustc --crate-name libz_sys --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/libz-sys-1.1.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=2 --cfg 'feature="libc"' -C metadata=15e86e43c4ac624f -C extra-filename=-15e86e43c4ac624f --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-3b4ca36201d98b6d.rmeta --cap-lints allow -D warnings -L native=/usr/lib/amd64 -l z`
13682023-05-03T02:37:24.537Z Compiling num_cpus v1.15.0
13692023-05-03T02:37:24.543Z Running `rustc --crate-name num_cpus /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/num_cpus-1.15.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=4109d35b8c842e3e -C extra-filename=-4109d35b8c842e3e --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-3b4ca36201d98b6d.rmeta --cap-lints allow -D warnings`
13702023-05-03T02:37:24.585Z Running `/work/oxidecomputer/omicron/target/debug/build/rustix-2a9c360c3e997c98/build-script-build`
13712023-05-03T02:37:24.833Z Compiling getopts v0.2.21
13722023-05-03T02:37:24.838Z Running `rustc --crate-name getopts /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 -C metadata=525e2de25a5caf85 -C extra-filename=-525e2de25a5caf85 --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-20b404251b8c4e7b.rmeta --cap-lints allow -D warnings`
13732023-05-03T02:37:24.855Z Compiling byteorder v1.4.3
13742023-05-03T02:37:24.865Z Running `rustc --crate-name byteorder --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=9a41fb58065deab6 -C extra-filename=-9a41fb58065deab6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
13752023-05-03T02:37:25.058Z Compiling unsafe-libyaml v0.2.7
13762023-05-03T02:37:25.489Z Running `rustc --crate-name unsafe_libyaml --edition=2021 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/unsafe-libyaml-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=2 -C metadata=f6929016f604adcb -C extra-filename=-f6929016f604adcb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
13772023-05-03T02:37:25.891Z Compiling project-root v0.2.2
13782023-05-03T02:37:25.896Z Running `rustc --crate-name project_root --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/project-root-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=2 -C metadata=e94d3e2816edc569 -C extra-filename=-e94d3e2816edc569 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
13792023-05-03T02:37:26.322Z Compiling usdt-impl v0.3.5
13802023-05-03T02:37:26.328Z Running `rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/usdt-impl-0.3.5/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="asm"' -C metadata=57ddf866606f4112 -C extra-filename=-57ddf866606f4112 --out-dir /work/oxidecomputer/omicron/target/debug/build/usdt-impl-57ddf866606f4112 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-cc4f27bdf927284c.rlib --cap-lints allow -D warnings`
13812023-05-03T02:37:26.914Z Compiling zerocopy v0.3.0
13822023-05-03T02:37:26.933Z Running `rustc --crate-name zerocopy --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 -C metadata=43420c12b7ea2e78 -C extra-filename=-43420c12b7ea2e78 --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-9a41fb58065deab6.rmeta --extern zerocopy_derive=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy_derive-6b6a344716a6d37b.so --cap-lints allow -D warnings`
13832023-05-03T02:37:27.120Z Running `/work/oxidecomputer/omicron/target/debug/build/usdt-impl-57ddf866606f4112/build-script-build`
13842023-05-03T02:37:27.213Z Compiling socket2 v0.4.9
13852023-05-03T02:37:27.237Z Running `rustc --crate-name socket2 --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 --cfg 'feature="all"' -C metadata=007c37f3c3529292 -C extra-filename=-007c37f3c3529292 --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-3b4ca36201d98b6d.rmeta --cap-lints allow -D warnings`
13862023-05-03T02:37:27.735Z Compiling thread-id v4.0.0
13872023-05-03T02:37:27.741Z Running `rustc --crate-name thread_id /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/thread-id-4.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=2 -C metadata=0730b038729fb9d9 -C extra-filename=-0730b038729fb9d9 --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-3b4ca36201d98b6d.rmeta --cap-lints allow -D warnings`
13882023-05-03T02:37:28.337Z Compiling pest_meta v2.5.6
13892023-05-03T02:37:28.344Z Running `rustc --crate-name pest_meta --edition=2021 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/pest_meta-2.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=2 -C metadata=6709cbc283279cbd -C extra-filename=-6709cbc283279cbd --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-163217bf2304842d.rmeta --extern pest=/work/oxidecomputer/omicron/target/debug/deps/libpest-9b0432a3f92043f4.rmeta --cap-lints allow -D warnings`
13902023-05-03T02:37:28.349Z Compiling dof v0.1.5
13912023-05-03T02:37:28.355Z Running `rustc --crate-name dof --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 -C metadata=2d0699b3eed15eab -C extra-filename=-2d0699b3eed15eab --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-6f624496ed77b6b0.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-43420c12b7ea2e78.rmeta --cap-lints allow -D warnings`
13922023-05-03T02:37:28.870Z Running `rustc --crate-name futures_core --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=21c68b0a02370835 -C extra-filename=-21c68b0a02370835 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
13932023-05-03T02:37:28.965Z Running `rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/syn-1.0.109/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="extra-traits"' --cfg 'feature="full"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --cfg 'feature="quote"' -C metadata=d0fe2c1a1fb19d0d -C extra-filename=-d0fe2c1a1fb19d0d --out-dir /work/oxidecomputer/omicron/target/debug/build/syn-d0fe2c1a1fb19d0d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
13942023-05-03T02:37:29.033Z Running `rustc --crate-name log /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/log-0.4.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=2 --cfg 'feature="std"' -C metadata=686a5a811aee7568 -C extra-filename=-686a5a811aee7568 --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-04f30b2fb38eaf49.rmeta --cap-lints allow -D warnings --cfg atomic_cas --cfg has_atomics`
13952023-05-03T02:37:29.078Z Compiling slog-async v2.7.0
13962023-05-03T02:37:29.083Z Running `rustc --crate-name build_script_build /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/slog-async-2.7.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' -C metadata=02babcd79c4caa56 -C extra-filename=-02babcd79c4caa56 --out-dir /work/oxidecomputer/omicron/target/debug/build/slog-async-02babcd79c4caa56 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
13972023-05-03T02:37:29.770Z Compiling camino v1.1.4
13982023-05-03T02:37:29.776Z Running `rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/camino-1.1.4/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="serde"' --cfg 'feature="serde1"' -C metadata=d7cf2bb7a2f8219d -C extra-filename=-d7cf2bb7a2f8219d --out-dir /work/oxidecomputer/omicron/target/debug/build/camino-d7cf2bb7a2f8219d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
13992023-05-03T02:37:30.099Z Compiling futures-sink v0.3.28
14002023-05-03T02:37:30.104Z Running `rustc --crate-name futures_sink --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=ac14c820d4a8d8b8 -C extra-filename=-ac14c820d4a8d8b8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
14012023-05-03T02:37:30.287Z Running `/work/oxidecomputer/omicron/target/debug/build/slog-async-02babcd79c4caa56/build-script-build`
14022023-05-03T02:37:30.358Z Compiling pest_generator v2.5.6
14032023-05-03T02:37:30.364Z Running `rustc --crate-name pest_generator --edition=2021 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/pest_generator-2.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=2 --cfg 'feature="std"' -C metadata=6077d7ed525d8390 -C extra-filename=-6077d7ed525d8390 --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-9b0432a3f92043f4.rmeta --extern pest_meta=/work/oxidecomputer/omicron/target/debug/deps/libpest_meta-6709cbc283279cbd.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-7e5706224bd8cc5a.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-dee3cb74b1ec4ef9.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-bb189b68ee44fd46.rmeta --cap-lints allow -D warnings`
14042023-05-03T02:37:30.452Z Running `/work/oxidecomputer/omicron/target/debug/build/syn-d0fe2c1a1fb19d0d/build-script-build`
14052023-05-03T02:37:30.474Z Compiling async-stream-impl v0.3.5
14062023-05-03T02:37:30.480Z Running `rustc --crate-name async_stream_impl --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/async-stream-impl-0.3.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=2 -C metadata=5b0e16c509b4870c -C extra-filename=-5b0e16c509b4870c --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-7e5706224bd8cc5a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-dee3cb74b1ec4ef9.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-2466aa954e1f2dbb.rlib --extern proc_macro --cap-lints allow -D warnings`
14072023-05-03T02:37:30.506Z Compiling paste v1.0.12
14082023-05-03T02:37:30.528Z Running `rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/paste-1.0.12/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 -C metadata=288900df186ed268 -C extra-filename=-288900df186ed268 --out-dir /work/oxidecomputer/omicron/target/debug/build/paste-288900df186ed268 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
14092023-05-03T02:37:30.668Z Compiling ident_case v1.0.1
14102023-05-03T02:37:30.673Z Running `rustc --crate-name ident_case /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/ident_case-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=30a00d7fd3ffd23c -C extra-filename=-30a00d7fd3ffd23c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
14112023-05-03T02:37:31.221Z Running `/work/oxidecomputer/omicron/target/debug/build/camino-d7cf2bb7a2f8219d/build-script-build`
14122023-05-03T02:37:31.228Z Compiling pin-utils v0.1.0
14132023-05-03T02:37:31.241Z Running `rustc --crate-name pin_utils --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 -C metadata=fdb39f7fa446cdb6 -C extra-filename=-fdb39f7fa446cdb6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
14142023-05-03T02:37:31.246Z Running `rustc --crate-name futures_channel --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="futures-sink"' --cfg 'feature="sink"' --cfg 'feature="std"' -C metadata=a600999ef254de13 -C extra-filename=-a600999ef254de13 --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-21c68b0a02370835.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-ac14c820d4a8d8b8.rmeta --cap-lints allow -D warnings`
14152023-05-03T02:37:31.347Z Running `rustc --crate-name slab --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/slab-0.4.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=2 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=818019c141863939 -C extra-filename=-818019c141863939 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
14162023-05-03T02:37:31.711Z Running `/work/oxidecomputer/omicron/target/debug/build/paste-288900df186ed268/build-script-build`
14172023-05-03T02:37:31.932Z Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#d17f74d4)
14182023-05-03T02:37:31.938Z Running `rustc --crate-name futures_task --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 --cfg 'feature="alloc"' --cfg 'feature="std"' -C metadata=adf2a8356920bd6c -C extra-filename=-adf2a8356920bd6c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
14192023-05-03T02:37:31.943Z Running `rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/git/checkouts/dropshot-a4a923d29dccc492/d17f74d/dropshot/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' -C metadata=1d5f5ed3cb85ecc5 -C extra-filename=-1d5f5ed3cb85ecc5 --out-dir /work/oxidecomputer/omicron/target/debug/build/dropshot-1d5f5ed3cb85ecc5 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-cc4f27bdf927284c.rlib --cap-lints allow -D warnings`
14202023-05-03T02:37:32.043Z Compiling rustls v0.21.0
14212023-05-03T02:37:32.049Z Running `rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/rustls-0.21.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="dangerous_configuration"' --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="tls12"' -C metadata=f996368730b67a2f -C extra-filename=-f996368730b67a2f --out-dir /work/oxidecomputer/omicron/target/debug/build/rustls-f996368730b67a2f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
14222023-05-03T02:37:32.652Z Running `rustc --crate-name serde /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/serde-1.0.160/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="rc"' --cfg 'feature="serde_derive"' --cfg 'feature="std"' -C metadata=9d729fa31918ec84 -C extra-filename=-9d729fa31918ec84 --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-c95b9f7bda17ba0d.so --cap-lints allow -D warnings`
14232023-05-03T02:37:32.659Z Running `rustc --crate-name serde /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/serde-1.0.160/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="rc"' --cfg 'feature="serde_derive"' --cfg 'feature="std"' -C metadata=8eb9b2d8b171c9a9 -C extra-filename=-8eb9b2d8b171c9a9 --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-c95b9f7bda17ba0d.so --cap-lints allow -D warnings`
14242023-05-03T02:37:32.664Z Compiling futures-io v0.3.28
14252023-05-03T02:37:32.675Z Running `rustc --crate-name futures_io --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 --cfg 'feature="std"' -C metadata=6d16c06f9c564be5 -C extra-filename=-6d16c06f9c564be5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
14262023-05-03T02:37:32.689Z Running `/work/oxidecomputer/omicron/target/debug/build/dropshot-1d5f5ed3cb85ecc5/build-script-build`
14272023-05-03T02:37:32.935Z Running `rustc --crate-name paste --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/paste-1.0.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=2 -C metadata=e128a85526f2d403 -C extra-filename=-e128a85526f2d403 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro --cap-lints allow -D warnings`
14282023-05-03T02:37:33.233Z Running `rustc --crate-name futures_util --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 --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=837078368698f4bc -C extra-filename=-837078368698f4bc --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-a600999ef254de13.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-21c68b0a02370835.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-6d16c06f9c564be5.rmeta --extern futures_macro=/work/oxidecomputer/omicron/target/debug/deps/libfutures_macro-6356d845814a6b10.so --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-ac14c820d4a8d8b8.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-adf2a8356920bd6c.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-c09eeb87cc2a190d.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-e7c61360741e590c.rmeta --extern pin_utils=/work/oxidecomputer/omicron/target/debug/deps/libpin_utils-fdb39f7fa446cdb6.rmeta --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-818019c141863939.rmeta --cap-lints allow -D warnings`
14292023-05-03T02:37:33.405Z Compiling regex-syntax v0.6.29
14302023-05-03T02:37:33.410Z Running `rustc --crate-name regex_syntax --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 --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=cd9e30330f673fbf -C extra-filename=-cd9e30330f673fbf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
14312023-05-03T02:37:34.332Z Compiling rustversion v1.0.12
14322023-05-03T02:37:34.346Z Running `rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/rustversion-1.0.12/build/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 -C metadata=f150672f4c171dac -C extra-filename=-f150672f4c171dac --out-dir /work/oxidecomputer/omicron/target/debug/build/rustversion-f150672f4c171dac -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
14332023-05-03T02:37:34.570Z Compiling lazy_static v1.4.0
14342023-05-03T02:37:34.576Z Running `rustc --crate-name lazy_static /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 -C metadata=754126440583bf8d -C extra-filename=-754126440583bf8d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
14352023-05-03T02:37:34.906Z Compiling semver v0.1.20
14362023-05-03T02:37:34.929Z Running `rustc --crate-name semver /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/semver-0.1.20/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=8e646ea97f8c572e -C extra-filename=-8e646ea97f8c572e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
14372023-05-03T02:37:35.881Z Compiling rustc_version v0.1.7
14382023-05-03T02:37:35.898Z Running `rustc --crate-name rustc_version /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc_version-0.1.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=2809a68f4fbe6036 -C extra-filename=-2809a68f4fbe6036 --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-8e646ea97f8c572e.rmeta --cap-lints allow -D warnings`
14392023-05-03T02:37:35.928Z Running `/work/oxidecomputer/omicron/target/debug/build/rustversion-f150672f4c171dac/build-script-build`
14402023-05-03T02:37:36.153Z Running `rustc --crate-name rustversion --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/rustversion-1.0.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=2 -C metadata=6270b944f5d61a3e -C extra-filename=-6270b944f5d61a3e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro --cap-lints allow -D warnings`
14412023-05-03T02:37:36.476Z Compiling darling_core v0.20.0
14422023-05-03T02:37:36.482Z Running `rustc --crate-name darling_core --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/darling_core-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=2 --cfg 'feature="strsim"' --cfg 'feature="suggestions"' -C metadata=29189d27888f42cf -C extra-filename=-29189d27888f42cf --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-ce07f21fc5183631.rmeta --extern ident_case=/work/oxidecomputer/omicron/target/debug/deps/libident_case-30a00d7fd3ffd23c.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-7e5706224bd8cc5a.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-dee3cb74b1ec4ef9.rmeta --extern strsim=/work/oxidecomputer/omicron/target/debug/deps/libstrsim-e8413a99eb1b4827.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-2466aa954e1f2dbb.rmeta --cap-lints allow -D warnings`
14432023-05-03T02:37:37.028Z Compiling newtype_derive v0.1.6
14442023-05-03T02:37:37.034Z Running `rustc --crate-name build_script_build /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/newtype_derive-0.1.6/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=4dc981f885b0d622 -C extra-filename=-4dc981f885b0d622 --out-dir /work/oxidecomputer/omicron/target/debug/build/newtype_derive-4dc981f885b0d622 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-2809a68f4fbe6036.rlib --cap-lints allow -D warnings`
14452023-05-03T02:37:37.744Z Running `rustc --crate-name typenum --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/typenum-1.16.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=df404cb60c39ea0f -C extra-filename=-df404cb60c39ea0f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
14462023-05-03T02:37:37.782Z Compiling pest_derive v2.5.6
14472023-05-03T02:37:37.797Z Running `rustc --crate-name pest_derive --edition=2021 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/pest_derive-2.5.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=dfc5f67eabb745ee -C extra-filename=-dfc5f67eabb745ee --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-9b0432a3f92043f4.rlib --extern pest_generator=/work/oxidecomputer/omicron/target/debug/deps/libpest_generator-6077d7ed525d8390.rlib --extern proc_macro --cap-lints allow -D warnings`
14482023-05-03T02:37:39.833Z Compiling strum_macros v0.24.3
14492023-05-03T02:37:39.839Z Running `rustc --crate-name strum_macros --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/strum_macros-0.24.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=2 -C metadata=658e60ebdf77446a -C extra-filename=-658e60ebdf77446a --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-73a3701d0b9eac26.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-7e5706224bd8cc5a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-dee3cb74b1ec4ef9.rlib --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-6270b944f5d61a3e.so --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-bb189b68ee44fd46.rlib --extern proc_macro --cap-lints allow -D warnings`
14502023-05-03T02:37:40.516Z Compiling dtrace-parser v0.1.14
14512023-05-03T02:37:40.534Z Running `rustc --crate-name dtrace_parser --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 -C metadata=deb9bf74670443e1 -C extra-filename=-deb9bf74670443e1 --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-9b0432a3f92043f4.rmeta --extern pest_derive=/work/oxidecomputer/omicron/target/debug/deps/libpest_derive-dfc5f67eabb745ee.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-6f624496ed77b6b0.rmeta --cap-lints allow -D warnings`
14522023-05-03T02:37:40.586Z Compiling spin v0.5.2
14532023-05-03T02:37:40.591Z Running `rustc --crate-name spin /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 -C metadata=285b80336fec3746 -C extra-filename=-285b80336fec3746 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
14542023-05-03T02:37:41.322Z Compiling untrusted v0.7.1
14552023-05-03T02:37:41.327Z Running `rustc --crate-name untrusted --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 -C metadata=bbdb8e4945845338 -C extra-filename=-bbdb8e4945845338 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
14562023-05-03T02:37:41.621Z Running `rustc --crate-name generic_array /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/generic-array-0.14.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=2 --cfg 'feature="more_lengths"' -C metadata=993240fa64af07fc -C extra-filename=-993240fa64af07fc --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-df404cb60c39ea0f.rmeta --cap-lints allow -D warnings --cfg relaxed_coherence`
14572023-05-03T02:37:44.189Z Running `rustc --crate-name serde_json --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/serde_json-1.0.96/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=940b0a5541759ffe -C extra-filename=-940b0a5541759ffe --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-8c2f39bfab5667a6.rmeta --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-08c6c5b094cea360.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-9d729fa31918ec84.rmeta --cap-lints allow -D warnings --cfg limb_width_64`
14582023-05-03T02:37:44.237Z Running `rustc --crate-name indexmap --edition=2021 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 --cfg 'feature="serde"' --cfg 'feature="serde-1"' --cfg 'feature="std"' -C metadata=fc8e5d42700c71f2 -C extra-filename=-fc8e5d42700c71f2 --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-cab5b6912db11de3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-9d729fa31918ec84.rmeta --cap-lints allow -D warnings --cfg has_std`
14592023-05-03T02:37:44.256Z Compiling uuid v1.3.2
14602023-05-03T02:37:44.262Z Running `rustc --crate-name uuid --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/uuid-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=2 --cfg 'feature="default"' --cfg 'feature="getrandom"' --cfg 'feature="rng"' --cfg 'feature="serde"' --cfg 'feature="std"' --cfg 'feature="v4"' -C metadata=88178d7c063e03bd -C extra-filename=-88178d7c063e03bd --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-55d70096c84cdf67.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-9d729fa31918ec84.rmeta --cap-lints allow -D warnings`
14612023-05-03T02:37:44.583Z Running `rustc --crate-name semver --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/semver-1.0.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=2 --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' -C metadata=f99b5342d7e26ab1 -C extra-filename=-f99b5342d7e26ab1 --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-9d729fa31918ec84.rmeta --cap-lints allow -D warnings`
14622023-05-03T02:37:44.821Z Compiling serde_tokenstream v0.2.0
14632023-05-03T02:37:44.826Z Running `rustc --crate-name serde_tokenstream --edition=2021 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/serde_tokenstream-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=cf5961d402cf1b60 -C extra-filename=-cf5961d402cf1b60 --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-7e5706224bd8cc5a.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-dee3cb74b1ec4ef9.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-9d729fa31918ec84.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-2466aa954e1f2dbb.rmeta --cap-lints allow -D warnings`
14642023-05-03T02:37:45.712Z Compiling chrono v0.4.24
14652023-05-03T02:37:45.725Z Running `rustc --crate-name chrono --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/chrono-0.4.24/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --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="time"' --cfg 'feature="wasm-bindgen"' --cfg 'feature="wasmbind"' --cfg 'feature="winapi"' -C metadata=68105364f6f97a48 -C extra-filename=-68105364f6f97a48 --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-cd7d914c63146de4.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-9be5b5de00f9a3b8.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-2e1fc6740a503aa7.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-9d729fa31918ec84.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-0bdffc43e0fc4da2.rmeta --cap-lints allow -D warnings`
14662023-05-03T02:37:45.994Z Compiling toml v0.5.11
14672023-05-03T02:37:46.000Z Running `rustc --crate-name toml --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 --cfg 'feature="default"' -C metadata=31cb2e046662e8d8 -C extra-filename=-31cb2e046662e8d8 --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-9d729fa31918ec84.rmeta --cap-lints allow -D warnings`
14682023-05-03T02:37:46.089Z Compiling serde_yaml v0.9.19
14692023-05-03T02:37:46.094Z Running `rustc --crate-name serde_yaml --edition=2021 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/serde_yaml-0.9.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=2 -C metadata=e700f17017faebe1 -C extra-filename=-e700f17017faebe1 --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-fc8e5d42700c71f2.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-8c2f39bfab5667a6.rmeta --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-08c6c5b094cea360.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-9d729fa31918ec84.rmeta --extern unsafe_libyaml=/work/oxidecomputer/omicron/target/debug/deps/libunsafe_libyaml-f6929016f604adcb.rmeta --cap-lints allow -D warnings`
14702023-05-03T02:37:46.197Z Compiling serde_tokenstream v0.1.7
14712023-05-03T02:37:46.202Z Running `rustc --crate-name serde_tokenstream --edition=2021 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/serde_tokenstream-0.1.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=82ec069ecb9257d5 -C extra-filename=-82ec069ecb9257d5 --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-7e5706224bd8cc5a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-9d729fa31918ec84.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-bb189b68ee44fd46.rmeta --cap-lints allow -D warnings`
14722023-05-03T02:37:46.479Z Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#d17f74d4)
14732023-05-03T02:37:46.484Z Running `rustc --crate-name dropshot_endpoint --edition=2018 /home/build/.cargo/git/checkouts/dropshot-a4a923d29dccc492/d17f74d/dropshot_endpoint/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=2 -C metadata=d7fb09c5c3c76695 -C extra-filename=-d7fb09c5c3c76695 --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-7e5706224bd8cc5a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-dee3cb74b1ec4ef9.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-9d729fa31918ec84.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-cf5961d402cf1b60.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-2466aa954e1f2dbb.rlib --extern proc_macro --cap-lints allow -D warnings`
14742023-05-03T02:37:47.276Z Compiling openapiv3 v1.0.2
14752023-05-03T02:37:47.282Z Running `rustc --crate-name openapiv3 --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/openapiv3-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=2 --cfg 'feature="skip_serializing_defaults"' -C metadata=232027aad4e287f3 -C extra-filename=-232027aad4e287f3 --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-fc8e5d42700c71f2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-9d729fa31918ec84.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-940b0a5541759ffe.rmeta --cap-lints allow -D warnings`
14762023-05-03T02:37:48.986Z Running `rustc --crate-name usdt_impl --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 --cfg 'feature="asm"' -C metadata=64efabb4c0b3746d -C extra-filename=-64efabb4c0b3746d --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-9a41fb58065deab6.rmeta --extern dof=/work/oxidecomputer/omicron/target/debug/deps/libdof-2d0699b3eed15eab.rmeta --extern dtrace_parser=/work/oxidecomputer/omicron/target/debug/deps/libdtrace_parser-deb9bf74670443e1.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-3b4ca36201d98b6d.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-7e5706224bd8cc5a.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-dee3cb74b1ec4ef9.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-9d729fa31918ec84.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-940b0a5541759ffe.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-bb189b68ee44fd46.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-6f624496ed77b6b0.rmeta --extern thread_id=/work/oxidecomputer/omicron/target/debug/deps/libthread_id-0730b038729fb9d9.rmeta --cap-lints allow -D warnings --cfg usdt_stable_asm --cfg usdt_backend_standard`
14772023-05-03T02:37:49.901Z Compiling cargo-lock v8.0.3
14782023-05-03T02:37:49.906Z Running `rustc --crate-name cargo_lock --edition=2021 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/cargo-lock-8.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=2 -C metadata=ae7435ff5946b738 -C extra-filename=-ae7435ff5946b738 --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-f99b5342d7e26ab1.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-9d729fa31918ec84.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-31cb2e046662e8d8.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-4ee9d7fe35d44397.rmeta --cap-lints allow -D warnings`
14792023-05-03T02:37:49.911Z Running `rustc --crate-name bytes --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/bytes-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=2 --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' -C metadata=5d6079816e523e86 -C extra-filename=-5d6079816e523e86 --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-9d729fa31918ec84.rmeta --cap-lints allow -D warnings`
14802023-05-03T02:37:52.048Z Running `rustc --crate-name schemars --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/schemars-0.8.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=2 --cfg 'feature="chrono"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="schemars_derive"' --cfg 'feature="uuid1"' -C metadata=ea7d8177230c2992 -C extra-filename=-ea7d8177230c2992 --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-68105364f6f97a48.rmeta --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-5e05b1663f0a4f80.rmeta --extern schemars_derive=/work/oxidecomputer/omicron/target/debug/deps/libschemars_derive-91b79f36707f31aa.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-9d729fa31918ec84.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-940b0a5541759ffe.rmeta --extern uuid1=/work/oxidecomputer/omicron/target/debug/deps/libuuid-88178d7c063e03bd.rmeta --cap-lints allow -D warnings --cfg std_atomic64 --cfg std_atomic`
14812023-05-03T02:37:52.765Z Compiling darling_macro v0.20.0
14822023-05-03T02:37:52.771Z Running `rustc --crate-name darling_macro --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/darling_macro-0.20.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=2 -C metadata=976ade9dbd237fa2 -C extra-filename=-976ade9dbd237fa2 --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-29189d27888f42cf.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-dee3cb74b1ec4ef9.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-2466aa954e1f2dbb.rlib --extern proc_macro --cap-lints allow -D warnings`
14832023-05-03T02:37:53.192Z Running `/work/oxidecomputer/omicron/target/debug/build/newtype_derive-4dc981f885b0d622/build-script-build`
14842023-05-03T02:37:53.282Z Compiling usdt-attr-macro v0.3.5
14852023-05-03T02:37:53.287Z Running `rustc --crate-name usdt_attr_macro --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/usdt-attr-macro-0.3.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="asm"' -C metadata=8596bd4a0e618ba4 -C extra-filename=-8596bd4a0e618ba4 --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-deb9bf74670443e1.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-7e5706224bd8cc5a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-dee3cb74b1ec4ef9.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-82ec069ecb9257d5.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-bb189b68ee44fd46.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-64efabb4c0b3746d.rlib --extern proc_macro --cap-lints allow -D warnings`
14862023-05-03T02:37:53.414Z Compiling usdt-macro v0.3.5
14872023-05-03T02:37:53.419Z Running `rustc --crate-name usdt_macro --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/usdt-macro-0.3.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="asm"' -C metadata=3cb8529ec6a76909 -C extra-filename=-3cb8529ec6a76909 --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-deb9bf74670443e1.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-7e5706224bd8cc5a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-dee3cb74b1ec4ef9.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-82ec069ecb9257d5.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-bb189b68ee44fd46.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-64efabb4c0b3746d.rlib --extern proc_macro --cap-lints allow -D warnings`
14882023-05-03T02:37:54.196Z Compiling structmeta-derive v0.1.5
14892023-05-03T02:37:54.202Z Running `rustc --crate-name structmeta_derive --edition=2021 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/structmeta-derive-0.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=2 -C metadata=3c522b05d88f55df -C extra-filename=-3c522b05d88f55df --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-7e5706224bd8cc5a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-dee3cb74b1ec4ef9.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-bb189b68ee44fd46.rlib --extern proc_macro --cap-lints allow -D warnings`
14902023-05-03T02:37:55.084Z Compiling tracing-core v0.1.30
14912023-05-03T02:37:55.090Z Running `rustc --crate-name tracing_core --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/tracing-core-0.1.30/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="once_cell"' --cfg 'feature="std"' -C metadata=6fcefa99e1b5f98f -C extra-filename=-6fcefa99e1b5f98f --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-163217bf2304842d.rmeta --cap-lints allow -D warnings`
14922023-05-03T02:37:55.638Z Compiling typify-impl v0.0.12-dev (https://github.com/oxidecomputer/typify#4152a79d)
14932023-05-03T02:37:55.643Z Running `rustc --crate-name typify_impl --edition=2021 /home/build/.cargo/git/checkouts/typify-288d5a84bbbe6a46/4152a79/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=2 -C metadata=6bf10faecb392579 -C extra-filename=-6bf10faecb392579 --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-73a3701d0b9eac26.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-6ea2251cc3fbcfe3.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-7e5706224bd8cc5a.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-dee3cb74b1ec4ef9.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-db0a4bf089e05b10.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ea7d8177230c2992.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-940b0a5541759ffe.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-2466aa954e1f2dbb.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-6f624496ed77b6b0.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-cac0b16a95f51052.rmeta --cap-lints allow -D warnings`
14942023-05-03T02:37:56.367Z Compiling darling v0.20.0
14952023-05-03T02:37:56.372Z Running `rustc --crate-name darling --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/darling-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=2 --cfg 'feature="default"' --cfg 'feature="suggestions"' -C metadata=50e8fbf792764466 -C extra-filename=-50e8fbf792764466 --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-29189d27888f42cf.rmeta --extern darling_macro=/work/oxidecomputer/omicron/target/debug/deps/libdarling_macro-976ade9dbd237fa2.so --cap-lints allow -D warnings`
14962023-05-03T02:37:57.051Z Compiling serde_with_macros v2.3.3
14972023-05-03T02:37:57.057Z Running `rustc --crate-name serde_with_macros --edition=2021 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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 debuginfo=2 -C metadata=7485c0e6ad6fa305 -C extra-filename=-7485c0e6ad6fa305 --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-50e8fbf792764466.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-7e5706224bd8cc5a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-dee3cb74b1ec4ef9.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-2466aa954e1f2dbb.rlib --extern proc_macro --cap-lints allow -D warnings`
14982023-05-03T02:37:57.497Z Running `rustc --crate-name io_lifetimes --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/io-lifetimes-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=2 --cfg 'feature="close"' --cfg 'feature="default"' --cfg 'feature="libc"' --cfg 'feature="windows-sys"' -C metadata=4e2d5778e1ab5cdd -C extra-filename=-4e2d5778e1ab5cdd --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-3b4ca36201d98b6d.rmeta --cap-lints allow -D warnings --cfg io_safety_is_in_std`
14992023-05-03T02:37:57.718Z Compiling toml_datetime v0.6.1
15002023-05-03T02:37:57.724Z Running `rustc --crate-name toml_datetime --edition=2021 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/toml_datetime-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=2 --cfg 'feature="serde"' -C metadata=d32f7031da3cb8b9 -C extra-filename=-d32f7031da3cb8b9 --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-9d729fa31918ec84.rmeta --cap-lints allow -D warnings`
15012023-05-03T02:37:57.926Z Compiling serde_spanned v0.6.1
15022023-05-03T02:37:57.931Z Running `rustc --crate-name serde_spanned --edition=2021 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/serde_spanned-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=2 --cfg 'feature="serde"' -C metadata=cd0b24c573bc1fd9 -C extra-filename=-cd0b24c573bc1fd9 --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-9d729fa31918ec84.rmeta --cap-lints allow -D warnings`
15032023-05-03T02:37:58.479Z Compiling mio v0.8.6
15042023-05-03T02:37:58.486Z Running `rustc --crate-name mio --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/mio-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=2 --cfg 'feature="default"' --cfg 'feature="net"' --cfg 'feature="os-ext"' --cfg 'feature="os-poll"' -C metadata=f9a01259dd559e1a -C extra-filename=-f9a01259dd559e1a --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-3b4ca36201d98b6d.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-686a5a811aee7568.rmeta --cap-lints allow -D warnings`
15052023-05-03T02:37:58.501Z Compiling winnow v0.3.5
15062023-05-03T02:37:58.506Z Running `rustc --crate-name winnow --edition=2021 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/winnow-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=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=e5934ab99cf2e9e7 -C extra-filename=-e5934ab99cf2e9e7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
15072023-05-03T02:37:58.959Z Compiling base64 v0.21.0
15082023-05-03T02:37:58.965Z Running `rustc --crate-name base64 --edition=2021 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/base64-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=2 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=22d534c80d7f8257 -C extra-filename=-22d534c80d7f8257 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
15092023-05-03T02:37:58.970Z Running `rustc --crate-name libm --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/libm-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=2 --cfg 'feature="default"' -C metadata=dc8a80950d071166 -C extra-filename=-dc8a80950d071166 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
15102023-05-03T02:37:59.989Z Running `rustc --crate-name tokio --edition=2021 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/tokio-1.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=2 --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=b00445e5c4984cd2 -C extra-filename=-b00445e5c4984cd2 --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-5d6079816e523e86.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-3b4ca36201d98b6d.rmeta --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-f9a01259dd559e1a.rmeta --extern num_cpus=/work/oxidecomputer/omicron/target/debug/deps/libnum_cpus-4109d35b8c842e3e.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-92b760a87b8a5ee6.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-e7c61360741e590c.rmeta --extern signal_hook_registry=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_registry-def73f6f73862150.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-007c37f3c3529292.rmeta --extern tokio_macros=/work/oxidecomputer/omicron/target/debug/deps/libtokio_macros-6eba0e6564167369.so --cap-lints allow -D warnings`
15112023-05-03T02:38:00.451Z Running `rustc --crate-name httparse --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=054694819a5edf1d -C extra-filename=-054694819a5edf1d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings --cfg httparse_simd`
15122023-05-03T02:38:01.360Z Running `rustc --crate-name num_traits /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/num-traits-0.2.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="libm"' --cfg 'feature="std"' -C metadata=4a706b873f27c27b -C extra-filename=-4a706b873f27c27b --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-dc8a80950d071166.rmeta --cap-lints allow -D warnings --cfg has_i128 --cfg has_to_int_unchecked --cfg has_reverse_bits --cfg has_leading_trailing_ones --cfg has_int_assignop_ref --cfg has_div_euclid --cfg has_copysign`
15132023-05-03T02:38:01.552Z Compiling rand_core v0.6.4
15142023-05-03T02:38:01.557Z Running `rustc --crate-name rand_core --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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 embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="getrandom"' --cfg 'feature="std"' -C metadata=fd183f5ae42f62fa -C extra-filename=-fd183f5ae42f62fa --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-55d70096c84cdf67.rmeta --cap-lints allow -D warnings`
15152023-05-03T02:38:01.944Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
15162023-05-03T02:38:01.950Z Running `rustc --crate-name api_identity --edition=2021 api_identity/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=2 -C metadata=e947298cac75f015 -C extra-filename=-e947298cac75f015 --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 proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-7e5706224bd8cc5a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-dee3cb74b1ec4ef9.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-2466aa954e1f2dbb.rlib --extern proc_macro -D warnings`
15172023-05-03T02:38:01.967Z Compiling structmeta v0.1.5
15182023-05-03T02:38:01.987Z Running `rustc --crate-name structmeta --edition=2021 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/structmeta-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=2 -C metadata=a5f3d3d7aec46b80 -C extra-filename=-a5f3d3d7aec46b80 --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-7e5706224bd8cc5a.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-dee3cb74b1ec4ef9.rmeta --extern structmeta_derive=/work/oxidecomputer/omicron/target/debug/deps/libstructmeta_derive-3c522b05d88f55df.so --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-bb189b68ee44fd46.rmeta --cap-lints allow -D warnings`
15192023-05-03T02:38:02.806Z Compiling errno v0.2.8
15202023-05-03T02:38:02.813Z Running `rustc --crate-name errno /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/errno-0.2.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=2 -C metadata=8e749a1b6b46ee06 -C extra-filename=-8e749a1b6b46ee06 --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-3b4ca36201d98b6d.rmeta --cap-lints allow -D warnings`
15212023-05-03T02:38:02.853Z Compiling try-lock v0.2.4
15222023-05-03T02:38:02.859Z Running `rustc --crate-name try_lock /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 -C metadata=86b601f8d3d3d9e9 -C extra-filename=-86b601f8d3d3d9e9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
15232023-05-03T02:38:02.932Z Compiling parse-display-derive v0.7.0
15242023-05-03T02:38:02.939Z Running `rustc --crate-name parse_display_derive --edition=2021 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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 debuginfo=2 -C metadata=2d7c05fcc252bf81 -C extra-filename=-2d7c05fcc252bf81 --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-163217bf2304842d.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-7e5706224bd8cc5a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-dee3cb74b1ec4ef9.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-9544c2a73650ad75.rlib --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-cd9e30330f673fbf.rlib --extern structmeta=/work/oxidecomputer/omicron/target/debug/deps/libstructmeta-a5f3d3d7aec46b80.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-bb189b68ee44fd46.rlib --extern proc_macro --cap-lints allow -D warnings`
15252023-05-03T02:38:03.200Z Compiling crypto-common v0.1.6
15262023-05-03T02:38:03.206Z Running `rustc --crate-name crypto_common --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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 embed-bitcode=no -C debuginfo=2 --cfg 'feature="std"' -C metadata=f2071d483c5395bb -C extra-filename=-f2071d483c5395bb --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-993240fa64af07fc.rmeta --extern typenum=/work/oxidecomputer/omicron/target/debug/deps/libtypenum-df404cb60c39ea0f.rmeta --cap-lints allow -D warnings`
15272023-05-03T02:38:03.610Z Compiling block-buffer v0.10.4
15282023-05-03T02:38:03.615Z Running `rustc --crate-name block_buffer --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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 embed-bitcode=no -C debuginfo=2 -C metadata=2070a8a3f69426f5 -C extra-filename=-2070a8a3f69426f5 --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-993240fa64af07fc.rmeta --cap-lints allow -D warnings`
15292023-05-03T02:38:04.220Z Compiling httpdate v1.0.2
15302023-05-03T02:38:04.226Z Running `rustc --crate-name httpdate --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/httpdate-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=2 -C metadata=ece17fa9e043da37 -C extra-filename=-ece17fa9e043da37 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
15312023-05-03T02:38:04.231Z Compiling tower-service v0.3.2
15322023-05-03T02:38:04.236Z Running `rustc --crate-name tower_service --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 -C metadata=db9c90e0d9ae607f -C extra-filename=-db9c90e0d9ae607f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
15332023-05-03T02:38:04.468Z Compiling test-strategy v0.2.1
15342023-05-03T02:38:04.473Z Running `rustc --crate-name test_strategy --edition=2021 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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 debuginfo=2 -C metadata=c858a607e9f70d9d -C extra-filename=-c858a607e9f70d9d --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-7e5706224bd8cc5a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-dee3cb74b1ec4ef9.rlib --extern structmeta=/work/oxidecomputer/omicron/target/debug/deps/libstructmeta-a5f3d3d7aec46b80.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-bb189b68ee44fd46.rlib --extern proc_macro --cap-lints allow -D warnings`
15352023-05-03T02:38:04.723Z Compiling rustls-pemfile v1.0.2
15362023-05-03T02:38:04.732Z Running `rustc --crate-name rustls_pemfile --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/rustls-pemfile-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=2 -C metadata=c129a414f00beef1 -C extra-filename=-c129a414f00beef1 --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-22d534c80d7f8257.rmeta --cap-lints allow -D warnings`
15372023-05-03T02:38:05.098Z Compiling adler v1.0.2
15382023-05-03T02:38:05.110Z Running `rustc --crate-name adler /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 -C metadata=d3faff8c64e6c7aa -C extra-filename=-d3faff8c64e6c7aa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
15392023-05-03T02:38:05.119Z Compiling subtle v2.4.1
15402023-05-03T02:38:05.125Z Running `rustc --crate-name subtle /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/subtle-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=2 --cfg 'feature="i128"' --cfg 'feature="std"' -C metadata=c01aec52d29c937a -C extra-filename=-c01aec52d29c937a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
15412023-05-03T02:38:05.653Z Compiling serde_urlencoded v0.7.1
15422023-05-03T02:38:05.661Z Running `rustc --crate-name serde_urlencoded --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 -C metadata=8e61de94ee7afc12 -C extra-filename=-8e61de94ee7afc12 --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-3e7ce30d02521130.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-8c2f39bfab5667a6.rmeta --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-08c6c5b094cea360.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-9d729fa31918ec84.rmeta --cap-lints allow -D warnings`
15432023-05-03T02:38:05.667Z Compiling ipnet v2.7.1
15442023-05-03T02:38:05.685Z Running `rustc --crate-name ipnet --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/ipnet-2.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=2 --cfg 'feature="default"' -C metadata=65a75350a36aca34 -C extra-filename=-65a75350a36aca34 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
15452023-05-03T02:38:05.748Z Compiling errno v0.3.0
15462023-05-03T02:38:05.754Z Running `rustc --crate-name errno --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/errno-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=2 -C metadata=937ce19f3ca413f4 -C extra-filename=-937ce19f3ca413f4 --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-3b4ca36201d98b6d.rmeta --cap-lints allow -D warnings`
15472023-05-03T02:38:06.222Z Compiling same-file v1.0.6
15482023-05-03T02:38:06.229Z Running `rustc --crate-name same_file --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 -C metadata=acae16988e59d328 -C extra-filename=-acae16988e59d328 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
15492023-05-03T02:38:06.614Z Compiling toml_edit v0.19.7
15502023-05-03T02:38:06.619Z Running `rustc --crate-name toml_edit --edition=2021 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/toml_edit-0.19.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=2 --cfg 'feature="default"' --cfg 'feature="serde"' -C metadata=9866d235dd809611 -C extra-filename=-9866d235dd809611 --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-fc8e5d42700c71f2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-9d729fa31918ec84.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-cd0b24c573bc1fd9.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-d32f7031da3cb8b9.rmeta --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-e5934ab99cf2e9e7.rmeta --cap-lints allow -D warnings`
15512023-05-03T02:38:07.084Z Compiling utf8parse v0.2.1
15522023-05-03T02:38:07.090Z Running `rustc --crate-name utf8parse --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 --cfg 'feature="default"' -C metadata=0b495aa0b9d03782 -C extra-filename=-0b495aa0b9d03782 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
15532023-05-03T02:38:07.095Z Running `rustc --crate-name byteorder --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 --cfg 'feature="default"' --cfg 'feature="i128"' --cfg 'feature="std"' -C metadata=d01e06aeb22800a4 -C extra-filename=-d01e06aeb22800a4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
15542023-05-03T02:38:07.195Z Compiling walkdir v2.3.3
15552023-05-03T02:38:07.201Z Running `rustc --crate-name walkdir --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/walkdir-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=2 -C metadata=202a6fc207fe77c3 -C extra-filename=-202a6fc207fe77c3 --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-acae16988e59d328.rmeta --cap-lints allow -D warnings`
15562023-05-03T02:38:08.508Z Running `rustc --crate-name rustix --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/rustix-0.37.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=2 --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="io-lifetimes"' --cfg 'feature="libc"' --cfg 'feature="std"' --cfg 'feature="use-libc-auxv"' -C metadata=e1a0aad9bc2539b6 -C extra-filename=-e1a0aad9bc2539b6 --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-f311115e4eb2c3ba.rmeta --extern libc_errno=/work/oxidecomputer/omicron/target/debug/deps/liberrno-937ce19f3ca413f4.rmeta --extern io_lifetimes=/work/oxidecomputer/omicron/target/debug/deps/libio_lifetimes-4e2d5778e1ab5cdd.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-3b4ca36201d98b6d.rmeta --cap-lints allow -D warnings --cfg libc --cfg solarish`
15572023-05-03T02:38:08.514Z Compiling mime v0.3.16
15582023-05-03T02:38:08.519Z Running `rustc --crate-name mime /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/mime-0.3.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=2 -C metadata=1a5d9be8fcf2b360 -C extra-filename=-1a5d9be8fcf2b360 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
15592023-05-03T02:38:09.071Z Compiling fastrand v1.9.0
15602023-05-03T02:38:09.077Z Running `rustc --crate-name fastrand --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/fastrand-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=2 -C metadata=68ab0511c60d2390 -C extra-filename=-68ab0511c60d2390 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
15612023-05-03T02:38:09.929Z Compiling ppv-lite86 v0.2.17
15622023-05-03T02:38:09.952Z Running `rustc --crate-name ppv_lite86 --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 --cfg 'feature="simd"' --cfg 'feature="std"' -C metadata=c6a57d3ffd35d392 -C extra-filename=-c6a57d3ffd35d392 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
15632023-05-03T02:38:10.252Z Running `rustc --crate-name num_integer /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=5c515c35e9fb63ce -C extra-filename=-5c515c35e9fb63ce --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-4a706b873f27c27b.rmeta --cap-lints allow -D warnings --cfg has_i128`
15642023-05-03T02:38:11.401Z Compiling tempfile v3.5.0
15652023-05-03T02:38:11.407Z Running `rustc --crate-name tempfile --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/tempfile-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=2 -C metadata=9e43cd504d5e9604 -C extra-filename=-9e43cd504d5e9604 --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-04f30b2fb38eaf49.rmeta --extern fastrand=/work/oxidecomputer/omicron/target/debug/deps/libfastrand-68ab0511c60d2390.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-e1a0aad9bc2539b6.rmeta --cap-lints allow -D warnings`
15662023-05-03T02:38:11.845Z Compiling anstyle v1.0.0
15672023-05-03T02:38:11.873Z Running `rustc --crate-name anstyle --edition=2021 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/anstyle-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=2 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=f7dc112ad34effbd -C extra-filename=-f7dc112ad34effbd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
15682023-05-03T02:38:11.878Z Running `rustc --crate-name chrono --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/chrono-0.4.24/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --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="time"' --cfg 'feature="wasm-bindgen"' --cfg 'feature="wasmbind"' --cfg 'feature="winapi"' -C metadata=32820d6515860c0f -C extra-filename=-32820d6515860c0f --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-cd7d914c63146de4.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-5c515c35e9fb63ce.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-4a706b873f27c27b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-9d729fa31918ec84.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-0bdffc43e0fc4da2.rmeta --cap-lints allow -D warnings`
15692023-05-03T02:38:12.805Z Compiling encoding_rs v0.8.32
15702023-05-03T02:38:12.811Z Running `rustc --crate-name encoding_rs --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/encoding_rs-0.8.32/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' -C metadata=d384843086848e32 -C extra-filename=-d384843086848e32 --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-04f30b2fb38eaf49.rmeta --cap-lints allow -D warnings`
15712023-05-03T02:38:13.027Z Running `rustc --crate-name scopeguard /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/scopeguard-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=2 -C metadata=0fee4629e9df5e1e -C extra-filename=-0fee4629e9df5e1e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
15722023-05-03T02:38:13.287Z Compiling anstyle-parse v0.2.0
15732023-05-03T02:38:13.293Z Running `rustc --crate-name anstyle_parse --edition=2021 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/anstyle-parse-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=2 --cfg 'feature="default"' --cfg 'feature="utf8"' -C metadata=bf44609079838f54 -C extra-filename=-bf44609079838f54 --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-0b495aa0b9d03782.rmeta --cap-lints allow -D warnings`
15742023-05-03T02:38:13.311Z Compiling anstyle-query v1.0.0
15752023-05-03T02:38:13.329Z Running `rustc --crate-name anstyle_query --edition=2021 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 -C metadata=077b91a2c7ba2fe5 -C extra-filename=-077b91a2c7ba2fe5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
15762023-05-03T02:38:13.633Z Compiling colorchoice v1.0.0
15772023-05-03T02:38:13.639Z Running `rustc --crate-name colorchoice --edition=2021 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 -C metadata=c0f49a097ef3c600 -C extra-filename=-c0f49a097ef3c600 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
15782023-05-03T02:38:14.232Z Compiling rand_chacha v0.3.1
15792023-05-03T02:38:14.239Z Running `rustc --crate-name rand_chacha --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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 embed-bitcode=no -C debuginfo=2 --cfg 'feature="std"' -C metadata=ea8b6e4770f0df9c -C extra-filename=-ea8b6e4770f0df9c --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-c6a57d3ffd35d392.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-fd183f5ae42f62fa.rmeta --cap-lints allow -D warnings`
15802023-05-03T02:38:14.245Z Running `rustc --crate-name log /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/log-0.4.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=2 --cfg 'feature="std"' -C metadata=641ae0b131c38bfd -C extra-filename=-641ae0b131c38bfd --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-3236f5900b9f1a09.rmeta --cap-lints allow -D warnings --cfg atomic_cas --cfg has_atomics`
15812023-05-03T02:38:14.624Z Compiling clap_lex v0.4.1
15822023-05-03T02:38:14.630Z Running `rustc --crate-name clap_lex --edition=2021 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/clap_lex-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=2 -C metadata=a6a4ed414d3dd99d -C extra-filename=-a6a4ed414d3dd99d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
15832023-05-03T02:38:15.158Z Compiling rand v0.8.5
15842023-05-03T02:38:15.164Z Running `rustc --crate-name rand --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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 embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="getrandom"' --cfg 'feature="libc"' --cfg 'feature="rand_chacha"' --cfg 'feature="std"' --cfg 'feature="std_rng"' -C metadata=83008e00ec653611 -C extra-filename=-83008e00ec653611 --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-3b4ca36201d98b6d.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-ea8b6e4770f0df9c.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-fd183f5ae42f62fa.rmeta --cap-lints allow -D warnings`
15852023-05-03T02:38:15.867Z Compiling semver-parser v0.10.2
15862023-05-03T02:38:15.873Z Running `rustc --crate-name semver_parser --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/semver-parser-0.10.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=524fd550dd12ae3d -C extra-filename=-524fd550dd12ae3d --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-9b0432a3f92043f4.rmeta --cap-lints allow -D warnings`
15872023-05-03T02:38:16.463Z Compiling digest v0.10.6
15882023-05-03T02:38:16.488Z Running `rustc --crate-name digest --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/digest-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=2 --cfg 'feature="alloc"' --cfg 'feature="block-buffer"' --cfg 'feature="core-api"' --cfg 'feature="default"' --cfg 'feature="mac"' --cfg 'feature="std"' --cfg 'feature="subtle"' -C metadata=7479cde9c5aba68b -C extra-filename=-7479cde9c5aba68b --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-2070a8a3f69426f5.rmeta --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-f2071d483c5395bb.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-c01aec52d29c937a.rmeta --cap-lints allow -D warnings`
15892023-05-03T02:38:17.321Z Compiling semver v0.11.0
15902023-05-03T02:38:17.327Z Running `rustc --crate-name semver /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/semver-0.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' -C metadata=caf3b84dd82b6636 -C extra-filename=-caf3b84dd82b6636 --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-524fd550dd12ae3d.rmeta --cap-lints allow -D warnings`
15912023-05-03T02:38:18.512Z Compiling home v0.5.4
15922023-05-03T02:38:18.517Z Running `rustc --crate-name home --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/home-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=2 -C metadata=f2d3d735fb39adf0 -C extra-filename=-f2d3d735fb39adf0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
15932023-05-03T02:38:19.041Z Compiling toolchain_find v0.2.0
15942023-05-03T02:38:19.046Z Running `rustc --crate-name toolchain_find --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/toolchain_find-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=82c1f757829af1c0 -C extra-filename=-82c1f757829af1c0 --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-f2d3d735fb39adf0.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-754126440583bf8d.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-9544c2a73650ad75.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-caf3b84dd82b6636.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-202a6fc207fe77c3.rmeta --cap-lints allow -D warnings`
15952023-05-03T02:38:19.191Z Running `rustc --crate-name slog /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 --cfg 'feature="default"' --cfg 'feature="dynamic-keys"' --cfg 'feature="max_level_trace"' --cfg 'feature="release_max_level_debug"' --cfg 'feature="std"' -C metadata=608da47a6c0e709c -C extra-filename=-608da47a6c0e709c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings --cfg integer128`
15962023-05-03T02:38:19.197Z Running `rustc --crate-name lock_api --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/lock_api-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=2 -C metadata=7380492fe494c207 -C extra-filename=-7380492fe494c207 --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-0fee4629e9df5e1e.rmeta --cap-lints allow -D warnings --cfg has_const_fn_trait_bound`
15972023-05-03T02:38:20.047Z Compiling rustfmt-wrapper v0.2.0
15982023-05-03T02:38:20.053Z Running `rustc --crate-name rustfmt_wrapper --edition=2021 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/rustfmt-wrapper-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=4f3339ff6995bb00 -C extra-filename=-4f3339ff6995bb00 --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-9d729fa31918ec84.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-9e43cd504d5e9604.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-6f624496ed77b6b0.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-31cb2e046662e8d8.rmeta --extern toolchain_find=/work/oxidecomputer/omicron/target/debug/deps/libtoolchain_find-82c1f757829af1c0.rmeta --cap-lints allow -D warnings`
15992023-05-03T02:38:20.321Z Running `rustc --crate-name getrandom --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/getrandom-0.2.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=2 --cfg 'feature="std"' -C metadata=1c800a13ed8a7f75 -C extra-filename=-1c800a13ed8a7f75 --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-3236f5900b9f1a09.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-8ace6616485d65e0.rmeta --cap-lints allow -D warnings`
16002023-05-03T02:38:20.505Z Running `rustc --crate-name memchr --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/memchr-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 panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=9cfa812d8dfbd69b -C extra-filename=-9cfa812d8dfbd69b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings --cfg memchr_runtime_simd --cfg memchr_runtime_sse2 --cfg memchr_runtime_sse42 --cfg memchr_runtime_avx`
16012023-05-03T02:38:21.376Z Compiling cpufeatures v0.2.5
16022023-05-03T02:38:21.382Z Running `rustc --crate-name cpufeatures --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/cpufeatures-0.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 -C debuginfo=2 -C metadata=bd87ba1c1f9f9192 -C extra-filename=-bd87ba1c1f9f9192 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
16032023-05-03T02:38:21.388Z Compiling tracing v0.1.37
16042023-05-03T02:38:21.393Z Running `rustc --crate-name tracing --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 --cfg 'feature="attributes"' --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="std"' --cfg 'feature="tracing-attributes"' -C metadata=4aa28a08903486a7 -C extra-filename=-4aa28a08903486a7 --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-04f30b2fb38eaf49.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-686a5a811aee7568.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-e7c61360741e590c.rmeta --extern tracing_attributes=/work/oxidecomputer/omicron/target/debug/deps/libtracing_attributes-d742ae360bd985dc.so --extern tracing_core=/work/oxidecomputer/omicron/target/debug/deps/libtracing_core-6fcefa99e1b5f98f.rmeta --cap-lints allow -D warnings`
16052023-05-03T02:38:21.398Z Running `rustc --crate-name http --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 -C metadata=593a43af3ae7d8a4 -C extra-filename=-593a43af3ae7d8a4 --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-5d6079816e523e86.rmeta --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-ce07f21fc5183631.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-8c2f39bfab5667a6.rmeta --cap-lints allow -D warnings`
16062023-05-03T02:38:21.411Z Compiling futures-executor v0.3.28
16072023-05-03T02:38:21.416Z Running `rustc --crate-name futures_executor --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 --cfg 'feature="std"' -C metadata=3bd656f303efbe3a -C extra-filename=-3bd656f303efbe3a --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-21c68b0a02370835.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-adf2a8356920bd6c.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-837078368698f4bc.rmeta --cap-lints allow -D warnings`
16082023-05-03T02:38:22.171Z Compiling futures v0.3.28
16092023-05-03T02:38:22.176Z Running `rustc --crate-name futures --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 --cfg 'feature="alloc"' --cfg 'feature="async-await"' --cfg 'feature="default"' --cfg 'feature="executor"' --cfg 'feature="futures-executor"' --cfg 'feature="std"' -C metadata=7b78a4e9c695d3a0 -C extra-filename=-7b78a4e9c695d3a0 --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-a600999ef254de13.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-21c68b0a02370835.rmeta --extern futures_executor=/work/oxidecomputer/omicron/target/debug/deps/libfutures_executor-3bd656f303efbe3a.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-6d16c06f9c564be5.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-ac14c820d4a8d8b8.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-adf2a8356920bd6c.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-837078368698f4bc.rmeta --cap-lints allow -D warnings`
16102023-05-03T02:38:22.298Z Compiling toml v0.7.3
16112023-05-03T02:38:22.303Z Running `rustc --crate-name toml --edition=2021 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/toml-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=2 --cfg 'feature="default"' --cfg 'feature="display"' --cfg 'feature="parse"' -C metadata=5e80fb21cb0c93db -C extra-filename=-5e80fb21cb0c93db --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-9d729fa31918ec84.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-cd0b24c573bc1fd9.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-d32f7031da3cb8b9.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-9866d235dd809611.rmeta --cap-lints allow -D warnings`
16122023-05-03T02:38:22.807Z Running `rustc --crate-name bytes --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/bytes-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=2 --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' -C metadata=f7bc6c6fec7ff832 -C extra-filename=-f7bc6c6fec7ff832 --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-8eb9b2d8b171c9a9.rmeta --cap-lints allow -D warnings`
16132023-05-03T02:38:22.812Z Compiling atty v0.2.14
16142023-05-03T02:38:22.818Z Running `rustc --crate-name atty /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 -C metadata=fdffab5aeefb2b05 -C extra-filename=-fdffab5aeefb2b05 --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-3b4ca36201d98b6d.rmeta --cap-lints allow -D warnings`
16152023-05-03T02:38:23.011Z Running `rustc --crate-name smallvec --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/smallvec-1.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=2 -C metadata=cce82b110cd39108 -C extra-filename=-cce82b110cd39108 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
16162023-05-03T02:38:23.348Z Running `rustc --crate-name once_cell --edition=2021 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/once_cell-1.17.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=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="race"' --cfg 'feature="std"' --cfg 'feature="unstable"' -C metadata=387b4834159e45ee -C extra-filename=-387b4834159e45ee --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
16172023-05-03T02:38:23.390Z Running `rustc --crate-name schemars --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/schemars-0.8.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=2 --cfg 'feature="bytes"' --cfg 'feature="chrono"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="schemars_derive"' --cfg 'feature="uuid1"' -C metadata=60544344d4d0804a -C extra-filename=-60544344d4d0804a --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-5d6079816e523e86.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-32820d6515860c0f.rmeta --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-5e05b1663f0a4f80.rmeta --extern schemars_derive=/work/oxidecomputer/omicron/target/debug/deps/libschemars_derive-91b79f36707f31aa.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-9d729fa31918ec84.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-940b0a5541759ffe.rmeta --extern uuid1=/work/oxidecomputer/omicron/target/debug/deps/libuuid-88178d7c063e03bd.rmeta --cap-lints allow -D warnings --cfg std_atomic64 --cfg std_atomic`
16182023-05-03T02:38:24.246Z Compiling dirs-sys-next v0.1.2
16192023-05-03T02:38:24.251Z Running `rustc --crate-name dirs_sys_next --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 -C metadata=9f85494751bda26f -C extra-filename=-9f85494751bda26f --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-3b4ca36201d98b6d.rmeta --cap-lints allow -D warnings`
16202023-05-03T02:38:24.289Z Running `rustc --crate-name itoa --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/itoa-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=2 -C metadata=a838964c13797ce1 -C extra-filename=-a838964c13797ce1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
16212023-05-03T02:38:24.784Z Compiling dirs-next v2.0.0
16222023-05-03T02:38:24.790Z Running `rustc --crate-name dirs_next --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 -C metadata=82dc67954475aea1 -C extra-filename=-82dc67954475aea1 --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-04f30b2fb38eaf49.rmeta --extern dirs_sys_next=/work/oxidecomputer/omicron/target/debug/deps/libdirs_sys_next-9f85494751bda26f.rmeta --cap-lints allow -D warnings`
16232023-05-03T02:38:24.980Z Compiling tokio-util v0.7.8
16242023-05-03T02:38:24.985Z Running `rustc --crate-name tokio_util --edition=2021 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/tokio-util-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=2 --cfg 'feature="codec"' --cfg 'feature="default"' --cfg 'feature="io"' --cfg 'feature="tracing"' -C metadata=17e1fcb77c0e5746 -C extra-filename=-17e1fcb77c0e5746 --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-5d6079816e523e86.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-21c68b0a02370835.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-ac14c820d4a8d8b8.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-e7c61360741e590c.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b00445e5c4984cd2.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-4aa28a08903486a7.rmeta --cap-lints allow -D warnings`
16252023-05-03T02:38:25.445Z Compiling term v0.7.0
16262023-05-03T02:38:25.485Z Running `rustc --crate-name term --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 --cfg 'feature="default"' -C metadata=72a619a7975ce97e -C extra-filename=-72a619a7975ce97e --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-82dc67954475aea1.rmeta --cap-lints allow -D warnings`
16272023-05-03T02:38:25.491Z Compiling num_threads v0.1.6
16282023-05-03T02:38:25.496Z Running `rustc --crate-name num_threads /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 -C metadata=b97cbda3abc738e2 -C extra-filename=-b97cbda3abc738e2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
16292023-05-03T02:38:25.676Z Compiling http-body v0.4.5
16302023-05-03T02:38:25.696Z Running `rustc --crate-name http_body --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 -C metadata=2277aa031a3b1e9f -C extra-filename=-2277aa031a3b1e9f --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-5d6079816e523e86.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-593a43af3ae7d8a4.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-e7c61360741e590c.rmeta --cap-lints allow -D warnings`
16312023-05-03T02:38:25.904Z Running `rustc --crate-name parking_lot_core --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/parking_lot_core-0.9.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=2 -C metadata=1e9fbd4937a54cbe -C extra-filename=-1e9fbd4937a54cbe --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-3236f5900b9f1a09.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-8ace6616485d65e0.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-cce82b110cd39108.rmeta --cap-lints allow -D warnings`
16322023-05-03T02:38:26.287Z Compiling want v0.3.0
16332023-05-03T02:38:26.292Z Running `rustc --crate-name want --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/want-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=2 -C metadata=23e6046955e296dc -C extra-filename=-23e6046955e296dc --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-686a5a811aee7568.rmeta --extern try_lock=/work/oxidecomputer/omicron/target/debug/deps/libtry_lock-86b601f8d3d3d9e9.rmeta --cap-lints allow -D warnings`
16342023-05-03T02:38:26.515Z Compiling gimli v0.27.2
16352023-05-03T02:38:26.520Z Running `rustc --crate-name gimli --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.27.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=2 --cfg 'feature="read"' --cfg 'feature="read-core"' -C metadata=d86918e9bcfe7f1b -C extra-filename=-d86918e9bcfe7f1b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
16362023-05-03T02:38:27.093Z Compiling h2 v0.3.17
16372023-05-03T02:38:27.099Z Running `rustc --crate-name h2 --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/h2-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=2 -C metadata=7c21da37ab160294 -C extra-filename=-7c21da37ab160294 --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-5d6079816e523e86.rmeta --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-ce07f21fc5183631.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-21c68b0a02370835.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-ac14c820d4a8d8b8.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-837078368698f4bc.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-593a43af3ae7d8a4.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-fc8e5d42700c71f2.rmeta --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-818019c141863939.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b00445e5c4984cd2.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-17e1fcb77c0e5746.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-4aa28a08903486a7.rmeta --cap-lints allow -D warnings`
16382023-05-03T02:38:27.363Z Running `rustc --crate-name parking_lot --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 --cfg 'feature="default"' -C metadata=cc232eb02ca601a4 -C extra-filename=-cc232eb02ca601a4 --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-7380492fe494c207.rmeta --extern parking_lot_core=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot_core-1e9fbd4937a54cbe.rmeta --cap-lints allow -D warnings`
16392023-05-03T02:38:27.825Z Compiling siphasher v0.3.10
16402023-05-03T02:38:27.830Z Running `rustc --crate-name siphasher --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/siphasher-0.3.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=2 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=ff80b0db04f17bcf -C extra-filename=-ff80b0db04f17bcf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
16412023-05-03T02:38:28.670Z Compiling miniz_oxide v0.6.2
16422023-05-03T02:38:28.675Z Running `rustc --crate-name miniz_oxide --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/miniz_oxide-0.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=2 -C metadata=714926c894e0597f -C extra-filename=-714926c894e0597f --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-d3faff8c64e6c7aa.rmeta --cap-lints allow -D warnings`
16432023-05-03T02:38:28.742Z Compiling object v0.30.3
16442023-05-03T02:38:28.747Z Running `rustc --crate-name object --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/object-0.30.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=2 --cfg 'feature="archive"' --cfg 'feature="coff"' --cfg 'feature="elf"' --cfg 'feature="macho"' --cfg 'feature="pe"' --cfg 'feature="read_core"' --cfg 'feature="unaligned"' -C metadata=6c39376c778d3afc -C extra-filename=-6c39376c778d3afc --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-c09eeb87cc2a190d.rmeta --cap-lints allow -D warnings`
16452023-05-03T02:38:29.177Z Compiling rustc-demangle v0.1.21
16462023-05-03T02:38:29.184Z Running `rustc --crate-name rustc_demangle /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-demangle-0.1.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=2 -C metadata=9f74ce3412e6aaee -C extra-filename=-9f74ce3412e6aaee --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
16472023-05-03T02:38:30.308Z Running `rustc --crate-name crossbeam_utils --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/crossbeam-utils-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=2 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=146c66099344b1a7 -C extra-filename=-146c66099344b1a7 --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-04f30b2fb38eaf49.rmeta --cap-lints allow -D warnings`
16482023-05-03T02:38:30.575Z Running `rustc --crate-name signal_hook_registry /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 -C metadata=0a3c7bb4fa813cce -C extra-filename=-0a3c7bb4fa813cce --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-8ace6616485d65e0.rmeta --cap-lints allow -D warnings`
16492023-05-03T02:38:31.409Z Running `rustc --crate-name pin_project_lite --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/pin-project-lite-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=2 -C metadata=6c7158ab17a5e7e9 -C extra-filename=-6c7158ab17a5e7e9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
16502023-05-03T02:38:31.415Z Running `rustc --crate-name mio --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/mio-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=2 --cfg 'feature="default"' --cfg 'feature="net"' --cfg 'feature="os-ext"' --cfg 'feature="os-poll"' -C metadata=088fc82c614f6afc -C extra-filename=-088fc82c614f6afc --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-8ace6616485d65e0.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-641ae0b131c38bfd.rmeta --cap-lints allow -D warnings`
16512023-05-03T02:38:31.546Z Running `rustc --crate-name thiserror --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/thiserror-1.0.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=2 -C metadata=b122fed81b2a5729 -C extra-filename=-b122fed81b2a5729 --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-11aa1b5f99ab35ef.so --cap-lints allow -D warnings`
16522023-05-03T02:38:31.922Z Compiling fixedbitset v0.4.2
16532023-05-03T02:38:31.928Z Running `rustc --crate-name fixedbitset /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 -C metadata=833e120291b1f988 -C extra-filename=-833e120291b1f988 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
16542023-05-03T02:38:32.816Z Compiling petgraph v0.6.3
16552023-05-03T02:38:32.822Z Running `rustc --crate-name petgraph --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/petgraph-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=2 --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=9886d8f16d24129f -C extra-filename=-9886d8f16d24129f --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-833e120291b1f988.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-fc8e5d42700c71f2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-9d729fa31918ec84.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-c95b9f7bda17ba0d.so --cap-lints allow -D warnings`
16562023-05-03T02:38:32.827Z Running `rustc --crate-name typenum --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/typenum-1.16.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 -C metadata=70a8b71a55bff6c1 -C extra-filename=-70a8b71a55bff6c1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
16572023-05-03T02:38:32.995Z Running `rustc --crate-name rustix --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/rustix-0.36.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=2 --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="io-lifetimes"' --cfg 'feature="libc"' --cfg 'feature="std"' --cfg 'feature="termios"' --cfg 'feature="use-libc-auxv"' -C metadata=fa5ae7a5b14d8567 -C extra-filename=-fa5ae7a5b14d8567 --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-f311115e4eb2c3ba.rmeta --extern libc_errno=/work/oxidecomputer/omicron/target/debug/deps/liberrno-8e749a1b6b46ee06.rmeta --extern io_lifetimes=/work/oxidecomputer/omicron/target/debug/deps/libio_lifetimes-4e2d5778e1ab5cdd.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-3b4ca36201d98b6d.rmeta --cap-lints allow -D warnings --cfg libc`
16582023-05-03T02:38:33.777Z Running `rustc --crate-name bitflags --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 --cfg 'feature="default"' -C metadata=d34174f1ba198652 -C extra-filename=-d34174f1ba198652 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
16592023-05-03T02:38:34.244Z Running `rustc --crate-name num_cpus /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/num_cpus-1.15.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=2 -C metadata=553949c6eff408e5 -C extra-filename=-553949c6eff408e5 --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-8ace6616485d65e0.rmeta --cap-lints allow -D warnings`
16602023-05-03T02:38:34.407Z Compiling thread_local v1.1.7
16612023-05-03T02:38:34.412Z Running `rustc --crate-name thread_local --edition=2021 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 -C metadata=ae48b1befa8d82fa -C extra-filename=-ae48b1befa8d82fa --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-04f30b2fb38eaf49.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-163217bf2304842d.rmeta --cap-lints allow -D warnings`
16622023-05-03T02:38:35.668Z Compiling typify-macro v0.0.12-dev (https://github.com/oxidecomputer/typify#4152a79d)
16632023-05-03T02:38:35.674Z Running `rustc --crate-name typify_macro --edition=2021 /home/build/.cargo/git/checkouts/typify-288d5a84bbbe6a46/4152a79/typify-macro/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=2 -C metadata=0a1fa567035be4d4 -C extra-filename=-0a1fa567035be4d4 --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-7e5706224bd8cc5a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-dee3cb74b1ec4ef9.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ea7d8177230c2992.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-9d729fa31918ec84.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-940b0a5541759ffe.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-cf5961d402cf1b60.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-2466aa954e1f2dbb.rlib --extern typify_impl=/work/oxidecomputer/omicron/target/debug/deps/libtypify_impl-6bf10faecb392579.rlib --extern proc_macro --cap-lints allow -D warnings`
16642023-05-03T02:38:35.679Z Compiling addr2line v0.19.0
16652023-05-03T02:38:35.689Z Running `rustc --crate-name addr2line /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/addr2line-0.19.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=2e882f09238c2212 -C extra-filename=-2e882f09238c2212 --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-d86918e9bcfe7f1b.rmeta --cap-lints allow -D warnings`
16662023-05-03T02:38:35.739Z Running `rustc --crate-name generic_array /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/generic-array-0.14.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=2 --cfg 'feature="more_lengths"' -C metadata=b8eb4e30669216db -C extra-filename=-b8eb4e30669216db --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-70a8b71a55bff6c1.rmeta --cap-lints allow -D warnings --cfg relaxed_coherence`
16672023-05-03T02:38:36.328Z Compiling match_cfg v0.1.0
16682023-05-03T02:38:36.333Z Running `rustc --crate-name match_cfg /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 --cfg 'feature="default"' --cfg 'feature="use_core"' -C metadata=decf592833c8b5e3 -C extra-filename=-decf592833c8b5e3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
16692023-05-03T02:38:36.591Z Compiling hostname v0.3.1
16702023-05-03T02:38:36.597Z Running `rustc --crate-name hostname /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 --cfg 'feature="default"' -C metadata=3254486fae83975d -C extra-filename=-3254486fae83975d --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-3b4ca36201d98b6d.rmeta --extern match_cfg=/work/oxidecomputer/omicron/target/debug/deps/libmatch_cfg-decf592833c8b5e3.rmeta --cap-lints allow -D warnings`
16712023-05-03T02:38:36.615Z Compiling is-terminal v0.4.4
16722023-05-03T02:38:36.621Z Running `rustc --crate-name is_terminal --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/is-terminal-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=2 -C metadata=2bafc5d8a8bd1475 -C extra-filename=-2bafc5d8a8bd1475 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern io_lifetimes=/work/oxidecomputer/omicron/target/debug/deps/libio_lifetimes-4e2d5778e1ab5cdd.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-fa5ae7a5b14d8567.rmeta --cap-lints allow -D warnings`
16732023-05-03T02:38:37.088Z Compiling crossbeam-channel v0.5.7
16742023-05-03T02:38:37.094Z Running `rustc --crate-name crossbeam_channel --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/crossbeam-channel-0.5.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=2 --cfg 'feature="crossbeam-utils"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=271f5a08225d13ee -C extra-filename=-271f5a08225d13ee --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-04f30b2fb38eaf49.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-146c66099344b1a7.rmeta --cap-lints allow -D warnings`
16752023-05-03T02:38:37.103Z Compiling take_mut v0.2.2
16762023-05-03T02:38:37.112Z Running `rustc --crate-name take_mut /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 -C metadata=c52f3d775786fdd6 -C extra-filename=-c52f3d775786fdd6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
16772023-05-03T02:38:37.202Z Compiling anstream v0.3.0
16782023-05-03T02:38:37.207Z Running `rustc --crate-name anstream --edition=2021 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/anstream-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=2 --cfg 'feature="auto"' --cfg 'feature="default"' --cfg 'feature="wincon"' -C metadata=182ebbf6200328f1 -C extra-filename=-182ebbf6200328f1 --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-f7dc112ad34effbd.rmeta --extern anstyle_parse=/work/oxidecomputer/omicron/target/debug/deps/libanstyle_parse-bf44609079838f54.rmeta --extern anstyle_query=/work/oxidecomputer/omicron/target/debug/deps/libanstyle_query-077b91a2c7ba2fe5.rmeta --extern colorchoice=/work/oxidecomputer/omicron/target/debug/deps/libcolorchoice-c0f49a097ef3c600.rmeta --extern is_terminal=/work/oxidecomputer/omicron/target/debug/deps/libis_terminal-2bafc5d8a8bd1475.rmeta --extern utf8parse=/work/oxidecomputer/omicron/target/debug/deps/libutf8parse-0b495aa0b9d03782.rmeta --cap-lints allow -D warnings`
16792023-05-03T02:38:37.272Z Compiling time v0.3.20
16802023-05-03T02:38:37.278Z Running `rustc --crate-name time --edition=2021 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/time-0.3.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=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="formatting"' --cfg 'feature="local-offset"' --cfg 'feature="macros"' --cfg 'feature="parsing"' --cfg 'feature="std"' -C metadata=5a94a11190d8fe7a -C extra-filename=-5a94a11190d8fe7a --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-8c2f39bfab5667a6.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-3b4ca36201d98b6d.rmeta --extern num_threads=/work/oxidecomputer/omicron/target/debug/deps/libnum_threads-b97cbda3abc738e2.rmeta --extern time_core=/work/oxidecomputer/omicron/target/debug/deps/libtime_core-60fb2b41e8d82ac2.rmeta --extern time_macros=/work/oxidecomputer/omicron/target/debug/deps/libtime_macros-663719debbfe7f36.so --cap-lints allow -D warnings`
16812023-05-03T02:38:38.530Z Running `rustc --crate-name socket2 --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 --cfg 'feature="all"' -C metadata=2fa453ea477f887b -C extra-filename=-2fa453ea477f887b --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-8ace6616485d65e0.rmeta --cap-lints allow -D warnings`
16822023-05-03T02:38:38.593Z Running `rustc --crate-name syn --edition=2021 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/syn-2.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=2 --cfg 'feature="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="extra-traits"' --cfg 'feature="full"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --cfg 'feature="quote"' -C metadata=516a6731fe072bc2 -C extra-filename=-516a6731fe072bc2 --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-7e5706224bd8cc5a.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-dee3cb74b1ec4ef9.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-cac0b16a95f51052.rmeta --cap-lints allow -D warnings`
16832023-05-03T02:38:39.184Z Compiling clap_builder v4.2.5
16842023-05-03T02:38:39.190Z Running `rustc --crate-name clap_builder --edition=2021 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/clap_builder-4.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 -C debuginfo=2 --cfg 'feature="color"' --cfg 'feature="env"' --cfg 'feature="error-context"' --cfg 'feature="help"' --cfg 'feature="std"' --cfg 'feature="suggestions"' --cfg 'feature="usage"' -C metadata=5f47cbdcbceebdfe -C extra-filename=-5f47cbdcbceebdfe --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-182ebbf6200328f1.rmeta --extern anstyle=/work/oxidecomputer/omicron/target/debug/deps/libanstyle-f7dc112ad34effbd.rmeta --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-f311115e4eb2c3ba.rmeta --extern clap_lex=/work/oxidecomputer/omicron/target/debug/deps/libclap_lex-a6a4ed414d3dd99d.rmeta --extern strsim=/work/oxidecomputer/omicron/target/debug/deps/libstrsim-e8413a99eb1b4827.rmeta --cap-lints allow -D warnings`
16852023-05-03T02:38:40.112Z Compiling hyper v0.14.26
16862023-05-03T02:38:40.117Z Running `rustc --crate-name hyper --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/hyper-0.14.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=2 --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=7bafaac42e9cbf8e -C extra-filename=-7bafaac42e9cbf8e --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-5d6079816e523e86.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-a600999ef254de13.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-21c68b0a02370835.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-837078368698f4bc.rmeta --extern h2=/work/oxidecomputer/omicron/target/debug/deps/libh2-7c21da37ab160294.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-593a43af3ae7d8a4.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-2277aa031a3b1e9f.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-054694819a5edf1d.rmeta --extern httpdate=/work/oxidecomputer/omicron/target/debug/deps/libhttpdate-ece17fa9e043da37.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-8c2f39bfab5667a6.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-e7c61360741e590c.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-007c37f3c3529292.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b00445e5c4984cd2.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-db9c90e0d9ae607f.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-4aa28a08903486a7.rmeta --extern want=/work/oxidecomputer/omicron/target/debug/deps/libwant-23e6046955e296dc.rmeta --cap-lints allow -D warnings`
16872023-05-03T02:38:40.208Z Running `rustc --crate-name backtrace --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.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=2 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=99af72a4ef4c7405 -C extra-filename=-99af72a4ef4c7405 --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-2e882f09238c2212.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-04f30b2fb38eaf49.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-3b4ca36201d98b6d.rmeta --extern miniz_oxide=/work/oxidecomputer/omicron/target/debug/deps/libminiz_oxide-714926c894e0597f.rmeta --extern object=/work/oxidecomputer/omicron/target/debug/deps/libobject-6c39376c778d3afc.rmeta --extern rustc_demangle=/work/oxidecomputer/omicron/target/debug/deps/librustc_demangle-9f74ce3412e6aaee.rmeta --cap-lints allow -D warnings`
16882023-05-03T02:38:41.398Z Running `rustc --crate-name tokio --edition=2021 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/tokio-1.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=2 --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=e3bc36a7db76edcf -C extra-filename=-e3bc36a7db76edcf --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-f7bc6c6fec7ff832.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-8ace6616485d65e0.rmeta --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-088fc82c614f6afc.rmeta --extern num_cpus=/work/oxidecomputer/omicron/target/debug/deps/libnum_cpus-553949c6eff408e5.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-cc232eb02ca601a4.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-6c7158ab17a5e7e9.rmeta --extern signal_hook_registry=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_registry-0a3c7bb4fa813cce.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-2fa453ea477f887b.rmeta --extern tokio_macros=/work/oxidecomputer/omicron/target/debug/deps/libtokio_macros-6eba0e6564167369.so --cap-lints allow -D warnings`
16892023-05-03T02:38:47.356Z Running `rustc --crate-name anyhow --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/anyhow-1.0.71/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="backtrace"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=e252e3603299df68 -C extra-filename=-e252e3603299df68 --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-99af72a4ef4c7405.rmeta --cap-lints allow -D warnings`
16902023-05-03T02:38:47.696Z Running `rustc --crate-name camino --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/camino-1.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=2 --cfg 'feature="serde"' --cfg 'feature="serde1"' -C metadata=9326280126410a1c -C extra-filename=-9326280126410a1c --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-9d729fa31918ec84.rmeta --cap-lints allow -D warnings --cfg path_buf_capacity --cfg shrink_to --cfg try_reserve_2 --cfg path_buf_deref_mut`
16912023-05-03T02:38:47.701Z Compiling ipnetwork v0.20.0
16922023-05-03T02:38:47.706Z Running `rustc --crate-name ipnetwork --edition=2021 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 --cfg 'feature="default"' --cfg 'feature="serde"' -C metadata=62b0bc28764ccb6d -C extra-filename=-62b0bc28764ccb6d --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-9d729fa31918ec84.rmeta --cap-lints allow -D warnings`
16932023-05-03T02:38:48.819Z Compiling typify v0.0.12-dev (https://github.com/oxidecomputer/typify#4152a79d)
16942023-05-03T02:38:48.824Z Running `rustc --crate-name typify --edition=2021 /home/build/.cargo/git/checkouts/typify-288d5a84bbbe6a46/4152a79/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=2 --cfg 'feature="default"' --cfg 'feature="macro"' --cfg 'feature="typify-macro"' -C metadata=4476c04f3d59b6f2 -C extra-filename=-4476c04f3d59b6f2 --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-6bf10faecb392579.rmeta --extern typify_macro=/work/oxidecomputer/omicron/target/debug/deps/libtypify_macro-0a1fa567035be4d4.so --cap-lints allow -D warnings`
16952023-05-03T02:38:49.149Z Compiling progenitor-impl v0.2.1-dev (https://github.com/oxidecomputer/progenitor?branch=main#c965167e)
16962023-05-03T02:38:49.155Z Running `rustc --crate-name progenitor_impl --edition=2021 /home/build/.cargo/git/checkouts/progenitor-639bd64206ac5e43/c965167/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=2 -C metadata=14b292959f0bfb01 -C extra-filename=-14b292959f0bfb01 --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-525e2de25a5caf85.rmeta --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-73a3701d0b9eac26.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-26988da961a51b0a.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-fc8e5d42700c71f2.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-232027aad4e287f3.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-7e5706224bd8cc5a.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-dee3cb74b1ec4ef9.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-9544c2a73650ad75.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ea7d8177230c2992.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-9d729fa31918ec84.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-940b0a5541759ffe.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-2466aa954e1f2dbb.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-6f624496ed77b6b0.rmeta --extern typify=/work/oxidecomputer/omicron/target/debug/deps/libtypify-4476c04f3d59b6f2.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-cac0b16a95f51052.rmeta --cap-lints allow -D warnings`
16972023-05-03T02:38:49.186Z Running `rustc --crate-name typify_impl --edition=2021 /home/build/.cargo/git/checkouts/typify-288d5a84bbbe6a46/4152a79/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=2 -C metadata=e3fe916b3c839952 -C extra-filename=-e3fe916b3c839952 --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-73a3701d0b9eac26.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-686a5a811aee7568.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-7e5706224bd8cc5a.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-dee3cb74b1ec4ef9.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-db0a4bf089e05b10.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-60544344d4d0804a.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-940b0a5541759ffe.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-516a6731fe072bc2.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-6f624496ed77b6b0.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-cac0b16a95f51052.rmeta --cap-lints allow -D warnings`
16982023-05-03T02:38:49.964Z Compiling instant v0.1.12
16992023-05-03T02:38:49.970Z Running `rustc --crate-name instant --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 -C metadata=0f15536b751c39cc -C extra-filename=-0f15536b751c39cc --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-04f30b2fb38eaf49.rmeta --cap-lints allow -D warnings`
17002023-05-03T02:38:49.976Z Running `rustc --crate-name subtle /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/subtle-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=2 --cfg 'feature="i128"' --cfg 'feature="std"' -C metadata=e0a50a056e61a945 -C extra-filename=-e0a50a056e61a945 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
17012023-05-03T02:38:50.203Z Compiling clap v4.2.5
17022023-05-03T02:38:50.229Z Running `rustc --crate-name clap --edition=2021 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/clap-4.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 -C debuginfo=2 --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"' -C metadata=7dc0d22d892e6145 -C extra-filename=-7dc0d22d892e6145 --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-5f47cbdcbceebdfe.rmeta --extern clap_derive=/work/oxidecomputer/omicron/target/debug/deps/libclap_derive-77ee6421d7b4ea2e.so --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-163217bf2304842d.rmeta --cap-lints allow -D warnings`
17032023-05-03T02:38:50.512Z Running `rustc --crate-name zerocopy --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 -C metadata=7bf1586d39f16ba5 -C extra-filename=-7bf1586d39f16ba5 --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-d01e06aeb22800a4.rmeta --extern zerocopy_derive=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy_derive-6b6a344716a6d37b.so --cap-lints allow -D warnings`
17042023-05-03T02:38:50.591Z Compiling serde_path_to_error v0.1.11
17052023-05-03T02:38:50.597Z Running `rustc --crate-name serde_path_to_error --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/serde_path_to_error-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=2 -C metadata=be65d3cad014ae93 -C extra-filename=-be65d3cad014ae93 --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-9d729fa31918ec84.rmeta --cap-lints allow -D warnings`
17062023-05-03T02:38:52.075Z Compiling async-stream v0.3.5
17072023-05-03T02:38:52.081Z Running `rustc --crate-name async_stream --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 -C metadata=5e47e6fcd126d5fb -C extra-filename=-5e47e6fcd126d5fb --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-5b0e16c509b4870c.so --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-21c68b0a02370835.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-e7c61360741e590c.rmeta --cap-lints allow -D warnings`
17082023-05-03T02:38:52.295Z Compiling stringprep v0.1.2
17092023-05-03T02:38:52.300Z Running `rustc --crate-name stringprep /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/stringprep-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=2 -C metadata=bccd15ff8427ba9c -C extra-filename=-bccd15ff8427ba9c --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-a5a7334514cbc220.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-57b5dedda31d991d.rmeta --cap-lints allow -D warnings`
17102023-05-03T02:38:52.833Z Running `rustc --crate-name futures_core --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=a1ad4564885a93e7 -C extra-filename=-a1ad4564885a93e7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
17112023-05-03T02:38:53.394Z Compiling fallible-iterator v0.2.0
17122023-05-03T02:38:53.399Z Running `rustc --crate-name fallible_iterator --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=2b22e2aaf6756c07 -C extra-filename=-2b22e2aaf6756c07 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
17132023-05-03T02:38:54.488Z Running `rustc --crate-name typify --edition=2021 /home/build/.cargo/git/checkouts/typify-288d5a84bbbe6a46/4152a79/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=2 --cfg 'feature="default"' --cfg 'feature="macro"' --cfg 'feature="typify-macro"' -C metadata=e0b835d2eb198eb2 -C extra-filename=-e0b835d2eb198eb2 --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-e3fe916b3c839952.rmeta --extern typify_macro=/work/oxidecomputer/omicron/target/debug/deps/libtypify_macro-0a1fa567035be4d4.so --cap-lints allow -D warnings`
17142023-05-03T02:38:54.793Z Running `rustc --crate-name progenitor_impl --edition=2021 /home/build/.cargo/git/checkouts/progenitor-639bd64206ac5e43/c965167/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=2 -C metadata=b0c9f94f8f167681 -C extra-filename=-b0c9f94f8f167681 --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-525e2de25a5caf85.rmeta --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-73a3701d0b9eac26.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-593a43af3ae7d8a4.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-fc8e5d42700c71f2.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-232027aad4e287f3.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-7e5706224bd8cc5a.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-dee3cb74b1ec4ef9.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-9544c2a73650ad75.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-60544344d4d0804a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-9d729fa31918ec84.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-940b0a5541759ffe.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-516a6731fe072bc2.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-6f624496ed77b6b0.rmeta --extern typify=/work/oxidecomputer/omicron/target/debug/deps/libtypify-e0b835d2eb198eb2.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-cac0b16a95f51052.rmeta --cap-lints allow -D warnings`
17152023-05-03T02:38:54.828Z Running `rustc --crate-name dof --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 -C metadata=1de93aa5c14dfc2c -C extra-filename=-1de93aa5c14dfc2c --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-6f624496ed77b6b0.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-7bf1586d39f16ba5.rmeta --cap-lints allow -D warnings`
17162023-05-03T02:38:57.108Z Compiling hmac v0.12.1
17172023-05-03T02:38:57.114Z Running `rustc --crate-name hmac --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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 embed-bitcode=no -C debuginfo=2 --cfg 'feature="reset"' -C metadata=c1a29076f9e0f249 -C extra-filename=-c1a29076f9e0f249 --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-7479cde9c5aba68b.rmeta --cap-lints allow -D warnings`
17182023-05-03T02:38:57.509Z Running `rustc --crate-name syn --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 --cfg 'feature="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="extra-traits"' --cfg 'feature="full"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --cfg 'feature="quote"' -C metadata=af285b77f0382cc3 -C extra-filename=-af285b77f0382cc3 --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-7e5706224bd8cc5a.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-dee3cb74b1ec4ef9.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-cac0b16a95f51052.rmeta --cap-lints allow -D warnings --cfg syn_disable_nightly_tests`
17192023-05-03T02:38:59.991Z Running `rustc --crate-name libm --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/libm-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=2 --cfg 'feature="default"' -C metadata=cc0ce10f45e67392 -C extra-filename=-cc0ce10f45e67392 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
17202023-05-03T02:39:00.651Z Running `rustc --crate-name byteorder --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 --cfg 'feature="default"' --cfg 'feature="i128"' --cfg 'feature="std"' -C metadata=bf19b92cdd383d4f -C extra-filename=-bf19b92cdd383d4f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
17212023-05-03T02:39:01.682Z Running `rustc --crate-name ryu --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/ryu-1.0.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 -C metadata=588ed3c9d0ef7fa4 -C extra-filename=-588ed3c9d0ef7fa4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
17222023-05-03T02:39:02.867Z Running `rustc --crate-name num_traits /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/num-traits-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 panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="libm"' --cfg 'feature="std"' -C metadata=8fd7ef317636ad8a -C extra-filename=-8fd7ef317636ad8a --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-cc0ce10f45e67392.rmeta --cap-lints allow -D warnings --cfg has_i128 --cfg has_to_int_unchecked --cfg has_reverse_bits --cfg has_leading_trailing_ones --cfg has_int_assignop_ref --cfg has_div_euclid --cfg has_copysign`
17232023-05-03T02:39:03.045Z Compiling hex v0.4.3
17242023-05-03T02:39:03.051Z Running `rustc --crate-name hex --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' -C metadata=655e4d3d400b5f6c -C extra-filename=-655e4d3d400b5f6c --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-9d729fa31918ec84.rmeta --cap-lints allow -D warnings`
17252023-05-03T02:39:03.774Z Compiling phf_shared v0.11.1
17262023-05-03T02:39:03.779Z Running `rustc --crate-name phf_shared --edition=2021 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-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=2 --cfg 'feature="std"' -C metadata=14be43623702d6e0 -C extra-filename=-14be43623702d6e0 --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-ff80b0db04f17bcf.rmeta --cap-lints allow -D warnings`
17272023-05-03T02:39:04.549Z Compiling socket2 v0.5.1
17282023-05-03T02:39:04.554Z Running `rustc --crate-name socket2 --edition=2021 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/socket2-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=2 --cfg 'feature="all"' -C metadata=b078cef17674d518 -C extra-filename=-b078cef17674d518 --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-3b4ca36201d98b6d.rmeta --cap-lints allow -D warnings`
17292023-05-03T02:39:05.201Z Compiling progenitor-macro v0.2.1-dev (https://github.com/oxidecomputer/progenitor?branch=main#c965167e)
17302023-05-03T02:39:05.206Z Running `rustc --crate-name progenitor_macro --edition=2021 /home/build/.cargo/git/checkouts/progenitor-639bd64206ac5e43/c965167/progenitor-macro/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=2 -C metadata=63f76f1b8cfcb111 -C extra-filename=-63f76f1b8cfcb111 --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-232027aad4e287f3.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-7e5706224bd8cc5a.rlib --extern progenitor_impl=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_impl-14b292959f0bfb01.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-dee3cb74b1ec4ef9.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ea7d8177230c2992.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-9d729fa31918ec84.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-940b0a5541759ffe.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-cf5961d402cf1b60.rlib --extern serde_yaml=/work/oxidecomputer/omicron/target/debug/deps/libserde_yaml-e700f17017faebe1.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-2466aa954e1f2dbb.rlib --extern proc_macro --cap-lints allow -D warnings`
17312023-05-03T02:39:05.730Z Compiling phf v0.11.1
17322023-05-03T02:39:05.736Z Running `rustc --crate-name phf --edition=2021 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/phf-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=2 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=26a1fd56df3bacb5 -C extra-filename=-26a1fd56df3bacb5 --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-14be43623702d6e0.rmeta --cap-lints allow -D warnings`
17332023-05-03T02:39:06.159Z Running `rustc --crate-name serde_json --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/serde_json-1.0.96/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=72173ad921688e6f -C extra-filename=-72173ad921688e6f --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-a838964c13797ce1.rmeta --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-588ed3c9d0ef7fa4.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-8eb9b2d8b171c9a9.rmeta --cap-lints allow -D warnings --cfg limb_width_64`
17342023-05-03T02:39:06.445Z Compiling sha1 v0.10.5
17352023-05-03T02:39:06.450Z Running `rustc --crate-name sha1 --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/sha1-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=2 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=a79b8574ddca7646 -C extra-filename=-a79b8574ddca7646 --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-04f30b2fb38eaf49.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-bd87ba1c1f9f9192.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-7479cde9c5aba68b.rmeta --cap-lints allow -D warnings`
17362023-05-03T02:39:07.181Z Running `rustc --crate-name rand_core --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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 panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="getrandom"' --cfg 'feature="std"' -C metadata=e3ee9ba43e1f3640 -C extra-filename=-e3ee9ba43e1f3640 --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-1c800a13ed8a7f75.rmeta --cap-lints allow -D warnings`
17372023-05-03T02:39:07.325Z Running `rustc --crate-name newtype_derive /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=33a657a380225a64 -C extra-filename=-33a657a380225a64 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings --cfg op_assign`
17382023-05-03T02:39:07.623Z Compiling serde_with v2.3.3
17392023-05-03T02:39:07.628Z Running `rustc --crate-name serde_with --edition=2021 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="macros"' --cfg 'feature="std"' -C metadata=6a79f340c2975f76 -C extra-filename=-6a79f340c2975f76 --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-9d729fa31918ec84.rmeta --extern serde_with_macros=/work/oxidecomputer/omicron/target/debug/deps/libserde_with_macros-7485c0e6ad6fa305.so --cap-lints allow -D warnings`
17402023-05-03T02:39:07.643Z Compiling strum v0.24.1
17412023-05-03T02:39:07.680Z Running `rustc --crate-name strum --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/strum-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=2 --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="std"' --cfg 'feature="strum_macros"' -C metadata=cd3c6430518fdfe1 -C extra-filename=-cd3c6430518fdfe1 --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-658e60ebdf77446a.so --cap-lints allow -D warnings`
17422023-05-03T02:39:08.063Z Running `rustc --crate-name usdt_impl --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 --cfg 'feature="asm"' -C metadata=aa81d85378a91b0e -C extra-filename=-aa81d85378a91b0e --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-d01e06aeb22800a4.rmeta --extern dof=/work/oxidecomputer/omicron/target/debug/deps/libdof-1de93aa5c14dfc2c.rmeta --extern dtrace_parser=/work/oxidecomputer/omicron/target/debug/deps/libdtrace_parser-deb9bf74670443e1.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-3b4ca36201d98b6d.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-7e5706224bd8cc5a.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-dee3cb74b1ec4ef9.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-9d729fa31918ec84.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-940b0a5541759ffe.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-af285b77f0382cc3.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-6f624496ed77b6b0.rmeta --extern thread_id=/work/oxidecomputer/omicron/target/debug/deps/libthread_id-0730b038729fb9d9.rmeta --cap-lints allow -D warnings --cfg usdt_stable_asm --cfg usdt_backend_standard`
17432023-05-03T02:39:08.915Z Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes#0a097945)
17442023-05-03T02:39:08.920Z Running `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=2 -C metadata=69ac86f66ffeb98e -C extra-filename=-69ac86f66ffeb98e --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-655e4d3d400b5f6c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-9d729fa31918ec84.rmeta --cap-lints allow -D warnings`
17452023-05-03T02:39:09.349Z Compiling usdt v0.3.5
17462023-05-03T02:39:09.354Z Running `rustc --crate-name usdt --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 --cfg 'feature="asm"' --cfg 'feature="default"' --cfg 'feature="dtrace-parser"' -C metadata=265f476839655f3b -C extra-filename=-265f476839655f3b --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-deb9bf74670443e1.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-9d729fa31918ec84.rmeta --extern usdt_attr_macro=/work/oxidecomputer/omicron/target/debug/deps/libusdt_attr_macro-8596bd4a0e618ba4.so --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-aa81d85378a91b0e.rmeta --extern usdt_macro=/work/oxidecomputer/omicron/target/debug/deps/libusdt_macro-3cb8529ec6a76909.so --cap-lints allow -D warnings`
17472023-05-03T02:39:10.018Z Compiling slog-term v2.9.0
17482023-05-03T02:39:10.023Z Running `rustc --crate-name slog_term --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 -C metadata=b94bcba36065eae9 -C extra-filename=-b94bcba36065eae9 --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-fdffab5aeefb2b05.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-608da47a6c0e709c.rmeta --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-72a619a7975ce97e.rmeta --extern thread_local=/work/oxidecomputer/omicron/target/debug/deps/libthread_local-ae48b1befa8d82fa.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-5a94a11190d8fe7a.rmeta --cap-lints allow -D warnings`
17492023-05-03T02:39:10.896Z Compiling slog-json v2.6.1
17502023-05-03T02:39:10.902Z Running `rustc --crate-name slog_json --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 --cfg 'feature="default"' -C metadata=a5a5b4b2047597b3 -C extra-filename=-a5a5b4b2047597b3 --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-9d729fa31918ec84.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-940b0a5541759ffe.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-608da47a6c0e709c.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-5a94a11190d8fe7a.rmeta --cap-lints allow -D warnings`
17512023-05-03T02:39:11.628Z Running `rustc --crate-name slog_async /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/slog-async-2.7.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=2 --cfg 'feature="default"' -C metadata=a8d47fc05b25faaf -C extra-filename=-a8d47fc05b25faaf --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-271f5a08225d13ee.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-608da47a6c0e709c.rmeta --extern take_mut=/work/oxidecomputer/omicron/target/debug/deps/libtake_mut-c52f3d775786fdd6.rmeta --extern thread_local=/work/oxidecomputer/omicron/target/debug/deps/libthread_local-ae48b1befa8d82fa.rmeta --cap-lints allow -D warnings --cfg integer128`
17522023-05-03T02:39:11.746Z Compiling parse-display v0.7.0
17532023-05-03T02:39:11.751Z Running `rustc --crate-name parse_display --edition=2021 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 --cfg 'feature="default"' --cfg 'feature="once_cell"' --cfg 'feature="regex"' --cfg 'feature="std"' -C metadata=7a83e6269ec330ba -C extra-filename=-7a83e6269ec330ba --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-163217bf2304842d.rmeta --extern parse_display_derive=/work/oxidecomputer/omicron/target/debug/deps/libparse_display_derive-2d7c05fcc252bf81.so --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-9544c2a73650ad75.rmeta --cap-lints allow -D warnings`
17542023-05-03T02:39:12.189Z Compiling macaddr v1.0.1
17552023-05-03T02:39:12.194Z Running `rustc --crate-name macaddr --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="serde_std"' --cfg 'feature="std"' -C metadata=45abe64e6bdf385a -C extra-filename=-45abe64e6bdf385a --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-9d729fa31918ec84.rmeta --cap-lints allow -D warnings`
17562023-05-03T02:39:12.401Z Running `rustc --crate-name futures_sink --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=02797d858f1af3f9 -C extra-filename=-02797d858f1af3f9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
17572023-05-03T02:39:12.883Z Compiling slog-bunyan v2.4.0
17582023-05-03T02:39:12.892Z Running `rustc --crate-name slog_bunyan --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 -C metadata=ccee31d6cfc55035 -C extra-filename=-ccee31d6cfc55035 --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-3254486fae83975d.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-608da47a6c0e709c.rmeta --extern slog_json=/work/oxidecomputer/omicron/target/debug/deps/libslog_json-a5a5b4b2047597b3.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-5a94a11190d8fe7a.rmeta --cap-lints allow -D warnings`
17592023-05-03T02:39:12.897Z Running `rustc --crate-name pin_utils --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 -C metadata=c0e7781d2fff016e -C extra-filename=-c0e7781d2fff016e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
17602023-05-03T02:39:12.929Z Running `rustc --crate-name futures_channel --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="futures-sink"' --cfg 'feature="sink"' --cfg 'feature="std"' -C metadata=d2267efff75dc0c0 -C extra-filename=-d2267efff75dc0c0 --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-a1ad4564885a93e7.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-02797d858f1af3f9.rmeta --cap-lints allow -D warnings`
17612023-05-03T02:39:13.032Z Running `rustc --crate-name num_integer /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=945b1bfd67dda2fd -C extra-filename=-945b1bfd67dda2fd --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-8fd7ef317636ad8a.rmeta --cap-lints allow -D warnings --cfg has_i128`
17622023-05-03T02:39:13.185Z Compiling sha2 v0.10.6
17632023-05-03T02:39:13.190Z Running `rustc --crate-name sha2 --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/sha2-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=2 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=cd1923fe624dbf83 -C extra-filename=-cd1923fe624dbf83 --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-04f30b2fb38eaf49.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-bd87ba1c1f9f9192.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-7479cde9c5aba68b.rmeta --cap-lints allow -D warnings`
17642023-05-03T02:39:13.760Z Running `rustc --crate-name time /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/time-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=2 -C metadata=0a79ca6310de2c71 -C extra-filename=-0a79ca6310de2c71 --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-8ace6616485d65e0.rmeta --cap-lints allow -D warnings`
17652023-05-03T02:39:14.327Z Running `rustc --crate-name slab --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/slab-0.4.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=2 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=dded40777a895b86 -C extra-filename=-dded40777a895b86 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
17662023-05-03T02:39:14.648Z Running `rustc --crate-name futures_task --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 --cfg 'feature="alloc"' --cfg 'feature="std"' -C metadata=bfced133f6f404aa -C extra-filename=-bfced133f6f404aa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
17672023-05-03T02:39:14.931Z Running `rustc --crate-name futures_io --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 --cfg 'feature="std"' -C metadata=81a8ee61d9448f2b -C extra-filename=-81a8ee61d9448f2b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
17682023-05-03T02:39:14.959Z Running `rustc --crate-name iana_time_zone --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/iana-time-zone-0.1.53/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="fallback"' -C metadata=8557d84985b8b716 -C extra-filename=-8557d84985b8b716 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
17692023-05-03T02:39:15.174Z Running `rustc --crate-name crypto_common --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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 panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="std"' -C metadata=f2ea2adb0a37419a -C extra-filename=-f2ea2adb0a37419a --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-b8eb4e30669216db.rmeta --extern typenum=/work/oxidecomputer/omicron/target/debug/deps/libtypenum-70a8b71a55bff6c1.rmeta --cap-lints allow -D warnings`
17702023-05-03T02:39:15.731Z Running `rustc --crate-name futures_util --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 --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=a5d020236f0241f3 -C extra-filename=-a5d020236f0241f3 --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-d2267efff75dc0c0.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-a1ad4564885a93e7.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-81a8ee61d9448f2b.rmeta --extern futures_macro=/work/oxidecomputer/omicron/target/debug/deps/libfutures_macro-6356d845814a6b10.so --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-02797d858f1af3f9.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-bfced133f6f404aa.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-9cfa812d8dfbd69b.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-6c7158ab17a5e7e9.rmeta --extern pin_utils=/work/oxidecomputer/omicron/target/debug/deps/libpin_utils-c0e7781d2fff016e.rmeta --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-dded40777a895b86.rmeta --cap-lints allow -D warnings`
17712023-05-03T02:39:15.737Z Running `rustc --crate-name chrono --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/chrono-0.4.24/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --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="time"' --cfg 'feature="wasm-bindgen"' --cfg 'feature="wasmbind"' --cfg 'feature="winapi"' -C metadata=f6168ac296c7f258 -C extra-filename=-f6168ac296c7f258 --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-8557d84985b8b716.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-945b1bfd67dda2fd.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-8fd7ef317636ad8a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-8eb9b2d8b171c9a9.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-0a79ca6310de2c71.rmeta --cap-lints allow -D warnings`
17722023-05-03T02:39:15.742Z Running `rustc --crate-name block_buffer --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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 panic=abort -C embed-bitcode=no -C debuginfo=2 -C metadata=e06ec010eddfa795 -C extra-filename=-e06ec010eddfa795 --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-b8eb4e30669216db.rmeta --cap-lints allow -D warnings`
17732023-05-03T02:39:15.748Z Compiling md-5 v0.10.5
17742023-05-03T02:39:15.756Z Running `rustc --crate-name md5 --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/md-5-0.10.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=0dd7538c771c0d82 -C extra-filename=-0dd7538c771c0d82 --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-7479cde9c5aba68b.rmeta --cap-lints allow -D warnings`
17752023-05-03T02:39:15.968Z Compiling backoff v0.4.0
17762023-05-03T02:39:15.973Z Running `rustc --crate-name backoff --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 --cfg 'feature="default"' --cfg 'feature="futures"' --cfg 'feature="futures-core"' --cfg 'feature="pin-project-lite"' --cfg 'feature="tokio"' --cfg 'feature="tokio_1"' -C metadata=8f7fb64a3d25089f -C extra-filename=-8f7fb64a3d25089f --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-21c68b0a02370835.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-55d70096c84cdf67.rmeta --extern instant=/work/oxidecomputer/omicron/target/debug/deps/libinstant-0f15536b751c39cc.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-e7c61360741e590c.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-83008e00ec653611.rmeta --extern tokio_1=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b00445e5c4984cd2.rmeta --cap-lints allow -D warnings`
17772023-05-03T02:39:16.079Z Running `rustc --crate-name digest --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/digest-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=2 --cfg 'feature="alloc"' --cfg 'feature="block-buffer"' --cfg 'feature="core-api"' --cfg 'feature="default"' --cfg 'feature="mac"' --cfg 'feature="std"' --cfg 'feature="subtle"' -C metadata=74b8552d3c684044 -C extra-filename=-74b8552d3c684044 --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-e06ec010eddfa795.rmeta --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-f2ea2adb0a37419a.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-e0a50a056e61a945.rmeta --cap-lints allow -D warnings`
17782023-05-03T02:39:16.154Z Compiling postgres-protocol v0.6.5
17792023-05-03T02:39:16.177Z Running `rustc --crate-name postgres_protocol --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/postgres-protocol-0.6.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=dd1ba61f80a57642 -C extra-filename=-dd1ba61f80a57642 --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-22d534c80d7f8257.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-d01e06aeb22800a4.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5d6079816e523e86.rmeta --extern fallible_iterator=/work/oxidecomputer/omicron/target/debug/deps/libfallible_iterator-2b22e2aaf6756c07.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-c1a29076f9e0f249.rmeta --extern md5=/work/oxidecomputer/omicron/target/debug/deps/libmd5-0dd7538c771c0d82.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-c09eeb87cc2a190d.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-83008e00ec653611.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-cd1923fe624dbf83.rmeta --extern stringprep=/work/oxidecomputer/omicron/target/debug/deps/libstringprep-bccd15ff8427ba9c.rmeta --cap-lints allow -D warnings`
17802023-05-03T02:39:17.164Z Running `rustc --crate-name tinyvec_macros --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 -C metadata=93f833ced41cb194 -C extra-filename=-93f833ced41cb194 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
17812023-05-03T02:39:17.170Z Compiling quick-error v1.2.3
17822023-05-03T02:39:17.175Z Running `rustc --crate-name quick_error /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 -C metadata=98318a950500f55c -C extra-filename=-98318a950500f55c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
17832023-05-03T02:39:17.180Z Running `rustc --crate-name tinyvec --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="tinyvec_macros"' -C metadata=2d480778156817d1 -C extra-filename=-2d480778156817d1 --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-93f833ced41cb194.rmeta --cap-lints allow -D warnings`
17842023-05-03T02:39:17.256Z Compiling steno v0.3.1
17852023-05-03T02:39:17.261Z Running `rustc --crate-name steno --edition=2021 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/steno-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=2 -C metadata=e65022bd164ddc57 -C extra-filename=-e65022bd164ddc57 --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-e252e3603299df68.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-9dd1362437d01057.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-32820d6515860c0f.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7b78a4e9c695d3a0.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-754126440583bf8d.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-33a657a380225a64.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-9886d8f16d24129f.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-60544344d4d0804a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-9d729fa31918ec84.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-940b0a5541759ffe.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-608da47a6c0e709c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-6f624496ed77b6b0.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b00445e5c4984cd2.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-88178d7c063e03bd.rmeta --cap-lints allow -D warnings`
17862023-05-03T02:39:18.811Z Compiling postgres-types v0.2.4
17872023-05-03T02:39:18.816Z Running `rustc --crate-name postgres_types --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/postgres-types-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=2 --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=4247d8f92516b636 -C extra-filename=-4247d8f92516b636 --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-5d6079816e523e86.rmeta --extern chrono_04=/work/oxidecomputer/omicron/target/debug/deps/libchrono-32820d6515860c0f.rmeta --extern fallible_iterator=/work/oxidecomputer/omicron/target/debug/deps/libfallible_iterator-2b22e2aaf6756c07.rmeta --extern postgres_protocol=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_protocol-dd1ba61f80a57642.rmeta --extern serde_1=/work/oxidecomputer/omicron/target/debug/deps/libserde-9d729fa31918ec84.rmeta --extern serde_json_1=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-940b0a5541759ffe.rmeta --extern uuid_1=/work/oxidecomputer/omicron/target/debug/deps/libuuid-88178d7c063e03bd.rmeta --cap-lints allow -D warnings`
17882023-05-03T02:39:20.025Z Running `rustc --crate-name uuid --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/uuid-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=2 --cfg 'feature="default"' --cfg 'feature="getrandom"' --cfg 'feature="rng"' --cfg 'feature="serde"' --cfg 'feature="std"' --cfg 'feature="v4"' -C metadata=d1a0abc5ade2db54 -C extra-filename=-d1a0abc5ade2db54 --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-1c800a13ed8a7f75.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-8eb9b2d8b171c9a9.rmeta --cap-lints allow -D warnings`
17892023-05-03T02:39:21.476Z Compiling tokio-postgres v0.7.8
17902023-05-03T02:39:21.492Z Running `rustc --crate-name tokio_postgres --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/tokio-postgres-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=2 --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=3248efa56a00d004 -C extra-filename=-3248efa56a00d004 --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-9dd1362437d01057.so --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-d01e06aeb22800a4.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5d6079816e523e86.rmeta --extern fallible_iterator=/work/oxidecomputer/omicron/target/debug/deps/libfallible_iterator-2b22e2aaf6756c07.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-a600999ef254de13.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-837078368698f4bc.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-686a5a811aee7568.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-92b760a87b8a5ee6.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-26d0fb26396a5e09.rmeta --extern phf=/work/oxidecomputer/omicron/target/debug/deps/libphf-26a1fd56df3bacb5.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-e7c61360741e590c.rmeta --extern postgres_protocol=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_protocol-dd1ba61f80a57642.rmeta --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-4247d8f92516b636.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-b078cef17674d518.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b00445e5c4984cd2.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-17e1fcb77c0e5746.rmeta --cap-lints allow -D warnings`
17912023-05-03T02:39:21.816Z Compiling wait-timeout v0.2.0
17922023-05-03T02:39:21.822Z Running `rustc --crate-name wait_timeout /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 -C metadata=0680b187923cfcde -C extra-filename=-0680b187923cfcde --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-3b4ca36201d98b6d.rmeta --cap-lints allow -D warnings`
17932023-05-03T02:39:22.893Z Compiling bit-vec v0.6.3
17942023-05-03T02:39:22.899Z Running `rustc --crate-name bit_vec /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 --cfg 'feature="std"' -C metadata=8b6e1f6955812d3f -C extra-filename=-8b6e1f6955812d3f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
17952023-05-03T02:39:23.161Z Compiling rusty-fork v0.3.0
17962023-05-03T02:39:23.180Z Running `rustc --crate-name rusty_fork --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 --cfg 'feature="timeout"' --cfg 'feature="wait-timeout"' -C metadata=2fcb6e6d6722e12f -C extra-filename=-2fcb6e6d6722e12f --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-ce07f21fc5183631.rmeta --extern quick_error=/work/oxidecomputer/omicron/target/debug/deps/libquick_error-98318a950500f55c.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-9e43cd504d5e9604.rmeta --extern wait_timeout=/work/oxidecomputer/omicron/target/debug/deps/libwait_timeout-0680b187923cfcde.rmeta --cap-lints allow -D warnings`
17972023-05-03T02:39:23.758Z Compiling bit-set v0.5.3
17982023-05-03T02:39:23.764Z Running `rustc --crate-name bit_set /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=3752770a5b2f4739 -C extra-filename=-3752770a5b2f4739 --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-8b6e1f6955812d3f.rmeta --cap-lints allow -D warnings`
17992023-05-03T02:39:24.399Z Running `rustc --crate-name unicode_normalization --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=a4ec2a5c0bcc8c4a -C extra-filename=-a4ec2a5c0bcc8c4a --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-2d480778156817d1.rmeta --cap-lints allow -D warnings`
18002023-05-03T02:39:25.081Z Compiling rand_xorshift v0.3.0
18012023-05-03T02:39:25.086Z Running `rustc --crate-name rand_xorshift --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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 embed-bitcode=no -C debuginfo=2 -C metadata=371b511ee4c9a979 -C extra-filename=-371b511ee4c9a979 --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-fd183f5ae42f62fa.rmeta --cap-lints allow -D warnings`
18022023-05-03T02:39:25.753Z Compiling unarray v0.1.4
18032023-05-03T02:39:25.758Z Running `rustc --crate-name unarray --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 -C metadata=080d3d7b8b7bd62e -C extra-filename=-080d3d7b8b7bd62e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
18042023-05-03T02:39:25.764Z Compiling quick-error v2.0.1
18052023-05-03T02:39:25.768Z Running `rustc --crate-name quick_error --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/quick-error-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=2 -C metadata=20cce80bdfdac1b7 -C extra-filename=-20cce80bdfdac1b7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
18062023-05-03T02:39:26.058Z Compiling proptest v1.1.0
18072023-05-03T02:39:26.080Z Running `rustc --crate-name fnv /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=d5317593c92d2097 -C extra-filename=-d5317593c92d2097 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
18082023-05-03T02:39:26.087Z Running `rustc --crate-name proptest --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/proptest-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=2 --cfg 'feature="bit-set"' --cfg 'feature="break-dead-code"' --cfg 'feature="default"' --cfg 'feature="fork"' --cfg 'feature="lazy_static"' --cfg 'feature="quick-error"' --cfg 'feature="regex-syntax"' --cfg 'feature="rusty-fork"' --cfg 'feature="std"' --cfg 'feature="tempfile"' --cfg 'feature="timeout"' -C metadata=50228240c84c41f7 -C extra-filename=-50228240c84c41f7 --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-3752770a5b2f4739.rmeta --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-f311115e4eb2c3ba.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-d01e06aeb22800a4.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-754126440583bf8d.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-4a706b873f27c27b.rmeta --extern quick_error=/work/oxidecomputer/omicron/target/debug/deps/libquick_error-20cce80bdfdac1b7.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-83008e00ec653611.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-ea8b6e4770f0df9c.rmeta --extern rand_xorshift=/work/oxidecomputer/omicron/target/debug/deps/librand_xorshift-371b511ee4c9a979.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-cd9e30330f673fbf.rmeta --extern rusty_fork=/work/oxidecomputer/omicron/target/debug/deps/librusty_fork-2fcb6e6d6722e12f.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-9e43cd504d5e9604.rmeta --extern unarray=/work/oxidecomputer/omicron/target/debug/deps/libunarray-080d3d7b8b7bd62e.rmeta --cap-lints allow -D warnings`
18092023-05-03T02:39:26.419Z Running `rustc --crate-name unicode_bidi --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/unicode-bidi-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=2 --cfg 'feature="default"' --cfg 'feature="hardcoded-data"' --cfg 'feature="std"' -C metadata=a80a0fd8bcbf9254 -C extra-filename=-a80a0fd8bcbf9254 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
18102023-05-03T02:39:26.584Z Running `rustc --crate-name lazy_static /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 -C metadata=8a685d01b4b534ab -C extra-filename=-8a685d01b4b534ab --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
18112023-05-03T02:39:26.678Z Running `rustc --crate-name hashbrown --edition=2021 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 --cfg 'feature="raw"' -C metadata=a57969640a644beb -C extra-filename=-a57969640a644beb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
18122023-05-03T02:39:27.180Z Running `rustc --crate-name tracing_core --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/tracing-core-0.1.30/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="once_cell"' --cfg 'feature="std"' -C metadata=3d641d2f58be5517 -C extra-filename=-3d641d2f58be5517 --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-387b4834159e45ee.rmeta --cap-lints allow -D warnings`
18132023-05-03T02:39:28.738Z Running `rustc --crate-name indexmap --edition=2021 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 --cfg 'feature="serde"' --cfg 'feature="serde-1"' --cfg 'feature="std"' -C metadata=74f6f470d278de54 -C extra-filename=-74f6f470d278de54 --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-a57969640a644beb.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-8eb9b2d8b171c9a9.rmeta --cap-lints allow -D warnings --cfg has_std`
18142023-05-03T02:39:29.059Z Running `rustc --crate-name percent_encoding --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/percent-encoding-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=2 --cfg 'feature="alloc"' --cfg 'feature="default"' -C metadata=3cfcb279e7e3d47d -C extra-filename=-3cfcb279e7e3d47d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
18152023-05-03T02:39:30.043Z Running `rustc --crate-name ppv_lite86 --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 --cfg 'feature="simd"' --cfg 'feature="std"' -C metadata=22e611a24c3feef7 -C extra-filename=-22e611a24c3feef7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
18162023-05-03T02:39:30.050Z Compiling crc32fast v1.3.2
18172023-05-03T02:39:30.055Z Running `rustc --crate-name build_script_build /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/crc32fast-1.3.2/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=6a90cd68e918f568 -C extra-filename=-6a90cd68e918f568 --out-dir /work/oxidecomputer/omicron/target/debug/build/crc32fast-6a90cd68e918f568 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
18182023-05-03T02:39:30.075Z Running `rustc --crate-name tracing --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 --cfg 'feature="attributes"' --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="std"' --cfg 'feature="tracing-attributes"' -C metadata=600eed4dad7ddf48 -C extra-filename=-600eed4dad7ddf48 --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-3236f5900b9f1a09.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-641ae0b131c38bfd.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-6c7158ab17a5e7e9.rmeta --extern tracing_attributes=/work/oxidecomputer/omicron/target/debug/deps/libtracing_attributes-d742ae360bd985dc.so --extern tracing_core=/work/oxidecomputer/omicron/target/debug/deps/libtracing_core-3d641d2f58be5517.rmeta --cap-lints allow -D warnings`
18192023-05-03T02:39:30.715Z Running `rustc --crate-name form_urlencoded --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/form_urlencoded-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=2 -C metadata=8997f018ba3ea838 -C extra-filename=-8997f018ba3ea838 --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-3cfcb279e7e3d47d.rmeta --cap-lints allow -D warnings`
18202023-05-03T02:39:30.992Z Running `rustc --crate-name http --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 -C metadata=635e28a7d213ddf0 -C extra-filename=-635e28a7d213ddf0 --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-f7bc6c6fec7ff832.rmeta --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-d5317593c92d2097.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-a838964c13797ce1.rmeta --cap-lints allow -D warnings`
18212023-05-03T02:39:31.488Z Running `/work/oxidecomputer/omicron/target/debug/build/crc32fast-6a90cd68e918f568/build-script-build`
18222023-05-03T02:39:31.495Z Running `rustc --crate-name dyn_clone --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/dyn-clone-1.0.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 -C metadata=9dcb1ba4f7e17a87 -C extra-filename=-9dcb1ba4f7e17a87 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
18232023-05-03T02:39:31.500Z Running `rustc --crate-name untrusted --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 -C metadata=0d451194b297da86 -C extra-filename=-0d451194b297da86 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
18242023-05-03T02:39:31.506Z Running `rustc --crate-name spin /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 -C metadata=2a42401d55a485b9 -C extra-filename=-2a42401d55a485b9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
18252023-05-03T02:39:31.511Z Running `rustc --crate-name adler /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 -C metadata=ef199c17bc242311 -C extra-filename=-ef199c17bc242311 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
18262023-05-03T02:39:31.789Z Running `rustc --crate-name rand_chacha --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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 panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="std"' -C metadata=cac48b3bced151f4 -C extra-filename=-cac48b3bced151f4 --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-22e611a24c3feef7.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-e3ee9ba43e1f3640.rmeta --cap-lints allow -D warnings`
18272023-05-03T02:39:31.834Z Running `rustc --crate-name idna --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/idna-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=2 -C metadata=6c757b5fefcce9b7 -C extra-filename=-6c757b5fefcce9b7 --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-a80a0fd8bcbf9254.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-a4ec2a5c0bcc8c4a.rmeta --cap-lints allow -D warnings`
18282023-05-03T02:39:31.886Z Running `rustc --crate-name io_lifetimes --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/io-lifetimes-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=2 --cfg 'feature="close"' --cfg 'feature="default"' --cfg 'feature="libc"' --cfg 'feature="windows-sys"' -C metadata=9e35872ae9f7aae3 -C extra-filename=-9e35872ae9f7aae3 --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-8ace6616485d65e0.rmeta --cap-lints allow -D warnings --cfg io_safety_is_in_std`
18292023-05-03T02:39:32.005Z Running `rustc --crate-name unicode_ident --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/unicode-ident-1.0.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 -C metadata=1028d021f3243ee5 -C extra-filename=-1028d021f3243ee5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
18302023-05-03T02:39:32.309Z Running `rustc --crate-name cpufeatures --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/cpufeatures-0.2.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=2 -C metadata=9a0124affbab9dd0 -C extra-filename=-9a0124affbab9dd0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
18312023-05-03T02:39:32.467Z Running `rustc --crate-name proc_macro2 --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/proc-macro2-1.0.56/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="proc-macro"' -C metadata=f80b15ec466b32e7 -C extra-filename=-f80b15ec466b32e7 --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-1028d021f3243ee5.rmeta --cap-lints allow -D warnings --cfg use_proc_macro --cfg wrap_proc_macro`
18322023-05-03T02:39:32.919Z Running `rustc --crate-name rand --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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 panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="getrandom"' --cfg 'feature="libc"' --cfg 'feature="rand_chacha"' --cfg 'feature="std"' --cfg 'feature="std_rng"' -C metadata=95f5a12fb301f6d6 -C extra-filename=-95f5a12fb301f6d6 --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-8ace6616485d65e0.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-cac48b3bced151f4.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-e3ee9ba43e1f3640.rmeta --cap-lints allow -D warnings`
18332023-05-03T02:39:33.864Z Running `rustc --crate-name url --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/url-2.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' -C metadata=a1c2b50b5e43c2c1 -C extra-filename=-a1c2b50b5e43c2c1 --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-8997f018ba3ea838.rmeta --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-6c757b5fefcce9b7.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-3cfcb279e7e3d47d.rmeta --cap-lints allow -D warnings`
18342023-05-03T02:39:35.076Z Running `rustc --crate-name ucd_trie --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/ucd-trie-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=2 --cfg 'feature="std"' -C metadata=cbe3c0eecc3f52a5 -C extra-filename=-cbe3c0eecc3f52a5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
18352023-05-03T02:39:35.785Z Running `rustc --crate-name base64 --edition=2021 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/base64-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=2 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=e9589e46c4d3b8f3 -C extra-filename=-e9589e46c4d3b8f3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
18362023-05-03T02:39:35.809Z Running `rustc --crate-name pest --edition=2021 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/pest-2.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=2 --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="thiserror"' -C metadata=a84275202fbd1c30 -C extra-filename=-a84275202fbd1c30 --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-b122fed81b2a5729.rmeta --extern ucd_trie=/work/oxidecomputer/omicron/target/debug/deps/libucd_trie-cbe3c0eecc3f52a5.rmeta --cap-lints allow -D warnings`
18372023-05-03T02:39:35.839Z Running `rustc --crate-name quote --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/quote-1.0.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=2 --cfg 'feature="default"' --cfg 'feature="proc-macro"' -C metadata=6d591bba2cbe1f12 -C extra-filename=-6d591bba2cbe1f12 --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-f80b15ec466b32e7.rmeta --cap-lints allow -D warnings`
18382023-05-03T02:39:36.035Z Running `rustc --crate-name schemars --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/schemars-0.8.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=2 --cfg 'feature="bytes"' --cfg 'feature="chrono"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="schemars_derive"' --cfg 'feature="uuid1"' -C metadata=03bbb2d6bf1b8aa4 -C extra-filename=-03bbb2d6bf1b8aa4 --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-f7bc6c6fec7ff832.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-f6168ac296c7f258.rmeta --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-9dcb1ba4f7e17a87.rmeta --extern schemars_derive=/work/oxidecomputer/omicron/target/debug/deps/libschemars_derive-91b79f36707f31aa.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-8eb9b2d8b171c9a9.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-72173ad921688e6f.rmeta --extern uuid1=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d1a0abc5ade2db54.rmeta --cap-lints allow -D warnings --cfg std_atomic64 --cfg std_atomic`
18392023-05-03T02:39:36.516Z Running `rustc --crate-name aho_corasick --edition=2021 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/aho-corasick-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=2 --cfg 'feature="default"' --cfg 'feature="perf-literal"' --cfg 'feature="std"' -C metadata=168d1ef0e302782d -C extra-filename=-168d1ef0e302782d --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-9cfa812d8dfbd69b.rmeta --cap-lints allow -D warnings`
18402023-05-03T02:39:37.213Z Running `rustc --crate-name httparse --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=5781f11d3df4917a -C extra-filename=-5781f11d3df4917a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings --cfg httparse_simd`
18412023-05-03T02:39:37.298Z Running `rustc --crate-name regex_syntax --edition=2021 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/regex-syntax-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=2 --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=46c3e1e905d9cb84 -C extra-filename=-46c3e1e905d9cb84 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
18422023-05-03T02:39:37.303Z Running `rustc --crate-name slog /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 --cfg 'feature="default"' --cfg 'feature="dynamic-keys"' --cfg 'feature="max_level_trace"' --cfg 'feature="release_max_level_debug"' --cfg 'feature="std"' -C metadata=d17ae93f1c55387c -C extra-filename=-d17ae93f1c55387c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings --cfg integer128`
18432023-05-03T02:39:38.640Z Running `rustc --crate-name gimli --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.27.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=2 --cfg 'feature="read"' --cfg 'feature="read-core"' -C metadata=c0531fed6294c099 -C extra-filename=-c0531fed6294c099 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
18442023-05-03T02:39:39.035Z Running `rustc --crate-name miniz_oxide --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/miniz_oxide-0.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=2 -C metadata=e5aa24792a099629 -C extra-filename=-e5aa24792a099629 --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-ef199c17bc242311.rmeta --cap-lints allow -D warnings`
18452023-05-03T02:39:40.551Z Running `rustc --crate-name tokio_util --edition=2021 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/tokio-util-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=2 --cfg 'feature="codec"' --cfg 'feature="default"' --cfg 'feature="io"' --cfg 'feature="tracing"' -C metadata=777aa92c00e55f4b -C extra-filename=-777aa92c00e55f4b --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-f7bc6c6fec7ff832.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-a1ad4564885a93e7.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-02797d858f1af3f9.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-6c7158ab17a5e7e9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e3bc36a7db76edcf.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-600eed4dad7ddf48.rmeta --cap-lints allow -D warnings`
18462023-05-03T02:39:41.056Z Running `rustc --crate-name object --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/object-0.30.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=2 --cfg 'feature="archive"' --cfg 'feature="coff"' --cfg 'feature="elf"' --cfg 'feature="macho"' --cfg 'feature="pe"' --cfg 'feature="read_core"' --cfg 'feature="unaligned"' -C metadata=ca1131cddca659e0 -C extra-filename=-ca1131cddca659e0 --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-9cfa812d8dfbd69b.rmeta --cap-lints allow -D warnings`
18472023-05-03T02:39:42.974Z Running `rustc --crate-name rustc_demangle /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-demangle-0.1.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=2 -C metadata=1af45f3da0b56803 -C extra-filename=-1af45f3da0b56803 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
18482023-05-03T02:39:43.257Z Running `rustc --crate-name httpdate --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/httpdate-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=2 -C metadata=3218cb08365e04ad -C extra-filename=-3218cb08365e04ad --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
18492023-05-03T02:39:44.385Z Running `rustc --crate-name regex --edition=2021 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/regex-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 panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="aho-corasick"' --cfg 'feature="default"' --cfg 'feature="memchr"' --cfg 'feature="perf"' --cfg 'feature="perf-cache"' --cfg 'feature="perf-dfa"' --cfg 'feature="perf-inline"' --cfg 'feature="perf-literal"' --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=c068aef94ecb220d -C extra-filename=-c068aef94ecb220d --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-168d1ef0e302782d.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-9cfa812d8dfbd69b.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-46c3e1e905d9cb84.rmeta --cap-lints allow -D warnings`
18502023-05-03T02:39:44.975Z Running `rustc --crate-name try_lock /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 -C metadata=285188b1a6a50e08 -C extra-filename=-285188b1a6a50e08 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
18512023-05-03T02:39:45.333Z Running `rustc --crate-name unicode_width /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/unicode-width-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=2 --cfg 'feature="default"' -C metadata=f4b899674cbc3fdf -C extra-filename=-f4b899674cbc3fdf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
18522023-05-03T02:39:45.799Z Running `rustc --crate-name want --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/want-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=2 -C metadata=cf832d940a1064a1 -C extra-filename=-cf832d940a1064a1 --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-641ae0b131c38bfd.rmeta --extern try_lock=/work/oxidecomputer/omicron/target/debug/deps/libtry_lock-285188b1a6a50e08.rmeta --cap-lints allow -D warnings`
18532023-05-03T02:39:45.805Z Running `rustc --crate-name h2 --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/h2-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=2 -C metadata=86aa36854349dbf2 -C extra-filename=-86aa36854349dbf2 --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-f7bc6c6fec7ff832.rmeta --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-d5317593c92d2097.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-a1ad4564885a93e7.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-02797d858f1af3f9.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-a5d020236f0241f3.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-635e28a7d213ddf0.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-74f6f470d278de54.rmeta --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-dded40777a895b86.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e3bc36a7db76edcf.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-777aa92c00e55f4b.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-600eed4dad7ddf48.rmeta --cap-lints allow -D warnings`
18542023-05-03T02:39:46.378Z Running `rustc --crate-name http_body --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 -C metadata=a0089b392c59da4c -C extra-filename=-a0089b392c59da4c --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-f7bc6c6fec7ff832.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-635e28a7d213ddf0.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-6c7158ab17a5e7e9.rmeta --cap-lints allow -D warnings`
18552023-05-03T02:39:47.227Z Running `rustc --crate-name addr2line /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/addr2line-0.19.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=2 -C metadata=d3d49b25759ac9c1 -C extra-filename=-d3d49b25759ac9c1 --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-c0531fed6294c099.rmeta --cap-lints allow -D warnings`
18562023-05-03T02:39:48.129Z Running `rustc --crate-name tower_service --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 -C metadata=99955c0dc7928341 -C extra-filename=-99955c0dc7928341 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
18572023-05-03T02:39:48.664Z Running `rustc --crate-name ipnet --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/ipnet-2.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=2 --cfg 'feature="default"' -C metadata=0870a041a57a8452 -C extra-filename=-0870a041a57a8452 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
18582023-05-03T02:39:48.669Z Running `rustc --crate-name atty /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 -C metadata=a56c9751a384a385 -C extra-filename=-a56c9751a384a385 --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-8ace6616485d65e0.rmeta --cap-lints allow -D warnings`
18592023-05-03T02:39:48.674Z Running `rustc --crate-name rustls_pemfile --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/rustls-pemfile-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=2 -C metadata=0fff61b42b453b63 -C extra-filename=-0fff61b42b453b63 --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-e9589e46c4d3b8f3.rmeta --cap-lints allow -D warnings`
18602023-05-03T02:39:48.742Z Running `rustc --crate-name serde_urlencoded --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 -C metadata=cad423e1b12e046b -C extra-filename=-cad423e1b12e046b --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-8997f018ba3ea838.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-a838964c13797ce1.rmeta --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-588ed3c9d0ef7fa4.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-8eb9b2d8b171c9a9.rmeta --cap-lints allow -D warnings`
18612023-05-03T02:39:49.317Z Running `rustc --crate-name errno /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/errno-0.2.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=2 -C metadata=bf1efb830cbec1f8 -C extra-filename=-bf1efb830cbec1f8 --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-8ace6616485d65e0.rmeta --cap-lints allow -D warnings`
18622023-05-03T02:39:50.110Z Running `rustc --crate-name mime /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/mime-0.3.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=2 -C metadata=b69a29a459d67fb7 -C extra-filename=-b69a29a459d67fb7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
18632023-05-03T02:39:50.115Z Running `rustc --crate-name utf8parse --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 --cfg 'feature="default"' -C metadata=e2670f7cd7cde2c8 -C extra-filename=-e2670f7cd7cde2c8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
18642023-05-03T02:39:50.304Z Running `rustc --crate-name rustix --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/rustix-0.36.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=2 --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="io-lifetimes"' --cfg 'feature="libc"' --cfg 'feature="std"' --cfg 'feature="termios"' --cfg 'feature="use-libc-auxv"' -C metadata=3fa5176feceef43d -C extra-filename=-3fa5176feceef43d --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-d34174f1ba198652.rmeta --extern libc_errno=/work/oxidecomputer/omicron/target/debug/deps/liberrno-bf1efb830cbec1f8.rmeta --extern io_lifetimes=/work/oxidecomputer/omicron/target/debug/deps/libio_lifetimes-9e35872ae9f7aae3.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-8ace6616485d65e0.rmeta --cap-lints allow -D warnings --cfg libc`
18652023-05-03T02:39:50.510Z Running `rustc --crate-name futures_executor --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 --cfg 'feature="std"' -C metadata=5c6e65114a182822 -C extra-filename=-5c6e65114a182822 --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-a1ad4564885a93e7.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-bfced133f6f404aa.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-a5d020236f0241f3.rmeta --cap-lints allow -D warnings`
18662023-05-03T02:39:50.620Z Running `rustc --crate-name crossbeam_utils --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/crossbeam-utils-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=2 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=2d8dda456d54a927 -C extra-filename=-2d8dda456d54a927 --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-3236f5900b9f1a09.rmeta --cap-lints allow -D warnings`
18672023-05-03T02:39:51.003Z Compiling either v1.8.1
18682023-05-03T02:39:51.008Z Running `rustc --crate-name errno --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/errno-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=2 -C metadata=c0a1810b80338316 -C extra-filename=-c0a1810b80338316 --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-8ace6616485d65e0.rmeta --cap-lints allow -D warnings`
18692023-05-03T02:39:51.013Z Running `rustc --crate-name either --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/either-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=2 --cfg 'feature="default"' --cfg 'feature="use_std"' -C metadata=4487ff24ff403b20 -C extra-filename=-4487ff24ff403b20 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
18702023-05-03T02:39:51.560Z Running `rustc --crate-name rustix --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/rustix-0.37.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=2 --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="io-lifetimes"' --cfg 'feature="libc"' --cfg 'feature="std"' --cfg 'feature="use-libc-auxv"' -C metadata=3d939afe126e2686 -C extra-filename=-3d939afe126e2686 --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-d34174f1ba198652.rmeta --extern libc_errno=/work/oxidecomputer/omicron/target/debug/deps/liberrno-c0a1810b80338316.rmeta --extern io_lifetimes=/work/oxidecomputer/omicron/target/debug/deps/libio_lifetimes-9e35872ae9f7aae3.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-8ace6616485d65e0.rmeta --cap-lints allow -D warnings --cfg libc --cfg solarish`
18712023-05-03T02:39:51.703Z Running `rustc --crate-name backtrace --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.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=2 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=0bf9a4d9b78013a5 -C extra-filename=-0bf9a4d9b78013a5 --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-d3d49b25759ac9c1.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3236f5900b9f1a09.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-8ace6616485d65e0.rmeta --extern miniz_oxide=/work/oxidecomputer/omicron/target/debug/deps/libminiz_oxide-e5aa24792a099629.rmeta --extern object=/work/oxidecomputer/omicron/target/debug/deps/libobject-ca1131cddca659e0.rmeta --extern rustc_demangle=/work/oxidecomputer/omicron/target/debug/deps/librustc_demangle-1af45f3da0b56803.rmeta --cap-lints allow -D warnings`
18722023-05-03T02:39:51.803Z Running `rustc --crate-name encoding_rs --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/encoding_rs-0.8.32/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' -C metadata=8881a28a29e83146 -C extra-filename=-8881a28a29e83146 --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-3236f5900b9f1a09.rmeta --cap-lints allow -D warnings`
18732023-05-03T02:39:53.039Z Running `rustc --crate-name fastrand --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/fastrand-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=2 -C metadata=68e992cfdcc99124 -C extra-filename=-68e992cfdcc99124 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
18742023-05-03T02:39:53.529Z Running `rustc --crate-name anyhow --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/anyhow-1.0.71/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="backtrace"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=5994f6b5c293cae8 -C extra-filename=-5994f6b5c293cae8 --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-0bf9a4d9b78013a5.rmeta --cap-lints allow -D warnings`
18752023-05-03T02:39:53.928Z Running `rustc --crate-name futures --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 --cfg 'feature="alloc"' --cfg 'feature="async-await"' --cfg 'feature="default"' --cfg 'feature="executor"' --cfg 'feature="futures-executor"' --cfg 'feature="std"' -C metadata=49a459f4335048f1 -C extra-filename=-49a459f4335048f1 --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-d2267efff75dc0c0.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-a1ad4564885a93e7.rmeta --extern futures_executor=/work/oxidecomputer/omicron/target/debug/deps/libfutures_executor-5c6e65114a182822.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-81a8ee61d9448f2b.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-02797d858f1af3f9.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-bfced133f6f404aa.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-a5d020236f0241f3.rmeta --cap-lints allow -D warnings`
18762023-05-03T02:39:54.414Z Running `rustc --crate-name ahash --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 -C metadata=a9325cd2c1443715 -C extra-filename=-a9325cd2c1443715 --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-3236f5900b9f1a09.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-387b4834159e45ee.rmeta --cap-lints allow -D warnings --cfg 'feature="folded_multiply"'`
18772023-05-03T02:39:54.421Z Running `rustc --crate-name strsim /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 -C metadata=5ed108281a9105cd -C extra-filename=-5ed108281a9105cd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
18782023-05-03T02:39:55.266Z Running `rustc --crate-name tempfile --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/tempfile-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=2 -C metadata=51e70bcbfc9433e9 -C extra-filename=-51e70bcbfc9433e9 --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-3236f5900b9f1a09.rmeta --extern fastrand=/work/oxidecomputer/omicron/target/debug/deps/libfastrand-68e992cfdcc99124.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-3d939afe126e2686.rmeta --cap-lints allow -D warnings`
18792023-05-03T02:39:55.346Z Running `rustc --crate-name hashbrown --edition=2021 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 --cfg 'feature="ahash"' --cfg 'feature="default"' --cfg 'feature="inline-more"' -C metadata=238f4c8b3be9891e -C extra-filename=-238f4c8b3be9891e --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-a9325cd2c1443715.rmeta --cap-lints allow -D warnings`
18802023-05-03T02:39:55.387Z Running `rustc --crate-name is_terminal --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/is-terminal-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=2 -C metadata=80de914387744abe -C extra-filename=-80de914387744abe --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern io_lifetimes=/work/oxidecomputer/omicron/target/debug/deps/libio_lifetimes-9e35872ae9f7aae3.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-3fa5176feceef43d.rmeta --cap-lints allow -D warnings`
18812023-05-03T02:39:55.836Z Running `rustc --crate-name anstyle_parse --edition=2021 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/anstyle-parse-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=2 --cfg 'feature="default"' --cfg 'feature="utf8"' -C metadata=a7285f8b7c883ead -C extra-filename=-a7285f8b7c883ead --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-e2670f7cd7cde2c8.rmeta --cap-lints allow -D warnings`
18822023-05-03T02:39:55.842Z Running `rustc --crate-name openapiv3 --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/openapiv3-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=2 --cfg 'feature="skip_serializing_defaults"' -C metadata=e966a4fad6a0b4a5 -C extra-filename=-e966a4fad6a0b4a5 --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-74f6f470d278de54.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-8eb9b2d8b171c9a9.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-72173ad921688e6f.rmeta --cap-lints allow -D warnings`
18832023-05-03T02:39:56.061Z Running `rustc --crate-name num_threads /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 -C metadata=98f0d36b875d013b -C extra-filename=-98f0d36b875d013b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
18842023-05-03T02:39:56.385Z Running `rustc --crate-name time_core --edition=2021 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/time-core-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=2 -C metadata=613ca94b735e736a -C extra-filename=-613ca94b735e736a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
18852023-05-03T02:39:56.474Z Running `rustc --crate-name colorchoice --edition=2021 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 -C metadata=0609ec543a352806 -C extra-filename=-0609ec543a352806 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
18862023-05-03T02:39:56.715Z Running `rustc --crate-name anstyle --edition=2021 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/anstyle-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=2 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=80010f3f118861b5 -C extra-filename=-80010f3f118861b5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
18872023-05-03T02:39:56.724Z Running `rustc --crate-name anstyle_query --edition=2021 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 -C metadata=94ce4c9d2b901044 -C extra-filename=-94ce4c9d2b901044 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
18882023-05-03T02:39:57.284Z Running `rustc --crate-name same_file --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 -C metadata=d78ac3d416653e55 -C extra-filename=-d78ac3d416653e55 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
18892023-05-03T02:39:57.290Z Running `rustc --crate-name time --edition=2021 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/time-0.3.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=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="formatting"' --cfg 'feature="local-offset"' --cfg 'feature="macros"' --cfg 'feature="parsing"' --cfg 'feature="std"' -C metadata=c0a08fa3eeac4d73 -C extra-filename=-c0a08fa3eeac4d73 --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-a838964c13797ce1.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-8ace6616485d65e0.rmeta --extern num_threads=/work/oxidecomputer/omicron/target/debug/deps/libnum_threads-98f0d36b875d013b.rmeta --extern time_core=/work/oxidecomputer/omicron/target/debug/deps/libtime_core-613ca94b735e736a.rmeta --extern time_macros=/work/oxidecomputer/omicron/target/debug/deps/libtime_macros-663719debbfe7f36.so --cap-lints allow -D warnings`
18902023-05-03T02:39:57.395Z Running `rustc --crate-name anstream --edition=2021 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/anstream-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=2 --cfg 'feature="auto"' --cfg 'feature="default"' --cfg 'feature="wincon"' -C metadata=8174a6b98465c162 -C extra-filename=-8174a6b98465c162 --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-80010f3f118861b5.rmeta --extern anstyle_parse=/work/oxidecomputer/omicron/target/debug/deps/libanstyle_parse-a7285f8b7c883ead.rmeta --extern anstyle_query=/work/oxidecomputer/omicron/target/debug/deps/libanstyle_query-94ce4c9d2b901044.rmeta --extern colorchoice=/work/oxidecomputer/omicron/target/debug/deps/libcolorchoice-0609ec543a352806.rmeta --extern is_terminal=/work/oxidecomputer/omicron/target/debug/deps/libis_terminal-80de914387744abe.rmeta --extern utf8parse=/work/oxidecomputer/omicron/target/debug/deps/libutf8parse-e2670f7cd7cde2c8.rmeta --cap-lints allow -D warnings`
18912023-05-03T02:39:57.418Z Running `rustc --crate-name regress --edition=2021 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/regress-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=2 --cfg 'feature="backend-pikevm"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=34ea04e5319662dd -C extra-filename=-34ea04e5319662dd --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-238f4c8b3be9891e.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-9cfa812d8dfbd69b.rmeta --cap-lints allow -D warnings`
18922023-05-03T02:39:57.650Z Running `rustc --crate-name walkdir --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/walkdir-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=2 -C metadata=270ed0757f10b542 -C extra-filename=-270ed0757f10b542 --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-d78ac3d416653e55.rmeta --cap-lints allow -D warnings`
18932023-05-03T02:39:58.717Z Running `rustc --crate-name hyper --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/hyper-0.14.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=2 --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=c12dd9ffd01f62f2 -C extra-filename=-c12dd9ffd01f62f2 --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-f7bc6c6fec7ff832.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-d2267efff75dc0c0.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-a1ad4564885a93e7.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-a5d020236f0241f3.rmeta --extern h2=/work/oxidecomputer/omicron/target/debug/deps/libh2-86aa36854349dbf2.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-635e28a7d213ddf0.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-a0089b392c59da4c.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-5781f11d3df4917a.rmeta --extern httpdate=/work/oxidecomputer/omicron/target/debug/deps/libhttpdate-3218cb08365e04ad.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-a838964c13797ce1.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-6c7158ab17a5e7e9.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-2fa453ea477f887b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e3bc36a7db76edcf.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-99955c0dc7928341.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-600eed4dad7ddf48.rmeta --extern want=/work/oxidecomputer/omicron/target/debug/deps/libwant-cf832d940a1064a1.rmeta --cap-lints allow -D warnings`
18942023-05-03T02:39:58.746Z Running `rustc --crate-name zerocopy --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 -C metadata=5a148a0bf5da2591 -C extra-filename=-5a148a0bf5da2591 --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-bf19b92cdd383d4f.rmeta --extern zerocopy_derive=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy_derive-6b6a344716a6d37b.so --cap-lints allow -D warnings`
18952023-05-03T02:39:59.361Z Running `rustc --crate-name clap_lex --edition=2021 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/clap_lex-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=2 -C metadata=b1fbee22454fb551 -C extra-filename=-b1fbee22454fb551 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
18962023-05-03T02:40:00.361Z Running `rustc --crate-name dof --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 -C metadata=02226a3c978a39bc -C extra-filename=-02226a3c978a39bc --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-b122fed81b2a5729.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-5a148a0bf5da2591.rmeta --cap-lints allow -D warnings`
18972023-05-03T02:40:00.570Z Running `rustc --crate-name clap_builder --edition=2021 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/clap_builder-4.2.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=2 --cfg 'feature="color"' --cfg 'feature="env"' --cfg 'feature="error-context"' --cfg 'feature="help"' --cfg 'feature="std"' --cfg 'feature="suggestions"' --cfg 'feature="usage"' -C metadata=aa3fc7804a6bad6d -C extra-filename=-aa3fc7804a6bad6d --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-8174a6b98465c162.rmeta --extern anstyle=/work/oxidecomputer/omicron/target/debug/deps/libanstyle-80010f3f118861b5.rmeta --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-d34174f1ba198652.rmeta --extern clap_lex=/work/oxidecomputer/omicron/target/debug/deps/libclap_lex-b1fbee22454fb551.rmeta --extern strsim=/work/oxidecomputer/omicron/target/debug/deps/libstrsim-5ed108281a9105cd.rmeta --cap-lints allow -D warnings`
18982023-05-03T02:40:01.594Z Running `rustc --crate-name crossbeam_channel --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/crossbeam-channel-0.5.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=2 --cfg 'feature="crossbeam-utils"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=efedaf1aaf8edfa7 -C extra-filename=-efedaf1aaf8edfa7 --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-3236f5900b9f1a09.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-2d8dda456d54a927.rmeta --cap-lints allow -D warnings`
18992023-05-03T02:40:02.541Z Running `rustc --crate-name dtrace_parser --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 -C metadata=778b238072f52ac7 -C extra-filename=-778b238072f52ac7 --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-a84275202fbd1c30.rmeta --extern pest_derive=/work/oxidecomputer/omicron/target/debug/deps/libpest_derive-dfc5f67eabb745ee.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b122fed81b2a5729.rmeta --cap-lints allow -D warnings`
19002023-05-03T02:40:03.607Z Running `rustc --crate-name semver_parser --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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 panic=abort -C embed-bitcode=no -C debuginfo=2 -C metadata=28de32b1bace6ca9 -C extra-filename=-28de32b1bace6ca9 --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-a84275202fbd1c30.rmeta --cap-lints allow -D warnings`
19012023-05-03T02:40:04.513Z Running `rustc --crate-name syn --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 --cfg 'feature="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="extra-traits"' --cfg 'feature="full"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --cfg 'feature="quote"' -C metadata=21cfd0d29c4c2727 -C extra-filename=-21cfd0d29c4c2727 --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-f80b15ec466b32e7.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6d591bba2cbe1f12.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-1028d021f3243ee5.rmeta --cap-lints allow -D warnings --cfg syn_disable_nightly_tests`
19022023-05-03T02:40:04.644Z Running `rustc --crate-name syn --edition=2021 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/syn-2.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=2 --cfg 'feature="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="extra-traits"' --cfg 'feature="full"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --cfg 'feature="quote"' -C metadata=08e32d25d2b6bbfa -C extra-filename=-08e32d25d2b6bbfa --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-f80b15ec466b32e7.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6d591bba2cbe1f12.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-1028d021f3243ee5.rmeta --cap-lints allow -D warnings`
19032023-05-03T02:40:06.072Z Running `rustc --crate-name toml --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 --cfg 'feature="default"' -C metadata=86f083b614334e7d -C extra-filename=-86f083b614334e7d --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-8eb9b2d8b171c9a9.rmeta --cap-lints allow -D warnings`
19042023-05-03T02:40:07.348Z Running `rustc --crate-name thread_id /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/thread-id-4.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=2 -C metadata=354f4593730655f4 -C extra-filename=-354f4593730655f4 --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-8ace6616485d65e0.rmeta --cap-lints allow -D warnings`
19052023-05-03T02:40:07.435Z Compiling proc-macro-error-attr v1.0.4
19062023-05-03T02:40:07.440Z Running `rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/proc-macro-error-attr-1.0.4/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 -C metadata=f56e709c68f921e5 -C extra-filename=-f56e709c68f921e5 --out-dir /work/oxidecomputer/omicron/target/debug/build/proc-macro-error-attr-f56e709c68f921e5 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-cc4f27bdf927284c.rlib --cap-lints allow -D warnings`
19072023-05-03T02:40:07.632Z Running `rustc --crate-name heck --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 --cfg 'feature="default"' -C metadata=c0cc6a8319f576b1 -C extra-filename=-c0cc6a8319f576b1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
19082023-05-03T02:40:08.157Z Running `/work/oxidecomputer/omicron/target/debug/build/proc-macro-error-attr-f56e709c68f921e5/build-script-build`
19092023-05-03T02:40:08.783Z Running `rustc --crate-name clap --edition=2021 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/clap-4.2.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=2 --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"' -C metadata=3d8e288e1a900f74 -C extra-filename=-3d8e288e1a900f74 --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-aa3fc7804a6bad6d.rmeta --extern clap_derive=/work/oxidecomputer/omicron/target/debug/deps/libclap_derive-77ee6421d7b4ea2e.so --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-387b4834159e45ee.rmeta --cap-lints allow -D warnings`
19102023-05-03T02:40:08.804Z Running `rustc --crate-name semver /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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 panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' -C metadata=33590c0c27e44ba4 -C extra-filename=-33590c0c27e44ba4 --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-28de32b1bace6ca9.rmeta --cap-lints allow -D warnings`
19112023-05-03T02:40:08.809Z Compiling proc-macro-error v1.0.4
19122023-05-03T02:40:08.814Z Running `rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/proc-macro-error-1.0.4/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="syn"' --cfg 'feature="syn-error"' -C metadata=0cefc5bef2d3ad30 -C extra-filename=-0cefc5bef2d3ad30 --out-dir /work/oxidecomputer/omicron/target/debug/build/proc-macro-error-0cefc5bef2d3ad30 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-cc4f27bdf927284c.rlib --cap-lints allow -D warnings`
19132023-05-03T02:40:08.827Z Running `rustc --crate-name home --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/home-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=2 -C metadata=fc43eff34314734d -C extra-filename=-fc43eff34314734d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
19142023-05-03T02:40:09.282Z Running `rustc --crate-name toolchain_find --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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 panic=abort -C embed-bitcode=no -C debuginfo=2 -C metadata=0211b60e494fc846 -C extra-filename=-0211b60e494fc846 --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-fc43eff34314734d.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-8a685d01b4b534ab.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-c068aef94ecb220d.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-33590c0c27e44ba4.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-270ed0757f10b542.rmeta --cap-lints allow -D warnings`
19152023-05-03T02:40:09.335Z Running `/work/oxidecomputer/omicron/target/debug/build/proc-macro-error-0cefc5bef2d3ad30/build-script-build`
19162023-05-03T02:40:10.203Z Running `rustc --crate-name proc_macro_error_attr --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/proc-macro-error-attr-1.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=2 -C metadata=c3eb990532c9e572 -C extra-filename=-c3eb990532c9e572 --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-7e5706224bd8cc5a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-dee3cb74b1ec4ef9.rlib --extern proc_macro --cap-lints allow -D warnings`
19172023-05-03T02:40:10.210Z Running `rustc --crate-name getopts /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 -C metadata=af5032cd0b038631 -C extra-filename=-af5032cd0b038631 --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-f4b899674cbc3fdf.rmeta --cap-lints allow -D warnings`
19182023-05-03T02:40:10.463Z Running `rustc --crate-name dirs_sys_next --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 -C metadata=602ddf8d18b771eb -C extra-filename=-602ddf8d18b771eb --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-8ace6616485d65e0.rmeta --cap-lints allow -D warnings`
19192023-05-03T02:40:11.841Z Running `rustc --crate-name unsafe_libyaml --edition=2021 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/unsafe-libyaml-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=2 -C metadata=29014b182fd7bc72 -C extra-filename=-29014b182fd7bc72 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
19202023-05-03T02:40:12.026Z Running `rustc --crate-name match_cfg /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 --cfg 'feature="default"' --cfg 'feature="use_core"' -C metadata=c617439e77eeb0eb -C extra-filename=-c617439e77eeb0eb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
19212023-05-03T02:40:12.269Z Running `rustc --crate-name hostname /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 --cfg 'feature="default"' -C metadata=e767856f25d7fe77 -C extra-filename=-e767856f25d7fe77 --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-8ace6616485d65e0.rmeta --extern match_cfg=/work/oxidecomputer/omicron/target/debug/deps/libmatch_cfg-c617439e77eeb0eb.rmeta --cap-lints allow -D warnings`
19222023-05-03T02:40:12.292Z Running `rustc --crate-name proc_macro_error --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/proc-macro-error-1.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="syn"' --cfg 'feature="syn-error"' -C metadata=87e3db1731554862 -C extra-filename=-87e3db1731554862 --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-c3eb990532c9e572.so --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-7e5706224bd8cc5a.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-dee3cb74b1ec4ef9.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-bb189b68ee44fd46.rmeta --cap-lints allow -D warnings --cfg use_fallback`
19232023-05-03T02:40:13.089Z Running `rustc --crate-name dirs_next --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 -C metadata=c3ebc8998a65b10f -C extra-filename=-c3ebc8998a65b10f --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-3236f5900b9f1a09.rmeta --extern dirs_sys_next=/work/oxidecomputer/omicron/target/debug/deps/libdirs_sys_next-602ddf8d18b771eb.rmeta --cap-lints allow -D warnings`
19242023-05-03T02:40:13.265Z Running `rustc --crate-name rustfmt_wrapper --edition=2021 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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 panic=abort -C embed-bitcode=no -C debuginfo=2 -C metadata=0254f9f8e8a8a5fe -C extra-filename=-0254f9f8e8a8a5fe --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-8eb9b2d8b171c9a9.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-51e70bcbfc9433e9.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b122fed81b2a5729.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-86f083b614334e7d.rmeta --extern toolchain_find=/work/oxidecomputer/omicron/target/debug/deps/libtoolchain_find-0211b60e494fc846.rmeta --cap-lints allow -D warnings`
19252023-05-03T02:40:13.548Z Running `rustc --crate-name sha1 --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/sha1-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=2 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=20f9e83ee5b2fcd7 -C extra-filename=-20f9e83ee5b2fcd7 --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-3236f5900b9f1a09.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-9a0124affbab9dd0.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-74b8552d3c684044.rmeta --cap-lints allow -D warnings`
19262023-05-03T02:40:14.068Z Running `rustc --crate-name thread_local --edition=2021 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 -C metadata=07b5626c7d36acea -C extra-filename=-07b5626c7d36acea --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-3236f5900b9f1a09.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-387b4834159e45ee.rmeta --cap-lints allow -D warnings`
19272023-05-03T02:40:14.529Z Running `rustc --crate-name serde_yaml --edition=2021 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/serde_yaml-0.9.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=2 -C metadata=286dd325439e4165 -C extra-filename=-286dd325439e4165 --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-74f6f470d278de54.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-a838964c13797ce1.rmeta --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-588ed3c9d0ef7fa4.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-8eb9b2d8b171c9a9.rmeta --extern unsafe_libyaml=/work/oxidecomputer/omicron/target/debug/deps/libunsafe_libyaml-29014b182fd7bc72.rmeta --cap-lints allow -D warnings`
19282023-05-03T02:40:14.602Z Running `rustc --crate-name toml_datetime --edition=2021 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/toml_datetime-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=2 --cfg 'feature="serde"' -C metadata=34d8c6c040da6ac0 -C extra-filename=-34d8c6c040da6ac0 --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-8eb9b2d8b171c9a9.rmeta --cap-lints allow -D warnings`
19292023-05-03T02:40:15.382Z Running `rustc --crate-name typify_impl --edition=2021 /home/build/.cargo/git/checkouts/typify-288d5a84bbbe6a46/4152a79/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=2 -C metadata=78c7f1f9843ced6c -C extra-filename=-78c7f1f9843ced6c --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-c0cc6a8319f576b1.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-641ae0b131c38bfd.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f80b15ec466b32e7.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6d591bba2cbe1f12.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-34ea04e5319662dd.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-03bbb2d6bf1b8aa4.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-72173ad921688e6f.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-08e32d25d2b6bbfa.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b122fed81b2a5729.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-1028d021f3243ee5.rmeta --cap-lints allow -D warnings`
19302023-05-03T02:40:15.939Z Running `rustc --crate-name usdt_impl --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 --cfg 'feature="asm"' -C metadata=1ac9d58bf4f23382 -C extra-filename=-1ac9d58bf4f23382 --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-bf19b92cdd383d4f.rmeta --extern dof=/work/oxidecomputer/omicron/target/debug/deps/libdof-02226a3c978a39bc.rmeta --extern dtrace_parser=/work/oxidecomputer/omicron/target/debug/deps/libdtrace_parser-778b238072f52ac7.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-8ace6616485d65e0.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f80b15ec466b32e7.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6d591bba2cbe1f12.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-8eb9b2d8b171c9a9.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-72173ad921688e6f.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-21cfd0d29c4c2727.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b122fed81b2a5729.rmeta --extern thread_id=/work/oxidecomputer/omicron/target/debug/deps/libthread_id-354f4593730655f4.rmeta --cap-lints allow -D warnings --cfg usdt_stable_asm --cfg usdt_backend_standard`
19312023-05-03T02:40:15.945Z Running `rustc --crate-name serde_spanned --edition=2021 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/serde_spanned-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=2 --cfg 'feature="serde"' -C metadata=cceb67ef51de3c7a -C extra-filename=-cceb67ef51de3c7a --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-8eb9b2d8b171c9a9.rmeta --cap-lints allow -D warnings`
19322023-05-03T02:40:16.370Z Running `rustc --crate-name winnow --edition=2021 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/winnow-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=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=d5c154089670dc62 -C extra-filename=-d5c154089670dc62 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
19332023-05-03T02:40:17.369Z Running `rustc --crate-name usdt --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 --cfg 'feature="asm"' --cfg 'feature="default"' --cfg 'feature="dtrace-parser"' -C metadata=8d0fd8390d44d547 -C extra-filename=-8d0fd8390d44d547 --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-778b238072f52ac7.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-8eb9b2d8b171c9a9.rmeta --extern usdt_attr_macro=/work/oxidecomputer/omicron/target/debug/deps/libusdt_attr_macro-8596bd4a0e618ba4.so --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-1ac9d58bf4f23382.rmeta --extern usdt_macro=/work/oxidecomputer/omicron/target/debug/deps/libusdt_macro-3cb8529ec6a76909.so --cap-lints allow -D warnings`
19342023-05-03T02:40:17.626Z Running `rustc --crate-name term --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 --cfg 'feature="default"' -C metadata=866753cec6afa668 -C extra-filename=-866753cec6afa668 --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-c3ebc8998a65b10f.rmeta --cap-lints allow -D warnings`
19352023-05-03T02:40:19.502Z Running `rustc --crate-name take_mut /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 -C metadata=685496d6913ba4a2 -C extra-filename=-685496d6913ba4a2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
19362023-05-03T02:40:19.767Z Running `rustc --crate-name slog_term --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 -C metadata=fd0de55e0739c963 -C extra-filename=-fd0de55e0739c963 --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-a56c9751a384a385.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-d17ae93f1c55387c.rmeta --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-866753cec6afa668.rmeta --extern thread_local=/work/oxidecomputer/omicron/target/debug/deps/libthread_local-07b5626c7d36acea.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-c0a08fa3eeac4d73.rmeta --cap-lints allow -D warnings`
19372023-05-03T02:40:20.252Z Running `rustc --crate-name slog_async /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/slog-async-2.7.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=2 --cfg 'feature="default"' -C metadata=1b8afb7b93a02752 -C extra-filename=-1b8afb7b93a02752 --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-efedaf1aaf8edfa7.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-d17ae93f1c55387c.rmeta --extern take_mut=/work/oxidecomputer/omicron/target/debug/deps/libtake_mut-685496d6913ba4a2.rmeta --extern thread_local=/work/oxidecomputer/omicron/target/debug/deps/libthread_local-07b5626c7d36acea.rmeta --cap-lints allow -D warnings --cfg integer128`
19382023-05-03T02:40:20.896Z Running `rustc --crate-name typify --edition=2021 /home/build/.cargo/git/checkouts/typify-288d5a84bbbe6a46/4152a79/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=2 --cfg 'feature="default"' --cfg 'feature="macro"' --cfg 'feature="typify-macro"' -C metadata=257bdf65456d9579 -C extra-filename=-257bdf65456d9579 --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-78c7f1f9843ced6c.rmeta --extern typify_macro=/work/oxidecomputer/omicron/target/debug/deps/libtypify_macro-0a1fa567035be4d4.so --cap-lints allow -D warnings`
19392023-05-03T02:40:21.210Z Running `rustc --crate-name progenitor_impl --edition=2021 /home/build/.cargo/git/checkouts/progenitor-639bd64206ac5e43/c965167/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=2 -C metadata=bb21147dccbc357c -C extra-filename=-bb21147dccbc357c --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-af5032cd0b038631.rmeta --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-c0cc6a8319f576b1.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-635e28a7d213ddf0.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-74f6f470d278de54.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-e966a4fad6a0b4a5.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f80b15ec466b32e7.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6d591bba2cbe1f12.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-c068aef94ecb220d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-03bbb2d6bf1b8aa4.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-8eb9b2d8b171c9a9.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-72173ad921688e6f.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-08e32d25d2b6bbfa.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b122fed81b2a5729.rmeta --extern typify=/work/oxidecomputer/omicron/target/debug/deps/libtypify-257bdf65456d9579.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-1028d021f3243ee5.rmeta --cap-lints allow -D warnings`
19402023-05-03T02:40:21.985Z Running `rustc --crate-name slog_json --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 --cfg 'feature="default"' -C metadata=013b79e103a7bad2 -C extra-filename=-013b79e103a7bad2 --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-8eb9b2d8b171c9a9.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-72173ad921688e6f.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-d17ae93f1c55387c.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-c0a08fa3eeac4d73.rmeta --cap-lints allow -D warnings`
19412023-05-03T02:40:22.334Z Running `rustc --crate-name camino --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/camino-1.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=2 --cfg 'feature="serde"' --cfg 'feature="serde1"' -C metadata=e39ed15bdff1d269 -C extra-filename=-e39ed15bdff1d269 --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-8eb9b2d8b171c9a9.rmeta --cap-lints allow -D warnings --cfg path_buf_capacity --cfg shrink_to --cfg try_reserve_2 --cfg path_buf_deref_mut`
19422023-05-03T02:40:23.112Z Running `rustc --crate-name instant --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 -C metadata=f7848890f6a869df -C extra-filename=-f7848890f6a869df --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-3236f5900b9f1a09.rmeta --cap-lints allow -D warnings`
19432023-05-03T02:40:23.118Z Running `rustc --crate-name slog_bunyan --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 -C metadata=b05ee6cc3aa5ae18 -C extra-filename=-b05ee6cc3aa5ae18 --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-e767856f25d7fe77.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-d17ae93f1c55387c.rmeta --extern slog_json=/work/oxidecomputer/omicron/target/debug/deps/libslog_json-013b79e103a7bad2.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-c0a08fa3eeac4d73.rmeta --cap-lints allow -D warnings`
19442023-05-03T02:40:23.179Z Running `rustc --crate-name async_stream --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 -C metadata=ae0655a5e9d3615c -C extra-filename=-ae0655a5e9d3615c --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-5b0e16c509b4870c.so --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-a1ad4564885a93e7.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-6c7158ab17a5e7e9.rmeta --cap-lints allow -D warnings`
19452023-05-03T02:40:23.344Z Running `rustc --crate-name serde_path_to_error --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/serde_path_to_error-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=2 -C metadata=ec495f474f8d95f3 -C extra-filename=-ec495f474f8d95f3 --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-8eb9b2d8b171c9a9.rmeta --cap-lints allow -D warnings`
19462023-05-03T02:40:23.933Z Compiling unicode-segmentation v1.10.1
19472023-05-03T02:40:23.938Z Running `rustc --crate-name unicode_segmentation --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 -C metadata=f8398637f3b20def -C extra-filename=-f8398637f3b20def --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
19482023-05-03T02:40:24.709Z Running `rustc --crate-name toml_edit --edition=2021 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/toml_edit-0.19.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=2 --cfg 'feature="default"' --cfg 'feature="serde"' -C metadata=b7949d7d89c8dbfd -C extra-filename=-b7949d7d89c8dbfd --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-74f6f470d278de54.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-8eb9b2d8b171c9a9.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-cceb67ef51de3c7a.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-34d8c6c040da6ac0.rmeta --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-d5c154089670dc62.rmeta --cap-lints allow -D warnings`
19492023-05-03T02:40:24.751Z Running `rustc --crate-name hmac --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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 panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="reset"' -C metadata=90e4a192a494501d -C extra-filename=-90e4a192a494501d --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-74b8552d3c684044.rmeta --cap-lints allow -D warnings`
19502023-05-03T02:40:25.101Z Running `rustc --crate-name crc32fast /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=b54df5d66fac39a1 -C extra-filename=-b54df5d66fac39a1 --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-04f30b2fb38eaf49.rmeta --cap-lints allow -D warnings --cfg crc32fast_stdarchx86`
19512023-05-03T02:40:25.207Z Running `rustc --crate-name ipnetwork --edition=2021 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 --cfg 'feature="default"' --cfg 'feature="serde"' -C metadata=e1fe41af298a8d63 -C extra-filename=-e1fe41af298a8d63 --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-8eb9b2d8b171c9a9.rmeta --cap-lints allow -D warnings`
19522023-05-03T02:40:25.978Z Compiling zeroize_derive v1.3.3
19532023-05-03T02:40:25.983Z Running `rustc --crate-name zeroize_derive --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/zeroize_derive-1.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 debuginfo=2 -C metadata=a8a430dda2265954 -C extra-filename=-a8a430dda2265954 --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-7e5706224bd8cc5a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-dee3cb74b1ec4ef9.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-bb189b68ee44fd46.rlib --extern synstructure=/work/oxidecomputer/omicron/target/debug/deps/libsynstructure-f9b9ef8d187ce780.rlib --extern proc_macro --cap-lints allow -D warnings`
19542023-05-03T02:40:25.988Z Running `rustc --crate-name siphasher --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/siphasher-0.3.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=2 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=fcfdf6d4b9781184 -C extra-filename=-fcfdf6d4b9781184 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
19552023-05-03T02:40:26.595Z Running `rustc --crate-name sha2 --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/sha2-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=2 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=b0c9c2f2327a907e -C extra-filename=-b0c9c2f2327a907e --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-3236f5900b9f1a09.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-9a0124affbab9dd0.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-74b8552d3c684044.rmeta --cap-lints allow -D warnings`
19562023-05-03T02:40:26.711Z Running `rustc --crate-name hex --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' -C metadata=11c1c3083a27843c -C extra-filename=-11c1c3083a27843c --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-8eb9b2d8b171c9a9.rmeta --cap-lints allow -D warnings`
19572023-05-03T02:40:27.999Z Compiling zerocopy-derive v0.3.2
19582023-05-03T02:40:28.012Z Running `rustc --crate-name zerocopy_derive --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/zerocopy-derive-0.3.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=2 -C metadata=1d63138d9dee5719 -C extra-filename=-1d63138d9dee5719 --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-7e5706224bd8cc5a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-dee3cb74b1ec4ef9.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-bb189b68ee44fd46.rlib --extern proc_macro --cap-lints allow -D warnings`
19592023-05-03T02:40:28.161Z Running `rustc --crate-name stringprep /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/stringprep-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=2 -C metadata=50e745662b443ad4 -C extra-filename=-50e745662b443ad4 --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-a80a0fd8bcbf9254.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-a4ec2a5c0bcc8c4a.rmeta --cap-lints allow -D warnings`
19602023-05-03T02:40:28.333Z Running `rustc --crate-name md5 --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/md-5-0.10.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=d03218c46be4f0d2 -C extra-filename=-d03218c46be4f0d2 --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-74b8552d3c684044.rmeta --cap-lints allow -D warnings`
19612023-05-03T02:40:28.826Z Running `rustc --crate-name fixedbitset /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 -C metadata=aeccdc94f8217a7e -C extra-filename=-aeccdc94f8217a7e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
19622023-05-03T02:40:28.953Z Running `rustc --crate-name fallible_iterator --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=15ea166dbfd2da8b -C extra-filename=-15ea166dbfd2da8b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
19632023-05-03T02:40:29.607Z Running `rustc --crate-name petgraph --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/petgraph-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=2 --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=3ac7cc751d756415 -C extra-filename=-3ac7cc751d756415 --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-aeccdc94f8217a7e.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-74f6f470d278de54.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-8eb9b2d8b171c9a9.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-c95b9f7bda17ba0d.so --cap-lints allow -D warnings`
19642023-05-03T02:40:30.253Z Running `rustc --crate-name phf_shared --edition=2021 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-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=2 --cfg 'feature="std"' -C metadata=62901f7509937cd1 -C extra-filename=-62901f7509937cd1 --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-fcfdf6d4b9781184.rmeta --cap-lints allow -D warnings`
19652023-05-03T02:40:30.258Z Running `rustc --crate-name toml --edition=2021 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/toml-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=2 --cfg 'feature="default"' --cfg 'feature="display"' --cfg 'feature="parse"' -C metadata=6995745265fcafb7 -C extra-filename=-6995745265fcafb7 --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-8eb9b2d8b171c9a9.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-cceb67ef51de3c7a.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-34d8c6c040da6ac0.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-b7949d7d89c8dbfd.rmeta --cap-lints allow -D warnings`
19662023-05-03T02:40:30.360Z Running `rustc --crate-name postgres_protocol --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/postgres-protocol-0.6.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 -C metadata=42f79552e2792610 -C extra-filename=-42f79552e2792610 --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-e9589e46c4d3b8f3.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-bf19b92cdd383d4f.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-f7bc6c6fec7ff832.rmeta --extern fallible_iterator=/work/oxidecomputer/omicron/target/debug/deps/libfallible_iterator-15ea166dbfd2da8b.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-90e4a192a494501d.rmeta --extern md5=/work/oxidecomputer/omicron/target/debug/deps/libmd5-d03218c46be4f0d2.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-9cfa812d8dfbd69b.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-95f5a12fb301f6d6.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-b0c9c2f2327a907e.rmeta --extern stringprep=/work/oxidecomputer/omicron/target/debug/deps/libstringprep-50e745662b443ad4.rmeta --cap-lints allow -D warnings`
19672023-05-03T02:40:30.609Z Running `rustc --crate-name socket2 --edition=2021 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/socket2-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=2 --cfg 'feature="all"' -C metadata=d5fd2036efbf8558 -C extra-filename=-d5fd2036efbf8558 --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-8ace6616485d65e0.rmeta --cap-lints allow -D warnings`
19682023-05-03T02:40:32.447Z Running `rustc --crate-name postgres_types --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/postgres-types-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=2 --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=7ce2542f1d1dd0cd -C extra-filename=-7ce2542f1d1dd0cd --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-f7bc6c6fec7ff832.rmeta --extern chrono_04=/work/oxidecomputer/omicron/target/debug/deps/libchrono-f6168ac296c7f258.rmeta --extern fallible_iterator=/work/oxidecomputer/omicron/target/debug/deps/libfallible_iterator-15ea166dbfd2da8b.rmeta --extern postgres_protocol=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_protocol-42f79552e2792610.rmeta --extern serde_1=/work/oxidecomputer/omicron/target/debug/deps/libserde-8eb9b2d8b171c9a9.rmeta --extern serde_json_1=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-72173ad921688e6f.rmeta --extern uuid_1=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d1a0abc5ade2db54.rmeta --cap-lints allow -D warnings`
19692023-05-03T02:40:33.123Z Running `rustc --crate-name phf --edition=2021 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/phf-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=2 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=d3574b79d4c52d61 -C extra-filename=-d3574b79d4c52d61 --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-62901f7509937cd1.rmeta --cap-lints allow -D warnings`
19702023-05-03T02:40:33.370Z Running `rustc --crate-name backoff --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 --cfg 'feature="default"' --cfg 'feature="futures"' --cfg 'feature="futures-core"' --cfg 'feature="pin-project-lite"' --cfg 'feature="tokio"' --cfg 'feature="tokio_1"' -C metadata=f948db1af84c7386 -C extra-filename=-f948db1af84c7386 --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-a1ad4564885a93e7.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-1c800a13ed8a7f75.rmeta --extern instant=/work/oxidecomputer/omicron/target/debug/deps/libinstant-f7848890f6a869df.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-6c7158ab17a5e7e9.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-95f5a12fb301f6d6.rmeta --extern tokio_1=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e3bc36a7db76edcf.rmeta --cap-lints allow -D warnings`
19712023-05-03T02:40:33.465Z Compiling proc-macro-crate v1.3.1
19722023-05-03T02:40:33.471Z Running `rustc --crate-name proc_macro_crate --edition=2021 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/proc-macro-crate-1.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=16cf17e9a48571cd -C extra-filename=-16cf17e9a48571cd --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-163217bf2304842d.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-9866d235dd809611.rmeta --cap-lints allow -D warnings`
19732023-05-03T02:40:34.538Z Running `rustc --crate-name serde_with --edition=2021 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="macros"' --cfg 'feature="std"' -C metadata=607487ef4f11f8b3 -C extra-filename=-607487ef4f11f8b3 --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-8eb9b2d8b171c9a9.rmeta --extern serde_with_macros=/work/oxidecomputer/omicron/target/debug/deps/libserde_with_macros-7485c0e6ad6fa305.so --cap-lints allow -D warnings`
19742023-05-03T02:40:34.550Z Running `rustc --crate-name newtype_derive /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=f31733d0bd1d8b94 -C extra-filename=-f31733d0bd1d8b94 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings --cfg op_assign`
19752023-05-03T02:40:34.555Z Running `rustc --crate-name strum --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/strum-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=2 --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="std"' --cfg 'feature="strum_macros"' -C metadata=2d30083c4375276e -C extra-filename=-2d30083c4375276e --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-658e60ebdf77446a.so --cap-lints allow -D warnings`
19762023-05-03T02:40:34.560Z Running `rustc --crate-name semver --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/semver-1.0.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=2 --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' -C metadata=f346377b38f560a6 -C extra-filename=-f346377b38f560a6 --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-8eb9b2d8b171c9a9.rmeta --cap-lints allow -D warnings`
19772023-05-03T02:40:34.794Z Running `rustc --crate-name tokio_postgres --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/tokio-postgres-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=2 --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=5ed6eae08b459f1d -C extra-filename=-5ed6eae08b459f1d --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-9dd1362437d01057.so --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-bf19b92cdd383d4f.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-f7bc6c6fec7ff832.rmeta --extern fallible_iterator=/work/oxidecomputer/omicron/target/debug/deps/libfallible_iterator-15ea166dbfd2da8b.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-d2267efff75dc0c0.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-a5d020236f0241f3.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-641ae0b131c38bfd.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-cc232eb02ca601a4.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-3cfcb279e7e3d47d.rmeta --extern phf=/work/oxidecomputer/omicron/target/debug/deps/libphf-d3574b79d4c52d61.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-6c7158ab17a5e7e9.rmeta --extern postgres_protocol=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_protocol-42f79552e2792610.rmeta --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-7ce2542f1d1dd0cd.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-d5fd2036efbf8558.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e3bc36a7db76edcf.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-777aa92c00e55f4b.rmeta --cap-lints allow -D warnings`
19782023-05-03T02:40:35.440Z Running `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=2 -C metadata=7a5feb69a2e43728 -C extra-filename=-7a5feb69a2e43728 --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-11c1c3083a27843c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-8eb9b2d8b171c9a9.rmeta --cap-lints allow -D warnings`
19792023-05-03T02:40:35.967Z Running `rustc --crate-name parse_display --edition=2021 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 --cfg 'feature="default"' --cfg 'feature="once_cell"' --cfg 'feature="regex"' --cfg 'feature="std"' -C metadata=15ea32b2f5ae1ff3 -C extra-filename=-15ea32b2f5ae1ff3 --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-387b4834159e45ee.rmeta --extern parse_display_derive=/work/oxidecomputer/omicron/target/debug/deps/libparse_display_derive-2d7c05fcc252bf81.so --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-c068aef94ecb220d.rmeta --cap-lints allow -D warnings`
19802023-05-03T02:40:36.075Z Running `rustc --crate-name macaddr --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="serde_std"' --cfg 'feature="std"' -C metadata=2e9dd16a776ae489 -C extra-filename=-2e9dd16a776ae489 --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-8eb9b2d8b171c9a9.rmeta --cap-lints allow -D warnings`
19812023-05-03T02:40:36.229Z Compiling num_enum_derive v0.5.11
19822023-05-03T02:40:36.235Z Running `rustc --crate-name num_enum_derive --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/num_enum_derive-0.5.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="proc-macro-crate"' --cfg 'feature="std"' -C metadata=a9d01051a689a1a1 -C extra-filename=-a9d01051a689a1a1 --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-16cf17e9a48571cd.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-7e5706224bd8cc5a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-dee3cb74b1ec4ef9.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-bb189b68ee44fd46.rlib --extern proc_macro --cap-lints allow -D warnings`
19832023-05-03T02:40:36.274Z Running `rustc --crate-name quick_error /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 -C metadata=55881993b399e6e4 -C extra-filename=-55881993b399e6e4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
19842023-05-03T02:40:36.596Z Running `rustc --crate-name steno --edition=2021 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/steno-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=2 -C metadata=53e219090bd64788 -C extra-filename=-53e219090bd64788 --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-5994f6b5c293cae8.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-9dd1362437d01057.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-f6168ac296c7f258.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-49a459f4335048f1.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-8a685d01b4b534ab.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-f31733d0bd1d8b94.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-3ac7cc751d756415.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-03bbb2d6bf1b8aa4.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-8eb9b2d8b171c9a9.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-72173ad921688e6f.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-d17ae93f1c55387c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b122fed81b2a5729.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e3bc36a7db76edcf.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d1a0abc5ade2db54.rmeta --cap-lints allow -D warnings`
19852023-05-03T02:40:37.394Z Compiling miniz_oxide v0.7.1
19862023-05-03T02:40:37.399Z Running `rustc --crate-name miniz_oxide --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 --cfg 'feature="with-alloc"' -C metadata=36b73c75baffd051 -C extra-filename=-36b73c75baffd051 --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-d3faff8c64e6c7aa.rmeta --cap-lints allow -D warnings`
19872023-05-03T02:40:37.404Z Compiling rustc_version v0.4.0
19882023-05-03T02:40:37.409Z Running `rustc --crate-name rustc_version --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc_version-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=6df1c1bc6b9bbd29 -C extra-filename=-6df1c1bc6b9bbd29 --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-f99b5342d7e26ab1.rmeta --cap-lints allow -D warnings`
19892023-05-03T02:40:39.092Z Compiling flate2 v1.0.26
19902023-05-03T02:40:39.098Z Running `rustc --crate-name flate2 --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/flate2-1.0.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=2 --cfg 'feature="default"' --cfg 'feature="miniz_oxide"' --cfg 'feature="rust_backend"' -C metadata=ed8a1c6733cfabde -C extra-filename=-ed8a1c6733cfabde --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-b54df5d66fac39a1.rmeta --extern miniz_oxide=/work/oxidecomputer/omicron/target/debug/deps/libminiz_oxide-36b73c75baffd051.rmeta --cap-lints allow -D warnings`
19912023-05-03T02:40:39.416Z Running `rustc --crate-name wait_timeout /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 -C metadata=a0b34587ef8c18e8 -C extra-filename=-a0b34587ef8c18e8 --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-8ace6616485d65e0.rmeta --cap-lints allow -D warnings`
19922023-05-03T02:40:40.368Z Compiling signal-hook v0.3.15
19932023-05-03T02:40:40.373Z Running `rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/signal-hook-0.3.15/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="channel"' --cfg 'feature="default"' --cfg 'feature="iterator"' -C metadata=8a27edb9edae95a9 -C extra-filename=-8a27edb9edae95a9 --out-dir /work/oxidecomputer/omicron/target/debug/build/signal-hook-8a27edb9edae95a9 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
19942023-05-03T02:40:40.614Z Running `rustc --crate-name bit_vec /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 --cfg 'feature="std"' -C metadata=172ccd95fb3b1f58 -C extra-filename=-172ccd95fb3b1f58 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
19952023-05-03T02:40:41.038Z Running `rustc --crate-name rusty_fork --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 --cfg 'feature="timeout"' --cfg 'feature="wait-timeout"' -C metadata=b6a71197ff458349 -C extra-filename=-b6a71197ff458349 --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-d5317593c92d2097.rmeta --extern quick_error=/work/oxidecomputer/omicron/target/debug/deps/libquick_error-55881993b399e6e4.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-51e70bcbfc9433e9.rmeta --extern wait_timeout=/work/oxidecomputer/omicron/target/debug/deps/libwait_timeout-a0b34587ef8c18e8.rmeta --cap-lints allow -D warnings`
19962023-05-03T02:40:41.060Z Running `/work/oxidecomputer/omicron/target/debug/build/signal-hook-8a27edb9edae95a9/build-script-build`
19972023-05-03T02:40:41.093Z Compiling heapless v0.7.16
19982023-05-03T02:40:41.124Z Running `rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/heapless-0.7.16/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="atomic-polyfill"' --cfg 'feature="cas"' --cfg 'feature="serde"' -C metadata=f912bfa2b7289090 -C extra-filename=-f912bfa2b7289090 --out-dir /work/oxidecomputer/omicron/target/debug/build/heapless-f912bfa2b7289090 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-6df1c1bc6b9bbd29.rlib --cap-lints allow -D warnings`
19992023-05-03T02:40:41.697Z Running `rustc --crate-name bit_set /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=c4f50da984cb4ef4 -C extra-filename=-c4f50da984cb4ef4 --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-172ccd95fb3b1f58.rmeta --cap-lints allow -D warnings`
20002023-05-03T02:40:41.703Z Running `rustc --crate-name rand_xorshift --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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 panic=abort -C embed-bitcode=no -C debuginfo=2 -C metadata=6a751f173406a0bb -C extra-filename=-6a751f173406a0bb --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-e3ee9ba43e1f3640.rmeta --cap-lints allow -D warnings`
20012023-05-03T02:40:42.131Z Running `rustc --crate-name quick_error --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/quick-error-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=2 -C metadata=ab400e002814f323 -C extra-filename=-ab400e002814f323 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
20022023-05-03T02:40:42.185Z Running `rustc --crate-name regex_syntax --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 --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=b349c8032290b84c -C extra-filename=-b349c8032290b84c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
20032023-05-03T02:40:42.287Z Running `rustc --crate-name unarray --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 -C metadata=752a8a2caa65e3ca -C extra-filename=-752a8a2caa65e3ca --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
20042023-05-03T02:40:42.492Z Running `/work/oxidecomputer/omicron/target/debug/build/heapless-f912bfa2b7289090/build-script-build`
20052023-05-03T02:40:42.592Z Running `rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/ring-0.16.20/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="dev_urandom_fallback"' --cfg 'feature="once_cell"' -C metadata=b8186998fac8c712 -C extra-filename=-b8186998fac8c712 --out-dir /work/oxidecomputer/omicron/target/debug/build/ring-b8186998fac8c712 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-e09e7f98979d5df6.rlib --cap-lints allow -D warnings`
20062023-05-03T02:40:43.107Z Compiling filetime v0.2.20
20072023-05-03T02:40:43.113Z Running `rustc --crate-name filetime --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/filetime-0.2.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=2 -C metadata=60ad701dc37f263a -C extra-filename=-60ad701dc37f263a --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-04f30b2fb38eaf49.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-3b4ca36201d98b6d.rmeta --cap-lints allow -D warnings`
20082023-05-03T02:40:43.118Z Compiling xattr v0.2.3
20092023-05-03T02:40:43.123Z Running `rustc --crate-name xattr /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/xattr-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=2 --cfg 'feature="default"' --cfg 'feature="unsupported"' -C metadata=15bd3c8d8b0e5b72 -C extra-filename=-15bd3c8d8b0e5b72 --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-3b4ca36201d98b6d.rmeta --cap-lints allow -D warnings`
20102023-05-03T02:40:43.360Z Compiling tar v0.4.38
20112023-05-03T02:40:43.365Z Running `rustc --crate-name tar --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/tar-0.4.38/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="xattr"' -C metadata=d05cb0890626588c -C extra-filename=-d05cb0890626588c --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-60ad701dc37f263a.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-3b4ca36201d98b6d.rmeta --extern xattr=/work/oxidecomputer/omicron/target/debug/deps/libxattr-15bd3c8d8b0e5b72.rmeta --cap-lints allow -D warnings`
20122023-05-03T02:40:43.399Z Compiling slog-dtrace v0.2.3
20132023-05-03T02:40:43.405Z Running `rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/slog-dtrace-0.2.3/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 -C metadata=2c18f015acf104f0 -C extra-filename=-2c18f015acf104f0 --out-dir /work/oxidecomputer/omicron/target/debug/build/slog-dtrace-2c18f015acf104f0 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-cc4f27bdf927284c.rlib --cap-lints allow -D warnings`
20142023-05-03T02:40:43.888Z Compiling memoffset v0.8.0
20152023-05-03T02:40:43.900Z Running `rustc --crate-name build_script_build /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/memoffset-0.8.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' -C metadata=867bda3a574a4c39 -C extra-filename=-867bda3a574a4c39 --out-dir /work/oxidecomputer/omicron/target/debug/build/memoffset-867bda3a574a4c39 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-b469fd17c8c79041.rlib --cap-lints allow -D warnings`
20162023-05-03T02:40:44.023Z Compiling enum-as-inner v0.5.1
20172023-05-03T02:40:44.028Z Running `rustc --crate-name enum_as_inner --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/enum-as-inner-0.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=2 -C metadata=b10502fe5b7ac5cb -C extra-filename=-b10502fe5b7ac5cb --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-73a3701d0b9eac26.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-7e5706224bd8cc5a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-dee3cb74b1ec4ef9.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-bb189b68ee44fd46.rlib --extern proc_macro --cap-lints allow -D warnings`
20182023-05-03T02:40:44.536Z Running `/work/oxidecomputer/omicron/target/debug/build/slog-dtrace-2c18f015acf104f0/build-script-build`
20192023-05-03T02:40:44.542Z Running `rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/rustix-0.36.9/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="io-lifetimes"' --cfg 'feature="libc"' --cfg 'feature="std"' --cfg 'feature="termios"' --cfg 'feature="use-libc-auxv"' -C metadata=fe375c5e165f9360 -C extra-filename=-fe375c5e165f9360 --out-dir /work/oxidecomputer/omicron/target/debug/build/rustix-fe375c5e165f9360 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
20202023-05-03T02:40:44.760Z Running `/work/oxidecomputer/omicron/target/debug/build/memoffset-867bda3a574a4c39/build-script-build`
20212023-05-03T02:40:45.198Z Running `/work/oxidecomputer/omicron/target/debug/build/ring-b8186998fac8c712/build-script-build`
20222023-05-03T02:40:45.203Z Running `rustc --crate-name mio --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/mio-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=2 --cfg 'feature="default"' --cfg 'feature="net"' --cfg 'feature="os-ext"' --cfg 'feature="os-poll"' -C metadata=3b40c9ecd3552c11 -C extra-filename=-3b40c9ecd3552c11 --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-3b4ca36201d98b6d.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-6ea2251cc3fbcfe3.rmeta --cap-lints allow -D warnings`
20232023-05-03T02:40:45.983Z Running `/work/oxidecomputer/omicron/target/debug/build/rustix-fe375c5e165f9360/build-script-build`
20242023-05-03T02:40:46.154Z Compiling crossbeam-epoch v0.9.14
20252023-05-03T02:40:46.160Z Running `rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/crossbeam-epoch-0.9.14/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=92a6db59cade461e -C extra-filename=-92a6db59cade461e --out-dir /work/oxidecomputer/omicron/target/debug/build/crossbeam-epoch-92a6db59cade461e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-b469fd17c8c79041.rlib --cap-lints allow -D warnings`
20262023-05-03T02:40:47.397Z Running `rustc --crate-name tokio --edition=2021 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/tokio-1.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=2 --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=349d51d6d9dbb4ec -C extra-filename=-349d51d6d9dbb4ec --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-0a4474ea66a11d41.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-3b4ca36201d98b6d.rmeta --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-3b40c9ecd3552c11.rmeta --extern num_cpus=/work/oxidecomputer/omicron/target/debug/deps/libnum_cpus-4109d35b8c842e3e.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-92b760a87b8a5ee6.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-e7c61360741e590c.rmeta --extern signal_hook_registry=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_registry-def73f6f73862150.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-007c37f3c3529292.rmeta --extern tokio_macros=/work/oxidecomputer/omicron/target/debug/deps/libtokio_macros-6eba0e6564167369.so --cap-lints allow -D warnings`
20272023-05-03T02:40:47.414Z Running `/work/oxidecomputer/omicron/target/debug/build/crossbeam-epoch-92a6db59cade461e/build-script-build`
20282023-05-03T02:40:47.738Z Running `rustc --crate-name rustix --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/rustix-0.36.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=2 --cfg 'feature="default"' --cfg 'feature="io-lifetimes"' --cfg 'feature="libc"' --cfg 'feature="std"' --cfg 'feature="termios"' --cfg 'feature="use-libc-auxv"' -C metadata=472cd52ed5a1afa5 -C extra-filename=-472cd52ed5a1afa5 --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-f311115e4eb2c3ba.rmeta --extern libc_errno=/work/oxidecomputer/omicron/target/debug/deps/liberrno-8e749a1b6b46ee06.rmeta --extern io_lifetimes=/work/oxidecomputer/omicron/target/debug/deps/libio_lifetimes-4e2d5778e1ab5cdd.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-3b4ca36201d98b6d.rmeta --cap-lints allow -D warnings --cfg libc`
20292023-05-03T02:40:47.826Z Compiling bzip2-sys v0.1.11+1.0.8
20302023-05-03T02:40:47.832Z Compiling itertools v0.10.5
20312023-05-03T02:40:47.837Z Running `rustc --crate-name itertools --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 --cfg 'feature="default"' --cfg 'feature="use_alloc"' --cfg 'feature="use_std"' -C metadata=2fcd511091ec8030 -C extra-filename=-2fcd511091ec8030 --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-4487ff24ff403b20.rmeta --cap-lints allow -D warnings`
20322023-05-03T02:40:47.847Z Running `rustc --crate-name build_script_build /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/bzip2-sys-0.1.11+1.0.8/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 -C metadata=84103dff16e4e2b8 -C extra-filename=-84103dff16e4e2b8 --out-dir /work/oxidecomputer/omicron/target/debug/build/bzip2-sys-84103dff16e4e2b8 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-e09e7f98979d5df6.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-6c2f9a43eb482275.rlib --cap-lints allow -D warnings`
20332023-05-03T02:40:48.827Z Running `rustc --crate-name proptest --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/proptest-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=2 --cfg 'feature="bit-set"' --cfg 'feature="break-dead-code"' --cfg 'feature="default"' --cfg 'feature="fork"' --cfg 'feature="lazy_static"' --cfg 'feature="quick-error"' --cfg 'feature="regex-syntax"' --cfg 'feature="rusty-fork"' --cfg 'feature="std"' --cfg 'feature="tempfile"' --cfg 'feature="timeout"' -C metadata=b652506fad96cfc2 -C extra-filename=-b652506fad96cfc2 --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-c4f50da984cb4ef4.rmeta --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-d34174f1ba198652.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-bf19b92cdd383d4f.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-8a685d01b4b534ab.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-8fd7ef317636ad8a.rmeta --extern quick_error=/work/oxidecomputer/omicron/target/debug/deps/libquick_error-ab400e002814f323.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-95f5a12fb301f6d6.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-cac48b3bced151f4.rmeta --extern rand_xorshift=/work/oxidecomputer/omicron/target/debug/deps/librand_xorshift-6a751f173406a0bb.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-b349c8032290b84c.rmeta --extern rusty_fork=/work/oxidecomputer/omicron/target/debug/deps/librusty_fork-b6a71197ff458349.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-51e70bcbfc9433e9.rmeta --extern unarray=/work/oxidecomputer/omicron/target/debug/deps/libunarray-752a8a2caa65e3ca.rmeta --cap-lints allow -D warnings`
20342023-05-03T02:40:49.158Z Running `rustc --crate-name tracing --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 --cfg 'feature="std"' -C metadata=01e7a6dba6fbfbe8 -C extra-filename=-01e7a6dba6fbfbe8 --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-04f30b2fb38eaf49.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-e7c61360741e590c.rmeta --extern tracing_core=/work/oxidecomputer/omicron/target/debug/deps/libtracing_core-6fcefa99e1b5f98f.rmeta --cap-lints allow -D warnings`
20352023-05-03T02:40:49.206Z Running `/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-84103dff16e4e2b8/build-script-build`
20362023-05-03T02:40:49.499Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20372023-05-03T02:40:49.506Z Running `rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/git/checkouts/rust-libzfs-f1cb3f43d7b73bd9/ecd5a92/nvpair-sys/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 -C metadata=8f0f039451345151 -C extra-filename=-8f0f039451345151 --out-dir /work/oxidecomputer/omicron/target/debug/build/nvpair-sys-8f0f039451345151 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
20382023-05-03T02:40:50.259Z Running `rustc --crate-name is_terminal --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/is-terminal-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=2 -C metadata=09300624755b4b79 -C extra-filename=-09300624755b4b79 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern io_lifetimes=/work/oxidecomputer/omicron/target/debug/deps/libio_lifetimes-4e2d5778e1ab5cdd.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-472cd52ed5a1afa5.rmeta --cap-lints allow -D warnings`
20392023-05-03T02:40:50.266Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
20402023-05-03T02:40:50.271Z Running `rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/dlpi-sys-029573be7cbcde29/1d587ea/libdlpi-sys/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 -C metadata=ff983c5d6c2bb261 -C extra-filename=-ff983c5d6c2bb261 --out-dir /work/oxidecomputer/omicron/target/debug/build/libdlpi-sys-ff983c5d6c2bb261 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
20412023-05-03T02:40:50.325Z Compiling foreign-types-macros v0.2.2
20422023-05-03T02:40:50.329Z Running `rustc --crate-name foreign_types_macros --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/foreign-types-macros-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="std"' -C metadata=4cbbfdf6ca6d03a5 -C extra-filename=-4cbbfdf6ca6d03a5 --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-7e5706224bd8cc5a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-dee3cb74b1ec4ef9.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-bb189b68ee44fd46.rlib --extern proc_macro --cap-lints allow -D warnings`
20432023-05-03T02:40:50.380Z Running `/work/oxidecomputer/omicron/target/debug/build/nvpair-sys-8f0f039451345151/build-script-build`
20442023-05-03T02:40:50.385Z Running `rustc --crate-name want --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/want-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=2 -C metadata=4134101437c33965 -C extra-filename=-4134101437c33965 --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-6ea2251cc3fbcfe3.rmeta --extern try_lock=/work/oxidecomputer/omicron/target/debug/deps/libtry_lock-86b601f8d3d3d9e9.rmeta --cap-lints allow -D warnings`
20452023-05-03T02:40:50.808Z Running `/work/oxidecomputer/omicron/target/debug/build/libdlpi-sys-ff983c5d6c2bb261/build-script-build`
20462023-05-03T02:40:50.843Z Running `rustc --crate-name http_body --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 -C metadata=36b7f53eb9a265d7 -C extra-filename=-36b7f53eb9a265d7 --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-0a4474ea66a11d41.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-26988da961a51b0a.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-e7c61360741e590c.rmeta --cap-lints allow -D warnings`
20472023-05-03T02:40:51.057Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=3f92917953d4e2d2ee2792ce530cace2bd055127#3f929179)
20482023-05-03T02:40:51.063Z Running `rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/3f92917/opte/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="api"' --cfg 'feature="std"' -C metadata=48c5adb22a1d38f3 -C extra-filename=-48c5adb22a1d38f3 --out-dir /work/oxidecomputer/omicron/target/debug/build/opte-48c5adb22a1d38f3 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-cc4f27bdf927284c.rlib --cap-lints allow -D warnings`
20492023-05-03T02:40:51.691Z Compiling doc-comment v0.3.3
20502023-05-03T02:40:51.696Z Running `rustc --crate-name build_script_build /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/doc-comment-0.3.3/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 -C metadata=2eeb0cb1ba7a5bd8 -C extra-filename=-2eeb0cb1ba7a5bd8 --out-dir /work/oxidecomputer/omicron/target/debug/build/doc-comment-2eeb0cb1ba7a5bd8 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
20512023-05-03T02:40:51.801Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#c9c064ef)
20522023-05-03T02:40:51.832Z Running `rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/git/checkouts/rusty-doors-f5932c202d734158/c9c064e/lib/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 -C metadata=f7bd92b5ffa64c02 -C extra-filename=-f7bd92b5ffa64c02 --out-dir /work/oxidecomputer/omicron/target/debug/build/rusty-doors-f7bd92b5ffa64c02 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
20532023-05-03T02:40:52.386Z Running `/work/oxidecomputer/omicron/target/debug/build/opte-48c5adb22a1d38f3/build-script-build`
20542023-05-03T02:40:52.480Z Running `/work/oxidecomputer/omicron/target/debug/build/rusty-doors-f7bd92b5ffa64c02/build-script-build`
20552023-05-03T02:40:52.516Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=3f92917953d4e2d2ee2792ce530cace2bd055127#3f929179)
20562023-05-03T02:40:52.521Z Running `rustc --crate-name kstat_macro --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/3f92917/kstat-macro/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=2 -C metadata=b5557f259544fcb1 -C extra-filename=-b5557f259544fcb1 --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-dee3cb74b1ec4ef9.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-bb189b68ee44fd46.rlib --extern proc_macro --cap-lints allow -D warnings`
20572023-05-03T02:40:52.605Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#c9c064ef)
20582023-05-03T02:40:52.611Z Running `rustc --crate-name rusty_doors_macros --edition=2018 /home/build/.cargo/git/checkouts/rusty-doors-f5932c202d734158/c9c064e/macros/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=2 -C metadata=d73b9aa41706d591 -C extra-filename=-d73b9aa41706d591 --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-dee3cb74b1ec4ef9.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-bb189b68ee44fd46.rlib --extern proc_macro --cap-lints allow -D warnings`
20592023-05-03T02:40:53.113Z Running `/work/oxidecomputer/omicron/target/debug/build/doc-comment-2eeb0cb1ba7a5bd8/build-script-build`
20602023-05-03T02:40:53.244Z Compiling subprocess v0.2.9
20612023-05-03T02:40:53.250Z Running `rustc --crate-name subprocess --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 -C metadata=997d6fb5225709f2 -C extra-filename=-997d6fb5225709f2 --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-3b4ca36201d98b6d.rmeta --cap-lints allow -D warnings`
20622023-05-03T02:40:53.268Z Running `rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/anyhow-1.0.71/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=04f811d6f538da41 -C extra-filename=-04f811d6f538da41 --out-dir /work/oxidecomputer/omicron/target/debug/build/anyhow-04f811d6f538da41 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
20632023-05-03T02:40:54.014Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e632591a)
20642023-05-03T02:40:54.053Z Running `rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/netadm-sys-25ac2db9b1b244c6/e632591/libnet/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 -C metadata=271a5785376cb4fa -C extra-filename=-271a5785376cb4fa --out-dir /work/oxidecomputer/omicron/target/debug/build/libnet-271a5785376cb4fa -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
20652023-05-03T02:40:54.555Z Compiling base64 v0.13.1
20662023-05-03T02:40:54.561Z Running `rustc --crate-name base64 --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=8529f7cc9a24c0bc -C extra-filename=-8529f7cc9a24c0bc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
20672023-05-03T02:40:54.677Z Running `/work/oxidecomputer/omicron/target/debug/build/anyhow-04f811d6f538da41/build-script-build`
20682023-05-03T02:40:54.696Z Running `/work/oxidecomputer/omicron/target/debug/build/libnet-271a5785376cb4fa/build-script-build`
20692023-05-03T02:40:54.741Z Running `rustc --crate-name anstream --edition=2021 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/anstream-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=2 --cfg 'feature="auto"' --cfg 'feature="default"' --cfg 'feature="wincon"' -C metadata=3a29f4af5c2066f9 -C extra-filename=-3a29f4af5c2066f9 --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-f7dc112ad34effbd.rmeta --extern anstyle_parse=/work/oxidecomputer/omicron/target/debug/deps/libanstyle_parse-bf44609079838f54.rmeta --extern anstyle_query=/work/oxidecomputer/omicron/target/debug/deps/libanstyle_query-077b91a2c7ba2fe5.rmeta --extern colorchoice=/work/oxidecomputer/omicron/target/debug/deps/libcolorchoice-c0f49a097ef3c600.rmeta --extern is_terminal=/work/oxidecomputer/omicron/target/debug/deps/libis_terminal-09300624755b4b79.rmeta --extern utf8parse=/work/oxidecomputer/omicron/target/debug/deps/libutf8parse-0b495aa0b9d03782.rmeta --cap-lints allow -D warnings`
20702023-05-03T02:40:55.181Z Running `rustc --crate-name anyhow --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/anyhow-1.0.71/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=13bfbf3920b73bc8 -C extra-filename=-13bfbf3920b73bc8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
20712023-05-03T02:40:55.252Z Compiling snafu-derive v0.7.4
20722023-05-03T02:40:55.306Z Running `rustc --crate-name snafu_derive --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/snafu-derive-0.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 -C debuginfo=2 --cfg 'feature="rust_1_39"' --cfg 'feature="rust_1_46"' -C metadata=ac0dbe0c0d824280 -C extra-filename=-ac0dbe0c0d824280 --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-73a3701d0b9eac26.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-7e5706224bd8cc5a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-dee3cb74b1ec4ef9.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-bb189b68ee44fd46.rlib --extern proc_macro --cap-lints allow -D warnings`
20732023-05-03T02:40:55.360Z Compiling heck v0.3.3
20742023-05-03T02:40:55.365Z Running `rustc --crate-name heck --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/heck-0.3.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=4d4870cbf48a15de -C extra-filename=-4d4870cbf48a15de --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-f8398637f3b20def.rmeta --cap-lints allow -D warnings`
20752023-05-03T02:40:55.971Z Running `rustc --crate-name clap_builder --edition=2021 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/clap_builder-4.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 -C debuginfo=2 --cfg 'feature="color"' --cfg 'feature="error-context"' --cfg 'feature="help"' --cfg 'feature="std"' --cfg 'feature="suggestions"' --cfg 'feature="usage"' -C metadata=c29297b0c38fcbb6 -C extra-filename=-c29297b0c38fcbb6 --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-3a29f4af5c2066f9.rmeta --extern anstyle=/work/oxidecomputer/omicron/target/debug/deps/libanstyle-f7dc112ad34effbd.rmeta --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-f311115e4eb2c3ba.rmeta --extern clap_lex=/work/oxidecomputer/omicron/target/debug/deps/libclap_lex-a6a4ed414d3dd99d.rmeta --extern strsim=/work/oxidecomputer/omicron/target/debug/deps/libstrsim-e8413a99eb1b4827.rmeta --cap-lints allow -D warnings`
20762023-05-03T02:40:56.233Z Compiling zone_cfg_derive v0.2.0
20772023-05-03T02:40:56.238Z Running `rustc --crate-name zone_cfg_derive --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/zone_cfg_derive-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=2 -C metadata=fdc098f2150a001f -C extra-filename=-fdc098f2150a001f --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-73a3701d0b9eac26.rlib --extern proc_macro_error=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_error-87e3db1731554862.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-7e5706224bd8cc5a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-dee3cb74b1ec4ef9.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-bb189b68ee44fd46.rlib --extern proc_macro --cap-lints allow -D warnings`
20782023-05-03T02:40:56.320Z Compiling mockall_derive v0.11.4
20792023-05-03T02:40:56.346Z Running `rustc --crate-name mockall_derive --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/mockall_derive-0.11.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=2 -C metadata=52d1c0279d6645c2 -C extra-filename=-52d1c0279d6645c2 --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-04f30b2fb38eaf49.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-7e5706224bd8cc5a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-dee3cb74b1ec4ef9.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-bb189b68ee44fd46.rlib --extern proc_macro --cap-lints allow -D warnings`
20802023-05-03T02:40:56.772Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
20812023-05-03T02:40:56.777Z Running `rustc --crate-name oximeter_macro_impl --edition=2021 oximeter/oximeter-macro-impl/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=2 -C metadata=8baa199539ba7035 -C extra-filename=-8baa199539ba7035 --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 proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-7e5706224bd8cc5a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-dee3cb74b1ec4ef9.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-2466aa954e1f2dbb.rlib --extern proc_macro -D warnings`
20822023-05-03T02:40:58.023Z Compiling linked-hash-map v0.5.6
20832023-05-03T02:40:58.043Z Running `rustc --crate-name linked_hash_map /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 -C metadata=8b47a3b6be803768 -C extra-filename=-8b47a3b6be803768 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
20842023-05-03T02:40:58.835Z Compiling libefi-sys v0.1.0
20852023-05-03T02:40:58.842Z Running `rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/libefi-sys-0.1.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 -C metadata=c34d26a00799527c -C extra-filename=-c34d26a00799527c --out-dir /work/oxidecomputer/omicron/target/debug/build/libefi-sys-c34d26a00799527c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
20862023-05-03T02:40:59.510Z Running `/work/oxidecomputer/omicron/target/debug/build/libefi-sys-c34d26a00799527c/build-script-build`
20872023-05-03T02:40:59.544Z Compiling lru-cache v0.1.2
20882023-05-03T02:40:59.550Z Running `rustc --crate-name lru_cache /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 -C metadata=b61fc66de93912f9 -C extra-filename=-b61fc66de93912f9 --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-8b47a3b6be803768.rmeta --cap-lints allow -D warnings`
20892023-05-03T02:41:00.279Z Compiling structopt-derive v0.4.18
20902023-05-03T02:41:00.286Z Running `rustc --crate-name structopt_derive --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/structopt-derive-0.4.18/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=2 -C metadata=5baae39e33dc241c -C extra-filename=-5baae39e33dc241c --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-4d4870cbf48a15de.rlib --extern proc_macro_error=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_error-87e3db1731554862.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-7e5706224bd8cc5a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-dee3cb74b1ec4ef9.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-bb189b68ee44fd46.rlib --extern proc_macro --cap-lints allow -D warnings`
20912023-05-03T02:41:00.616Z Running `rustc --crate-name tokio_util --edition=2021 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/tokio-util-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=2 --cfg 'feature="codec"' --cfg 'feature="default"' --cfg 'feature="io"' --cfg 'feature="tracing"' -C metadata=e81cecc8b2b2886c -C extra-filename=-e81cecc8b2b2886c --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-0a4474ea66a11d41.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-21c68b0a02370835.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-ac14c820d4a8d8b8.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-e7c61360741e590c.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-349d51d6d9dbb4ec.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-01e7a6dba6fbfbe8.rmeta --cap-lints allow -D warnings`
20922023-05-03T02:41:00.795Z Compiling hubpack_derive v0.1.1
20932023-05-03T02:41:00.818Z Running `rustc --crate-name hubpack_derive --edition=2021 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/hubpack_derive-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=2 -C metadata=0f5ee1883ebe5024 -C extra-filename=-0f5ee1883ebe5024 --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-7e5706224bd8cc5a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-dee3cb74b1ec4ef9.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-bb189b68ee44fd46.rlib --extern proc_macro --cap-lints allow -D warnings`
20942023-05-03T02:41:03.332Z Running `rustc --crate-name h2 --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/h2-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=2 -C metadata=88ad77b9a28bb49d -C extra-filename=-88ad77b9a28bb49d --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-0a4474ea66a11d41.rmeta --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-ce07f21fc5183631.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-21c68b0a02370835.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-ac14c820d4a8d8b8.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-837078368698f4bc.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-26988da961a51b0a.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-fc8e5d42700c71f2.rmeta --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-818019c141863939.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-349d51d6d9dbb4ec.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-e81cecc8b2b2886c.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-01e7a6dba6fbfbe8.rmeta --cap-lints allow -D warnings`
20952023-05-03T02:41:03.587Z Running `rustc --crate-name clap --edition=2021 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/clap-4.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 -C debuginfo=2 --cfg 'feature="color"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="error-context"' --cfg 'feature="help"' --cfg 'feature="std"' --cfg 'feature="suggestions"' --cfg 'feature="usage"' -C metadata=798e8586d351060b -C extra-filename=-798e8586d351060b --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-c29297b0c38fcbb6.rmeta --extern clap_derive=/work/oxidecomputer/omicron/target/debug/deps/libclap_derive-77ee6421d7b4ea2e.so --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-163217bf2304842d.rmeta --cap-lints allow -D warnings`
20962023-05-03T02:41:03.896Z Compiling console v0.15.5
20972023-05-03T02:41:03.901Z Running `rustc --crate-name console --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/console-0.15.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="ansi-parsing"' --cfg 'feature="default"' --cfg 'feature="unicode-width"' -C metadata=ad59f8dd0297688e -C extra-filename=-ad59f8dd0297688e --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-754126440583bf8d.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-3b4ca36201d98b6d.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-20b404251b8c4e7b.rmeta --cap-lints allow -D warnings`
20982023-05-03T02:41:07.507Z Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802)
20992023-05-03T02:41:07.513Z Running `rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/tofino-58dffaaa92c7532b/8283f80/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 -C metadata=de3da6cc26d75a63 -C extra-filename=-de3da6cc26d75a63 --out-dir /work/oxidecomputer/omicron/target/debug/build/tofino-de3da6cc26d75a63 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-e09e7f98979d5df6.rlib --cap-lints allow -D warnings`
21002023-05-03T02:41:07.586Z Compiling managed v0.8.0
21012023-05-03T02:41:07.611Z Running `rustc --crate-name managed /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 --cfg 'feature="alloc"' --cfg 'feature="map"' -C metadata=e7fca9d815f99de8 -C extra-filename=-e7fca9d815f99de8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
21022023-05-03T02:41:08.359Z Compiling arc-swap v1.6.0
21032023-05-03T02:41:08.381Z Running `rustc --crate-name arc_swap --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 -C metadata=5ab7c5170ecb8f21 -C extra-filename=-5ab7c5170ecb8f21 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
21042023-05-03T02:41:08.854Z Compiling salty v0.2.0
21052023-05-03T02:41:08.860Z Running `rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/salty-0.2.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 -C metadata=3cd6d2965fce979f -C extra-filename=-3cd6d2965fce979f --out-dir /work/oxidecomputer/omicron/target/debug/build/salty-3cd6d2965fce979f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
21062023-05-03T02:41:08.866Z Compiling smoltcp v0.8.2
21072023-05-03T02:41:08.871Z Running `rustc --crate-name smoltcp --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 --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=8979967e7920a781 -C extra-filename=-8979967e7920a781 --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-f311115e4eb2c3ba.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-d01e06aeb22800a4.rmeta --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-e7fca9d815f99de8.rmeta --cap-lints allow -D warnings`
21082023-05-03T02:41:09.562Z Compiling slog-scope v4.4.0
21092023-05-03T02:41:09.572Z Running `rustc --crate-name slog_scope /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 -C metadata=def9b070e269917a -C extra-filename=-def9b070e269917a --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-5ab7c5170ecb8f21.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-754126440583bf8d.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-608da47a6c0e709c.rmeta --cap-lints allow -D warnings`
21102023-05-03T02:41:09.597Z Running `/work/oxidecomputer/omicron/target/debug/build/salty-3cd6d2965fce979f/build-script-build`
21112023-05-03T02:41:09.629Z Running `/work/oxidecomputer/omicron/target/debug/build/tofino-de3da6cc26d75a63/build-script-build`
21122023-05-03T02:41:09.833Z Running `/work/oxidecomputer/omicron/target/debug/build/rustls-1112e0bb934ce367/build-script-build`
21132023-05-03T02:41:10.272Z Running `/work/oxidecomputer/omicron/target/debug/build/rustls-f996368730b67a2f/build-script-build`
21142023-05-03T02:41:10.278Z Running `rustc --crate-name ring --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="dev_urandom_fallback"' --cfg 'feature="once_cell"' --cfg 'feature="std"' -C metadata=48cef5dadd3b79b2 -C extra-filename=-48cef5dadd3b79b2 --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-163217bf2304842d.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-285b80336fec3746.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-bbdb8e4945845338.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-194683ec6123397c/out -l static=ring-core -l static=ring-test`
21152023-05-03T02:41:10.283Z Running `rustc --crate-name ring --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="dev_urandom_fallback"' --cfg 'feature="once_cell"' --cfg 'feature="std"' -C metadata=efeeea6aa09c2109 -C extra-filename=-efeeea6aa09c2109 --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-387b4834159e45ee.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-2a42401d55a485b9.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-0d451194b297da86.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-194683ec6123397c/out -l static=ring-core -l static=ring-test`
21162023-05-03T02:41:10.795Z Compiling zerocopy v0.6.1
21172023-05-03T02:41:10.801Z Running `rustc --crate-name zerocopy --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/zerocopy-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=2 -C metadata=0bd0cde248290b8f -C extra-filename=-0bd0cde248290b8f --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-d01e06aeb22800a4.rmeta --extern zerocopy_derive=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy_derive-1d63138d9dee5719.so --cap-lints allow -D warnings`
21182023-05-03T02:41:12.318Z Running `rustc --crate-name hyper --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/hyper-0.14.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=2 --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=32e8c0e0cc42041e -C extra-filename=-32e8c0e0cc42041e --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-0a4474ea66a11d41.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-a600999ef254de13.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-21c68b0a02370835.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-837078368698f4bc.rmeta --extern h2=/work/oxidecomputer/omicron/target/debug/deps/libh2-88ad77b9a28bb49d.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-26988da961a51b0a.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-36b7f53eb9a265d7.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-054694819a5edf1d.rmeta --extern httpdate=/work/oxidecomputer/omicron/target/debug/deps/libhttpdate-ece17fa9e043da37.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-8c2f39bfab5667a6.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-e7c61360741e590c.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-007c37f3c3529292.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-349d51d6d9dbb4ec.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-db9c90e0d9ae607f.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-01e7a6dba6fbfbe8.rmeta --extern want=/work/oxidecomputer/omicron/target/debug/deps/libwant-4134101437c33965.rmeta --cap-lints allow -D warnings`
21192023-05-03T02:41:14.546Z Compiling sct v0.7.0
21202023-05-03T02:41:14.552Z Running `rustc --crate-name sct --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 -C metadata=25baff0162fa4ef2 -C extra-filename=-25baff0162fa4ef2 --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-48cef5dadd3b79b2.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-bbdb8e4945845338.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-194683ec6123397c/out`
21212023-05-03T02:41:15.183Z Compiling webpki v0.22.0
21222023-05-03T02:41:15.188Z Running `rustc --crate-name webpki --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/webpki-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=2 --cfg 'feature="alloc"' --cfg 'feature="std"' -C metadata=66f66b808b7cd672 -C extra-filename=-66f66b808b7cd672 --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-48cef5dadd3b79b2.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-bbdb8e4945845338.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-194683ec6123397c/out`
21232023-05-03T02:41:16.901Z Running `rustc --crate-name rustls --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/rustls-0.20.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=2 --cfg 'feature="dangerous_configuration"' --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="tls12"' -C metadata=d5510202a745a36e -C extra-filename=-d5510202a745a36e --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-686a5a811aee7568.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-48cef5dadd3b79b2.rmeta --extern sct=/work/oxidecomputer/omicron/target/debug/deps/libsct-25baff0162fa4ef2.rmeta --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-66f66b808b7cd672.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-194683ec6123397c/out`
21242023-05-03T02:41:17.399Z Compiling webpki-roots v0.22.6
21252023-05-03T02:41:17.405Z Running `rustc --crate-name webpki_roots --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/webpki-roots-0.22.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=2 -C metadata=053fb9414f6e81b9 -C extra-filename=-053fb9414f6e81b9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-66f66b808b7cd672.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-194683ec6123397c/out`
21262023-05-03T02:41:17.410Z Compiling rustls-webpki v0.100.1
21272023-05-03T02:41:17.415Z Running `rustc --crate-name webpki --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/rustls-webpki-0.100.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=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=bbee7636a35f0e85 -C extra-filename=-bbee7636a35f0e85 --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-48cef5dadd3b79b2.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-bbdb8e4945845338.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-194683ec6123397c/out`
21282023-05-03T02:41:17.513Z Running `rustc --crate-name sct --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 -C metadata=24e803a482d46df6 -C extra-filename=-24e803a482d46df6 --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-efeeea6aa09c2109.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-0d451194b297da86.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-194683ec6123397c/out`
21292023-05-03T02:41:17.562Z Running `rustc --crate-name webpki --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/webpki-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=2 --cfg 'feature="alloc"' --cfg 'feature="std"' -C metadata=44348536e900f4fd -C extra-filename=-44348536e900f4fd --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-efeeea6aa09c2109.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-0d451194b297da86.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-194683ec6123397c/out`
21302023-05-03T02:41:17.570Z Running `rustc --crate-name webpki --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/rustls-webpki-0.100.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=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=26689a8cc7e565ab -C extra-filename=-26689a8cc7e565ab --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-efeeea6aa09c2109.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-0d451194b297da86.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-194683ec6123397c/out`
21312023-05-03T02:41:18.225Z Compiling zeroize v1.6.0
21322023-05-03T02:41:18.230Z Running `rustc --crate-name zeroize --edition=2021 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="zeroize_derive"' -C metadata=19eb1bc817c7514b -C extra-filename=-19eb1bc817c7514b --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-a8a430dda2265954.so --cap-lints allow -D warnings`
21332023-05-03T02:41:18.830Z Running `rustc --crate-name rustls --edition=2021 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/rustls-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=2 --cfg 'feature="dangerous_configuration"' --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="tls12"' -C metadata=a9ad89985b57c363 -C extra-filename=-a9ad89985b57c363 --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-686a5a811aee7568.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-48cef5dadd3b79b2.rmeta --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-bbee7636a35f0e85.rmeta --extern sct=/work/oxidecomputer/omicron/target/debug/deps/libsct-25baff0162fa4ef2.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-194683ec6123397c/out`
21342023-05-03T02:41:18.949Z Running `rustc --crate-name rustls --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/rustls-0.20.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=2 --cfg 'feature="dangerous_configuration"' --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="tls12"' -C metadata=e996c2424514c712 -C extra-filename=-e996c2424514c712 --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-641ae0b131c38bfd.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-efeeea6aa09c2109.rmeta --extern sct=/work/oxidecomputer/omicron/target/debug/deps/libsct-24e803a482d46df6.rmeta --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-44348536e900f4fd.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-194683ec6123397c/out`
21352023-05-03T02:41:19.230Z Running `rustc --crate-name webpki_roots --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/webpki-roots-0.22.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=2 -C metadata=60608f85863205ab -C extra-filename=-60608f85863205ab --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-44348536e900f4fd.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-194683ec6123397c/out`
21362023-05-03T02:41:19.384Z Running `rustc --crate-name rustls --edition=2021 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/rustls-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=2 --cfg 'feature="dangerous_configuration"' --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="tls12"' -C metadata=3b4d6f3e43d3cbe9 -C extra-filename=-3b4d6f3e43d3cbe9 --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-641ae0b131c38bfd.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-efeeea6aa09c2109.rmeta --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-26689a8cc7e565ab.rmeta --extern sct=/work/oxidecomputer/omicron/target/debug/deps/libsct-24e803a482d46df6.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-194683ec6123397c/out`
21372023-05-03T02:41:19.612Z Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
21382023-05-03T02:41:19.617Z Running `rustc --crate-name hubpack_derive --edition=2021 /home/build/.cargo/git/checkouts/hubpack-0dd69a0378549116/df08cc3/derive/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=2 -C metadata=b5fde983eae23619 -C extra-filename=-b5fde983eae23619 --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-7e5706224bd8cc5a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-dee3cb74b1ec4ef9.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-bb189b68ee44fd46.rlib --extern proc_macro --cap-lints allow -D warnings`
21392023-05-03T02:41:19.729Z Compiling serde_repr v0.1.11
21402023-05-03T02:41:19.734Z Running `rustc --crate-name serde_repr --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/serde_repr-0.1.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=2 -C metadata=bbcc9d314aa4411f -C extra-filename=-bbcc9d314aa4411f --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-7e5706224bd8cc5a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-dee3cb74b1ec4ef9.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-bb189b68ee44fd46.rlib --extern proc_macro --cap-lints allow -D warnings`
21412023-05-03T02:41:20.628Z Compiling memoffset v0.7.1
21422023-05-03T02:41:20.633Z Running `rustc --crate-name build_script_build /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/memoffset-0.7.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' -C metadata=47a3121b3280d2f6 -C extra-filename=-47a3121b3280d2f6 --out-dir /work/oxidecomputer/omicron/target/debug/build/memoffset-47a3121b3280d2f6 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-b469fd17c8c79041.rlib --cap-lints allow -D warnings`
21432023-05-03T02:41:21.689Z Running `/work/oxidecomputer/omicron/target/debug/build/memoffset-47a3121b3280d2f6/build-script-build`
21442023-05-03T02:41:21.847Z Compiling slog-stdlog v4.1.1
21452023-05-03T02:41:21.852Z Running `rustc --crate-name slog_stdlog --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 --cfg 'feature="default"' -C metadata=bee9934ee57fc29e -C extra-filename=-bee9934ee57fc29e --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-686a5a811aee7568.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-608da47a6c0e709c.rmeta --extern slog_scope=/work/oxidecomputer/omicron/target/debug/deps/libslog_scope-def9b070e269917a.rmeta --cap-lints allow -D warnings`
21462023-05-03T02:41:22.258Z Compiling convert_case v0.4.0
21472023-05-03T02:41:22.263Z Running `rustc --crate-name convert_case --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/convert_case-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=c2c8514c16e7e858 -C extra-filename=-c2c8514c16e7e858 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
21482023-05-03T02:41:22.687Z Running `rustc --crate-name either --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/either-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 panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="use_std"' -C metadata=d5e4be820dfbcfe9 -C extra-filename=-d5e4be820dfbcfe9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
21492023-05-03T02:41:23.199Z Compiling ciborium-io v0.2.0
21502023-05-03T02:41:23.204Z Running `rustc --crate-name ciborium_io --edition=2021 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/ciborium-io-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=2 --cfg 'feature="alloc"' --cfg 'feature="std"' -C metadata=e33b1d7d2eeb5410 -C extra-filename=-e33b1d7d2eeb5410 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
21512023-05-03T02:41:23.373Z Compiling half v1.8.2
21522023-05-03T02:41:23.378Z Running `rustc --crate-name half --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 -C metadata=7ff4e3abffaea88e -C extra-filename=-7ff4e3abffaea88e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
21532023-05-03T02:41:23.521Z Compiling tokio-rustls v0.23.4
21542023-05-03T02:41:23.529Z Running `rustc --crate-name tokio_rustls --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/tokio-rustls-0.23.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=2 --cfg 'feature="default"' --cfg 'feature="logging"' --cfg 'feature="tls12"' -C metadata=a346f1d973d9b322 -C extra-filename=-a346f1d973d9b322 --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-d5510202a745a36e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b00445e5c4984cd2.rmeta --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-66f66b808b7cd672.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-194683ec6123397c/out`
21552023-05-03T02:41:24.555Z Compiling hyper-rustls v0.23.2
21562023-05-03T02:41:24.568Z Running `rustc --crate-name hyper_rustls --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/hyper-rustls-0.23.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=2 -C metadata=6c7f9e4e6270d9c1 -C extra-filename=-6c7f9e4e6270d9c1 --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-593a43af3ae7d8a4.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-7bafaac42e9cbf8e.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-d5510202a745a36e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b00445e5c4984cd2.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-a346f1d973d9b322.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-194683ec6123397c/out`
21572023-05-03T02:41:24.575Z Compiling derive_more v0.99.17
21582023-05-03T02:41:24.581Z Running `rustc --crate-name derive_more --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/derive_more-0.99.17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=2 --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=327c061b0e2a3bf9 -C extra-filename=-327c061b0e2a3bf9 --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-c2c8514c16e7e858.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-7e5706224bd8cc5a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-dee3cb74b1ec4ef9.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-bb189b68ee44fd46.rlib --extern proc_macro --cap-lints allow -D warnings`
21592023-05-03T02:41:24.897Z Compiling ciborium-ll v0.2.0
21602023-05-03T02:41:24.947Z Running `rustc --crate-name ciborium_ll --edition=2021 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/ciborium-ll-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=2 -C metadata=1a09528db3db6e86 -C extra-filename=-1a09528db3db6e86 --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-e33b1d7d2eeb5410.rmeta --extern half=/work/oxidecomputer/omicron/target/debug/deps/libhalf-7ff4e3abffaea88e.rmeta --cap-lints allow -D warnings`
21612023-05-03T02:41:25.118Z Compiling reqwest v0.11.17
21622023-05-03T02:41:25.124Z Running `rustc --crate-name reqwest --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/reqwest-0.11.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=2 --cfg 'feature="__rustls"' --cfg 'feature="__tls"' --cfg 'feature="blocking"' --cfg 'feature="hyper-rustls"' --cfg 'feature="json"' --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-rustls"' --cfg 'feature="tokio-util"' --cfg 'feature="wasm-streams"' --cfg 'feature="webpki-roots"' -C metadata=cbf5d867b487f4f6 -C extra-filename=-cbf5d867b487f4f6 --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-22d534c80d7f8257.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5d6079816e523e86.rmeta --extern encoding_rs=/work/oxidecomputer/omicron/target/debug/deps/libencoding_rs-d384843086848e32.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-21c68b0a02370835.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-837078368698f4bc.rmeta --extern h2=/work/oxidecomputer/omicron/target/debug/deps/libh2-7c21da37ab160294.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-593a43af3ae7d8a4.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-2277aa031a3b1e9f.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-7bafaac42e9cbf8e.rmeta --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-6c7f9e4e6270d9c1.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-65a75350a36aca34.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-686a5a811aee7568.rmeta --extern mime=/work/oxidecomputer/omicron/target/debug/deps/libmime-1a5d9be8fcf2b360.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-163217bf2304842d.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-26d0fb26396a5e09.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-e7c61360741e590c.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-d5510202a745a36e.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-c129a414f00beef1.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-9d729fa31918ec84.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-940b0a5541759ffe.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-8e61de94ee7afc12.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b00445e5c4984cd2.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-a346f1d973d9b322.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-17e1fcb77c0e5746.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-db9c90e0d9ae607f.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-4ee9d7fe35d44397.rmeta --extern webpki_roots=/work/oxidecomputer/omicron/target/debug/deps/libwebpki_roots-053fb9414f6e81b9.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-194683ec6123397c/out`
21632023-05-03T02:41:25.983Z Compiling tokio-rustls v0.24.0
21642023-05-03T02:41:25.988Z Running `rustc --crate-name tokio_rustls --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/tokio-rustls-0.24.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="logging"' --cfg 'feature="tls12"' -C metadata=189f4b1606f9d959 -C extra-filename=-189f4b1606f9d959 --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-a9ad89985b57c363.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b00445e5c4984cd2.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-194683ec6123397c/out`
21652023-05-03T02:41:26.672Z Running `rustc --crate-name dropshot --edition=2018 /home/build/.cargo/git/checkouts/dropshot-a4a923d29dccc492/d17f74d/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=2 --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' -C metadata=bb405797b454acb7 -C extra-filename=-bb405797b454acb7 --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-5e47e6fcd126d5fb.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-9dd1362437d01057.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-22d534c80d7f8257.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5d6079816e523e86.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9326280126410a1c.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-32820d6515860c0f.rmeta --extern dropshot_endpoint=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_endpoint-d7fb09c5c3c76695.so --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-3e7ce30d02521130.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7b78a4e9c695d3a0.rmeta --extern hostname=/work/oxidecomputer/omicron/target/debug/deps/libhostname-3254486fae83975d.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-593a43af3ae7d8a4.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-7bafaac42e9cbf8e.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-fc8e5d42700c71f2.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-232027aad4e287f3.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-e128a85526f2d403.so --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-26d0fb26396a5e09.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-7e5706224bd8cc5a.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-a9ad89985b57c363.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-c129a414f00beef1.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-60544344d4d0804a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-9d729fa31918ec84.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-940b0a5541759ffe.rmeta --extern serde_path_to_error=/work/oxidecomputer/omicron/target/debug/deps/libserde_path_to_error-be65d3cad014ae93.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-8e61de94ee7afc12.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-a79b8574ddca7646.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-608da47a6c0e709c.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-a8d47fc05b25faaf.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-ccee31d6cfc55035.rmeta --extern slog_json=/work/oxidecomputer/omicron/target/debug/deps/libslog_json-a5a5b4b2047597b3.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b94bcba36065eae9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b00445e5c4984cd2.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-189f4b1606f9d959.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5e80fb21cb0c93db.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-265f476839655f3b.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-88178d7c063e03bd.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-194683ec6123397c/out`
21662023-05-03T02:41:27.944Z Running `rustc --crate-name tokio_rustls --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/tokio-rustls-0.23.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=2 --cfg 'feature="default"' --cfg 'feature="logging"' --cfg 'feature="tls12"' -C metadata=afcfc5fcead5cbc6 -C extra-filename=-afcfc5fcead5cbc6 --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-e996c2424514c712.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e3bc36a7db76edcf.rmeta --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-44348536e900f4fd.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-194683ec6123397c/out`
21672023-05-03T02:41:28.838Z Running `rustc --crate-name hyper_rustls --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/hyper-rustls-0.23.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=2 -C metadata=69a7865e4305335c -C extra-filename=-69a7865e4305335c --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-635e28a7d213ddf0.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-c12dd9ffd01f62f2.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-e996c2424514c712.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e3bc36a7db76edcf.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-afcfc5fcead5cbc6.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-194683ec6123397c/out`
21682023-05-03T02:41:29.494Z Running `rustc --crate-name reqwest --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/reqwest-0.11.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=2 --cfg 'feature="__rustls"' --cfg 'feature="__tls"' --cfg 'feature="blocking"' --cfg 'feature="hyper-rustls"' --cfg 'feature="json"' --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-rustls"' --cfg 'feature="tokio-util"' --cfg 'feature="wasm-streams"' --cfg 'feature="webpki-roots"' -C metadata=5dd698f76fca519f -C extra-filename=-5dd698f76fca519f --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-e9589e46c4d3b8f3.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-f7bc6c6fec7ff832.rmeta --extern encoding_rs=/work/oxidecomputer/omicron/target/debug/deps/libencoding_rs-8881a28a29e83146.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-a1ad4564885a93e7.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-a5d020236f0241f3.rmeta --extern h2=/work/oxidecomputer/omicron/target/debug/deps/libh2-86aa36854349dbf2.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-635e28a7d213ddf0.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-a0089b392c59da4c.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-c12dd9ffd01f62f2.rmeta --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-69a7865e4305335c.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-0870a041a57a8452.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-641ae0b131c38bfd.rmeta --extern mime=/work/oxidecomputer/omicron/target/debug/deps/libmime-b69a29a459d67fb7.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-387b4834159e45ee.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-3cfcb279e7e3d47d.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-6c7158ab17a5e7e9.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-e996c2424514c712.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-0fff61b42b453b63.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-8eb9b2d8b171c9a9.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-72173ad921688e6f.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-cad423e1b12e046b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e3bc36a7db76edcf.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-afcfc5fcead5cbc6.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-777aa92c00e55f4b.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-99955c0dc7928341.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-a1c2b50b5e43c2c1.rmeta --extern webpki_roots=/work/oxidecomputer/omicron/target/debug/deps/libwebpki_roots-60608f85863205ab.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-194683ec6123397c/out`
21692023-05-03T02:41:35.221Z Compiling progenitor-client v0.2.1-dev (https://github.com/oxidecomputer/progenitor?branch=main#c965167e)
21702023-05-03T02:41:35.226Z Running `rustc --crate-name progenitor_client --edition=2021 /home/build/.cargo/git/checkouts/progenitor-639bd64206ac5e43/c965167/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=2 -C metadata=a0f37d9715daf817 -C extra-filename=-a0f37d9715daf817 --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-5d6079816e523e86.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-21c68b0a02370835.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-26d0fb26396a5e09.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-cbf5d867b487f4f6.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-9d729fa31918ec84.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-940b0a5541759ffe.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-8e61de94ee7afc12.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-194683ec6123397c/out`
21712023-05-03T02:41:36.004Z Running `rustc --crate-name progenitor_client --edition=2021 /home/build/.cargo/git/checkouts/progenitor-639bd64206ac5e43/c965167/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=2 -C metadata=04d39977cadac015 -C extra-filename=-04d39977cadac015 --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-f7bc6c6fec7ff832.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-a1ad4564885a93e7.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-3cfcb279e7e3d47d.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5dd698f76fca519f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-8eb9b2d8b171c9a9.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-72173ad921688e6f.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-cad423e1b12e046b.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-194683ec6123397c/out`
21722023-05-03T02:41:36.142Z Running `rustc --crate-name tokio_rustls --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/tokio-rustls-0.24.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=2 --cfg 'feature="default"' --cfg 'feature="logging"' --cfg 'feature="tls12"' -C metadata=66b134d24587c61b -C extra-filename=-66b134d24587c61b --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-3b4d6f3e43d3cbe9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e3bc36a7db76edcf.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-194683ec6123397c/out`
21732023-05-03T02:41:36.447Z Compiling slog-envlogger v2.2.0
21742023-05-03T02:41:36.452Z Running `rustc --crate-name slog_envlogger /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 --cfg 'feature="default"' --cfg 'feature="regex"' -C metadata=a72ba22004bc1b3e -C extra-filename=-a72ba22004bc1b3e --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-686a5a811aee7568.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-9544c2a73650ad75.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-608da47a6c0e709c.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-a8d47fc05b25faaf.rmeta --extern slog_scope=/work/oxidecomputer/omicron/target/debug/deps/libslog_scope-def9b070e269917a.rmeta --extern slog_stdlog=/work/oxidecomputer/omicron/target/debug/deps/libslog_stdlog-bee9934ee57fc29e.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b94bcba36065eae9.rmeta --cap-lints allow -D warnings`
21752023-05-03T02:41:36.471Z Running `rustc --crate-name crc32fast /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=4a542e9cc730b9c6 -C extra-filename=-4a542e9cc730b9c6 --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-3236f5900b9f1a09.rmeta --cap-lints allow -D warnings --cfg crc32fast_stdarchx86`
21762023-05-03T02:41:36.981Z Running `rustc --crate-name dropshot --edition=2018 /home/build/.cargo/git/checkouts/dropshot-a4a923d29dccc492/d17f74d/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=2 --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' -C metadata=702ba74a832d38ed -C extra-filename=-702ba74a832d38ed --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-ae0655a5e9d3615c.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-9dd1362437d01057.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e9589e46c4d3b8f3.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-f7bc6c6fec7ff832.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e39ed15bdff1d269.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-f6168ac296c7f258.rmeta --extern dropshot_endpoint=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_endpoint-d7fb09c5c3c76695.so --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-8997f018ba3ea838.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-49a459f4335048f1.rmeta --extern hostname=/work/oxidecomputer/omicron/target/debug/deps/libhostname-e767856f25d7fe77.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-635e28a7d213ddf0.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-c12dd9ffd01f62f2.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-74f6f470d278de54.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-e966a4fad6a0b4a5.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-e128a85526f2d403.so --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-3cfcb279e7e3d47d.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f80b15ec466b32e7.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-3b4d6f3e43d3cbe9.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-0fff61b42b453b63.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-03bbb2d6bf1b8aa4.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-8eb9b2d8b171c9a9.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-72173ad921688e6f.rmeta --extern serde_path_to_error=/work/oxidecomputer/omicron/target/debug/deps/libserde_path_to_error-ec495f474f8d95f3.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-cad423e1b12e046b.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-20f9e83ee5b2fcd7.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-d17ae93f1c55387c.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-1b8afb7b93a02752.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-b05ee6cc3aa5ae18.rmeta --extern slog_json=/work/oxidecomputer/omicron/target/debug/deps/libslog_json-013b79e103a7bad2.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-fd0de55e0739c963.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e3bc36a7db76edcf.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-66b134d24587c61b.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-6995745265fcafb7.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-8d0fd8390d44d547.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d1a0abc5ade2db54.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-194683ec6123397c/out`
21772023-05-03T02:41:37.433Z Compiling phf_shared v0.10.0
21782023-05-03T02:41:37.445Z Running `rustc --crate-name phf_shared --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=ede18777a6ea9329 -C extra-filename=-ede18777a6ea9329 --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-ff80b0db04f17bcf.rmeta --cap-lints allow -D warnings`
21792023-05-03T02:41:37.845Z Compiling parking_lot_core v0.8.6
21802023-05-03T02:41:37.851Z Running `rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/parking_lot_core-0.8.6/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 -C metadata=707f8b11b6d78799 -C extra-filename=-707f8b11b6d78799 --out-dir /work/oxidecomputer/omicron/target/debug/build/parking_lot_core-707f8b11b6d78799 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
21812023-05-03T02:41:38.009Z Compiling precomputed-hash v0.1.1
21822023-05-03T02:41:38.015Z Running `rustc --crate-name precomputed_hash /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 -C metadata=fbf73096deae5c1f -C extra-filename=-fbf73096deae5c1f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
21832023-05-03T02:41:38.096Z Compiling new_debug_unreachable v1.0.4
21842023-05-03T02:41:38.101Z Running `rustc --crate-name debug_unreachable --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 -C metadata=bd1bee2e64a674f8 -C extra-filename=-bd1bee2e64a674f8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
21852023-05-03T02:41:38.299Z Compiling ciborium v0.2.0
21862023-05-03T02:41:38.305Z Running `rustc --crate-name ciborium --edition=2021 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/ciborium-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=2 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=9baf74024ad4c4c7 -C extra-filename=-9baf74024ad4c4c7 --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-e33b1d7d2eeb5410.rmeta --extern ciborium_ll=/work/oxidecomputer/omicron/target/debug/deps/libciborium_ll-1a09528db3db6e86.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-9d729fa31918ec84.rmeta --cap-lints allow -D warnings`
21872023-05-03T02:41:38.365Z Compiling derive-where v1.2.1
21882023-05-03T02:41:38.370Z Running `rustc --crate-name derive_where --edition=2021 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/derive-where-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 debuginfo=2 -C metadata=82319ab146e13ff5 -C extra-filename=-82319ab146e13ff5 --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-7e5706224bd8cc5a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-dee3cb74b1ec4ef9.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-2466aa954e1f2dbb.rlib --extern proc_macro --cap-lints allow -D warnings`
21892023-05-03T02:41:38.987Z Running `/work/oxidecomputer/omicron/target/debug/build/parking_lot_core-707f8b11b6d78799/build-script-build`
21902023-05-03T02:41:39.021Z Compiling predicates-core v1.0.6
21912023-05-03T02:41:39.026Z Running `rustc --crate-name predicates_core --edition=2021 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 -C metadata=026237d5161329cd -C extra-filename=-026237d5161329cd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
21922023-05-03T02:41:40.317Z Compiling getrandom v0.1.16
21932023-05-03T02:41:40.324Z Running `rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/getrandom-0.1.16/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="std"' -C metadata=685f84c3a72aeab2 -C extra-filename=-685f84c3a72aeab2 --out-dir /work/oxidecomputer/omicron/target/debug/build/getrandom-685f84c3a72aeab2 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
21942023-05-03T02:41:40.833Z Compiling num_enum v0.5.11
21952023-05-03T02:41:40.839Z Running `rustc --crate-name num_enum --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=984a34bcb47bf888 -C extra-filename=-984a34bcb47bf888 --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-a9d01051a689a1a1.so --cap-lints allow -D warnings`
21962023-05-03T02:41:41.029Z Running `/work/oxidecomputer/omicron/target/debug/build/getrandom-685f84c3a72aeab2/build-script-build`
21972023-05-03T02:41:41.064Z Running `rustc --crate-name signal_hook --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/signal-hook-0.3.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=2 --cfg 'feature="channel"' --cfg 'feature="default"' --cfg 'feature="iterator"' -C metadata=3c9c99c977d3a39f -C extra-filename=-3c9c99c977d3a39f --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-3b4ca36201d98b6d.rmeta --extern signal_hook_registry=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_registry-def73f6f73862150.rmeta --cap-lints allow -D warnings`
21982023-05-03T02:41:41.204Z Compiling float-cmp v0.9.0
21992023-05-03T02:41:41.210Z Running `rustc --crate-name float_cmp --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 --cfg 'feature="default"' --cfg 'feature="num-traits"' --cfg 'feature="ratio"' -C metadata=2d17d05620a66d9f -C extra-filename=-2d17d05620a66d9f --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-4a706b873f27c27b.rmeta --cap-lints allow -D warnings`
22002023-05-03T02:41:41.764Z Compiling gateway-sp-comms v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2dcc63c645005a7184ba754b5c42c341a0777c66#2dcc63c6)
22012023-05-03T02:41:41.786Z Running `rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/management-gateway-service-749acba834b73294/2dcc63c/gateway-sp-comms/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 -C metadata=a630bd7bcda4fa91 -C extra-filename=-a630bd7bcda4fa91 --out-dir /work/oxidecomputer/omicron/target/debug/build/gateway-sp-comms-a630bd7bcda4fa91 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-cc4f27bdf927284c.rlib --cap-lints allow -D warnings`
22022023-05-03T02:41:42.475Z Compiling normalize-line-endings v0.3.0
22032023-05-03T02:41:42.480Z Running `rustc --crate-name normalize_line_endings /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 -C metadata=ee53ca911e4d7723 -C extra-filename=-ee53ca911e4d7723 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
22042023-05-03T02:41:43.173Z Compiling difflib v0.4.0
22052023-05-03T02:41:43.179Z Running `rustc --crate-name difflib /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 -C metadata=2a390a6504e859c5 -C extra-filename=-2a390a6504e859c5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
22062023-05-03T02:41:43.184Z Running `/work/oxidecomputer/omicron/target/debug/build/gateway-sp-comms-a630bd7bcda4fa91/build-script-build`
22072023-05-03T02:41:43.189Z Compiling hash32 v0.2.1
22082023-05-03T02:41:43.195Z Running `rustc --crate-name hash32 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 -C metadata=9a9960e0cbc84237 -C extra-filename=-9a9960e0cbc84237 --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-d01e06aeb22800a4.rmeta --cap-lints allow -D warnings`
22092023-05-03T02:41:43.306Z Compiling num-derive v0.3.3
22102023-05-03T02:41:43.311Z Running `rustc --crate-name num_derive --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/num-derive-0.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 debuginfo=2 -C metadata=9b811f636dcb9298 -C extra-filename=-9b811f636dcb9298 --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-7e5706224bd8cc5a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-dee3cb74b1ec4ef9.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-bb189b68ee44fd46.rlib --extern proc_macro --cap-lints allow -D warnings`
22112023-05-03T02:41:43.861Z Compiling spin v0.9.5
22122023-05-03T02:41:43.866Z Running `rustc --crate-name spin /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/spin-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=2 --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=1881979c6f41f539 -C extra-filename=-1881979c6f41f539 --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-f05743061401e5a5.rmeta --cap-lints allow -D warnings`
22132023-05-03T02:41:44.609Z Compiling stable_deref_trait v1.2.0
22142023-05-03T02:41:44.629Z Running `rustc --crate-name stable_deref_trait /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 -C metadata=46ffa4cfde12a0a3 -C extra-filename=-46ffa4cfde12a0a3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
22152023-05-03T02:41:44.669Z Compiling termtree v0.4.0
22162023-05-03T02:41:44.678Z Running `rustc --crate-name termtree --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/termtree-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=2 -C metadata=b6579ec60404a5c5 -C extra-filename=-b6579ec60404a5c5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
22172023-05-03T02:41:44.880Z Running `rustc --crate-name heapless --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 --cfg 'feature="atomic-polyfill"' --cfg 'feature="cas"' --cfg 'feature="serde"' -C metadata=4546cd4bdd68ed90 -C extra-filename=-4546cd4bdd68ed90 --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-9a9960e0cbc84237.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-9d729fa31918ec84.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-1881979c6f41f539.rmeta --extern stable_deref_trait=/work/oxidecomputer/omicron/target/debug/deps/libstable_deref_trait-46ffa4cfde12a0a3.rmeta --cap-lints allow -D warnings --cfg has_cas --cfg has_atomics`
22182023-05-03T02:41:45.165Z Compiling predicates-tree v1.0.7
22192023-05-03T02:41:45.171Z Running `rustc --crate-name predicates_tree --edition=2021 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/predicates-tree-1.0.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=2 -C metadata=61825ed78941a37e -C extra-filename=-61825ed78941a37e --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-026237d5161329cd.rmeta --extern termtree=/work/oxidecomputer/omicron/target/debug/deps/libtermtree-b6579ec60404a5c5.rmeta --cap-lints allow -D warnings`
22202023-05-03T02:41:46.479Z Compiling matches v0.1.10
22212023-05-03T02:41:46.484Z Running `rustc --crate-name matches /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 -C metadata=e5269a93a38e7200 -C extra-filename=-e5269a93a38e7200 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
22222023-05-03T02:41:46.608Z Compiling data-encoding v2.3.3
22232023-05-03T02:41:46.614Z Running `rustc --crate-name data_encoding --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/data-encoding-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=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=ec7d21a16bdc2e29 -C extra-filename=-ec7d21a16bdc2e29 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
22242023-05-03T02:41:46.695Z Running `rustc --crate-name memoffset /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/memoffset-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=2 --cfg 'feature="default"' -C metadata=6eae60ddbdd50c7d -C extra-filename=-6eae60ddbdd50c7d --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`
22252023-05-03T02:41:46.752Z Compiling idna v0.2.3
22262023-05-03T02:41:46.757Z Running `rustc --crate-name idna --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 -C metadata=7d65ca5d62713829 -C extra-filename=-7d65ca5d62713829 --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-e5269a93a38e7200.rmeta --extern unicode_bidi=/work/oxidecomputer/omicron/target/debug/deps/libunicode_bidi-a5a7334514cbc220.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-57b5dedda31d991d.rmeta --cap-lints allow -D warnings`
22272023-05-03T02:41:46.939Z Running `rustc --crate-name slog_dtrace --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 -C metadata=fbcb9716188a1ce5 -C extra-filename=-fbcb9716188a1ce5 --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-32820d6515860c0f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-9d729fa31918ec84.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-940b0a5541759ffe.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-608da47a6c0e709c.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-265f476839655f3b.rmeta --cap-lints allow -D warnings`
22282023-05-03T02:41:47.491Z Compiling fxhash v0.2.1
22292023-05-03T02:41:47.497Z Running `rustc --crate-name fxhash /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 -C metadata=aba83122a9d3ad82 -C extra-filename=-aba83122a9d3ad82 --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-d01e06aeb22800a4.rmeta --cap-lints allow -D warnings`
22302023-05-03T02:41:47.885Z Compiling buf-list v1.0.3
22312023-05-03T02:41:47.890Z Running `rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/buf-list-1.0.3/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="tokio"' --cfg 'feature="tokio1"' -C metadata=761f6c183ae30923 -C extra-filename=-761f6c183ae30923 --out-dir /work/oxidecomputer/omicron/target/debug/build/buf-list-761f6c183ae30923 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
22322023-05-03T02:41:48.052Z Running `rustc --crate-name crossbeam_epoch --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/crossbeam-epoch-0.9.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=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=98458d4ac1246cce -C extra-filename=-98458d4ac1246cce --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-04f30b2fb38eaf49.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-146c66099344b1a7.rmeta --extern memoffset=/work/oxidecomputer/omicron/target/debug/deps/libmemoffset-6eae60ddbdd50c7d.rmeta --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-0791dfc24663be81.rmeta --cap-lints allow -D warnings`
22332023-05-03T02:41:48.998Z Compiling trust-dns-proto v0.22.0
22342023-05-03T02:41:49.004Z Running `rustc --crate-name trust_dns_proto --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 --cfg 'feature="default"' --cfg 'feature="tokio"' --cfg 'feature="tokio-runtime"' -C metadata=c160bf3a508d5d03 -C extra-filename=-c160bf3a508d5d03 --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-9dd1362437d01057.so --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-04f30b2fb38eaf49.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-ec7d21a16bdc2e29.rmeta --extern enum_as_inner=/work/oxidecomputer/omicron/target/debug/deps/libenum_as_inner-b10502fe5b7ac5cb.so --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-a600999ef254de13.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-6d16c06f9c564be5.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-837078368698f4bc.rmeta --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-7d65ca5d62713829.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-65a75350a36aca34.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-754126440583bf8d.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-83008e00ec653611.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-bc35ee4d7e9a60d5.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-6f624496ed77b6b0.rmeta --extern tinyvec=/work/oxidecomputer/omicron/target/debug/deps/libtinyvec-56b69fdff343f5c4.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b00445e5c4984cd2.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-4aa28a08903486a7.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-4ee9d7fe35d44397.rmeta --cap-lints allow -D warnings`
22352023-05-03T02:41:49.464Z Running `/work/oxidecomputer/omicron/target/debug/build/buf-list-761f6c183ae30923/build-script-build`
22362023-05-03T02:41:49.689Z Running `rustc --crate-name base64 --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=19148fec0de4dc4b -C extra-filename=-19148fec0de4dc4b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
22372023-05-03T02:41:49.826Z Compiling newline-converter v0.3.0
22382023-05-03T02:41:49.832Z Running `rustc --crate-name newline_converter --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 -C metadata=89ed5d3abd48fa20 -C extra-filename=-89ed5d3abd48fa20 --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-f8398637f3b20def.rmeta --cap-lints allow -D warnings`
22392023-05-03T02:41:50.344Z Compiling clap_derive v3.2.18
22402023-05-03T02:41:50.350Z Running `rustc --crate-name clap_derive --edition=2021 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/clap_derive-3.2.18/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' -C metadata=a10c552830e68a59 -C extra-filename=-a10c552830e68a59 --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-73a3701d0b9eac26.rlib --extern proc_macro_error=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_error-87e3db1731554862.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-7e5706224bd8cc5a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-dee3cb74b1ec4ef9.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-bb189b68ee44fd46.rlib --extern proc_macro --cap-lints allow -D warnings`
22412023-05-03T02:41:50.355Z Compiling similar v2.2.1
22422023-05-03T02:41:50.361Z Running `rustc --crate-name similar --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 --cfg 'feature="default"' --cfg 'feature="text"' -C metadata=f81d2733a3b60ccb -C extra-filename=-f81d2733a3b60ccb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
22432023-05-03T02:41:50.987Z Compiling postcard-cobs v0.1.5-pre
22442023-05-03T02:41:50.992Z Running `rustc --crate-name postcard_cobs --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 -C metadata=c3de26d2a212b3bf -C extra-filename=-c3de26d2a212b3bf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
22452023-05-03T02:41:51.777Z Compiling postcard v0.7.3
22462023-05-03T02:41:51.794Z Running `rustc --crate-name postcard --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="heapless"' --cfg 'feature="heapless-cas"' -C metadata=4d4d45ab998fbae3 -C extra-filename=-4d4d45ab998fbae3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heapless=/work/oxidecomputer/omicron/target/debug/deps/libheapless-4546cd4bdd68ed90.rmeta --extern cobs=/work/oxidecomputer/omicron/target/debug/deps/libpostcard_cobs-c3de26d2a212b3bf.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-9d729fa31918ec84.rmeta --cap-lints allow -D warnings`
22472023-05-03T02:41:51.800Z Running `rustc --crate-name miniz_oxide --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 --cfg 'feature="with-alloc"' -C metadata=77e4164b69d6e3a4 -C extra-filename=-77e4164b69d6e3a4 --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-ef199c17bc242311.rmeta --cap-lints allow -D warnings`
22482023-05-03T02:41:51.806Z Compiling resolv-conf v0.7.0
22492023-05-03T02:41:51.810Z Running `rustc --crate-name resolv_conf /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 --cfg 'feature="hostname"' --cfg 'feature="system"' -C metadata=16bb5d74504ec59e -C extra-filename=-16bb5d74504ec59e --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-3254486fae83975d.rmeta --extern quick_error=/work/oxidecomputer/omicron/target/debug/deps/libquick_error-98318a950500f55c.rmeta --cap-lints allow -D warnings`
22502023-05-03T02:41:52.600Z Compiling expectorate v1.0.7
22512023-05-03T02:41:52.605Z Running `rustc --crate-name expectorate --edition=2021 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/expectorate-1.0.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=2 -C metadata=6556007a14b4ae03 -C extra-filename=-6556007a14b4ae03 --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-ad59f8dd0297688e.rmeta --extern newline_converter=/work/oxidecomputer/omicron/target/debug/deps/libnewline_converter-89ed5d3abd48fa20.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-f81d2733a3b60ccb.rmeta --cap-lints allow -D warnings`
22522023-05-03T02:41:53.235Z Compiling signature v1.6.4
22532023-05-03T02:41:53.241Z Running `rustc --crate-name signature --edition=2021 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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 embed-bitcode=no -C debuginfo=2 --cfg 'feature="digest"' --cfg 'feature="digest-preview"' --cfg 'feature="hazmat-preview"' --cfg 'feature="rand-preview"' --cfg 'feature="rand_core"' --cfg 'feature="std"' -C metadata=10f6bb470c6627a2 -C extra-filename=-10f6bb470c6627a2 --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-7479cde9c5aba68b.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-fd183f5ae42f62fa.rmeta --cap-lints allow -D warnings`
22542023-05-03T02:41:53.479Z Compiling cfg-if v0.1.10
22552023-05-03T02:41:53.491Z Running `rustc --crate-name cfg_if --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 -C metadata=c25ac19b18e2beea -C extra-filename=-c25ac19b18e2beea --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
22562023-05-03T02:41:53.542Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=3f92917953d4e2d2ee2792ce530cace2bd055127#3f929179)
22572023-05-03T02:41:53.548Z Running `rustc --crate-name illumos_sys_hdrs --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/3f92917/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=2 --cfg 'feature="default"' -C metadata=004568c894723a46 -C extra-filename=-004568c894723a46 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
22582023-05-03T02:41:53.590Z Compiling humantime v2.1.0
22592023-05-03T02:41:53.595Z Running `rustc --crate-name humantime --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 -C metadata=8ab7e928d8828552 -C extra-filename=-8ab7e928d8828552 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
22602023-05-03T02:41:53.752Z Compiling foreign-types-shared v0.3.1
22612023-05-03T02:41:53.758Z Running `rustc --crate-name foreign_types_shared --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 -C metadata=e612b7ebca018ae8 -C extra-filename=-e612b7ebca018ae8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
22622023-05-03T02:41:54.089Z Compiling foreign-types v0.5.0
22632023-05-03T02:41:54.118Z Running `rustc --crate-name foreign_types --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=94f901b08a169c57 -C extra-filename=-94f901b08a169c57 --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-4cbbfdf6ca6d03a5.so --extern foreign_types_shared=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types_shared-e612b7ebca018ae8.rmeta --cap-lints allow -D warnings`
22642023-05-03T02:41:54.129Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=3f92917953d4e2d2ee2792ce530cace2bd055127#3f929179)
22652023-05-03T02:41:54.140Z Running `rustc --crate-name opte_api --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/3f92917/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=2 --cfg 'feature="ipnetwork"' --cfg 'feature="std"' -C metadata=593a388c0b78f09e -C extra-filename=-593a388c0b78f09e --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-c25ac19b18e2beea.rmeta --extern illumos_sys_hdrs=/work/oxidecomputer/omicron/target/debug/deps/libillumos_sys_hdrs-004568c894723a46.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-62b0bc28764ccb6d.rmeta --extern postcard=/work/oxidecomputer/omicron/target/debug/deps/libpostcard-4d4d45ab998fbae3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-9d729fa31918ec84.rmeta --extern smoltcp=/work/oxidecomputer/omicron/target/debug/deps/libsmoltcp-8979967e7920a781.rmeta --cap-lints allow -D warnings`
22662023-05-03T02:41:54.670Z Running `rustc --crate-name flate2 --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/flate2-1.0.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=2 --cfg 'feature="default"' --cfg 'feature="miniz_oxide"' --cfg 'feature="rust_backend"' -C metadata=45d12ebe84bc045a -C extra-filename=-45d12ebe84bc045a --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-4a542e9cc730b9c6.rmeta --extern miniz_oxide=/work/oxidecomputer/omicron/target/debug/deps/libminiz_oxide-77e4164b69d6e3a4.rmeta --cap-lints allow -D warnings`
22672023-05-03T02:41:54.784Z Running `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=2 -C metadata=21d3a0d359897292 -C extra-filename=-21d3a0d359897292 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -l dlpi`
22682023-05-03T02:41:54.809Z Running `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=2 -C metadata=65bfffbf5875a8d5 -C extra-filename=-65bfffbf5875a8d5 --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`
22692023-05-03T02:41:55.169Z Compiling openssl-sys v0.9.87
22702023-05-03T02:41:55.174Z Running `rustc --crate-name build_script_main --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/openssl-sys-0.9.87/build/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 -C metadata=2218f8035455cda2 -C extra-filename=-2218f8035455cda2 --out-dir /work/oxidecomputer/omicron/target/debug/build/openssl-sys-2218f8035455cda2 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-e09e7f98979d5df6.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-6c2f9a43eb482275.rlib --cap-lints allow -D warnings`
22712023-05-03T02:41:55.526Z Compiling cstr-argument v0.1.2
22722023-05-03T02:41:55.540Z Running `rustc --crate-name cstr_argument /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 -C metadata=99cf45ece564a84a -C extra-filename=-99cf45ece564a84a --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-04f30b2fb38eaf49.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-c09eeb87cc2a190d.rmeta --cap-lints allow -D warnings`
22732023-05-03T02:41:55.545Z Compiling debug-ignore v1.0.5
22742023-05-03T02:41:55.550Z Running `rustc --crate-name debug_ignore /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 -C metadata=05f1e84adf1821ba -C extra-filename=-05f1e84adf1821ba --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
22752023-05-03T02:41:55.583Z Compiling base64ct v1.6.0
22762023-05-03T02:41:55.607Z Running `rustc --crate-name base64ct --edition=2021 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 --cfg 'feature="alloc"' --cfg 'feature="std"' -C metadata=884e894d4142fcf9 -C extra-filename=-884e894d4142fcf9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
22772023-05-03T02:41:55.612Z Compiling utf-8 v0.7.6
22782023-05-03T02:41:55.617Z Running `rustc --crate-name utf8 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 -C metadata=15146d99a81904d7 -C extra-filename=-15146d99a81904d7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
22792023-05-03T02:41:56.096Z Compiling pretty-hex v0.2.1
22802023-05-03T02:41:56.105Z Running `rustc --crate-name pretty_hex /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 --cfg 'feature="alloc"' --cfg 'feature="default"' -C metadata=9166b826724ddb67 -C extra-filename=-9166b826724ddb67 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
22812023-05-03T02:41:56.165Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
22822023-05-03T02:41:56.171Z Running `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=2 -C metadata=3bf8961e2104f7ac -C extra-filename=-3bf8961e2104f7ac --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-3b4ca36201d98b6d.rmeta --extern libdlpi_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibdlpi_sys-21d3a0d359897292.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-984a34bcb47bf888.rmeta --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-9166b826724ddb67.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-6f624496ed77b6b0.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b00445e5c4984cd2.rmeta --cap-lints allow -D warnings`
22832023-05-03T02:41:56.311Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22842023-05-03T02:41:56.316Z Running `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=2 -C metadata=5983c7eb7515890b -C extra-filename=-5983c7eb7515890b --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-99cf45ece564a84a.rmeta --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-94f901b08a169c57.rmeta --extern nvpair_sys=/work/oxidecomputer/omicron/target/debug/deps/libnvpair_sys-65bfffbf5875a8d5.rmeta --cap-lints allow -D warnings`
22852023-05-03T02:41:56.379Z Running `rustc --crate-name rusty_doors --edition=2018 /home/build/.cargo/git/checkouts/rusty-doors-f5932c202d734158/c9c064e/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=2 -C metadata=f9537315da7addf4 -C extra-filename=-f9537315da7addf4 --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-3b4ca36201d98b6d.rmeta --extern rusty_doors_macros=/work/oxidecomputer/omicron/target/debug/deps/librusty_doors_macros-d73b9aa41706d591.so --cap-lints allow -D warnings -l door`
22862023-05-03T02:41:56.747Z Running `rustc --crate-name opte --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/3f92917/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=2 --cfg 'feature="api"' --cfg 'feature="std"' -C metadata=882da0d6240dc0e4 -C extra-filename=-882da0d6240dc0e4 --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-c25ac19b18e2beea.rmeta --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-5e05b1663f0a4f80.rmeta --extern illumos_sys_hdrs=/work/oxidecomputer/omicron/target/debug/deps/libillumos_sys_hdrs-004568c894723a46.rmeta --extern kstat_macro=/work/oxidecomputer/omicron/target/debug/deps/libkstat_macro-b5557f259544fcb1.so --extern opte_api=/work/oxidecomputer/omicron/target/debug/deps/libopte_api-593a388c0b78f09e.rmeta --extern postcard=/work/oxidecomputer/omicron/target/debug/deps/libpostcard-4d4d45ab998fbae3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-9d729fa31918ec84.rmeta --extern smoltcp=/work/oxidecomputer/omicron/target/debug/deps/libsmoltcp-8979967e7920a781.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-0bd0cde248290b8f.rmeta --cap-lints allow -D warnings --cfg usdt_stable_asm`
22872023-05-03T02:41:56.839Z Running `rustc --crate-name doc_comment /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 -C metadata=52efecc0c2bec322 -C extra-filename=-52efecc0c2bec322 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
22882023-05-03T02:41:57.024Z Compiling colored v2.0.0
22892023-05-03T02:41:57.029Z Running `rustc --crate-name colored /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/colored-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=2 -C metadata=41a4e3392baccd70 -C extra-filename=-41a4e3392baccd70 --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-fdffab5aeefb2b05.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-754126440583bf8d.rmeta --cap-lints allow -D warnings`
22902023-05-03T02:41:57.523Z Compiling termcolor v1.2.0
22912023-05-03T02:41:57.531Z Running `rustc --crate-name termcolor --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/termcolor-1.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=3813837c6f251ddc -C extra-filename=-3813837c6f251ddc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
22922023-05-03T02:41:57.539Z Running `rustc --crate-name data_encoding --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/data-encoding-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=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=cdc51dee5eaef88c -C extra-filename=-cdc51dee5eaef88c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
22932023-05-03T02:41:57.544Z Compiling trust-dns-resolver v0.22.0
22942023-05-03T02:41:57.549Z Running `rustc --crate-name trust_dns_resolver --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 --cfg 'feature="default"' --cfg 'feature="ipconfig"' --cfg 'feature="resolv-conf"' --cfg 'feature="system-config"' --cfg 'feature="tokio"' --cfg 'feature="tokio-runtime"' -C metadata=a646ef7eb66ccb00 -C extra-filename=-a646ef7eb66ccb00 --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-04f30b2fb38eaf49.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-837078368698f4bc.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-754126440583bf8d.rmeta --extern lru_cache=/work/oxidecomputer/omicron/target/debug/deps/liblru_cache-b61fc66de93912f9.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-92b760a87b8a5ee6.rmeta --extern resolv_conf=/work/oxidecomputer/omicron/target/debug/deps/libresolv_conf-16bb5d74504ec59e.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-bc35ee4d7e9a60d5.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-6f624496ed77b6b0.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b00445e5c4984cd2.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-4aa28a08903486a7.rmeta --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-c160bf3a508d5d03.rmeta --cap-lints allow -D warnings`
22952023-05-03T02:41:57.599Z Running `/work/oxidecomputer/omicron/target/debug/build/openssl-sys-2218f8035455cda2/build-script-main`
22962023-05-03T02:41:57.691Z Running `rustc --crate-name matches /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 -C metadata=78b26292cd7d8255 -C extra-filename=-78b26292cd7d8255 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
22972023-05-03T02:41:57.962Z Running `rustc --crate-name idna --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 -C metadata=d3439457275429f7 -C extra-filename=-d3439457275429f7 --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-78b26292cd7d8255.rmeta --extern unicode_bidi=/work/oxidecomputer/omicron/target/debug/deps/libunicode_bidi-a80a0fd8bcbf9254.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-a4ec2a5c0bcc8c4a.rmeta --cap-lints allow -D warnings`
22982023-05-03T02:41:58.332Z Running `rustc --crate-name libnet --edition=2021 /home/build/.cargo/git/checkouts/netadm-sys-25ac2db9b1b244c6/e632591/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=2 -C metadata=bf30a77d50c14273 -C extra-filename=-bf30a77d50c14273 --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-e252e3603299df68.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-04f30b2fb38eaf49.rmeta --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-41a4e3392baccd70.rmeta --extern dlpi=/work/oxidecomputer/omicron/target/debug/deps/libdlpi-3bf8961e2104f7ac.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-3b4ca36201d98b6d.rmeta --extern nvpair=/work/oxidecomputer/omicron/target/debug/deps/libnvpair-5983c7eb7515890b.rmeta --extern nvpair_sys=/work/oxidecomputer/omicron/target/debug/deps/libnvpair_sys-65bfffbf5875a8d5.rmeta --extern rusty_doors=/work/oxidecomputer/omicron/target/debug/deps/librusty_doors-f9537315da7addf4.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-007c37f3c3529292.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-6f624496ed77b6b0.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-4aa28a08903486a7.rmeta --cap-lints allow -D warnings -l kstat`
22992023-05-03T02:41:58.949Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=3f92917953d4e2d2ee2792ce530cace2bd055127#3f929179)
23002023-05-03T02:41:58.967Z Running `rustc --crate-name oxide_vpc --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/3f92917/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=2 --cfg 'feature="api"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=7f71d7a6fecdd282 -C extra-filename=-7f71d7a6fecdd282 --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-c25ac19b18e2beea.rmeta --extern illumos_sys_hdrs=/work/oxidecomputer/omicron/target/debug/deps/libillumos_sys_hdrs-004568c894723a46.rmeta --extern opte=/work/oxidecomputer/omicron/target/debug/deps/libopte-882da0d6240dc0e4.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-9d729fa31918ec84.rmeta --extern smoltcp=/work/oxidecomputer/omicron/target/debug/deps/libsmoltcp-8979967e7920a781.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-0bd0cde248290b8f.rmeta --cap-lints allow -D warnings`
23012023-05-03T02:41:59.073Z Compiling ed25519 v1.5.3
23022023-05-03T02:41:59.078Z Running `rustc --crate-name ed25519 --edition=2021 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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 embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=93a3aa8d86d1176d -C extra-filename=-93a3aa8d86d1176d --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-10f6bb470c6627a2.rmeta --cap-lints allow -D warnings`
23032023-05-03T02:41:59.716Z Compiling predicates v2.1.5
23042023-05-03T02:41:59.721Z Running `rustc --crate-name predicates --edition=2021 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/predicates-2.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="diff"' --cfg 'feature="float-cmp"' --cfg 'feature="normalize-line-endings"' --cfg 'feature="regex"' -C metadata=2193c67fc64f4665 -C extra-filename=-2193c67fc64f4665 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern difflib=/work/oxidecomputer/omicron/target/debug/deps/libdifflib-2a390a6504e859c5.rmeta --extern float_cmp=/work/oxidecomputer/omicron/target/debug/deps/libfloat_cmp-2d17d05620a66d9f.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-2fcd511091ec8030.rmeta --extern normalize_line_endings=/work/oxidecomputer/omicron/target/debug/deps/libnormalize_line_endings-ee53ca911e4d7723.rmeta --extern predicates_core=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_core-026237d5161329cd.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-9544c2a73650ad75.rmeta --cap-lints allow -D warnings`
23052023-05-03T02:42:01.202Z Running `rustc --crate-name zeroize --edition=2021 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="zeroize_derive"' -C metadata=6e4f0c9350686db0 -C extra-filename=-6e4f0c9350686db0 --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-a8a430dda2265954.so --cap-lints allow -D warnings`
23062023-05-03T02:42:01.835Z Compiling textwrap v0.11.0
23072023-05-03T02:42:01.841Z Running `rustc --crate-name textwrap /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 -C metadata=e0858cad35ac6996 -C extra-filename=-e0858cad35ac6996 --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-20b404251b8c4e7b.rmeta --cap-lints allow -D warnings`
23082023-05-03T02:42:01.939Z Compiling ansi_term v0.12.1
23092023-05-03T02:42:01.944Z Running `rustc --crate-name ansi_term /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 -C metadata=3c7018c58cafb4d8 -C extra-filename=-3c7018c58cafb4d8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
23102023-05-03T02:42:01.965Z Running `rustc --crate-name arc_swap --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 -C metadata=60f34e5e5fd4f4b6 -C extra-filename=-60f34e5e5fd4f4b6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
23112023-05-03T02:42:02.137Z Compiling downcast v0.11.0
23122023-05-03T02:42:02.143Z Running `rustc --crate-name downcast --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/downcast-0.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=75d45f8803944809 -C extra-filename=-75d45f8803944809 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
23132023-05-03T02:42:02.660Z Running `rustc --crate-name managed /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 --cfg 'feature="alloc"' --cfg 'feature="map"' -C metadata=78fc96c80e6740b6 -C extra-filename=-78fc96c80e6740b6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
23142023-05-03T02:42:02.822Z Compiling fragile v2.0.0
23152023-05-03T02:42:03.277Z Running `rustc --crate-name fragile --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/fragile-2.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=89047ee36e4f7368 -C extra-filename=-89047ee36e4f7368 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
23162023-05-03T02:42:03.282Z Compiling vec_map v0.8.2
23172023-05-03T02:42:03.287Z Running `rustc --crate-name vec_map /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 -C metadata=ffdd7b663618a3d6 -C extra-filename=-ffdd7b663618a3d6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
23182023-05-03T02:42:03.294Z Compiling strsim v0.8.0
23192023-05-03T02:42:03.300Z Running `rustc --crate-name strsim /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 -C metadata=33f21727c37094f6 -C extra-filename=-33f21727c37094f6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
23202023-05-03T02:42:03.392Z Running `rustc --crate-name slog_scope /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 -C metadata=c47da81523df7770 -C extra-filename=-c47da81523df7770 --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-60f34e5e5fd4f4b6.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-8a685d01b4b534ab.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-d17ae93f1c55387c.rmeta --cap-lints allow -D warnings`
23212023-05-03T02:42:03.494Z Running `rustc --crate-name smoltcp --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 --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=9eac2223048d8a0b -C extra-filename=-9eac2223048d8a0b --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-d34174f1ba198652.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-bf19b92cdd383d4f.rmeta --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-78fc96c80e6740b6.rmeta --cap-lints allow -D warnings`
23222023-05-03T02:42:03.616Z Compiling mockall v0.11.4
23232023-05-03T02:42:03.621Z Running `rustc --crate-name mockall --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/mockall-0.11.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=54ff2abbb6c41705 -C extra-filename=-54ff2abbb6c41705 --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-04f30b2fb38eaf49.rmeta --extern downcast=/work/oxidecomputer/omicron/target/debug/deps/libdowncast-75d45f8803944809.rmeta --extern fragile=/work/oxidecomputer/omicron/target/debug/deps/libfragile-89047ee36e4f7368.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-754126440583bf8d.rmeta --extern mockall_derive=/work/oxidecomputer/omicron/target/debug/deps/libmockall_derive-52d1c0279d6645c2.so --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-2193c67fc64f4665.rmeta --extern predicates_tree=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_tree-61825ed78941a37e.rmeta --cap-lints allow -D warnings`
23242023-05-03T02:42:04.707Z Compiling clap v2.34.0
23252023-05-03T02:42:04.721Z Running `rustc --crate-name clap --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 --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=2adf325aa97d2169 -C extra-filename=-2adf325aa97d2169 --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-3c7018c58cafb4d8.rmeta --extern atty=/work/oxidecomputer/omicron/target/debug/deps/libatty-fdffab5aeefb2b05.rmeta --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-f311115e4eb2c3ba.rmeta --extern strsim=/work/oxidecomputer/omicron/target/debug/deps/libstrsim-33f21727c37094f6.rmeta --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-e0858cad35ac6996.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-20b404251b8c4e7b.rmeta --extern vec_map=/work/oxidecomputer/omicron/target/debug/deps/libvec_map-ffdd7b663618a3d6.rmeta --cap-lints allow -D warnings`
23262023-05-03T02:42:04.728Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=3f92917953d4e2d2ee2792ce530cace2bd055127#3f929179)
23272023-05-03T02:42:04.738Z Running `rustc --crate-name opte_ioctl --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/3f92917/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=2 -C metadata=75623d5a694c3f37 -C extra-filename=-75623d5a694c3f37 --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-3b4ca36201d98b6d.rmeta --extern libnet=/work/oxidecomputer/omicron/target/debug/deps/liblibnet-bf30a77d50c14273.rmeta --extern opte=/work/oxidecomputer/omicron/target/debug/deps/libopte-882da0d6240dc0e4.rmeta --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-7f71d7a6fecdd282.rmeta --extern postcard=/work/oxidecomputer/omicron/target/debug/deps/libpostcard-4d4d45ab998fbae3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-9d729fa31918ec84.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-6f624496ed77b6b0.rmeta --cap-lints allow -D warnings`
23282023-05-03T02:42:04.744Z Running `rustc --crate-name trust_dns_proto --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 --cfg 'feature="default"' --cfg 'feature="tokio"' --cfg 'feature="tokio-runtime"' -C metadata=c490d14df6a7eb45 -C extra-filename=-c490d14df6a7eb45 --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-9dd1362437d01057.so --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3236f5900b9f1a09.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-cdc51dee5eaef88c.rmeta --extern enum_as_inner=/work/oxidecomputer/omicron/target/debug/deps/libenum_as_inner-b10502fe5b7ac5cb.so --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-d2267efff75dc0c0.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-81a8ee61d9448f2b.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-a5d020236f0241f3.rmeta --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-d3439457275429f7.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-0870a041a57a8452.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-8a685d01b4b534ab.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-95f5a12fb301f6d6.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-cce82b110cd39108.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b122fed81b2a5729.rmeta --extern tinyvec=/work/oxidecomputer/omicron/target/debug/deps/libtinyvec-2d480778156817d1.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e3bc36a7db76edcf.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-600eed4dad7ddf48.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-a1c2b50b5e43c2c1.rmeta --cap-lints allow -D warnings`
23292023-05-03T02:42:04.749Z Compiling snafu v0.7.4
23302023-05-03T02:42:04.755Z Running `rustc --crate-name snafu --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/snafu-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=2 --cfg 'feature="default"' --cfg 'feature="rust_1_39"' --cfg 'feature="rust_1_46"' --cfg 'feature="std"' -C metadata=65d08b1b32d7c826 -C extra-filename=-65d08b1b32d7c826 --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-52efecc0c2bec322.rmeta --extern snafu_derive=/work/oxidecomputer/omicron/target/debug/deps/libsnafu_derive-ac0dbe0c0d824280.so --cap-lints allow -D warnings`
23312023-05-03T02:42:06.153Z Running `rustc --crate-name itertools --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 --cfg 'feature="default"' --cfg 'feature="use_alloc"' --cfg 'feature="use_std"' -C metadata=2d3118965e82afb4 -C extra-filename=-2d3118965e82afb4 --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-d5e4be820dfbcfe9.rmeta --cap-lints allow -D warnings`
23322023-05-03T02:42:06.160Z Compiling zone v0.2.0
23332023-05-03T02:42:06.165Z Running `rustc --crate-name zone --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/zone-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=2 --cfg 'feature="async"' -C metadata=18a46f0d22fadc5d -C extra-filename=-18a46f0d22fadc5d --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-2fcd511091ec8030.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-6f624496ed77b6b0.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b00445e5c4984cd2.rmeta --extern zone_cfg_derive=/work/oxidecomputer/omicron/target/debug/deps/libzone_cfg_derive-fdc098f2150a001f.so --cap-lints allow -D warnings`
23342023-05-03T02:42:06.242Z Running `rustc --crate-name zerocopy --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/zerocopy-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=2 -C metadata=1f74435754b64ff8 -C extra-filename=-1f74435754b64ff8 --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-bf19b92cdd383d4f.rmeta --extern zerocopy_derive=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy_derive-1d63138d9dee5719.so --cap-lints allow -D warnings`
23352023-05-03T02:42:06.667Z Compiling tokio-stream v0.1.14
23362023-05-03T02:42:06.705Z Running `rustc --crate-name tokio_stream --edition=2021 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 --cfg 'feature="default"' --cfg 'feature="time"' -C metadata=fcbee888d5d05d89 -C extra-filename=-fcbee888d5d05d89 --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-21c68b0a02370835.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-e7c61360741e590c.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b00445e5c4984cd2.rmeta --cap-lints allow -D warnings`
23372023-05-03T02:42:07.730Z Compiling smf v0.2.1
23382023-05-03T02:42:07.736Z Running `rustc --crate-name smf --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/smf-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=2 -C metadata=6f3ac8018ed00223 -C extra-filename=-6f3ac8018ed00223 --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-6f624496ed77b6b0.rmeta --cap-lints allow -D warnings`
23392023-05-03T02:42:08.995Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
23402023-05-03T02:42:09.001Z Running `rustc --crate-name build_script_build /home/build/.cargo/git/checkouts/pq-sys-b85381a66dd4f47f/b1194c1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 -C metadata=089503df4f07eeaf -C extra-filename=-089503df4f07eeaf --out-dir /work/oxidecomputer/omicron/target/debug/build/pq-sys-089503df4f07eeaf -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
23412023-05-03T02:42:09.029Z Compiling static_assertions v1.1.0
23422023-05-03T02:42:09.034Z Running `rustc --crate-name static_assertions /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 -C metadata=e586d1323e5ad86b -C extra-filename=-e586d1323e5ad86b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
23432023-05-03T02:42:09.319Z Running `rustc --crate-name slog_stdlog --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 --cfg 'feature="default"' -C metadata=16307d3de42c9b93 -C extra-filename=-16307d3de42c9b93 --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-641ae0b131c38bfd.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-d17ae93f1c55387c.rmeta --extern slog_scope=/work/oxidecomputer/omicron/target/debug/deps/libslog_scope-c47da81523df7770.rmeta --cap-lints allow -D warnings`
23442023-05-03T02:42:10.423Z Running `rustc --crate-name salty --edition=2021 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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 embed-bitcode=no -C debuginfo=2 -C metadata=deb500c9d01a348c -C extra-filename=-deb500c9d01a348c --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-93a3aa8d86d1176d.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-c01aec52d29c937a.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-19eb1bc817c7514b.rmeta --cap-lints allow -D warnings --cfg tweetnacl`
23452023-05-03T02:42:10.612Z Running `/work/oxidecomputer/omicron/target/debug/build/pq-sys-089503df4f07eeaf/build-script-build`
23462023-05-03T02:42:10.745Z Compiling structopt v0.3.26
23472023-05-03T02:42:10.750Z Running `rustc --crate-name structopt --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 --cfg 'feature="default"' -C metadata=643f935b75e44031 -C extra-filename=-643f935b75e44031 --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-2adf325aa97d2169.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-754126440583bf8d.rmeta --extern structopt_derive=/work/oxidecomputer/omicron/target/debug/deps/libstructopt_derive-5baae39e33dc241c.so --cap-lints allow -D warnings`
23482023-05-03T02:42:10.769Z Compiling tungstenite v0.18.0
23492023-05-03T02:42:10.802Z Running `rustc --crate-name tungstenite --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 --cfg 'feature="base64"' --cfg 'feature="handshake"' --cfg 'feature="http"' --cfg 'feature="httparse"' --cfg 'feature="sha1"' --cfg 'feature="url"' -C metadata=3500eadc6f9d6ace -C extra-filename=-3500eadc6f9d6ace --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-8529f7cc9a24c0bc.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-d01e06aeb22800a4.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5d6079816e523e86.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-593a43af3ae7d8a4.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-054694819a5edf1d.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-686a5a811aee7568.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-83008e00ec653611.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-a79b8574ddca7646.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-6f624496ed77b6b0.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-4ee9d7fe35d44397.rmeta --extern utf8=/work/oxidecomputer/omicron/target/debug/deps/libutf8-15146d99a81904d7.rmeta --cap-lints allow -D warnings`
23502023-05-03T02:42:10.818Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23512023-05-03T02:42:10.844Z Running `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=2 -C metadata=d6df0794602be021 -C extra-filename=-d6df0794602be021 --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-e252e3603299df68.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-3b4ca36201d98b6d.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-984a34bcb47bf888.rmeta --cap-lints allow -D warnings`
23522023-05-03T02:42:11.095Z Compiling hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
23532023-05-03T02:42:11.119Z Running `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=2 -C metadata=da1c585c0f859374 -C extra-filename=-da1c585c0f859374 --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-b5fde983eae23619.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-9d729fa31918ec84.rmeta --cap-lints allow -D warnings`
23542023-05-03T02:42:11.864Z Compiling hubpack v0.1.1
23552023-05-03T02:42:11.869Z Running `rustc --crate-name hubpack --edition=2021 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/hubpack-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=2 -C metadata=4b904dba427111a8 -C extra-filename=-4b904dba427111a8 --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-0f5ee1883ebe5024.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-9d729fa31918ec84.rmeta --cap-lints allow -D warnings`
23562023-05-03T02:42:12.046Z Running `rustc --crate-name libefi_sys --edition=2021 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 -C metadata=27a5fcf3b539f3d6 -C extra-filename=-27a5fcf3b539f3d6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -l efi`
23572023-05-03T02:42:12.141Z Running `rustc --crate-name num_enum --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=438561e90c9dedac -C extra-filename=-438561e90c9dedac --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-a9d01051a689a1a1.so --cap-lints allow -D warnings`
23582023-05-03T02:42:12.434Z Compiling serde-big-array v0.4.1
23592023-05-03T02:42:12.439Z Running `rustc --crate-name serde_big_array --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 -C metadata=cf11810bc4a97884 -C extra-filename=-cf11810bc4a97884 --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-9d729fa31918ec84.rmeta --cap-lints allow -D warnings`
23602023-05-03T02:42:12.457Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#7f772b32)
23612023-05-03T02:42:12.462Z Running `rustc --crate-name api_identity --edition=2021 /home/build/.cargo/git/checkouts/omicron-d039c41f152bda83/7f772b3/api_identity/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=2 -C metadata=43d91de68b9b99fd -C extra-filename=-43d91de68b9b99fd --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-7e5706224bd8cc5a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-dee3cb74b1ec4ef9.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-bb189b68ee44fd46.rlib --extern proc_macro --cap-lints allow -D warnings`
23622023-05-03T02:42:12.520Z Compiling crc-catalog v2.2.0
23632023-05-03T02:42:12.525Z Running `rustc --crate-name crc_catalog --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 -C metadata=ea48754091fd1f4a -C extra-filename=-ea48754091fd1f4a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
23642023-05-03T02:42:12.820Z Compiling sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
23652023-05-03T02:42:12.825Z Running `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=2 --cfg 'feature="default"' --cfg 'feature="rand"' --cfg 'feature="salty"' -C metadata=be4065d134483539 -C extra-filename=-be4065d134483539 --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-327c061b0e2a3bf9.so --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-da1c585c0f859374.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-83008e00ec653611.rmeta --extern salty=/work/oxidecomputer/omicron/target/debug/deps/libsalty-deb500c9d01a348c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-9d729fa31918ec84.rmeta --extern serde_big_array=/work/oxidecomputer/omicron/target/debug/deps/libserde_big_array-cf11810bc4a97884.rmeta --cap-lints allow -D warnings`
23662023-05-03T02:42:13.296Z Compiling crc v3.0.1
23672023-05-03T02:42:13.302Z Running `rustc --crate-name crc --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 -C metadata=fd28730aa1e4afa9 -C extra-filename=-fd28730aa1e4afa9 --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-ea48754091fd1f4a.rmeta --cap-lints allow -D warnings`
23682023-05-03T02:42:13.426Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
23692023-05-03T02:42:13.431Z Running `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=2 -C metadata=1c5b954fd20390dd -C extra-filename=-1c5b954fd20390dd --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-3b4ca36201d98b6d.rmeta --extern libefi_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_sys-27a5fcf3b539f3d6.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-6f624496ed77b6b0.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-88178d7c063e03bd.rmeta --cap-lints allow -D warnings`
23702023-05-03T02:42:13.549Z Compiling tokio-tungstenite v0.18.0
23712023-05-03T02:42:13.589Z Running `rustc --crate-name tokio_tungstenite --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 --cfg 'feature="connect"' --cfg 'feature="default"' --cfg 'feature="handshake"' --cfg 'feature="stream"' -C metadata=baca43dc2d70b5ca -C extra-filename=-baca43dc2d70b5ca --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-837078368698f4bc.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-686a5a811aee7568.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b00445e5c4984cd2.rmeta --extern tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtungstenite-3500eadc6f9d6ace.rmeta --cap-lints allow -D warnings`
23722023-05-03T02:42:14.273Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2dcc63c645005a7184ba754b5c42c341a0777c66#2dcc63c6)
23732023-05-03T02:42:14.278Z Running `rustc --crate-name gateway_messages --edition=2021 /home/build/.cargo/git/checkouts/management-gateway-service-749acba834b73294/2dcc63c/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=2 --cfg 'feature="default"' --cfg 'feature="smoltcp"' --cfg 'feature="std"' -C metadata=d7f59ceaa6750a70 -C extra-filename=-d7f59ceaa6750a70 --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-f311115e4eb2c3ba.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-4b904dba427111a8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-9d729fa31918ec84.rmeta --extern serde_repr=/work/oxidecomputer/omicron/target/debug/deps/libserde_repr-bbcc9d314aa4411f.so --extern smoltcp=/work/oxidecomputer/omicron/target/debug/deps/libsmoltcp-8979967e7920a781.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-e586d1323e5ad86b.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-88178d7c063e03bd.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-0bd0cde248290b8f.rmeta --cap-lints allow -D warnings`
23742023-05-03T02:42:14.732Z Running `rustc --crate-name slog_envlogger /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 --cfg 'feature="default"' --cfg 'feature="regex"' -C metadata=2d244d2343cb7128 -C extra-filename=-2d244d2343cb7128 --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-641ae0b131c38bfd.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-c068aef94ecb220d.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-d17ae93f1c55387c.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-1b8afb7b93a02752.rmeta --extern slog_scope=/work/oxidecomputer/omicron/target/debug/deps/libslog_scope-c47da81523df7770.rmeta --extern slog_stdlog=/work/oxidecomputer/omicron/target/debug/deps/libslog_stdlog-16307d3de42c9b93.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-fd0de55e0739c963.rmeta --cap-lints allow -D warnings`
23752023-05-03T02:42:14.739Z Running `rustc --crate-name memoffset /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 --cfg 'feature="default"' -C metadata=c5919cf77f8f9803 -C extra-filename=-c5919cf77f8f9803 --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`
23762023-05-03T02:42:14.854Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
23772023-05-03T02:42:14.859Z Running `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=2 -C metadata=ecbcea7ea3475063 -C extra-filename=-ecbcea7ea3475063 --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-5d6079816e523e86.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-32820d6515860c0f.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-4a706b873f27c27b.rmeta --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-8baa199539ba7035.so --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-60544344d4d0804a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-9d729fa31918ec84.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-6f624496ed77b6b0.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-88178d7c063e03bd.rmeta -D warnings`
23782023-05-03T02:42:14.993Z Running `rustc --crate-name slog_dtrace --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 -C metadata=57298e5f1ebf3e7d -C extra-filename=-57298e5f1ebf3e7d --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-f6168ac296c7f258.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-8eb9b2d8b171c9a9.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-72173ad921688e6f.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-d17ae93f1c55387c.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-8d0fd8390d44d547.rmeta --cap-lints allow -D warnings`
23792023-05-03T02:42:15.258Z Running `rustc --crate-name hash32 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 -C metadata=a81ea8d3bf79776f -C extra-filename=-a81ea8d3bf79776f --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-bf19b92cdd383d4f.rmeta --cap-lints allow -D warnings`
23802023-05-03T02:42:15.403Z Running `rustc --crate-name spin /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/spin-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=2 --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=d4c3bd664b08a066 -C extra-filename=-d4c3bd664b08a066 --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-7380492fe494c207.rmeta --cap-lints allow -D warnings`
23812023-05-03T02:42:16.159Z Compiling serde-big-array v0.5.1
23822023-05-03T02:42:16.165Z Running `rustc --crate-name serde_big_array --edition=2021 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 -C metadata=3f78f06f81018960 -C extra-filename=-3f78f06f81018960 --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-9d729fa31918ec84.rmeta --cap-lints allow -D warnings`
23832023-05-03T02:42:16.170Z Compiling pin-project-internal v1.0.12
23842023-05-03T02:42:16.176Z Running `rustc --crate-name pin_project_internal --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/pin-project-internal-1.0.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=2 -C metadata=6444bf914b8f9b81 -C extra-filename=-6444bf914b8f9b81 --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-7e5706224bd8cc5a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-dee3cb74b1ec4ef9.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-bb189b68ee44fd46.rlib --extern proc_macro --cap-lints allow -D warnings`
23852023-05-03T02:42:16.199Z Running `rustc --crate-name linked_hash_map /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 -C metadata=bef145bfaa188f51 -C extra-filename=-bef145bfaa188f51 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
23862023-05-03T02:42:16.205Z Running `rustc --crate-name stable_deref_trait /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 -C metadata=46558b87776c65b2 -C extra-filename=-46558b87776c65b2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
23872023-05-03T02:42:16.449Z Compiling radium v0.7.0
23882023-05-03T02:42:16.454Z Running `rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/radium-0.7.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 -C metadata=f626dbe644113b62 -C extra-filename=-f626dbe644113b62 --out-dir /work/oxidecomputer/omicron/target/debug/build/radium-f626dbe644113b62 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
23892023-05-03T02:42:16.547Z Compiling erased-serde v0.3.25
23902023-05-03T02:42:16.553Z Running `rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/erased-serde-0.3.25/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=fca6614298c25973 -C extra-filename=-fca6614298c25973 --out-dir /work/oxidecomputer/omicron/target/debug/build/erased-serde-fca6614298c25973 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
23912023-05-03T02:42:16.800Z Running `rustc --crate-name lru_cache /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 -C metadata=36dd76c585744d7e -C extra-filename=-36dd76c585744d7e --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-bef145bfaa188f51.rmeta --cap-lints allow -D warnings`
23922023-05-03T02:42:17.585Z Running `rustc --crate-name heapless --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 --cfg 'feature="atomic-polyfill"' --cfg 'feature="cas"' --cfg 'feature="serde"' -C metadata=d779dbc2460d4d0a -C extra-filename=-d779dbc2460d4d0a --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-a81ea8d3bf79776f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-8eb9b2d8b171c9a9.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-d4c3bd664b08a066.rmeta --extern stable_deref_trait=/work/oxidecomputer/omicron/target/debug/deps/libstable_deref_trait-46558b87776c65b2.rmeta --cap-lints allow -D warnings --cfg has_cas --cfg has_atomics`
23932023-05-03T02:42:17.593Z Running `/work/oxidecomputer/omicron/target/debug/build/radium-f626dbe644113b62/build-script-build`
23942023-05-03T02:42:17.598Z Compiling nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d)
23952023-05-03T02:42:17.603Z Running `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=2 --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=f08797aac3111965 -C extra-filename=-f08797aac3111965 --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-f311115e4eb2c3ba.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-04f30b2fb38eaf49.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-3b4ca36201d98b6d.rmeta --extern memoffset=/work/oxidecomputer/omicron/target/debug/deps/libmemoffset-c5919cf77f8f9803.rmeta --extern pin_utils=/work/oxidecomputer/omicron/target/debug/deps/libpin_utils-fdb39f7fa446cdb6.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-e586d1323e5ad86b.rmeta --cap-lints allow -D warnings`
23962023-05-03T02:42:17.812Z Running `/work/oxidecomputer/omicron/target/debug/build/erased-serde-fca6614298c25973/build-script-build`
23972023-05-03T02:42:18.038Z Compiling tlvc v0.2.0 (https://github.com/oxidecomputer/tlvc.git#533f0bf2)
23982023-05-03T02:42:18.089Z Running `rustc --crate-name tlvc --edition=2021 /home/build/.cargo/git/checkouts/tlvc-747b6a86320a4fa5/533f0bf/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=2 --cfg 'feature="default"' -C metadata=5b8bb90bbbe5fc1b -C extra-filename=-5b8bb90bbbe5fc1b --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-d01e06aeb22800a4.rmeta --extern crc=/work/oxidecomputer/omicron/target/debug/deps/libcrc-fd28730aa1e4afa9.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-0bd0cde248290b8f.rmeta --cap-lints allow -D warnings`
23992023-05-03T02:42:19.016Z Compiling string_cache v0.8.7
24002023-05-03T02:42:19.022Z Running `rustc --crate-name string_cache --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="serde_support"' -C metadata=4cf8695b655873f3 -C extra-filename=-4cf8695b655873f3 --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-bd1bee2e64a674f8.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-163217bf2304842d.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-92b760a87b8a5ee6.rmeta --extern phf_shared=/work/oxidecomputer/omicron/target/debug/deps/libphf_shared-ede18777a6ea9329.rmeta --extern precomputed_hash=/work/oxidecomputer/omicron/target/debug/deps/libprecomputed_hash-fbf73096deae5c1f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-9d729fa31918ec84.rmeta --cap-lints allow -D warnings`
24012023-05-03T02:42:19.828Z Running `rustc --crate-name signal_hook --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/signal-hook-0.3.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=2 --cfg 'feature="channel"' --cfg 'feature="default"' --cfg 'feature="iterator"' -C metadata=47099fd8bcfec8ee -C extra-filename=-47099fd8bcfec8ee --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-8ace6616485d65e0.rmeta --extern signal_hook_registry=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_registry-0a3c7bb4fa813cce.rmeta --cap-lints allow -D warnings`
24022023-05-03T02:42:19.899Z Compiling openapi-lint v0.3.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#c2ac10b6)
24032023-05-03T02:42:19.925Z Running `rustc --crate-name openapi_lint --edition=2021 /home/build/.cargo/git/checkouts/openapi-lint-42a90d71bc44c8c6/c2ac10b/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=86243cda88014f9c -C extra-filename=-86243cda88014f9c --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-73a3701d0b9eac26.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-fc8e5d42700c71f2.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-754126440583bf8d.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-232027aad4e287f3.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-9544c2a73650ad75.rmeta --cap-lints allow -D warnings`
24042023-05-03T02:42:20.724Z Compiling bitstruct_derive v0.1.0
24052023-05-03T02:42:20.730Z Running `rustc --crate-name bitstruct_derive --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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 debuginfo=2 -C metadata=d9a40c70cfd274f2 -C extra-filename=-d9a40c70cfd274f2 --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-7e5706224bd8cc5a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-dee3cb74b1ec4ef9.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-bb189b68ee44fd46.rlib --extern proc_macro --cap-lints allow -D warnings`
24062023-05-03T02:42:21.888Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#7f772b32)
24072023-05-03T02:42:21.894Z Running `rustc --crate-name oximeter_macro_impl --edition=2021 /home/build/.cargo/git/checkouts/omicron-d039c41f152bda83/7f772b3/oximeter/oximeter-macro-impl/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=2 -C metadata=5a59935790d5387f -C extra-filename=-5a59935790d5387f --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-7e5706224bd8cc5a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-dee3cb74b1ec4ef9.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-bb189b68ee44fd46.rlib --extern proc_macro --cap-lints allow -D warnings`
24082023-05-03T02:42:22.585Z Compiling nibble_vec v0.1.0
24092023-05-03T02:42:22.591Z Running `rustc --crate-name nibble_vec --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 -C metadata=ecdddca5e3b46861 -C extra-filename=-ecdddca5e3b46861 --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-bc35ee4d7e9a60d5.rmeta --cap-lints allow -D warnings`
24102023-05-03T02:42:23.311Z Compiling endian-type v0.1.2
24112023-05-03T02:42:23.318Z Running `rustc --crate-name endian_type /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 -C metadata=9c629b30cfcddaa7 -C extra-filename=-9c629b30cfcddaa7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
24122023-05-03T02:42:23.323Z Compiling os_str_bytes v6.4.1
24132023-05-03T02:42:23.328Z Running `rustc --crate-name os_str_bytes --edition=2021 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/os_str_bytes-6.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=2 --cfg 'feature="raw_os_str"' -C metadata=1b106ef8be2350bf -C extra-filename=-1b106ef8be2350bf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
24142023-05-03T02:42:23.433Z Compiling openssl v0.10.52
24152023-05-03T02:42:23.438Z Running `rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/openssl-0.10.52/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' -C metadata=03bb83faa259318a -C extra-filename=-03bb83faa259318a --out-dir /work/oxidecomputer/omicron/target/debug/build/openssl-03bb83faa259318a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
24162023-05-03T02:42:23.778Z Compiling radix_trie v0.2.1
24172023-05-03T02:42:23.784Z Running `rustc --crate-name radix_trie --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 -C metadata=2010c952459553f0 -C extra-filename=-2010c952459553f0 --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-9c629b30cfcddaa7.rmeta --extern nibble_vec=/work/oxidecomputer/omicron/target/debug/deps/libnibble_vec-ecdddca5e3b46861.rmeta --cap-lints allow -D warnings`
24182023-05-03T02:42:23.881Z Compiling clap_lex v0.2.4
24192023-05-03T02:42:23.886Z Running `rustc --crate-name clap_lex --edition=2021 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 -C metadata=9202da7a22860ab5 -C extra-filename=-9202da7a22860ab5 --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-1b106ef8be2350bf.rmeta --cap-lints allow -D warnings`
24202023-05-03T02:42:24.221Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=0b34a53b57038a7804ac69ab90400539bd1961e8#0b34a53b)
24212023-05-03T02:42:24.226Z Compiling signal-hook-tokio v0.3.1
24222023-05-03T02:42:24.231Z Running `rustc --crate-name crucible_smf --edition=2021 /home/build/.cargo/git/checkouts/crucible-f3b5bdecdc6486d6/0b34a53/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=2 -C metadata=a254642575295690 -C extra-filename=-a254642575295690 --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-3b4ca36201d98b6d.rmeta --extern num_derive=/work/oxidecomputer/omicron/target/debug/deps/libnum_derive-9b811f636dcb9298.so --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-4a706b873f27c27b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-6f624496ed77b6b0.rmeta --cap-lints allow -D warnings`
24232023-05-03T02:42:24.237Z Running `rustc --crate-name signal_hook_tokio --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 --cfg 'feature="futures-core-0_3"' --cfg 'feature="futures-v0_3"' -C metadata=03f5ed3ad68bc73a -C extra-filename=-03f5ed3ad68bc73a --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-21c68b0a02370835.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-3b4ca36201d98b6d.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-3c9c99c977d3a39f.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b00445e5c4984cd2.rmeta --cap-lints allow -D warnings`
24242023-05-03T02:42:24.739Z Running `/work/oxidecomputer/omicron/target/debug/build/openssl-03bb83faa259318a/build-script-build`
24252023-05-03T02:42:24.746Z Running `rustc --crate-name parking_lot_core --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 -C metadata=cac6747821ad8edf -C extra-filename=-cac6747821ad8edf --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-04f30b2fb38eaf49.rmeta --extern instant=/work/oxidecomputer/omicron/target/debug/deps/libinstant-0f15536b751c39cc.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-3b4ca36201d98b6d.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-bc35ee4d7e9a60d5.rmeta --cap-lints allow -D warnings`
24262023-05-03T02:42:24.751Z Running `rustc --crate-name memoffset /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/memoffset-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=2 --cfg 'feature="default"' -C metadata=b8ae3724f31c7dfb -C extra-filename=-b8ae3724f31c7dfb --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`
24272023-05-03T02:42:24.756Z Compiling openssl-macros v0.1.0
24282023-05-03T02:42:24.761Z Running `rustc --crate-name openssl_macros --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/openssl-macros-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=2 -C metadata=99026c9ce186b469 -C extra-filename=-99026c9ce186b469 --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-7e5706224bd8cc5a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-dee3cb74b1ec4ef9.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-bb189b68ee44fd46.rlib --extern proc_macro --cap-lints allow -D warnings`
24292023-05-03T02:42:24.980Z Running `rustc --crate-name filetime --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/filetime-0.2.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=2 -C metadata=449218a451ae0809 -C extra-filename=-449218a451ae0809 --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-3236f5900b9f1a09.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-8ace6616485d65e0.rmeta --cap-lints allow -D warnings`
24302023-05-03T02:42:25.299Z Running `rustc --crate-name xattr /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/xattr-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=2 --cfg 'feature="default"' --cfg 'feature="unsupported"' -C metadata=3ea381973e56143b -C extra-filename=-3ea381973e56143b --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-8ace6616485d65e0.rmeta --cap-lints allow -D warnings`
24312023-05-03T02:42:25.320Z Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=e7ce7a1dbe2d410b787df2e52478229b008b4750#e7ce7a1d)
24322023-05-03T02:42:25.327Z Running `rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/e7ce7a1/lib/propolis/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 -C metadata=ca7b1268996cabb7 -C extra-filename=-ca7b1268996cabb7 --out-dir /work/oxidecomputer/omicron/target/debug/build/propolis-ca7b1268996cabb7 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-cc4f27bdf927284c.rlib --cap-lints allow -D warnings`
24332023-05-03T02:42:25.397Z Running `rustc --crate-name base64ct --edition=2021 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 --cfg 'feature="alloc"' --cfg 'feature="std"' -C metadata=7ea9d4bda56094bd -C extra-filename=-7ea9d4bda56094bd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
24342023-05-03T02:42:25.596Z Compiling corncobs v0.1.3
24352023-05-03T02:42:25.602Z Running `rustc --crate-name corncobs --edition=2021 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 --cfg 'feature="default"' -C metadata=5f59cf50d33755f4 -C extra-filename=-5f59cf50d33755f4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
24362023-05-03T02:42:26.175Z Compiling diff v0.1.13
24372023-05-03T02:42:26.182Z Running `rustc --crate-name diff /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 -C metadata=017b1093f969ce31 -C extra-filename=-017b1093f969ce31 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
24382023-05-03T02:42:26.188Z Compiling regex-automata v0.1.10
24392023-05-03T02:42:26.192Z Running `rustc --crate-name regex_automata /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 -C metadata=d61d2342d2846ce1 -C extra-filename=-d61d2342d2846ce1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
24402023-05-03T02:42:26.198Z Compiling textwrap v0.16.0
24412023-05-03T02:42:26.203Z Running `rustc --crate-name textwrap --edition=2021 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 -C metadata=3527a7ecf2da264c -C extra-filename=-3527a7ecf2da264c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
24422023-05-03T02:42:26.330Z Compiling linear-map v1.2.0
24432023-05-03T02:42:26.352Z Running `rustc --crate-name linear_map /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 -C metadata=2c1ab3fa8263e09a -C extra-filename=-2c1ab3fa8263e09a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
24442023-05-03T02:42:26.357Z Compiling glob v0.3.1
24452023-05-03T02:42:26.383Z Running `rustc --crate-name glob /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 -C metadata=501c83917ebd414b -C extra-filename=-501c83917ebd414b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
24462023-05-03T02:42:26.689Z Running `/work/oxidecomputer/omicron/target/debug/build/propolis-ca7b1268996cabb7/build-script-build`
24472023-05-03T02:42:26.924Z Compiling clap v3.2.23
24482023-05-03T02:42:26.953Z Running `rustc --crate-name clap --edition=2021 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/clap-3.2.23/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --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=72c1e074c5ddba15 -C extra-filename=-72c1e074c5ddba15 --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-fdffab5aeefb2b05.rmeta --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-f311115e4eb2c3ba.rmeta --extern clap_derive=/work/oxidecomputer/omicron/target/debug/deps/libclap_derive-a10c552830e68a59.so --extern clap_lex=/work/oxidecomputer/omicron/target/debug/deps/libclap_lex-9202da7a22860ab5.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-fc8e5d42700c71f2.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-163217bf2304842d.rmeta --extern strsim=/work/oxidecomputer/omicron/target/debug/deps/libstrsim-e8413a99eb1b4827.rmeta --extern termcolor=/work/oxidecomputer/omicron/target/debug/deps/libtermcolor-3813837c6f251ddc.rmeta --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-3527a7ecf2da264c.rmeta --cap-lints allow -D warnings`
24492023-05-03T02:42:27.097Z Compiling sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
24502023-05-03T02:42:27.103Z Running `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=2 --cfg 'feature="default"' --cfg 'feature="rand"' -C metadata=58b8370b112d530d -C extra-filename=-58b8370b112d530d --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-5f59cf50d33755f4.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-327c061b0e2a3bf9.so --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-da1c585c0f859374.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-83008e00ec653611.rmeta --extern salty=/work/oxidecomputer/omicron/target/debug/deps/libsalty-deb500c9d01a348c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-9d729fa31918ec84.rmeta --extern sprockets_common=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_common-be4065d134483539.rmeta --extern tinyvec=/work/oxidecomputer/omicron/target/debug/deps/libtinyvec-56b69fdff343f5c4.rmeta --cap-lints allow -D warnings`
24512023-05-03T02:42:27.121Z Running `rustc --crate-name tar --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/tar-0.4.38/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="xattr"' -C metadata=356e877be1ba58fe -C extra-filename=-356e877be1ba58fe --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-449218a451ae0809.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-8ace6616485d65e0.rmeta --extern xattr=/work/oxidecomputer/omicron/target/debug/deps/libxattr-3ea381973e56143b.rmeta --cap-lints allow -D warnings`
24522023-05-03T02:42:27.142Z Compiling parking_lot v0.11.2
24532023-05-03T02:42:27.149Z Running `rustc --crate-name parking_lot --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 --cfg 'feature="default"' -C metadata=45db35780ceb94ce -C extra-filename=-45db35780ceb94ce --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-0f15536b751c39cc.rmeta --extern lock_api=/work/oxidecomputer/omicron/target/debug/deps/liblock_api-f05743061401e5a5.rmeta --extern parking_lot_core=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot_core-cac6747821ad8edf.rmeta --cap-lints allow -D warnings`
24542023-05-03T02:42:27.614Z Running `rustc --crate-name crossbeam_epoch --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/crossbeam-epoch-0.9.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=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=86b21c520dc86b35 -C extra-filename=-86b21c520dc86b35 --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-3236f5900b9f1a09.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-2d8dda456d54a927.rmeta --extern memoffset=/work/oxidecomputer/omicron/target/debug/deps/libmemoffset-b8ae3724f31c7dfb.rmeta --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-0fee4629e9df5e1e.rmeta --cap-lints allow -D warnings`
24552023-05-03T02:42:28.049Z Compiling trust-dns-client v0.22.0
24562023-05-03T02:42:28.054Z Running `rustc --crate-name trust_dns_client --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 -C metadata=b849ab889ef73b85 -C extra-filename=-b849ab889ef73b85 --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-04f30b2fb38eaf49.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-ec7d21a16bdc2e29.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-a600999ef254de13.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-837078368698f4bc.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-754126440583bf8d.rmeta --extern radix_trie=/work/oxidecomputer/omicron/target/debug/deps/libradix_trie-2010c952459553f0.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-83008e00ec653611.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-6f624496ed77b6b0.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-5a94a11190d8fe7a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b00445e5c4984cd2.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-4aa28a08903486a7.rmeta --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-c160bf3a508d5d03.rmeta --cap-lints allow -D warnings`
24572023-05-03T02:42:28.282Z Compiling const_format_proc_macros v0.2.29
24582023-05-03T02:42:28.309Z Running `rustc --crate-name const_format_proc_macros --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/const_format_proc_macros-0.2.29/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' -C metadata=9d7fbd2c546f26a8 -C extra-filename=-9d7fbd2c546f26a8 --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-7e5706224bd8cc5a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-dee3cb74b1ec4ef9.rlib --extern unicode_xid=/work/oxidecomputer/omicron/target/debug/deps/libunicode_xid-e3433c1316f2cfd1.rlib --extern proc_macro --cap-lints allow -D warnings`
24592023-05-03T02:42:28.371Z Compiling rand v0.4.6
24602023-05-03T02:42:28.379Z Running `rustc --crate-name rand /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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 embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="libc"' --cfg 'feature="std"' -C metadata=1402c47d06271d10 -C extra-filename=-1402c47d06271d10 --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-3b4ca36201d98b6d.rmeta --cap-lints allow -D warnings`
24612023-05-03T02:42:29.028Z Compiling assert_matches v1.5.0
24622023-05-03T02:42:29.034Z Running `rustc --crate-name assert_matches /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 -C metadata=6cea7b82fc2c156e -C extra-filename=-6cea7b82fc2c156e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
24632023-05-03T02:42:29.086Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
24642023-05-03T02:42:29.092Z Running `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=2 -C metadata=86110576573fb360 -C extra-filename=-86110576573fb360 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps -D warnings`
24652023-05-03T02:42:29.225Z Running `rustc --crate-name ciborium_io --edition=2021 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/ciborium-io-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=2 --cfg 'feature="alloc"' --cfg 'feature="std"' -C metadata=87676c50912f2170 -C extra-filename=-87676c50912f2170 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
24662023-05-03T02:42:29.236Z Running `rustc --crate-name half --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 -C metadata=4ec6170f8ccde888 -C extra-filename=-4ec6170f8ccde888 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
24672023-05-03T02:42:29.549Z Compiling keccak v0.1.3
24682023-05-03T02:42:29.555Z Running `rustc --crate-name keccak /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/keccak-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=2 -C metadata=9a4821576833f9e3 -C extra-filename=-9a4821576833f9e3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
24692023-05-03T02:42:30.025Z Compiling remove_dir_all v0.5.3
24702023-05-03T02:42:30.457Z Running `rustc --crate-name remove_dir_all /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 -C metadata=ba66133b40563cc1 -C extra-filename=-ba66133b40563cc1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
24712023-05-03T02:42:30.464Z Compiling sha3 v0.10.7
24722023-05-03T02:42:30.469Z Running `rustc --crate-name sha3 --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/sha3-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 embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=4c23517ed4fd4004 -C extra-filename=-4c23517ed4fd4004 --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-7479cde9c5aba68b.rmeta --extern keccak=/work/oxidecomputer/omicron/target/debug/deps/libkeccak-9a4821576833f9e3.rmeta --cap-lints allow -D warnings`
24732023-05-03T02:42:30.568Z Compiling tempdir v0.3.7
24742023-05-03T02:42:30.574Z Running `rustc --crate-name tempdir /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 -C metadata=41457c706f1a415f -C extra-filename=-41457c706f1a415f --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-1402c47d06271d10.rmeta --extern remove_dir_all=/work/oxidecomputer/omicron/target/debug/deps/libremove_dir_all-ba66133b40563cc1.rmeta --cap-lints allow -D warnings`
24752023-05-03T02:42:30.680Z Compiling trust-dns-server v0.22.0
24762023-05-03T02:42:30.686Z Running `rustc --crate-name trust_dns_server --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/trust-dns-server-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=2 -C metadata=987fd082b874a6a6 -C extra-filename=-987fd082b874a6a6 --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-9dd1362437d01057.so --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5d6079816e523e86.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-04f30b2fb38eaf49.rmeta --extern enum_as_inner=/work/oxidecomputer/omicron/target/debug/deps/libenum_as_inner-b10502fe5b7ac5cb.so --extern futures_executor=/work/oxidecomputer/omicron/target/debug/deps/libfutures_executor-3bd656f303efbe3a.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-837078368698f4bc.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-9d729fa31918ec84.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-6f624496ed77b6b0.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-5a94a11190d8fe7a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b00445e5c4984cd2.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-31cb2e046662e8d8.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-4aa28a08903486a7.rmeta --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-b849ab889ef73b85.rmeta --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-c160bf3a508d5d03.rmeta --cap-lints allow -D warnings`
24772023-05-03T02:42:31.210Z Running `rustc --crate-name ciborium_ll --edition=2021 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/ciborium-ll-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=2 -C metadata=ec6443827269d510 -C extra-filename=-ec6443827269d510 --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-87676c50912f2170.rmeta --extern half=/work/oxidecomputer/omicron/target/debug/deps/libhalf-4ec6170f8ccde888.rmeta --cap-lints allow -D warnings`
24782023-05-03T02:42:31.372Z Compiling sled v0.34.7
24792023-05-03T02:42:31.377Z Running `rustc --crate-name sled --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 --cfg 'feature="default"' --cfg 'feature="no_metrics"' -C metadata=30b254032c68147d -C extra-filename=-30b254032c68147d --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-b54df5d66fac39a1.rmeta --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-98458d4ac1246cce.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-146c66099344b1a7.rmeta --extern fxhash=/work/oxidecomputer/omicron/target/debug/deps/libfxhash-aba83122a9d3ad82.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-3b4ca36201d98b6d.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-686a5a811aee7568.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-45db35780ceb94ce.rmeta --cap-lints allow -D warnings`
24802023-05-03T02:42:31.885Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
24812023-05-03T02:42:31.905Z Running `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=2 -C metadata=c4d15734bd87b768 -C extra-filename=-c4d15734bd87b768 --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-e252e3603299df68.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-05f1e84adf1821ba.rmeta --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-82319ab146e13ff5.so --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-4487ff24ff403b20.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7b78a4e9c695d3a0.rmeta --extern linear_map=/work/oxidecomputer/omicron/target/debug/deps/liblinear_map-2c1ab3fa8263e09a.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-9886d8f16d24129f.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-60544344d4d0804a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-9d729fa31918ec84.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-940b0a5541759ffe.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-6a79f340c2975f76.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-608da47a6c0e709c.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b00445e5c4984cd2.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-88178d7c063e03bd.rmeta -D warnings`
24822023-05-03T02:42:31.910Z Running `rustc --crate-name doc_comment /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 -C metadata=4b83eca2a0634095 -C extra-filename=-4b83eca2a0634095 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
24832023-05-03T02:42:32.067Z Running `rustc --crate-name fxhash /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 -C metadata=1d8fab7aedfd0120 -C extra-filename=-1d8fab7aedfd0120 --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-bf19b92cdd383d4f.rmeta --cap-lints allow -D warnings`
24842023-05-03T02:42:32.185Z Compiling propolis-server v0.1.0 (https://github.com/oxidecomputer/propolis?rev=e7ce7a1dbe2d410b787df2e52478229b008b4750#e7ce7a1d)
24852023-05-03T02:42:32.206Z Running `rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/e7ce7a1/bin/propolis-server/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="mock-only"' -C metadata=0fd4235a42054b13 -C extra-filename=-0fd4235a42054b13 --out-dir /work/oxidecomputer/omicron/target/debug/build/propolis-server-0fd4235a42054b13 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-cc4f27bdf927284c.rlib --cap-lints allow -D warnings`
24862023-05-03T02:42:32.553Z Running `rustc --crate-name utf8 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 -C metadata=77238e54540b6965 -C extra-filename=-77238e54540b6965 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
24872023-05-03T02:42:33.309Z Compiling rayon-core v1.11.0
24882023-05-03T02:42:33.315Z Running `rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.11.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 -C metadata=d9bd7ee7308c970e -C extra-filename=-d9bd7ee7308c970e --out-dir /work/oxidecomputer/omicron/target/debug/build/rayon-core-d9bd7ee7308c970e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
24892023-05-03T02:42:33.320Z Compiling crunchy v0.2.2
24902023-05-03T02:42:33.325Z Running `rustc --crate-name build_script_build /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/crunchy-0.2.2/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="limit_128"' -C metadata=4bc25aa5e4c15a84 -C extra-filename=-4bc25aa5e4c15a84 --out-dir /work/oxidecomputer/omicron/target/debug/build/crunchy-4bc25aa5e4c15a84 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
24912023-05-03T02:42:33.522Z Compiling pretty-hex v0.3.0
24922023-05-03T02:42:33.546Z Running `rustc --crate-name pretty_hex /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 --cfg 'feature="alloc"' --cfg 'feature="default"' -C metadata=e7c625255b83efdd -C extra-filename=-e7c625255b83efdd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
24932023-05-03T02:42:33.640Z Running `/work/oxidecomputer/omicron/target/debug/build/rayon-core-d9bd7ee7308c970e/build-script-build`
24942023-05-03T02:42:33.678Z Running `/work/oxidecomputer/omicron/target/debug/build/propolis-server-0fd4235a42054b13/build-script-build`
24952023-05-03T02:42:33.910Z Running `rustc --crate-name snafu --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/snafu-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 panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="rust_1_39"' --cfg 'feature="rust_1_46"' --cfg 'feature="std"' -C metadata=bd5cc9322532a3f8 -C extra-filename=-bd5cc9322532a3f8 --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-4b83eca2a0634095.rmeta --extern snafu_derive=/work/oxidecomputer/omicron/target/debug/deps/libsnafu_derive-ac0dbe0c0d824280.so --cap-lints allow -D warnings`
24962023-05-03T02:42:34.010Z Running `rustc --crate-name ciborium --edition=2021 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/ciborium-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=2 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=db3c92eaf3af17d9 -C extra-filename=-db3c92eaf3af17d9 --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-87676c50912f2170.rmeta --extern ciborium_ll=/work/oxidecomputer/omicron/target/debug/deps/libciborium_ll-ec6443827269d510.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-8eb9b2d8b171c9a9.rmeta --cap-lints allow -D warnings`
24972023-05-03T02:42:34.769Z Running `/work/oxidecomputer/omicron/target/debug/build/crunchy-4bc25aa5e4c15a84/build-script-build`
24982023-05-03T02:42:34.775Z Compiling bstr v1.3.0
24992023-05-03T02:42:34.780Z Running `rustc --crate-name bstr --edition=2021 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/bstr-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=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="unicode"' -C metadata=432c3fd79fc58038 -C extra-filename=-432c3fd79fc58038 --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-c09eeb87cc2a190d.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-163217bf2304842d.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-d61d2342d2846ce1.rmeta --cap-lints allow -D warnings`
25002023-05-03T02:42:34.785Z Running `rustc --crate-name getrandom --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/getrandom-0.1.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=2 --cfg 'feature="std"' -C metadata=7f4f61d1e7c585df -C extra-filename=-7f4f61d1e7c585df --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-04f30b2fb38eaf49.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-3b4ca36201d98b6d.rmeta --cap-lints allow -D warnings`
25012023-05-03T02:42:35.352Z Compiling diesel_derives v2.0.2
25022023-05-03T02:42:35.357Z Running `rustc --crate-name diesel_derives /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/diesel_derives-2.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="32-column-tables"' --cfg 'feature="default"' --cfg 'feature="postgres"' --cfg 'feature="with-deprecated"' -C metadata=e75df49750f12519 -C extra-filename=-e75df49750f12519 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro_error=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_error-87e3db1731554862.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-7e5706224bd8cc5a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-dee3cb74b1ec4ef9.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-bb189b68ee44fd46.rlib --extern proc_macro --cap-lints allow -D warnings`
25032023-05-03T02:42:35.615Z Compiling tiny-keccak v2.0.2
25042023-05-03T02:42:35.621Z Running `rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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 embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="sha3"' -C metadata=1b9bdbfdf1e74b0d -C extra-filename=-1b9bdbfdf1e74b0d --out-dir /work/oxidecomputer/omicron/target/debug/build/tiny-keccak-1b9bdbfdf1e74b0d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
25052023-05-03T02:42:36.277Z Running `rustc --crate-name postcard_cobs --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 -C metadata=8e4dc979d8de1d1d -C extra-filename=-8e4dc979d8de1d1d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
25062023-05-03T02:42:36.501Z Running `rustc --crate-name debug_ignore /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 -C metadata=1bad44e5f7703239 -C extra-filename=-1bad44e5f7703239 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
25072023-05-03T02:42:36.822Z Running `rustc --crate-name postcard --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="heapless"' --cfg 'feature="heapless-cas"' -C metadata=d9b28c732d35c7c1 -C extra-filename=-d9b28c732d35c7c1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heapless=/work/oxidecomputer/omicron/target/debug/deps/libheapless-d779dbc2460d4d0a.rmeta --extern cobs=/work/oxidecomputer/omicron/target/debug/deps/libpostcard_cobs-8e4dc979d8de1d1d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-8eb9b2d8b171c9a9.rmeta --cap-lints allow -D warnings`
25082023-05-03T02:42:37.019Z Running `/work/oxidecomputer/omicron/target/debug/build/tiny-keccak-1b9bdbfdf1e74b0d/build-script-build`
25092023-05-03T02:42:37.026Z Compiling rand_core v0.5.1
25102023-05-03T02:42:37.031Z Running `rustc --crate-name rand_core --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/rand_core-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=2 --cfg 'feature="alloc"' --cfg 'feature="getrandom"' --cfg 'feature="std"' -C metadata=73c7d02eb1d69c8f -C extra-filename=-73c7d02eb1d69c8f --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-7f4f61d1e7c585df.rmeta --cap-lints allow -D warnings`
25112023-05-03T02:42:37.600Z Running `rustc --crate-name crunchy /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/crunchy-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="limit_128"' -C metadata=dcd5dda3017a30e7 -C extra-filename=-dcd5dda3017a30e7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
25122023-05-03T02:42:37.618Z Compiling clang-sys v1.6.0
25132023-05-03T02:42:37.623Z Running `rustc --crate-name build_script_build /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/clang-sys-1.6.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --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=f97c64d782334ac4 -C extra-filename=-f97c64d782334ac4 --out-dir /work/oxidecomputer/omicron/target/debug/build/clang-sys-f97c64d782334ac4 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-501c83917ebd414b.rlib --cap-lints allow -D warnings`
25142023-05-03T02:42:37.839Z Running `rustc --crate-name buf_list --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 --cfg 'feature="tokio"' --cfg 'feature="tokio1"' -C metadata=3729f688f548d703 -C extra-filename=-3729f688f548d703 --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-5d6079816e523e86.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b00445e5c4984cd2.rmeta --cap-lints allow -D warnings --cfg seek_convenience --cfg const_fn_trait_bounds`
25152023-05-03T02:42:37.918Z Compiling darling_core v0.14.4
25162023-05-03T02:42:37.924Z Running `rustc --crate-name darling_core --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/darling_core-0.14.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="strsim"' --cfg 'feature="suggestions"' -C metadata=68451f123ea11a6a -C extra-filename=-68451f123ea11a6a --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-ce07f21fc5183631.rmeta --extern ident_case=/work/oxidecomputer/omicron/target/debug/deps/libident_case-30a00d7fd3ffd23c.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-7e5706224bd8cc5a.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-dee3cb74b1ec4ef9.rmeta --extern strsim=/work/oxidecomputer/omicron/target/debug/deps/libstrsim-e8413a99eb1b4827.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-bb189b68ee44fd46.rmeta --cap-lints allow -D warnings`
25172023-05-03T02:42:38.366Z Compiling const-oid v0.9.2
25182023-05-03T02:42:38.371Z Running `rustc --crate-name const_oid --edition=2021 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/const-oid-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 embed-bitcode=no -C debuginfo=2 -C metadata=a8e92eab05659fa0 -C extra-filename=-a8e92eab05659fa0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
25192023-05-03T02:42:39.130Z Running `rustc --crate-name illumos_sys_hdrs --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/3f92917/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=2 --cfg 'feature="default"' -C metadata=dcc40b76356829ae -C extra-filename=-dcc40b76356829ae --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
25202023-05-03T02:42:39.240Z Running `rustc --crate-name subtle /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/subtle-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=2 -C metadata=ac109f51efd7bad0 -C extra-filename=-ac109f51efd7bad0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
25212023-05-03T02:42:39.271Z Running `rustc --crate-name bit_vec /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 -C metadata=a04dc90372b61bbe -C extra-filename=-a04dc90372b61bbe --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
25222023-05-03T02:42:39.596Z Running `rustc --crate-name humantime --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 -C metadata=aaa271444b5be4d7 -C extra-filename=-aaa271444b5be4d7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
25232023-05-03T02:42:39.815Z Running `rustc --crate-name cfg_if --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 -C metadata=481a81c0d5725ba1 -C extra-filename=-481a81c0d5725ba1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
25242023-05-03T02:42:40.446Z Running `rustc --crate-name foreign_types_shared --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 -C metadata=ba2d66b11565deaf -C extra-filename=-ba2d66b11565deaf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
25252023-05-03T02:42:40.452Z Compiling prettyplease v0.2.4
25262023-05-03T02:42:40.457Z Running `rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/prettyplease-0.2.4/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 -C metadata=2196abcb307e4b8f -C extra-filename=-2196abcb307e4b8f --out-dir /work/oxidecomputer/omicron/target/debug/build/prettyplease-2196abcb307e4b8f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
25272023-05-03T02:42:40.462Z Running `rustc --crate-name foreign_types --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=4c7230bc881f6961 -C extra-filename=-4c7230bc881f6961 --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-4cbbfdf6ca6d03a5.so --extern foreign_types_shared=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types_shared-ba2d66b11565deaf.rmeta --cap-lints allow -D warnings`
25282023-05-03T02:42:40.687Z Running `rustc --crate-name opte_api --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/3f92917/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=2 --cfg 'feature="ipnetwork"' --cfg 'feature="std"' -C metadata=bc6829eea680a3b6 -C extra-filename=-bc6829eea680a3b6 --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-481a81c0d5725ba1.rmeta --extern illumos_sys_hdrs=/work/oxidecomputer/omicron/target/debug/deps/libillumos_sys_hdrs-dcc40b76356829ae.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e1fe41af298a8d63.rmeta --extern postcard=/work/oxidecomputer/omicron/target/debug/deps/libpostcard-d9b28c732d35c7c1.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-8eb9b2d8b171c9a9.rmeta --extern smoltcp=/work/oxidecomputer/omicron/target/debug/deps/libsmoltcp-9eac2223048d8a0b.rmeta --cap-lints allow -D warnings`
25292023-05-03T02:42:40.768Z Running `rustc --crate-name bit_set /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 -C metadata=6c8eda2d1fd4676d -C extra-filename=-6c8eda2d1fd4676d --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-a04dc90372b61bbe.rmeta --cap-lints allow -D warnings`
25302023-05-03T02:42:40.867Z Running `/work/oxidecomputer/omicron/target/debug/build/prettyplease-2196abcb307e4b8f/build-script-build`
25312023-05-03T02:42:40.903Z Running `rustc --crate-name digest --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/digest-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=2 --cfg 'feature="alloc"' --cfg 'feature="block-buffer"' --cfg 'feature="core-api"' --cfg 'feature="default"' --cfg 'feature="mac"' --cfg 'feature="std"' --cfg 'feature="subtle"' -C metadata=66abe87abb208840 -C extra-filename=-66abe87abb208840 --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-2070a8a3f69426f5.rmeta --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-f2071d483c5395bb.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-ac109f51efd7bad0.rmeta --cap-lints allow -D warnings`
25322023-05-03T02:42:41.324Z Running `/work/oxidecomputer/omicron/target/debug/build/clang-sys-f97c64d782334ac4/build-script-build`
25332023-05-03T02:42:41.359Z Compiling der v0.6.1
25342023-05-03T02:42:41.365Z Running `rustc --crate-name der --edition=2021 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/der-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=2 --cfg 'feature="alloc"' --cfg 'feature="const-oid"' --cfg 'feature="oid"' --cfg 'feature="zeroize"' -C metadata=35d356d0f6b38a18 -C extra-filename=-35d356d0f6b38a18 --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-a8e92eab05659fa0.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-19eb1bc817c7514b.rmeta --cap-lints allow -D warnings`
25352023-05-03T02:42:41.890Z Running `rustc --crate-name tiny_keccak --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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 embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="sha3"' -C metadata=3f6b97dfde6eb90f -C extra-filename=-3f6b97dfde6eb90f --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-dcd5dda3017a30e7.rmeta --cap-lints allow -D warnings`
25362023-05-03T02:42:42.835Z Running `rustc --crate-name string_cache --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 -C metadata=e3adf938994a20a9 -C extra-filename=-e3adf938994a20a9 --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-bd1bee2e64a674f8.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-163217bf2304842d.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-92b760a87b8a5ee6.rmeta --extern phf_shared=/work/oxidecomputer/omicron/target/debug/deps/libphf_shared-ede18777a6ea9329.rmeta --extern precomputed_hash=/work/oxidecomputer/omicron/target/debug/deps/libprecomputed_hash-fbf73096deae5c1f.rmeta --cap-lints allow -D warnings`
25372023-05-03T02:42:43.809Z Running `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=2 -C metadata=054a57342e2123af -C extra-filename=-054a57342e2123af --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-f7bc6c6fec7ff832.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-f6168ac296c7f258.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-8fd7ef317636ad8a.rmeta --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-8baa199539ba7035.so --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-03bbb2d6bf1b8aa4.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-8eb9b2d8b171c9a9.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b122fed81b2a5729.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d1a0abc5ade2db54.rmeta -D warnings`
25382023-05-03T02:42:44.746Z Running `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=2 -C metadata=4cbecd71b412c7d5 -C extra-filename=-4cbecd71b412c7d5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -l dlpi`
25392023-05-03T02:42:44.936Z Running `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=2 -C metadata=c1d57775650aea52 -C extra-filename=-c1d57775650aea52 --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`
25402023-05-03T02:42:45.179Z Running `rustc --crate-name itertools --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 --cfg 'feature="use_alloc"' --cfg 'feature="use_std"' -C metadata=56dd9156ee004d05 -C extra-filename=-56dd9156ee004d05 --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-4487ff24ff403b20.rmeta --cap-lints allow -D warnings`
25412023-05-03T02:42:45.394Z Compiling ascii-canvas v3.0.0
25422023-05-03T02:42:45.399Z Running `rustc --crate-name ascii_canvas --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/ascii-canvas-3.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=e42173463ca13f24 -C extra-filename=-e42173463ca13f24 --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-72a619a7975ce97e.rmeta --cap-lints allow -D warnings`
25432023-05-03T02:42:46.287Z Running `rustc --crate-name cstr_argument /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 -C metadata=cd198ef07515f044 -C extra-filename=-cd198ef07515f044 --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-3236f5900b9f1a09.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-9cfa812d8dfbd69b.rmeta --cap-lints allow -D warnings`
25442023-05-03T02:42:46.687Z Compiling ena v0.14.1
25452023-05-03T02:42:46.693Z Running `rustc --crate-name ena /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/ena-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=2 -C metadata=df6e20af427d4f65 -C extra-filename=-df6e20af427d4f65 --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-6ea2251cc3fbcfe3.rmeta --cap-lints allow -D warnings`
25462023-05-03T02:42:46.850Z Running `rustc --crate-name pretty_hex /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 --cfg 'feature="alloc"' --cfg 'feature="default"' -C metadata=396db3b4b86d4e75 -C extra-filename=-396db3b4b86d4e75 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
25472023-05-03T02:42:47.592Z Compiling minimal-lexical v0.2.1
25482023-05-03T02:42:47.598Z Running `rustc --crate-name minimal_lexical --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/minimal-lexical-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="std"' -C metadata=c76503fdf6adec49 -C extra-filename=-c76503fdf6adec49 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
25492023-05-03T02:42:47.603Z Compiling lalrpop-util v0.19.9
25502023-05-03T02:42:47.608Z Running `rustc --crate-name lalrpop_util --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/lalrpop-util-0.19.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=2 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=e5aa4ed94f9c3c43 -C extra-filename=-e5aa4ed94f9c3c43 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
25512023-05-03T02:42:48.301Z Running `rustc --crate-name predicates_core --edition=2021 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 -C metadata=398e7ef2b3a6147c -C extra-filename=-398e7ef2b3a6147c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
25522023-05-03T02:42:48.412Z Compiling nom v7.1.3
25532023-05-03T02:42:48.417Z Running `rustc --crate-name nom --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/nom-7.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="std"' -C metadata=8617fe3d67bbe37d -C extra-filename=-8617fe3d67bbe37d --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-c09eeb87cc2a190d.rmeta --extern minimal_lexical=/work/oxidecomputer/omicron/target/debug/deps/libminimal_lexical-c76503fdf6adec49.rmeta --cap-lints allow -D warnings`
25542023-05-03T02:42:49.236Z Running `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=2 -C metadata=66cb5689d39b5a9f -C extra-filename=-66cb5689d39b5a9f --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-8ace6616485d65e0.rmeta --extern libdlpi_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibdlpi_sys-4cbecd71b412c7d5.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-438561e90c9dedac.rmeta --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-396db3b4b86d4e75.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b122fed81b2a5729.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e3bc36a7db76edcf.rmeta --cap-lints allow -D warnings`
25552023-05-03T02:42:50.440Z Running `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=2 -C metadata=ef95a86812a37c3d -C extra-filename=-ef95a86812a37c3d --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-cd198ef07515f044.rmeta --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-4c7230bc881f6961.rmeta --extern nvpair_sys=/work/oxidecomputer/omicron/target/debug/deps/libnvpair_sys-c1d57775650aea52.rmeta --cap-lints allow -D warnings`
25562023-05-03T02:42:50.447Z Compiling lalrpop v0.19.9
25572023-05-03T02:42:50.454Z Running `rustc --crate-name lalrpop /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/lalrpop-0.19.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=2 -C debug-assertions=on -C metadata=083ce2156b6b34e3 -C extra-filename=-083ce2156b6b34e3 --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-e42173463ca13f24.rmeta --extern bit_set=/work/oxidecomputer/omicron/target/debug/deps/libbit_set-6c8eda2d1fd4676d.rmeta --extern diff=/work/oxidecomputer/omicron/target/debug/deps/libdiff-017b1093f969ce31.rmeta --extern ena=/work/oxidecomputer/omicron/target/debug/deps/libena-df6e20af427d4f65.rmeta --extern is_terminal=/work/oxidecomputer/omicron/target/debug/deps/libis_terminal-09300624755b4b79.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-56dd9156ee004d05.rmeta --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-e5aa4ed94f9c3c43.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-9886d8f16d24129f.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-9544c2a73650ad75.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-cd9e30330f673fbf.rmeta --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-e3adf938994a20a9.rmeta --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-72a619a7975ce97e.rmeta --extern tiny_keccak=/work/oxidecomputer/omicron/target/debug/deps/libtiny_keccak-3f6b97dfde6eb90f.rmeta --extern unicode_xid=/work/oxidecomputer/omicron/target/debug/deps/libunicode_xid-e3433c1316f2cfd1.rmeta --cap-lints allow -D warnings`
25582023-05-03T02:42:50.601Z Compiling spki v0.6.0
25592023-05-03T02:42:50.606Z Running `rustc --crate-name spki --edition=2021 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/spki-0.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="base64ct"' -C metadata=d187080f49b6b524 -C extra-filename=-d187080f49b6b524 --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-884e894d4142fcf9.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-35d356d0f6b38a18.rmeta --cap-lints allow -D warnings`
25602023-05-03T02:42:50.645Z Running `rustc --crate-name opte --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/3f92917/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=2 --cfg 'feature="api"' --cfg 'feature="std"' -C metadata=b0e0c1fa421d9870 -C extra-filename=-b0e0c1fa421d9870 --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-481a81c0d5725ba1.rmeta --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-9dcb1ba4f7e17a87.rmeta --extern illumos_sys_hdrs=/work/oxidecomputer/omicron/target/debug/deps/libillumos_sys_hdrs-dcc40b76356829ae.rmeta --extern kstat_macro=/work/oxidecomputer/omicron/target/debug/deps/libkstat_macro-b5557f259544fcb1.so --extern opte_api=/work/oxidecomputer/omicron/target/debug/deps/libopte_api-bc6829eea680a3b6.rmeta --extern postcard=/work/oxidecomputer/omicron/target/debug/deps/libpostcard-d9b28c732d35c7c1.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-8eb9b2d8b171c9a9.rmeta --extern smoltcp=/work/oxidecomputer/omicron/target/debug/deps/libsmoltcp-9eac2223048d8a0b.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-1f74435754b64ff8.rmeta --cap-lints allow -D warnings --cfg usdt_stable_asm`
25612023-05-03T02:42:51.032Z Compiling darling_macro v0.14.4
25622023-05-03T02:42:51.038Z Running `rustc --crate-name darling_macro --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/darling_macro-0.14.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=2 -C metadata=4e6842d30ff463ef -C extra-filename=-4e6842d30ff463ef --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-68451f123ea11a6a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-dee3cb74b1ec4ef9.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-bb189b68ee44fd46.rlib --extern proc_macro --cap-lints allow -D warnings`
25632023-05-03T02:42:51.129Z Running `rustc --crate-name tungstenite --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 --cfg 'feature="base64"' --cfg 'feature="handshake"' --cfg 'feature="http"' --cfg 'feature="httparse"' --cfg 'feature="sha1"' --cfg 'feature="url"' -C metadata=b873d4e2f939c329 -C extra-filename=-b873d4e2f939c329 --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-19148fec0de4dc4b.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-bf19b92cdd383d4f.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-f7bc6c6fec7ff832.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-635e28a7d213ddf0.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-5781f11d3df4917a.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-641ae0b131c38bfd.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-95f5a12fb301f6d6.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-20f9e83ee5b2fcd7.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b122fed81b2a5729.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-a1c2b50b5e43c2c1.rmeta --extern utf8=/work/oxidecomputer/omicron/target/debug/deps/libutf8-77238e54540b6965.rmeta --cap-lints allow -D warnings`
25642023-05-03T02:42:51.355Z Compiling pem v1.1.1
25652023-05-03T02:42:51.393Z Running `rustc --crate-name pem --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 -C metadata=1b5c7dc73b7acf7b -C extra-filename=-1b5c7dc73b7acf7b --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-8529f7cc9a24c0bc.rmeta --cap-lints allow -D warnings`
25662023-05-03T02:42:51.905Z Running `rustc --crate-name rusty_doors --edition=2018 /home/build/.cargo/git/checkouts/rusty-doors-f5932c202d734158/c9c064e/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=2 -C metadata=43430c7a78582836 -C extra-filename=-43430c7a78582836 --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-8ace6616485d65e0.rmeta --extern rusty_doors_macros=/work/oxidecomputer/omicron/target/debug/deps/librusty_doors_macros-d73b9aa41706d591.so --cap-lints allow -D warnings -l door`
25672023-05-03T02:42:52.317Z Running `rustc --crate-name resolv_conf /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 --cfg 'feature="hostname"' --cfg 'feature="system"' -C metadata=00034494f61abaae -C extra-filename=-00034494f61abaae --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-e767856f25d7fe77.rmeta --extern quick_error=/work/oxidecomputer/omicron/target/debug/deps/libquick_error-55881993b399e6e4.rmeta --cap-lints allow -D warnings`
25682023-05-03T02:42:53.292Z Running `rustc --crate-name colored /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/colored-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=2 -C metadata=a82b528154afac48 -C extra-filename=-a82b528154afac48 --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-a56c9751a384a385.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-8a685d01b4b534ab.rmeta --cap-lints allow -D warnings`
25692023-05-03T02:42:54.153Z Running `rustc --crate-name textwrap /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 -C metadata=31a04b667943d429 -C extra-filename=-31a04b667943d429 --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-f4b899674cbc3fdf.rmeta --cap-lints allow -D warnings`
25702023-05-03T02:42:54.725Z Compiling darling v0.14.4
25712023-05-03T02:42:54.738Z Running `rustc --crate-name darling --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/darling-0.14.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="suggestions"' -C metadata=b1941137ad4ee837 -C extra-filename=-b1941137ad4ee837 --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-68451f123ea11a6a.rmeta --extern darling_macro=/work/oxidecomputer/omicron/target/debug/deps/libdarling_macro-4e6842d30ff463ef.so --cap-lints allow -D warnings`
25722023-05-03T02:42:54.743Z Running `rustc --crate-name signature --edition=2021 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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 panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="digest"' --cfg 'feature="digest-preview"' --cfg 'feature="hazmat-preview"' --cfg 'feature="rand-preview"' --cfg 'feature="rand_core"' --cfg 'feature="std"' -C metadata=2a63a13b00bcee09 -C extra-filename=-2a63a13b00bcee09 --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-74b8552d3c684044.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-e3ee9ba43e1f3640.rmeta --cap-lints allow -D warnings`
25732023-05-03T02:42:54.748Z Running `rustc --crate-name float_cmp --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 --cfg 'feature="default"' --cfg 'feature="num-traits"' --cfg 'feature="ratio"' -C metadata=4720a992577eb40f -C extra-filename=-4720a992577eb40f --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-8fd7ef317636ad8a.rmeta --cap-lints allow -D warnings`
25742023-05-03T02:42:55.029Z Compiling hkdf v0.12.3
25752023-05-03T02:42:55.034Z Running `rustc --crate-name hkdf --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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 embed-bitcode=no -C debuginfo=2 -C metadata=692f5d09ad8c01eb -C extra-filename=-692f5d09ad8c01eb --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-c1a29076f9e0f249.rmeta --cap-lints allow -D warnings`
25762023-05-03T02:42:55.231Z Compiling digest v0.9.0
25772023-05-03T02:42:55.251Z Running `rustc --crate-name digest --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/digest-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=2 --cfg 'feature="alloc"' --cfg 'feature="std"' -C metadata=f871486f2b27aeab -C extra-filename=-f871486f2b27aeab --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-993240fa64af07fc.rmeta --cap-lints allow -D warnings`
25782023-05-03T02:42:55.325Z Compiling libloading v0.7.4
25792023-05-03T02:42:55.330Z Running `rustc --crate-name libloading /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/libloading-0.7.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=ac49b078cfd11708 -C extra-filename=-ac49b078cfd11708 --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-04f30b2fb38eaf49.rmeta --cap-lints allow -D warnings`
25802023-05-03T02:42:55.390Z Compiling ref-cast v1.0.16
25812023-05-03T02:42:55.395Z Running `rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/ref-cast-1.0.16/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 -C metadata=7c686307bc8a0081 -C extra-filename=-7c686307bc8a0081 --out-dir /work/oxidecomputer/omicron/target/debug/build/ref-cast-7c686307bc8a0081 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
25822023-05-03T02:42:55.480Z Compiling bindgen v0.65.1
25832023-05-03T02:42:55.486Z Running `rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/bindgen-0.65.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=2 -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=67a9ba70ab307e5c -C extra-filename=-67a9ba70ab307e5c --out-dir /work/oxidecomputer/omicron/target/debug/build/bindgen-67a9ba70ab307e5c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
25842023-05-03T02:42:55.518Z Compiling opaque-debug v0.3.0
25852023-05-03T02:42:55.523Z Running `rustc --crate-name opaque_debug --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 -C metadata=3a58223859e3ff14 -C extra-filename=-3a58223859e3ff14 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
25862023-05-03T02:42:55.709Z Running `rustc --crate-name strsim /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 -C metadata=ca0c3ed9c53cd59a -C extra-filename=-ca0c3ed9c53cd59a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
25872023-05-03T02:42:56.169Z Running `rustc --crate-name termtree --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/termtree-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=2 -C metadata=c3f3e6504bde7899 -C extra-filename=-c3f3e6504bde7899 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
25882023-05-03T02:42:56.232Z Running `rustc --crate-name vec_map /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 -C metadata=dfcfdd9ced39c7fd -C extra-filename=-dfcfdd9ced39c7fd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
25892023-05-03T02:42:56.289Z Running `rustc --crate-name difflib /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 -C metadata=c8683df33452a37b -C extra-filename=-c8683df33452a37b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
25902023-05-03T02:42:56.600Z Running `rustc --crate-name normalize_line_endings /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 -C metadata=6cd13bf645accc1f -C extra-filename=-6cd13bf645accc1f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
25912023-05-03T02:42:56.867Z Running `rustc --crate-name ansi_term /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 -C metadata=852916f732e8c49c -C extra-filename=-852916f732e8c49c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
25922023-05-03T02:42:56.923Z Running `rustc --crate-name static_assertions /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 -C metadata=3ad30c3c155d1dea -C extra-filename=-3ad30c3c155d1dea --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
25932023-05-03T02:42:57.137Z Running `/work/oxidecomputer/omicron/target/debug/build/bindgen-67a9ba70ab307e5c/build-script-build`
25942023-05-03T02:42:57.575Z Running `rustc --crate-name predicates --edition=2021 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/predicates-2.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="diff"' --cfg 'feature="float-cmp"' --cfg 'feature="normalize-line-endings"' --cfg 'feature="regex"' -C metadata=ef4e7862bfc2336b -C extra-filename=-ef4e7862bfc2336b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern difflib=/work/oxidecomputer/omicron/target/debug/deps/libdifflib-c8683df33452a37b.rmeta --extern float_cmp=/work/oxidecomputer/omicron/target/debug/deps/libfloat_cmp-4720a992577eb40f.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-2d3118965e82afb4.rmeta --extern normalize_line_endings=/work/oxidecomputer/omicron/target/debug/deps/libnormalize_line_endings-6cd13bf645accc1f.rmeta --extern predicates_core=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_core-398e7ef2b3a6147c.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-c068aef94ecb220d.rmeta --cap-lints allow -D warnings`
25952023-05-03T02:42:57.583Z Running `/work/oxidecomputer/omicron/target/debug/build/ref-cast-7c686307bc8a0081/build-script-build`
25962023-05-03T02:42:57.588Z Running `rustc --crate-name predicates_tree --edition=2021 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/predicates-tree-1.0.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=2 -C metadata=cb8564a263f6ee91 -C extra-filename=-cb8564a263f6ee91 --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-398e7ef2b3a6147c.rmeta --extern termtree=/work/oxidecomputer/omicron/target/debug/deps/libtermtree-c3f3e6504bde7899.rmeta --cap-lints allow -D warnings`
25972023-05-03T02:42:57.593Z Running `rustc --crate-name clang_sys /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/clang-sys-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=2 --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=b73ec2512bded196 -C extra-filename=-b73ec2512bded196 --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-501c83917ebd414b.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-3b4ca36201d98b6d.rmeta --extern libloading=/work/oxidecomputer/omicron/target/debug/deps/liblibloading-ac49b078cfd11708.rmeta --cap-lints allow -D warnings`
25982023-05-03T02:42:58.057Z Running `rustc --crate-name clap --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 --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=3f79aa509bb14dba -C extra-filename=-3f79aa509bb14dba --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-852916f732e8c49c.rmeta --extern atty=/work/oxidecomputer/omicron/target/debug/deps/libatty-a56c9751a384a385.rmeta --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-d34174f1ba198652.rmeta --extern strsim=/work/oxidecomputer/omicron/target/debug/deps/libstrsim-ca0c3ed9c53cd59a.rmeta --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-31a04b667943d429.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-f4b899674cbc3fdf.rmeta --extern vec_map=/work/oxidecomputer/omicron/target/debug/deps/libvec_map-dfcfdd9ced39c7fd.rmeta --cap-lints allow -D warnings`
25992023-05-03T02:42:58.446Z Compiling cexpr v0.6.0
26002023-05-03T02:42:58.452Z Running `rustc --crate-name cexpr --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/cexpr-0.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=f9818fd4354ff0b7 -C extra-filename=-f9818fd4354ff0b7 --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-8617fe3d67bbe37d.rmeta --cap-lints allow -D warnings`
26012023-05-03T02:42:59.021Z Compiling derive_builder_core v0.12.0
26022023-05-03T02:42:59.027Z Running `rustc --crate-name derive_builder_core /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/derive_builder_core-0.12.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=1ecc68da5f3c4be1 -C extra-filename=-1ecc68da5f3c4be1 --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-b1941137ad4ee837.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-7e5706224bd8cc5a.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-dee3cb74b1ec4ef9.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-bb189b68ee44fd46.rmeta --cap-lints allow -D warnings`
26032023-05-03T02:42:59.757Z Running `rustc --crate-name libnet --edition=2021 /home/build/.cargo/git/checkouts/netadm-sys-25ac2db9b1b244c6/e632591/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=2 -C metadata=43e32e063f133829 -C extra-filename=-43e32e063f133829 --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-5994f6b5c293cae8.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3236f5900b9f1a09.rmeta --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-a82b528154afac48.rmeta --extern dlpi=/work/oxidecomputer/omicron/target/debug/deps/libdlpi-66cb5689d39b5a9f.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-8ace6616485d65e0.rmeta --extern nvpair=/work/oxidecomputer/omicron/target/debug/deps/libnvpair-ef95a86812a37c3d.rmeta --extern nvpair_sys=/work/oxidecomputer/omicron/target/debug/deps/libnvpair_sys-c1d57775650aea52.rmeta --extern rusty_doors=/work/oxidecomputer/omicron/target/debug/deps/librusty_doors-43430c7a78582836.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-2fa453ea477f887b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b122fed81b2a5729.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-600eed4dad7ddf48.rmeta --cap-lints allow -D warnings -l kstat`
26042023-05-03T02:43:00.449Z Running `rustc --crate-name trust_dns_resolver --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 --cfg 'feature="default"' --cfg 'feature="ipconfig"' --cfg 'feature="resolv-conf"' --cfg 'feature="system-config"' --cfg 'feature="tokio"' --cfg 'feature="tokio-runtime"' -C metadata=11bb3d841fbbf8e5 -C extra-filename=-11bb3d841fbbf8e5 --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-3236f5900b9f1a09.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-a5d020236f0241f3.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-8a685d01b4b534ab.rmeta --extern lru_cache=/work/oxidecomputer/omicron/target/debug/deps/liblru_cache-36dd76c585744d7e.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-cc232eb02ca601a4.rmeta --extern resolv_conf=/work/oxidecomputer/omicron/target/debug/deps/libresolv_conf-00034494f61abaae.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-cce82b110cd39108.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b122fed81b2a5729.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e3bc36a7db76edcf.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-600eed4dad7ddf48.rmeta --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-c490d14df6a7eb45.rmeta --cap-lints allow -D warnings`
26052023-05-03T02:43:02.223Z Running `rustc --crate-name tokio_tungstenite --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 --cfg 'feature="connect"' --cfg 'feature="default"' --cfg 'feature="handshake"' --cfg 'feature="stream"' -C metadata=07db4924d0e08dfd -C extra-filename=-07db4924d0e08dfd --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-a5d020236f0241f3.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-641ae0b131c38bfd.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e3bc36a7db76edcf.rmeta --extern tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtungstenite-b873d4e2f939c329.rmeta --cap-lints allow -D warnings`
26062023-05-03T02:43:02.269Z Compiling pkcs8 v0.9.0
26072023-05-03T02:43:02.274Z Running `rustc --crate-name pkcs8 --edition=2021 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/pkcs8-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=2 --cfg 'feature="alloc"' -C metadata=2e8ecda0db0db071 -C extra-filename=-2e8ecda0db0db071 --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-35d356d0f6b38a18.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-d187080f49b6b524.rmeta --cap-lints allow -D warnings`
26082023-05-03T02:43:03.322Z Running `rustc --crate-name oxide_vpc --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/3f92917/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=2 --cfg 'feature="api"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=de5dfd217a2f739c -C extra-filename=-de5dfd217a2f739c --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-481a81c0d5725ba1.rmeta --extern illumos_sys_hdrs=/work/oxidecomputer/omicron/target/debug/deps/libillumos_sys_hdrs-dcc40b76356829ae.rmeta --extern opte=/work/oxidecomputer/omicron/target/debug/deps/libopte-b0e0c1fa421d9870.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-8eb9b2d8b171c9a9.rmeta --extern smoltcp=/work/oxidecomputer/omicron/target/debug/deps/libsmoltcp-9eac2223048d8a0b.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-1f74435754b64ff8.rmeta --cap-lints allow -D warnings`
26092023-05-03T02:43:03.341Z Running `rustc --crate-name prettyplease --edition=2021 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/prettyplease-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=2 -C metadata=df426ed57a8ead1d -C extra-filename=-df426ed57a8ead1d --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-7e5706224bd8cc5a.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-2466aa954e1f2dbb.rmeta --cap-lints allow -D warnings`
26102023-05-03T02:43:04.289Z Compiling rand_chacha v0.2.2
26112023-05-03T02:43:04.294Z Running `rustc --crate-name rand_chacha --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/rand_chacha-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=2 --cfg 'feature="std"' -C metadata=eea0f36771afe18e -C extra-filename=-eea0f36771afe18e --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-c6a57d3ffd35d392.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-73c7d02eb1d69c8f.rmeta --cap-lints allow -D warnings`
26122023-05-03T02:43:06.413Z Compiling crypto-bigint v0.4.9
26132023-05-03T02:43:06.418Z Running `rustc --crate-name crypto_bigint --edition=2021 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/crypto-bigint-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=2 --cfg 'feature="generic-array"' --cfg 'feature="rand_core"' --cfg 'feature="zeroize"' -C metadata=01c9d02602063d11 -C extra-filename=-01c9d02602063d11 --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-993240fa64af07fc.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-fd183f5ae42f62fa.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-c01aec52d29c937a.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-19eb1bc817c7514b.rmeta --cap-lints allow -D warnings`
26142023-05-03T02:43:06.523Z Running `rustc --crate-name hubpack --edition=2021 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/hubpack-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=2 -C metadata=e51529ea31ad7ff3 -C extra-filename=-e51529ea31ad7ff3 --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-0f5ee1883ebe5024.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-8eb9b2d8b171c9a9.rmeta --cap-lints allow -D warnings`
26152023-05-03T02:43:06.704Z Compiling which v4.4.0
26162023-05-03T02:43:06.725Z Running `rustc --crate-name which --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/which-4.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=fa3010f388f54df2 -C extra-filename=-fa3010f388f54df2 --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-4487ff24ff403b20.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-3b4ca36201d98b6d.rmeta --cap-lints allow -D warnings`
26172023-05-03T02:43:07.647Z Running `rustc --crate-name nibble_vec --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 -C metadata=d0430b27e2bc15c3 -C extra-filename=-d0430b27e2bc15c3 --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-cce82b110cd39108.rmeta --cap-lints allow -D warnings`
26182023-05-03T02:43:07.928Z Compiling ff v0.12.1
26192023-05-03T02:43:07.933Z Running `rustc --crate-name ff --edition=2021 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/ff-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=2 -C metadata=f802017f48eff3cc -C extra-filename=-f802017f48eff3cc --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-fd183f5ae42f62fa.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-c01aec52d29c937a.rmeta --cap-lints allow -D warnings`
26202023-05-03T02:43:08.001Z Compiling ref-cast-impl v1.0.16
26212023-05-03T02:43:08.006Z Running `rustc --crate-name ref_cast_impl --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/ref-cast-impl-1.0.16/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=2 -C metadata=71b618400655f059 -C extra-filename=-71b618400655f059 --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-7e5706224bd8cc5a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-dee3cb74b1ec4ef9.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-2466aa954e1f2dbb.rlib --extern proc_macro --cap-lints allow -D warnings`
26222023-05-03T02:43:08.140Z Compiling libxml v0.3.2
26232023-05-03T02:43:08.146Z Running `rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/libxml-0.3.2/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 -C metadata=66ef39995be475cb -C extra-filename=-66ef39995be475cb --out-dir /work/oxidecomputer/omicron/target/debug/build/libxml-66ef39995be475cb -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-6c2f9a43eb482275.rlib --cap-lints allow -D warnings`
26242023-05-03T02:43:08.374Z Compiling aho-corasick v0.7.20
26252023-05-03T02:43:08.380Z Running `rustc --crate-name aho_corasick --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/aho-corasick-0.7.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=2 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=dd210545b374e50b -C extra-filename=-dd210545b374e50b --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-c09eeb87cc2a190d.rmeta --cap-lints allow -D warnings`
26262023-05-03T02:43:09.073Z Compiling path-dedot v3.0.18
26272023-05-03T02:43:09.079Z Running `rustc --crate-name path_dedot --edition=2021 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/path-dedot-3.0.18/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=7c3183e02992ab61 -C extra-filename=-7c3183e02992ab61 --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-163217bf2304842d.rmeta --cap-lints allow -D warnings`
26282023-05-03T02:43:09.838Z Compiling base16ct v0.1.1
26292023-05-03T02:43:09.843Z Running `rustc --crate-name base16ct --edition=2021 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/base16ct-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=2 --cfg 'feature="alloc"' -C metadata=1db2232dcaf19741 -C extra-filename=-1db2232dcaf19741 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
26302023-05-03T02:43:10.015Z Running `rustc --crate-name endian_type /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 -C metadata=883e626aec24e2bc -C extra-filename=-883e626aec24e2bc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
26312023-05-03T02:43:10.501Z Running `rustc --crate-name assert_matches /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 -C metadata=44883da924fbf9b9 -C extra-filename=-44883da924fbf9b9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
26322023-05-03T02:43:10.617Z Compiling rustc-hash v1.1.0
26332023-05-03T02:43:10.622Z Running `rustc --crate-name rustc_hash /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-hash-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=75c58a1340092ac7 -C extra-filename=-75c58a1340092ac7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
26342023-05-03T02:43:10.759Z Compiling lazycell v1.3.0
26352023-05-03T02:43:10.764Z Running `rustc --crate-name lazycell /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/lazycell-1.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=550871f9e516410d -C extra-filename=-550871f9e516410d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
26362023-05-03T02:43:11.000Z Compiling shlex v1.1.0
26372023-05-03T02:43:11.005Z Running `rustc --crate-name shlex /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/shlex-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=172ece121232bbbe -C extra-filename=-172ece121232bbbe --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
26382023-05-03T02:43:11.152Z Compiling peeking_take_while v0.1.2
26392023-05-03T02:43:11.158Z Running `rustc --crate-name peeking_take_while /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/peeking_take_while-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=7b5fc05bd94bb3dd -C extra-filename=-7b5fc05bd94bb3dd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
26402023-05-03T02:43:11.331Z Running `rustc --crate-name fragile --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/fragile-2.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 -C metadata=8aa08587d038d718 -C extra-filename=-8aa08587d038d718 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
26412023-05-03T02:43:11.943Z Running `rustc --crate-name downcast --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/downcast-0.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=544425bcf327cf08 -C extra-filename=-544425bcf327cf08 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
26422023-05-03T02:43:11.948Z Running `rustc --crate-name bindgen --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/bindgen-0.65.1/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=2 -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=3c5b155b0306620a -C extra-filename=-3c5b155b0306620a --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-f311115e4eb2c3ba.rmeta --extern cexpr=/work/oxidecomputer/omicron/target/debug/deps/libcexpr-f9818fd4354ff0b7.rmeta --extern clang_sys=/work/oxidecomputer/omicron/target/debug/deps/libclang_sys-b73ec2512bded196.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-754126440583bf8d.rmeta --extern lazycell=/work/oxidecomputer/omicron/target/debug/deps/liblazycell-550871f9e516410d.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-6ea2251cc3fbcfe3.rmeta --extern peeking_take_while=/work/oxidecomputer/omicron/target/debug/deps/libpeeking_take_while-7b5fc05bd94bb3dd.rmeta --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-df426ed57a8ead1d.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-7e5706224bd8cc5a.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-dee3cb74b1ec4ef9.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-9544c2a73650ad75.rmeta --extern rustc_hash=/work/oxidecomputer/omicron/target/debug/deps/librustc_hash-75c58a1340092ac7.rmeta --extern shlex=/work/oxidecomputer/omicron/target/debug/deps/libshlex-172ece121232bbbe.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-2466aa954e1f2dbb.rmeta --extern which=/work/oxidecomputer/omicron/target/debug/deps/libwhich-fa3010f388f54df2.rmeta --cap-lints allow -D warnings`
26432023-05-03T02:43:11.954Z Compiling globset v0.4.10
26442023-05-03T02:43:11.959Z Running `rustc --crate-name globset --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/globset-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=2 --cfg 'feature="default"' --cfg 'feature="log"' -C metadata=a54b1367f349926c -C extra-filename=-a54b1367f349926c --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-dd210545b374e50b.rmeta --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-432c3fd79fc58038.rmeta --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-ce07f21fc5183631.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-686a5a811aee7568.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-9544c2a73650ad75.rmeta --cap-lints allow -D warnings`
26452023-05-03T02:43:12.042Z Running `rustc --crate-name mockall --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/mockall-0.11.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 -C metadata=2697af9a0d607fc3 -C extra-filename=-2697af9a0d607fc3 --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-3236f5900b9f1a09.rmeta --extern downcast=/work/oxidecomputer/omicron/target/debug/deps/libdowncast-544425bcf327cf08.rmeta --extern fragile=/work/oxidecomputer/omicron/target/debug/deps/libfragile-8aa08587d038d718.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-8a685d01b4b534ab.rmeta --extern mockall_derive=/work/oxidecomputer/omicron/target/debug/deps/libmockall_derive-52d1c0279d6645c2.so --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-ef4e7862bfc2336b.rmeta --extern predicates_tree=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_tree-cb8564a263f6ee91.rmeta --cap-lints allow -D warnings`
26462023-05-03T02:43:12.691Z Running `rustc --crate-name radix_trie --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 -C metadata=8eed8be08bf5a84a -C extra-filename=-8eed8be08bf5a84a --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-883e626aec24e2bc.rmeta --extern nibble_vec=/work/oxidecomputer/omicron/target/debug/deps/libnibble_vec-d0430b27e2bc15c3.rmeta --cap-lints allow -D warnings`
26472023-05-03T02:43:12.744Z Compiling sec1 v0.3.0
26482023-05-03T02:43:12.750Z Running `rustc --crate-name sec1 --edition=2021 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/sec1-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=2 --cfg 'feature="alloc"' --cfg 'feature="base16ct"' --cfg 'feature="default"' --cfg 'feature="der"' --cfg 'feature="generic-array"' --cfg 'feature="pkcs8"' --cfg 'feature="point"' --cfg 'feature="subtle"' --cfg 'feature="zeroize"' -C metadata=ea76846036b3a84a -C extra-filename=-ea76846036b3a84a --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-1db2232dcaf19741.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-35d356d0f6b38a18.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-993240fa64af07fc.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-2e8ecda0db0db071.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-c01aec52d29c937a.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-19eb1bc817c7514b.rmeta --cap-lints allow -D warnings`
26492023-05-03T02:43:13.894Z Compiling path-absolutize v3.0.14
26502023-05-03T02:43:13.899Z Running `rustc --crate-name path_absolutize --edition=2021 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/path-absolutize-3.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=2 -C metadata=d3c26f6612c1dd9f -C extra-filename=-d3c26f6612c1dd9f --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-7c3183e02992ab61.rmeta --cap-lints allow -D warnings`
26512023-05-03T02:43:13.918Z Running `/work/oxidecomputer/omicron/target/debug/build/libxml-66ef39995be475cb/build-script-build`
26522023-05-03T02:43:14.020Z Compiling group v0.12.1
26532023-05-03T02:43:14.025Z Running `rustc --crate-name group --edition=2021 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/group-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=2 -C metadata=ed487de853ad0825 -C extra-filename=-ed487de853ad0825 --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-f802017f48eff3cc.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-fd183f5ae42f62fa.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-c01aec52d29c937a.rmeta --cap-lints allow -D warnings`
26542023-05-03T02:43:14.244Z Running `rustc --crate-name gateway_messages --edition=2021 /home/build/.cargo/git/checkouts/management-gateway-service-749acba834b73294/2dcc63c/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=2 --cfg 'feature="default"' --cfg 'feature="smoltcp"' --cfg 'feature="std"' -C metadata=e0f900f8db507d9c -C extra-filename=-e0f900f8db507d9c --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-d34174f1ba198652.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-e51529ea31ad7ff3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-8eb9b2d8b171c9a9.rmeta --extern serde_repr=/work/oxidecomputer/omicron/target/debug/deps/libserde_repr-bbcc9d314aa4411f.so --extern smoltcp=/work/oxidecomputer/omicron/target/debug/deps/libsmoltcp-9eac2223048d8a0b.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-3ad30c3c155d1dea.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d1a0abc5ade2db54.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-1f74435754b64ff8.rmeta --cap-lints allow -D warnings`
26552023-05-03T02:43:14.810Z Running `rustc --crate-name opte_ioctl --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/3f92917/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=2 -C metadata=1dcfbae5186a49b1 -C extra-filename=-1dcfbae5186a49b1 --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-8ace6616485d65e0.rmeta --extern libnet=/work/oxidecomputer/omicron/target/debug/deps/liblibnet-43e32e063f133829.rmeta --extern opte=/work/oxidecomputer/omicron/target/debug/deps/libopte-b0e0c1fa421d9870.rmeta --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-de5dfd217a2f739c.rmeta --extern postcard=/work/oxidecomputer/omicron/target/debug/deps/libpostcard-d9b28c732d35c7c1.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-8eb9b2d8b171c9a9.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b122fed81b2a5729.rmeta --cap-lints allow -D warnings`
26562023-05-03T02:43:14.825Z Running `rustc --crate-name structopt --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 --cfg 'feature="default"' -C metadata=b59653bf7fbc5bc6 -C extra-filename=-b59653bf7fbc5bc6 --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-3f79aa509bb14dba.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-8a685d01b4b534ab.rmeta --extern structopt_derive=/work/oxidecomputer/omicron/target/debug/deps/libstructopt_derive-5baae39e33dc241c.so --cap-lints allow -D warnings`
26572023-05-03T02:43:14.830Z Compiling derive_builder_macro v0.12.0
26582023-05-03T02:43:14.835Z Running `rustc --crate-name derive_builder_macro /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/derive_builder_macro-0.12.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=2 -C metadata=f2574c6918db5a11 -C extra-filename=-f2574c6918db5a11 --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-1ecc68da5f3c4be1.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-bb189b68ee44fd46.rlib --extern proc_macro --cap-lints allow -D warnings`
26592023-05-03T02:43:15.190Z Compiling curve25519-dalek v3.2.0
26602023-05-03T02:43:15.195Z Running `rustc --crate-name curve25519_dalek /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/curve25519-dalek-3.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=2 --cfg 'feature="alloc"' --cfg 'feature="std"' --cfg 'feature="u64_backend"' -C metadata=8b9863826e12d088 -C extra-filename=-8b9863826e12d088 --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-d01e06aeb22800a4.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-f871486f2b27aeab.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-73c7d02eb1d69c8f.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-c01aec52d29c937a.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-19eb1bc817c7514b.rmeta --cap-lints allow -D warnings`
26612023-05-03T02:43:16.258Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26622023-05-03T02:43:16.263Z Running `rustc --crate-name build_script_build --edition=2021 nexus/db-model/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 -C metadata=bb05fcef7d610cd1 -C extra-filename=-bb05fcef7d610cd1 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-db-model-bb05fcef7d610cd1 -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-86110576573fb360.rlib -D warnings`
26632023-05-03T02:43:16.648Z Compiling pin-project v1.0.12
26642023-05-03T02:43:16.654Z Running `rustc --crate-name pin_project --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/pin-project-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=2 -C metadata=044713da1aa7b0d8 -C extra-filename=-044713da1aa7b0d8 --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-6444bf914b8f9b81.so --cap-lints allow -D warnings`
26652023-05-03T02:43:16.978Z Running `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=2 -C metadata=e8fd7997ab636e4d -C extra-filename=-e8fd7997ab636e4d --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-5994f6b5c293cae8.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-8ace6616485d65e0.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-438561e90c9dedac.rmeta --cap-lints allow -D warnings`
26662023-05-03T02:43:17.168Z Running `rustc --crate-name zone --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/zone-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=2 --cfg 'feature="async"' -C metadata=b3eaa8d8af7a1c4b -C extra-filename=-b3eaa8d8af7a1c4b --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-2d3118965e82afb4.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b122fed81b2a5729.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e3bc36a7db76edcf.rmeta --extern zone_cfg_derive=/work/oxidecomputer/omicron/target/debug/deps/libzone_cfg_derive-fdc098f2150a001f.so --cap-lints allow -D warnings`
26672023-05-03T02:43:17.894Z Compiling password-hash v0.5.0
26682023-05-03T02:43:17.900Z Running `rustc --crate-name password_hash --edition=2021 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="rand_core"' --cfg 'feature="std"' -C metadata=066bc8122eef7ee2 -C extra-filename=-066bc8122eef7ee2 --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-884e894d4142fcf9.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-fd183f5ae42f62fa.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-c01aec52d29c937a.rmeta --cap-lints allow -D warnings`
26692023-05-03T02:43:18.383Z Running `rustc --crate-name parking_lot_core --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 -C metadata=a4faa86499384ad4 -C extra-filename=-a4faa86499384ad4 --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-3236f5900b9f1a09.rmeta --extern instant=/work/oxidecomputer/omicron/target/debug/deps/libinstant-f7848890f6a869df.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-8ace6616485d65e0.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-cce82b110cd39108.rmeta --cap-lints allow -D warnings`
26702023-05-03T02:43:19.697Z Running `rustc --crate-name libefi_sys --edition=2021 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 -C metadata=6dbb321253c5782a -C extra-filename=-6dbb321253c5782a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -l efi`
26712023-05-03T02:43:19.839Z Running `rustc --crate-name tokio_stream --edition=2021 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 --cfg 'feature="default"' --cfg 'feature="time"' -C metadata=04ddee21d8433df5 -C extra-filename=-04ddee21d8433df5 --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-a1ad4564885a93e7.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-6c7158ab17a5e7e9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e3bc36a7db76edcf.rmeta --cap-lints allow -D warnings`
26722023-05-03T02:43:20.563Z Running `rustc --crate-name smf --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/smf-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=2 -C metadata=8ffba502cf0d3b10 -C extra-filename=-8ffba502cf0d3b10 --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-b122fed81b2a5729.rmeta --cap-lints allow -D warnings`
26732023-05-03T02:43:20.569Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e7ce7a1dbe2d410b787df2e52478229b008b4750#e7ce7a1d)
26742023-05-03T02:43:20.574Z Running `rustc --crate-name propolis_types --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/e7ce7a1/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=2 -C metadata=58f464e797ae1197 -C extra-filename=-58f464e797ae1197 --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-60544344d4d0804a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-9d729fa31918ec84.rmeta --cap-lints allow -D warnings`
26752023-05-03T02:43:20.686Z Compiling blake2 v0.10.6
26762023-05-03T02:43:20.692Z Running `rustc --crate-name blake2 --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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 embed-bitcode=no -C debuginfo=2 -C metadata=dd0dc636fa5d725f -C extra-filename=-dd0dc636fa5d725f --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-7479cde9c5aba68b.rmeta --cap-lints allow -D warnings`
26772023-05-03T02:43:21.055Z Compiling universal-hash v0.4.1
26782023-05-03T02:43:21.061Z Compiling olpc-cjson v0.1.3
26792023-05-03T02:43:21.066Z Running `rustc --crate-name universal_hash --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/universal-hash-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=2 -C metadata=89a6aeff31392a2e -C extra-filename=-89a6aeff31392a2e --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-993240fa64af07fc.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-c01aec52d29c937a.rmeta --cap-lints allow -D warnings`
26802023-05-03T02:43:21.077Z Running `rustc --crate-name olpc_cjson --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 -C metadata=e513e9bda7b16c00 -C extra-filename=-e513e9bda7b16c00 --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-9d729fa31918ec84.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-940b0a5541759ffe.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-57b5dedda31d991d.rmeta --cap-lints allow -D warnings`
26812023-05-03T02:43:21.501Z Compiling cipher v0.3.0
26822023-05-03T02:43:21.506Z Running `rustc --crate-name cipher --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/cipher-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=2 -C metadata=3e9f709273b918b5 -C extra-filename=-3e9f709273b918b5 --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-993240fa64af07fc.rmeta --cap-lints allow -D warnings`
26832023-05-03T02:43:21.989Z Compiling block-buffer v0.9.0
26842023-05-03T02:43:21.996Z Compiling serde_arrays v0.1.0
26852023-05-03T02:43:22.002Z Running `rustc --crate-name block_buffer --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/block-buffer-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=2 -C metadata=c01f68272939419e -C extra-filename=-c01f68272939419e --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-993240fa64af07fc.rmeta --cap-lints allow -D warnings`
26862023-05-03T02:43:22.007Z Running `rustc --crate-name serde_arrays --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 -C metadata=a212b2b17cb00da0 -C extra-filename=-a212b2b17cb00da0 --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-9d729fa31918ec84.rmeta --cap-lints allow -D warnings`
26872023-05-03T02:43:22.082Z Compiling serde_plain v1.0.1
26882023-05-03T02:43:22.087Z Running `rustc --crate-name serde_plain --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/serde_plain-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=2 -C metadata=361214666ab39380 -C extra-filename=-361214666ab39380 --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-9d729fa31918ec84.rmeta --cap-lints allow -D warnings`
26892023-05-03T02:43:22.228Z Running `rustc --crate-name linear_map /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 -C metadata=edd31b7d66114382 -C extra-filename=-edd31b7d66114382 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
26902023-05-03T02:43:22.233Z Compiling indoc v1.0.9
26912023-05-03T02:43:22.255Z Running `rustc --crate-name indoc --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/indoc-1.0.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=2 -C metadata=104d68cbc9e90640 -C extra-filename=-104d68cbc9e90640 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro --cap-lints allow -D warnings`
26922023-05-03T02:43:22.500Z Running `rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/crossbeam-utils-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 -C debuginfo=2 --cfg 'feature="std"' -C metadata=3366e168e8a7835a -C extra-filename=-3366e168e8a7835a --out-dir /work/oxidecomputer/omicron/target/debug/build/crossbeam-utils-3366e168e8a7835a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
26932023-05-03T02:43:22.813Z Compiling tough v0.12.5
26942023-05-03T02:43:22.818Z Running `rustc --crate-name tough --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 --cfg 'feature="http"' --cfg 'feature="reqwest"' -C metadata=4b89ef9c0f5a704a -C extra-filename=-4b89ef9c0f5a704a --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-32820d6515860c0f.rmeta --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-5e05b1663f0a4f80.rmeta --extern globset=/work/oxidecomputer/omicron/target/debug/deps/libglobset-a54b1367f349926c.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-655e4d3d400b5f6c.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-686a5a811aee7568.rmeta --extern olpc_cjson=/work/oxidecomputer/omicron/target/debug/deps/libolpc_cjson-e513e9bda7b16c00.rmeta --extern path_absolutize=/work/oxidecomputer/omicron/target/debug/deps/libpath_absolutize-d3c26f6612c1dd9f.rmeta --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-1b5c7dc73b7acf7b.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-26d0fb26396a5e09.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-cbf5d867b487f4f6.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-48cef5dadd3b79b2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-9d729fa31918ec84.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-940b0a5541759ffe.rmeta --extern serde_plain=/work/oxidecomputer/omicron/target/debug/deps/libserde_plain-361214666ab39380.rmeta --extern snafu=/work/oxidecomputer/omicron/target/debug/deps/libsnafu-65d08b1b32d7c826.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-9e43cd504d5e9604.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-bbdb8e4945845338.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-4ee9d7fe35d44397.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-202a6fc207fe77c3.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-194683ec6123397c/out`
26952023-05-03T02:43:22.962Z Compiling sha2 v0.9.9
26962023-05-03T02:43:22.968Z Running `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=2 -C metadata=2ae955823df6503d -C extra-filename=-2ae955823df6503d --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-5994f6b5c293cae8.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-1bad44e5f7703239.rmeta --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-82319ab146e13ff5.so --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-d5e4be820dfbcfe9.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-49a459f4335048f1.rmeta --extern linear_map=/work/oxidecomputer/omicron/target/debug/deps/liblinear_map-edd31b7d66114382.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-3ac7cc751d756415.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-03bbb2d6bf1b8aa4.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-8eb9b2d8b171c9a9.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-72173ad921688e6f.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-607487ef4f11f8b3.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-d17ae93f1c55387c.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e3bc36a7db76edcf.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d1a0abc5ade2db54.rmeta -D warnings`
26972023-05-03T02:43:22.973Z Running `rustc --crate-name sha2 --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/sha2-0.9.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=2 --cfg 'feature="std"' -C metadata=4b2aa3cd66d20af6 -C extra-filename=-4b2aa3cd66d20af6 --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-c01f68272939419e.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-04f30b2fb38eaf49.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-bd87ba1c1f9f9192.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-f871486f2b27aeab.rmeta --extern opaque_debug=/work/oxidecomputer/omicron/target/debug/deps/libopaque_debug-3a58223859e3ff14.rmeta --cap-lints allow -D warnings`
26982023-05-03T02:43:23.411Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e7ce7a1dbe2d410b787df2e52478229b008b4750#e7ce7a1d)
26992023-05-03T02:43:23.417Z Running `rustc --crate-name bhyve_api_sys --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/e7ce7a1/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=2 -C metadata=8cf1a0d631ab27ff -C extra-filename=-8cf1a0d631ab27ff --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-3b4ca36201d98b6d.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-984a34bcb47bf888.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-9d729fa31918ec84.rmeta --extern serde_arrays=/work/oxidecomputer/omicron/target/debug/deps/libserde_arrays-a212b2b17cb00da0.rmeta --cap-lints allow -D warnings`
27002023-05-03T02:43:23.726Z Running `/work/oxidecomputer/omicron/target/debug/build/crossbeam-utils-3366e168e8a7835a/build-script-build`
27012023-05-03T02:43:23.761Z Compiling chacha20 v0.8.2
27022023-05-03T02:43:23.766Z Running `rustc --crate-name chacha20 --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/chacha20-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=2 --cfg 'feature="cipher"' --cfg 'feature="default"' --cfg 'feature="zeroize"' -C metadata=b9838d120749cb6c -C extra-filename=-b9838d120749cb6c --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-04f30b2fb38eaf49.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-3e9f709273b918b5.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-bd87ba1c1f9f9192.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-19eb1bc817c7514b.rmeta --cap-lints allow -D warnings`
27032023-05-03T02:43:24.854Z Compiling argon2 v0.5.0
27042023-05-03T02:43:24.869Z Running `rustc --crate-name argon2 --edition=2021 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/argon2-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 opt-level=3 -C embed-bitcode=no -C debuginfo=2 -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="password-hash"' --cfg 'feature="rand"' --cfg 'feature="std"' -C metadata=d1808671844f4e1a -C extra-filename=-d1808671844f4e1a --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-884e894d4142fcf9.rmeta --extern blake2=/work/oxidecomputer/omicron/target/debug/deps/libblake2-dd0dc636fa5d725f.rmeta --extern password_hash=/work/oxidecomputer/omicron/target/debug/deps/libpassword_hash-066bc8122eef7ee2.rmeta --cap-lints allow -D warnings`
27052023-05-03T02:43:24.874Z Compiling poly1305 v0.7.2
27062023-05-03T02:43:24.879Z Running `rustc --crate-name poly1305 --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/poly1305-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=2 -C metadata=12bd98159ce0b03d -C extra-filename=-12bd98159ce0b03d --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-bd87ba1c1f9f9192.rmeta --extern opaque_debug=/work/oxidecomputer/omicron/target/debug/deps/libopaque_debug-3a58223859e3ff14.rmeta --extern universal_hash=/work/oxidecomputer/omicron/target/debug/deps/libuniversal_hash-89a6aeff31392a2e.rmeta --cap-lints allow -D warnings`
27072023-05-03T02:43:25.189Z Running `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=2 -C metadata=bccaee881a548327 -C extra-filename=-bccaee881a548327 --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-8ace6616485d65e0.rmeta --extern libefi_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_sys-6dbb321253c5782a.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b122fed81b2a5729.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d1a0abc5ade2db54.rmeta --cap-lints allow -D warnings`
27082023-05-03T02:43:25.194Z Running `rustc --crate-name parking_lot --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 --cfg 'feature="default"' -C metadata=2263a73b71dc0854 -C extra-filename=-2263a73b71dc0854 --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-f7848890f6a869df.rmeta --extern lock_api=/work/oxidecomputer/omicron/target/debug/deps/liblock_api-7380492fe494c207.rmeta --extern parking_lot_core=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot_core-a4faa86499384ad4.rmeta --cap-lints allow -D warnings`
27092023-05-03T02:43:26.287Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-db-model-bb05fcef7d610cd1/build-script-build`
27102023-05-03T02:43:26.293Z Compiling elliptic-curve v0.12.3
27112023-05-03T02:43:26.298Z Running `rustc --crate-name elliptic_curve --edition=2021 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/elliptic-curve-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=2 --cfg 'feature="alloc"' --cfg 'feature="arithmetic"' --cfg 'feature="default"' --cfg 'feature="digest"' --cfg 'feature="ecdh"' --cfg 'feature="ff"' --cfg 'feature="group"' --cfg 'feature="hazmat"' --cfg 'feature="hkdf"' --cfg 'feature="pkcs8"' --cfg 'feature="sec1"' --cfg 'feature="std"' -C metadata=a0e9d5d3de62108c -C extra-filename=-a0e9d5d3de62108c --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-1db2232dcaf19741.rmeta --extern crypto_bigint=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_bigint-01c9d02602063d11.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-35d356d0f6b38a18.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-7479cde9c5aba68b.rmeta --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-f802017f48eff3cc.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-993240fa64af07fc.rmeta --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-ed487de853ad0825.rmeta --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-692f5d09ad8c01eb.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-2e8ecda0db0db071.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-fd183f5ae42f62fa.rmeta --extern sec1=/work/oxidecomputer/omicron/target/debug/deps/libsec1-ea76846036b3a84a.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-c01aec52d29c937a.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-19eb1bc817c7514b.rmeta --cap-lints allow -D warnings`
27122023-05-03T02:43:26.521Z Running `rustc --crate-name trust_dns_client --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 -C metadata=ab2395501723aa4c -C extra-filename=-ab2395501723aa4c --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-3236f5900b9f1a09.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-cdc51dee5eaef88c.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-d2267efff75dc0c0.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-a5d020236f0241f3.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-8a685d01b4b534ab.rmeta --extern radix_trie=/work/oxidecomputer/omicron/target/debug/deps/libradix_trie-8eed8be08bf5a84a.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-95f5a12fb301f6d6.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b122fed81b2a5729.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-c0a08fa3eeac4d73.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e3bc36a7db76edcf.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-600eed4dad7ddf48.rmeta --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-c490d14df6a7eb45.rmeta --cap-lints allow -D warnings`
27132023-05-03T02:43:27.053Z Compiling rand v0.7.3
27142023-05-03T02:43:27.058Z Running `rustc --crate-name rand --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-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=2 --cfg 'feature="alloc"' --cfg 'feature="getrandom"' --cfg 'feature="getrandom_package"' --cfg 'feature="libc"' --cfg 'feature="std"' -C metadata=8209fe0ab1f10d67 -C extra-filename=-8209fe0ab1f10d67 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern getrandom_package=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-7f4f61d1e7c585df.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-3b4ca36201d98b6d.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-eea0f36771afe18e.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-73c7d02eb1d69c8f.rmeta --cap-lints allow -D warnings`
27152023-05-03T02:43:27.163Z Running `rustc --crate-name ed25519 --edition=2021 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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 panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=e18d7f6a2679429e -C extra-filename=-e18d7f6a2679429e --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-2a63a13b00bcee09.rmeta --cap-lints allow -D warnings`
27162023-05-03T02:43:27.799Z Compiling env_logger v0.9.3
27172023-05-03T02:43:27.804Z Running `rustc --crate-name env_logger --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 --cfg 'feature="atty"' --cfg 'feature="default"' --cfg 'feature="humantime"' --cfg 'feature="regex"' --cfg 'feature="termcolor"' -C metadata=f3450a30285447ab -C extra-filename=-f3450a30285447ab --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-fdffab5aeefb2b05.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-8ab7e928d8828552.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-686a5a811aee7568.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-9544c2a73650ad75.rmeta --extern termcolor=/work/oxidecomputer/omicron/target/debug/deps/libtermcolor-3813837c6f251ddc.rmeta --cap-lints allow -D warnings`
27182023-05-03T02:43:29.623Z Compiling aead v0.4.3
27192023-05-03T02:43:29.628Z Running `rustc --crate-name aead --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/aead-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=2 --cfg 'feature="alloc"' --cfg 'feature="heapless"' -C metadata=bcce0e50cd2ca5b9 -C extra-filename=-bcce0e50cd2ca5b9 --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-993240fa64af07fc.rmeta --extern heapless=/work/oxidecomputer/omicron/target/debug/deps/libheapless-4546cd4bdd68ed90.rmeta --cap-lints allow -D warnings`
27202023-05-03T02:43:30.449Z Running `rustc --crate-name getrandom --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/getrandom-0.1.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=2 --cfg 'feature="std"' -C metadata=f6801a6736e3e9ee -C extra-filename=-f6801a6736e3e9ee --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-3236f5900b9f1a09.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-8ace6616485d65e0.rmeta --cap-lints allow -D warnings`
27212023-05-03T02:43:30.607Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=3a3e806bfc2eea3519cfc0ec14ec4e745f275cd6#3a3e806b)
27222023-05-03T02:43:30.612Z Running `rustc --crate-name crucible_client_types --edition=2021 /home/build/.cargo/git/checkouts/crucible-f3b5bdecdc6486d6/3a3e806/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=2 -C metadata=a8a2a52498fd6495 -C extra-filename=-a8a2a52498fd6495 --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-22d534c80d7f8257.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-60544344d4d0804a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-9d729fa31918ec84.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-940b0a5541759ffe.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-88178d7c063e03bd.rmeta --cap-lints allow -D warnings`
27232023-05-03T02:43:31.175Z Running `rustc --crate-name time --edition=2021 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/time-0.3.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=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="formatting"' --cfg 'feature="local-offset"' --cfg 'feature="macros"' --cfg 'feature="std"' -C metadata=9981f678536aa257 -C extra-filename=-9981f678536aa257 --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-8c2f39bfab5667a6.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-3b4ca36201d98b6d.rmeta --extern num_threads=/work/oxidecomputer/omicron/target/debug/deps/libnum_threads-b97cbda3abc738e2.rmeta --extern time_core=/work/oxidecomputer/omicron/target/debug/deps/libtime_core-60fb2b41e8d82ac2.rmeta --extern time_macros=/work/oxidecomputer/omicron/target/debug/deps/libtime_macros-663719debbfe7f36.so --cap-lints allow -D warnings`
27242023-05-03T02:43:31.222Z Compiling sha-1 v0.10.1
27252023-05-03T02:43:31.227Z Running `rustc --crate-name sha1 --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=c1559c7aaaa7b038 -C extra-filename=-c1559c7aaaa7b038 --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-04f30b2fb38eaf49.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-bd87ba1c1f9f9192.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-7479cde9c5aba68b.rmeta --cap-lints allow -D warnings`
27262023-05-03T02:43:32.044Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
27272023-05-03T02:43:32.050Z Running `rustc --crate-name db_macros --edition=2021 nexus/db-macros/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=2 -C metadata=f908de5799e27a39 -C extra-filename=-f908de5799e27a39 --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-73a3701d0b9eac26.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-7e5706224bd8cc5a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-dee3cb74b1ec4ef9.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-9d729fa31918ec84.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-cf5961d402cf1b60.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-2466aa954e1f2dbb.rlib --extern proc_macro -D warnings`
27282023-05-03T02:43:32.208Z Running `rustc --crate-name rand /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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 panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="libc"' --cfg 'feature="std"' -C metadata=46c1f46f98b5f0b6 -C extra-filename=-46c1f46f98b5f0b6 --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-8ace6616485d65e0.rmeta --cap-lints allow -D warnings`
27292023-05-03T02:43:32.372Z Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e7ce7a1dbe2d410b787df2e52478229b008b4750#e7ce7a1d)
27302023-05-03T02:43:32.378Z Running `rustc --crate-name viona_api_sys --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/e7ce7a1/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=2 -C metadata=53126ca5c670b9e1 -C extra-filename=-53126ca5c670b9e1 --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-3b4ca36201d98b6d.rmeta --cap-lints allow -D warnings`
27312023-05-03T02:43:32.704Z Compiling cookie v0.16.2
27322023-05-03T02:43:32.721Z Running `rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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 debuginfo=2 -C metadata=878ab612cb33bdde -C extra-filename=-878ab612cb33bdde --out-dir /work/oxidecomputer/omicron/target/debug/build/cookie-878ab612cb33bdde -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-cc4f27bdf927284c.rlib --cap-lints allow -D warnings`
27332023-05-03T02:43:32.730Z Compiling diesel-dtrace v0.1.1 (https://github.com/oxidecomputer/diesel-dtrace?rev=309bd361d886a237fbdd5d74992bdbd783f98bff#309bd361)
27342023-05-03T02:43:32.742Z Running `rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/diesel-dtrace-b9b9a29f91f682b9/309bd36/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 -C metadata=5dbfaf6d18d5d8e3 -C extra-filename=-5dbfaf6d18d5d8e3 --out-dir /work/oxidecomputer/omicron/target/debug/build/diesel-dtrace-5dbfaf6d18d5d8e3 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-cc4f27bdf927284c.rlib --cap-lints allow -D warnings`
27352023-05-03T02:43:33.456Z Compiling tap v1.0.1
27362023-05-03T02:43:33.462Z Running `rustc --crate-name tap /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 -C metadata=4acba686629ebdce -C extra-filename=-4acba686629ebdce --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
27372023-05-03T02:43:33.482Z Running `rustc --crate-name remove_dir_all /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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 panic=abort -C embed-bitcode=no -C debuginfo=2 -C metadata=32002af7c06bfd6c -C extra-filename=-32002af7c06bfd6c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
27382023-05-03T02:43:33.788Z Running `rustc --crate-name crc_catalog --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 -C metadata=d86ac885c3b2eb6b -C extra-filename=-d86ac885c3b2eb6b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
27392023-05-03T02:43:33.868Z Compiling openssl-probe v0.1.5
27402023-05-03T02:43:33.874Z Running `rustc --crate-name openssl_probe /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 -C metadata=2da14cf7ed816f8e -C extra-filename=-2da14cf7ed816f8e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
27412023-05-03T02:43:34.205Z Compiling foreign-types-shared v0.1.1
27422023-05-03T02:43:34.210Z Running `rustc --crate-name foreign_types_shared /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 -C metadata=4a6fa2f15d56da51 -C extra-filename=-4a6fa2f15d56da51 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
27432023-05-03T02:43:34.888Z Compiling ascii v1.1.0
27442023-05-03T02:43:34.895Z Running `rustc --crate-name ascii /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 -C metadata=eafc94d2ea4af8d7 -C extra-filename=-eafc94d2ea4af8d7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
27452023-05-03T02:43:34.900Z Running `rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/rustls-0.21.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="tls12"' -C metadata=02b9fb1f4f568c7c -C extra-filename=-02b9fb1f4f568c7c --out-dir /work/oxidecomputer/omicron/target/debug/build/rustls-02b9fb1f4f568c7c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
27462023-05-03T02:43:35.469Z Running `rustc --crate-name keccak /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/keccak-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=2 -C metadata=012bfb1c49778c7f -C extra-filename=-012bfb1c49778c7f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
27472023-05-03T02:43:35.475Z Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c)
27482023-05-03T02:43:35.481Z Running `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=2 -C metadata=a75e5c25b217fb51 -C extra-filename=-a75e5c25b217fb51 --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-eafc94d2ea4af8d7.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-9dd1362437d01057.so --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-f311115e4eb2c3ba.rmeta --extern env_logger=/work/oxidecomputer/omicron/target/debug/deps/libenv_logger-f3450a30285447ab.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7b78a4e9c695d3a0.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-686a5a811aee7568.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-6f624496ed77b6b0.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b00445e5c4984cd2.rmeta --cap-lints allow -D warnings`
27492023-05-03T02:43:36.325Z Compiling foreign-types v0.3.2
27502023-05-03T02:43:36.341Z Running `rustc --crate-name foreign_types /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 -C metadata=30978d737dbed419 -C extra-filename=-30978d737dbed419 --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-4a6fa2f15d56da51.rmeta --cap-lints allow -D warnings`
27512023-05-03T02:43:36.346Z Running `rustc --crate-name sha3 --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/sha3-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 panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=e407aa4fd57350fe -C extra-filename=-e407aa4fd57350fe --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-74b8552d3c684044.rmeta --extern keccak=/work/oxidecomputer/omicron/target/debug/deps/libkeccak-012bfb1c49778c7f.rmeta --cap-lints allow -D warnings`
27522023-05-03T02:43:36.456Z Running `rustc --crate-name tempdir /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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 panic=abort -C embed-bitcode=no -C debuginfo=2 -C metadata=60e6ec4e448dc225 -C extra-filename=-60e6ec4e448dc225 --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-46c1f46f98b5f0b6.rmeta --extern remove_dir_all=/work/oxidecomputer/omicron/target/debug/deps/libremove_dir_all-32002af7c06bfd6c.rmeta --cap-lints allow -D warnings`
27532023-05-03T02:43:37.222Z Running `rustc --crate-name crc --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 -C metadata=2b45d22400d12ef9 -C extra-filename=-2b45d22400d12ef9 --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-d86ac885c3b2eb6b.rmeta --cap-lints allow -D warnings`
27542023-05-03T02:43:37.750Z Compiling wyz v0.5.1
27552023-05-03T02:43:37.757Z Running `rustc --crate-name wyz --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 -C metadata=23d4e48fb631f2ab -C extra-filename=-23d4e48fb631f2ab --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-4acba686629ebdce.rmeta --cap-lints allow -D warnings`
27562023-05-03T02:43:37.900Z Running `/work/oxidecomputer/omicron/target/debug/build/diesel-dtrace-5dbfaf6d18d5d8e3/build-script-build`
27572023-05-03T02:43:38.141Z Running `/work/oxidecomputer/omicron/target/debug/build/cookie-878ab612cb33bdde/build-script-build`
27582023-05-03T02:43:38.375Z Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e7ce7a1dbe2d410b787df2e52478229b008b4750#e7ce7a1d)
27592023-05-03T02:43:38.380Z Running `rustc --crate-name viona_api --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/e7ce7a1/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=2 -C metadata=77aac3895c255c6c -C extra-filename=-77aac3895c255c6c --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-3b4ca36201d98b6d.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-984a34bcb47bf888.rmeta --extern viona_api_sys=/work/oxidecomputer/omicron/target/debug/deps/libviona_api_sys-53126ca5c670b9e1.rmeta --cap-lints allow -D warnings`
27602023-05-03T02:43:38.546Z Compiling tungstenite v0.17.3
27612023-05-03T02:43:38.552Z Running `rustc --crate-name tungstenite --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 -C metadata=35993d57863b7a60 -C extra-filename=-35993d57863b7a60 --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-8529f7cc9a24c0bc.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-d01e06aeb22800a4.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5d6079816e523e86.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-593a43af3ae7d8a4.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-054694819a5edf1d.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-686a5a811aee7568.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-83008e00ec653611.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-c1559c7aaaa7b038.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-6f624496ed77b6b0.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-4ee9d7fe35d44397.rmeta --extern utf8=/work/oxidecomputer/omicron/target/debug/deps/libutf8-15146d99a81904d7.rmeta --cap-lints allow -D warnings`
27622023-05-03T02:43:39.193Z Running `rustc --crate-name rand_core --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/rand_core-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=2 --cfg 'feature="alloc"' --cfg 'feature="getrandom"' --cfg 'feature="std"' -C metadata=5e52f66f2ddd6390 -C extra-filename=-5e52f66f2ddd6390 --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-f6801a6736e3e9ee.rmeta --cap-lints allow -D warnings`
27632023-05-03T02:43:39.199Z Compiling chacha20poly1305 v0.9.1
27642023-05-03T02:43:39.205Z Running `rustc --crate-name chacha20poly1305 --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/chacha20poly1305-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=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="heapless"' -C metadata=e903663e4dc0b9a0 -C extra-filename=-e903663e4dc0b9a0 --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-bcce0e50cd2ca5b9.rmeta --extern chacha20=/work/oxidecomputer/omicron/target/debug/deps/libchacha20-b9838d120749cb6c.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-3e9f709273b918b5.rmeta --extern poly1305=/work/oxidecomputer/omicron/target/debug/deps/libpoly1305-12bd98159ce0b03d.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-19eb1bc817c7514b.rmeta --cap-lints allow -D warnings`
27652023-05-03T02:43:39.216Z Compiling ed25519-dalek v1.0.1
27662023-05-03T02:43:39.222Z Running `rustc --crate-name ed25519_dalek --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/ed25519-dalek-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=2 --cfg 'feature="default"' --cfg 'feature="rand"' --cfg 'feature="serde_crate"' --cfg 'feature="std"' --cfg 'feature="u64_backend"' -C metadata=0aab3a92f6aa53cc -C extra-filename=-0aab3a92f6aa53cc --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-8b9863826e12d088.rmeta --extern ed25519=/work/oxidecomputer/omicron/target/debug/deps/libed25519-93a3aa8d86d1176d.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8209fe0ab1f10d67.rmeta --extern serde_crate=/work/oxidecomputer/omicron/target/debug/deps/libserde-9d729fa31918ec84.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-4b2aa3cd66d20af6.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-19eb1bc817c7514b.rmeta --cap-lints allow -D warnings`
27672023-05-03T02:43:39.355Z Running `rustc --crate-name trust_dns_server --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/trust-dns-server-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=2 -C metadata=89e67e21ff8418c7 -C extra-filename=-89e67e21ff8418c7 --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-9dd1362437d01057.so --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-f7bc6c6fec7ff832.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3236f5900b9f1a09.rmeta --extern enum_as_inner=/work/oxidecomputer/omicron/target/debug/deps/libenum_as_inner-b10502fe5b7ac5cb.so --extern futures_executor=/work/oxidecomputer/omicron/target/debug/deps/libfutures_executor-5c6e65114a182822.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-a5d020236f0241f3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-8eb9b2d8b171c9a9.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b122fed81b2a5729.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-c0a08fa3eeac4d73.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e3bc36a7db76edcf.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-86f083b614334e7d.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-600eed4dad7ddf48.rmeta --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-ab2395501723aa4c.rmeta --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-c490d14df6a7eb45.rmeta --cap-lints allow -D warnings`
27682023-05-03T02:43:39.761Z Running `rustc --crate-name sled --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 --cfg 'feature="default"' --cfg 'feature="no_metrics"' -C metadata=90857355b54a37ba -C extra-filename=-90857355b54a37ba --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-4a542e9cc730b9c6.rmeta --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-86b21c520dc86b35.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-2d8dda456d54a927.rmeta --extern fxhash=/work/oxidecomputer/omicron/target/debug/deps/libfxhash-1d8fab7aedfd0120.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-8ace6616485d65e0.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-641ae0b131c38bfd.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-2263a73b71dc0854.rmeta --cap-lints allow -D warnings`
27692023-05-03T02:43:39.991Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e7ce7a1dbe2d410b787df2e52478229b008b4750#e7ce7a1d)
27702023-05-03T02:43:39.997Z Running `rustc --crate-name bhyve_api --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/e7ce7a1/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=2 -C metadata=7a10d20347db82ff -C extra-filename=-7a10d20347db82ff --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-8cf1a0d631ab27ff.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-3b4ca36201d98b6d.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-984a34bcb47bf888.rmeta --cap-lints allow -D warnings`
27712023-05-03T02:43:40.845Z Running `rustc --crate-name crossbeam_utils --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/crossbeam-utils-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=2 --cfg 'feature="std"' -C metadata=3d73eb7ea1bd34ed -C extra-filename=-3d73eb7ea1bd34ed --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-04f30b2fb38eaf49.rmeta --cap-lints allow -D warnings`
27722023-05-03T02:43:40.932Z Compiling x25519-dalek v2.0.0-pre.1
27732023-05-03T02:43:40.938Z Running `rustc --crate-name x25519_dalek --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/x25519-dalek-2.0.0-pre.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=2 --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="u64_backend"' -C metadata=ae24e94232404226 -C extra-filename=-ae24e94232404226 --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-8b9863826e12d088.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-fd183f5ae42f62fa.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-19eb1bc817c7514b.rmeta --cap-lints allow -D warnings`
27742023-05-03T02:43:41.516Z Compiling rfc6979 v0.3.1
27752023-05-03T02:43:41.522Z Running `rustc --crate-name rfc6979 --edition=2021 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/rfc6979-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=2 -C metadata=684d3fe462d62ec7 -C extra-filename=-684d3fe462d62ec7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern crypto_bigint=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_bigint-01c9d02602063d11.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-c1a29076f9e0f249.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-19eb1bc817c7514b.rmeta --cap-lints allow -D warnings`
27762023-05-03T02:43:42.068Z Running `rustc --crate-name md5 --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/md-5-0.10.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=34899e91b7639404 -C extra-filename=-34899e91b7639404 --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-66abe87abb208840.rmeta --cap-lints allow -D warnings`
27772023-05-03T02:43:42.463Z Running `rustc --crate-name sha2 --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/sha2-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=2 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=b116f52bb5214d0c -C extra-filename=-b116f52bb5214d0c --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-04f30b2fb38eaf49.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-bd87ba1c1f9f9192.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-66abe87abb208840.rmeta --cap-lints allow -D warnings`
27782023-05-03T02:43:43.479Z Running `rustc --crate-name hmac --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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 embed-bitcode=no -C debuginfo=2 -C metadata=fd952b4d15e912a8 -C extra-filename=-fd952b4d15e912a8 --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-66abe87abb208840.rmeta --cap-lints allow -D warnings`
27792023-05-03T02:43:43.485Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#7f772b32)
27802023-05-03T02:43:43.490Z Running `rustc --crate-name oximeter --edition=2021 /home/build/.cargo/git/checkouts/omicron-d039c41f152bda83/7f772b3/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=2 -C metadata=d6ddc54abd2aae53 -C extra-filename=-d6ddc54abd2aae53 --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-5d6079816e523e86.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-32820d6515860c0f.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-4a706b873f27c27b.rmeta --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-5a59935790d5387f.so --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-60544344d4d0804a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-9d729fa31918ec84.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-6f624496ed77b6b0.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-88178d7c063e03bd.rmeta --cap-lints allow -D warnings`
27812023-05-03T02:43:43.634Z Compiling bitstruct v0.1.1
27822023-05-03T02:43:43.640Z Running `rustc --crate-name bitstruct --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 -C metadata=40f45b7cfb3ec91a -C extra-filename=-40f45b7cfb3ec91a --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-d9a40c70cfd274f2.so --cap-lints allow -D warnings`
27832023-05-03T02:43:43.948Z Running `rustc --crate-name erased_serde --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/erased-serde-0.3.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=2 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=dce54b0a7bf05a71 -C extra-filename=-dce54b0a7bf05a71 --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-9d729fa31918ec84.rmeta --cap-lints allow -D warnings`
27842023-05-03T02:43:44.300Z Running `rustc --crate-name radium --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 -C metadata=4c43da2eb09ce91c -C extra-filename=-4c43da2eb09ce91c --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`
27852023-05-03T02:43:45.285Z Running `rustc --crate-name openssl_sys --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/openssl-sys-0.9.87/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=056c3266de83f973 -C extra-filename=-056c3266de83f973 --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-3b4ca36201d98b6d.rmeta --cap-lints allow -D warnings -L native=/usr/lib/amd64 -l ssl -l crypto --cfg openssl --cfg 'osslconf="OPENSSL_NO_SSL3_METHOD"' --cfg ossl101 --cfg ossl102 --cfg ossl102f --cfg ossl102h --cfg ossl110 --cfg ossl110f --cfg ossl110g --cfg ossl110h --cfg ossl111 --cfg ossl111b --cfg ossl111c`
27862023-05-03T02:43:46.844Z Running `rustc --crate-name buf_list --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 --cfg 'feature="tokio"' --cfg 'feature="tokio1"' -C metadata=25a189cefda8317e -C extra-filename=-25a189cefda8317e --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-f7bc6c6fec7ff832.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e3bc36a7db76edcf.rmeta --cap-lints allow -D warnings --cfg seek_convenience --cfg const_fn_trait_bounds`
27872023-05-03T02:43:47.801Z Compiling crossbeam-deque v0.8.3
27882023-05-03T02:43:47.806Z Running `rustc --crate-name crossbeam_deque --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 --cfg 'feature="crossbeam-epoch"' --cfg 'feature="crossbeam-utils"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=ea51ed9d929db817 -C extra-filename=-ea51ed9d929db817 --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-04f30b2fb38eaf49.rmeta --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-98458d4ac1246cce.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-146c66099344b1a7.rmeta --cap-lints allow -D warnings`
27892023-05-03T02:43:48.076Z Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e7ce7a1dbe2d410b787df2e52478229b008b4750#e7ce7a1d)
27902023-05-03T02:43:48.081Z Running `rustc --crate-name dladm --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/e7ce7a1/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=2 -C metadata=c08ca3cd67c63d2f -C extra-filename=-c08ca3cd67c63d2f --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-3b4ca36201d98b6d.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-984a34bcb47bf888.rmeta --cap-lints allow -D warnings`
27912023-05-03T02:43:48.239Z Running `rustc --crate-name memoffset /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 --cfg 'feature="default"' -C metadata=3e863482765e201c -C extra-filename=-3e863482765e201c --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`
27922023-05-03T02:43:48.535Z Running `rustc --crate-name phf_shared --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=5c3d80552a99198a -C extra-filename=-5c3d80552a99198a --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-fcfdf6d4b9781184.rmeta --cap-lints allow -D warnings`
27932023-05-03T02:43:48.587Z Running `rustc --crate-name serde_big_array --edition=2021 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 -C metadata=e417e70e34b41411 -C extra-filename=-e417e70e34b41411 --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-8eb9b2d8b171c9a9.rmeta --cap-lints allow -D warnings`
27942023-05-03T02:43:49.186Z Compiling oso-derive v0.26.4
27952023-05-03T02:43:49.193Z Running `rustc --crate-name oso_derive --edition=2021 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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 debuginfo=2 -C metadata=0d34f3019166e7bd -C extra-filename=-0d34f3019166e7bd --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-dee3cb74b1ec4ef9.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-bb189b68ee44fd46.rlib --extern proc_macro --cap-lints allow -D warnings`
27962023-05-03T02:43:49.443Z Compiling impl-trait-for-tuples v0.2.2
27972023-05-03T02:43:49.448Z Running `rustc --crate-name impl_trait_for_tuples --edition=2021 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/impl-trait-for-tuples-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=2 -C metadata=7f66cb2666290a63 -C extra-filename=-7f66cb2666290a63 --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-7e5706224bd8cc5a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-dee3cb74b1ec4ef9.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-bb189b68ee44fd46.rlib --extern proc_macro --cap-lints allow -D warnings`
27982023-05-03T02:43:49.746Z Compiling core2 v0.4.0
27992023-05-03T02:43:49.751Z Running `rustc --crate-name core2 --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/core2-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=2 --cfg 'feature="alloc"' --cfg 'feature="std"' -C metadata=b82a067af46330eb -C extra-filename=-b82a067af46330eb --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-c09eeb87cc2a190d.rmeta --cap-lints allow -D warnings`
28002023-05-03T02:43:50.051Z Compiling unicase v2.6.0
28012023-05-03T02:43:50.057Z Running `rustc --crate-name build_script_build /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/unicase-2.6.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 -C metadata=5bc04f62a57f09ba -C extra-filename=-5bc04f62a57f09ba --out-dir /work/oxidecomputer/omicron/target/debug/build/unicase-5bc04f62a57f09ba -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-cc4f27bdf927284c.rlib --cap-lints allow -D warnings`
28022023-05-03T02:43:50.613Z Running `rustc --crate-name pretty_hex /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 --cfg 'feature="alloc"' --cfg 'feature="default"' -C metadata=1d9034f7688dccd8 -C extra-filename=-1d9034f7688dccd8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
28032023-05-03T02:43:50.733Z Running `rustc --crate-name regex_automata /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 -C metadata=7f041fd0586505b8 -C extra-filename=-7f041fd0586505b8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
28042023-05-03T02:43:50.822Z Running `rustc --crate-name const_oid --edition=2021 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/const-oid-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 panic=abort -C embed-bitcode=no -C debuginfo=2 -C metadata=2a7934a5ddbd50b9 -C extra-filename=-2a7934a5ddbd50b9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
28052023-05-03T02:43:52.044Z Compiling funty v2.0.0
28062023-05-03T02:43:52.050Z Running `rustc --crate-name funty --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 -C metadata=3277f7dfa3cf43d1 -C extra-filename=-3277f7dfa3cf43d1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
28072023-05-03T02:43:52.056Z Running `rustc --crate-name precomputed_hash /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 -C metadata=99b49afbd77cb140 -C extra-filename=-99b49afbd77cb140 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
28082023-05-03T02:43:52.061Z Running `rustc --crate-name debug_unreachable --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 -C metadata=fd0f33dd8078a230 -C extra-filename=-fd0f33dd8078a230 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
28092023-05-03T02:43:52.127Z Running `rustc --crate-name bstr --edition=2021 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/bstr-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=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="unicode"' -C metadata=e0df63f5995c132c -C extra-filename=-e0df63f5995c132c --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-9cfa812d8dfbd69b.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-387b4834159e45ee.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-7f041fd0586505b8.rmeta --cap-lints allow -D warnings`
28102023-05-03T02:43:52.197Z Running `rustc --crate-name string_cache --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="serde_support"' -C metadata=0b1bc08a2502aca2 -C extra-filename=-0b1bc08a2502aca2 --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-fd0f33dd8078a230.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-387b4834159e45ee.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-cc232eb02ca601a4.rmeta --extern phf_shared=/work/oxidecomputer/omicron/target/debug/deps/libphf_shared-5c3d80552a99198a.rmeta --extern precomputed_hash=/work/oxidecomputer/omicron/target/debug/deps/libprecomputed_hash-99b49afbd77cb140.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-8eb9b2d8b171c9a9.rmeta --cap-lints allow -D warnings`
28112023-05-03T02:43:52.404Z Running `rustc --crate-name der --edition=2021 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/der-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=2 --cfg 'feature="alloc"' --cfg 'feature="const-oid"' --cfg 'feature="oid"' --cfg 'feature="zeroize"' -C metadata=377c78fb24520580 -C extra-filename=-377c78fb24520580 --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-2a7934a5ddbd50b9.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-6e4f0c9350686db0.rmeta --cap-lints allow -D warnings`
28122023-05-03T02:43:53.482Z Running `/work/oxidecomputer/omicron/target/debug/build/unicase-5bc04f62a57f09ba/build-script-build`
28132023-05-03T02:43:54.117Z Compiling bitvec v1.0.1
28142023-05-03T02:43:54.123Z Running `rustc --crate-name bitvec --edition=2021 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 --cfg 'feature="alloc"' --cfg 'feature="atomic"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=c6feedb74274a129 -C extra-filename=-c6feedb74274a129 --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-3277f7dfa3cf43d1.rmeta --extern radium=/work/oxidecomputer/omicron/target/debug/deps/libradium-4c43da2eb09ce91c.rmeta --extern tap=/work/oxidecomputer/omicron/target/debug/deps/libtap-4acba686629ebdce.rmeta --extern wyz=/work/oxidecomputer/omicron/target/debug/deps/libwyz-23d4e48fb631f2ab.rmeta --cap-lints allow -D warnings`
28152023-05-03T02:43:54.911Z Compiling uint-zigzag v0.2.1
28162023-05-03T02:43:54.917Z Running `rustc --crate-name uint_zigzag --edition=2021 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/uint-zigzag-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=2 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=2d080018a7948914 -C extra-filename=-2d080018a7948914 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern core2=/work/oxidecomputer/omicron/target/debug/deps/libcore2-b82a067af46330eb.rmeta --cap-lints allow -D warnings`
28172023-05-03T02:43:56.342Z Running `rustc --crate-name propolis --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/e7ce7a1/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=2 -C metadata=63480f0fe037693f -C extra-filename=-63480f0fe037693f --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-e252e3603299df68.rmeta --extern bhyve_api=/work/oxidecomputer/omicron/target/debug/deps/libbhyve_api-7a10d20347db82ff.rmeta --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-f311115e4eb2c3ba.rmeta --extern bitstruct=/work/oxidecomputer/omicron/target/debug/deps/libbitstruct-40f45b7cfb3ec91a.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-d01e06aeb22800a4.rmeta --extern dladm=/work/oxidecomputer/omicron/target/debug/deps/libdladm-c08ca3cd67c63d2f.rmeta --extern erased_serde=/work/oxidecomputer/omicron/target/debug/deps/liberased_serde-dce54b0a7bf05a71.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7b78a4e9c695d3a0.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-754126440583bf8d.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-3b4ca36201d98b6d.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-984a34bcb47bf888.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-163217bf2304842d.rmeta --extern propolis_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_types-58f464e797ae1197.rmeta --extern rfb=/work/oxidecomputer/omicron/target/debug/deps/librfb-a75e5c25b217fb51.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-9d729fa31918ec84.rmeta --extern serde_arrays=/work/oxidecomputer/omicron/target/debug/deps/libserde_arrays-a212b2b17cb00da0.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-940b0a5541759ffe.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-608da47a6c0e709c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-6f624496ed77b6b0.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b00445e5c4984cd2.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-265f476839655f3b.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-88178d7c063e03bd.rmeta --extern viona_api=/work/oxidecomputer/omicron/target/debug/deps/libviona_api-77aac3895c255c6c.rmeta --cap-lints allow -D warnings`
28182023-05-03T02:43:57.134Z Running `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=2 --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=4dd5c9aa4d1a7c54 -C extra-filename=-4dd5c9aa4d1a7c54 --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-d34174f1ba198652.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3236f5900b9f1a09.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-8ace6616485d65e0.rmeta --extern memoffset=/work/oxidecomputer/omicron/target/debug/deps/libmemoffset-3e863482765e201c.rmeta --extern pin_utils=/work/oxidecomputer/omicron/target/debug/deps/libpin_utils-c0e7781d2fff016e.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-3ad30c3c155d1dea.rmeta --cap-lints allow -D warnings`
28192023-05-03T02:43:57.777Z Running `rustc --crate-name openssl --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/openssl-0.10.52/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' -C metadata=0baef24d3ad1757b -C extra-filename=-0baef24d3ad1757b --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-f311115e4eb2c3ba.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-04f30b2fb38eaf49.rmeta --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-30978d737dbed419.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-3b4ca36201d98b6d.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-163217bf2304842d.rmeta --extern openssl_macros=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_macros-99026c9ce186b469.so --extern ffi=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-056c3266de83f973.rmeta --cap-lints allow -D warnings -L native=/usr/lib/amd64 --cfg 'osslconf="OPENSSL_NO_SSL3_METHOD"' --cfg ossl101 --cfg ossl102 --cfg ossl110 --cfg ossl110g --cfg ossl110h --cfg ossl111`
28202023-05-03T02:44:02.119Z Running `rustc --crate-name postgres_protocol --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/postgres-protocol-0.6.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=4ef32baa8f1d0960 -C extra-filename=-4ef32baa8f1d0960 --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-22d534c80d7f8257.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-9a41fb58065deab6.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0a4474ea66a11d41.rmeta --extern fallible_iterator=/work/oxidecomputer/omicron/target/debug/deps/libfallible_iterator-2b22e2aaf6756c07.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-fd952b4d15e912a8.rmeta --extern md5=/work/oxidecomputer/omicron/target/debug/deps/libmd5-34899e91b7639404.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-c09eeb87cc2a190d.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-83008e00ec653611.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-b116f52bb5214d0c.rmeta --extern stringprep=/work/oxidecomputer/omicron/target/debug/deps/libstringprep-bccd15ff8427ba9c.rmeta --cap-lints allow -D warnings`
28212023-05-03T02:44:03.493Z Running `rustc --crate-name crossbeam_channel --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/crossbeam-channel-0.5.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=2 --cfg 'feature="crossbeam-utils"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=4b833a40a17b9244 -C extra-filename=-4b833a40a17b9244 --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-04f30b2fb38eaf49.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-3d73eb7ea1bd34ed.rmeta --cap-lints allow -D warnings`
28222023-05-03T02:44:04.940Z Compiling ecdsa v0.14.8
28232023-05-03T02:44:04.946Z Running `rustc --crate-name ecdsa --edition=2021 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/ecdsa-0.14.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=2 --cfg 'feature="alloc"' --cfg 'feature="arithmetic"' --cfg 'feature="der"' --cfg 'feature="digest"' --cfg 'feature="hazmat"' --cfg 'feature="pkcs8"' --cfg 'feature="rfc6979"' --cfg 'feature="sign"' --cfg 'feature="std"' --cfg 'feature="verify"' -C metadata=1062b9c3ee15def7 -C extra-filename=-1062b9c3ee15def7 --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-35d356d0f6b38a18.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-a0e9d5d3de62108c.rmeta --extern rfc6979=/work/oxidecomputer/omicron/target/debug/deps/librfc6979-684d3fe462d62ec7.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-10f6bb470c6627a2.rmeta --cap-lints allow -D warnings`
28242023-05-03T02:44:05.912Z Compiling sprockets-session v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
28252023-05-03T02:44:05.918Z Running `rustc --crate-name sprockets_session --edition=2021 /home/build/.cargo/git/checkouts/sprockets-82488b5b61bf00db/77df31e/session/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=6d629ebebdd8668f -C extra-filename=-6d629ebebdd8668f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-e903663e4dc0b9a0.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-327c061b0e2a3bf9.so --extern ed25519=/work/oxidecomputer/omicron/target/debug/deps/libed25519-93a3aa8d86d1176d.rmeta --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-0aab3a92f6aa53cc.rmeta --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-692f5d09ad8c01eb.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-c1a29076f9e0f249.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-da1c585c0f859374.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-fd183f5ae42f62fa.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-9d729fa31918ec84.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-4c23517ed4fd4004.rmeta --extern sprockets_common=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_common-be4065d134483539.rmeta --extern x25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libx25519_dalek-ae24e94232404226.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-19eb1bc817c7514b.rmeta --cap-lints allow -D warnings`
28262023-05-03T02:44:06.365Z Compiling tokio-tungstenite v0.17.2
28272023-05-03T02:44:06.372Z Running `rustc --crate-name tokio_tungstenite --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 --cfg 'feature="connect"' --cfg 'feature="default"' --cfg 'feature="stream"' -C metadata=aca8d8c9798a9ec0 -C extra-filename=-aca8d8c9798a9ec0 --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-837078368698f4bc.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-686a5a811aee7568.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b00445e5c4984cd2.rmeta --extern tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtungstenite-35993d57863b7a60.rmeta --cap-lints allow -D warnings`
28282023-05-03T02:44:07.242Z Running `rustc --crate-name tlvc --edition=2021 /home/build/.cargo/git/checkouts/tlvc-747b6a86320a4fa5/533f0bf/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=2 --cfg 'feature="default"' -C metadata=2ea8b62849300271 -C extra-filename=-2ea8b62849300271 --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-bf19b92cdd383d4f.rmeta --extern crc=/work/oxidecomputer/omicron/target/debug/deps/libcrc-2b45d22400d12ef9.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-1f74435754b64ff8.rmeta --cap-lints allow -D warnings`
28292023-05-03T02:44:07.972Z Running `rustc --crate-name slog_json --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 --cfg 'feature="default"' -C metadata=3d34fa58325983b2 -C extra-filename=-3d34fa58325983b2 --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-9d729fa31918ec84.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-940b0a5541759ffe.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-608da47a6c0e709c.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-9981f678536aa257.rmeta --cap-lints allow -D warnings`
28302023-05-03T02:44:08.022Z Running `rustc --crate-name salty --edition=2021 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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 panic=abort -C embed-bitcode=no -C debuginfo=2 -C metadata=fc56534ae5878b39 -C extra-filename=-fc56534ae5878b39 --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-e18d7f6a2679429e.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-e0a50a056e61a945.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-6e4f0c9350686db0.rmeta --cap-lints allow -D warnings --cfg tweetnacl`
28312023-05-03T02:44:09.220Z Compiling nexus-passwords v0.1.0 (/work/oxidecomputer/omicron/nexus/passwords)
28322023-05-03T02:44:09.226Z Running `rustc --crate-name nexus_passwords --edition=2021 nexus/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=2 -C metadata=01bcd9e65691353a -C extra-filename=-01bcd9e65691353a --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-d1808671844f4e1a.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-83008e00ec653611.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-6f624496ed77b6b0.rmeta -D warnings`
28332023-05-03T02:44:09.741Z Compiling const_format v0.2.30
28342023-05-03T02:44:09.747Z Running `rustc --crate-name const_format --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/const_format-0.2.30/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' -C metadata=8fe7ea1ebe06b0c2 -C extra-filename=-8fe7ea1ebe06b0c2 --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-9d7fbd2c546f26a8.so --cap-lints allow -D warnings`
28352023-05-03T02:44:09.867Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
28362023-05-03T02:44:09.872Z Running `rustc --crate-name build_script_build --edition=2021 nexus/db-queries/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 -C metadata=418b4a2e6db39287 -C extra-filename=-418b4a2e6db39287 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-db-queries-418b4a2e6db39287 -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-86110576573fb360.rlib -D warnings`
28372023-05-03T02:44:10.018Z Running `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 panic=abort -C embed-bitcode=no -C debuginfo=2 -C metadata=f67fcd7f2f20f114 -C extra-filename=-f67fcd7f2f20f114 --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-b5fde983eae23619.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-8eb9b2d8b171c9a9.rmeta --cap-lints allow -D warnings`
28382023-05-03T02:44:10.666Z Compiling ron v0.7.1
28392023-05-03T02:44:10.672Z Running `rustc --crate-name ron --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 -C metadata=5a41889af7f3111d -C extra-filename=-5a41889af7f3111d --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-8529f7cc9a24c0bc.rmeta --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-f311115e4eb2c3ba.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-9d729fa31918ec84.rmeta --cap-lints allow -D warnings`
28402023-05-03T02:44:11.015Z Running `rustc --crate-name propolis_types --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/e7ce7a1/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=2 -C metadata=69c747658eeaa34f -C extra-filename=-69c747658eeaa34f --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-03bbb2d6bf1b8aa4.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-8eb9b2d8b171c9a9.rmeta --cap-lints allow -D warnings`
28412023-05-03T02:44:11.035Z Running `rustc --crate-name path_dedot --edition=2021 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/path-dedot-3.0.18/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 -C metadata=c6e4e2ffd450acac -C extra-filename=-c6e4e2ffd450acac --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-387b4834159e45ee.rmeta --cap-lints allow -D warnings`
28422023-05-03T02:44:12.109Z Running `rustc --crate-name aho_corasick --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/aho-corasick-0.7.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=2 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=dcc365d006bfa105 -C extra-filename=-dcc365d006bfa105 --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-9cfa812d8dfbd69b.rmeta --cap-lints allow -D warnings`
28432023-05-03T02:44:12.130Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e7ce7a1dbe2d410b787df2e52478229b008b4750#e7ce7a1d)
28442023-05-03T02:44:12.136Z Running `rustc --crate-name propolis_server_config --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/e7ce7a1/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=2 -C metadata=dc5fdfc3a00ac386 -C extra-filename=-dc5fdfc3a00ac386 --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-9d729fa31918ec84.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-c95b9f7bda17ba0d.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-6f624496ed77b6b0.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-31cb2e046662e8d8.rmeta --cap-lints allow -D warnings`
28452023-05-03T02:44:12.625Z Running `rustc --crate-name serde_big_array --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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 panic=abort -C embed-bitcode=no -C debuginfo=2 -C metadata=dee30106cd329f6b -C extra-filename=-dee30106cd329f6b --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-8eb9b2d8b171c9a9.rmeta --cap-lints allow -D warnings`
28462023-05-03T02:44:13.040Z Compiling scheduled-thread-pool v0.2.7
28472023-05-03T02:44:13.045Z Running `rustc --crate-name scheduled_thread_pool --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 -C metadata=1c11d843e39f83e2 -C extra-filename=-1c11d843e39f83e2 --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-92b760a87b8a5ee6.rmeta --cap-lints allow -D warnings`
28482023-05-03T02:44:13.515Z Compiling bit_field v0.10.2
28492023-05-03T02:44:13.520Z Running `rustc --crate-name bit_field /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 -C metadata=732ba45eab13ce81 -C extra-filename=-732ba45eab13ce81 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
28502023-05-03T02:44:13.776Z Compiling portable-atomic v0.3.19
28512023-05-03T02:44:13.782Z Running `rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/portable-atomic-0.3.19/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="fallback"' -C metadata=a70e40140717cf3d -C extra-filename=-a70e40140717cf3d --out-dir /work/oxidecomputer/omicron/target/debug/build/portable-atomic-a70e40140717cf3d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
28522023-05-03T02:44:14.450Z Running `rustc --crate-name globset --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/globset-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=2 --cfg 'feature="default"' --cfg 'feature="log"' -C metadata=04c31f6aecd2a70e -C extra-filename=-04c31f6aecd2a70e --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-dcc365d006bfa105.rmeta --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-e0df63f5995c132c.rmeta --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-d5317593c92d2097.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-641ae0b131c38bfd.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-c068aef94ecb220d.rmeta --cap-lints allow -D warnings`
28532023-05-03T02:44:15.916Z Compiling r2d2 v0.8.10
28542023-05-03T02:44:16.379Z Running `rustc --crate-name r2d2 --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 -C metadata=8fb59720c0c54e22 -C extra-filename=-8fb59720c0c54e22 --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-686a5a811aee7568.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-92b760a87b8a5ee6.rmeta --extern scheduled_thread_pool=/work/oxidecomputer/omicron/target/debug/deps/libscheduled_thread_pool-1c11d843e39f83e2.rmeta --cap-lints allow -D warnings`
28552023-05-03T02:44:16.385Z Running `/work/oxidecomputer/omicron/target/debug/build/portable-atomic-a70e40140717cf3d/build-script-build`
28562023-05-03T02:44:16.391Z Running `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 panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="rand"' --cfg 'feature="salty"' -C metadata=4a07cc9565fa3465 -C extra-filename=-4a07cc9565fa3465 --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-327c061b0e2a3bf9.so --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-f67fcd7f2f20f114.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-95f5a12fb301f6d6.rmeta --extern salty=/work/oxidecomputer/omicron/target/debug/deps/libsalty-fc56534ae5878b39.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-8eb9b2d8b171c9a9.rmeta --extern serde_big_array=/work/oxidecomputer/omicron/target/debug/deps/libserde_big_array-dee30106cd329f6b.rmeta --cap-lints allow -D warnings`
28572023-05-03T02:44:16.396Z Running `rustc --crate-name path_absolutize --edition=2021 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/path-absolutize-3.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=2 -C metadata=10cb7b73ed1dc746 -C extra-filename=-10cb7b73ed1dc746 --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-c6e4e2ffd450acac.rmeta --cap-lints allow -D warnings`
28582023-05-03T02:44:16.729Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-db-queries-418b4a2e6db39287/build-script-build`
28592023-05-03T02:44:16.791Z Running `rustc --crate-name slog_bunyan --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 -C metadata=16b9fbd371582a28 -C extra-filename=-16b9fbd371582a28 --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-3254486fae83975d.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-608da47a6c0e709c.rmeta --extern slog_json=/work/oxidecomputer/omicron/target/debug/deps/libslog_json-3d34fa58325983b2.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-9981f678536aa257.rmeta --cap-lints allow -D warnings`
28602023-05-03T02:44:16.820Z Compiling sprockets-host v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
28612023-05-03T02:44:16.840Z Running `rustc --crate-name sprockets_host --edition=2021 /home/build/.cargo/git/checkouts/sprockets-82488b5b61bf00db/77df31e/host/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=9bd4db951052b052 -C extra-filename=-9bd4db951052b052 --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-e252e3603299df68.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-72c1e074c5ddba15.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-327c061b0e2a3bf9.so --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7b78a4e9c695d3a0.rmeta --extern pin_project=/work/oxidecomputer/omicron/target/debug/deps/libpin_project-044713da1aa7b0d8.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-48cef5dadd3b79b2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-9d729fa31918ec84.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-608da47a6c0e709c.rmeta --extern sprockets_common=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_common-be4065d134483539.rmeta --extern sprockets_session=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_session-6d629ebebdd8668f.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-6f624496ed77b6b0.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b00445e5c4984cd2.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-194683ec6123397c/out`
28622023-05-03T02:44:17.028Z Compiling p256 v0.11.1
28632023-05-03T02:44:17.060Z Running `rustc --crate-name p256 --edition=2021 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/p256-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=2 --cfg 'feature="arithmetic"' --cfg 'feature="default"' --cfg 'feature="digest"' --cfg 'feature="ecdsa"' --cfg 'feature="ecdsa-core"' --cfg 'feature="pkcs8"' --cfg 'feature="sha2"' --cfg 'feature="sha256"' --cfg 'feature="std"' -C metadata=f0868abcc530c96e -C extra-filename=-f0868abcc530c96e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ecdsa_core=/work/oxidecomputer/omicron/target/debug/deps/libecdsa-1062b9c3ee15def7.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-a0e9d5d3de62108c.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-cd1923fe624dbf83.rmeta --cap-lints allow -D warnings`
28642023-05-03T02:44:17.706Z Running `rustc --crate-name slog_async /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/slog-async-2.7.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=2 --cfg 'feature="default"' -C metadata=88509a5de109d4d2 -C extra-filename=-88509a5de109d4d2 --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-4b833a40a17b9244.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-608da47a6c0e709c.rmeta --extern take_mut=/work/oxidecomputer/omicron/target/debug/deps/libtake_mut-c52f3d775786fdd6.rmeta --extern thread_local=/work/oxidecomputer/omicron/target/debug/deps/libthread_local-ae48b1befa8d82fa.rmeta --cap-lints allow -D warnings --cfg integer128`
28652023-05-03T02:44:18.174Z Running `rustc --crate-name postgres_types --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/postgres-types-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=2 --cfg 'feature="chrono-04"' --cfg 'feature="uuid-1"' --cfg 'feature="with-chrono-0_4"' --cfg 'feature="with-uuid-1"' -C metadata=d6782b9daa978484 -C extra-filename=-d6782b9daa978484 --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-0a4474ea66a11d41.rmeta --extern chrono_04=/work/oxidecomputer/omicron/target/debug/deps/libchrono-68105364f6f97a48.rmeta --extern fallible_iterator=/work/oxidecomputer/omicron/target/debug/deps/libfallible_iterator-2b22e2aaf6756c07.rmeta --extern postgres_protocol=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_protocol-4ef32baa8f1d0960.rmeta --extern uuid_1=/work/oxidecomputer/omicron/target/debug/deps/libuuid-88178d7c063e03bd.rmeta --cap-lints allow -D warnings`
28662023-05-03T02:44:18.565Z Compiling vsss-rs v2.7.1
28672023-05-03T02:44:18.571Z Running `rustc --crate-name vsss_rs --edition=2021 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/vsss-rs-2.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=2 --cfg 'feature="std"' -C metadata=f3aee10e148703ff -C extra-filename=-f3aee10e148703ff --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern core2=/work/oxidecomputer/omicron/target/debug/deps/libcore2-b82a067af46330eb.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-a0e9d5d3de62108c.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-655e4d3d400b5f6c.rmeta --extern rand_chacha_02=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-eea0f36771afe18e.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-ea8b6e4770f0df9c.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-fd183f5ae42f62fa.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-9d729fa31918ec84.rmeta --extern serde_big_array=/work/oxidecomputer/omicron/target/debug/deps/libserde_big_array-3f78f06f81018960.rmeta --extern uint_zigzag=/work/oxidecomputer/omicron/target/debug/deps/libuint_zigzag-2d080018a7948914.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-19eb1bc817c7514b.rmeta --cap-lints allow -D warnings`
28682023-05-03T02:44:19.366Z Running `rustc --crate-name spki --edition=2021 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/spki-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 panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="base64ct"' -C metadata=c7fb2eab9f211114 -C extra-filename=-c7fb2eab9f211114 --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-7ea9d4bda56094bd.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-377c78fb24520580.rmeta --cap-lints allow -D warnings`
28692023-05-03T02:44:19.513Z Running `rustc --crate-name rayon_core --edition=2021 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=cc46beac695cdc5c -C extra-filename=-cc46beac695cdc5c --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-271f5a08225d13ee.rmeta --extern crossbeam_deque=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_deque-ea51ed9d929db817.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-146c66099344b1a7.rmeta --extern num_cpus=/work/oxidecomputer/omicron/target/debug/deps/libnum_cpus-4109d35b8c842e3e.rmeta --cap-lints allow -D warnings`
28702023-05-03T02:44:20.057Z Running `rustc --crate-name slog_term --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 -C metadata=e7b3d033f1833fac -C extra-filename=-e7b3d033f1833fac --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-fdffab5aeefb2b05.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-608da47a6c0e709c.rmeta --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-72a619a7975ce97e.rmeta --extern thread_local=/work/oxidecomputer/omicron/target/debug/deps/libthread_local-ae48b1befa8d82fa.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-9981f678536aa257.rmeta --cap-lints allow -D warnings`
28712023-05-03T02:44:20.266Z Running `rustc --crate-name sha1 --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/sha1-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=2 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=e297ccdf734d4756 -C extra-filename=-e297ccdf734d4756 --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-04f30b2fb38eaf49.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-bd87ba1c1f9f9192.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-66abe87abb208840.rmeta --cap-lints allow -D warnings`
28722023-05-03T02:44:20.808Z Running `rustc --crate-name signal_hook_tokio --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 --cfg 'feature="futures-core-0_3"' --cfg 'feature="futures-v0_3"' -C metadata=171e8debb916443c -C extra-filename=-171e8debb916443c --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-a1ad4564885a93e7.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-8ace6616485d65e0.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-47099fd8bcfec8ee.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e3bc36a7db76edcf.rmeta --cap-lints allow -D warnings`
28732023-05-03T02:44:20.839Z Running `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=2 -C metadata=85415ae6ec2a7f7f -C extra-filename=-85415ae6ec2a7f7f --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`
28742023-05-03T02:44:20.901Z Running `rustc --crate-name pem --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 -C metadata=a9b95f06d3f22c77 -C extra-filename=-a9b95f06d3f22c77 --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-19148fec0de4dc4b.rmeta --cap-lints allow -D warnings`
28752023-05-03T02:44:21.189Z Running `rustc --crate-name crucible_smf --edition=2021 /home/build/.cargo/git/checkouts/crucible-f3b5bdecdc6486d6/0b34a53/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=2 -C metadata=64a77e4b4a5d173a -C extra-filename=-64a77e4b4a5d173a --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-8ace6616485d65e0.rmeta --extern num_derive=/work/oxidecomputer/omicron/target/debug/deps/libnum_derive-9b811f636dcb9298.so --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-8fd7ef317636ad8a.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b122fed81b2a5729.rmeta --cap-lints allow -D warnings`
28762023-05-03T02:44:21.610Z Running `rustc --crate-name hkdf --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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 panic=abort -C embed-bitcode=no -C debuginfo=2 -C metadata=2d0b33951f504cc9 -C extra-filename=-2d0b33951f504cc9 --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-90e4a192a494501d.rmeta --cap-lints allow -D warnings`
28772023-05-03T02:44:22.217Z Running `rustc --crate-name crucible_client_types --edition=2021 /home/build/.cargo/git/checkouts/crucible-f3b5bdecdc6486d6/3a3e806/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=2 -C metadata=ee48eb30e8347c32 -C extra-filename=-ee48eb30e8347c32 --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-e9589e46c4d3b8f3.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-03bbb2d6bf1b8aa4.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-8eb9b2d8b171c9a9.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-72173ad921688e6f.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d1a0abc5ade2db54.rmeta --cap-lints allow -D warnings`
28782023-05-03T02:44:22.357Z Running `rustc --crate-name olpc_cjson --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 -C metadata=33dfbebb281439fe -C extra-filename=-33dfbebb281439fe --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-8eb9b2d8b171c9a9.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-72173ad921688e6f.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-a4ec2a5c0bcc8c4a.rmeta --cap-lints allow -D warnings`
28792023-05-03T02:44:22.656Z Running `rustc --crate-name digest --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/digest-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=2 --cfg 'feature="alloc"' --cfg 'feature="std"' -C metadata=e02c322dec172c10 -C extra-filename=-e02c322dec172c10 --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-b8eb4e30669216db.rmeta --cap-lints allow -D warnings`
28802023-05-03T02:44:23.079Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=0b34a53b57038a7804ac69ab90400539bd1961e8#0b34a53b)
28812023-05-03T02:44:23.085Z Running `rustc --crate-name crucible_client_types --edition=2021 /home/build/.cargo/git/checkouts/crucible-f3b5bdecdc6486d6/0b34a53/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=2 -C metadata=4c12eb3beae536b8 -C extra-filename=-4c12eb3beae536b8 --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-22d534c80d7f8257.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-60544344d4d0804a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-9d729fa31918ec84.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-940b0a5541759ffe.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-88178d7c063e03bd.rmeta --cap-lints allow -D warnings`
28822023-05-03T02:44:23.179Z Running `rustc --crate-name usdt --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 --cfg 'feature="asm"' --cfg 'feature="default"' --cfg 'feature="dtrace-parser"' -C metadata=f515747c12042cd1 -C extra-filename=-f515747c12042cd1 --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-deb9bf74670443e1.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-9d729fa31918ec84.rmeta --extern usdt_attr_macro=/work/oxidecomputer/omicron/target/debug/deps/libusdt_attr_macro-8596bd4a0e618ba4.so --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-64efabb4c0b3746d.rmeta --extern usdt_macro=/work/oxidecomputer/omicron/target/debug/deps/libusdt_macro-3cb8529ec6a76909.so --cap-lints allow -D warnings`
28832023-05-03T02:44:23.643Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
28842023-05-03T02:44:23.649Z Running `rustc --crate-name authz_macros --edition=2021 nexus/authz-macros/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=2 -C metadata=beb2cab24301158f -C extra-filename=-beb2cab24301158f --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-73a3701d0b9eac26.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-7e5706224bd8cc5a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-dee3cb74b1ec4ef9.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-9d729fa31918ec84.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-cf5961d402cf1b60.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-2466aa954e1f2dbb.rlib --extern proc_macro -D warnings`
28852023-05-03T02:44:23.654Z Running `rustc --crate-name serde_plain --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/serde_plain-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=2 -C metadata=7abffe1eb1e2af69 -C extra-filename=-7abffe1eb1e2af69 --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-8eb9b2d8b171c9a9.rmeta --cap-lints allow -D warnings`
28862023-05-03T02:44:23.821Z Compiling bincode v1.3.3
28872023-05-03T02:44:23.827Z Running `rustc --crate-name bincode /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 -C metadata=ce2588f53a8f1a03 -C extra-filename=-ce2588f53a8f1a03 --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-9d729fa31918ec84.rmeta --cap-lints allow -D warnings`
28882023-05-03T02:44:24.560Z Running `rustc --crate-name opaque_debug --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 -C metadata=3115e4ffc422dceb -C extra-filename=-3115e4ffc422dceb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
28892023-05-03T02:44:25.067Z Running `rustc --crate-name termcolor --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/termcolor-1.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 -C metadata=57d6bb51177ad296 -C extra-filename=-57d6bb51177ad296 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
28902023-05-03T02:44:25.073Z Running `rustc --crate-name tough --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 --cfg 'feature="http"' --cfg 'feature="reqwest"' -C metadata=278f16edac4a6b58 -C extra-filename=-278f16edac4a6b58 --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-f6168ac296c7f258.rmeta --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-9dcb1ba4f7e17a87.rmeta --extern globset=/work/oxidecomputer/omicron/target/debug/deps/libglobset-04c31f6aecd2a70e.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-11c1c3083a27843c.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-641ae0b131c38bfd.rmeta --extern olpc_cjson=/work/oxidecomputer/omicron/target/debug/deps/libolpc_cjson-33dfbebb281439fe.rmeta --extern path_absolutize=/work/oxidecomputer/omicron/target/debug/deps/libpath_absolutize-10cb7b73ed1dc746.rmeta --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-a9b95f06d3f22c77.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-3cfcb279e7e3d47d.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5dd698f76fca519f.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-efeeea6aa09c2109.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-8eb9b2d8b171c9a9.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-72173ad921688e6f.rmeta --extern serde_plain=/work/oxidecomputer/omicron/target/debug/deps/libserde_plain-7abffe1eb1e2af69.rmeta --extern snafu=/work/oxidecomputer/omicron/target/debug/deps/libsnafu-bd5cc9322532a3f8.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-51e70bcbfc9433e9.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-0d451194b297da86.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-a1c2b50b5e43c2c1.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-270ed0757f10b542.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-194683ec6123397c/out`
28912023-05-03T02:44:25.630Z Compiling diesel v2.0.4
28922023-05-03T02:44:25.635Z Running `rustc --crate-name diesel --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/diesel-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=2 --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=8a78df13d20d161b -C extra-filename=-8a78df13d20d161b --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-f311115e4eb2c3ba.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-d01e06aeb22800a4.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-32820d6515860c0f.rmeta --extern diesel_derives=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_derives-e75df49750f12519.so --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-62b0bc28764ccb6d.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-8c2f39bfab5667a6.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-3b4ca36201d98b6d.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-85415ae6ec2a7f7f.rmeta --extern r2d2=/work/oxidecomputer/omicron/target/debug/deps/libr2d2-8fb59720c0c54e22.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-940b0a5541759ffe.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-88178d7c063e03bd.rmeta --cap-lints allow -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64`
28932023-05-03T02:44:25.844Z Compiling rayon v1.7.0
28942023-05-03T02:44:25.850Z Running `rustc --crate-name rayon --edition=2021 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/rayon-1.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=e87a72184a8aa4df -C extra-filename=-e87a72184a8aa4df --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-4487ff24ff403b20.rmeta --extern rayon_core=/work/oxidecomputer/omicron/target/debug/deps/librayon_core-cc46beac695cdc5c.rmeta --cap-lints allow -D warnings`
28952023-05-03T02:44:26.818Z Running `rustc --crate-name pkcs8 --edition=2021 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/pkcs8-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=2 --cfg 'feature="alloc"' -C metadata=a00ec8c80c471c00 -C extra-filename=-a00ec8c80c471c00 --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-377c78fb24520580.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-c7fb2eab9f211114.rmeta --cap-lints allow -D warnings`
28962023-05-03T02:44:27.929Z Running `rustc --crate-name tokio_postgres --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/tokio-postgres-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=2 --cfg 'feature="default"' --cfg 'feature="runtime"' --cfg 'feature="with-chrono-0_4"' --cfg 'feature="with-uuid-1"' -C metadata=eee5a7cd4d856c82 -C extra-filename=-eee5a7cd4d856c82 --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-9dd1362437d01057.so --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-9a41fb58065deab6.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0a4474ea66a11d41.rmeta --extern fallible_iterator=/work/oxidecomputer/omicron/target/debug/deps/libfallible_iterator-2b22e2aaf6756c07.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-a600999ef254de13.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-837078368698f4bc.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-6ea2251cc3fbcfe3.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-92b760a87b8a5ee6.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-26d0fb26396a5e09.rmeta --extern phf=/work/oxidecomputer/omicron/target/debug/deps/libphf-26a1fd56df3bacb5.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-e7c61360741e590c.rmeta --extern postgres_protocol=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_protocol-4ef32baa8f1d0960.rmeta --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-d6782b9daa978484.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-b078cef17674d518.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-349d51d6d9dbb4ec.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-e81cecc8b2b2886c.rmeta --cap-lints allow -D warnings`
28972023-05-03T02:44:27.935Z Running `rustc --crate-name unicase /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/unicase-2.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=2 -C metadata=72d735f59adfbe03 -C extra-filename=-72d735f59adfbe03 --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`
28982023-05-03T02:44:28.697Z Running `rustc --crate-name rand_chacha --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/rand_chacha-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=2 --cfg 'feature="std"' -C metadata=97d3567d19dad9bc -C extra-filename=-97d3567d19dad9bc --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-22e611a24c3feef7.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-5e52f66f2ddd6390.rmeta --cap-lints allow -D warnings`
28992023-05-03T02:44:30.786Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29002023-05-03T02:44:30.792Z Running `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=2 -C metadata=2c467c125a960759 -C extra-filename=-2c467c125a960759 --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-e252e3603299df68.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-9dd1362437d01057.so --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5d6079816e523e86.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-32820d6515860c0f.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-7dc0d22d892e6145.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-bb405797b454acb7.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-ecbcea7ea3475063.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-9544c2a73650ad75.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-cbf5d867b487f4f6.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-60544344d4d0804a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-9d729fa31918ec84.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-940b0a5541759ffe.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-608da47a6c0e709c.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-a8d47fc05b25faaf.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b94bcba36065eae9.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-6f624496ed77b6b0.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b00445e5c4984cd2.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-88178d7c063e03bd.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-194683ec6123397c/out`
29012023-05-03T02:44:34.504Z Running `rustc --crate-name crypto_bigint --edition=2021 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/crypto-bigint-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=2 --cfg 'feature="generic-array"' --cfg 'feature="rand_core"' --cfg 'feature="zeroize"' -C metadata=a65ea351ac4713e2 -C extra-filename=-a65ea351ac4713e2 --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-b8eb4e30669216db.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-e3ee9ba43e1f3640.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-e0a50a056e61a945.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-6e4f0c9350686db0.rmeta --cap-lints allow -D warnings`
29022023-05-03T02:44:37.943Z Running `rustc --crate-name steno --edition=2021 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/steno-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=2 -C metadata=a2e88399b9bf4cc4 -C extra-filename=-a2e88399b9bf4cc4 --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-13bfbf3920b73bc8.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-9dd1362437d01057.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-68105364f6f97a48.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7b78a4e9c695d3a0.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-754126440583bf8d.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-33a657a380225a64.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-9886d8f16d24129f.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ea7d8177230c2992.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-9d729fa31918ec84.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-940b0a5541759ffe.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-608da47a6c0e709c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-6f624496ed77b6b0.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-349d51d6d9dbb4ec.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-88178d7c063e03bd.rmeta --cap-lints allow -D warnings`
29032023-05-03T02:44:38.050Z Running `rustc --crate-name backoff --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 --cfg 'feature="default"' --cfg 'feature="futures"' --cfg 'feature="futures-core"' --cfg 'feature="pin-project-lite"' --cfg 'feature="tokio"' --cfg 'feature="tokio_1"' -C metadata=fca34c49d598ef4d -C extra-filename=-fca34c49d598ef4d --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-21c68b0a02370835.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-55d70096c84cdf67.rmeta --extern instant=/work/oxidecomputer/omicron/target/debug/deps/libinstant-0f15536b751c39cc.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-e7c61360741e590c.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-83008e00ec653611.rmeta --extern tokio_1=/work/oxidecomputer/omicron/target/debug/deps/libtokio-349d51d6d9dbb4ec.rmeta --cap-lints allow -D warnings`
29042023-05-03T02:44:38.822Z Running `rustc --crate-name ff --edition=2021 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/ff-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=2 -C metadata=511229dcb14be44e -C extra-filename=-511229dcb14be44e --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-e3ee9ba43e1f3640.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-e0a50a056e61a945.rmeta --cap-lints allow -D warnings`
29052023-05-03T02:44:39.377Z Running `rustc --crate-name foreign_types_shared /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 -C metadata=3cbb6744c4270686 -C extra-filename=-3cbb6744c4270686 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
29062023-05-03T02:44:39.620Z Running `rustc --crate-name base16ct --edition=2021 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/base16ct-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=2 --cfg 'feature="alloc"' -C metadata=d107c75589f8318e -C extra-filename=-d107c75589f8318e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
29072023-05-03T02:44:40.371Z Running `rustc --crate-name sec1 --edition=2021 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/sec1-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=2 --cfg 'feature="alloc"' --cfg 'feature="base16ct"' --cfg 'feature="default"' --cfg 'feature="der"' --cfg 'feature="generic-array"' --cfg 'feature="pkcs8"' --cfg 'feature="point"' --cfg 'feature="subtle"' --cfg 'feature="zeroize"' -C metadata=9b96a213ee47d4a1 -C extra-filename=-9b96a213ee47d4a1 --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-d107c75589f8318e.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-377c78fb24520580.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-b8eb4e30669216db.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-a00ec8c80c471c00.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-e0a50a056e61a945.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-6e4f0c9350686db0.rmeta --cap-lints allow -D warnings`
29082023-05-03T02:44:41.500Z Running `rustc --crate-name foreign_types /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 -C metadata=186e01ac249c96ec -C extra-filename=-186e01ac249c96ec --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-3cbb6744c4270686.rmeta --cap-lints allow -D warnings`
29092023-05-03T02:44:41.790Z Running `rustc --crate-name group --edition=2021 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/group-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=2 -C metadata=6741ab2d3dab4a93 -C extra-filename=-6741ab2d3dab4a93 --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-511229dcb14be44e.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-e3ee9ba43e1f3640.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-e0a50a056e61a945.rmeta --cap-lints allow -D warnings`
29102023-05-03T02:44:42.254Z Compiling mime_guess v2.0.4
29112023-05-03T02:44:42.260Z Running `rustc --crate-name build_script_build /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/mime_guess-2.0.4/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="rev-mappings"' -C metadata=46835646e8621586 -C extra-filename=-46835646e8621586 --out-dir /work/oxidecomputer/omicron/target/debug/build/mime_guess-46835646e8621586 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern unicase=/work/oxidecomputer/omicron/target/debug/deps/libunicase-72d735f59adfbe03.rlib --cap-lints allow -D warnings`
29122023-05-03T02:44:45.399Z Running `rustc --crate-name curve25519_dalek /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/curve25519-dalek-3.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=2 --cfg 'feature="alloc"' --cfg 'feature="std"' --cfg 'feature="u64_backend"' -C metadata=cdc6f4432e74f774 -C extra-filename=-cdc6f4432e74f774 --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-bf19b92cdd383d4f.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-e02c322dec172c10.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-5e52f66f2ddd6390.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-e0a50a056e61a945.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-6e4f0c9350686db0.rmeta --cap-lints allow -D warnings`
29132023-05-03T02:44:46.552Z Running `rustc --crate-name password_hash --edition=2021 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="rand_core"' --cfg 'feature="std"' -C metadata=40b474c72b5e6fc6 -C extra-filename=-40b474c72b5e6fc6 --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-7ea9d4bda56094bd.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-e3ee9ba43e1f3640.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-e0a50a056e61a945.rmeta --cap-lints allow -D warnings`
29142023-05-03T02:44:48.528Z Running `rustc --crate-name openssl_sys --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/openssl-sys-0.9.87/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 -C metadata=f1736c27def1b001 -C extra-filename=-f1736c27def1b001 --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-8ace6616485d65e0.rmeta --cap-lints allow -D warnings -L native=/usr/lib/amd64 -l ssl -l crypto --cfg openssl --cfg 'osslconf="OPENSSL_NO_SSL3_METHOD"' --cfg ossl101 --cfg ossl102 --cfg ossl102f --cfg ossl102h --cfg ossl110 --cfg ossl110f --cfg ossl110g --cfg ossl110h --cfg ossl111 --cfg ossl111b --cfg ossl111c`
29152023-05-03T02:44:48.554Z Compiling signal-hook-mio v0.2.3
29162023-05-03T02:44:48.578Z Running `rustc --crate-name signal_hook_mio --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 --cfg 'feature="mio-0_8"' --cfg 'feature="support-v0_8"' -C metadata=1189f610e7f92de8 -C extra-filename=-1189f610e7f92de8 --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-3b4ca36201d98b6d.rmeta --extern mio_0_8=/work/oxidecomputer/omicron/target/debug/deps/libmio-f9a01259dd559e1a.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-3c9c99c977d3a39f.rmeta --cap-lints allow -D warnings`
29172023-05-03T02:44:49.407Z Running `rustc --crate-name blake2 --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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 panic=abort -C embed-bitcode=no -C debuginfo=2 -C metadata=e2b7efe21ac80c05 -C extra-filename=-e2b7efe21ac80c05 --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-74b8552d3c684044.rmeta --cap-lints allow -D warnings`
29182023-05-03T02:44:49.968Z Running `rustc --crate-name universal_hash --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/universal-hash-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=2 -C metadata=d8f94b9784b70a18 -C extra-filename=-d8f94b9784b70a18 --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-b8eb4e30669216db.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-e0a50a056e61a945.rmeta --cap-lints allow -D warnings`
29192023-05-03T02:44:50.399Z Running `rustc --crate-name block_buffer --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/block-buffer-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=2 -C metadata=ee244e3ce0bde497 -C extra-filename=-ee244e3ce0bde497 --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-b8eb4e30669216db.rmeta --cap-lints allow -D warnings`
29202023-05-03T02:44:50.889Z Running `rustc --crate-name cipher --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/cipher-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=2 -C metadata=bb2c303b280c1339 -C extra-filename=-bb2c303b280c1339 --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-b8eb4e30669216db.rmeta --cap-lints allow -D warnings`
29212023-05-03T02:44:51.279Z Running `rustc --crate-name scheduled_thread_pool --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 -C metadata=5f83ce874c5ce562 -C extra-filename=-5f83ce874c5ce562 --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-cc232eb02ca601a4.rmeta --cap-lints allow -D warnings`
29222023-05-03T02:44:51.417Z Running `rustc --crate-name serde_arrays --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 -C metadata=d14d257a7dc198a2 -C extra-filename=-d14d257a7dc198a2 --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-8eb9b2d8b171c9a9.rmeta --cap-lints allow -D warnings`
29232023-05-03T02:44:51.460Z Compiling vte_generate_state_changes v0.1.1
29242023-05-03T02:44:51.465Z Running `rustc --crate-name vte_generate_state_changes --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/vte_generate_state_changes-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=2 -C metadata=6e78c3e6c778746f -C extra-filename=-6e78c3e6c778746f --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-7e5706224bd8cc5a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-dee3cb74b1ec4ef9.rlib --extern proc_macro --cap-lints allow -D warnings`
29252023-05-03T02:44:51.813Z Running `rustc --crate-name corncobs --edition=2021 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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 panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' -C metadata=7eb7a3c9a0039085 -C extra-filename=-7eb7a3c9a0039085 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
29262023-05-03T02:44:52.559Z Running `rustc --crate-name os_str_bytes --edition=2021 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/os_str_bytes-6.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=2 --cfg 'feature="raw_os_str"' -C metadata=1ec29c952fe84e38 -C extra-filename=-1ec29c952fe84e38 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
29272023-05-03T02:44:52.630Z Running `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 panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="rand"' -C metadata=86332697e3c0b6ca -C extra-filename=-86332697e3c0b6ca --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-7eb7a3c9a0039085.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-327c061b0e2a3bf9.so --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-f67fcd7f2f20f114.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-95f5a12fb301f6d6.rmeta --extern salty=/work/oxidecomputer/omicron/target/debug/deps/libsalty-fc56534ae5878b39.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-8eb9b2d8b171c9a9.rmeta --extern sprockets_common=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_common-4a07cc9565fa3465.rmeta --extern tinyvec=/work/oxidecomputer/omicron/target/debug/deps/libtinyvec-2d480778156817d1.rmeta --cap-lints allow -D warnings`
29282023-05-03T02:44:53.105Z Running `rustc --crate-name r2d2 --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 -C metadata=2c03a11e441be2cd -C extra-filename=-2c03a11e441be2cd --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-641ae0b131c38bfd.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-cc232eb02ca601a4.rmeta --extern scheduled_thread_pool=/work/oxidecomputer/omicron/target/debug/deps/libscheduled_thread_pool-5f83ce874c5ce562.rmeta --cap-lints allow -D warnings`
29292023-05-03T02:44:53.702Z Running `rustc --crate-name clap_lex --edition=2021 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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 panic=abort -C embed-bitcode=no -C debuginfo=2 -C metadata=8c2da15ff2abe64e -C extra-filename=-8c2da15ff2abe64e --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-1ec29c952fe84e38.rmeta --cap-lints allow -D warnings`
29302023-05-03T02:44:53.737Z Running `rustc --crate-name bhyve_api_sys --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/e7ce7a1/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=2 -C metadata=307ee32c2a6589e5 -C extra-filename=-307ee32c2a6589e5 --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-8ace6616485d65e0.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-438561e90c9dedac.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-8eb9b2d8b171c9a9.rmeta --extern serde_arrays=/work/oxidecomputer/omicron/target/debug/deps/libserde_arrays-d14d257a7dc198a2.rmeta --cap-lints allow -D warnings`
29312023-05-03T02:44:53.889Z Running `rustc --crate-name chacha20 --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/chacha20-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=2 --cfg 'feature="cipher"' --cfg 'feature="default"' --cfg 'feature="zeroize"' -C metadata=6bd37196e875fe97 -C extra-filename=-6bd37196e875fe97 --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-3236f5900b9f1a09.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-bb2c303b280c1339.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-9a0124affbab9dd0.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-6e4f0c9350686db0.rmeta --cap-lints allow -D warnings`
29322023-05-03T02:44:55.128Z Running `rustc --crate-name openssl --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/openssl-0.10.52/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' -C metadata=29ab75c3d666af3d -C extra-filename=-29ab75c3d666af3d --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-d34174f1ba198652.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3236f5900b9f1a09.rmeta --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-186e01ac249c96ec.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-8ace6616485d65e0.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-387b4834159e45ee.rmeta --extern openssl_macros=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_macros-99026c9ce186b469.so --extern ffi=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-f1736c27def1b001.rmeta --cap-lints allow -D warnings -L native=/usr/lib/amd64 --cfg 'osslconf="OPENSSL_NO_SSL3_METHOD"' --cfg ossl101 --cfg ossl102 --cfg ossl110 --cfg ossl110g --cfg ossl110h --cfg ossl111`
29332023-05-03T02:44:55.135Z Running `rustc --crate-name sha2 --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/sha2-0.9.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=2 --cfg 'feature="std"' -C metadata=714034ee14ac141a -C extra-filename=-714034ee14ac141a --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-ee244e3ce0bde497.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3236f5900b9f1a09.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-9a0124affbab9dd0.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-e02c322dec172c10.rmeta --extern opaque_debug=/work/oxidecomputer/omicron/target/debug/deps/libopaque_debug-3115e4ffc422dceb.rmeta --cap-lints allow -D warnings`
29342023-05-03T02:44:55.927Z Running `rustc --crate-name poly1305 --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/poly1305-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=2 -C metadata=fbb6684c1b93f3c9 -C extra-filename=-fbb6684c1b93f3c9 --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-9a0124affbab9dd0.rmeta --extern opaque_debug=/work/oxidecomputer/omicron/target/debug/deps/libopaque_debug-3115e4ffc422dceb.rmeta --extern universal_hash=/work/oxidecomputer/omicron/target/debug/deps/libuniversal_hash-d8f94b9784b70a18.rmeta --cap-lints allow -D warnings`
29352023-05-03T02:44:56.565Z Running `rustc --crate-name argon2 --edition=2021 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/argon2-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 opt-level=3 -C panic=abort -C embed-bitcode=no -C debuginfo=2 -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="password-hash"' --cfg 'feature="rand"' --cfg 'feature="std"' -C metadata=a60f002c82371ba3 -C extra-filename=-a60f002c82371ba3 --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-7ea9d4bda56094bd.rmeta --extern blake2=/work/oxidecomputer/omicron/target/debug/deps/libblake2-e2b7efe21ac80c05.rmeta --extern password_hash=/work/oxidecomputer/omicron/target/debug/deps/libpassword_hash-40b474c72b5e6fc6.rmeta --cap-lints allow -D warnings`
29362023-05-03T02:44:57.011Z Running `/work/oxidecomputer/omicron/target/debug/build/mime_guess-46835646e8621586/build-script-build`
29372023-05-03T02:44:57.075Z Running `rustc --crate-name elliptic_curve --edition=2021 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/elliptic-curve-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=2 --cfg 'feature="alloc"' --cfg 'feature="arithmetic"' --cfg 'feature="default"' --cfg 'feature="digest"' --cfg 'feature="ecdh"' --cfg 'feature="ff"' --cfg 'feature="group"' --cfg 'feature="hazmat"' --cfg 'feature="hkdf"' --cfg 'feature="pkcs8"' --cfg 'feature="sec1"' --cfg 'feature="std"' -C metadata=80c24a2e81df58a4 -C extra-filename=-80c24a2e81df58a4 --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-d107c75589f8318e.rmeta --extern crypto_bigint=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_bigint-a65ea351ac4713e2.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-377c78fb24520580.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-74b8552d3c684044.rmeta --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-511229dcb14be44e.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-b8eb4e30669216db.rmeta --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-6741ab2d3dab4a93.rmeta --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-2d0b33951f504cc9.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-a00ec8c80c471c00.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-e3ee9ba43e1f3640.rmeta --extern sec1=/work/oxidecomputer/omicron/target/debug/deps/libsec1-9b96a213ee47d4a1.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-e0a50a056e61a945.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-6e4f0c9350686db0.rmeta --cap-lints allow -D warnings`
29382023-05-03T02:44:57.992Z Running `rustc --crate-name rand --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-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=2 --cfg 'feature="alloc"' --cfg 'feature="getrandom"' --cfg 'feature="getrandom_package"' --cfg 'feature="libc"' --cfg 'feature="std"' -C metadata=ce61384c2848a92f -C extra-filename=-ce61384c2848a92f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern getrandom_package=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-f6801a6736e3e9ee.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-8ace6616485d65e0.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-97d3567d19dad9bc.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-5e52f66f2ddd6390.rmeta --cap-lints allow -D warnings`
29392023-05-03T02:44:58.179Z Running `rustc --crate-name env_logger --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 --cfg 'feature="atty"' --cfg 'feature="default"' --cfg 'feature="humantime"' --cfg 'feature="regex"' --cfg 'feature="termcolor"' -C metadata=c312831dea2d8fd3 -C extra-filename=-c312831dea2d8fd3 --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-a56c9751a384a385.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-aaa271444b5be4d7.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-641ae0b131c38bfd.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-c068aef94ecb220d.rmeta --extern termcolor=/work/oxidecomputer/omicron/target/debug/deps/libtermcolor-57d6bb51177ad296.rmeta --cap-lints allow -D warnings`
29402023-05-03T02:45:00.888Z Running `rustc --crate-name ref_cast --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/ref-cast-1.0.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=2 -C metadata=3cd40aaab93fead3 -C extra-filename=-3cd40aaab93fead3 --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-71b618400655f059.so --cap-lints allow -D warnings`
29412023-05-03T02:45:01.219Z Running `rustc --crate-name aead --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/aead-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=2 --cfg 'feature="alloc"' --cfg 'feature="heapless"' -C metadata=c0f39f979f981da5 -C extra-filename=-c0f39f979f981da5 --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-b8eb4e30669216db.rmeta --extern heapless=/work/oxidecomputer/omicron/target/debug/deps/libheapless-d779dbc2460d4d0a.rmeta --cap-lints allow -D warnings`
29422023-05-03T02:45:01.840Z Running `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=2 -C metadata=ef72c970c28b077b -C extra-filename=-ef72c970c28b077b --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`
29432023-05-03T02:45:02.289Z Running `rustc --crate-name console --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/console-0.15.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="ansi-parsing"' --cfg 'feature="default"' --cfg 'feature="unicode-width"' -C metadata=4218c96aa0acd6ab -C extra-filename=-4218c96aa0acd6ab --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-8a685d01b4b534ab.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-8ace6616485d65e0.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-f4b899674cbc3fdf.rmeta --cap-lints allow -D warnings`
29442023-05-03T02:45:02.632Z Running `rustc --crate-name sha1 --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=2eb73e902062f8e1 -C extra-filename=-2eb73e902062f8e1 --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-3236f5900b9f1a09.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-9a0124affbab9dd0.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-74b8552d3c684044.rmeta --cap-lints allow -D warnings`
29452023-05-03T02:45:02.687Z Compiling camino-tempfile v1.0.2
29462023-05-03T02:45:02.693Z Running `rustc --crate-name camino_tempfile --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 -C metadata=f6ff1edbc4ad80e5 -C extra-filename=-f6ff1edbc4ad80e5 --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-9326280126410a1c.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-9e43cd504d5e9604.rmeta --cap-lints allow -D warnings`
29472023-05-03T02:45:03.721Z Running `rustc --crate-name viona_api_sys --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/e7ce7a1/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=2 -C metadata=203e843ca19ce7d9 -C extra-filename=-203e843ca19ce7d9 --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-8ace6616485d65e0.rmeta --cap-lints allow -D warnings`
29482023-05-03T02:45:03.729Z Running `rustc --crate-name openssl_probe /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 -C metadata=e6dbaa8c5fbfa831 -C extra-filename=-e6dbaa8c5fbfa831 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
29492023-05-03T02:45:03.898Z Running `rustc --crate-name lalrpop_util --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/lalrpop-util-0.19.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=2 -C metadata=9fd63d1057152a73 -C extra-filename=-9fd63d1057152a73 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
29502023-05-03T02:45:04.457Z Running `rustc --crate-name tap /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 -C metadata=52a01f3b5b70f36a -C extra-filename=-52a01f3b5b70f36a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
29512023-05-03T02:45:05.059Z Running `rustc --crate-name ascii /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 -C metadata=8aa66c724015b4a0 -C extra-filename=-8aa66c724015b4a0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
29522023-05-03T02:45:05.065Z Running `rustc --crate-name unicode_segmentation --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 -C metadata=652fa7857958c208 -C extra-filename=-652fa7857958c208 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
29532023-05-03T02:45:05.251Z Running `rustc --crate-name textwrap --edition=2021 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 -C metadata=2de2e013780e04b7 -C extra-filename=-2de2e013780e04b7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
29542023-05-03T02:45:06.054Z Running `rustc --crate-name clap --edition=2021 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/clap-3.2.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=2 --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=48c8c684dece9e3a -C extra-filename=-48c8c684dece9e3a --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-a56c9751a384a385.rmeta --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-d34174f1ba198652.rmeta --extern clap_derive=/work/oxidecomputer/omicron/target/debug/deps/libclap_derive-a10c552830e68a59.so --extern clap_lex=/work/oxidecomputer/omicron/target/debug/deps/libclap_lex-8c2da15ff2abe64e.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-74f6f470d278de54.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-387b4834159e45ee.rmeta --extern strsim=/work/oxidecomputer/omicron/target/debug/deps/libstrsim-5ed108281a9105cd.rmeta --extern termcolor=/work/oxidecomputer/omicron/target/debug/deps/libtermcolor-57d6bb51177ad296.rmeta --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-2de2e013780e04b7.rmeta --cap-lints allow -D warnings`
29552023-05-03T02:45:06.742Z Running `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=2 -C metadata=c2a035a3bf1b8d8d -C extra-filename=-c2a035a3bf1b8d8d --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-8aa66c724015b4a0.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-9dd1362437d01057.so --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-d34174f1ba198652.rmeta --extern env_logger=/work/oxidecomputer/omicron/target/debug/deps/libenv_logger-c312831dea2d8fd3.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-49a459f4335048f1.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-641ae0b131c38bfd.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b122fed81b2a5729.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e3bc36a7db76edcf.rmeta --cap-lints allow -D warnings`
29562023-05-03T02:45:07.362Z Running `rustc --crate-name wyz --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 -C metadata=1be3789a99e2c878 -C extra-filename=-1be3789a99e2c878 --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-52a01f3b5b70f36a.rmeta --cap-lints allow -D warnings`
29572023-05-03T02:45:08.310Z Running `rustc --crate-name viona_api --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/e7ce7a1/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=2 -C metadata=4aa966a339c46d00 -C extra-filename=-4aa966a339c46d00 --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-8ace6616485d65e0.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-438561e90c9dedac.rmeta --extern viona_api_sys=/work/oxidecomputer/omicron/target/debug/deps/libviona_api_sys-203e843ca19ce7d9.rmeta --cap-lints allow -D warnings`
29582023-05-03T02:45:09.000Z Running `rustc --crate-name tungstenite --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 -C metadata=4295d675810c3fff -C extra-filename=-4295d675810c3fff --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-19148fec0de4dc4b.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-bf19b92cdd383d4f.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-f7bc6c6fec7ff832.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-635e28a7d213ddf0.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-5781f11d3df4917a.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-641ae0b131c38bfd.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-95f5a12fb301f6d6.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-2eb73e902062f8e1.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b122fed81b2a5729.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-a1c2b50b5e43c2c1.rmeta --extern utf8=/work/oxidecomputer/omicron/target/debug/deps/libutf8-77238e54540b6965.rmeta --cap-lints allow -D warnings`
29592023-05-03T02:45:09.539Z Running `rustc --crate-name diesel --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/diesel-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=2 --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=83f730646963038c -C extra-filename=-83f730646963038c --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-d34174f1ba198652.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-bf19b92cdd383d4f.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-f6168ac296c7f258.rmeta --extern diesel_derives=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_derives-e75df49750f12519.so --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e1fe41af298a8d63.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-a838964c13797ce1.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-8ace6616485d65e0.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-ef72c970c28b077b.rmeta --extern r2d2=/work/oxidecomputer/omicron/target/debug/deps/libr2d2-2c03a11e441be2cd.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-72173ad921688e6f.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d1a0abc5ade2db54.rmeta --cap-lints allow -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64`
29602023-05-03T02:45:09.984Z Running `rustc --crate-name chacha20poly1305 --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/chacha20poly1305-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=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="heapless"' -C metadata=d1d3a86d1ed9395a -C extra-filename=-d1d3a86d1ed9395a --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-c0f39f979f981da5.rmeta --extern chacha20=/work/oxidecomputer/omicron/target/debug/deps/libchacha20-6bd37196e875fe97.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-bb2c303b280c1339.rmeta --extern poly1305=/work/oxidecomputer/omicron/target/debug/deps/libpoly1305-fbb6684c1b93f3c9.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-6e4f0c9350686db0.rmeta --cap-lints allow -D warnings`
29612023-05-03T02:45:10.458Z Running `rustc --crate-name ed25519_dalek --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/ed25519-dalek-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=2 --cfg 'feature="default"' --cfg 'feature="rand"' --cfg 'feature="serde_crate"' --cfg 'feature="std"' --cfg 'feature="u64_backend"' -C metadata=0ef14336612d2ed9 -C extra-filename=-0ef14336612d2ed9 --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-cdc6f4432e74f774.rmeta --extern ed25519=/work/oxidecomputer/omicron/target/debug/deps/libed25519-e18d7f6a2679429e.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-ce61384c2848a92f.rmeta --extern serde_crate=/work/oxidecomputer/omicron/target/debug/deps/libserde-8eb9b2d8b171c9a9.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-714034ee14ac141a.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-6e4f0c9350686db0.rmeta --cap-lints allow -D warnings`
29622023-05-03T02:45:11.477Z Running `rustc --crate-name nexus_passwords --edition=2021 nexus/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=2 -C metadata=b6270454e4863706 -C extra-filename=-b6270454e4863706 --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-a60f002c82371ba3.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-95f5a12fb301f6d6.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b122fed81b2a5729.rmeta -D warnings`
29632023-05-03T02:45:12.431Z Running `rustc --crate-name bhyve_api --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/e7ce7a1/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=2 -C metadata=c6de768746663ebb -C extra-filename=-c6de768746663ebb --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-307ee32c2a6589e5.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-8ace6616485d65e0.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-438561e90c9dedac.rmeta --cap-lints allow -D warnings`
29642023-05-03T02:45:13.079Z Running `rustc --crate-name x25519_dalek --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/x25519-dalek-2.0.0-pre.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=2 --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="u64_backend"' -C metadata=960431cea2f2555f -C extra-filename=-960431cea2f2555f --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-cdc6f4432e74f774.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-e3ee9ba43e1f3640.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-6e4f0c9350686db0.rmeta --cap-lints allow -D warnings`
29652023-05-03T02:45:13.245Z Running `rustc --crate-name rfc6979 --edition=2021 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/rfc6979-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=2 -C metadata=93c780643376c320 -C extra-filename=-93c780643376c320 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern crypto_bigint=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_bigint-a65ea351ac4713e2.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-90e4a192a494501d.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-6e4f0c9350686db0.rmeta --cap-lints allow -D warnings`
29662023-05-03T02:45:13.851Z Compiling derive_builder v0.12.0
29672023-05-03T02:45:13.858Z Running `rustc --crate-name derive_builder /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=829015f23e5f2866 -C extra-filename=-829015f23e5f2866 --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-f2574c6918db5a11.so --cap-lints allow -D warnings`
29682023-05-03T02:45:13.864Z Running `rustc --crate-name libxml --edition=2021 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/libxml-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=2 -C metadata=b9c2b87192533b5a -C extra-filename=-b9c2b87192533b5a --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-3b4ca36201d98b6d.rmeta --cap-lints allow -D warnings -L native=/usr/lib/amd64 -l xml2`
29692023-05-03T02:45:14.065Z Running `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=2 -C metadata=6b1deb58dc7f16bd -C extra-filename=-6b1deb58dc7f16bd --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-5994f6b5c293cae8.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-9dd1362437d01057.so --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-f7bc6c6fec7ff832.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-f6168ac296c7f258.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-3d8e288e1a900f74.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-702ba74a832d38ed.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-054a57342e2123af.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-c068aef94ecb220d.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5dd698f76fca519f.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-03bbb2d6bf1b8aa4.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-8eb9b2d8b171c9a9.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-72173ad921688e6f.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-d17ae93f1c55387c.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-1b8afb7b93a02752.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-fd0de55e0739c963.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b122fed81b2a5729.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e3bc36a7db76edcf.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d1a0abc5ade2db54.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-194683ec6123397c/out`
29702023-05-03T02:45:15.286Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
29712023-05-03T02:45:15.292Z Running `rustc --crate-name build_script_build --edition=2021 nexus/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 -C metadata=4497defc98fd5d55 -C extra-filename=-4497defc98fd5d55 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-nexus-4497defc98fd5d55 -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-86110576573fb360.rlib -D warnings`
29722023-05-03T02:45:15.731Z Running `rustc --crate-name oximeter --edition=2021 /home/build/.cargo/git/checkouts/omicron-d039c41f152bda83/7f772b3/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=2 -C metadata=82df65a4d8f2ef04 -C extra-filename=-82df65a4d8f2ef04 --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-f7bc6c6fec7ff832.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-f6168ac296c7f258.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-8fd7ef317636ad8a.rmeta --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-5a59935790d5387f.so --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-03bbb2d6bf1b8aa4.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-8eb9b2d8b171c9a9.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b122fed81b2a5729.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d1a0abc5ade2db54.rmeta --cap-lints allow -D warnings`
29732023-05-03T02:45:21.038Z Running `rustc --crate-name bitstruct --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 -C metadata=6fd46f464cce949b -C extra-filename=-6fd46f464cce949b --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-d9a40c70cfd274f2.so --cap-lints allow -D warnings`
29742023-05-03T02:45:21.080Z Running `rustc --crate-name signal_hook_mio --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 --cfg 'feature="mio-0_8"' --cfg 'feature="support-v0_8"' -C metadata=9066f25a17701b1a -C extra-filename=-9066f25a17701b1a --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-8ace6616485d65e0.rmeta --extern mio_0_8=/work/oxidecomputer/omicron/target/debug/deps/libmio-088fc82c614f6afc.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-47099fd8bcfec8ee.rmeta --cap-lints allow -D warnings`
29752023-05-03T02:45:21.180Z Running `rustc --crate-name erased_serde --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/erased-serde-0.3.25/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=37c1f5301a19064c -C extra-filename=-37c1f5301a19064c --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-8eb9b2d8b171c9a9.rmeta --cap-lints allow -D warnings`
29762023-05-03T02:45:21.513Z Running `rustc --crate-name radium --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 -C metadata=2e4544073a28c089 -C extra-filename=-2e4544073a28c089 --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`
29772023-05-03T02:45:22.531Z Running `rustc --crate-name dladm --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/e7ce7a1/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=2 -C metadata=576ce049292bdd28 -C extra-filename=-576ce049292bdd28 --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-8ace6616485d65e0.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-438561e90c9dedac.rmeta --cap-lints allow -D warnings`
29782023-05-03T02:45:24.098Z Compiling headers-core v0.2.0
29792023-05-03T02:45:24.104Z Running `rustc --crate-name headers_core /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 -C metadata=4259ae2fe666f14d -C extra-filename=-4259ae2fe666f14d --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-593a43af3ae7d8a4.rmeta --cap-lints allow -D warnings`
29802023-05-03T02:45:24.119Z Running `rustc --crate-name core2 --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/core2-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=2 --cfg 'feature="alloc"' --cfg 'feature="std"' -C metadata=1e1668333d5d679c -C extra-filename=-1e1668333d5d679c --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-9cfa812d8dfbd69b.rmeta --cap-lints allow -D warnings`
29812023-05-03T02:45:24.415Z Compiling bb8 v0.8.0
29822023-05-03T02:45:24.420Z Running `rustc --crate-name bb8 --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/bb8-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=2 -C metadata=9b42e8c724a0820a -C extra-filename=-9b42e8c724a0820a --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-9dd1362437d01057.so --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-a600999ef254de13.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-837078368698f4bc.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-92b760a87b8a5ee6.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b00445e5c4984cd2.rmeta --cap-lints allow -D warnings`
29832023-05-03T02:45:24.500Z Compiling quick-xml v0.23.1
29842023-05-03T02:45:24.505Z Running `rustc --crate-name quick_xml --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/quick-xml-0.23.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="serialize"' -C metadata=fe77a3ab5da8a974 -C extra-filename=-fe77a3ab5da8a974 --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-c09eeb87cc2a190d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-9d729fa31918ec84.rmeta --cap-lints allow -D warnings`
29852023-05-03T02:45:25.434Z Compiling bytesize v1.2.0
29862023-05-03T02:45:25.439Z Running `rustc --crate-name bytesize /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/bytesize-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=2 --cfg 'feature="default"' --cfg 'feature="serde"' -C metadata=22d4785e7509801a -C extra-filename=-22d4785e7509801a --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-9d729fa31918ec84.rmeta --cap-lints allow -D warnings`
29872023-05-03T02:45:26.753Z Running `rustc --crate-name funty --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 -C metadata=92f93a6fb8aa8369 -C extra-filename=-92f93a6fb8aa8369 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
29882023-05-03T02:45:26.761Z Compiling maplit v1.0.2
29892023-05-03T02:45:26.766Z Running `rustc --crate-name maplit /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 -C metadata=745b965d0537f01c -C extra-filename=-745b965d0537f01c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
29902023-05-03T02:45:27.074Z Compiling fs-err v2.9.0
29912023-05-03T02:45:27.079Z Running `rustc --crate-name fs_err --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 -C metadata=8d6b90ccbad5b82f -C extra-filename=-8d6b90ccbad5b82f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
29922023-05-03T02:45:28.286Z Compiling headers v0.3.8
29932023-05-03T02:45:28.324Z Running `rustc --crate-name headers /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/headers-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=2 -C metadata=0fcffd7e4cb0e316 -C extra-filename=-0fcffd7e4cb0e316 --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-8529f7cc9a24c0bc.rmeta --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-f311115e4eb2c3ba.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5d6079816e523e86.rmeta --extern headers_core=/work/oxidecomputer/omicron/target/debug/deps/libheaders_core-4259ae2fe666f14d.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-593a43af3ae7d8a4.rmeta --extern httpdate=/work/oxidecomputer/omicron/target/debug/deps/libhttpdate-ece17fa9e043da37.rmeta --extern mime=/work/oxidecomputer/omicron/target/debug/deps/libmime-1a5d9be8fcf2b360.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-a79b8574ddca7646.rmeta --cap-lints allow -D warnings`
29942023-05-03T02:45:28.789Z Running `rustc --crate-name bitvec --edition=2021 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 --cfg 'feature="alloc"' --cfg 'feature="atomic"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=7b3ab277c63679a2 -C extra-filename=-7b3ab277c63679a2 --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-92f93a6fb8aa8369.rmeta --extern radium=/work/oxidecomputer/omicron/target/debug/deps/libradium-2e4544073a28c089.rmeta --extern tap=/work/oxidecomputer/omicron/target/debug/deps/libtap-52a01f3b5b70f36a.rmeta --extern wyz=/work/oxidecomputer/omicron/target/debug/deps/libwyz-1be3789a99e2c878.rmeta --cap-lints allow -D warnings`
29952023-05-03T02:45:30.128Z Running `rustc --crate-name uint_zigzag --edition=2021 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/uint-zigzag-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=2 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=80b629a4a2898529 -C extra-filename=-80b629a4a2898529 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern core2=/work/oxidecomputer/omicron/target/debug/deps/libcore2-1e1668333d5d679c.rmeta --cap-lints allow -D warnings`
29962023-05-03T02:45:30.586Z Running `rustc --crate-name propolis --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/e7ce7a1/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=2 -C metadata=741d4e0aa2211864 -C extra-filename=-741d4e0aa2211864 --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-5994f6b5c293cae8.rmeta --extern bhyve_api=/work/oxidecomputer/omicron/target/debug/deps/libbhyve_api-c6de768746663ebb.rmeta --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-d34174f1ba198652.rmeta --extern bitstruct=/work/oxidecomputer/omicron/target/debug/deps/libbitstruct-6fd46f464cce949b.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-bf19b92cdd383d4f.rmeta --extern dladm=/work/oxidecomputer/omicron/target/debug/deps/libdladm-576ce049292bdd28.rmeta --extern erased_serde=/work/oxidecomputer/omicron/target/debug/deps/liberased_serde-37c1f5301a19064c.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-49a459f4335048f1.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-8a685d01b4b534ab.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-8ace6616485d65e0.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-438561e90c9dedac.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-387b4834159e45ee.rmeta --extern propolis_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_types-69c747658eeaa34f.rmeta --extern rfb=/work/oxidecomputer/omicron/target/debug/deps/librfb-c2a035a3bf1b8d8d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-8eb9b2d8b171c9a9.rmeta --extern serde_arrays=/work/oxidecomputer/omicron/target/debug/deps/libserde_arrays-d14d257a7dc198a2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-72173ad921688e6f.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-d17ae93f1c55387c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b122fed81b2a5729.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e3bc36a7db76edcf.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-8d0fd8390d44d547.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d1a0abc5ade2db54.rmeta --extern viona_api=/work/oxidecomputer/omicron/target/debug/deps/libviona_api-4aa966a339c46d00.rmeta --cap-lints allow -D warnings`
29972023-05-03T02:45:32.852Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-nexus-4497defc98fd5d55/build-script-build`
29982023-05-03T02:45:32.857Z Running `rustc --crate-name ecdsa --edition=2021 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/ecdsa-0.14.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=2 --cfg 'feature="alloc"' --cfg 'feature="arithmetic"' --cfg 'feature="der"' --cfg 'feature="digest"' --cfg 'feature="hazmat"' --cfg 'feature="pkcs8"' --cfg 'feature="rfc6979"' --cfg 'feature="sign"' --cfg 'feature="std"' --cfg 'feature="verify"' -C metadata=be4a4cf0a4af285e -C extra-filename=-be4a4cf0a4af285e --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-377c78fb24520580.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-80c24a2e81df58a4.rmeta --extern rfc6979=/work/oxidecomputer/omicron/target/debug/deps/librfc6979-93c780643376c320.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-2a63a13b00bcee09.rmeta --cap-lints allow -D warnings`
29992023-05-03T02:45:32.878Z Running `rustc --crate-name sprockets_session --edition=2021 /home/build/.cargo/git/checkouts/sprockets-82488b5b61bf00db/77df31e/session/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 -C metadata=b894dbd297575e87 -C extra-filename=-b894dbd297575e87 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-d1d3a86d1ed9395a.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-327c061b0e2a3bf9.so --extern ed25519=/work/oxidecomputer/omicron/target/debug/deps/libed25519-e18d7f6a2679429e.rmeta --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-0ef14336612d2ed9.rmeta --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-2d0b33951f504cc9.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-90e4a192a494501d.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-f67fcd7f2f20f114.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-e3ee9ba43e1f3640.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-8eb9b2d8b171c9a9.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-e407aa4fd57350fe.rmeta --extern sprockets_common=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_common-4a07cc9565fa3465.rmeta --extern x25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libx25519_dalek-960431cea2f2555f.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-6e4f0c9350686db0.rmeta --cap-lints allow -D warnings`
30002023-05-03T02:45:34.148Z Compiling async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=7944dafc8a36dc6e20a1405eca59d04662de2bb7#7944dafc)
30012023-05-03T02:45:34.154Z Running `rustc --crate-name async_bb8_diesel --edition=2018 /home/build/.cargo/git/checkouts/async-bb8-diesel-a50dc900a40dfa44/7944daf/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=1eaea6c9500a92e1 -C extra-filename=-1eaea6c9500a92e1 --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-9dd1362437d01057.so --extern bb8=/work/oxidecomputer/omicron/target/debug/deps/libbb8-9b42e8c724a0820a.rmeta --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-8a78df13d20d161b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-6f624496ed77b6b0.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b00445e5c4984cd2.rmeta --cap-lints allow -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64`
30022023-05-03T02:45:35.409Z Running `rustc --crate-name diesel_dtrace --edition=2021 /home/build/.cargo/git/checkouts/diesel-dtrace-b9b9a29f91f682b9/309bd36/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=2c2948b41eeb9d89 -C extra-filename=-2c2948b41eeb9d89 --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-8a78df13d20d161b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-9d729fa31918ec84.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-265f476839655f3b.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-88178d7c063e03bd.rmeta --cap-lints allow -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64`
30032023-05-03T02:45:36.229Z Running `rustc --crate-name tokio_tungstenite --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 --cfg 'feature="connect"' --cfg 'feature="default"' --cfg 'feature="stream"' -C metadata=68e71fb5076254c5 -C extra-filename=-68e71fb5076254c5 --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-a5d020236f0241f3.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-641ae0b131c38bfd.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e3bc36a7db76edcf.rmeta --extern tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtungstenite-4295d675810c3fff.rmeta --cap-lints allow -D warnings`
30042023-05-03T02:45:36.320Z Compiling crossterm v0.25.0
30052023-05-03T02:45:36.752Z Running `rustc --crate-name crossterm --edition=2021 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/crossterm-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=2 --cfg 'feature="bracketed-paste"' --cfg 'feature="default"' -C metadata=dbfdadaef78f01d0 -C extra-filename=-dbfdadaef78f01d0 --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-f311115e4eb2c3ba.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-3b4ca36201d98b6d.rmeta --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-f9a01259dd559e1a.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-92b760a87b8a5ee6.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-3c9c99c977d3a39f.rmeta --extern signal_hook_mio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_mio-1189f610e7f92de8.rmeta --cap-lints allow -D warnings`
30062023-05-03T02:45:36.900Z Running `rustc --crate-name cookie --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 -C metadata=e0a7d0b042fae0ec -C extra-filename=-e0a7d0b042fae0ec --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-5a94a11190d8fe7a.rmeta --cap-lints allow -D warnings`
30072023-05-03T02:45:37.247Z Running `rustc --crate-name const_format --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/const_format-0.2.30/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' -C metadata=f98345de7ee93a60 -C extra-filename=-f98345de7ee93a60 --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-9d7fbd2c546f26a8.so --cap-lints allow -D warnings`
30082023-05-03T02:45:38.579Z Running `rustc --crate-name pin_project --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/pin-project-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=2 -C metadata=f84b6da26fdbdf6c -C extra-filename=-f84b6da26fdbdf6c --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-6444bf914b8f9b81.so --cap-lints allow -D warnings`
30092023-05-03T02:45:38.931Z Running `rustc --crate-name ron --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 -C metadata=64ba06f308c69bcb -C extra-filename=-64ba06f308c69bcb --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-19148fec0de4dc4b.rmeta --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-d34174f1ba198652.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-8eb9b2d8b171c9a9.rmeta --cap-lints allow -D warnings`
30102023-05-03T02:45:38.989Z Running `rustc --crate-name propolis_server_config --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/e7ce7a1/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=2 -C metadata=2cb8b7a1751ae5e3 -C extra-filename=-2cb8b7a1751ae5e3 --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-8eb9b2d8b171c9a9.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-c95b9f7bda17ba0d.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b122fed81b2a5729.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-86f083b614334e7d.rmeta --cap-lints allow -D warnings`
30112023-05-03T02:45:39.605Z Compiling cassowary v0.3.0
30122023-05-03T02:45:39.610Z Running `rustc --crate-name cassowary /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 -C metadata=602a322651216e85 -C extra-filename=-602a322651216e85 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
30132023-05-03T02:45:40.317Z Running `rustc --crate-name bit_field /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 -C metadata=8e751ab40bf23f42 -C extra-filename=-8e751ab40bf23f42 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
30142023-05-03T02:45:41.048Z Running `rustc --crate-name lalrpop_util --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/lalrpop-util-0.19.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=2 -C metadata=495baa270cee0855 -C extra-filename=-495baa270cee0855 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
30152023-05-03T02:45:41.194Z Compiling tui v0.19.0
30162023-05-03T02:45:41.199Z Running `rustc --crate-name tui --edition=2021 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/tui-0.19.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="crossterm"' --cfg 'feature="default"' -C metadata=628ee1fb6aec51b0 -C extra-filename=-628ee1fb6aec51b0 --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-f311115e4eb2c3ba.rmeta --extern cassowary=/work/oxidecomputer/omicron/target/debug/deps/libcassowary-602a322651216e85.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-dbfdadaef78f01d0.rmeta --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-f8398637f3b20def.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-20b404251b8c4e7b.rmeta --cap-lints allow -D warnings`
30172023-05-03T02:45:41.575Z Running `rustc --crate-name sprockets_host --edition=2021 /home/build/.cargo/git/checkouts/sprockets-82488b5b61bf00db/77df31e/host/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 -C metadata=29e9ae72c9b3cf7e -C extra-filename=-29e9ae72c9b3cf7e --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-5994f6b5c293cae8.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-48c8c684dece9e3a.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-327c061b0e2a3bf9.so --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-49a459f4335048f1.rmeta --extern pin_project=/work/oxidecomputer/omicron/target/debug/deps/libpin_project-f84b6da26fdbdf6c.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-efeeea6aa09c2109.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-8eb9b2d8b171c9a9.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-d17ae93f1c55387c.rmeta --extern sprockets_common=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_common-4a07cc9565fa3465.rmeta --extern sprockets_session=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_session-b894dbd297575e87.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b122fed81b2a5729.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e3bc36a7db76edcf.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-194683ec6123397c/out`
30182023-05-03T02:45:42.544Z Running `rustc --crate-name p256 --edition=2021 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/p256-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=2 --cfg 'feature="arithmetic"' --cfg 'feature="default"' --cfg 'feature="digest"' --cfg 'feature="ecdsa"' --cfg 'feature="ecdsa-core"' --cfg 'feature="pkcs8"' --cfg 'feature="sha2"' --cfg 'feature="sha256"' --cfg 'feature="std"' -C metadata=cfa06778e1ce7491 -C extra-filename=-cfa06778e1ce7491 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ecdsa_core=/work/oxidecomputer/omicron/target/debug/deps/libecdsa-be4a4cf0a4af285e.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-80c24a2e81df58a4.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-b0c9c2f2327a907e.rmeta --cap-lints allow -D warnings`
30192023-05-03T02:45:42.964Z Running `rustc --crate-name vsss_rs --edition=2021 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/vsss-rs-2.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=2 --cfg 'feature="std"' -C metadata=585eb45d668dcf0d -C extra-filename=-585eb45d668dcf0d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern core2=/work/oxidecomputer/omicron/target/debug/deps/libcore2-1e1668333d5d679c.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-80c24a2e81df58a4.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-11c1c3083a27843c.rmeta --extern rand_chacha_02=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-97d3567d19dad9bc.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-cac48b3bced151f4.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-e3ee9ba43e1f3640.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-8eb9b2d8b171c9a9.rmeta --extern serde_big_array=/work/oxidecomputer/omicron/target/debug/deps/libserde_big_array-e417e70e34b41411.rmeta --extern uint_zigzag=/work/oxidecomputer/omicron/target/debug/deps/libuint_zigzag-80b629a4a2898529.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-6e4f0c9350686db0.rmeta --cap-lints allow -D warnings`
30202023-05-03T02:45:43.898Z Compiling crossterm v0.26.1
30212023-05-03T02:45:43.904Z Running `rustc --crate-name crossterm --edition=2021 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 --cfg 'feature="bracketed-paste"' --cfg 'feature="default"' --cfg 'feature="event-stream"' --cfg 'feature="futures-core"' --cfg 'feature="serde"' -C metadata=dadcdffc6d4a7d62 -C extra-filename=-dadcdffc6d4a7d62 --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-f311115e4eb2c3ba.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-21c68b0a02370835.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-3b4ca36201d98b6d.rmeta --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-f9a01259dd559e1a.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-92b760a87b8a5ee6.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-9d729fa31918ec84.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-3c9c99c977d3a39f.rmeta --extern signal_hook_mio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_mio-1189f610e7f92de8.rmeta --cap-lints allow -D warnings`
30222023-05-03T02:45:44.669Z Running `rustc --crate-name derive_builder /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=61e640c3d2e609bf -C extra-filename=-61e640c3d2e609bf --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-f2574c6918db5a11.so --cap-lints allow -D warnings`
30232023-05-03T02:45:45.331Z Running `rustc --crate-name libxml --edition=2021 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/libxml-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=2 -C metadata=788183946aa1457b -C extra-filename=-788183946aa1457b --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-8ace6616485d65e0.rmeta --cap-lints allow -D warnings -L native=/usr/lib/amd64 -l xml2`
30242023-05-03T02:45:45.338Z Running `rustc --crate-name ref_cast --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/ref-cast-1.0.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=2 -C metadata=500314d49cd61e05 -C extra-filename=-500314d49cd61e05 --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-71b618400655f059.so --cap-lints allow -D warnings`
30252023-05-03T02:45:45.463Z Running `rustc --crate-name crossbeam_deque --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 --cfg 'feature="crossbeam-epoch"' --cfg 'feature="crossbeam-utils"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=ad568abb5cdc9f23 -C extra-filename=-ad568abb5cdc9f23 --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-3236f5900b9f1a09.rmeta --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-86b21c520dc86b35.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-2d8dda456d54a927.rmeta --cap-lints allow -D warnings`
30262023-05-03T02:45:46.202Z Running `rustc --crate-name camino_tempfile --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 -C metadata=88effcea09493efc -C extra-filename=-88effcea09493efc --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-e39ed15bdff1d269.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-51e70bcbfc9433e9.rmeta --cap-lints allow -D warnings`
30272023-05-03T02:45:47.083Z Running `rustc --crate-name crucible_client_types --edition=2021 /home/build/.cargo/git/checkouts/crucible-f3b5bdecdc6486d6/0b34a53/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=2 -C metadata=77834e956fe1f6b3 -C extra-filename=-77834e956fe1f6b3 --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-e9589e46c4d3b8f3.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-03bbb2d6bf1b8aa4.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-8eb9b2d8b171c9a9.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-72173ad921688e6f.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d1a0abc5ade2db54.rmeta --cap-lints allow -D warnings`
30282023-05-03T02:45:48.615Z Running `rustc --crate-name headers_core /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 -C metadata=9efbf1ecf7bfe178 -C extra-filename=-9efbf1ecf7bfe178 --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-635e28a7d213ddf0.rmeta --cap-lints allow -D warnings`
30292023-05-03T02:45:49.038Z Running `rustc --crate-name bb8 --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/bb8-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=2 -C metadata=1b77f4ef1b715910 -C extra-filename=-1b77f4ef1b715910 --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-9dd1362437d01057.so --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-d2267efff75dc0c0.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-a5d020236f0241f3.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-cc232eb02ca601a4.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e3bc36a7db76edcf.rmeta --cap-lints allow -D warnings`
30302023-05-03T02:45:49.653Z Running `rustc --crate-name quick_xml --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/quick-xml-0.23.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="serialize"' -C metadata=5309de638afd9d41 -C extra-filename=-5309de638afd9d41 --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-9cfa812d8dfbd69b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-8eb9b2d8b171c9a9.rmeta --cap-lints allow -D warnings`
30312023-05-03T02:45:50.074Z Running `rustc --crate-name bincode /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 -C metadata=b718d6c0e5f210a4 -C extra-filename=-b718d6c0e5f210a4 --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-8eb9b2d8b171c9a9.rmeta --cap-lints allow -D warnings`
30322023-05-03T02:45:51.418Z Compiling crossbeam-queue v0.3.8
30332023-05-03T02:45:51.423Z Running `rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/crossbeam-queue-0.3.8/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="std"' -C metadata=b20ce38183266281 -C extra-filename=-b20ce38183266281 --out-dir /work/oxidecomputer/omicron/target/debug/build/crossbeam-queue-b20ce38183266281 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
30342023-05-03T02:45:51.782Z Compiling plotters-backend v0.3.4
30352023-05-03T02:45:51.788Z Running `rustc --crate-name plotters_backend --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/plotters-backend-0.3.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=2 -C metadata=f2532cd389bf1d65 -C extra-filename=-f2532cd389bf1d65 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
30362023-05-03T02:45:52.339Z Running `rustc --crate-name maplit /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 -C metadata=00ec082864b23ad9 -C extra-filename=-00ec082864b23ad9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
30372023-05-03T02:45:52.395Z Running `rustc --crate-name headers /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/headers-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=2 -C metadata=be7aa33dd070487a -C extra-filename=-be7aa33dd070487a --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-19148fec0de4dc4b.rmeta --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-d34174f1ba198652.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-f7bc6c6fec7ff832.rmeta --extern headers_core=/work/oxidecomputer/omicron/target/debug/deps/libheaders_core-9efbf1ecf7bfe178.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-635e28a7d213ddf0.rmeta --extern httpdate=/work/oxidecomputer/omicron/target/debug/deps/libhttpdate-3218cb08365e04ad.rmeta --extern mime=/work/oxidecomputer/omicron/target/debug/deps/libmime-b69a29a459d67fb7.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-20f9e83ee5b2fcd7.rmeta --cap-lints allow -D warnings`
30382023-05-03T02:45:52.672Z Running `/work/oxidecomputer/omicron/target/debug/build/crossbeam-queue-b20ce38183266281/build-script-build`
30392023-05-03T02:45:52.706Z Compiling plotters-svg v0.3.3
30402023-05-03T02:45:52.729Z Running `rustc --crate-name plotters_svg --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/plotters-svg-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=2 -C metadata=3def45387398a6de -C extra-filename=-3def45387398a6de --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-f2532cd389bf1d65.rmeta --cap-lints allow -D warnings`
30412023-05-03T02:45:53.137Z Compiling tui-tree-widget v0.11.0
30422023-05-03T02:45:53.143Z Running `rustc --crate-name tui_tree_widget --edition=2021 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/tui-tree-widget-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=2 -C metadata=c511f6596ce9a9f1 -C extra-filename=-c511f6596ce9a9f1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern tui=/work/oxidecomputer/omicron/target/debug/deps/libtui-628ee1fb6aec51b0.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-20b404251b8c4e7b.rmeta --cap-lints allow -D warnings`
30432023-05-03T02:45:53.439Z Running `rustc --crate-name crossterm --edition=2021 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/crossterm-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=2 --cfg 'feature="bracketed-paste"' --cfg 'feature="default"' -C metadata=beeab8faa19ecb9f -C extra-filename=-beeab8faa19ecb9f --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-d34174f1ba198652.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-8ace6616485d65e0.rmeta --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-088fc82c614f6afc.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-cc232eb02ca601a4.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-47099fd8bcfec8ee.rmeta --extern signal_hook_mio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_mio-9066f25a17701b1a.rmeta --cap-lints allow -D warnings`
30442023-05-03T02:45:53.994Z Running `rustc --crate-name cookie --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 -C metadata=135f2b7c4f3cf986 -C extra-filename=-135f2b7c4f3cf986 --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-c0a08fa3eeac4d73.rmeta --cap-lints allow -D warnings`
30452023-05-03T02:45:54.572Z Compiling predicates v3.0.3
30462023-05-03T02:45:54.577Z Running `rustc --crate-name predicates --edition=2021 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/predicates-3.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=2 --cfg 'feature="color"' --cfg 'feature="default"' --cfg 'feature="diff"' --cfg 'feature="float-cmp"' --cfg 'feature="normalize-line-endings"' --cfg 'feature="regex"' -C metadata=37d399784d388e6d -C extra-filename=-37d399784d388e6d --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-f7dc112ad34effbd.rmeta --extern difflib=/work/oxidecomputer/omicron/target/debug/deps/libdifflib-2a390a6504e859c5.rmeta --extern float_cmp=/work/oxidecomputer/omicron/target/debug/deps/libfloat_cmp-2d17d05620a66d9f.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-2fcd511091ec8030.rmeta --extern normalize_line_endings=/work/oxidecomputer/omicron/target/debug/deps/libnormalize_line_endings-ee53ca911e4d7723.rmeta --extern predicates_core=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_core-026237d5161329cd.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-9544c2a73650ad75.rmeta --cap-lints allow -D warnings`
30472023-05-03T02:45:56.017Z Compiling libsw v3.2.4
30482023-05-03T02:45:56.023Z Running `rustc --crate-name libsw --edition=2021 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/libsw-3.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=2 --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="std_instant"' --cfg 'feature="std_systemtime"' --cfg 'feature="tokio"' -C metadata=2722e741ba25ffbd -C extra-filename=-2722e741ba25ffbd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b00445e5c4984cd2.rmeta --cap-lints allow -D warnings`
30492023-05-03T02:45:56.862Z Running `rustc --crate-name bytesize /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/bytesize-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=2 --cfg 'feature="default"' --cfg 'feature="serde"' -C metadata=59cdf7818fe02213 -C extra-filename=-59cdf7818fe02213 --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-8eb9b2d8b171c9a9.rmeta --cap-lints allow -D warnings`
30502023-05-03T02:45:56.869Z Compiling shell-words v1.1.0
30512023-05-03T02:45:56.874Z Running `rustc --crate-name shell_words /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=4e2799ae8338e70e -C extra-filename=-4e2799ae8338e70e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
30522023-05-03T02:45:57.576Z Running `rustc --crate-name cassowary /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 -C metadata=edeb6cd063f82ab3 -C extra-filename=-edeb6cd063f82ab3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
30532023-05-03T02:45:57.744Z Compiling cast v0.3.0
30542023-05-03T02:45:57.749Z Running `rustc --crate-name cast --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 -C metadata=6e16f55692697026 -C extra-filename=-6e16f55692697026 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
30552023-05-03T02:45:57.841Z Running `rustc --crate-name fs_err --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 -C metadata=50e987535400176c -C extra-filename=-50e987535400176c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
30562023-05-03T02:45:58.298Z Compiling assert_cmd v2.0.11
30572023-05-03T02:45:58.304Z Running `rustc --crate-name assert_cmd --edition=2021 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/assert_cmd-2.0.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=7fa0c8ba8a6c99c5 -C extra-filename=-7fa0c8ba8a6c99c5 --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-f7dc112ad34effbd.rmeta --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-432c3fd79fc58038.rmeta --extern doc_comment=/work/oxidecomputer/omicron/target/debug/deps/libdoc_comment-52efecc0c2bec322.rmeta --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-37d399784d388e6d.rmeta --extern predicates_core=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_core-026237d5161329cd.rmeta --extern predicates_tree=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_tree-61825ed78941a37e.rmeta --extern wait_timeout=/work/oxidecomputer/omicron/target/debug/deps/libwait_timeout-0680b187923cfcde.rmeta --cap-lints allow -D warnings`
30582023-05-03T02:45:58.560Z Running `rustc --crate-name tui --edition=2021 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/tui-0.19.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=2 --cfg 'feature="crossterm"' --cfg 'feature="default"' -C metadata=f68f0373b07fd633 -C extra-filename=-f68f0373b07fd633 --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-d34174f1ba198652.rmeta --extern cassowary=/work/oxidecomputer/omicron/target/debug/deps/libcassowary-edeb6cd063f82ab3.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-beeab8faa19ecb9f.rmeta --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-652fa7857958c208.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-f4b899674cbc3fdf.rmeta --cap-lints allow -D warnings`
30592023-05-03T02:45:59.038Z Compiling criterion-plot v0.5.0
30602023-05-03T02:45:59.043Z Running `rustc --crate-name criterion_plot --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 -C metadata=fd32ba661757d54a -C extra-filename=-fd32ba661757d54a --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-6e16f55692697026.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-2fcd511091ec8030.rmeta --cap-lints allow -D warnings`
30612023-05-03T02:46:00.394Z Compiling plotters v0.3.4
30622023-05-03T02:46:00.399Z Running `rustc --crate-name plotters --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/plotters-0.3.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=2 --cfg 'feature="area_series"' --cfg 'feature="line_series"' --cfg 'feature="plotters-svg"' --cfg 'feature="svg_backend"' -C metadata=d49381bfe9ec4085 -C extra-filename=-d49381bfe9ec4085 --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-4a706b873f27c27b.rmeta --extern plotters_backend=/work/oxidecomputer/omicron/target/debug/deps/libplotters_backend-f2532cd389bf1d65.rmeta --extern plotters_svg=/work/oxidecomputer/omicron/target/debug/deps/libplotters_svg-3def45387398a6de.rmeta --cap-lints allow -D warnings`
30632023-05-03T02:46:01.150Z Running `rustc --crate-name rayon_core --edition=2021 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 -C metadata=16ed4811c24f7c54 -C extra-filename=-16ed4811c24f7c54 --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-efedaf1aaf8edfa7.rmeta --extern crossbeam_deque=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_deque-ad568abb5cdc9f23.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-2d8dda456d54a927.rmeta --extern num_cpus=/work/oxidecomputer/omicron/target/debug/deps/libnum_cpus-553949c6eff408e5.rmeta --cap-lints allow -D warnings`
30642023-05-03T02:46:01.325Z Running `rustc --crate-name crossterm --edition=2021 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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 panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="bracketed-paste"' --cfg 'feature="default"' --cfg 'feature="event-stream"' --cfg 'feature="futures-core"' --cfg 'feature="serde"' -C metadata=03cf9437e6ff65e3 -C extra-filename=-03cf9437e6ff65e3 --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-d34174f1ba198652.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-a1ad4564885a93e7.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-8ace6616485d65e0.rmeta --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-088fc82c614f6afc.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-cc232eb02ca601a4.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-8eb9b2d8b171c9a9.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-47099fd8bcfec8ee.rmeta --extern signal_hook_mio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_mio-9066f25a17701b1a.rmeta --cap-lints allow -D warnings`
30652023-05-03T02:46:05.453Z Running `rustc --crate-name mime_guess /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 --cfg 'feature="default"' --cfg 'feature="rev-mappings"' -C metadata=4384cba95888b138 -C extra-filename=-4384cba95888b138 --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-1a5d9be8fcf2b360.rmeta --extern unicase=/work/oxidecomputer/omicron/target/debug/deps/libunicase-72d735f59adfbe03.rmeta --cap-lints allow -D warnings`
30662023-05-03T02:46:05.979Z Running `rustc --crate-name portable_atomic --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/portable-atomic-0.3.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=2 --cfg 'feature="default"' --cfg 'feature="fallback"' -C metadata=fc68b7015c74a9f9 -C extra-filename=-fc68b7015c74a9f9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
30672023-05-03T02:46:06.283Z Running `rustc --crate-name unicase /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/unicase-2.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=2 -C metadata=2753a47b281f8826 -C extra-filename=-2753a47b281f8826 --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`
30682023-05-03T02:46:07.183Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
30692023-05-03T02:46:07.188Z Running `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=2 --cfg 'feature="default"' --cfg 'feature="http"' --cfg 'feature="http-instruments"' -C metadata=ff17ac0dfaff74f7 -C extra-filename=-ff17ac0dfaff74f7 --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-32820d6515860c0f.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-bb405797b454acb7.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7b78a4e9c695d3a0.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-593a43af3ae7d8a4.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-ecbcea7ea3475063.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b00445e5c4984cd2.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-88178d7c063e03bd.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-194683ec6123397c/out`
30702023-05-03T02:46:07.306Z Compiling fatfs v0.3.6
30712023-05-03T02:46:07.337Z Running `rustc --crate-name fatfs /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 --cfg 'feature="alloc"' --cfg 'feature="chrono"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=493b3323f6644d3c -C extra-filename=-493b3323f6644d3c --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-f311115e4eb2c3ba.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-d01e06aeb22800a4.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-32820d6515860c0f.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-686a5a811aee7568.rmeta --cap-lints allow -D warnings`
30722023-05-03T02:46:08.310Z Compiling tinytemplate v1.2.1
30732023-05-03T02:46:08.316Z Running `rustc --crate-name tinytemplate /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 -C metadata=b58a99acba0f0218 -C extra-filename=-b58a99acba0f0218 --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-9d729fa31918ec84.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-940b0a5541759ffe.rmeta --cap-lints allow -D warnings`
30742023-05-03T02:46:08.614Z Compiling number_prefix v0.4.0
30752023-05-03T02:46:08.620Z Running `rustc --crate-name number_prefix /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=d4202dd29ab87e73 -C extra-filename=-d4202dd29ab87e73 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
30762023-05-03T02:46:09.226Z Compiling anes v0.1.6
30772023-05-03T02:46:09.231Z Running `rustc --crate-name anes --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 --cfg 'feature="default"' -C metadata=b0ee9008dc659a5c -C extra-filename=-b0ee9008dc659a5c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
30782023-05-03T02:46:10.235Z Compiling display-error-chain v0.1.1
30792023-05-03T02:46:10.240Z Running `rustc --crate-name display_error_chain --edition=2021 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 -C metadata=5b8e877e059c1e2f -C extra-filename=-5b8e877e059c1e2f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
30802023-05-03T02:46:10.325Z Compiling oorandom v11.1.3
30812023-05-03T02:46:10.330Z Running `rustc --crate-name oorandom --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 -C metadata=1cff0423376f16dc -C extra-filename=-1cff0423376f16dc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
30822023-05-03T02:46:10.501Z Compiling arrayvec v0.5.2
30832023-05-03T02:46:10.507Z Running `rustc --crate-name arrayvec --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/arrayvec-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=2 -C metadata=db0a76ed98d48cfd -C extra-filename=-db0a76ed98d48cfd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
30842023-05-03T02:46:10.610Z Compiling indicatif v0.17.3
30852023-05-03T02:46:10.616Z Running `rustc --crate-name indicatif --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/indicatif-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=2 --cfg 'feature="default"' --cfg 'feature="rayon"' --cfg 'feature="unicode-width"' -C metadata=13469307ff7d6e16 -C extra-filename=-13469307ff7d6e16 --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-ad59f8dd0297688e.rmeta --extern number_prefix=/work/oxidecomputer/omicron/target/debug/deps/libnumber_prefix-d4202dd29ab87e73.rmeta --extern portable_atomic=/work/oxidecomputer/omicron/target/debug/deps/libportable_atomic-fc68b7015c74a9f9.rmeta --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-e87a72184a8aa4df.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-20b404251b8c4e7b.rmeta --cap-lints allow -D warnings`
30862023-05-03T02:46:11.228Z Compiling criterion v0.4.0
30872023-05-03T02:46:11.251Z Running `rustc --crate-name criterion --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/criterion-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=2 --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=4368945b58a5d866 -C extra-filename=-4368945b58a5d866 --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-b0ee9008dc659a5c.rmeta --extern atty=/work/oxidecomputer/omicron/target/debug/deps/libatty-fdffab5aeefb2b05.rmeta --extern cast=/work/oxidecomputer/omicron/target/debug/deps/libcast-6e16f55692697026.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-9baf74024ad4c4c7.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-72c1e074c5ddba15.rmeta --extern criterion_plot=/work/oxidecomputer/omicron/target/debug/deps/libcriterion_plot-fd32ba661757d54a.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7b78a4e9c695d3a0.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-2fcd511091ec8030.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-754126440583bf8d.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-4a706b873f27c27b.rmeta --extern oorandom=/work/oxidecomputer/omicron/target/debug/deps/liboorandom-1cff0423376f16dc.rmeta --extern plotters=/work/oxidecomputer/omicron/target/debug/deps/libplotters-d49381bfe9ec4085.rmeta --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-e87a72184a8aa4df.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-9544c2a73650ad75.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-9d729fa31918ec84.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-c95b9f7bda17ba0d.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-940b0a5541759ffe.rmeta --extern tinytemplate=/work/oxidecomputer/omicron/target/debug/deps/libtinytemplate-b58a99acba0f0218.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b00445e5c4984cd2.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-202a6fc207fe77c3.rmeta --cap-lints allow -D warnings`
30882023-05-03T02:46:11.257Z Running `rustc --crate-name mime_guess /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 --cfg 'feature="default"' --cfg 'feature="rev-mappings"' -C metadata=5896ba2cc98b6d54 -C extra-filename=-5896ba2cc98b6d54 --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-b69a29a459d67fb7.rmeta --extern unicase=/work/oxidecomputer/omicron/target/debug/deps/libunicase-2753a47b281f8826.rmeta --cap-lints allow -D warnings`
30892023-05-03T02:46:11.555Z Compiling vte v0.10.1
30902023-05-03T02:46:11.561Z Running `rustc --crate-name vte --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/vte-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=2 --cfg 'feature="arrayvec"' --cfg 'feature="default"' --cfg 'feature="no_std"' -C metadata=56c3ec1c93161e67 -C extra-filename=-56c3ec1c93161e67 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern arrayvec=/work/oxidecomputer/omicron/target/debug/deps/libarrayvec-db0a76ed98d48cfd.rmeta --extern utf8parse=/work/oxidecomputer/omicron/target/debug/deps/libutf8parse-0b495aa0b9d03782.rmeta --extern vte_generate_state_changes=/work/oxidecomputer/omicron/target/debug/deps/libvte_generate_state_changes-6e78c3e6c778746f.so --cap-lints allow -D warnings`
30912023-05-03T02:46:12.916Z Running `rustc --crate-name rayon --edition=2021 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/rayon-1.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 -C metadata=e200369c460b03b3 -C extra-filename=-e200369c460b03b3 --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-d5e4be820dfbcfe9.rmeta --extern rayon_core=/work/oxidecomputer/omicron/target/debug/deps/librayon_core-16ed4811c24f7c54.rmeta --cap-lints allow -D warnings`
30922023-05-03T02:46:14.335Z Running `rustc --crate-name tui_tree_widget --edition=2021 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/tui-tree-widget-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=2 -C metadata=9ddb40a452867655 -C extra-filename=-9ddb40a452867655 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern tui=/work/oxidecomputer/omicron/target/debug/deps/libtui-f68f0373b07fd633.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-f4b899674cbc3fdf.rmeta --cap-lints allow -D warnings`
30932023-05-03T02:46:15.503Z Running `rustc --crate-name portable_atomic --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/portable-atomic-0.3.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=2 --cfg 'feature="default"' --cfg 'feature="fallback"' -C metadata=d071c2e40685e205 -C extra-filename=-d071c2e40685e205 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
30942023-05-03T02:46:15.753Z Compiling rustls-native-certs v0.6.2
30952023-05-03T02:46:15.759Z Running `rustc --crate-name rustls_native_certs --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/rustls-native-certs-0.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=2 -C metadata=9d78ad5ec2de1a3f -C extra-filename=-9d78ad5ec2de1a3f --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-2da14cf7ed816f8e.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-c129a414f00beef1.rmeta --cap-lints allow -D warnings`
30962023-05-03T02:46:16.948Z Running `rustc --crate-name async_bb8_diesel --edition=2018 /home/build/.cargo/git/checkouts/async-bb8-diesel-a50dc900a40dfa44/7944daf/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 -C metadata=bfddbeecc3fa0866 -C extra-filename=-bfddbeecc3fa0866 --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-9dd1362437d01057.so --extern bb8=/work/oxidecomputer/omicron/target/debug/deps/libbb8-1b77f4ef1b715910.rmeta --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-83f730646963038c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b122fed81b2a5729.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e3bc36a7db76edcf.rmeta --cap-lints allow -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64`
30972023-05-03T02:46:17.155Z Running `rustc --crate-name diesel_dtrace --edition=2021 /home/build/.cargo/git/checkouts/diesel-dtrace-b9b9a29f91f682b9/309bd36/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 -C metadata=61c3aaba01e03f89 -C extra-filename=-61c3aaba01e03f89 --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-83f730646963038c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-8eb9b2d8b171c9a9.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-8d0fd8390d44d547.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d1a0abc5ade2db54.rmeta --cap-lints allow -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64`
30982023-05-03T02:46:18.381Z Running `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=2 --cfg 'feature="default"' --cfg 'feature="http"' --cfg 'feature="http-instruments"' -C metadata=ca8cef51bbb2e242 -C extra-filename=-ca8cef51bbb2e242 --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-f6168ac296c7f258.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-702ba74a832d38ed.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-49a459f4335048f1.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-635e28a7d213ddf0.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-054a57342e2123af.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e3bc36a7db76edcf.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d1a0abc5ade2db54.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-194683ec6123397c/out`
30992023-05-03T02:46:18.387Z Running `rustc --crate-name fatfs /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 --cfg 'feature="alloc"' --cfg 'feature="chrono"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=918731cd1d20fd07 -C extra-filename=-918731cd1d20fd07 --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-d34174f1ba198652.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-bf19b92cdd383d4f.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-f6168ac296c7f258.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-641ae0b131c38bfd.rmeta --cap-lints allow -D warnings`
31002023-05-03T02:46:20.287Z Compiling samael v0.0.10 (https://github.com/njaremko/samael?branch=master#52028e45)
31012023-05-03T02:46:20.292Z Running `rustc --crate-name build_script_bindings --edition=2021 /home/build/.cargo/git/checkouts/samael-22e3a9757ca35ba2/52028e4/bindings.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="lazy_static"' --cfg 'feature="libc"' --cfg 'feature="libxml"' --cfg 'feature="xmlsec"' -C metadata=03b0f5363fe7ba58 -C extra-filename=-03b0f5363fe7ba58 --out-dir /work/oxidecomputer/omicron/target/debug/build/samael-03b0f5363fe7ba58 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bindgen=/work/oxidecomputer/omicron/target/debug/deps/libbindgen-3c5b155b0306620a.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-6c2f9a43eb482275.rlib --cap-lints allow -D warnings`
31022023-05-03T02:46:20.747Z Running `rustc --crate-name libsw --edition=2021 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/libsw-3.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=2 --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="std_instant"' --cfg 'feature="std_systemtime"' --cfg 'feature="tokio"' -C metadata=188092c4ba6f30dd -C extra-filename=-188092c4ba6f30dd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e3bc36a7db76edcf.rmeta --cap-lints allow -D warnings`
31032023-05-03T02:46:21.259Z Compiling yasna v0.5.1
31042023-05-03T02:46:21.286Z Running `rustc --crate-name yasna --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/yasna-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=2 --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="time"' -C metadata=ed36d0dafa3617d0 -C extra-filename=-ed36d0dafa3617d0 --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-5a94a11190d8fe7a.rmeta --cap-lints allow -D warnings`
31052023-05-03T02:46:21.399Z Compiling threadpool v1.8.1
31062023-05-03T02:46:21.444Z Running `rustc --crate-name threadpool /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 -C metadata=b226000087c8baac -C extra-filename=-b226000087c8baac --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-4109d35b8c842e3e.rmeta --cap-lints allow -D warnings`
31072023-05-03T02:46:21.533Z Compiling serial_test_derive v0.10.0
31082023-05-03T02:46:21.538Z Running `rustc --crate-name serial_test_derive --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/serial_test_derive-0.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="async"' -C metadata=c81e6cc03f3ac37d -C extra-filename=-c81e6cc03f3ac37d --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-7e5706224bd8cc5a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-dee3cb74b1ec4ef9.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-bb189b68ee44fd46.rlib --extern proc_macro --cap-lints allow -D warnings`
31092023-05-03T02:46:21.610Z Compiling dashmap v5.4.0
31102023-05-03T02:46:21.616Z Running `rustc --crate-name dashmap --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/dashmap-5.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=2 -C metadata=981aabacf95e129c -C extra-filename=-981aabacf95e129c --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-04f30b2fb38eaf49.rmeta --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-cab5b6912db11de3.rmeta --extern lock_api=/work/oxidecomputer/omicron/target/debug/deps/liblock_api-f05743061401e5a5.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-163217bf2304842d.rmeta --extern parking_lot_core=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot_core-730c18a05e5c6119.rmeta --cap-lints allow -D warnings`
31112023-05-03T02:46:23.521Z Running `rustc --crate-name subprocess --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 -C metadata=73fc9c2790d44100 -C extra-filename=-73fc9c2790d44100 --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-8ace6616485d65e0.rmeta --cap-lints allow -D warnings`
31122023-05-03T02:46:23.627Z Running `rustc --crate-name shell_words /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=296004209257e986 -C extra-filename=-296004209257e986 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
31132023-05-03T02:46:24.431Z Running `rustc --crate-name arrayvec --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/arrayvec-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=2 -C metadata=4b85e90907492ce6 -C extra-filename=-4b85e90907492ce6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
31142023-05-03T02:46:24.894Z Running `rustc --crate-name number_prefix /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=f684a304a998d041 -C extra-filename=-f684a304a998d041 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
31152023-05-03T02:46:24.904Z Compiling serial_test v0.10.0
31162023-05-03T02:46:24.909Z Running `rustc --crate-name serial_test --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/serial_test-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=2 --cfg 'feature="async"' --cfg 'feature="default"' --cfg 'feature="futures"' --cfg 'feature="log"' --cfg 'feature="logging"' -C metadata=d56e0780d31810c1 -C extra-filename=-d56e0780d31810c1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern dashmap=/work/oxidecomputer/omicron/target/debug/deps/libdashmap-981aabacf95e129c.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7b78a4e9c695d3a0.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-754126440583bf8d.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-686a5a811aee7568.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-92b760a87b8a5ee6.rmeta --extern serial_test_derive=/work/oxidecomputer/omicron/target/debug/deps/libserial_test_derive-c81e6cc03f3ac37d.so --cap-lints allow -D warnings`
31172023-05-03T02:46:25.538Z Running `rustc --crate-name indicatif --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/indicatif-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=2 --cfg 'feature="default"' --cfg 'feature="rayon"' --cfg 'feature="unicode-width"' -C metadata=b8d4c28a4635406e -C extra-filename=-b8d4c28a4635406e --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-4218c96aa0acd6ab.rmeta --extern number_prefix=/work/oxidecomputer/omicron/target/debug/deps/libnumber_prefix-f684a304a998d041.rmeta --extern portable_atomic=/work/oxidecomputer/omicron/target/debug/deps/libportable_atomic-d071c2e40685e205.rmeta --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-e200369c460b03b3.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-f4b899674cbc3fdf.rmeta --cap-lints allow -D warnings`
31182023-05-03T02:46:25.544Z Running `rustc --crate-name vte --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/vte-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=2 --cfg 'feature="arrayvec"' --cfg 'feature="default"' --cfg 'feature="no_std"' -C metadata=bd385cd70f3d1511 -C extra-filename=-bd385cd70f3d1511 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern arrayvec=/work/oxidecomputer/omicron/target/debug/deps/libarrayvec-4b85e90907492ce6.rmeta --extern utf8parse=/work/oxidecomputer/omicron/target/debug/deps/libutf8parse-e2670f7cd7cde2c8.rmeta --extern vte_generate_state_changes=/work/oxidecomputer/omicron/target/debug/deps/libvte_generate_state_changes-6e78c3e6c778746f.so --cap-lints allow -D warnings`
31192023-05-03T02:46:26.963Z Compiling rcgen v0.10.0
31202023-05-03T02:46:26.968Z Running `/work/oxidecomputer/omicron/target/debug/build/samael-03b0f5363fe7ba58/build-script-bindings`
31212023-05-03T02:46:26.974Z Running `rustc --crate-name rcgen --edition=2021 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 --cfg 'feature="default"' --cfg 'feature="pem"' -C metadata=6107f05503fdbc21 -C extra-filename=-6107f05503fdbc21 --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-1b5c7dc73b7acf7b.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-48cef5dadd3b79b2.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-5a94a11190d8fe7a.rmeta --extern yasna=/work/oxidecomputer/omicron/target/debug/deps/libyasna-ed36d0dafa3617d0.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-194683ec6123397c/out`
31222023-05-03T02:46:27.684Z Compiling libtest-mimic v0.5.2
31232023-05-03T02:46:27.690Z Running `rustc --crate-name libtest_mimic --edition=2021 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 -C metadata=0bc80823145dfac4 -C extra-filename=-0bc80823145dfac4 --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-72c1e074c5ddba15.rmeta --extern termcolor=/work/oxidecomputer/omicron/target/debug/deps/libtermcolor-3813837c6f251ddc.rmeta --extern threadpool=/work/oxidecomputer/omicron/target/debug/deps/libthreadpool-b226000087c8baac.rmeta --cap-lints allow -D warnings`
31242023-05-03T02:46:28.393Z Compiling hyper-rustls v0.24.0
31252023-05-03T02:46:28.401Z Running `rustc --crate-name hyper_rustls --edition=2021 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/hyper-rustls-0.24.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --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=5a5f66f23c4afce8 -C extra-filename=-5a5f66f23c4afce8 --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-593a43af3ae7d8a4.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-7bafaac42e9cbf8e.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-686a5a811aee7568.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-a9ad89985b57c363.rmeta --extern rustls_native_certs=/work/oxidecomputer/omicron/target/debug/deps/librustls_native_certs-9d78ad5ec2de1a3f.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b00445e5c4984cd2.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-189f4b1606f9d959.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-194683ec6123397c/out`
31262023-05-03T02:46:29.390Z Compiling strip-ansi-escapes v0.1.1
31272023-05-03T02:46:29.818Z Running `rustc --crate-name strip_ansi_escapes /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/strip-ansi-escapes-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=2 -C metadata=d7649ca2c50f8ace -C extra-filename=-d7649ca2c50f8ace --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-56c3ec1c93161e67.rmeta --cap-lints allow -D warnings`
31282023-05-03T02:46:29.824Z Compiling bstr v0.2.17
31292023-05-03T02:46:29.829Z Running `rustc --crate-name bstr --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 --cfg 'feature="default"' --cfg 'feature="lazy_static"' --cfg 'feature="regex-automata"' --cfg 'feature="std"' --cfg 'feature="unicode"' -C metadata=ca6f63a61a78e155 -C extra-filename=-ca6f63a61a78e155 --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-754126440583bf8d.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-c09eeb87cc2a190d.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-d61d2342d2846ce1.rmeta --cap-lints allow -D warnings`
31302023-05-03T02:46:29.834Z Compiling omicron-zone-package v0.8.3
31312023-05-03T02:46:29.839Z Running `rustc --crate-name omicron_zone_package --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 -C metadata=e226cc91b2f1c9a7 -C extra-filename=-e226cc91b2f1c9a7 --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-e252e3603299df68.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-9dd1362437d01057.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-32820d6515860c0f.rmeta --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-60ad701dc37f263a.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-ed8a1c6733cfabde.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-837078368698f4bc.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-cbf5d867b487f4f6.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f99b5342d7e26ab1.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-9d729fa31918ec84.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-c95b9f7bda17ba0d.so --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-d05cb0890626588c.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-9e43cd504d5e9604.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-6f624496ed77b6b0.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b00445e5c4984cd2.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5e80fb21cb0c93db.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-202a6fc207fe77c3.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-194683ec6123397c/out`
31322023-05-03T02:46:31.270Z Compiling fd-lock v3.0.10
31332023-05-03T02:46:31.288Z Running `rustc --crate-name fd_lock --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/fd-lock-3.0.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=2 -C metadata=28a59a30b23f0da1 -C extra-filename=-28a59a30b23f0da1 --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-04f30b2fb38eaf49.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-fa5ae7a5b14d8567.rmeta --cap-lints allow -D warnings`
31342023-05-03T02:46:31.417Z Running `rustc --crate-name display_error_chain --edition=2021 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 -C metadata=46994b54febaf76a -C extra-filename=-46994b54febaf76a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
31352023-05-03T02:46:31.725Z Compiling yansi v0.5.1
31362023-05-03T02:46:31.730Z Running `rustc --crate-name yansi /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 -C metadata=0c22955ca6acc1af -C extra-filename=-0c22955ca6acc1af --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
31372023-05-03T02:46:31.853Z Compiling nu-ansi-term v0.47.0
31382023-05-03T02:46:31.858Z Running `rustc --crate-name nu_ansi_term --edition=2021 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/nu-ansi-term-0.47.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=aec487ebf1140cdd -C extra-filename=-aec487ebf1140cdd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
31392023-05-03T02:46:32.209Z Compiling httptest v0.15.4
31402023-05-03T02:46:32.215Z Running `rustc --crate-name httptest --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 -C metadata=8e088d42221dbd2b -C extra-filename=-8e088d42221dbd2b --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-ca6f63a61a78e155.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5d6079816e523e86.rmeta --extern crossbeam_channel=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_channel-271f5a08225d13ee.rmeta --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-3e7ce30d02521130.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7b78a4e9c695d3a0.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-593a43af3ae7d8a4.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-7bafaac42e9cbf8e.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-686a5a811aee7568.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-163217bf2304842d.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-9544c2a73650ad75.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-9d729fa31918ec84.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-940b0a5541759ffe.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-8e61de94ee7afc12.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b00445e5c4984cd2.rmeta --cap-lints allow -D warnings`
31412023-05-03T02:46:32.700Z Compiling pretty_assertions v1.3.0
31422023-05-03T02:46:32.706Z Running `rustc --crate-name pretty_assertions --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/pretty_assertions-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=2 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=7bcf5ce61490d367 -C extra-filename=-7bcf5ce61490d367 --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-017b1093f969ce31.rmeta --extern yansi=/work/oxidecomputer/omicron/target/debug/deps/libyansi-0c22955ca6acc1af.rmeta --cap-lints allow -D warnings`
31432023-05-03T02:46:33.242Z Compiling reedline v0.19.0
31442023-05-03T02:46:33.248Z Running `rustc --crate-name reedline --edition=2021 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/reedline-0.19.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=a4566fbd5e0f5be2 -C extra-filename=-a4566fbd5e0f5be2 --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-32820d6515860c0f.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-dadcdffc6d4a7d62.rmeta --extern fd_lock=/work/oxidecomputer/omicron/target/debug/deps/libfd_lock-28a59a30b23f0da1.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-2fcd511091ec8030.rmeta --extern nu_ansi_term=/work/oxidecomputer/omicron/target/debug/deps/libnu_ansi_term-aec487ebf1140cdd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-9d729fa31918ec84.rmeta --extern strip_ansi_escapes=/work/oxidecomputer/omicron/target/debug/deps/libstrip_ansi_escapes-d7649ca2c50f8ace.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-cd3c6430518fdfe1.rmeta --extern strum_macros=/work/oxidecomputer/omicron/target/debug/deps/libstrum_macros-658e60ebdf77446a.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-6f624496ed77b6b0.rmeta --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-f8398637f3b20def.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-20b404251b8c4e7b.rmeta --cap-lints allow -D warnings`
31452023-05-03T02:46:33.294Z Compiling datatest-stable v0.1.3
31462023-05-03T02:46:33.299Z Running `rustc --crate-name datatest_stable --edition=2021 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 -C metadata=777e670d0bdf02fd -C extra-filename=-777e670d0bdf02fd --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-0bc80823145dfac4.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-9544c2a73650ad75.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-202a6fc207fe77c3.rmeta --cap-lints allow -D warnings`
31472023-05-03T02:46:34.472Z Running `rustc --crate-name strip_ansi_escapes /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/strip-ansi-escapes-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=2 -C metadata=ae763967f20cd73d -C extra-filename=-ae763967f20cd73d --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-bd385cd70f3d1511.rmeta --cap-lints allow -D warnings`
31482023-05-03T02:46:34.869Z Compiling omicron-dev-tools v0.1.0 (/work/oxidecomputer/omicron/dev-tools)
31492023-05-03T02:46:34.875Z Running `rustc --crate-name build_script_build --edition=2021 dev-tools/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 -C metadata=1660a395127ae0c0 -C extra-filename=-1660a395127ae0c0 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-dev-tools-1660a395127ae0c0 -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-86110576573fb360.rlib -D warnings`
31502023-05-03T02:46:35.552Z Running `rustc --crate-name omicron_zone_package --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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 panic=abort -C embed-bitcode=no -C debuginfo=2 -C metadata=5eb98ccbba64af58 -C extra-filename=-5eb98ccbba64af58 --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-5994f6b5c293cae8.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-9dd1362437d01057.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-f6168ac296c7f258.rmeta --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-449218a451ae0809.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-45d12ebe84bc045a.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-a5d020236f0241f3.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5dd698f76fca519f.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f346377b38f560a6.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-8eb9b2d8b171c9a9.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-c95b9f7bda17ba0d.so --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-356e877be1ba58fe.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-51e70bcbfc9433e9.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b122fed81b2a5729.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e3bc36a7db76edcf.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-6995745265fcafb7.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-270ed0757f10b542.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-194683ec6123397c/out`
31512023-05-03T02:46:37.419Z Running `rustc --crate-name fd_lock --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/fd-lock-3.0.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=2 -C metadata=de626cce5428a391 -C extra-filename=-de626cce5428a391 --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-3236f5900b9f1a09.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-3fa5176feceef43d.rmeta --cap-lints allow -D warnings`
31522023-05-03T02:46:37.864Z Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
31532023-05-03T02:46:37.869Z Running `rustc --crate-name nexus_test_utils_macros --edition=2021 nexus/test-utils-macros/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=2 -C metadata=a7823773f9f09fa8 -C extra-filename=-a7823773f9f09fa8 --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 proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-7e5706224bd8cc5a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-dee3cb74b1ec4ef9.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-2466aa954e1f2dbb.rlib --extern proc_macro -D warnings`
31542023-05-03T02:46:37.882Z Running `rustc --crate-name nu_ansi_term --edition=2021 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/nu-ansi-term-0.47.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=2 -C metadata=a3bf71f550fd5d91 -C extra-filename=-a3bf71f550fd5d91 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
31552023-05-03T02:46:38.723Z Compiling arrayvec v0.7.2
31562023-05-03T02:46:38.730Z Running `rustc --crate-name arrayvec --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/arrayvec-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=2 -C metadata=17e819daf7257f83 -C extra-filename=-17e819daf7257f83 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
31572023-05-03T02:46:39.678Z Compiling constant_time_eq v0.2.4
31582023-05-03T02:46:39.721Z Running `rustc --crate-name constant_time_eq --edition=2021 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/constant_time_eq-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=2 -C metadata=9fc65a94b01b2bb3 -C extra-filename=-9fc65a94b01b2bb3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
31592023-05-03T02:46:39.726Z Compiling trybuild v1.0.80
31602023-05-03T02:46:39.732Z Running `rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/trybuild-1.0.80/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 -C metadata=4a601e75288cb70c -C extra-filename=-4a601e75288cb70c --out-dir /work/oxidecomputer/omicron/target/debug/build/trybuild-4a601e75288cb70c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
31612023-05-03T02:46:39.906Z Compiling arrayref v0.3.6
31622023-05-03T02:46:39.913Z Running `rustc --crate-name arrayref /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/arrayref-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=2 -C metadata=d82b436b8d2e0474 -C extra-filename=-d82b436b8d2e0474 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
31632023-05-03T02:46:40.034Z Compiling blake2b_simd v1.0.1
31642023-05-03T02:46:40.047Z Running `rustc --crate-name blake2b_simd --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/blake2b_simd-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=e4124fc7372a58e3 -C extra-filename=-e4124fc7372a58e3 --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-d82b436b8d2e0474.rmeta --extern arrayvec=/work/oxidecomputer/omicron/target/debug/deps/libarrayvec-17e819daf7257f83.rmeta --extern constant_time_eq=/work/oxidecomputer/omicron/target/debug/deps/libconstant_time_eq-9fc65a94b01b2bb3.rmeta --cap-lints allow -D warnings`
31652023-05-03T02:46:40.599Z Running `/work/oxidecomputer/omicron/target/debug/build/trybuild-4a601e75288cb70c/build-script-build`
31662023-05-03T02:46:40.637Z Running `rustc --crate-name reedline --edition=2021 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/reedline-0.19.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=2 -C metadata=3cf847acdd32ae68 -C extra-filename=-3cf847acdd32ae68 --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-f6168ac296c7f258.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-03cf9437e6ff65e3.rmeta --extern fd_lock=/work/oxidecomputer/omicron/target/debug/deps/libfd_lock-de626cce5428a391.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-2d3118965e82afb4.rmeta --extern nu_ansi_term=/work/oxidecomputer/omicron/target/debug/deps/libnu_ansi_term-a3bf71f550fd5d91.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-8eb9b2d8b171c9a9.rmeta --extern strip_ansi_escapes=/work/oxidecomputer/omicron/target/debug/deps/libstrip_ansi_escapes-ae763967f20cd73d.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2d30083c4375276e.rmeta --extern strum_macros=/work/oxidecomputer/omicron/target/debug/deps/libstrum_macros-658e60ebdf77446a.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b122fed81b2a5729.rmeta --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-652fa7857958c208.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-f4b899674cbc3fdf.rmeta --cap-lints allow -D warnings`
31672023-05-03T02:46:42.094Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-dev-tools-1660a395127ae0c0/build-script-build`
31682023-05-03T02:46:42.133Z Running `rustc --crate-name crossbeam_queue --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 --cfg 'feature="alloc"' --cfg 'feature="std"' -C metadata=4c583443c2c8e8ac -C extra-filename=-4c583443c2c8e8ac --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-04f30b2fb38eaf49.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-146c66099344b1a7.rmeta --cap-lints allow -D warnings`
31692023-05-03T02:46:42.801Z Running `rustc --crate-name crossbeam_queue --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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 panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="std"' -C metadata=2504fcf842737e25 -C extra-filename=-2504fcf842737e25 --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-3236f5900b9f1a09.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-2d8dda456d54a927.rmeta --cap-lints allow -D warnings`
31702023-05-03T02:46:42.822Z Compiling basic-toml v0.1.2
31712023-05-03T02:46:42.826Z Running `rustc --crate-name basic_toml --edition=2021 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/basic-toml-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=2 -C metadata=b5219ecb7f25fba0 -C extra-filename=-b5219ecb7f25fba0 --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-9d729fa31918ec84.rmeta --cap-lints allow -D warnings`
31722023-05-03T02:46:43.178Z Compiling constant_time_eq v0.1.5
31732023-05-03T02:46:43.183Z Running `rustc --crate-name constant_time_eq /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/constant_time_eq-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=2 -C metadata=9415835c8827d7d9 -C extra-filename=-9415835c8827d7d9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
31742023-05-03T02:46:43.567Z Compiling rust-argon2 v1.0.0
31752023-05-03T02:46:43.572Z Running `rustc --crate-name argon2 --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/rust-argon2-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 opt-level=3 -C embed-bitcode=no -C debuginfo=2 -C debug-assertions=on --cfg 'feature="crossbeam-utils"' --cfg 'feature="default"' -C metadata=f413e73bce64aa7d -C extra-filename=-f413e73bce64aa7d --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-8529f7cc9a24c0bc.rmeta --extern blake2b_simd=/work/oxidecomputer/omicron/target/debug/deps/libblake2b_simd-e4124fc7372a58e3.rmeta --extern constant_time_eq=/work/oxidecomputer/omicron/target/debug/deps/libconstant_time_eq-9415835c8827d7d9.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-146c66099344b1a7.rmeta --cap-lints allow -D warnings`
31762023-05-03T02:46:44.965Z Running `rustc --crate-name trybuild --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/trybuild-1.0.80/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=013ee009cb202a95 -C extra-filename=-013ee009cb202a95 --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-b5219ecb7f25fba0.rmeta --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-501c83917ebd414b.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-163217bf2304842d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-9d729fa31918ec84.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-c95b9f7bda17ba0d.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-940b0a5541759ffe.rmeta --extern termcolor=/work/oxidecomputer/omicron/target/debug/deps/libtermcolor-3813837c6f251ddc.rmeta --cap-lints allow -D warnings`
31772023-05-03T02:46:45.645Z Compiling crossbeam v0.8.2
31782023-05-03T02:46:45.651Z Running `rustc --crate-name crossbeam --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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 panic=abort -C embed-bitcode=no -C debuginfo=2 --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=881067637b8ca31b -C extra-filename=-881067637b8ca31b --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-3236f5900b9f1a09.rmeta --extern crossbeam_channel=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_channel-efedaf1aaf8edfa7.rmeta --extern crossbeam_deque=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_deque-ad568abb5cdc9f23.rmeta --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-86b21c520dc86b35.rmeta --extern crossbeam_queue=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_queue-2504fcf842737e25.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-2d8dda456d54a927.rmeta --cap-lints allow -D warnings`
31792023-05-03T02:46:45.656Z Running `rustc --crate-name crossbeam --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 --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=40dbfd028e3bad7e -C extra-filename=-40dbfd028e3bad7e --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-04f30b2fb38eaf49.rmeta --extern crossbeam_channel=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_channel-271f5a08225d13ee.rmeta --extern crossbeam_deque=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_deque-ea51ed9d929db817.rmeta --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-98458d4ac1246cce.rmeta --extern crossbeam_queue=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_queue-4c583443c2c8e8ac.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-146c66099344b1a7.rmeta --cap-lints allow -D warnings`
31802023-05-03T02:46:45.762Z Running `rustc --crate-name newline_converter --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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 panic=abort -C embed-bitcode=no -C debuginfo=2 -C metadata=95d93a4cae974bac -C extra-filename=-95d93a4cae974bac --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-652fa7857958c208.rmeta --cap-lints allow -D warnings`
31812023-05-03T02:46:45.863Z Compiling partial-io v0.5.4
31822023-05-03T02:46:45.869Z Running `rustc --crate-name partial_io --edition=2021 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 --cfg 'feature="futures"' --cfg 'feature="futures03"' --cfg 'feature="pin-project"' --cfg 'feature="proptest"' --cfg 'feature="proptest1"' --cfg 'feature="tokio"' --cfg 'feature="tokio1"' -C metadata=d602de6d1e66b314 -C extra-filename=-d602de6d1e66b314 --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-7b78a4e9c695d3a0.rmeta --extern pin_project=/work/oxidecomputer/omicron/target/debug/deps/libpin_project-044713da1aa7b0d8.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-50228240c84c41f7.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b00445e5c4984cd2.rmeta --cap-lints allow -D warnings`
31832023-05-03T02:46:46.171Z Compiling hex-literal v0.3.4
31842023-05-03T02:46:46.221Z Running `rustc --crate-name hex_literal --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/hex-literal-0.3.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=2 -C metadata=477bb631f28ebe72 -C extra-filename=-477bb631f28ebe72 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro --cap-lints allow -D warnings`
31852023-05-03T02:46:46.227Z Running `rustc --crate-name samael --edition=2021 /home/build/.cargo/git/checkouts/samael-22e3a9757ca35ba2/52028e4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type staticlib --crate-type rlib --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="lazy_static"' --cfg 'feature="libc"' --cfg 'feature="libxml"' --cfg 'feature="xmlsec"' -C metadata=6b83b946082d83da -C extra-filename=-6b83b946082d83da --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-22d534c80d7f8257.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-32820d6515860c0f.rlib --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-ec7d21a16bdc2e29.rlib --extern derive_builder=/work/oxidecomputer/omicron/target/debug/deps/libderive_builder-829015f23e5f2866.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-ed8a1c6733cfabde.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-754126440583bf8d.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-3b4ca36201d98b6d.rlib --extern libxml=/work/oxidecomputer/omicron/target/debug/deps/liblibxml-b9c2b87192533b5a.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-0baef24d3ad1757b.rlib --extern openssl_probe=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_probe-2da14cf7ed816f8e.rlib --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-056c3266de83f973.rlib --extern quick_xml=/work/oxidecomputer/omicron/target/debug/deps/libquick_xml-fe77a3ab5da8a974.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-83008e00ec653611.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-9d729fa31918ec84.rlib --extern snafu=/work/oxidecomputer/omicron/target/debug/deps/libsnafu-65d08b1b32d7c826.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-4ee9d7fe35d44397.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-88178d7c063e03bd.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/lib/amd64 --cfg xmlsec_dynamic`
31862023-05-03T02:46:47.068Z Running `rustc --crate-name samael --edition=2021 /home/build/.cargo/git/checkouts/samael-22e3a9757ca35ba2/52028e4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type staticlib --crate-type rlib --emit=dep-info,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="lazy_static"' --cfg 'feature="libc"' --cfg 'feature="libxml"' --cfg 'feature="xmlsec"' -C metadata=4d1d63c03445413b -C extra-filename=-4d1d63c03445413b --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-e9589e46c4d3b8f3.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-f6168ac296c7f258.rlib --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-cdc51dee5eaef88c.rlib --extern derive_builder=/work/oxidecomputer/omicron/target/debug/deps/libderive_builder-61e640c3d2e609bf.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-45d12ebe84bc045a.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-8a685d01b4b534ab.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-8ace6616485d65e0.rlib --extern libxml=/work/oxidecomputer/omicron/target/debug/deps/liblibxml-788183946aa1457b.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-29ab75c3d666af3d.rlib --extern openssl_probe=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_probe-e6dbaa8c5fbfa831.rlib --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-f1736c27def1b001.rlib --extern quick_xml=/work/oxidecomputer/omicron/target/debug/deps/libquick_xml-5309de638afd9d41.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-95f5a12fb301f6d6.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-8eb9b2d8b171c9a9.rlib --extern snafu=/work/oxidecomputer/omicron/target/debug/deps/libsnafu-bd5cc9322532a3f8.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-a1c2b50b5e43c2c1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d1a0abc5ade2db54.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/lib/amd64 --cfg xmlsec_dynamic`
31872023-05-03T02:46:47.175Z Running `rustc --crate-name similar --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 --cfg 'feature="default"' --cfg 'feature="text"' -C metadata=c3a4954232d7cb2d -C extra-filename=-c3a4954232d7cb2d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
31882023-05-03T02:46:47.721Z Compiling termios v0.3.3
31892023-05-03T02:46:47.726Z Running `rustc --crate-name termios /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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 panic=abort -C embed-bitcode=no -C debuginfo=2 -C metadata=5e90d7dc5c463398 -C extra-filename=-5e90d7dc5c463398 --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-8ace6616485d65e0.rmeta --cap-lints allow -D warnings`
31902023-05-03T02:46:48.493Z Running `rustc --crate-name termios /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 -C metadata=c572424b5af836d9 -C extra-filename=-c572424b5af836d9 --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-3b4ca36201d98b6d.rmeta --cap-lints allow -D warnings`
31912023-05-03T02:46:48.865Z Running `rustc --crate-name expectorate --edition=2021 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/expectorate-1.0.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=2 -C metadata=52224a5a49498403 -C extra-filename=-52224a5a49498403 --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-4218c96aa0acd6ab.rmeta --extern newline_converter=/work/oxidecomputer/omicron/target/debug/deps/libnewline_converter-95d93a4cae974bac.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-c3a4954232d7cb2d.rmeta --cap-lints allow -D warnings`
31922023-05-03T02:46:49.310Z Compiling owo-colors v3.5.0
31932023-05-03T02:46:49.315Z Running `rustc --crate-name owo_colors --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 -C metadata=20bac841c1538864 -C extra-filename=-20bac841c1538864 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
31942023-05-03T02:46:51.879Z Running `rustc --crate-name owo_colors --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 -C metadata=1ca2bbfeb7a6f7fd -C extra-filename=-1ca2bbfeb7a6f7fd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
31952023-05-03T02:46:51.951Z Running `rustc --crate-name nexus_passwords --edition=2021 nexus/passwords/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test -C metadata=a56ec8780b87b583 -C extra-filename=-a56ec8780b87b583 --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-d1808671844f4e1a.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-4368945b58a5d866.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-83008e00ec653611.rlib --extern argon2alt=/work/oxidecomputer/omicron/target/debug/deps/libargon2-f413e73bce64aa7d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-6f624496ed77b6b0.rlib -D warnings`
31962023-05-03T02:46:52.142Z Running `rustc --crate-name argon2 --edition=2021 nexus/passwords/benches/argon2.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --cfg test -C metadata=52b693049b42c140 -C extra-filename=-52b693049b42c140 --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-d1808671844f4e1a.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-4368945b58a5d866.rlib --extern nexus_passwords=/work/oxidecomputer/omicron/target/debug/deps/libnexus_passwords-01bcd9e65691353a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-83008e00ec653611.rlib --extern argon2alt=/work/oxidecomputer/omicron/target/debug/deps/libargon2-f413e73bce64aa7d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-6f624496ed77b6b0.rlib -D warnings`
31972023-05-03T02:46:54.477Z Running `rustc --crate-name oxdb --edition=2021 oximeter/db/src/bin/oxdb.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=2 -C metadata=e2f0d9a5defe001f -C extra-filename=-e2f0d9a5defe001f --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-5994f6b5c293cae8.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-9dd1362437d01057.so --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-f7bc6c6fec7ff832.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-f6168ac296c7f258.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-3d8e288e1a900f74.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-702ba74a832d38ed.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-054a57342e2123af.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-6b1deb58dc7f16bd.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-c068aef94ecb220d.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5dd698f76fca519f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-03bbb2d6bf1b8aa4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-8eb9b2d8b171c9a9.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-72173ad921688e6f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-d17ae93f1c55387c.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-1b8afb7b93a02752.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-fd0de55e0739c963.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b122fed81b2a5729.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e3bc36a7db76edcf.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d1a0abc5ade2db54.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-194683ec6123397c/out`
31982023-05-03T02:46:54.631Z Running `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=2 --test --cfg 'feature="default"' --cfg 'feature="http"' --cfg 'feature="http-instruments"' -C metadata=3cf60cb90d6f2407 -C extra-filename=-3cf60cb90d6f2407 --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-32820d6515860c0f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-bb405797b454acb7.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7b78a4e9c695d3a0.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-593a43af3ae7d8a4.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-ecbcea7ea3475063.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b00445e5c4984cd2.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-88178d7c063e03bd.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-194683ec6123397c/out`
31992023-05-03T02:46:57.057Z Running `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=2 --test -C metadata=edaf96f47ff326c5 -C extra-filename=-edaf96f47ff326c5 --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-73a3701d0b9eac26.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-7e5706224bd8cc5a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-dee3cb74b1ec4ef9.rlib --extern rustfmt_wrapper=/work/oxidecomputer/omicron/target/debug/deps/librustfmt_wrapper-4f3339ff6995bb00.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-9d729fa31918ec84.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-cf5961d402cf1b60.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-2466aa954e1f2dbb.rlib --extern proc_macro -D warnings`
32002023-05-03T02:47:03.092Z Running `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=2 --test -C metadata=fbb826decb5351e0 -C extra-filename=-fbb826decb5351e0 --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-73a3701d0b9eac26.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-7e5706224bd8cc5a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-dee3cb74b1ec4ef9.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-9d729fa31918ec84.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-cf5961d402cf1b60.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-2466aa954e1f2dbb.rlib --extern proc_macro -D warnings`
32012023-05-03T02:47:05.648Z Running `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=2 --test -C metadata=06732e86f19ea30c -C extra-filename=-06732e86f19ea30c --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-5d6079816e523e86.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-32820d6515860c0f.rlib --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-4a706b873f27c27b.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-ecbcea7ea3475063.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-8baa199539ba7035.so --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-60544344d4d0804a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-9d729fa31918ec84.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-6f624496ed77b6b0.rlib --extern trybuild=/work/oxidecomputer/omicron/target/debug/deps/libtrybuild-013ee009cb202a95.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-88178d7c063e03bd.rlib -D warnings`
32022023-05-03T02:47:07.103Z Running `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=2 --test -C metadata=36d4a97747e78afe -C extra-filename=-36d4a97747e78afe --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-5d6079816e523e86.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-32820d6515860c0f.rlib --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-4a706b873f27c27b.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-8baa199539ba7035.so --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-60544344d4d0804a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-9d729fa31918ec84.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-6f624496ed77b6b0.rlib --extern trybuild=/work/oxidecomputer/omicron/target/debug/deps/libtrybuild-013ee009cb202a95.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-88178d7c063e03bd.rlib -D warnings`
32032023-05-03T02:47:07.962Z Running `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=2 --test -C metadata=9d09d7f968ec18eb -C extra-filename=-9d09d7f968ec18eb --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 proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-7e5706224bd8cc5a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-dee3cb74b1ec4ef9.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-2466aa954e1f2dbb.rlib --extern proc_macro -D warnings`
32042023-05-03T02:47:08.504Z Running `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 panic=abort -C embed-bitcode=no -C debuginfo=2 -C metadata=10c4fba737abc8fe -C extra-filename=-10c4fba737abc8fe --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps -D warnings`
32052023-05-03T02:47:08.627Z Running `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=2 --test -C metadata=94c671741d0a828c -C extra-filename=-94c671741d0a828c --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps -D warnings`
32062023-05-03T02:47:10.444Z Running `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=2 -C metadata=656118cc45edbdfd -C extra-filename=-656118cc45edbdfd --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-e252e3603299df68.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-32820d6515860c0f.rmeta --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-d6df0794602be021.rmeta --extern structopt=/work/oxidecomputer/omicron/target/debug/deps/libstructopt-643f935b75e44031.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-c1916581d1161ee7/out -l static=pci`
32072023-05-03T02:47:11.616Z Running `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=2 -C metadata=f60d5d740d1e40cf -C extra-filename=-f60d5d740d1e40cf --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-5994f6b5c293cae8.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-f6168ac296c7f258.rmeta --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-e8fd7997ab636e4d.rmeta --extern structopt=/work/oxidecomputer/omicron/target/debug/deps/libstructopt-b59653bf7fbc5bc6.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-c1916581d1161ee7/out -l static=pci`
32082023-05-03T02:47:19.962Z Running `rustc --crate-name ring --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="dev_urandom_fallback"' --cfg 'feature="once_cell"' -C metadata=39a94a302f9d2fdc -C extra-filename=-39a94a302f9d2fdc --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-163217bf2304842d.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-285b80336fec3746.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-bbdb8e4945845338.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e2e375299a9e6887/out -l static=ring-core -l static=ring-test`
32092023-05-03T02:47:20.428Z Running `/work/oxidecomputer/omicron/target/debug/build/rustls-1112e0bb934ce367/build-script-build`
32102023-05-03T02:47:20.459Z Running `/work/oxidecomputer/omicron/target/debug/build/rustls-02b9fb1f4f568c7c/build-script-build`
32112023-05-03T02:47:21.640Z Running `rustc --crate-name bzip2_sys /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 -C metadata=25e5193fec8fd29e -C extra-filename=-25e5193fec8fd29e --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-3b4ca36201d98b6d.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4163f285e5da14b3/out/lib -l static=bz2`
32122023-05-03T02:47:21.779Z Running `rustc --crate-name bzip2_sys /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 -C metadata=0323e912294f7624 -C extra-filename=-0323e912294f7624 --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-8ace6616485d65e0.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4163f285e5da14b3/out/lib -l static=bz2`
32132023-05-03T02:47:21.963Z Compiling bzip2 v0.4.4
32142023-05-03T02:47:21.968Z Running `rustc --crate-name bzip2 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 -C metadata=79461bfbd907cc27 -C extra-filename=-79461bfbd907cc27 --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-25e5193fec8fd29e.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-3b4ca36201d98b6d.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4163f285e5da14b3/out/lib`
32152023-05-03T02:47:22.165Z Running `rustc --crate-name bzip2 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 -C metadata=a4a3e76c57a607d5 -C extra-filename=-a4a3e76c57a607d5 --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-0323e912294f7624.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-8ace6616485d65e0.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4163f285e5da14b3/out/lib`
32162023-05-03T02:47:22.826Z Compiling zip v0.6.4
32172023-05-03T02:47:22.832Z Running `rustc --crate-name zip --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/zip-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=2 --cfg 'feature="bzip2"' --cfg 'feature="deflate"' --cfg 'feature="flate2"' -C metadata=fecbd94fd6bb2df1 -C extra-filename=-fecbd94fd6bb2df1 --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-d01e06aeb22800a4.rmeta --extern bzip2=/work/oxidecomputer/omicron/target/debug/deps/libbzip2-79461bfbd907cc27.rmeta --extern crc32fast=/work/oxidecomputer/omicron/target/debug/deps/libcrc32fast-b54df5d66fac39a1.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-ed8a1c6733cfabde.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4163f285e5da14b3/out/lib`
32182023-05-03T02:47:22.849Z Running `rustc --crate-name zip --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/zip-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=2 --cfg 'feature="bzip2"' --cfg 'feature="deflate"' --cfg 'feature="flate2"' -C metadata=446d557b430b8fae -C extra-filename=-446d557b430b8fae --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-bf19b92cdd383d4f.rmeta --extern bzip2=/work/oxidecomputer/omicron/target/debug/deps/libbzip2-a4a3e76c57a607d5.rmeta --extern crc32fast=/work/oxidecomputer/omicron/target/debug/deps/libcrc32fast-4a542e9cc730b9c6.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-45d12ebe84bc045a.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4163f285e5da14b3/out/lib`
32192023-05-03T02:47:23.695Z Running `rustc --crate-name sct --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 -C metadata=36c87f4b7ad488d5 -C extra-filename=-36c87f4b7ad488d5 --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-39a94a302f9d2fdc.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-bbdb8e4945845338.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e2e375299a9e6887/out`
32202023-05-03T02:47:24.256Z Running `rustc --crate-name webpki --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/webpki-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=2 --cfg 'feature="alloc"' --cfg 'feature="std"' -C metadata=e52d548d0844bb08 -C extra-filename=-e52d548d0844bb08 --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-39a94a302f9d2fdc.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-bbdb8e4945845338.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e2e375299a9e6887/out`
32212023-05-03T02:47:24.598Z Running `rustc --crate-name gateway_sp_comms --edition=2021 /home/build/.cargo/git/checkouts/management-gateway-service-749acba834b73294/2dcc63c/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=2 -C metadata=1a3411c244a6b282 -C extra-filename=-1a3411c244a6b282 --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-9dd1362437d01057.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-8f7fb64a3d25089f.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7b78a4e9c695d3a0.rmeta --extern fxhash=/work/oxidecomputer/omicron/target/debug/deps/libfxhash-aba83122a9d3ad82.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-d7f59ceaa6750a70.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-655e4d3d400b5f6c.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-4b904dba427111a8.rmeta --extern lru_cache=/work/oxidecomputer/omicron/target/debug/deps/liblru_cache-b61fc66de93912f9.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-f08797aac3111965.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-163217bf2304842d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-9d729fa31918ec84.rmeta --extern serde_big_array=/work/oxidecomputer/omicron/target/debug/deps/libserde_big_array-3f78f06f81018960.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-608da47a6c0e709c.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-b078cef17674d518.rmeta --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-4cf8695b655873f3.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-6f624496ed77b6b0.rmeta --extern tlvc=/work/oxidecomputer/omicron/target/debug/deps/libtlvc-5b8bb90bbbe5fc1b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b00445e5c4984cd2.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-265f476839655f3b.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-88178d7c063e03bd.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-fecbd94fd6bb2df1.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4163f285e5da14b3/out/lib`
32222023-05-03T02:47:24.985Z Running `rustc --crate-name rustls --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/rustls-0.20.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=2 --cfg 'feature="dangerous_configuration"' --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="tls12"' -C metadata=78cfcedda9030404 -C extra-filename=-78cfcedda9030404 --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-6ea2251cc3fbcfe3.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-39a94a302f9d2fdc.rmeta --extern sct=/work/oxidecomputer/omicron/target/debug/deps/libsct-36c87f4b7ad488d5.rmeta --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-e52d548d0844bb08.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e2e375299a9e6887/out`
32232023-05-03T02:47:25.132Z Running `rustc --crate-name webpki_roots --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/webpki-roots-0.22.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=2 -C metadata=582d88fb45a4314e -C extra-filename=-582d88fb45a4314e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-e52d548d0844bb08.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e2e375299a9e6887/out`
32242023-05-03T02:47:25.687Z Running `rustc --crate-name webpki --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/rustls-webpki-0.100.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=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=f453a37bb9d0d9ed -C extra-filename=-f453a37bb9d0d9ed --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-39a94a302f9d2fdc.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-bbdb8e4945845338.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e2e375299a9e6887/out`
32252023-05-03T02:47:25.693Z Running `rustc --crate-name gateway_sp_comms --edition=2021 /home/build/.cargo/git/checkouts/management-gateway-service-749acba834b73294/2dcc63c/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=2 -C metadata=bdd79742c7dbbbc7 -C extra-filename=-bdd79742c7dbbbc7 --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-9dd1362437d01057.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-f948db1af84c7386.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-49a459f4335048f1.rmeta --extern fxhash=/work/oxidecomputer/omicron/target/debug/deps/libfxhash-1d8fab7aedfd0120.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-e0f900f8db507d9c.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-11c1c3083a27843c.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-e51529ea31ad7ff3.rmeta --extern lru_cache=/work/oxidecomputer/omicron/target/debug/deps/liblru_cache-36dd76c585744d7e.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-4dd5c9aa4d1a7c54.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-387b4834159e45ee.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-8eb9b2d8b171c9a9.rmeta --extern serde_big_array=/work/oxidecomputer/omicron/target/debug/deps/libserde_big_array-e417e70e34b41411.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-d17ae93f1c55387c.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-d5fd2036efbf8558.rmeta --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-0b1bc08a2502aca2.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b122fed81b2a5729.rmeta --extern tlvc=/work/oxidecomputer/omicron/target/debug/deps/libtlvc-2ea8b62849300271.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e3bc36a7db76edcf.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-8d0fd8390d44d547.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d1a0abc5ade2db54.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-446d557b430b8fae.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4163f285e5da14b3/out/lib`
32262023-05-03T02:47:27.054Z Running `rustc --crate-name rustls --edition=2021 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/rustls-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=2 --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="tls12"' -C metadata=342457001f508bf6 -C extra-filename=-342457001f508bf6 --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-6ea2251cc3fbcfe3.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-39a94a302f9d2fdc.rmeta --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-f453a37bb9d0d9ed.rmeta --extern sct=/work/oxidecomputer/omicron/target/debug/deps/libsct-36c87f4b7ad488d5.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e2e375299a9e6887/out`
32272023-05-03T02:47:27.817Z Compiling polar-core v0.26.4
32282023-05-03T02:47:27.825Z Running `rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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 debuginfo=2 -C debug-assertions=on --cfg 'feature="default"' -C metadata=0450f206ab5e9136 -C extra-filename=-0450f206ab5e9136 --out-dir /work/oxidecomputer/omicron/target/debug/build/polar-core-0450f206ab5e9136 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern lalrpop=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop-083ce2156b6b34e3.rlib --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-c95b9f7bda17ba0d.so --cap-lints allow -D warnings`
32292023-05-03T02:47:32.070Z Running `rustc --crate-name tokio_rustls --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/tokio-rustls-0.23.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=2 --cfg 'feature="default"' --cfg 'feature="logging"' --cfg 'feature="tls12"' -C metadata=31f56ac1d3d78348 -C extra-filename=-31f56ac1d3d78348 --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-78cfcedda9030404.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-349d51d6d9dbb4ec.rmeta --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-e52d548d0844bb08.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e2e375299a9e6887/out`
32302023-05-03T02:47:32.940Z Running `rustc --crate-name hyper_rustls --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/hyper-rustls-0.23.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=2 -C metadata=e68d5b21c45a22a8 -C extra-filename=-e68d5b21c45a22a8 --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-26988da961a51b0a.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-32e8c0e0cc42041e.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-78cfcedda9030404.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-349d51d6d9dbb4ec.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-31f56ac1d3d78348.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e2e375299a9e6887/out`
32312023-05-03T02:47:32.966Z Running `/work/oxidecomputer/omicron/target/debug/build/polar-core-0450f206ab5e9136/build-script-build`
32322023-05-03T02:47:33.691Z Running `rustc --crate-name reqwest --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/reqwest-0.11.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=2 --cfg 'feature="__rustls"' --cfg 'feature="__tls"' --cfg 'feature="hyper-rustls"' --cfg 'feature="json"' --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-rustls"' --cfg 'feature="tokio-util"' --cfg 'feature="wasm-streams"' --cfg 'feature="webpki-roots"' -C metadata=a0a15e63f544efd5 -C extra-filename=-a0a15e63f544efd5 --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-22d534c80d7f8257.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0a4474ea66a11d41.rmeta --extern encoding_rs=/work/oxidecomputer/omicron/target/debug/deps/libencoding_rs-d384843086848e32.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-21c68b0a02370835.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-837078368698f4bc.rmeta --extern h2=/work/oxidecomputer/omicron/target/debug/deps/libh2-88ad77b9a28bb49d.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-26988da961a51b0a.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-36b7f53eb9a265d7.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-32e8c0e0cc42041e.rmeta --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-e68d5b21c45a22a8.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-65a75350a36aca34.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-6ea2251cc3fbcfe3.rmeta --extern mime=/work/oxidecomputer/omicron/target/debug/deps/libmime-1a5d9be8fcf2b360.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-163217bf2304842d.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-26d0fb26396a5e09.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-e7c61360741e590c.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-78cfcedda9030404.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-c129a414f00beef1.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-9d729fa31918ec84.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-940b0a5541759ffe.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-8e61de94ee7afc12.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-349d51d6d9dbb4ec.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-31f56ac1d3d78348.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-e81cecc8b2b2886c.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-db9c90e0d9ae607f.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-4ee9d7fe35d44397.rmeta --extern webpki_roots=/work/oxidecomputer/omicron/target/debug/deps/libwebpki_roots-582d88fb45a4314e.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e2e375299a9e6887/out`
32332023-05-03T02:47:33.790Z Running `rustc --crate-name tokio_rustls --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/tokio-rustls-0.24.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="logging"' --cfg 'feature="tls12"' -C metadata=fe00fef83e41ef0f -C extra-filename=-fe00fef83e41ef0f --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-342457001f508bf6.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-349d51d6d9dbb4ec.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e2e375299a9e6887/out`
32342023-05-03T02:47:34.708Z Running `rustc --crate-name dropshot --edition=2018 /home/build/.cargo/git/checkouts/dropshot-a4a923d29dccc492/d17f74d/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=2 --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' -C metadata=78ffb5b6f27a6a81 -C extra-filename=-78ffb5b6f27a6a81 --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-5e47e6fcd126d5fb.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-9dd1362437d01057.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-22d534c80d7f8257.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0a4474ea66a11d41.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9326280126410a1c.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-68105364f6f97a48.rmeta --extern dropshot_endpoint=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_endpoint-d7fb09c5c3c76695.so --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-3e7ce30d02521130.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7b78a4e9c695d3a0.rmeta --extern hostname=/work/oxidecomputer/omicron/target/debug/deps/libhostname-3254486fae83975d.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-26988da961a51b0a.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-32e8c0e0cc42041e.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-fc8e5d42700c71f2.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-232027aad4e287f3.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-e128a85526f2d403.so --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-26d0fb26396a5e09.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-7e5706224bd8cc5a.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-342457001f508bf6.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-c129a414f00beef1.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ea7d8177230c2992.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-9d729fa31918ec84.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-940b0a5541759ffe.rmeta --extern serde_path_to_error=/work/oxidecomputer/omicron/target/debug/deps/libserde_path_to_error-be65d3cad014ae93.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-8e61de94ee7afc12.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-e297ccdf734d4756.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-608da47a6c0e709c.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-88509a5de109d4d2.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-16b9fbd371582a28.rmeta --extern slog_json=/work/oxidecomputer/omicron/target/debug/deps/libslog_json-3d34fa58325983b2.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-e7b3d033f1833fac.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-349d51d6d9dbb4ec.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-fe00fef83e41ef0f.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5e80fb21cb0c93db.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-f515747c12042cd1.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-88178d7c063e03bd.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e2e375299a9e6887/out`
32352023-05-03T02:47:36.504Z Running `rustc --crate-name polar_core --edition=2021 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 -C debug-assertions=on --cfg 'feature="default"' -C metadata=6e628741860134a4 -C extra-filename=-6e628741860134a4 --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-104d68cbc9e90640.so --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-9fd63d1057152a73.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-9d729fa31918ec84.rmeta --extern strum_macros=/work/oxidecomputer/omicron/target/debug/deps/libstrum_macros-658e60ebdf77446a.so --cap-lints allow -D warnings`
32362023-05-03T02:47:37.241Z Running `rustc --crate-name polar_core --edition=2021 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 -C debug-assertions=on --cfg 'feature="default"' -C metadata=261364eb2600682c -C extra-filename=-261364eb2600682c --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-104d68cbc9e90640.so --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-495baa270cee0855.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-8eb9b2d8b171c9a9.rmeta --extern strum_macros=/work/oxidecomputer/omicron/target/debug/deps/libstrum_macros-658e60ebdf77446a.so --cap-lints allow -D warnings`
32372023-05-03T02:47:37.470Z Running `rustc --crate-name progenitor_client --edition=2021 /home/build/.cargo/git/checkouts/progenitor-639bd64206ac5e43/c965167/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=2 -C metadata=0b6eb3ce9e56da42 -C extra-filename=-0b6eb3ce9e56da42 --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-0a4474ea66a11d41.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-21c68b0a02370835.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-26d0fb26396a5e09.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a0a15e63f544efd5.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-9d729fa31918ec84.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-940b0a5541759ffe.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-8e61de94ee7afc12.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e2e375299a9e6887/out`
32382023-05-03T02:47:38.484Z Running `rustc --crate-name omicron_zone_package --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 -C metadata=7afd224e730da697 -C extra-filename=-7afd224e730da697 --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-13bfbf3920b73bc8.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-9dd1362437d01057.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-68105364f6f97a48.rmeta --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-60ad701dc37f263a.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-ed8a1c6733cfabde.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-837078368698f4bc.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a0a15e63f544efd5.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f99b5342d7e26ab1.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-9d729fa31918ec84.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-c95b9f7bda17ba0d.so --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-d05cb0890626588c.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-9e43cd504d5e9604.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-6f624496ed77b6b0.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-349d51d6d9dbb4ec.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5e80fb21cb0c93db.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-202a6fc207fe77c3.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e2e375299a9e6887/out`
32392023-05-03T02:47:50.597Z Running `rustc --crate-name libgit2_sys --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.14.2+1.5.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=2 -C metadata=80eb7c5d2dfb56f4 -C extra-filename=-80eb7c5d2dfb56f4 --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-3b4ca36201d98b6d.rmeta --extern libz_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibz_sys-15e86e43c4ac624f.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-e4c9d0cda66ee77f/out/build -l static=git2 -L native=/usr/lib/amd64 --cfg libgit2_vendored`
32402023-05-03T02:47:51.054Z Compiling oso v0.26.4
32412023-05-03T02:47:51.060Z Running `rustc --crate-name oso --edition=2021 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="oso-derive"' -C metadata=265065d513e4624b -C extra-filename=-265065d513e4624b --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-7f66cb2666290a63.so --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-754126440583bf8d.rmeta --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-745b965d0537f01c.rmeta --extern oso_derive=/work/oxidecomputer/omicron/target/debug/deps/liboso_derive-0d34f3019166e7bd.so --extern polar_core=/work/oxidecomputer/omicron/target/debug/deps/libpolar_core-6e628741860134a4.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-6f624496ed77b6b0.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-4aa28a08903486a7.rmeta --cap-lints allow -D warnings`
32422023-05-03T02:47:51.240Z Compiling git2 v0.16.1
32432023-05-03T02:47:51.246Z Running `rustc --crate-name git2 --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/git2-0.16.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=2 -C metadata=bdcd2af8f2093ab3 -C extra-filename=-bdcd2af8f2093ab3 --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-f311115e4eb2c3ba.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-3b4ca36201d98b6d.rmeta --extern libgit2_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibgit2_sys-80eb7c5d2dfb56f4.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-6ea2251cc3fbcfe3.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-4ee9d7fe35d44397.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-e4c9d0cda66ee77f/out/build -L native=/usr/lib/amd64`
32442023-05-03T02:47:51.341Z Running `rustc --crate-name oso --edition=2021 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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=2 --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="oso-derive"' -C metadata=347ed59dde40755d -C extra-filename=-347ed59dde40755d --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-7f66cb2666290a63.so --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-8a685d01b4b534ab.rmeta --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-00ec082864b23ad9.rmeta --extern oso_derive=/work/oxidecomputer/omicron/target/debug/deps/liboso_derive-0d34f3019166e7bd.so --extern polar_core=/work/oxidecomputer/omicron/target/debug/deps/libpolar_core-261364eb2600682c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b122fed81b2a5729.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-600eed4dad7ddf48.rmeta --cap-lints allow -D warnings`
32452023-05-03T02:48:03.952Z Compiling built v0.6.0
32462023-05-03T02:48:03.958Z Running `rustc --crate-name built --edition=2021 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/built-0.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="git2"' -C metadata=c8455e4635734a94 -C extra-filename=-c8455e4635734a94 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cargo_lock=/work/oxidecomputer/omicron/target/debug/deps/libcargo_lock-ae7435ff5946b738.rmeta --extern git2=/work/oxidecomputer/omicron/target/debug/deps/libgit2-bdcd2af8f2093ab3.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-e4c9d0cda66ee77f/out/build -L native=/usr/lib/amd64`
32472023-05-03T02:48:05.978Z Compiling progenitor v0.2.1-dev (https://github.com/oxidecomputer/progenitor?branch=main#c965167e)
32482023-05-03T02:48:05.983Z Running `rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/progenitor-639bd64206ac5e43/c965167/progenitor/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 -C metadata=dc982985267e1ac9 -C extra-filename=-dc982985267e1ac9 --out-dir /work/oxidecomputer/omicron/target/debug/build/progenitor-dc982985267e1ac9 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern built=/work/oxidecomputer/omicron/target/debug/deps/libbuilt-c8455e4635734a94.rlib --extern project_root=/work/oxidecomputer/omicron/target/debug/deps/libproject_root-e94d3e2816edc569.rlib --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-e4c9d0cda66ee77f/out/build -L native=/usr/lib/amd64`
32492023-05-03T02:48:08.480Z Running `/work/oxidecomputer/omicron/target/debug/build/progenitor-dc982985267e1ac9/build-script-build`
32502023-05-03T02:48:09.062Z Running `rustc --crate-name progenitor --edition=2021 /home/build/.cargo/git/checkouts/progenitor-639bd64206ac5e43/c965167/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=2 -C metadata=0ece2b8dfa70f2e3 -C extra-filename=-0ece2b8dfa70f2e3 --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-e252e3603299df68.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-7dc0d22d892e6145.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-232027aad4e287f3.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-a0f37d9715daf817.rmeta --extern progenitor_impl=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_impl-b0c9f94f8f167681.rmeta --extern progenitor_macro=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_macro-63f76f1b8cfcb111.so --extern rustfmt_wrapper=/work/oxidecomputer/omicron/target/debug/deps/librustfmt_wrapper-4f3339ff6995bb00.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-9d729fa31918ec84.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-940b0a5541759ffe.rmeta --extern serde_yaml=/work/oxidecomputer/omicron/target/debug/deps/libserde_yaml-e700f17017faebe1.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-194683ec6123397c/out`
32512023-05-03T02:48:09.128Z Running `rustc --crate-name progenitor --edition=2021 /home/build/.cargo/git/checkouts/progenitor-639bd64206ac5e43/c965167/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=2 -C metadata=e75c9e72764aea93 -C extra-filename=-e75c9e72764aea93 --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-5994f6b5c293cae8.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-3d8e288e1a900f74.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-e966a4fad6a0b4a5.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-04d39977cadac015.rmeta --extern progenitor_impl=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_impl-bb21147dccbc357c.rmeta --extern progenitor_macro=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_macro-63f76f1b8cfcb111.so --extern rustfmt_wrapper=/work/oxidecomputer/omicron/target/debug/deps/librustfmt_wrapper-0254f9f8e8a8a5fe.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-8eb9b2d8b171c9a9.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-72173ad921688e6f.rmeta --extern serde_yaml=/work/oxidecomputer/omicron/target/debug/deps/libserde_yaml-286dd325439e4165.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-194683ec6123397c/out`
32522023-05-03T02:48:09.655Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
32532023-05-03T02:48:09.662Z Running `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=2 --cfg 'feature="proptest"' --cfg 'feature="test-strategy"' --cfg 'feature="testing"' -C metadata=7f67b38d80252182 -C extra-filename=-7f67b38d80252182 --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-e252e3603299df68.rmeta --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-e947298cac75f015.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-8f7fb64a3d25089f.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-32820d6515860c0f.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-bb405797b454acb7.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7b78a4e9c695d3a0.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-655e4d3d400b5f6c.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-593a43af3ae7d8a4.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-7bafaac42e9cbf8e.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-62b0bc28764ccb6d.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-754126440583bf8d.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-45abe64e6bdf385a.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-7a83e6269ec330ba.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-0ece2b8dfa70f2e3.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-50228240c84c41f7.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-83008e00ec653611.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-cbf5d867b487f4f6.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-48cef5dadd3b79b2.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-60544344d4d0804a.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f99b5342d7e26ab1.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-9d729fa31918ec84.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-c95b9f7bda17ba0d.so --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-69ac86f66ffeb98e.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-940b0a5541759ffe.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-6a79f340c2975f76.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-608da47a6c0e709c.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-e65022bd164ddc57.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-cd3c6430518fdfe1.rmeta --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-c858a607e9f70d9d.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-6f624496ed77b6b0.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b00445e5c4984cd2.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-3248efa56a00d004.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5e80fb21cb0c93db.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-88178d7c063e03bd.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-194683ec6123397c/out`
32542023-05-03T02:48:09.669Z Running `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=2 --cfg 'feature="proptest"' --cfg 'feature="test-strategy"' --cfg 'feature="testing"' -C metadata=2090c653edce75b4 -C extra-filename=-2090c653edce75b4 --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-5994f6b5c293cae8.rmeta --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-e947298cac75f015.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-f948db1af84c7386.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-f6168ac296c7f258.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-702ba74a832d38ed.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-49a459f4335048f1.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-11c1c3083a27843c.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-635e28a7d213ddf0.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-c12dd9ffd01f62f2.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e1fe41af298a8d63.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-8a685d01b4b534ab.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-2e9dd16a776ae489.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-15ea32b2f5ae1ff3.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-e75c9e72764aea93.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-b652506fad96cfc2.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-95f5a12fb301f6d6.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5dd698f76fca519f.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-efeeea6aa09c2109.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-03bbb2d6bf1b8aa4.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f346377b38f560a6.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-8eb9b2d8b171c9a9.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-c95b9f7bda17ba0d.so --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-7a5feb69a2e43728.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-72173ad921688e6f.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-607487ef4f11f8b3.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-d17ae93f1c55387c.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-53e219090bd64788.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2d30083c4375276e.rmeta --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-c858a607e9f70d9d.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b122fed81b2a5729.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e3bc36a7db76edcf.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-5ed6eae08b459f1d.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-6995745265fcafb7.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d1a0abc5ade2db54.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-194683ec6123397c/out`
32552023-05-03T02:48:11.735Z Running `rustc --crate-name progenitor --edition=2021 /home/build/.cargo/git/checkouts/progenitor-639bd64206ac5e43/c965167/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=2 -C metadata=e08f935e4566ead1 -C extra-filename=-e08f935e4566ead1 --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-13bfbf3920b73bc8.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-798e8586d351060b.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-232027aad4e287f3.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-0b6eb3ce9e56da42.rmeta --extern progenitor_impl=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_impl-14b292959f0bfb01.rmeta --extern progenitor_macro=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_macro-63f76f1b8cfcb111.so --extern rustfmt_wrapper=/work/oxidecomputer/omicron/target/debug/deps/librustfmt_wrapper-4f3339ff6995bb00.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-9d729fa31918ec84.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-940b0a5541759ffe.rmeta --extern serde_yaml=/work/oxidecomputer/omicron/target/debug/deps/libserde_yaml-e700f17017faebe1.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e2e375299a9e6887/out`
32562023-05-03T02:48:12.496Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/dns-service-client)
32572023-05-03T02:48:12.502Z Running `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=2 -C metadata=a729db707b8ebd77 -C extra-filename=-a729db707b8ebd77 --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-32820d6515860c0f.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7b78a4e9c695d3a0.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-593a43af3ae7d8a4.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-0ece2b8dfa70f2e3.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-cbf5d867b487f4f6.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-60544344d4d0804a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-9d729fa31918ec84.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-940b0a5541759ffe.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-608da47a6c0e709c.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-88178d7c063e03bd.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-194683ec6123397c/out`
32582023-05-03T02:48:15.937Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/ddm-admin-client)
32592023-05-03T02:48:15.943Z Running `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 debuginfo=2 -C metadata=2858626c0748660c -C extra-filename=-2858626c0748660c --out-dir /work/oxidecomputer/omicron/target/debug/build/ddm-admin-client-2858626c0748660c -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-13bfbf3920b73bc8.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-7afd224e730da697.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-e08f935e4566ead1.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-dee3cb74b1ec4ef9.rlib --extern rustfmt_wrapper=/work/oxidecomputer/omicron/target/debug/deps/librustfmt_wrapper-4f3339ff6995bb00.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-940b0a5541759ffe.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5e80fb21cb0c93db.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e2e375299a9e6887/out`
32602023-05-03T02:48:15.961Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/dpd-client)
32612023-05-03T02:48:15.966Z Running `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 debuginfo=2 -C metadata=172262ba397db0d6 -C extra-filename=-172262ba397db0d6 --out-dir /work/oxidecomputer/omicron/target/debug/build/dpd-client-172262ba397db0d6 -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-13bfbf3920b73bc8.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-7afd224e730da697.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-e08f935e4566ead1.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-dee3cb74b1ec4ef9.rlib --extern rustfmt_wrapper=/work/oxidecomputer/omicron/target/debug/deps/librustfmt_wrapper-4f3339ff6995bb00.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-940b0a5541759ffe.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5e80fb21cb0c93db.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e2e375299a9e6887/out`
32622023-05-03T02:48:24.257Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
32632023-05-03T02:48:24.262Z Running `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=2 -C metadata=783a4721a715512c -C extra-filename=-783a4721a715512c --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-e252e3603299df68.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-bb405797b454acb7.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7b78a4e9c695d3a0.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-3b4ca36201d98b6d.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7f67b38d80252182.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-9544c2a73650ad75.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-608da47a6c0e709c.rmeta --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-997d6fb5225709f2.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-9e43cd504d5e9604.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-6f624496ed77b6b0.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b00445e5c4984cd2.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-3248efa56a00d004.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-265f476839655f3b.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-194683ec6123397c/out`
32642023-05-03T02:48:24.624Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/nexus-client)
32652023-05-03T02:48:24.629Z Running `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=2 -C metadata=31dcb3e63aa51c9a -C extra-filename=-31dcb3e63aa51c9a --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-32820d6515860c0f.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7b78a4e9c695d3a0.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7f67b38d80252182.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-0ece2b8dfa70f2e3.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-db0a4bf089e05b10.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-cbf5d867b487f4f6.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-60544344d4d0804a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-9d729fa31918ec84.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-940b0a5541759ffe.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-608da47a6c0e709c.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-88178d7c063e03bd.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-194683ec6123397c/out`
32662023-05-03T02:48:28.478Z Compiling ipcc-key-value v0.1.0 (/work/oxidecomputer/omicron/ipcc-key-value)
32672023-05-03T02:48:28.483Z Running `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=2 -C metadata=63d7d3687e896a83 -C extra-filename=-63d7d3687e896a83 --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-9baf74024ad4c4c7.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-3b4ca36201d98b6d.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7f67b38d80252182.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-9d729fa31918ec84.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-6f624496ed77b6b0.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-88178d7c063e03bd.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-194683ec6123397c/out`
32682023-05-03T02:48:29.715Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
32692023-05-03T02:48:29.721Z Running `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=2 --cfg 'feature="mockall"' --cfg 'feature="testing"' -C metadata=7585156776fb4ad8 -C extra-filename=-7585156776fb4ad8 --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-e252e3603299df68.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-9dd1362437d01057.so --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-04f30b2fb38eaf49.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7b78a4e9c695d3a0.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-62b0bc28764ccb6d.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-3b4ca36201d98b6d.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-45abe64e6bdf385a.rmeta --extern mockall=/work/oxidecomputer/omicron/target/debug/deps/libmockall-54ff2abbb6c41705.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7f67b38d80252182.rmeta --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-75623d5a694c3f37.rmeta --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-7f71d7a6fecdd282.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-60544344d4d0804a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-9d729fa31918ec84.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-608da47a6c0e709c.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-6f3ac8018ed00223.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-6f624496ed77b6b0.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b00445e5c4984cd2.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-88178d7c063e03bd.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-18a46f0d22fadc5d.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-194683ec6123397c/out`
32702023-05-03T02:48:31.010Z Running `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=2 -C metadata=f10b8704e5b665bb -C extra-filename=-f10b8704e5b665bb --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-f6168ac296c7f258.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-49a459f4335048f1.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-635e28a7d213ddf0.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-e75c9e72764aea93.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5dd698f76fca519f.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-03bbb2d6bf1b8aa4.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-8eb9b2d8b171c9a9.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-72173ad921688e6f.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-d17ae93f1c55387c.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d1a0abc5ade2db54.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-194683ec6123397c/out`
32712023-05-03T02:48:31.677Z Running `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=2 -C metadata=7027bc0f646df6d2 -C extra-filename=-7027bc0f646df6d2 --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-f6168ac296c7f258.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-49a459f4335048f1.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2090c653edce75b4.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-e75c9e72764aea93.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-34ea04e5319662dd.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5dd698f76fca519f.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-03bbb2d6bf1b8aa4.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-8eb9b2d8b171c9a9.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-72173ad921688e6f.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-d17ae93f1c55387c.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d1a0abc5ade2db54.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-194683ec6123397c/out`
32722023-05-03T02:48:34.454Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
32732023-05-03T02:48:34.460Z Running `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=2 -C metadata=f704139041629a3e -C extra-filename=-f704139041629a3e --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-9dd1362437d01057.so --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-9baf74024ad4c4c7.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-7dc0d22d892e6145.rmeta --extern crucible_smf=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_smf-a254642575295690.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-bb405797b454acb7.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7b78a4e9c695d3a0.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-d7f59ceaa6750a70.rmeta --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-1a3411c244a6b282.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-655e4d3d400b5f6c.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-593a43af3ae7d8a4.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-7bafaac42e9cbf8e.rmeta --extern ipcc_key_value=/work/oxidecomputer/omicron/target/debug/deps/libipcc_key_value-63d7d3687e896a83.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7f67b38d80252182.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-163217bf2304842d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-60544344d4d0804a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-9d729fa31918ec84.rmeta --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-69ac86f66ffeb98e.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-3c9c99c977d3a39f.rmeta --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-03f5ed3ad68bc73a.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-608da47a6c0e709c.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-fbcb9716188a1ce5.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-6f624496ed77b6b0.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b00445e5c4984cd2.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-fcbee888d5d05d89.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-baca43dc2d70b5ca.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-17e1fcb77c0e5746.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5e80fb21cb0c93db.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-88178d7c063e03bd.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-194683ec6123397c/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4163f285e5da14b3/out/lib`
32742023-05-03T02:48:49.512Z Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
32752023-05-03T02:48:49.518Z Running `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=2 -C metadata=318ff220679aa475 -C extra-filename=-318ff220679aa475 --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-e252e3603299df68.rmeta --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-6cea7b82fc2c156e.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-32820d6515860c0f.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-a729db707b8ebd77.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7b78a4e9c695d3a0.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7f67b38d80252182.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-608da47a6c0e709c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-6f624496ed77b6b0.rmeta --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-c160bf3a508d5d03.rmeta --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-a646ef7eb66ccb00.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-88178d7c063e03bd.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-194683ec6123397c/out`
32762023-05-03T02:48:52.350Z Running `/work/oxidecomputer/omicron/target/debug/build/ddm-admin-client-2858626c0748660c/build-script-build`
32772023-05-03T02:48:52.451Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
32782023-05-03T02:48:52.457Z Running `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=2 -C metadata=b9312f0219c9122a -C extra-filename=-b9312f0219c9122a --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-e252e3603299df68.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-9dd1362437d01057.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-7dc0d22d892e6145.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-bb405797b454acb7.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7b78a4e9c695d3a0.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-d7f59ceaa6750a70.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-655e4d3d400b5f6c.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7f67b38d80252182.rmeta --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-f704139041629a3e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-9d729fa31918ec84.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-608da47a6c0e709c.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-fbcb9716188a1ce5.rmeta --extern sprockets_rot=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_rot-58b8370b112d530d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-6f624496ed77b6b0.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b00445e5c4984cd2.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5e80fb21cb0c93db.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-194683ec6123397c/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4163f285e5da14b3/out/lib`
32792023-05-03T02:48:52.830Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
32802023-05-03T02:48:52.835Z Running `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=2 -C metadata=8f0b36b2435be540 -C extra-filename=-8f0b36b2435be540 --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-e252e3603299df68.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9326280126410a1c.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7f67b38d80252182.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-60544344d4d0804a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-9d729fa31918ec84.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-940b0a5541759ffe.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-6a79f340c2975f76.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-6f624496ed77b6b0.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-c4d15734bd87b768.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-194683ec6123397c/out`
32812023-05-03T02:48:54.276Z Running `/work/oxidecomputer/omicron/target/debug/build/dpd-client-172262ba397db0d6/build-script-build`
32822023-05-03T02:48:55.194Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
32832023-05-03T02:48:55.200Z Running `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=2 -C metadata=b9267524051a9daa -C extra-filename=-b9267524051a9daa --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-e252e3603299df68.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-04f30b2fb38eaf49.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7b78a4e9c695d3a0.rmeta --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-d6df0794602be021.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-7585156776fb4ad8.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-3b4ca36201d98b6d.rmeta --extern libefi_illumos=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_illumos-1c5b954fd20390dd.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-45abe64e6bdf385a.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-31dcb3e63aa51c9a.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7f67b38d80252182.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-60544344d4d0804a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-9d729fa31918ec84.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-608da47a6c0e709c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-6f624496ed77b6b0.rmeta --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-656118cc45edbdfd.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b00445e5c4984cd2.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-88178d7c063e03bd.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-194683ec6123397c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-c1916581d1161ee7/out`
32842023-05-03T02:48:56.612Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
32852023-05-03T02:48:56.618Z Running `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=2 -C metadata=8a05273ce54c14b2 -C extra-filename=-8a05273ce54c14b2 --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-e252e3603299df68.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9326280126410a1c.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-32820d6515860c0f.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-7dc0d22d892e6145.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-a729db707b8ebd77.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-bb405797b454acb7.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-593a43af3ae7d8a4.rmeta --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-e7c625255b83efdd.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-60544344d4d0804a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-9d729fa31918ec84.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-940b0a5541759ffe.rmeta --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-30b254032c68147d.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-608da47a6c0e709c.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-a8d47fc05b25faaf.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-a72ba22004bc1b3e.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b94bcba36065eae9.rmeta --extern tempdir=/work/oxidecomputer/omicron/target/debug/deps/libtempdir-41457c706f1a415f.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-6f624496ed77b6b0.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b00445e5c4984cd2.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5e80fb21cb0c93db.rmeta --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-b849ab889ef73b85.rmeta --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-c160bf3a508d5d03.rmeta --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-987fd082b874a6a6.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-88178d7c063e03bd.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-194683ec6123397c/out`
32862023-05-03T02:48:56.623Z Running `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=2 -C metadata=1a0506d14c737134 -C extra-filename=-1a0506d14c737134 --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-5994f6b5c293cae8.rmeta --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-44883da924fbf9b9.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-f6168ac296c7f258.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-f10b8704e5b665bb.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-49a459f4335048f1.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2090c653edce75b4.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-d17ae93f1c55387c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b122fed81b2a5729.rmeta --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-c490d14df6a7eb45.rmeta --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-11bb3d841fbbf8e5.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d1a0abc5ade2db54.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-194683ec6123397c/out`
32872023-05-03T02:49:02.315Z Running `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=2 -C metadata=b64820d5f0a60ebb -C extra-filename=-b64820d5f0a60ebb --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-4487ff24ff403b20.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7f67b38d80252182.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-a0f37d9715daf817.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-cbf5d867b487f4f6.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-9d729fa31918ec84.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-b9267524051a9daa.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-608da47a6c0e709c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-6f624496ed77b6b0.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b00445e5c4984cd2.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-194683ec6123397c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-c1916581d1161ee7/out`
32882023-05-03T02:49:02.820Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/sled-agent-client)
32892023-05-03T02:49:02.840Z Running `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=2 -C metadata=4e6a129eb36cd63f -C extra-filename=-4e6a129eb36cd63f --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-9dd1362437d01057.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-32820d6515860c0f.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-62b0bc28764ccb6d.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7f67b38d80252182.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-0ece2b8dfa70f2e3.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-db0a4bf089e05b10.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-cbf5d867b487f4f6.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-9d729fa31918ec84.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-608da47a6c0e709c.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-88178d7c063e03bd.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-194683ec6123397c/out`
32902023-05-03T02:49:04.232Z Running `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=2 --cfg 'feature="mockall"' --cfg 'feature="testing"' -C metadata=3a44244010721358 -C extra-filename=-3a44244010721358 --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-5994f6b5c293cae8.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-9dd1362437d01057.so --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3236f5900b9f1a09.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-49a459f4335048f1.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e1fe41af298a8d63.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-8ace6616485d65e0.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-2e9dd16a776ae489.rmeta --extern mockall=/work/oxidecomputer/omicron/target/debug/deps/libmockall-2697af9a0d607fc3.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2090c653edce75b4.rmeta --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-1dcfbae5186a49b1.rmeta --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-de5dfd217a2f739c.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-03bbb2d6bf1b8aa4.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-8eb9b2d8b171c9a9.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-d17ae93f1c55387c.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-8ffba502cf0d3b10.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b122fed81b2a5729.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e3bc36a7db76edcf.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d1a0abc5ade2db54.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-b3eaa8d8af7a1c4b.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-194683ec6123397c/out`
32912023-05-03T02:49:09.533Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#7f772b32)
32922023-05-03T02:49:09.554Z Running `rustc --crate-name omicron_common --edition=2021 /home/build/.cargo/git/checkouts/omicron-d039c41f152bda83/7f772b3/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=2 -C metadata=cb8421f9693e62bb -C extra-filename=-cb8421f9693e62bb --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-e252e3603299df68.rmeta --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-43d91de68b9b99fd.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-8f7fb64a3d25089f.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-32820d6515860c0f.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-bb405797b454acb7.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7b78a4e9c695d3a0.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-655e4d3d400b5f6c.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-593a43af3ae7d8a4.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-7bafaac42e9cbf8e.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-62b0bc28764ccb6d.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-45abe64e6bdf385a.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-7a83e6269ec330ba.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-0ece2b8dfa70f2e3.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-83008e00ec653611.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-cbf5d867b487f4f6.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-48cef5dadd3b79b2.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-60544344d4d0804a.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f99b5342d7e26ab1.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-9d729fa31918ec84.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-c95b9f7bda17ba0d.so --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-69ac86f66ffeb98e.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-940b0a5541759ffe.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-6a79f340c2975f76.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-608da47a6c0e709c.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-e65022bd164ddc57.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-cd3c6430518fdfe1.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-6f624496ed77b6b0.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b00445e5c4984cd2.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-3248efa56a00d004.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5e80fb21cb0c93db.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-88178d7c063e03bd.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-194683ec6123397c/out`
32932023-05-03T02:49:14.168Z Running `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=2 -C metadata=c5f5773c15660c99 -C extra-filename=-c5f5773c15660c99 --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-db3c92eaf3af17d9.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-8ace6616485d65e0.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2090c653edce75b4.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-8eb9b2d8b171c9a9.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b122fed81b2a5729.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d1a0abc5ade2db54.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-194683ec6123397c/out`
32942023-05-03T02:49:16.565Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=e7ce7a1dbe2d410b787df2e52478229b008b4750#e7ce7a1d)
32952023-05-03T02:49:16.571Z Running `rustc --crate-name propolis_client --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/e7ce7a1/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=2 --cfg 'feature="default"' --cfg 'feature="generated"' --cfg 'feature="generated-migration"' --cfg 'feature="progenitor"' --cfg 'feature="tokio"' -C metadata=054855d80e4c98f7 -C extra-filename=-054855d80e4c98f7 --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-22d534c80d7f8257.rmeta --extern crucible_client_types=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_client_types-a8a2a52498fd6495.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-0ece2b8dfa70f2e3.rmeta --extern propolis_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_types-58f464e797ae1197.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-83008e00ec653611.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-cbf5d867b487f4f6.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-48cef5dadd3b79b2.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-60544344d4d0804a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-9d729fa31918ec84.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-940b0a5541759ffe.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-608da47a6c0e709c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-6f624496ed77b6b0.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b00445e5c4984cd2.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-88178d7c063e03bd.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-194683ec6123397c/out`
32962023-05-03T02:49:17.172Z Running `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=2 -C metadata=22e212e25944101a -C extra-filename=-22e212e25944101a --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-32820d6515860c0f.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7b78a4e9c695d3a0.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-a0f37d9715daf817.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-db0a4bf089e05b10.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-cbf5d867b487f4f6.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-9d729fa31918ec84.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-608da47a6c0e709c.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-88178d7c063e03bd.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-194683ec6123397c/out`
32972023-05-03T02:49:25.103Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#7f772b32)
32982023-05-03T02:49:25.111Z Running `rustc --crate-name nexus_client --edition=2021 /home/build/.cargo/git/checkouts/omicron-d039c41f152bda83/7f772b3/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=2 -C metadata=1566c97dff7e946c -C extra-filename=-1566c97dff7e946c --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-32820d6515860c0f.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-cb8421f9693e62bb.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-0ece2b8dfa70f2e3.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-db0a4bf089e05b10.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-cbf5d867b487f4f6.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-9d729fa31918ec84.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-940b0a5541759ffe.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-608da47a6c0e709c.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-88178d7c063e03bd.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-194683ec6123397c/out`
32992023-05-03T02:49:25.432Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33002023-05-03T02:49:25.458Z Running `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=2 -C metadata=5726622b2eda91b0 -C extra-filename=-5726622b2eda91b0 --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-32820d6515860c0f.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-bb405797b454acb7.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-31dcb3e63aa51c9a.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7f67b38d80252182.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-ecbcea7ea3475063.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-cbf5d867b487f4f6.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-60544344d4d0804a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-9d729fa31918ec84.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-608da47a6c0e709c.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-fbcb9716188a1ce5.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-6f624496ed77b6b0.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b00445e5c4984cd2.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-88178d7c063e03bd.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-194683ec6123397c/out`
33012023-05-03T02:49:33.632Z Running `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=2 -C metadata=8077e4fa1adc5792 -C extra-filename=-8077e4fa1adc5792 --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-5994f6b5c293cae8.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3236f5900b9f1a09.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-49a459f4335048f1.rmeta --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-e8fd7997ab636e4d.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-3a44244010721358.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-8ace6616485d65e0.rmeta --extern libefi_illumos=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_illumos-bccaee881a548327.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-2e9dd16a776ae489.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-7027bc0f646df6d2.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2090c653edce75b4.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-03bbb2d6bf1b8aa4.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-8eb9b2d8b171c9a9.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-d17ae93f1c55387c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b122fed81b2a5729.rmeta --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-f60d5d740d1e40cf.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e3bc36a7db76edcf.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d1a0abc5ade2db54.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-194683ec6123397c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-c1916581d1161ee7/out`
33022023-05-03T02:49:33.648Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#7f772b32)
33032023-05-03T02:49:33.653Z Running `rustc --crate-name oximeter_producer --edition=2021 /home/build/.cargo/git/checkouts/omicron-d039c41f152bda83/7f772b3/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=2 -C metadata=29be6437c4f3bc15 -C extra-filename=-29be6437c4f3bc15 --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-32820d6515860c0f.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-bb405797b454acb7.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-1566c97dff7e946c.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-cb8421f9693e62bb.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-d6ddc54abd2aae53.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-cbf5d867b487f4f6.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-60544344d4d0804a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-9d729fa31918ec84.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-608da47a6c0e709c.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-fbcb9716188a1ce5.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-6f624496ed77b6b0.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b00445e5c4984cd2.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-88178d7c063e03bd.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-194683ec6123397c/out`
33042023-05-03T02:49:36.430Z Running `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=2 -C metadata=23f1c3da6e6085a9 -C extra-filename=-23f1c3da6e6085a9 --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-5994f6b5c293cae8.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e39ed15bdff1d269.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-f6168ac296c7f258.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-3d8e288e1a900f74.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-f10b8704e5b665bb.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-702ba74a832d38ed.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-635e28a7d213ddf0.rmeta --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-1d9034f7688dccd8.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-03bbb2d6bf1b8aa4.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-8eb9b2d8b171c9a9.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-72173ad921688e6f.rmeta --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-90857355b54a37ba.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-d17ae93f1c55387c.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-1b8afb7b93a02752.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-2d244d2343cb7128.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-fd0de55e0739c963.rmeta --extern tempdir=/work/oxidecomputer/omicron/target/debug/deps/libtempdir-60e6ec4e448dc225.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b122fed81b2a5729.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e3bc36a7db76edcf.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-6995745265fcafb7.rmeta --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-ab2395501723aa4c.rmeta --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-c490d14df6a7eb45.rmeta --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-89e67e21ff8418c7.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d1a0abc5ade2db54.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-194683ec6123397c/out`
33052023-05-03T02:49:40.146Z Running `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=2 -C metadata=a1c013a4899ede9f -C extra-filename=-a1c013a4899ede9f --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-5994f6b5c293cae8.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e39ed15bdff1d269.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2090c653edce75b4.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-03bbb2d6bf1b8aa4.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-8eb9b2d8b171c9a9.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-72173ad921688e6f.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-607487ef4f11f8b3.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b122fed81b2a5729.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-2ae955823df6503d.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-194683ec6123397c/out`
33062023-05-03T02:49:42.085Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=0b34a53b57038a7804ac69ab90400539bd1961e8#0b34a53b)
33072023-05-03T02:49:42.090Z Running `rustc --crate-name crucible_agent_client --edition=2021 /home/build/.cargo/git/checkouts/crucible-f3b5bdecdc6486d6/0b34a53/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=2 -C metadata=8491eeb81916aca1 -C extra-filename=-8491eeb81916aca1 --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-e252e3603299df68.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-32820d6515860c0f.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-26d0fb26396a5e09.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-0ece2b8dfa70f2e3.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-cbf5d867b487f4f6.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-60544344d4d0804a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-9d729fa31918ec84.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-940b0a5541759ffe.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-194683ec6123397c/out`
33082023-05-03T02:49:42.877Z Running `rustc --crate-name propolis_server --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/e7ce7a1/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=2 --cfg 'feature="mock-only"' -C metadata=a4c6c6dc3f2b8ee0 -C extra-filename=-a4c6c6dc3f2b8ee0 --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-e252e3603299df68.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-9dd1362437d01057.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-22d534c80d7f8257.rmeta --extern bit_field=/work/oxidecomputer/omicron/target/debug/deps/libbit_field-732ba45eab13ce81.rmeta --extern bitvec=/work/oxidecomputer/omicron/target/debug/deps/libbitvec-c6feedb74274a129.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5d6079816e523e86.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-04f30b2fb38eaf49.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-32820d6515860c0f.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-72c1e074c5ddba15.rmeta --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-8fe7ea1ebe06b0c2.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-bb405797b454acb7.rmeta --extern erased_serde=/work/oxidecomputer/omicron/target/debug/deps/liberased_serde-dce54b0a7bf05a71.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7b78a4e9c695d3a0.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-7bafaac42e9cbf8e.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-984a34bcb47bf888.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-cb8421f9693e62bb.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-d6ddc54abd2aae53.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-29be6437c4f3bc15.rmeta --extern propolis=/work/oxidecomputer/omicron/target/debug/deps/libpropolis-63480f0fe037693f.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-054855d80e4c98f7.rmeta --extern propolis_server_config=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_server_config-dc5fdfc3a00ac386.rmeta --extern rfb=/work/oxidecomputer/omicron/target/debug/deps/librfb-a75e5c25b217fb51.rmeta --extern ron=/work/oxidecomputer/omicron/target/debug/deps/libron-5a41889af7f3111d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-60544344d4d0804a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-9d729fa31918ec84.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-c95b9f7bda17ba0d.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-940b0a5541759ffe.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-608da47a6c0e709c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-6f624496ed77b6b0.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b00445e5c4984cd2.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-aca8d8c9798a9ec0.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-17e1fcb77c0e5746.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-31cb2e046662e8d8.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-265f476839655f3b.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-88178d7c063e03bd.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-194683ec6123397c/out`
33092023-05-03T02:49:45.298Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/bootstrap-agent-client)
33102023-05-03T02:49:45.303Z Running `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=2 -C metadata=a4bf3a1b4844c374 -C extra-filename=-a4bf3a1b4844c374 --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-9dd1362437d01057.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-32820d6515860c0f.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-62b0bc28764ccb6d.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7f67b38d80252182.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-0ece2b8dfa70f2e3.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-db0a4bf089e05b10.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-cbf5d867b487f4f6.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-9d729fa31918ec84.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-608da47a6c0e709c.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-88178d7c063e03bd.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-194683ec6123397c/out`
33112023-05-03T02:49:46.384Z Running `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=2 -C metadata=cebe9133fcc629a6 -C extra-filename=-cebe9133fcc629a6 --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-9dd1362437d01057.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-f6168ac296c7f258.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e1fe41af298a8d63.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2090c653edce75b4.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-e75c9e72764aea93.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-34ea04e5319662dd.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5dd698f76fca519f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-8eb9b2d8b171c9a9.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-d17ae93f1c55387c.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d1a0abc5ade2db54.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-194683ec6123397c/out`
33122023-05-03T02:49:49.314Z Running `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=2 -C metadata=7afe5382f3797a22 -C extra-filename=-7afe5382f3797a22 --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-9dd1362437d01057.so --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-db3c92eaf3af17d9.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-3d8e288e1a900f74.rmeta --extern crucible_smf=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_smf-64a77e4b4a5d173a.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-702ba74a832d38ed.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-49a459f4335048f1.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-e0f900f8db507d9c.rmeta --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-bdd79742c7dbbbc7.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-11c1c3083a27843c.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-635e28a7d213ddf0.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-c12dd9ffd01f62f2.rmeta --extern ipcc_key_value=/work/oxidecomputer/omicron/target/debug/deps/libipcc_key_value-c5f5773c15660c99.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2090c653edce75b4.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-387b4834159e45ee.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-03bbb2d6bf1b8aa4.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-8eb9b2d8b171c9a9.rmeta --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-7a5feb69a2e43728.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-47099fd8bcfec8ee.rmeta --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-171e8debb916443c.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-d17ae93f1c55387c.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-57298e5f1ebf3e7d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b122fed81b2a5729.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e3bc36a7db76edcf.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-04ddee21d8433df5.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-07db4924d0e08dfd.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-777aa92c00e55f4b.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-6995745265fcafb7.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d1a0abc5ade2db54.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-194683ec6123397c/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4163f285e5da14b3/out/lib`
33132023-05-03T02:49:51.461Z Running `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=2 -C metadata=345b72dfe0673fb2 -C extra-filename=-345b72dfe0673fb2 --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-f6168ac296c7f258.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-702ba74a832d38ed.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-7027bc0f646df6d2.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2090c653edce75b4.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-054a57342e2123af.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5dd698f76fca519f.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-03bbb2d6bf1b8aa4.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-8eb9b2d8b171c9a9.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-d17ae93f1c55387c.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-57298e5f1ebf3e7d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b122fed81b2a5729.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e3bc36a7db76edcf.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d1a0abc5ade2db54.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-194683ec6123397c/out`
33142023-05-03T02:49:53.521Z Running `rustc --crate-name propolis_client --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/e7ce7a1/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=2 --cfg 'feature="default"' --cfg 'feature="generated"' --cfg 'feature="generated-migration"' --cfg 'feature="progenitor"' --cfg 'feature="tokio"' -C metadata=d1a35141d3ef844b -C extra-filename=-d1a35141d3ef844b --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-e9589e46c4d3b8f3.rmeta --extern crucible_client_types=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_client_types-ee48eb30e8347c32.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-e75c9e72764aea93.rmeta --extern propolis_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_types-69c747658eeaa34f.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-95f5a12fb301f6d6.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5dd698f76fca519f.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-efeeea6aa09c2109.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-03bbb2d6bf1b8aa4.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-8eb9b2d8b171c9a9.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-72173ad921688e6f.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-d17ae93f1c55387c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b122fed81b2a5729.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e3bc36a7db76edcf.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d1a0abc5ade2db54.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-194683ec6123397c/out`
33152023-05-03T02:49:57.980Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
33162023-05-03T02:49:57.988Z Running `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=2 -C metadata=3f2d39fb2c9a718d -C extra-filename=-3f2d39fb2c9a718d --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-e252e3603299df68.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-9dd1362437d01057.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-22d534c80d7f8257.rmeta --extern bincode=/work/oxidecomputer/omicron/target/debug/deps/libbincode-ce2588f53a8f1a03.rmeta --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-a4bf3a1b4844c374.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5d6079816e523e86.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-04f30b2fb38eaf49.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-32820d6515860c0f.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-7dc0d22d892e6145.rmeta --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-8491eeb81916aca1.rmeta --extern crucible_client_types=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_client_types-4c12eb3beae536b8.rmeta --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-b64820d5f0a60ebb.rmeta --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-8a05273ce54c14b2.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-a729db707b8ebd77.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-22e212e25944101a.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-bb405797b454acb7.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-ed8a1c6733cfabde.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7b78a4e9c695d3a0.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-7585156776fb4ad8.rmeta --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-318ff220679aa475.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-62b0bc28764ccb6d.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-2fcd511091ec8030.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-45abe64e6bdf385a.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-31dcb3e63aa51c9a.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7f67b38d80252182.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-163217bf2304842d.rmeta --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-75623d5a694c3f37.rmeta --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-7f71d7a6fecdd282.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-ecbcea7ea3475063.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-5726622b2eda91b0.rmeta --extern p256=/work/oxidecomputer/omicron/target/debug/deps/libp256-f0868abcc530c96e.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-26d0fb26396a5e09.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-0ece2b8dfa70f2e3.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-054855d80e4c98f7.rmeta --extern propolis_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_server-a4c6c6dc3f2b8ee0.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-83008e00ec653611.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-cbf5d867b487f4f6.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-60544344d4d0804a.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f99b5342d7e26ab1.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-9d729fa31918ec84.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-940b0a5541759ffe.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-4e6a129eb36cd63f.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-b9267524051a9daa.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-608da47a6c0e709c.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-fbcb9716188a1ce5.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-6f3ac8018ed00223.rmeta --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-b9312f0219c9122a.rmeta --extern sprockets_common=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_common-be4065d134483539.rmeta --extern sprockets_host=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_host-9bd4db951052b052.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-d05cb0890626588c.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-9e43cd504d5e9604.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-6f624496ed77b6b0.rmeta --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-656118cc45edbdfd.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b00445e5c4984cd2.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-baca43dc2d70b5ca.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5e80fb21cb0c93db.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-88178d7c063e03bd.rmeta --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-f3aee10e148703ff.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-18a46f0d22fadc5d.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-194683ec6123397c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-c1916581d1161ee7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4163f285e5da14b3/out/lib`
33172023-05-03T02:49:59.196Z Running `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=2 -C metadata=084b7895273c3dbc -C extra-filename=-084b7895273c3dbc --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-f6168ac296c7f258.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-49a459f4335048f1.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-04d39977cadac015.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-34ea04e5319662dd.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5dd698f76fca519f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-8eb9b2d8b171c9a9.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-d17ae93f1c55387c.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d1a0abc5ade2db54.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-194683ec6123397c/out`
33182023-05-03T02:50:00.072Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
33192023-05-03T02:50:00.077Z Running `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=2 -C metadata=e96be1cd5c41de3d -C extra-filename=-e96be1cd5c41de3d --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-e252e3603299df68.rmeta --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-e947298cac75f015.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-22d534c80d7f8257.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-32820d6515860c0f.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-a729db707b8ebd77.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7b78a4e9c695d3a0.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-33a657a380225a64.rmeta --extern nexus_passwords=/work/oxidecomputer/omicron/target/debug/deps/libnexus_passwords-01bcd9e65691353a.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7f67b38d80252182.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-0baef24d3ad1757b.rmeta --extern openssl_probe=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_probe-2da14cf7ed816f8e.rmeta --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-056c3266de83f973.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-60544344d4d0804a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-9d729fa31918ec84.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-940b0a5541759ffe.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-e65022bd164ddc57.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-88178d7c063e03bd.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-194683ec6123397c/out -L native=/usr/lib/amd64`
33202023-05-03T02:50:05.111Z Running `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=2 -C metadata=66a6f773c2c604c0 -C extra-filename=-66a6f773c2c604c0 --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-13bfbf3920b73bc8.rmeta --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-e947298cac75f015.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-fca34c49d598ef4d.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-68105364f6f97a48.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-78ffb5b6f27a6a81.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7b78a4e9c695d3a0.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-655e4d3d400b5f6c.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-26988da961a51b0a.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-32e8c0e0cc42041e.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-62b0bc28764ccb6d.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-754126440583bf8d.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-45abe64e6bdf385a.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-7a83e6269ec330ba.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-e08f935e4566ead1.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-83008e00ec653611.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a0a15e63f544efd5.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-39a94a302f9d2fdc.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ea7d8177230c2992.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f99b5342d7e26ab1.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-9d729fa31918ec84.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-c95b9f7bda17ba0d.so --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-69ac86f66ffeb98e.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-940b0a5541759ffe.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-6a79f340c2975f76.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-608da47a6c0e709c.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-a2e88399b9bf4cc4.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-cd3c6430518fdfe1.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-6f624496ed77b6b0.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-349d51d6d9dbb4ec.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-eee5a7cd4d856c82.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5e80fb21cb0c93db.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-88178d7c063e03bd.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e2e375299a9e6887/out`
33212023-05-03T02:50:11.349Z Running `rustc --crate-name crucible_agent_client --edition=2021 /home/build/.cargo/git/checkouts/crucible-f3b5bdecdc6486d6/0b34a53/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=2 -C metadata=df3d045484a26828 -C extra-filename=-df3d045484a26828 --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-5994f6b5c293cae8.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-f6168ac296c7f258.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-3cfcb279e7e3d47d.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-e75c9e72764aea93.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5dd698f76fca519f.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-03bbb2d6bf1b8aa4.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-8eb9b2d8b171c9a9.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-72173ad921688e6f.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-194683ec6123397c/out`
33222023-05-03T02:50:14.260Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
33232023-05-03T02:50:14.265Z Running `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=2 -C metadata=e5f0f2e83bbd5cad -C extra-filename=-e5f0f2e83bbd5cad --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-62b0bc28764ccb6d.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-754126440583bf8d.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7f67b38d80252182.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-83008e00ec653611.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-940b0a5541759ffe.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-194683ec6123397c/out`
33242023-05-03T02:50:18.530Z Running `rustc --crate-name omicron_common --edition=2021 /home/build/.cargo/git/checkouts/omicron-d039c41f152bda83/7f772b3/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=2 -C metadata=3e9abb71013cfd2b -C extra-filename=-3e9abb71013cfd2b --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-5994f6b5c293cae8.rmeta --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-43d91de68b9b99fd.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-f948db1af84c7386.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-f6168ac296c7f258.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-702ba74a832d38ed.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-49a459f4335048f1.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-11c1c3083a27843c.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-635e28a7d213ddf0.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-c12dd9ffd01f62f2.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e1fe41af298a8d63.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-2e9dd16a776ae489.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-15ea32b2f5ae1ff3.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-e75c9e72764aea93.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-95f5a12fb301f6d6.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5dd698f76fca519f.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-efeeea6aa09c2109.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-03bbb2d6bf1b8aa4.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f346377b38f560a6.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-8eb9b2d8b171c9a9.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-c95b9f7bda17ba0d.so --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-7a5feb69a2e43728.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-72173ad921688e6f.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-607487ef4f11f8b3.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-d17ae93f1c55387c.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-53e219090bd64788.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2d30083c4375276e.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b122fed81b2a5729.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e3bc36a7db76edcf.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-5ed6eae08b459f1d.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-6995745265fcafb7.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d1a0abc5ade2db54.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-194683ec6123397c/out`
33252023-05-03T02:50:26.153Z Running `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=2 -C metadata=a61e7b9f2bacb1ad -C extra-filename=-a61e7b9f2bacb1ad --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-13bfbf3920b73bc8.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-78ffb5b6f27a6a81.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7b78a4e9c695d3a0.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-3b4ca36201d98b6d.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-66a6f773c2c604c0.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-9544c2a73650ad75.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-608da47a6c0e709c.rmeta --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-997d6fb5225709f2.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-9e43cd504d5e9604.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-6f624496ed77b6b0.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-349d51d6d9dbb4ec.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-eee5a7cd4d856c82.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-f515747c12042cd1.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e2e375299a9e6887/out`
33262023-05-03T02:50:26.366Z Running `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 panic=abort -C embed-bitcode=no -C debuginfo=2 -C metadata=628e550fa62a6e65 -C extra-filename=-628e550fa62a6e65 --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-5994f6b5c293cae8.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-9dd1362437d01057.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-3d8e288e1a900f74.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-702ba74a832d38ed.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-49a459f4335048f1.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-e0f900f8db507d9c.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-11c1c3083a27843c.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2090c653edce75b4.rmeta --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-7afe5382f3797a22.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-8eb9b2d8b171c9a9.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-d17ae93f1c55387c.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-57298e5f1ebf3e7d.rmeta --extern sprockets_rot=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_rot-86332697e3c0b6ca.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b122fed81b2a5729.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e3bc36a7db76edcf.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-6995745265fcafb7.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-194683ec6123397c/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4163f285e5da14b3/out/lib`
33272023-05-03T02:50:27.623Z Running `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=2 -C metadata=9e9374cd9dc7ba32 -C extra-filename=-9e9374cd9dc7ba32 --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-d5e4be820dfbcfe9.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2090c653edce75b4.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-04d39977cadac015.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5dd698f76fca519f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-8eb9b2d8b171c9a9.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-8077e4fa1adc5792.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-d17ae93f1c55387c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b122fed81b2a5729.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e3bc36a7db76edcf.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-194683ec6123397c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-c1916581d1161ee7/out`
33282023-05-03T02:50:31.289Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
33292023-05-03T02:50:31.295Z Running `rustc --crate-name build_script_build --edition=2021 nexus/test-utils/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 -C metadata=c753214901f2d483 -C extra-filename=-c753214901f2d483 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-test-utils-c753214901f2d483 -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-78ffb5b6f27a6a81.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a61e7b9f2bacb1ad.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-349d51d6d9dbb4ec.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e2e375299a9e6887/out`
33302023-05-03T02:50:31.805Z Running `rustc --crate-name nexus_client --edition=2021 /home/build/.cargo/git/checkouts/omicron-d039c41f152bda83/7f772b3/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=2 -C metadata=5c42a19ba632522d -C extra-filename=-5c42a19ba632522d --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-f6168ac296c7f258.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3e9abb71013cfd2b.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-e75c9e72764aea93.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-34ea04e5319662dd.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5dd698f76fca519f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-8eb9b2d8b171c9a9.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-72173ad921688e6f.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-d17ae93f1c55387c.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d1a0abc5ade2db54.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-194683ec6123397c/out`
33312023-05-03T02:50:34.672Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/wicketd-client)
33322023-05-03T02:50:34.678Z Running `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=2 -C metadata=d0f9277436d8c7f2 -C extra-filename=-d0f9277436d8c7f2 --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-32820d6515860c0f.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-8f0b36b2435be540.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-0ece2b8dfa70f2e3.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-db0a4bf089e05b10.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-cbf5d867b487f4f6.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-60544344d4d0804a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-9d729fa31918ec84.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-940b0a5541759ffe.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-608da47a6c0e709c.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-c4d15734bd87b768.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-88178d7c063e03bd.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-194683ec6123397c/out`
33332023-05-03T02:50:34.959Z Running `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=2 -C metadata=0acf17a0ed8392cb -C extra-filename=-0acf17a0ed8392cb --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-e252e3603299df68.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-32820d6515860c0f.rmeta --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-f908de5799e27a39.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-8a78df13d20d161b.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-655e4d3d400b5f6c.rmeta --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-318ff220679aa475.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-62b0bc28764ccb6d.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-45abe64e6bdf385a.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-33a657a380225a64.rmeta --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-e5f0f2e83bbd5cad.rmeta --extern nexus_passwords=/work/oxidecomputer/omicron/target/debug/deps/libnexus_passwords-01bcd9e65691353a.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e96be1cd5c41de3d.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7f67b38d80252182.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-0baef24d3ad1757b.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-7a83e6269ec330ba.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-85415ae6ec2a7f7f.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-83008e00ec653611.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-3cd40aaab93fead3.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-60544344d4d0804a.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f99b5342d7e26ab1.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-9d729fa31918ec84.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-940b0a5541759ffe.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-4e6a129eb36cd63f.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-e65022bd164ddc57.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-6f624496ed77b6b0.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-88178d7c063e03bd.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-194683ec6123397c/out -L native=/usr/lib/amd64`
33342023-05-03T02:50:34.964Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
33352023-05-03T02:50:34.970Z Running `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=2 -C metadata=31e6bcdef0f5c245 -C extra-filename=-31e6bcdef0f5c245 --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-9dd1362437d01057.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-bb405797b454acb7.rmeta --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-318ff220679aa475.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e96be1cd5c41de3d.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7f67b38d80252182.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-608da47a6c0e709c.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-88178d7c063e03bd.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-194683ec6123397c/out -L native=/usr/lib/amd64`
33362023-05-03T02:50:36.276Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
33372023-05-03T02:50:36.283Z Running `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=2 -C metadata=b7f167160d3cd23a -C extra-filename=-b7f167160d3cd23a --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-7dc0d22d892e6145.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-bb405797b454acb7.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7b78a4e9c695d3a0.rmeta --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-318ff220679aa475.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-31dcb3e63aa51c9a.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7f67b38d80252182.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-ecbcea7ea3475063.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-2c467c125a960759.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-cbf5d867b487f4f6.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-9d729fa31918ec84.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-608da47a6c0e709c.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-fbcb9716188a1ce5.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-6f624496ed77b6b0.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b00445e5c4984cd2.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5e80fb21cb0c93db.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-88178d7c063e03bd.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-194683ec6123397c/out`
33382023-05-03T02:50:40.436Z Running `rustc --crate-name oximeter_producer --edition=2021 /home/build/.cargo/git/checkouts/omicron-d039c41f152bda83/7f772b3/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=2 -C metadata=49ecf8494afee014 -C extra-filename=-49ecf8494afee014 --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-f6168ac296c7f258.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-702ba74a832d38ed.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-5c42a19ba632522d.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3e9abb71013cfd2b.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-82df65a4d8f2ef04.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5dd698f76fca519f.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-03bbb2d6bf1b8aa4.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-8eb9b2d8b171c9a9.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-d17ae93f1c55387c.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-57298e5f1ebf3e7d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b122fed81b2a5729.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e3bc36a7db76edcf.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d1a0abc5ade2db54.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-194683ec6123397c/out`
33392023-05-03T02:50:44.571Z Running `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=2 -C metadata=b6bcee0867156d56 -C extra-filename=-b6bcee0867156d56 --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-5994f6b5c293cae8.rmeta --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-e947298cac75f015.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e9589e46c4d3b8f3.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-f6168ac296c7f258.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-f10b8704e5b665bb.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-49a459f4335048f1.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-f31733d0bd1d8b94.rmeta --extern nexus_passwords=/work/oxidecomputer/omicron/target/debug/deps/libnexus_passwords-b6270454e4863706.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2090c653edce75b4.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-29ab75c3d666af3d.rmeta --extern openssl_probe=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_probe-e6dbaa8c5fbfa831.rmeta --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-f1736c27def1b001.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-03bbb2d6bf1b8aa4.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-8eb9b2d8b171c9a9.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-72173ad921688e6f.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-53e219090bd64788.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d1a0abc5ade2db54.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-194683ec6123397c/out -L native=/usr/lib/amd64`
33402023-05-03T02:50:46.089Z Running `rustc --crate-name propolis_server --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/e7ce7a1/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=2 --cfg 'feature="mock-only"' -C metadata=6c4db1477f9df1ff -C extra-filename=-6c4db1477f9df1ff --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-5994f6b5c293cae8.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-9dd1362437d01057.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e9589e46c4d3b8f3.rmeta --extern bit_field=/work/oxidecomputer/omicron/target/debug/deps/libbit_field-8e751ab40bf23f42.rmeta --extern bitvec=/work/oxidecomputer/omicron/target/debug/deps/libbitvec-7b3ab277c63679a2.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-f7bc6c6fec7ff832.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3236f5900b9f1a09.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-f6168ac296c7f258.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-48c8c684dece9e3a.rmeta --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-f98345de7ee93a60.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-702ba74a832d38ed.rmeta --extern erased_serde=/work/oxidecomputer/omicron/target/debug/deps/liberased_serde-37c1f5301a19064c.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-49a459f4335048f1.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-c12dd9ffd01f62f2.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-438561e90c9dedac.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3e9abb71013cfd2b.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-82df65a4d8f2ef04.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-49ecf8494afee014.rmeta --extern propolis=/work/oxidecomputer/omicron/target/debug/deps/libpropolis-741d4e0aa2211864.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-d1a35141d3ef844b.rmeta --extern propolis_server_config=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_server_config-2cb8b7a1751ae5e3.rmeta --extern rfb=/work/oxidecomputer/omicron/target/debug/deps/librfb-c2a035a3bf1b8d8d.rmeta --extern ron=/work/oxidecomputer/omicron/target/debug/deps/libron-64ba06f308c69bcb.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-03bbb2d6bf1b8aa4.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-8eb9b2d8b171c9a9.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-c95b9f7bda17ba0d.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-72173ad921688e6f.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-d17ae93f1c55387c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b122fed81b2a5729.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e3bc36a7db76edcf.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-68e71fb5076254c5.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-777aa92c00e55f4b.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-86f083b614334e7d.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-8d0fd8390d44d547.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d1a0abc5ade2db54.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-194683ec6123397c/out`
33412023-05-03T02:50:49.706Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/oximeter-client)
33422023-05-03T02:50:49.721Z Running `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=2 -C metadata=ec4239c897a05e14 -C extra-filename=-ec4239c897a05e14 --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-32820d6515860c0f.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7f67b38d80252182.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-0ece2b8dfa70f2e3.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-cbf5d867b487f4f6.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-9d729fa31918ec84.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-608da47a6c0e709c.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-88178d7c063e03bd.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-194683ec6123397c/out`
33432023-05-03T02:50:52.214Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
33442023-05-03T02:50:52.219Z Running `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=2 -C metadata=7526449b07d43d0b -C extra-filename=-7526449b07d43d0b --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-e252e3603299df68.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-3729f688f548d703.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5d6079816e523e86.rmeta --extern bytesize=/work/oxidecomputer/omicron/target/debug/deps/libbytesize-22d4785e7509801a.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9326280126410a1c.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-f6ff1edbc4ad80e5.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-32820d6515860c0f.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-05f1e84adf1821ba.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-ed8a1c6733cfabde.rmeta --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-8d6b90ccbad5b82f.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-655e4d3d400b5f6c.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-2fcd511091ec8030.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7f67b38d80252182.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-83008e00ec653611.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-48cef5dadd3b79b2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-9d729fa31918ec84.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-940b0a5541759ffe.rmeta --extern serde_path_to_error=/work/oxidecomputer/omicron/target/debug/deps/libserde_path_to_error-be65d3cad014ae93.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-cd1923fe624dbf83.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-608da47a6c0e709c.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-d05cb0890626588c.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5e80fb21cb0c93db.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-4b89ef9c0f5a704a.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-4ee9d7fe35d44397.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-fecbd94fd6bb2df1.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-194683ec6123397c/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4163f285e5da14b3/out/lib`
33452023-05-03T02:50:54.465Z Running `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=2 -C metadata=686f0a61b941ace7 -C extra-filename=-686f0a61b941ace7 --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-e1fe41af298a8d63.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-8a685d01b4b534ab.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2090c653edce75b4.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-95f5a12fb301f6d6.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-72173ad921688e6f.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-194683ec6123397c/out`
33462023-05-03T02:50:58.070Z Running `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=2 -C metadata=dee3bda026a558fa -C extra-filename=-dee3bda026a558fa --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-9dd1362437d01057.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-f6168ac296c7f258.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e1fe41af298a8d63.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2090c653edce75b4.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-e75c9e72764aea93.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-34ea04e5319662dd.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5dd698f76fca519f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-8eb9b2d8b171c9a9.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-d17ae93f1c55387c.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d1a0abc5ade2db54.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-194683ec6123397c/out`
33472023-05-03T02:50:58.188Z Running `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=2 -C metadata=4af70cfed153aa01 -C extra-filename=-4af70cfed153aa01 --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-f6168ac296c7f258.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2090c653edce75b4.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-e75c9e72764aea93.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5dd698f76fca519f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-8eb9b2d8b171c9a9.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-d17ae93f1c55387c.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d1a0abc5ade2db54.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-194683ec6123397c/out`
33482023-05-03T02:51:00.752Z Running `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=2 -C metadata=2ec7ed2c159564b6 -C extra-filename=-2ec7ed2c159564b6 --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-5994f6b5c293cae8.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-25a189cefda8317e.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-f7bc6c6fec7ff832.rmeta --extern bytesize=/work/oxidecomputer/omicron/target/debug/deps/libbytesize-59cdf7818fe02213.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e39ed15bdff1d269.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-88effcea09493efc.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-f6168ac296c7f258.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-1bad44e5f7703239.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-45d12ebe84bc045a.rmeta --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-50e987535400176c.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-11c1c3083a27843c.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-2d3118965e82afb4.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2090c653edce75b4.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-95f5a12fb301f6d6.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-efeeea6aa09c2109.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-8eb9b2d8b171c9a9.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-72173ad921688e6f.rmeta --extern serde_path_to_error=/work/oxidecomputer/omicron/target/debug/deps/libserde_path_to_error-ec495f474f8d95f3.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-b0c9c2f2327a907e.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-d17ae93f1c55387c.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-356e877be1ba58fe.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-6995745265fcafb7.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-278f16edac4a6b58.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-a1c2b50b5e43c2c1.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-446d557b430b8fae.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-194683ec6123397c/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4163f285e5da14b3/out/lib`
33492023-05-03T02:51:01.979Z Running `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=2 -C metadata=dac7c2241822d49c -C extra-filename=-dac7c2241822d49c --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-5994f6b5c293cae8.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-9dd1362437d01057.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e9589e46c4d3b8f3.rmeta --extern bincode=/work/oxidecomputer/omicron/target/debug/deps/libbincode-b718d6c0e5f210a4.rmeta --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-dee3bda026a558fa.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-f7bc6c6fec7ff832.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3236f5900b9f1a09.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-f6168ac296c7f258.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-3d8e288e1a900f74.rmeta --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-df3d045484a26828.rmeta --extern crucible_client_types=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_client_types-77834e956fe1f6b3.rmeta --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-9e9374cd9dc7ba32.rmeta --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-23f1c3da6e6085a9.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-f10b8704e5b665bb.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-084b7895273c3dbc.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-702ba74a832d38ed.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-45d12ebe84bc045a.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-49a459f4335048f1.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-3a44244010721358.rmeta --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-1a0506d14c737134.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e1fe41af298a8d63.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-2d3118965e82afb4.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-2e9dd16a776ae489.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-7027bc0f646df6d2.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2090c653edce75b4.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-387b4834159e45ee.rmeta --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-1dcfbae5186a49b1.rmeta --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-de5dfd217a2f739c.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-054a57342e2123af.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-345b72dfe0673fb2.rmeta --extern p256=/work/oxidecomputer/omicron/target/debug/deps/libp256-cfa06778e1ce7491.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-3cfcb279e7e3d47d.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-e75c9e72764aea93.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-d1a35141d3ef844b.rmeta --extern propolis_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_server-6c4db1477f9df1ff.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-95f5a12fb301f6d6.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5dd698f76fca519f.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-03bbb2d6bf1b8aa4.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f346377b38f560a6.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-8eb9b2d8b171c9a9.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-72173ad921688e6f.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-cebe9133fcc629a6.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-8077e4fa1adc5792.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-d17ae93f1c55387c.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-57298e5f1ebf3e7d.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-8ffba502cf0d3b10.rmeta --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-628e550fa62a6e65.rmeta --extern sprockets_common=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_common-4a07cc9565fa3465.rmeta --extern sprockets_host=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_host-29e9ae72c9b3cf7e.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-356e877be1ba58fe.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-51e70bcbfc9433e9.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b122fed81b2a5729.rmeta --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-f60d5d740d1e40cf.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e3bc36a7db76edcf.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-07db4924d0e08dfd.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-6995745265fcafb7.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d1a0abc5ade2db54.rmeta --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-585eb45d668dcf0d.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-b3eaa8d8af7a1c4b.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-194683ec6123397c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-c1916581d1161ee7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4163f285e5da14b3/out/lib`
33502023-05-03T02:51:03.034Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-test-utils-c753214901f2d483/build-script-build`
33512023-05-03T02:51:04.778Z Running `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=2 -C metadata=b536523c3f95024b -C extra-filename=-b536523c3f95024b --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-5994f6b5c293cae8.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-f6168ac296c7f258.rmeta --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-f908de5799e27a39.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-83f730646963038c.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-11c1c3083a27843c.rmeta --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-1a0506d14c737134.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e1fe41af298a8d63.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-2e9dd16a776ae489.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-f31733d0bd1d8b94.rmeta --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-686f0a61b941ace7.rmeta --extern nexus_passwords=/work/oxidecomputer/omicron/target/debug/deps/libnexus_passwords-b6270454e4863706.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-b6bcee0867156d56.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2090c653edce75b4.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-29ab75c3d666af3d.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-15ea32b2f5ae1ff3.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-ef72c970c28b077b.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-95f5a12fb301f6d6.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-500314d49cd61e05.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-03bbb2d6bf1b8aa4.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f346377b38f560a6.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-8eb9b2d8b171c9a9.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-72173ad921688e6f.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-cebe9133fcc629a6.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-53e219090bd64788.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b122fed81b2a5729.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d1a0abc5ade2db54.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-194683ec6123397c/out -L native=/usr/lib/amd64`
33522023-05-03T02:51:08.836Z Running `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=2 -C metadata=70f75cb16bbd0ffc -C extra-filename=-70f75cb16bbd0ffc --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-9dd1362437d01057.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-702ba74a832d38ed.rmeta --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-1a0506d14c737134.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-b6bcee0867156d56.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2090c653edce75b4.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-d17ae93f1c55387c.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d1a0abc5ade2db54.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-194683ec6123397c/out -L native=/usr/lib/amd64`
33532023-05-03T02:51:10.063Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=0b34a53b57038a7804ac69ab90400539bd1961e8#0b34a53b)
33542023-05-03T02:51:10.069Z Running `rustc --crate-name crucible_pantry_client --edition=2021 /home/build/.cargo/git/checkouts/crucible-f3b5bdecdc6486d6/0b34a53/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=2 -C metadata=1aa7430eb2a7c53e -C extra-filename=-1aa7430eb2a7c53e --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-e252e3603299df68.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-32820d6515860c0f.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-26d0fb26396a5e09.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-0ece2b8dfa70f2e3.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-cbf5d867b487f4f6.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-60544344d4d0804a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-9d729fa31918ec84.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-940b0a5541759ffe.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-88178d7c063e03bd.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-194683ec6123397c/out`
33552023-05-03T02:51:14.317Z Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
33562023-05-03T02:51:14.324Z Running `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=2 -C metadata=e8cc457fcf931147 -C extra-filename=-e8cc457fcf931147 --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-e252e3603299df68.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9326280126410a1c.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-32820d6515860c0f.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-7dc0d22d892e6145.rmeta --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-ad59f8dd0297688e.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-8ab7e928d8828552.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7f67b38d80252182.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-608da47a6c0e709c.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-a8d47fc05b25faaf.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-a72ba22004bc1b3e.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b94bcba36065eae9.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-7526449b07d43d0b.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-194683ec6123397c/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4163f285e5da14b3/out/lib`
33572023-05-03T02:51:14.530Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
33582023-05-03T02:51:14.535Z Running `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=2 -C metadata=3f3acb58ca7f51a0 -C extra-filename=-3f3acb58ca7f51a0 --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-e252e3603299df68.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-3729f688f548d703.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9326280126410a1c.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-9baf74024ad4c4c7.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-7dc0d22d892e6145.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-dadcdffc6d4a7d62.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7b78a4e9c695d3a0.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-655e4d3d400b5f6c.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-8ab7e928d8828552.rmeta --extern libsw=/work/oxidecomputer/omicron/target/debug/deps/liblibsw-2722e741ba25ffbd.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7f67b38d80252182.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-163217bf2304842d.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-cbf5d867b487f4f6.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f99b5342d7e26ab1.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-9d729fa31918ec84.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-940b0a5541759ffe.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-4c23517ed4fd4004.rmeta --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-4e2799ae8338e70e.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-608da47a6c0e709c.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-a8d47fc05b25faaf.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-a72ba22004bc1b3e.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b94bcba36065eae9.rmeta --extern snafu=/work/oxidecomputer/omicron/target/debug/deps/libsnafu-65d08b1b32d7c826.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-d05cb0890626588c.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b00445e5c4984cd2.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-17e1fcb77c0e5746.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5e80fb21cb0c93db.rmeta --extern tui=/work/oxidecomputer/omicron/target/debug/deps/libtui-628ee1fb6aec51b0.rmeta --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-c511f6596ce9a9f1.rmeta --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-d0f9277436d8c7f2.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-194683ec6123397c/out`
33592023-05-03T02:51:19.991Z Running `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=2 -C metadata=c3f1afb1364c60c2 -C extra-filename=-c3f1afb1364c60c2 --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-f6168ac296c7f258.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-a1c013a4899ede9f.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-e75c9e72764aea93.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-34ea04e5319662dd.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5dd698f76fca519f.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-03bbb2d6bf1b8aa4.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-8eb9b2d8b171c9a9.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-72173ad921688e6f.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-d17ae93f1c55387c.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-2ae955823df6503d.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d1a0abc5ade2db54.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-194683ec6123397c/out`
33602023-05-03T02:51:20.574Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
33612023-05-03T02:51:20.579Z Running `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=2 -C metadata=d3fd80b79076620c -C extra-filename=-d3fd80b79076620c --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-9326280126410a1c.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-bb405797b454acb7.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-d7f59ceaa6750a70.rmeta --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-f704139041629a3e.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-783a4721a715512c.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-608da47a6c0e709c.rmeta --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-b9312f0219c9122a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b00445e5c4984cd2.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-88178d7c063e03bd.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-194683ec6123397c/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4163f285e5da14b3/out/lib`
33622023-05-03T02:51:31.455Z Compiling installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/installinator-artifact-client)
33632023-05-03T02:51:31.460Z Running `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=2 -C metadata=c7dd87d65172a428 -C extra-filename=-c7dd87d65172a428 --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-8f0b36b2435be540.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-0ece2b8dfa70f2e3.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-db0a4bf089e05b10.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-cbf5d867b487f4f6.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-60544344d4d0804a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-9d729fa31918ec84.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-940b0a5541759ffe.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-608da47a6c0e709c.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-c4d15734bd87b768.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-88178d7c063e03bd.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-194683ec6123397c/out`
33642023-05-03T02:51:35.725Z Compiling installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd)
33652023-05-03T02:51:35.730Z Running `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=2 -C metadata=603b43c0e2c53b1b -C extra-filename=-603b43c0e2c53b1b --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-e252e3603299df68.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-9dd1362437d01057.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9326280126410a1c.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-7dc0d22d892e6145.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-bb405797b454acb7.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-7bafaac42e9cbf8e.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-8f0b36b2435be540.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7f67b38d80252182.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-60544344d4d0804a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-9d729fa31918ec84.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-940b0a5541759ffe.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-608da47a6c0e709c.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b00445e5c4984cd2.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-88178d7c063e03bd.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-194683ec6123397c/out`
33662023-05-03T02:51:40.251Z Running `rustc --crate-name crucible_pantry_client --edition=2021 /home/build/.cargo/git/checkouts/crucible-f3b5bdecdc6486d6/0b34a53/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=2 -C metadata=e215772dd79570a3 -C extra-filename=-e215772dd79570a3 --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-5994f6b5c293cae8.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-f6168ac296c7f258.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-3cfcb279e7e3d47d.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-e75c9e72764aea93.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5dd698f76fca519f.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-03bbb2d6bf1b8aa4.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-8eb9b2d8b171c9a9.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-72173ad921688e6f.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d1a0abc5ade2db54.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-194683ec6123397c/out`
33672023-05-03T02:51:44.091Z Running `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=2 -C metadata=808cf08ec5e6f09b -C extra-filename=-808cf08ec5e6f09b --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-5994f6b5c293cae8.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-25a189cefda8317e.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e39ed15bdff1d269.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-db3c92eaf3af17d9.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-3d8e288e1a900f74.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-03cf9437e6ff65e3.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-49a459f4335048f1.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-11c1c3083a27843c.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-aaa271444b5be4d7.rmeta --extern libsw=/work/oxidecomputer/omicron/target/debug/deps/liblibsw-188092c4ba6f30dd.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2090c653edce75b4.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-387b4834159e45ee.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5dd698f76fca519f.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f346377b38f560a6.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-8eb9b2d8b171c9a9.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-72173ad921688e6f.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-e407aa4fd57350fe.rmeta --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-296004209257e986.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-d17ae93f1c55387c.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-1b8afb7b93a02752.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-2d244d2343cb7128.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-fd0de55e0739c963.rmeta --extern snafu=/work/oxidecomputer/omicron/target/debug/deps/libsnafu-bd5cc9322532a3f8.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-356e877be1ba58fe.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e3bc36a7db76edcf.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-777aa92c00e55f4b.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-6995745265fcafb7.rmeta --extern tui=/work/oxidecomputer/omicron/target/debug/deps/libtui-f68f0373b07fd633.rmeta --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-9ddb40a452867655.rmeta --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-c3f1afb1364c60c2.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-194683ec6123397c/out`
33682023-05-03T02:51:44.714Z Running `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=2 -C metadata=8d917f13fe40d0a6 -C extra-filename=-8d917f13fe40d0a6 --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-5994f6b5c293cae8.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-9dd1362437d01057.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e39ed15bdff1d269.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-3d8e288e1a900f74.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-702ba74a832d38ed.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-c12dd9ffd01f62f2.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-a1c013a4899ede9f.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2090c653edce75b4.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-03bbb2d6bf1b8aa4.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-8eb9b2d8b171c9a9.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-72173ad921688e6f.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-d17ae93f1c55387c.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e3bc36a7db76edcf.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d1a0abc5ade2db54.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-194683ec6123397c/out`
33692023-05-03T02:52:08.226Z Running `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=2 -C metadata=c9af72c90cbfdced -C extra-filename=-c9af72c90cbfdced --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-3d8e288e1a900f74.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-702ba74a832d38ed.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-49a459f4335048f1.rmeta --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-1a0506d14c737134.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-7027bc0f646df6d2.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2090c653edce75b4.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-054a57342e2123af.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-6b1deb58dc7f16bd.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5dd698f76fca519f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-8eb9b2d8b171c9a9.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-d17ae93f1c55387c.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-57298e5f1ebf3e7d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b122fed81b2a5729.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e3bc36a7db76edcf.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-6995745265fcafb7.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d1a0abc5ade2db54.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-194683ec6123397c/out`
33702023-05-03T02:52:25.251Z Running `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=2 -C metadata=08c8c860b17402ce -C extra-filename=-08c8c860b17402ce --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-e252e3603299df68.rmeta --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-1eaea6c9500a92e1.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-9dd1362437d01057.so --extern authz_macros=/work/oxidecomputer/omicron/target/debug/deps/libauthz_macros-beb2cab24301158f.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-22d534c80d7f8257.rmeta --extern bb8=/work/oxidecomputer/omicron/target/debug/deps/libbb8-9b42e8c724a0820a.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-32820d6515860c0f.rmeta --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-e0a7d0b042fae0ec.rmeta --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-f908de5799e27a39.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-8a78df13d20d161b.rmeta --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-2c2948b41eeb9d89.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-bb405797b454acb7.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7b78a4e9c695d3a0.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-0fcffd7e4cb0e316.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-655e4d3d400b5f6c.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-593a43af3ae7d8a4.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-7bafaac42e9cbf8e.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-62b0bc28764ccb6d.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-754126440583bf8d.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-45abe64e6bdf385a.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-33a657a380225a64.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-0acf17a0ed8392cb.rmeta --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-e5f0f2e83bbd5cad.rmeta --extern nexus_passwords=/work/oxidecomputer/omicron/target/debug/deps/libnexus_passwords-01bcd9e65691353a.rmeta --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-31e6bcdef0f5c245.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e96be1cd5c41de3d.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-5c515c35e9fb63ce.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7f67b38d80252182.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-163217bf2304842d.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-0baef24d3ad1757b.rmeta --extern openssl_probe=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_probe-2da14cf7ed816f8e.rmeta --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-056c3266de83f973.rmeta --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-265065d513e4624b.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-ecbcea7ea3475063.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-7a83e6269ec330ba.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-e128a85526f2d403.so --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-85415ae6ec2a7f7f.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-83008e00ec653611.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-3cd40aaab93fead3.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-cbf5d867b487f4f6.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-48cef5dadd3b79b2.rmeta --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-6b83b946082d83da.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-60544344d4d0804a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-9d729fa31918ec84.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-940b0a5541759ffe.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-8e61de94ee7afc12.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-6a79f340c2975f76.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-4e6a129eb36cd63f.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-608da47a6c0e709c.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-e65022bd164ddc57.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-9e43cd504d5e9604.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-6f624496ed77b6b0.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b00445e5c4984cd2.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-3248efa56a00d004.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5e80fb21cb0c93db.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-265f476839655f3b.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-88178d7c063e03bd.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-194683ec6123397c/out -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
33712023-05-03T02:52:26.615Z Running `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=2 -C metadata=352069586e9acee5 -C extra-filename=-352069586e9acee5 --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-5994f6b5c293cae8.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-702ba74a832d38ed.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-49a459f4335048f1.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-8ace6616485d65e0.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2090c653edce75b4.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-c068aef94ecb220d.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-d17ae93f1c55387c.rmeta --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-73fc9c2790d44100.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-51e70bcbfc9433e9.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b122fed81b2a5729.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e3bc36a7db76edcf.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-5ed6eae08b459f1d.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-8d0fd8390d44d547.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-194683ec6123397c/out`
33722023-05-03T02:52:27.181Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/gateway-client)
33732023-05-03T02:52:27.187Z Running `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=2 -C metadata=f9a6478b1cabf93a -C extra-filename=-f9a6478b1cabf93a --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-22d534c80d7f8257.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-32820d6515860c0f.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-0ece2b8dfa70f2e3.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-83008e00ec653611.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-cbf5d867b487f4f6.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-60544344d4d0804a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-9d729fa31918ec84.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-940b0a5541759ffe.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-608da47a6c0e709c.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-88178d7c063e03bd.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-194683ec6123397c/out`
33742023-05-03T02:52:27.917Z Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
33752023-05-03T02:52:27.928Z Running `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=2 -C metadata=7234fa9be654ff93 -C extra-filename=-7234fa9be654ff93 --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-e252e3603299df68.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-9dd1362437d01057.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-3729f688f548d703.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5d6079816e523e86.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9326280126410a1c.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-7dc0d22d892e6145.rmeta --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-b64820d5f0a60ebb.rmeta --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-5b8e877e059c1e2f.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7b78a4e9c695d3a0.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-655e4d3d400b5f6c.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-593a43af3ae7d8a4.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-7585156776fb4ad8.rmeta --extern installinator_artifact_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifact_client-c7dd87d65172a428.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-8f0b36b2435be540.rmeta --extern ipcc_key_value=/work/oxidecomputer/omicron/target/debug/deps/libipcc_key_value-63d7d3687e896a83.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-2fcd511091ec8030.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7f67b38d80252182.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-163217bf2304842d.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-a0f37d9715daf817.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-cbf5d867b487f4f6.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-9d729fa31918ec84.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-b9267524051a9daa.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-608da47a6c0e709c.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-a8d47fc05b25faaf.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-a72ba22004bc1b3e.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b94bcba36065eae9.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-6f3ac8018ed00223.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-6f624496ed77b6b0.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b00445e5c4984cd2.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5e80fb21cb0c93db.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-c4d15734bd87b768.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-88178d7c063e03bd.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-194683ec6123397c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-c1916581d1161ee7/out`
33762023-05-03T02:52:32.198Z Running `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=2 -C metadata=f13c23a01c7ddcaf -C extra-filename=-f13c23a01c7ddcaf --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-e9589e46c4d3b8f3.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-f6168ac296c7f258.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-e75c9e72764aea93.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-95f5a12fb301f6d6.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5dd698f76fca519f.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-03bbb2d6bf1b8aa4.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-8eb9b2d8b171c9a9.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-72173ad921688e6f.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-d17ae93f1c55387c.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d1a0abc5ade2db54.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-194683ec6123397c/out`
33772023-05-03T02:52:40.760Z Running `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=2 -C metadata=55e822aefb39694e -C extra-filename=-55e822aefb39694e --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-5994f6b5c293cae8.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e39ed15bdff1d269.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-f6168ac296c7f258.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-3d8e288e1a900f74.rmeta --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-4218c96aa0acd6ab.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-aaa271444b5be4d7.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2090c653edce75b4.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-d17ae93f1c55387c.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-1b8afb7b93a02752.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-2d244d2343cb7128.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-fd0de55e0739c963.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-2ec7ed2c159564b6.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-194683ec6123397c/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4163f285e5da14b3/out/lib`
33782023-05-03T02:52:43.514Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
33792023-05-03T02:52:43.520Z Running `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 panic=abort -C embed-bitcode=no -C debuginfo=2 -C metadata=4e35255c1b0c309d -C extra-filename=-4e35255c1b0c309d --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-5994f6b5c293cae8.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-3d8e288e1a900f74.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-49a459f4335048f1.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-11c1c3083a27843c.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-3a44244010721358.rmeta --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-b8d4c28a4635406e.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2090c653edce75b4.rmeta --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-5eb98ccbba64af58.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-3ac7cc751d756415.rmeta --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-e200369c460b03b3.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5dd698f76fca519f.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-efeeea6aa09c2109.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f346377b38f560a6.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-8eb9b2d8b171c9a9.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-c95b9f7bda17ba0d.so --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-8077e4fa1adc5792.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-d17ae93f1c55387c.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-1b8afb7b93a02752.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-fd0de55e0739c963.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-8ffba502cf0d3b10.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2d30083c4375276e.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-356e877be1ba58fe.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-51e70bcbfc9433e9.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b122fed81b2a5729.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e3bc36a7db76edcf.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-6995745265fcafb7.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-270ed0757f10b542.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-194683ec6123397c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-c1916581d1161ee7/out`
33802023-05-03T02:52:45.292Z Running `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=2 -C metadata=783012836e46acb0 -C extra-filename=-783012836e46acb0 --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-e252e3603299df68.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-7dc0d22d892e6145.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7b78a4e9c695d3a0.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-655e4d3d400b5f6c.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-7585156776fb4ad8.rmeta --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-13469307ff7d6e16.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7f67b38d80252182.rmeta --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-e226cc91b2f1c9a7.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-9886d8f16d24129f.rmeta --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-e87a72184a8aa4df.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-cbf5d867b487f4f6.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-48cef5dadd3b79b2.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f99b5342d7e26ab1.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-9d729fa31918ec84.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-c95b9f7bda17ba0d.so --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-b9267524051a9daa.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-608da47a6c0e709c.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-a8d47fc05b25faaf.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b94bcba36065eae9.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-6f3ac8018ed00223.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-cd3c6430518fdfe1.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-d05cb0890626588c.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-9e43cd504d5e9604.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-6f624496ed77b6b0.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b00445e5c4984cd2.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5e80fb21cb0c93db.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-202a6fc207fe77c3.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-194683ec6123397c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-c1916581d1161ee7/out`
33812023-05-03T02:52:46.468Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
33822023-05-03T02:52:46.474Z Running `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=2 -C metadata=d84557723b3f2322 -C extra-filename=-d84557723b3f2322 --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-5994f6b5c293cae8.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-9dd1362437d01057.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-25a189cefda8317e.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-f7bc6c6fec7ff832.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e39ed15bdff1d269.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-88effcea09493efc.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-3d8e288e1a900f74.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-1bad44e5f7703239.rmeta --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-46994b54febaf76a.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-702ba74a832d38ed.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-49a459f4335048f1.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-f13c23a01c7ddcaf.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-e0f900f8db507d9c.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-11c1c3083a27843c.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-635e28a7d213ddf0.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-c12dd9ffd01f62f2.rmeta --extern installinator_artifactd=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifactd-8d917f13fe40d0a6.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-a1c013a4899ede9f.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2090c653edce75b4.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5dd698f76fca519f.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-03bbb2d6bf1b8aa4.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-8eb9b2d8b171c9a9.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-72173ad921688e6f.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-b0c9c2f2327a907e.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-8077e4fa1adc5792.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-d17ae93f1c55387c.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-57298e5f1ebf3e7d.rmeta --extern snafu=/work/oxidecomputer/omicron/target/debug/deps/libsnafu-bd5cc9322532a3f8.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b122fed81b2a5729.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e3bc36a7db76edcf.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-04ddee21d8433df5.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-6995745265fcafb7.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-278f16edac4a6b58.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-2ec7ed2c159564b6.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-2ae955823df6503d.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d1a0abc5ade2db54.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-194683ec6123397c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-c1916581d1161ee7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4163f285e5da14b3/out/lib`
33832023-05-03T02:52:49.490Z Running `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=2 -C metadata=70cf954c3531ca50 -C extra-filename=-70cf954c3531ca50 --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-e252e3603299df68.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-9dd1362437d01057.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-3729f688f548d703.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5d6079816e523e86.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9326280126410a1c.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-f6ff1edbc4ad80e5.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-7dc0d22d892e6145.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-05f1e84adf1821ba.rmeta --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-5b8e877e059c1e2f.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-bb405797b454acb7.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7b78a4e9c695d3a0.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-f9a6478b1cabf93a.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-d7f59ceaa6750a70.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-655e4d3d400b5f6c.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-593a43af3ae7d8a4.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-7bafaac42e9cbf8e.rmeta --extern installinator_artifactd=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifactd-603b43c0e2c53b1b.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-8f0b36b2435be540.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7f67b38d80252182.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-cbf5d867b487f4f6.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-60544344d4d0804a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-9d729fa31918ec84.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-940b0a5541759ffe.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-cd1923fe624dbf83.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-b9267524051a9daa.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-608da47a6c0e709c.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-fbcb9716188a1ce5.rmeta --extern snafu=/work/oxidecomputer/omicron/target/debug/deps/libsnafu-65d08b1b32d7c826.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-6f624496ed77b6b0.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b00445e5c4984cd2.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-fcbee888d5d05d89.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5e80fb21cb0c93db.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-4b89ef9c0f5a704a.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-7526449b07d43d0b.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-c4d15734bd87b768.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-88178d7c063e03bd.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-194683ec6123397c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-c1916581d1161ee7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4163f285e5da14b3/out/lib`
33842023-05-03T02:52:52.444Z Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
33852023-05-03T02:52:52.450Z Running `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 panic=abort -C embed-bitcode=no -C debuginfo=2 -C metadata=870b2861c37cd8b0 -C extra-filename=-870b2861c37cd8b0 --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-5994f6b5c293cae8.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-f7bc6c6fec7ff832.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e39ed15bdff1d269.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-db3c92eaf3af17d9.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-3d8e288e1a900f74.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-03cf9437e6ff65e3.rmeta --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-3cf847acdd32ae68.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-8eb9b2d8b171c9a9.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-d17ae93f1c55387c.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-1b8afb7b93a02752.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-2d244d2343cb7128.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-fd0de55e0739c963.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e3bc36a7db76edcf.rmeta --extern tui=/work/oxidecomputer/omicron/target/debug/deps/libtui-f68f0373b07fd633.rmeta --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-808cf08ec5e6f09b.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-194683ec6123397c/out`
33862023-05-03T02:52:57.008Z Running `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=2 -C metadata=e42b3404240d074a -C extra-filename=-e42b3404240d074a --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-5994f6b5c293cae8.rmeta --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-bfddbeecc3fa0866.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-9dd1362437d01057.so --extern authz_macros=/work/oxidecomputer/omicron/target/debug/deps/libauthz_macros-beb2cab24301158f.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e9589e46c4d3b8f3.rmeta --extern bb8=/work/oxidecomputer/omicron/target/debug/deps/libbb8-1b77f4ef1b715910.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-f6168ac296c7f258.rmeta --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-135f2b7c4f3cf986.rmeta --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-f908de5799e27a39.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-83f730646963038c.rmeta --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-61c3aaba01e03f89.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-702ba74a832d38ed.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-49a459f4335048f1.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-be7aa33dd070487a.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-11c1c3083a27843c.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-635e28a7d213ddf0.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-c12dd9ffd01f62f2.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e1fe41af298a8d63.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-8a685d01b4b534ab.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-2e9dd16a776ae489.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-f31733d0bd1d8b94.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-b536523c3f95024b.rmeta --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-686f0a61b941ace7.rmeta --extern nexus_passwords=/work/oxidecomputer/omicron/target/debug/deps/libnexus_passwords-b6270454e4863706.rmeta --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-70f75cb16bbd0ffc.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-b6bcee0867156d56.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-945b1bfd67dda2fd.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2090c653edce75b4.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-387b4834159e45ee.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-29ab75c3d666af3d.rmeta --extern openssl_probe=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_probe-e6dbaa8c5fbfa831.rmeta --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-f1736c27def1b001.rmeta --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-347ed59dde40755d.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-054a57342e2123af.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-15ea32b2f5ae1ff3.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-e128a85526f2d403.so --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-ef72c970c28b077b.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-95f5a12fb301f6d6.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-500314d49cd61e05.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5dd698f76fca519f.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-efeeea6aa09c2109.rmeta --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-4d1d63c03445413b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-03bbb2d6bf1b8aa4.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-8eb9b2d8b171c9a9.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-72173ad921688e6f.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-cad423e1b12e046b.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-607487ef4f11f8b3.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-cebe9133fcc629a6.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-d17ae93f1c55387c.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-53e219090bd64788.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-51e70bcbfc9433e9.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b122fed81b2a5729.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e3bc36a7db76edcf.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-5ed6eae08b459f1d.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-6995745265fcafb7.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-8d0fd8390d44d547.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d1a0abc5ade2db54.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-194683ec6123397c/out -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
33872023-05-03T02:53:10.523Z Running `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=2 -C metadata=60dfc30d61d0864a -C extra-filename=-60dfc30d61d0864a --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-e252e3603299df68.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5d6079816e523e86.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9326280126410a1c.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-9baf74024ad4c4c7.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-7dc0d22d892e6145.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-dadcdffc6d4a7d62.rmeta --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-a4566fbd5e0f5be2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-9d729fa31918ec84.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-608da47a6c0e709c.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-a8d47fc05b25faaf.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-a72ba22004bc1b3e.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b94bcba36065eae9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b00445e5c4984cd2.rmeta --extern tui=/work/oxidecomputer/omicron/target/debug/deps/libtui-628ee1fb6aec51b0.rmeta --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-3f3acb58ca7f51a0.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-194683ec6123397c/out`
33882023-05-03T02:53:22.353Z Running `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=2 -C metadata=6bd47c357d2dde37 -C extra-filename=-6bd47c357d2dde37 --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-e252e3603299df68.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5d6079816e523e86.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-32820d6515860c0f.rmeta --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-8491eeb81916aca1.rmeta --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-8a05273ce54c14b2.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-bb405797b454acb7.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-0fcffd7e4cb0e316.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-593a43af3ae7d8a4.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-7bafaac42e9cbf8e.rmeta --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-318ff220679aa475.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-08c8c860b17402ce.rmeta --extern nexus_passwords=/work/oxidecomputer/omicron/target/debug/deps/libnexus_passwords-01bcd9e65691353a.rmeta --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-31e6bcdef0f5c245.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e96be1cd5c41de3d.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7f67b38d80252182.rmeta --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-3f2d39fb2c9a718d.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-783a4721a715512c.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-ecbcea7ea3475063.rmeta --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-ec4239c897a05e14.rmeta --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-b7f167160d3cd23a.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-5726622b2eda91b0.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-7a83e6269ec330ba.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-9d729fa31918ec84.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-940b0a5541759ffe.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-8e61de94ee7afc12.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-608da47a6c0e709c.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-9e43cd504d5e9604.rmeta --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-c160bf3a508d5d03.rmeta --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-a646ef7eb66ccb00.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-88178d7c063e03bd.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-194683ec6123397c/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-c1916581d1161ee7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4163f285e5da14b3/out/lib`
33892023-05-03T02:53:22.598Z Running `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=2 -C metadata=5254f221109bdb4e -C extra-filename=-5254f221109bdb4e --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-e252e3603299df68.rmeta --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-1eaea6c9500a92e1.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-9dd1362437d01057.so --extern authz_macros=/work/oxidecomputer/omicron/target/debug/deps/libauthz_macros-beb2cab24301158f.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-22d534c80d7f8257.rmeta --extern bb8=/work/oxidecomputer/omicron/target/debug/deps/libbb8-9b42e8c724a0820a.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-32820d6515860c0f.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-7dc0d22d892e6145.rmeta --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-e0a7d0b042fae0ec.rmeta --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-8491eeb81916aca1.rmeta --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-1aa7430eb2a7c53e.rmeta --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-f908de5799e27a39.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-8a78df13d20d161b.rmeta --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-2c2948b41eeb9d89.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-a729db707b8ebd77.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-22e212e25944101a.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-bb405797b454acb7.rmeta --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-493b3323f6644d3c.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7b78a4e9c695d3a0.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-0fcffd7e4cb0e316.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-655e4d3d400b5f6c.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-593a43af3ae7d8a4.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-7bafaac42e9cbf8e.rmeta --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-318ff220679aa475.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-62b0bc28764ccb6d.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-754126440583bf8d.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-45abe64e6bdf385a.rmeta --extern mime_guess=/work/oxidecomputer/omicron/target/debug/deps/libmime_guess-4384cba95888b138.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-33a657a380225a64.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-0acf17a0ed8392cb.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-08c8c860b17402ce.rmeta --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-e5f0f2e83bbd5cad.rmeta --extern nexus_passwords=/work/oxidecomputer/omicron/target/debug/deps/libnexus_passwords-01bcd9e65691353a.rmeta --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-31e6bcdef0f5c245.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e96be1cd5c41de3d.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-5c515c35e9fb63ce.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7f67b38d80252182.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-163217bf2304842d.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-0baef24d3ad1757b.rmeta --extern openssl_probe=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_probe-2da14cf7ed816f8e.rmeta --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-056c3266de83f973.rmeta --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-265065d513e4624b.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-ecbcea7ea3475063.rmeta --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-ec4239c897a05e14.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-2c467c125a960759.rmeta --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-ff17ac0dfaff74f7.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-5726622b2eda91b0.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-7a83e6269ec330ba.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-e128a85526f2d403.so --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-85415ae6ec2a7f7f.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-054855d80e4c98f7.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-83008e00ec653611.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-3cd40aaab93fead3.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-cbf5d867b487f4f6.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-48cef5dadd3b79b2.rmeta --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-6b83b946082d83da.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-60544344d4d0804a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-9d729fa31918ec84.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-940b0a5541759ffe.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-8e61de94ee7afc12.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-6a79f340c2975f76.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-4e6a129eb36cd63f.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-608da47a6c0e709c.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-fbcb9716188a1ce5.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-e65022bd164ddc57.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-9e43cd504d5e9604.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-6f624496ed77b6b0.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b00445e5c4984cd2.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-3248efa56a00d004.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-baca43dc2d70b5ca.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5e80fb21cb0c93db.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-4b89ef9c0f5a704a.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-265f476839655f3b.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-88178d7c063e03bd.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-194683ec6123397c/out -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
33902023-05-03T02:53:32.495Z Running `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 panic=abort -C embed-bitcode=no -C debuginfo=2 -C metadata=543aa068bcd03ece -C extra-filename=-543aa068bcd03ece --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-a1c013a4899ede9f.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-e75c9e72764aea93.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-34ea04e5319662dd.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5dd698f76fca519f.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-03bbb2d6bf1b8aa4.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-8eb9b2d8b171c9a9.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-72173ad921688e6f.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-d17ae93f1c55387c.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-2ae955823df6503d.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d1a0abc5ade2db54.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-194683ec6123397c/out`
33912023-05-03T02:53:33.896Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/oxide-client)
33922023-05-03T02:53:33.902Z Running `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=2 -C metadata=e8b3594945a75945 -C extra-filename=-e8b3594945a75945 --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-22d534c80d7f8257.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-32820d6515860c0f.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7b78a4e9c695d3a0.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-0ece2b8dfa70f2e3.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-83008e00ec653611.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-db0a4bf089e05b10.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-cbf5d867b487f4f6.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-9d729fa31918ec84.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-940b0a5541759ffe.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b00445e5c4984cd2.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-88178d7c063e03bd.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-194683ec6123397c/out`
33932023-05-03T02:53:35.906Z Running `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=2 --test -C metadata=da2151fdb6c3b9fb -C extra-filename=-da2151fdb6c3b9fb --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-e252e3603299df68.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5d6079816e523e86.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9326280126410a1c.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-9baf74024ad4c4c7.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-7dc0d22d892e6145.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-dadcdffc6d4a7d62.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-a4566fbd5e0f5be2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-9d729fa31918ec84.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-608da47a6c0e709c.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-a8d47fc05b25faaf.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-a72ba22004bc1b3e.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b94bcba36065eae9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b00445e5c4984cd2.rlib --extern tui=/work/oxidecomputer/omicron/target/debug/deps/libtui-628ee1fb6aec51b0.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-3f3acb58ca7f51a0.rlib --extern wicket_dbg=/work/oxidecomputer/omicron/target/debug/deps/libwicket_dbg-60dfc30d61d0864a.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-194683ec6123397c/out`
33942023-05-03T02:53:40.145Z Running `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 panic=abort -C embed-bitcode=no -C debuginfo=2 -C metadata=509897c2f2e51f57 -C extra-filename=-509897c2f2e51f57 --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-5994f6b5c293cae8.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-9dd1362437d01057.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-25a189cefda8317e.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-f7bc6c6fec7ff832.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e39ed15bdff1d269.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-3d8e288e1a900f74.rmeta --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-9e9374cd9dc7ba32.rmeta --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-46994b54febaf76a.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-49a459f4335048f1.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-11c1c3083a27843c.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-635e28a7d213ddf0.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-3a44244010721358.rmeta --extern installinator_artifact_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifact_client-543aa068bcd03ece.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-a1c013a4899ede9f.rmeta --extern ipcc_key_value=/work/oxidecomputer/omicron/target/debug/deps/libipcc_key_value-c5f5773c15660c99.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-2d3118965e82afb4.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2090c653edce75b4.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-387b4834159e45ee.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-04d39977cadac015.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5dd698f76fca519f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-8eb9b2d8b171c9a9.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-8077e4fa1adc5792.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-d17ae93f1c55387c.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-1b8afb7b93a02752.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-2d244d2343cb7128.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-fd0de55e0739c963.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-8ffba502cf0d3b10.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b122fed81b2a5729.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e3bc36a7db76edcf.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-6995745265fcafb7.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-2ae955823df6503d.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d1a0abc5ade2db54.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-194683ec6123397c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-c1916581d1161ee7/out`
33952023-05-03T02:53:42.967Z Running `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=2 --test -C metadata=ed1f1a6c2c77c008 -C extra-filename=-ed1f1a6c2c77c008 --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-e252e3603299df68.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5d6079816e523e86.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9326280126410a1c.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-9baf74024ad4c4c7.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-7dc0d22d892e6145.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-dadcdffc6d4a7d62.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-a4566fbd5e0f5be2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-9d729fa31918ec84.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-608da47a6c0e709c.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-a8d47fc05b25faaf.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-a72ba22004bc1b3e.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b94bcba36065eae9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b00445e5c4984cd2.rlib --extern tui=/work/oxidecomputer/omicron/target/debug/deps/libtui-628ee1fb6aec51b0.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-3f3acb58ca7f51a0.rlib --extern wicket_dbg=/work/oxidecomputer/omicron/target/debug/deps/libwicket_dbg-60dfc30d61d0864a.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-194683ec6123397c/out`
33962023-05-03T02:53:44.710Z Running `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=2 -C metadata=8d22b0621c8697f6 -C extra-filename=-8d22b0621c8697f6 --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-5994f6b5c293cae8.rmeta --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-bfddbeecc3fa0866.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-9dd1362437d01057.so --extern authz_macros=/work/oxidecomputer/omicron/target/debug/deps/libauthz_macros-beb2cab24301158f.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e9589e46c4d3b8f3.rmeta --extern bb8=/work/oxidecomputer/omicron/target/debug/deps/libbb8-1b77f4ef1b715910.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-f6168ac296c7f258.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-3d8e288e1a900f74.rmeta --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-135f2b7c4f3cf986.rmeta --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-df3d045484a26828.rmeta --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-e215772dd79570a3.rmeta --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-f908de5799e27a39.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-83f730646963038c.rmeta --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-61c3aaba01e03f89.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-f10b8704e5b665bb.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-084b7895273c3dbc.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-702ba74a832d38ed.rmeta --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-918731cd1d20fd07.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-49a459f4335048f1.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-be7aa33dd070487a.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-11c1c3083a27843c.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-635e28a7d213ddf0.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-c12dd9ffd01f62f2.rmeta --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-1a0506d14c737134.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e1fe41af298a8d63.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-8a685d01b4b534ab.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-2e9dd16a776ae489.rmeta --extern mime_guess=/work/oxidecomputer/omicron/target/debug/deps/libmime_guess-5896ba2cc98b6d54.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-f31733d0bd1d8b94.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-b536523c3f95024b.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-e42b3404240d074a.rmeta --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-686f0a61b941ace7.rmeta --extern nexus_passwords=/work/oxidecomputer/omicron/target/debug/deps/libnexus_passwords-b6270454e4863706.rmeta --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-70f75cb16bbd0ffc.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-b6bcee0867156d56.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-945b1bfd67dda2fd.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2090c653edce75b4.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-387b4834159e45ee.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-29ab75c3d666af3d.rmeta --extern openssl_probe=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_probe-e6dbaa8c5fbfa831.rmeta --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-f1736c27def1b001.rmeta --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-347ed59dde40755d.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-054a57342e2123af.rmeta --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-4af70cfed153aa01.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-6b1deb58dc7f16bd.rmeta --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-ca8cef51bbb2e242.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-345b72dfe0673fb2.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-15ea32b2f5ae1ff3.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-e128a85526f2d403.so --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-ef72c970c28b077b.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-d1a35141d3ef844b.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-95f5a12fb301f6d6.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-500314d49cd61e05.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5dd698f76fca519f.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-efeeea6aa09c2109.rmeta --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-4d1d63c03445413b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-03bbb2d6bf1b8aa4.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-8eb9b2d8b171c9a9.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-72173ad921688e6f.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-cad423e1b12e046b.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-607487ef4f11f8b3.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-cebe9133fcc629a6.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-d17ae93f1c55387c.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-57298e5f1ebf3e7d.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-53e219090bd64788.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-51e70bcbfc9433e9.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b122fed81b2a5729.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e3bc36a7db76edcf.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-5ed6eae08b459f1d.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-07db4924d0e08dfd.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-6995745265fcafb7.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-278f16edac4a6b58.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-8d0fd8390d44d547.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d1a0abc5ade2db54.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-194683ec6123397c/out -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
33972023-05-03T02:53:47.252Z Running `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=2 -C metadata=914c403c0d627982 -C extra-filename=-914c403c0d627982 --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-5994f6b5c293cae8.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-f7bc6c6fec7ff832.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-f6168ac296c7f258.rmeta --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-df3d045484a26828.rmeta --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-23f1c3da6e6085a9.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-702ba74a832d38ed.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-be7aa33dd070487a.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-635e28a7d213ddf0.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-c12dd9ffd01f62f2.rmeta --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-1a0506d14c737134.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-e42b3404240d074a.rmeta --extern nexus_passwords=/work/oxidecomputer/omicron/target/debug/deps/libnexus_passwords-b6270454e4863706.rmeta --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-70f75cb16bbd0ffc.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-b6bcee0867156d56.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2090c653edce75b4.rmeta --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-dac7c2241822d49c.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-352069586e9acee5.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-054a57342e2123af.rmeta --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-4af70cfed153aa01.rmeta --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-c9af72c90cbfdced.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-345b72dfe0673fb2.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-15ea32b2f5ae1ff3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-8eb9b2d8b171c9a9.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-72173ad921688e6f.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-cad423e1b12e046b.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-d17ae93f1c55387c.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-51e70bcbfc9433e9.rmeta --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-c490d14df6a7eb45.rmeta --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-11bb3d841fbbf8e5.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d1a0abc5ade2db54.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-194683ec6123397c/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-c1916581d1161ee7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4163f285e5da14b3/out/lib`
33982023-05-03T02:53:52.900Z Running `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=2 --test -C metadata=8029130b16ee194c -C extra-filename=-8029130b16ee194c --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-e252e3603299df68.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-6cea7b82fc2c156e.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-1eaea6c9500a92e1.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-9dd1362437d01057.so --extern authz_macros=/work/oxidecomputer/omicron/target/debug/deps/libauthz_macros-beb2cab24301158f.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-22d534c80d7f8257.rlib --extern bb8=/work/oxidecomputer/omicron/target/debug/deps/libbb8-9b42e8c724a0820a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-32820d6515860c0f.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-e0a7d0b042fae0ec.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-f908de5799e27a39.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-8a78df13d20d161b.rlib --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-2c2948b41eeb9d89.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-bb405797b454acb7.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-6556007a14b4ae03.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7b78a4e9c695d3a0.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-0fcffd7e4cb0e316.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-655e4d3d400b5f6c.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-593a43af3ae7d8a4.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-7bafaac42e9cbf8e.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-5a5f66f23c4afce8.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-318ff220679aa475.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-62b0bc28764ccb6d.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-2fcd511091ec8030.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-754126440583bf8d.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-45abe64e6bdf385a.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-33a657a380225a64.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-0acf17a0ed8392cb.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-e5f0f2e83bbd5cad.rlib --extern nexus_passwords=/work/oxidecomputer/omicron/target/debug/deps/libnexus_passwords-01bcd9e65691353a.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-31e6bcdef0f5c245.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-6bd47c357d2dde37.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e96be1cd5c41de3d.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-5c515c35e9fb63ce.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7f67b38d80252182.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-3f2d39fb2c9a718d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-783a4721a715512c.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-163217bf2304842d.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-232027aad4e287f3.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-0baef24d3ad1757b.rlib --extern openssl_probe=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_probe-2da14cf7ed816f8e.rlib --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-056c3266de83f973.rlib --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-265065d513e4624b.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-ecbcea7ea3475063.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-7a83e6269ec330ba.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-e128a85526f2d403.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-1b5c7dc73b7acf7b.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-9886d8f16d24129f.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-85415ae6ec2a7f7f.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-83008e00ec653611.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-6107f05503fdbc21.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-3cd40aaab93fead3.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-9544c2a73650ad75.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-cbf5d867b487f4f6.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-48cef5dadd3b79b2.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-a9ad89985b57c363.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-6b83b946082d83da.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-60544344d4d0804a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-9d729fa31918ec84.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-940b0a5541759ffe.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-8e61de94ee7afc12.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-6a79f340c2975f76.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-4e6a129eb36cd63f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-608da47a6c0e709c.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-e65022bd164ddc57.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-cd3c6430518fdfe1.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-997d6fb5225709f2.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-9e43cd504d5e9604.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-72a619a7975ce97e.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-6f624496ed77b6b0.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b00445e5c4984cd2.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-3248efa56a00d004.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5e80fb21cb0c93db.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-265f476839655f3b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-88178d7c063e03bd.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-194683ec6123397c/out -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-c1916581d1161ee7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4163f285e5da14b3/out/lib`
33992023-05-03T02:53:53.494Z Compiling omicron-deploy v0.1.0 (/work/oxidecomputer/omicron/deploy)
34002023-05-03T02:53:53.499Z Running `rustc --crate-name sled_agent_overlay_files --edition=2021 deploy/src/bin/sled-agent-overlay-files.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=2 -C metadata=06b83ebaa1cf4198 -C extra-filename=-06b83ebaa1cf4198 --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-5994f6b5c293cae8.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-3d8e288e1a900f74.rlib --extern crossbeam=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam-881067637b8ca31b.rlib --extern omicron_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_package-4e35255c1b0c309d.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-dac7c2241822d49c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-8eb9b2d8b171c9a9.rlib --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-c95b9f7bda17ba0d.so --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-628e550fa62a6e65.rlib --extern sprockets_rot=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_rot-86332697e3c0b6ca.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b122fed81b2a5729.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-6995745265fcafb7.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-194683ec6123397c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-c1916581d1161ee7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4163f285e5da14b3/out/lib`
34012023-05-03T02:53:56.427Z Running `rustc --crate-name installinator --edition=2021 installinator/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=2 -C metadata=bfba62c8c643451d -C extra-filename=-bfba62c8c643451d --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-5994f6b5c293cae8.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-9dd1362437d01057.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-25a189cefda8317e.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-f7bc6c6fec7ff832.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e39ed15bdff1d269.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-3d8e288e1a900f74.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-9e9374cd9dc7ba32.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-46994b54febaf76a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-49a459f4335048f1.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-11c1c3083a27843c.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-635e28a7d213ddf0.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-3a44244010721358.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-509897c2f2e51f57.rlib --extern installinator_artifact_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifact_client-543aa068bcd03ece.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-a1c013a4899ede9f.rlib --extern ipcc_key_value=/work/oxidecomputer/omicron/target/debug/deps/libipcc_key_value-c5f5773c15660c99.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-2d3118965e82afb4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2090c653edce75b4.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-387b4834159e45ee.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-04d39977cadac015.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5dd698f76fca519f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-8eb9b2d8b171c9a9.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-8077e4fa1adc5792.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-d17ae93f1c55387c.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-1b8afb7b93a02752.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-2d244d2343cb7128.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-fd0de55e0739c963.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-8ffba502cf0d3b10.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b122fed81b2a5729.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e3bc36a7db76edcf.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-6995745265fcafb7.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-2ae955823df6503d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d1a0abc5ade2db54.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-194683ec6123397c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-c1916581d1161ee7/out`
34022023-05-03T02:53:58.842Z Running `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=2 -C metadata=e6f305c21ba806d3 -C extra-filename=-e6f305c21ba806d3 --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-5994f6b5c293cae8.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-9dd1362437d01057.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e9589e46c4d3b8f3.rlib --extern bincode=/work/oxidecomputer/omicron/target/debug/deps/libbincode-b718d6c0e5f210a4.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-dee3bda026a558fa.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-f7bc6c6fec7ff832.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3236f5900b9f1a09.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-f6168ac296c7f258.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-3d8e288e1a900f74.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-df3d045484a26828.rlib --extern crucible_client_types=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_client_types-77834e956fe1f6b3.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-9e9374cd9dc7ba32.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-23f1c3da6e6085a9.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-f10b8704e5b665bb.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-084b7895273c3dbc.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-702ba74a832d38ed.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-45d12ebe84bc045a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-49a459f4335048f1.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-3a44244010721358.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-1a0506d14c737134.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e1fe41af298a8d63.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-2d3118965e82afb4.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-2e9dd16a776ae489.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-7027bc0f646df6d2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2090c653edce75b4.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-dac7c2241822d49c.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-387b4834159e45ee.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-1dcfbae5186a49b1.rlib --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-de5dfd217a2f739c.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-054a57342e2123af.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-345b72dfe0673fb2.rlib --extern p256=/work/oxidecomputer/omicron/target/debug/deps/libp256-cfa06778e1ce7491.rlib --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-3cfcb279e7e3d47d.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-e75c9e72764aea93.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-d1a35141d3ef844b.rlib --extern propolis_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_server-6c4db1477f9df1ff.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-95f5a12fb301f6d6.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5dd698f76fca519f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-03bbb2d6bf1b8aa4.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f346377b38f560a6.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-8eb9b2d8b171c9a9.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-72173ad921688e6f.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-cebe9133fcc629a6.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-8077e4fa1adc5792.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-d17ae93f1c55387c.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-57298e5f1ebf3e7d.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-8ffba502cf0d3b10.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-628e550fa62a6e65.rlib --extern sprockets_common=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_common-4a07cc9565fa3465.rlib --extern sprockets_host=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_host-29e9ae72c9b3cf7e.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-356e877be1ba58fe.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-51e70bcbfc9433e9.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b122fed81b2a5729.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-f60d5d740d1e40cf.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e3bc36a7db76edcf.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-07db4924d0e08dfd.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-6995745265fcafb7.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d1a0abc5ade2db54.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-585eb45d668dcf0d.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-b3eaa8d8af7a1c4b.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-194683ec6123397c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-c1916581d1161ee7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4163f285e5da14b3/out/lib`
34032023-05-03T02:54:18.566Z Running `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=2 --test -C metadata=22e99282695a7c4c -C extra-filename=-22e99282695a7c4c --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-e252e3603299df68.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-6cea7b82fc2c156e.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-9dd1362437d01057.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-22d534c80d7f8257.rlib --extern bincode=/work/oxidecomputer/omicron/target/debug/deps/libbincode-ce2588f53a8f1a03.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-a4bf3a1b4844c374.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5d6079816e523e86.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-04f30b2fb38eaf49.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-32820d6515860c0f.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-7dc0d22d892e6145.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-8491eeb81916aca1.rlib --extern crucible_client_types=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_client_types-4c12eb3beae536b8.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-b64820d5f0a60ebb.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-8a05273ce54c14b2.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-a729db707b8ebd77.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-22e212e25944101a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-bb405797b454acb7.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-6556007a14b4ae03.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-ed8a1c6733cfabde.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7b78a4e9c695d3a0.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-593a43af3ae7d8a4.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-7585156776fb4ad8.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-318ff220679aa475.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-62b0bc28764ccb6d.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-2fcd511091ec8030.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-45abe64e6bdf385a.rlib --extern mockall=/work/oxidecomputer/omicron/target/debug/deps/libmockall-54ff2abbb6c41705.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-31dcb3e63aa51c9a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7f67b38d80252182.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-3f2d39fb2c9a718d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-783a4721a715512c.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-163217bf2304842d.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-86243cda88014f9c.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-232027aad4e287f3.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-75623d5a694c3f37.rlib --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-7f71d7a6fecdd282.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-ecbcea7ea3475063.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-5726622b2eda91b0.rlib --extern p256=/work/oxidecomputer/omicron/target/debug/deps/libp256-f0868abcc530c96e.rlib --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-26d0fb26396a5e09.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-7bcf5ce61490d367.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-0ece2b8dfa70f2e3.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-054855d80e4c98f7.rlib --extern propolis_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_server-a4c6c6dc3f2b8ee0.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-83008e00ec653611.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-cbf5d867b487f4f6.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-60544344d4d0804a.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f99b5342d7e26ab1.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-9d729fa31918ec84.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-940b0a5541759ffe.rlib --extern serial_test=/work/oxidecomputer/omicron/target/debug/deps/libserial_test-d56e0780d31810c1.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-4e6a129eb36cd63f.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-b9267524051a9daa.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-608da47a6c0e709c.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-a8d47fc05b25faaf.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-fbcb9716188a1ce5.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b94bcba36065eae9.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-6f3ac8018ed00223.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-b9312f0219c9122a.rlib --extern sprockets_common=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_common-be4065d134483539.rlib --extern sprockets_host=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_host-9bd4db951052b052.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-997d6fb5225709f2.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-d05cb0890626588c.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-9e43cd504d5e9604.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-6f624496ed77b6b0.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-656118cc45edbdfd.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b00445e5c4984cd2.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-baca43dc2d70b5ca.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5e80fb21cb0c93db.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-88178d7c063e03bd.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-f3aee10e148703ff.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-18a46f0d22fadc5d.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-194683ec6123397c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-c1916581d1161ee7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4163f285e5da14b3/out/lib`
34042023-05-03T02:54:48.332Z Running `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=2 -C metadata=60939b528d50b04e -C extra-filename=-60939b528d50b04e --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-5994f6b5c293cae8.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-9dd1362437d01057.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e9589e46c4d3b8f3.rlib --extern bincode=/work/oxidecomputer/omicron/target/debug/deps/libbincode-b718d6c0e5f210a4.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-dee3bda026a558fa.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-f7bc6c6fec7ff832.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3236f5900b9f1a09.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-f6168ac296c7f258.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-3d8e288e1a900f74.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-df3d045484a26828.rlib --extern crucible_client_types=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_client_types-77834e956fe1f6b3.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-9e9374cd9dc7ba32.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-23f1c3da6e6085a9.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-f10b8704e5b665bb.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-084b7895273c3dbc.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-702ba74a832d38ed.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-45d12ebe84bc045a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-49a459f4335048f1.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-3a44244010721358.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-1a0506d14c737134.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e1fe41af298a8d63.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-2d3118965e82afb4.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-2e9dd16a776ae489.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-7027bc0f646df6d2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2090c653edce75b4.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-dac7c2241822d49c.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-387b4834159e45ee.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-1dcfbae5186a49b1.rlib --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-de5dfd217a2f739c.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-054a57342e2123af.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-345b72dfe0673fb2.rlib --extern p256=/work/oxidecomputer/omicron/target/debug/deps/libp256-cfa06778e1ce7491.rlib --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-3cfcb279e7e3d47d.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-e75c9e72764aea93.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-d1a35141d3ef844b.rlib --extern propolis_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_server-6c4db1477f9df1ff.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-95f5a12fb301f6d6.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5dd698f76fca519f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-03bbb2d6bf1b8aa4.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f346377b38f560a6.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-8eb9b2d8b171c9a9.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-72173ad921688e6f.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-cebe9133fcc629a6.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-8077e4fa1adc5792.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-d17ae93f1c55387c.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-57298e5f1ebf3e7d.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-8ffba502cf0d3b10.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-628e550fa62a6e65.rlib --extern sprockets_common=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_common-4a07cc9565fa3465.rlib --extern sprockets_host=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_host-29e9ae72c9b3cf7e.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-356e877be1ba58fe.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-51e70bcbfc9433e9.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b122fed81b2a5729.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-f60d5d740d1e40cf.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e3bc36a7db76edcf.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-07db4924d0e08dfd.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-6995745265fcafb7.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d1a0abc5ade2db54.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-585eb45d668dcf0d.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-b3eaa8d8af7a1c4b.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-194683ec6123397c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-c1916581d1161ee7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4163f285e5da14b3/out/lib`
34052023-05-03T02:55:02.360Z Running `rustc --crate-name thing_flinger --edition=2021 deploy/src/bin/thing-flinger.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=2 -C metadata=9d9813e406191d80 -C extra-filename=-9d9813e406191d80 --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-5994f6b5c293cae8.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-3d8e288e1a900f74.rlib --extern crossbeam=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam-881067637b8ca31b.rlib --extern omicron_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_package-4e35255c1b0c309d.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-dac7c2241822d49c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-8eb9b2d8b171c9a9.rlib --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-c95b9f7bda17ba0d.so --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-628e550fa62a6e65.rlib --extern sprockets_rot=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_rot-86332697e3c0b6ca.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b122fed81b2a5729.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-6995745265fcafb7.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-194683ec6123397c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-c1916581d1161ee7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4163f285e5da14b3/out/lib`
34062023-05-03T02:55:03.766Z Running `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=2 --test -C metadata=5a6f2c16d726c903 -C extra-filename=-5a6f2c16d726c903 --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-e252e3603299df68.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-6cea7b82fc2c156e.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-1eaea6c9500a92e1.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-9dd1362437d01057.so --extern authz_macros=/work/oxidecomputer/omicron/target/debug/deps/libauthz_macros-beb2cab24301158f.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-22d534c80d7f8257.rlib --extern bb8=/work/oxidecomputer/omicron/target/debug/deps/libbb8-9b42e8c724a0820a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-32820d6515860c0f.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-7dc0d22d892e6145.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-e0a7d0b042fae0ec.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-4368945b58a5d866.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-8491eeb81916aca1.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-1aa7430eb2a7c53e.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-f908de5799e27a39.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-8a78df13d20d161b.rlib --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-2c2948b41eeb9d89.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-8a05273ce54c14b2.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-a729db707b8ebd77.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-22e212e25944101a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-bb405797b454acb7.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-6556007a14b4ae03.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-493b3323f6644d3c.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7b78a4e9c695d3a0.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-0fcffd7e4cb0e316.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-655e4d3d400b5f6c.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-593a43af3ae7d8a4.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-8e088d42221dbd2b.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-7bafaac42e9cbf8e.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-5a5f66f23c4afce8.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-318ff220679aa475.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-62b0bc28764ccb6d.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-2fcd511091ec8030.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-754126440583bf8d.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-45abe64e6bdf385a.rlib --extern mime_guess=/work/oxidecomputer/omicron/target/debug/deps/libmime_guess-4384cba95888b138.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-33a657a380225a64.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-0acf17a0ed8392cb.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-08c8c860b17402ce.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-e5f0f2e83bbd5cad.rlib --extern nexus_passwords=/work/oxidecomputer/omicron/target/debug/deps/libnexus_passwords-01bcd9e65691353a.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-31e6bcdef0f5c245.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-6bd47c357d2dde37.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-a7823773f9f09fa8.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e96be1cd5c41de3d.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-5c515c35e9fb63ce.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7f67b38d80252182.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-3f2d39fb2c9a718d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-783a4721a715512c.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-163217bf2304842d.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-86243cda88014f9c.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-232027aad4e287f3.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-0baef24d3ad1757b.rlib --extern openssl_probe=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_probe-2da14cf7ed816f8e.rlib --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-056c3266de83f973.rlib --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-265065d513e4624b.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-ecbcea7ea3475063.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-ec4239c897a05e14.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-2c467c125a960759.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-ff17ac0dfaff74f7.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-5726622b2eda91b0.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-7a83e6269ec330ba.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-e128a85526f2d403.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-1b5c7dc73b7acf7b.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-9886d8f16d24129f.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-85415ae6ec2a7f7f.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-054855d80e4c98f7.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-83008e00ec653611.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-6107f05503fdbc21.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-3cd40aaab93fead3.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-9544c2a73650ad75.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-cbf5d867b487f4f6.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-48cef5dadd3b79b2.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-a9ad89985b57c363.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-6b83b946082d83da.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-60544344d4d0804a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-9d729fa31918ec84.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-940b0a5541759ffe.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-8e61de94ee7afc12.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-6a79f340c2975f76.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-4e6a129eb36cd63f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-608da47a6c0e709c.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-fbcb9716188a1ce5.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-e65022bd164ddc57.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-cd3c6430518fdfe1.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-997d6fb5225709f2.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-9e43cd504d5e9604.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-72a619a7975ce97e.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-6f624496ed77b6b0.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b00445e5c4984cd2.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-3248efa56a00d004.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-baca43dc2d70b5ca.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5e80fb21cb0c93db.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-4b89ef9c0f5a704a.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-a646ef7eb66ccb00.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-265f476839655f3b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-88178d7c063e03bd.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-194683ec6123397c/out -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-c1916581d1161ee7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4163f285e5da14b3/out/lib`
34072023-05-03T02:55:06.958Z Running `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=2 --test -C metadata=0ec95306ae03382b -C extra-filename=-0ec95306ae03382b --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-e252e3603299df68.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-9dd1362437d01057.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-3729f688f548d703.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5d6079816e523e86.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9326280126410a1c.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-f6ff1edbc4ad80e5.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-7dc0d22d892e6145.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-05f1e84adf1821ba.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-5b8e877e059c1e2f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-bb405797b454acb7.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-6556007a14b4ae03.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-ed8a1c6733cfabde.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-8d6b90ccbad5b82f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7b78a4e9c695d3a0.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-f9a6478b1cabf93a.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-d7f59ceaa6750a70.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-d3fd80b79076620c.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-655e4d3d400b5f6c.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-593a43af3ae7d8a4.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-7bafaac42e9cbf8e.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-7234fa9be654ff93.rlib --extern installinator_artifact_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifact_client-c7dd87d65172a428.rlib --extern installinator_artifactd=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifactd-603b43c0e2c53b1b.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-8f0b36b2435be540.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7f67b38d80252182.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-783a4721a715512c.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-86243cda88014f9c.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-232027aad4e287f3.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-83008e00ec653611.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-cbf5d867b487f4f6.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-60544344d4d0804a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-9d729fa31918ec84.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-940b0a5541759ffe.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-cd1923fe624dbf83.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-b9267524051a9daa.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-608da47a6c0e709c.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-fbcb9716188a1ce5.rlib --extern snafu=/work/oxidecomputer/omicron/target/debug/deps/libsnafu-65d08b1b32d7c826.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-997d6fb5225709f2.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-d05cb0890626588c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-6f624496ed77b6b0.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b00445e5c4984cd2.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-fcbee888d5d05d89.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5e80fb21cb0c93db.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-4b89ef9c0f5a704a.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-e8cc457fcf931147.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-7526449b07d43d0b.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-c4d15734bd87b768.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-88178d7c063e03bd.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-70cf954c3531ca50.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-d0f9277436d8c7f2.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-194683ec6123397c/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4163f285e5da14b3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-c1916581d1161ee7/out`
34082023-05-03T02:55:21.016Z Running `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=2 --test -C metadata=ba9765c90fdbc5e7 -C extra-filename=-ba9765c90fdbc5e7 --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-e252e3603299df68.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-9dd1362437d01057.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-3729f688f548d703.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5d6079816e523e86.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9326280126410a1c.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-f6ff1edbc4ad80e5.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-7dc0d22d892e6145.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-05f1e84adf1821ba.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-5b8e877e059c1e2f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-bb405797b454acb7.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-6556007a14b4ae03.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-ed8a1c6733cfabde.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-8d6b90ccbad5b82f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7b78a4e9c695d3a0.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-f9a6478b1cabf93a.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-d7f59ceaa6750a70.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-d3fd80b79076620c.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-655e4d3d400b5f6c.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-593a43af3ae7d8a4.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-7bafaac42e9cbf8e.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-7234fa9be654ff93.rlib --extern installinator_artifact_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifact_client-c7dd87d65172a428.rlib --extern installinator_artifactd=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifactd-603b43c0e2c53b1b.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-8f0b36b2435be540.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7f67b38d80252182.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-783a4721a715512c.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-86243cda88014f9c.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-232027aad4e287f3.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-83008e00ec653611.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-cbf5d867b487f4f6.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-60544344d4d0804a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-9d729fa31918ec84.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-940b0a5541759ffe.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-cd1923fe624dbf83.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-b9267524051a9daa.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-608da47a6c0e709c.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-fbcb9716188a1ce5.rlib --extern snafu=/work/oxidecomputer/omicron/target/debug/deps/libsnafu-65d08b1b32d7c826.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-997d6fb5225709f2.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-d05cb0890626588c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-6f624496ed77b6b0.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b00445e5c4984cd2.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-fcbee888d5d05d89.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5e80fb21cb0c93db.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-4b89ef9c0f5a704a.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-e8cc457fcf931147.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-7526449b07d43d0b.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-c4d15734bd87b768.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-88178d7c063e03bd.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-70cf954c3531ca50.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-d0f9277436d8c7f2.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-194683ec6123397c/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4163f285e5da14b3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-c1916581d1161ee7/out`
34092023-05-03T02:55:25.667Z Running `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=2 -C metadata=acedc4af3347e6db -C extra-filename=-acedc4af3347e6db --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-5994f6b5c293cae8.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-9dd1362437d01057.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-25a189cefda8317e.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-f7bc6c6fec7ff832.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e39ed15bdff1d269.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-88effcea09493efc.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-3d8e288e1a900f74.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-1bad44e5f7703239.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-46994b54febaf76a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-702ba74a832d38ed.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-49a459f4335048f1.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-f13c23a01c7ddcaf.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-e0f900f8db507d9c.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-11c1c3083a27843c.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-635e28a7d213ddf0.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-c12dd9ffd01f62f2.rlib --extern installinator_artifactd=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifactd-8d917f13fe40d0a6.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-a1c013a4899ede9f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2090c653edce75b4.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5dd698f76fca519f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-03bbb2d6bf1b8aa4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-8eb9b2d8b171c9a9.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-72173ad921688e6f.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-b0c9c2f2327a907e.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-8077e4fa1adc5792.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-d17ae93f1c55387c.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-57298e5f1ebf3e7d.rlib --extern snafu=/work/oxidecomputer/omicron/target/debug/deps/libsnafu-bd5cc9322532a3f8.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b122fed81b2a5729.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e3bc36a7db76edcf.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-04ddee21d8433df5.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-6995745265fcafb7.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-278f16edac4a6b58.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-2ec7ed2c159564b6.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-2ae955823df6503d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d1a0abc5ade2db54.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-d84557723b3f2322.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-194683ec6123397c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-c1916581d1161ee7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4163f285e5da14b3/out/lib`
34102023-05-03T02:56:03.256Z Running `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=2 --test -C metadata=ead7ca34bc46bd26 -C extra-filename=-ead7ca34bc46bd26 --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-e252e3603299df68.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-6cea7b82fc2c156e.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-9dd1362437d01057.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-22d534c80d7f8257.rlib --extern bincode=/work/oxidecomputer/omicron/target/debug/deps/libbincode-ce2588f53a8f1a03.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-a4bf3a1b4844c374.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5d6079816e523e86.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-04f30b2fb38eaf49.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-32820d6515860c0f.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-7dc0d22d892e6145.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-8491eeb81916aca1.rlib --extern crucible_client_types=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_client_types-4c12eb3beae536b8.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-b64820d5f0a60ebb.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-8a05273ce54c14b2.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-a729db707b8ebd77.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-22e212e25944101a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-bb405797b454acb7.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-6556007a14b4ae03.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-ed8a1c6733cfabde.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7b78a4e9c695d3a0.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-593a43af3ae7d8a4.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-7585156776fb4ad8.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-318ff220679aa475.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-62b0bc28764ccb6d.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-2fcd511091ec8030.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-45abe64e6bdf385a.rlib --extern mockall=/work/oxidecomputer/omicron/target/debug/deps/libmockall-54ff2abbb6c41705.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-31dcb3e63aa51c9a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7f67b38d80252182.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-3f2d39fb2c9a718d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-783a4721a715512c.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-163217bf2304842d.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-86243cda88014f9c.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-232027aad4e287f3.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-75623d5a694c3f37.rlib --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-7f71d7a6fecdd282.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-ecbcea7ea3475063.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-5726622b2eda91b0.rlib --extern p256=/work/oxidecomputer/omicron/target/debug/deps/libp256-f0868abcc530c96e.rlib --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-26d0fb26396a5e09.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-7bcf5ce61490d367.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-0ece2b8dfa70f2e3.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-054855d80e4c98f7.rlib --extern propolis_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_server-a4c6c6dc3f2b8ee0.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-83008e00ec653611.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-cbf5d867b487f4f6.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-60544344d4d0804a.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f99b5342d7e26ab1.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-9d729fa31918ec84.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-940b0a5541759ffe.rlib --extern serial_test=/work/oxidecomputer/omicron/target/debug/deps/libserial_test-d56e0780d31810c1.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-4e6a129eb36cd63f.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-b9267524051a9daa.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-608da47a6c0e709c.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-a8d47fc05b25faaf.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-fbcb9716188a1ce5.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b94bcba36065eae9.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-6f3ac8018ed00223.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-b9312f0219c9122a.rlib --extern sprockets_common=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_common-be4065d134483539.rlib --extern sprockets_host=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_host-9bd4db951052b052.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-997d6fb5225709f2.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-d05cb0890626588c.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-9e43cd504d5e9604.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-6f624496ed77b6b0.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-656118cc45edbdfd.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b00445e5c4984cd2.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-baca43dc2d70b5ca.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5e80fb21cb0c93db.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-88178d7c063e03bd.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-f3aee10e148703ff.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-18a46f0d22fadc5d.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-194683ec6123397c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-c1916581d1161ee7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4163f285e5da14b3/out/lib`
34112023-05-03T02:56:22.527Z Running `rustc --crate-name sled_agent_overlay_files --edition=2021 deploy/src/bin/sled-agent-overlay-files.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test -C metadata=9a73017042d10f22 -C extra-filename=-9a73017042d10f22 --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-e252e3603299df68.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-7dc0d22d892e6145.rlib --extern crossbeam=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam-40dbfd028e3bad7e.rlib --extern omicron_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_package-783012836e46acb0.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-3f2d39fb2c9a718d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-9d729fa31918ec84.rlib --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-c95b9f7bda17ba0d.so --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-b9312f0219c9122a.rlib --extern sprockets_rot=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_rot-58b8370b112d530d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-6f624496ed77b6b0.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5e80fb21cb0c93db.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-194683ec6123397c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-c1916581d1161ee7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4163f285e5da14b3/out/lib`
34122023-05-03T02:56:44.554Z Running `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=2 --test -C metadata=d47e0e1782f0e276 -C extra-filename=-d47e0e1782f0e276 --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-e252e3603299df68.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-7dc0d22d892e6145.rlib --extern crossbeam=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam-40dbfd028e3bad7e.rlib --extern omicron_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_package-783012836e46acb0.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-3f2d39fb2c9a718d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-9d729fa31918ec84.rlib --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-c95b9f7bda17ba0d.so --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-b9312f0219c9122a.rlib --extern sprockets_rot=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_rot-58b8370b112d530d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-6f624496ed77b6b0.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5e80fb21cb0c93db.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-194683ec6123397c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-c1916581d1161ee7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4163f285e5da14b3/out/lib`
34132023-05-03T02:56:53.371Z Running `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=2 --test -C metadata=3c50fd4a105691d9 -C extra-filename=-3c50fd4a105691d9 --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-e252e3603299df68.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-6cea7b82fc2c156e.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-9dd1362437d01057.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-22d534c80d7f8257.rlib --extern bincode=/work/oxidecomputer/omicron/target/debug/deps/libbincode-ce2588f53a8f1a03.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-a4bf3a1b4844c374.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5d6079816e523e86.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-04f30b2fb38eaf49.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-32820d6515860c0f.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-7dc0d22d892e6145.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-8491eeb81916aca1.rlib --extern crucible_client_types=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_client_types-4c12eb3beae536b8.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-b64820d5f0a60ebb.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-8a05273ce54c14b2.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-a729db707b8ebd77.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-22e212e25944101a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-bb405797b454acb7.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-6556007a14b4ae03.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-ed8a1c6733cfabde.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7b78a4e9c695d3a0.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-593a43af3ae7d8a4.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-7585156776fb4ad8.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-318ff220679aa475.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-62b0bc28764ccb6d.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-2fcd511091ec8030.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-45abe64e6bdf385a.rlib --extern mockall=/work/oxidecomputer/omicron/target/debug/deps/libmockall-54ff2abbb6c41705.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-31dcb3e63aa51c9a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7f67b38d80252182.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-3f2d39fb2c9a718d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-783a4721a715512c.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-163217bf2304842d.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-86243cda88014f9c.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-232027aad4e287f3.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-75623d5a694c3f37.rlib --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-7f71d7a6fecdd282.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-ecbcea7ea3475063.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-5726622b2eda91b0.rlib --extern p256=/work/oxidecomputer/omicron/target/debug/deps/libp256-f0868abcc530c96e.rlib --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-26d0fb26396a5e09.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-7bcf5ce61490d367.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-0ece2b8dfa70f2e3.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-054855d80e4c98f7.rlib --extern propolis_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_server-a4c6c6dc3f2b8ee0.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-83008e00ec653611.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-cbf5d867b487f4f6.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-60544344d4d0804a.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f99b5342d7e26ab1.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-9d729fa31918ec84.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-940b0a5541759ffe.rlib --extern serial_test=/work/oxidecomputer/omicron/target/debug/deps/libserial_test-d56e0780d31810c1.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-4e6a129eb36cd63f.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-b9267524051a9daa.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-608da47a6c0e709c.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-a8d47fc05b25faaf.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-fbcb9716188a1ce5.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b94bcba36065eae9.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-6f3ac8018ed00223.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-b9312f0219c9122a.rlib --extern sprockets_common=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_common-be4065d134483539.rlib --extern sprockets_host=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_host-9bd4db951052b052.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-997d6fb5225709f2.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-d05cb0890626588c.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-9e43cd504d5e9604.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-6f624496ed77b6b0.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-656118cc45edbdfd.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b00445e5c4984cd2.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-baca43dc2d70b5ca.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5e80fb21cb0c93db.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-88178d7c063e03bd.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-f3aee10e148703ff.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-18a46f0d22fadc5d.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-194683ec6123397c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-c1916581d1161ee7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4163f285e5da14b3/out/lib`
34142023-05-03T02:56:56.229Z Running `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 --crate-type bin --emit=dep-info,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 -C metadata=bfb0d04855ca1b97 -C extra-filename=-bfb0d04855ca1b97 --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-5994f6b5c293cae8.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-f7bc6c6fec7ff832.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e39ed15bdff1d269.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-db3c92eaf3af17d9.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-3d8e288e1a900f74.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-03cf9437e6ff65e3.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-3cf847acdd32ae68.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-8eb9b2d8b171c9a9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-d17ae93f1c55387c.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-1b8afb7b93a02752.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-2d244d2343cb7128.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-fd0de55e0739c963.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e3bc36a7db76edcf.rlib --extern tui=/work/oxidecomputer/omicron/target/debug/deps/libtui-f68f0373b07fd633.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-808cf08ec5e6f09b.rlib --extern wicket_dbg=/work/oxidecomputer/omicron/target/debug/deps/libwicket_dbg-870b2861c37cd8b0.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-194683ec6123397c/out`
34152023-05-03T02:56:59.313Z Running `rustc --crate-name wicket_dbg --edition=2021 wicket-dbg/src/bin/wicket-dbg.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=2 -C metadata=dcfeb225f8e43b8d -C extra-filename=-dcfeb225f8e43b8d --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-5994f6b5c293cae8.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-f7bc6c6fec7ff832.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e39ed15bdff1d269.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-db3c92eaf3af17d9.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-3d8e288e1a900f74.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-03cf9437e6ff65e3.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-3cf847acdd32ae68.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-8eb9b2d8b171c9a9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-d17ae93f1c55387c.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-1b8afb7b93a02752.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-2d244d2343cb7128.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-fd0de55e0739c963.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e3bc36a7db76edcf.rlib --extern tui=/work/oxidecomputer/omicron/target/debug/deps/libtui-f68f0373b07fd633.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-808cf08ec5e6f09b.rlib --extern wicket_dbg=/work/oxidecomputer/omicron/target/debug/deps/libwicket_dbg-870b2861c37cd8b0.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-194683ec6123397c/out`
34162023-05-03T02:57:00.113Z Running `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=2 --test -C metadata=e1c104a0b820c814 -C extra-filename=-e1c104a0b820c814 --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-e252e3603299df68.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-7dc0d22d892e6145.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-6556007a14b4ae03.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7b78a4e9c695d3a0.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-655e4d3d400b5f6c.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-7585156776fb4ad8.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-13469307ff7d6e16.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7f67b38d80252182.rlib --extern omicron_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_package-783012836e46acb0.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-e226cc91b2f1c9a7.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-9886d8f16d24129f.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-e87a72184a8aa4df.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-cbf5d867b487f4f6.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-48cef5dadd3b79b2.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f99b5342d7e26ab1.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-9d729fa31918ec84.rlib --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-c95b9f7bda17ba0d.so --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-b9267524051a9daa.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-608da47a6c0e709c.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-a8d47fc05b25faaf.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b94bcba36065eae9.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-6f3ac8018ed00223.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-cd3c6430518fdfe1.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-d05cb0890626588c.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-9e43cd504d5e9604.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-6f624496ed77b6b0.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b00445e5c4984cd2.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5e80fb21cb0c93db.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-202a6fc207fe77c3.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-194683ec6123397c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-c1916581d1161ee7/out`
34172023-05-03T02:57:08.438Z Running `rustc --crate-name omicron_package --edition=2021 package/src/bin/omicron-package.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=2 -C metadata=921d87935aa47c41 -C extra-filename=-921d87935aa47c41 --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-5994f6b5c293cae8.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-3d8e288e1a900f74.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-49a459f4335048f1.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-11c1c3083a27843c.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-3a44244010721358.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-b8d4c28a4635406e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2090c653edce75b4.rlib --extern omicron_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_package-4e35255c1b0c309d.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-5eb98ccbba64af58.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-3ac7cc751d756415.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-e200369c460b03b3.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5dd698f76fca519f.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-efeeea6aa09c2109.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f346377b38f560a6.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-8eb9b2d8b171c9a9.rlib --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-c95b9f7bda17ba0d.so --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-8077e4fa1adc5792.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-d17ae93f1c55387c.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-1b8afb7b93a02752.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-fd0de55e0739c963.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-8ffba502cf0d3b10.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2d30083c4375276e.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-356e877be1ba58fe.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-51e70bcbfc9433e9.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b122fed81b2a5729.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e3bc36a7db76edcf.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-6995745265fcafb7.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-270ed0757f10b542.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-194683ec6123397c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-c1916581d1161ee7/out`
34182023-05-03T02:57:38.752Z Running `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=2 --test -C metadata=a40309c85ba2f5e9 -C extra-filename=-a40309c85ba2f5e9 --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-e252e3603299df68.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-7fa0c8ba8a6c99c5.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9326280126410a1c.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-32820d6515860c0f.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-7dc0d22d892e6145.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-ad59f8dd0297688e.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-777e670d0bdf02fd.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-8d6b90ccbad5b82f.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-8ab7e928d8828552.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7f67b38d80252182.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-783a4721a715512c.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-37d399784d388e6d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-608da47a6c0e709c.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-a8d47fc05b25faaf.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-a72ba22004bc1b3e.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b94bcba36065eae9.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-9e43cd504d5e9604.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-e8cc457fcf931147.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-7526449b07d43d0b.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-194683ec6123397c/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4163f285e5da14b3/out/lib`
34192023-05-03T02:57:42.631Z Running `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=2 --cfg test -C metadata=77ff087fb7b0c24c -C extra-filename=-77ff087fb7b0c24c --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-e252e3603299df68.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-7fa0c8ba8a6c99c5.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9326280126410a1c.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-32820d6515860c0f.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-7dc0d22d892e6145.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-ad59f8dd0297688e.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-777e670d0bdf02fd.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-8d6b90ccbad5b82f.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-8ab7e928d8828552.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7f67b38d80252182.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-783a4721a715512c.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-37d399784d388e6d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-608da47a6c0e709c.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-a8d47fc05b25faaf.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-a72ba22004bc1b3e.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b94bcba36065eae9.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-9e43cd504d5e9604.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-e8cc457fcf931147.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-7526449b07d43d0b.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-194683ec6123397c/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4163f285e5da14b3/out/lib`
34202023-05-03T02:58:43.302Z Running `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=2 -C metadata=f991d973fdaac025 -C extra-filename=-f991d973fdaac025 --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-5994f6b5c293cae8.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e39ed15bdff1d269.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-f6168ac296c7f258.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-3d8e288e1a900f74.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-4218c96aa0acd6ab.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-aaa271444b5be4d7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2090c653edce75b4.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-d17ae93f1c55387c.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-1b8afb7b93a02752.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-2d244d2343cb7128.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-fd0de55e0739c963.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-55e822aefb39694e.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-2ec7ed2c159564b6.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-194683ec6123397c/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4163f285e5da14b3/out/lib`
34212023-05-03T02:58:43.321Z Running `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=2 --test -C metadata=3395a2b09a62e892 -C extra-filename=-3395a2b09a62e892 --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-e252e3603299df68.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-9dd1362437d01057.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-3729f688f548d703.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5d6079816e523e86.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9326280126410a1c.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-7dc0d22d892e6145.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-b64820d5f0a60ebb.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-5b8e877e059c1e2f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7b78a4e9c695d3a0.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-655e4d3d400b5f6c.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-477bb631f28ebe72.so --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-593a43af3ae7d8a4.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-7585156776fb4ad8.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-7234fa9be654ff93.rlib --extern installinator_artifact_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifact_client-c7dd87d65172a428.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-8f0b36b2435be540.rlib --extern ipcc_key_value=/work/oxidecomputer/omicron/target/debug/deps/libipcc_key_value-63d7d3687e896a83.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-2fcd511091ec8030.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7f67b38d80252182.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-783a4721a715512c.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-163217bf2304842d.rlib --extern partial_io=/work/oxidecomputer/omicron/target/debug/deps/libpartial_io-d602de6d1e66b314.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-a0f37d9715daf817.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-50228240c84c41f7.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-cbf5d867b487f4f6.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-9d729fa31918ec84.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-b9267524051a9daa.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-608da47a6c0e709c.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-a8d47fc05b25faaf.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-a72ba22004bc1b3e.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b94bcba36065eae9.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-6f3ac8018ed00223.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-9e43cd504d5e9604.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-c858a607e9f70d9d.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-6f624496ed77b6b0.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b00445e5c4984cd2.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-fcbee888d5d05d89.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5e80fb21cb0c93db.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-c4d15734bd87b768.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-88178d7c063e03bd.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-194683ec6123397c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-c1916581d1161ee7/out`
34222023-05-03T02:58:49.021Z Running `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=2 --test -C metadata=7427db963aaeeb70 -C extra-filename=-7427db963aaeeb70 --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-e252e3603299df68.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-9dd1362437d01057.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-3729f688f548d703.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5d6079816e523e86.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9326280126410a1c.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-f6ff1edbc4ad80e5.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-7dc0d22d892e6145.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-05f1e84adf1821ba.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-5b8e877e059c1e2f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-bb405797b454acb7.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-6556007a14b4ae03.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-ed8a1c6733cfabde.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-8d6b90ccbad5b82f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7b78a4e9c695d3a0.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-f9a6478b1cabf93a.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-d7f59ceaa6750a70.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-d3fd80b79076620c.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-655e4d3d400b5f6c.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-593a43af3ae7d8a4.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-7bafaac42e9cbf8e.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-7234fa9be654ff93.rlib --extern installinator_artifact_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifact_client-c7dd87d65172a428.rlib --extern installinator_artifactd=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifactd-603b43c0e2c53b1b.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-8f0b36b2435be540.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7f67b38d80252182.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-783a4721a715512c.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-86243cda88014f9c.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-232027aad4e287f3.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-83008e00ec653611.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-cbf5d867b487f4f6.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-60544344d4d0804a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-9d729fa31918ec84.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-940b0a5541759ffe.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-cd1923fe624dbf83.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-b9267524051a9daa.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-608da47a6c0e709c.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-fbcb9716188a1ce5.rlib --extern snafu=/work/oxidecomputer/omicron/target/debug/deps/libsnafu-65d08b1b32d7c826.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-997d6fb5225709f2.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-d05cb0890626588c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-6f624496ed77b6b0.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b00445e5c4984cd2.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-fcbee888d5d05d89.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5e80fb21cb0c93db.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-4b89ef9c0f5a704a.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-e8cc457fcf931147.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-7526449b07d43d0b.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-c4d15734bd87b768.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-88178d7c063e03bd.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-d0f9277436d8c7f2.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-194683ec6123397c/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4163f285e5da14b3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-c1916581d1161ee7/out`
34232023-05-03T02:58:54.937Z Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
34242023-05-03T02:58:54.942Z Running `rustc --crate-name gateway_cli --edition=2021 gateway-cli/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=2 -C metadata=15ce80fb4d8d8213 -C extra-filename=-15ce80fb4d8d8213 --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-5994f6b5c293cae8.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-3d8e288e1a900f74.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-49a459f4335048f1.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-f13c23a01c7ddcaf.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-11c1c3083a27843c.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-8ace6616485d65e0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2090c653edce75b4.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5dd698f76fca519f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-8eb9b2d8b171c9a9.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-72173ad921688e6f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-d17ae93f1c55387c.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-1b8afb7b93a02752.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-fd0de55e0739c963.rlib --extern termios=/work/oxidecomputer/omicron/target/debug/deps/libtermios-5e90d7dc5c463398.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e3bc36a7db76edcf.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-07db4924d0e08dfd.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d1a0abc5ade2db54.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-194683ec6123397c/out`
34252023-05-03T02:59:03.394Z Running `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=2 --test -C metadata=7a7c9efd99a606cf -C extra-filename=-7a7c9efd99a606cf --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-e252e3603299df68.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-7dc0d22d892e6145.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7b78a4e9c695d3a0.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-f9a6478b1cabf93a.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-655e4d3d400b5f6c.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-3b4ca36201d98b6d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7f67b38d80252182.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-cbf5d867b487f4f6.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-9d729fa31918ec84.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-940b0a5541759ffe.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-608da47a6c0e709c.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-a8d47fc05b25faaf.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b94bcba36065eae9.rlib --extern termios=/work/oxidecomputer/omicron/target/debug/deps/libtermios-c572424b5af836d9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b00445e5c4984cd2.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-baca43dc2d70b5ca.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-88178d7c063e03bd.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-194683ec6123397c/out`
34262023-05-03T02:59:20.513Z Running `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 panic=abort -C embed-bitcode=no -C debuginfo=2 -C metadata=c9843fcffa3c5bb8 -C extra-filename=-c9843fcffa3c5bb8 --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-5994f6b5c293cae8.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-25a189cefda8317e.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-f7bc6c6fec7ff832.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e39ed15bdff1d269.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-88effcea09493efc.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-1bad44e5f7703239.rlib --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-82319ab146e13ff5.so --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-d5e4be820dfbcfe9.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-49a459f4335048f1.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-74f6f470d278de54.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-b8d4c28a4635406e.rlib --extern linear_map=/work/oxidecomputer/omicron/target/debug/deps/liblinear_map-edd31b7d66114382.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-352069586e9acee5.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-1ca2bbfeb7a6f7fd.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-3ac7cc751d756415.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-03bbb2d6bf1b8aa4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-8eb9b2d8b171c9a9.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-72173ad921688e6f.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-607487ef4f11f8b3.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-d17ae93f1c55387c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e3bc36a7db76edcf.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-04ddee21d8433df5.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-2ae955823df6503d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d1a0abc5ade2db54.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-194683ec6123397c/out`
34272023-05-03T02:59:25.097Z Running `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 panic=abort -C embed-bitcode=no -C debuginfo=2 -C metadata=e6f9e518fd2ff36b -C extra-filename=-e6f9e518fd2ff36b --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-e39ed15bdff1d269.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-702ba74a832d38ed.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-e0f900f8db507d9c.rmeta --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-7afe5382f3797a22.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-352069586e9acee5.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-d17ae93f1c55387c.rmeta --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-628e550fa62a6e65.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e3bc36a7db76edcf.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d1a0abc5ade2db54.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-194683ec6123397c/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4163f285e5da14b3/out/lib`
34282023-05-03T02:59:34.346Z Running `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=2 --test -C metadata=37281282726d2adc -C extra-filename=-37281282726d2adc --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-e252e3603299df68.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-7fa0c8ba8a6c99c5.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-3729f688f548d703.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9326280126410a1c.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-9baf74024ad4c4c7.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-7dc0d22d892e6145.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-dadcdffc6d4a7d62.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7b78a4e9c695d3a0.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-655e4d3d400b5f6c.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-8ab7e928d8828552.rlib --extern libsw=/work/oxidecomputer/omicron/target/debug/deps/liblibsw-2722e741ba25ffbd.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7f67b38d80252182.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-163217bf2304842d.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-50228240c84c41f7.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-cbf5d867b487f4f6.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f99b5342d7e26ab1.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-9d729fa31918ec84.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-940b0a5541759ffe.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-4c23517ed4fd4004.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-4e2799ae8338e70e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-608da47a6c0e709c.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-a8d47fc05b25faaf.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-a72ba22004bc1b3e.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b94bcba36065eae9.rlib --extern snafu=/work/oxidecomputer/omicron/target/debug/deps/libsnafu-65d08b1b32d7c826.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-d05cb0890626588c.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-9e43cd504d5e9604.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b00445e5c4984cd2.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-17e1fcb77c0e5746.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5e80fb21cb0c93db.rlib --extern tui=/work/oxidecomputer/omicron/target/debug/deps/libtui-628ee1fb6aec51b0.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-c511f6596ce9a9f1.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-3f3acb58ca7f51a0.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-d0f9277436d8c7f2.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-194683ec6123397c/out`
34292023-05-03T02:59:37.451Z Running `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=2 -C metadata=033189d688fc256f -C extra-filename=-033189d688fc256f --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-5994f6b5c293cae8.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-25a189cefda8317e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e39ed15bdff1d269.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-db3c92eaf3af17d9.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-3d8e288e1a900f74.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-03cf9437e6ff65e3.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-49a459f4335048f1.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-11c1c3083a27843c.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-aaa271444b5be4d7.rlib --extern libsw=/work/oxidecomputer/omicron/target/debug/deps/liblibsw-188092c4ba6f30dd.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2090c653edce75b4.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-387b4834159e45ee.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5dd698f76fca519f.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f346377b38f560a6.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-8eb9b2d8b171c9a9.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-72173ad921688e6f.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-e407aa4fd57350fe.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-296004209257e986.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-d17ae93f1c55387c.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-1b8afb7b93a02752.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-2d244d2343cb7128.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-fd0de55e0739c963.rlib --extern snafu=/work/oxidecomputer/omicron/target/debug/deps/libsnafu-bd5cc9322532a3f8.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-356e877be1ba58fe.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e3bc36a7db76edcf.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-777aa92c00e55f4b.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-6995745265fcafb7.rlib --extern tui=/work/oxidecomputer/omicron/target/debug/deps/libtui-f68f0373b07fd633.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-9ddb40a452867655.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-808cf08ec5e6f09b.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-c3f1afb1364c60c2.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-194683ec6123397c/out`
34302023-05-03T02:59:42.821Z Running `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=2 --test -C metadata=18b77882fb878327 -C extra-filename=-18b77882fb878327 --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-7dc0d22d892e6145.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-bb405797b454acb7.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-6556007a14b4ae03.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7b78a4e9c695d3a0.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-318ff220679aa475.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-31dcb3e63aa51c9a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7f67b38d80252182.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-783a4721a715512c.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-86243cda88014f9c.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-232027aad4e287f3.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-ecbcea7ea3475063.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-b7f167160d3cd23a.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-2c467c125a960759.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-cbf5d867b487f4f6.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-9d729fa31918ec84.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-940b0a5541759ffe.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-608da47a6c0e709c.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-fbcb9716188a1ce5.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-997d6fb5225709f2.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-6f624496ed77b6b0.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b00445e5c4984cd2.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5e80fb21cb0c93db.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-88178d7c063e03bd.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-194683ec6123397c/out`
34312023-05-03T02:59:52.105Z Running `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=2 -C metadata=1fb88d4dbc527dc5 -C extra-filename=-1fb88d4dbc527dc5 --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-3d8e288e1a900f74.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-702ba74a832d38ed.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-49a459f4335048f1.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-1a0506d14c737134.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-7027bc0f646df6d2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2090c653edce75b4.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-054a57342e2123af.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-c9af72c90cbfdced.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-6b1deb58dc7f16bd.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5dd698f76fca519f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-8eb9b2d8b171c9a9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-d17ae93f1c55387c.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-57298e5f1ebf3e7d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b122fed81b2a5729.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e3bc36a7db76edcf.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-6995745265fcafb7.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d1a0abc5ade2db54.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-194683ec6123397c/out`
34322023-05-03T02:59:55.659Z Running `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=2 --test -C metadata=95582e0e3e417178 -C extra-filename=-95582e0e3e417178 --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-e252e3603299df68.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-9dd1362437d01057.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9326280126410a1c.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-7dc0d22d892e6145.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-bb405797b454acb7.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-6556007a14b4ae03.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-7bafaac42e9cbf8e.rlib --extern installinator_artifactd=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifactd-603b43c0e2c53b1b.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-8f0b36b2435be540.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7f67b38d80252182.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-783a4721a715512c.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-86243cda88014f9c.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-232027aad4e287f3.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-60544344d4d0804a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-9d729fa31918ec84.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-940b0a5541759ffe.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-608da47a6c0e709c.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-997d6fb5225709f2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b00445e5c4984cd2.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-88178d7c063e03bd.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-194683ec6123397c/out`
34332023-05-03T03:00:08.322Z Running `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=2 --test -C metadata=d37852043a801203 -C extra-filename=-d37852043a801203 --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-e252e3603299df68.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-9dd1362437d01057.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9326280126410a1c.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-7dc0d22d892e6145.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-bb405797b454acb7.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-6556007a14b4ae03.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-7bafaac42e9cbf8e.rlib --extern installinator_artifactd=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifactd-603b43c0e2c53b1b.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-8f0b36b2435be540.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7f67b38d80252182.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-783a4721a715512c.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-86243cda88014f9c.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-232027aad4e287f3.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-60544344d4d0804a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-9d729fa31918ec84.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-940b0a5541759ffe.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-608da47a6c0e709c.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-997d6fb5225709f2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b00445e5c4984cd2.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-88178d7c063e03bd.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-194683ec6123397c/out`
34342023-05-03T03:00:12.556Z Running `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=2 -C metadata=a5de0084a59a5278 -C extra-filename=-a5de0084a59a5278 --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-5994f6b5c293cae8.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-9dd1362437d01057.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e39ed15bdff1d269.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-3d8e288e1a900f74.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-702ba74a832d38ed.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-c12dd9ffd01f62f2.rlib --extern installinator_artifactd=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifactd-8d917f13fe40d0a6.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-a1c013a4899ede9f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2090c653edce75b4.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-03bbb2d6bf1b8aa4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-8eb9b2d8b171c9a9.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-72173ad921688e6f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-d17ae93f1c55387c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e3bc36a7db76edcf.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d1a0abc5ade2db54.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-194683ec6123397c/out`
34352023-05-03T03:00:32.424Z Running `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=2 --test -C metadata=36d3b0a11fd5f214 -C extra-filename=-36d3b0a11fd5f214 --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-e252e3603299df68.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5d6079816e523e86.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9326280126410a1c.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-9baf74024ad4c4c7.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-7dc0d22d892e6145.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-dadcdffc6d4a7d62.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-a4566fbd5e0f5be2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-9d729fa31918ec84.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-608da47a6c0e709c.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-a8d47fc05b25faaf.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-a72ba22004bc1b3e.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b94bcba36065eae9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b00445e5c4984cd2.rlib --extern tui=/work/oxidecomputer/omicron/target/debug/deps/libtui-628ee1fb6aec51b0.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-3f3acb58ca7f51a0.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-194683ec6123397c/out`
34362023-05-03T03:00:39.518Z Running `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=2 --test -C metadata=6702275d5eab55ee -C extra-filename=-6702275d5eab55ee --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-e252e3603299df68.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-7fa0c8ba8a6c99c5.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-3729f688f548d703.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9326280126410a1c.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-9baf74024ad4c4c7.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-7dc0d22d892e6145.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-dadcdffc6d4a7d62.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7b78a4e9c695d3a0.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-655e4d3d400b5f6c.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-8ab7e928d8828552.rlib --extern libsw=/work/oxidecomputer/omicron/target/debug/deps/liblibsw-2722e741ba25ffbd.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7f67b38d80252182.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-163217bf2304842d.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-50228240c84c41f7.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-cbf5d867b487f4f6.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f99b5342d7e26ab1.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-9d729fa31918ec84.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-940b0a5541759ffe.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-4c23517ed4fd4004.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-4e2799ae8338e70e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-608da47a6c0e709c.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-a8d47fc05b25faaf.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-a72ba22004bc1b3e.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b94bcba36065eae9.rlib --extern snafu=/work/oxidecomputer/omicron/target/debug/deps/libsnafu-65d08b1b32d7c826.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-d05cb0890626588c.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-9e43cd504d5e9604.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b00445e5c4984cd2.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-17e1fcb77c0e5746.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5e80fb21cb0c93db.rlib --extern tui=/work/oxidecomputer/omicron/target/debug/deps/libtui-628ee1fb6aec51b0.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-c511f6596ce9a9f1.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-3f3acb58ca7f51a0.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-d0f9277436d8c7f2.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-194683ec6123397c/out`
34372023-05-03T03:00:39.771Z Running `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=2 --test -C metadata=f8e3df7bd52104b1 -C extra-filename=-f8e3df7bd52104b1 --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-e252e3603299df68.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-9dd1362437d01057.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-3729f688f548d703.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5d6079816e523e86.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9326280126410a1c.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-7dc0d22d892e6145.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-b64820d5f0a60ebb.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-5b8e877e059c1e2f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7b78a4e9c695d3a0.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-655e4d3d400b5f6c.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-477bb631f28ebe72.so --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-593a43af3ae7d8a4.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-7585156776fb4ad8.rlib --extern installinator_artifact_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifact_client-c7dd87d65172a428.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-8f0b36b2435be540.rlib --extern ipcc_key_value=/work/oxidecomputer/omicron/target/debug/deps/libipcc_key_value-63d7d3687e896a83.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-2fcd511091ec8030.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7f67b38d80252182.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-783a4721a715512c.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-163217bf2304842d.rlib --extern partial_io=/work/oxidecomputer/omicron/target/debug/deps/libpartial_io-d602de6d1e66b314.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-a0f37d9715daf817.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-50228240c84c41f7.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-cbf5d867b487f4f6.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-9d729fa31918ec84.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-b9267524051a9daa.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-608da47a6c0e709c.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-a8d47fc05b25faaf.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-a72ba22004bc1b3e.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b94bcba36065eae9.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-6f3ac8018ed00223.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-9e43cd504d5e9604.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-c858a607e9f70d9d.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-6f624496ed77b6b0.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b00445e5c4984cd2.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-fcbee888d5d05d89.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5e80fb21cb0c93db.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-c4d15734bd87b768.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-88178d7c063e03bd.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-194683ec6123397c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-c1916581d1161ee7/out`
34382023-05-03T03:00:42.828Z Running `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=2 --test -C metadata=a6d9df5d72dd45c2 -C extra-filename=-a6d9df5d72dd45c2 --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-9dd1362437d01057.so --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-9baf74024ad4c4c7.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-7dc0d22d892e6145.rlib --extern crucible_smf=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_smf-a254642575295690.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-bb405797b454acb7.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-6556007a14b4ae03.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7b78a4e9c695d3a0.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-d7f59ceaa6750a70.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-1a3411c244a6b282.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-d3fd80b79076620c.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-655e4d3d400b5f6c.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-593a43af3ae7d8a4.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-7bafaac42e9cbf8e.rlib --extern ipcc_key_value=/work/oxidecomputer/omicron/target/debug/deps/libipcc_key_value-63d7d3687e896a83.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7f67b38d80252182.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-f704139041629a3e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-783a4721a715512c.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-163217bf2304842d.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-86243cda88014f9c.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-232027aad4e287f3.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-60544344d4d0804a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-9d729fa31918ec84.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-69ac86f66ffeb98e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-940b0a5541759ffe.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-3c9c99c977d3a39f.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-03f5ed3ad68bc73a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-608da47a6c0e709c.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-fbcb9716188a1ce5.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-b9312f0219c9122a.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-997d6fb5225709f2.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-6f624496ed77b6b0.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b00445e5c4984cd2.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-fcbee888d5d05d89.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-baca43dc2d70b5ca.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-17e1fcb77c0e5746.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5e80fb21cb0c93db.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-88178d7c063e03bd.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-194683ec6123397c/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4163f285e5da14b3/out/lib`
34392023-05-03T03:00:43.000Z Running `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=2 --test -C metadata=fc7df8193a9aabc1 -C extra-filename=-fc7df8193a9aabc1 --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-9dd1362437d01057.so --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-9baf74024ad4c4c7.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-7dc0d22d892e6145.rlib --extern crucible_smf=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_smf-a254642575295690.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-bb405797b454acb7.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-6556007a14b4ae03.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7b78a4e9c695d3a0.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-d7f59ceaa6750a70.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-1a3411c244a6b282.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-d3fd80b79076620c.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-655e4d3d400b5f6c.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-593a43af3ae7d8a4.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-7bafaac42e9cbf8e.rlib --extern ipcc_key_value=/work/oxidecomputer/omicron/target/debug/deps/libipcc_key_value-63d7d3687e896a83.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7f67b38d80252182.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-f704139041629a3e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-783a4721a715512c.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-163217bf2304842d.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-86243cda88014f9c.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-232027aad4e287f3.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-60544344d4d0804a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-9d729fa31918ec84.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-69ac86f66ffeb98e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-940b0a5541759ffe.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-3c9c99c977d3a39f.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-03f5ed3ad68bc73a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-608da47a6c0e709c.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-fbcb9716188a1ce5.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-b9312f0219c9122a.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-997d6fb5225709f2.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-6f624496ed77b6b0.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b00445e5c4984cd2.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-fcbee888d5d05d89.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-baca43dc2d70b5ca.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-17e1fcb77c0e5746.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5e80fb21cb0c93db.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-88178d7c063e03bd.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-194683ec6123397c/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4163f285e5da14b3/out/lib`
34402023-05-03T03:00:48.000Z Running `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=2 --test -C metadata=adbd1f413fd67a40 -C extra-filename=-adbd1f413fd67a40 --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-9dd1362437d01057.so --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-9baf74024ad4c4c7.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-7dc0d22d892e6145.rlib --extern crucible_smf=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_smf-a254642575295690.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-bb405797b454acb7.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-6556007a14b4ae03.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7b78a4e9c695d3a0.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-d7f59ceaa6750a70.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-1a3411c244a6b282.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-d3fd80b79076620c.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-655e4d3d400b5f6c.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-593a43af3ae7d8a4.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-7bafaac42e9cbf8e.rlib --extern ipcc_key_value=/work/oxidecomputer/omicron/target/debug/deps/libipcc_key_value-63d7d3687e896a83.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7f67b38d80252182.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-783a4721a715512c.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-163217bf2304842d.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-86243cda88014f9c.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-232027aad4e287f3.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-60544344d4d0804a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-9d729fa31918ec84.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-69ac86f66ffeb98e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-940b0a5541759ffe.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-3c9c99c977d3a39f.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-03f5ed3ad68bc73a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-608da47a6c0e709c.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-fbcb9716188a1ce5.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-b9312f0219c9122a.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-997d6fb5225709f2.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-6f624496ed77b6b0.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b00445e5c4984cd2.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-fcbee888d5d05d89.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-baca43dc2d70b5ca.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-17e1fcb77c0e5746.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5e80fb21cb0c93db.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-88178d7c063e03bd.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-194683ec6123397c/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4163f285e5da14b3/out/lib`
34412023-05-03T03:00:56.491Z Running `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=2 --test -C metadata=89b0c3f5558b8e48 -C extra-filename=-89b0c3f5558b8e48 --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-e252e3603299df68.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-7fa0c8ba8a6c99c5.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9326280126410a1c.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-32820d6515860c0f.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-7dc0d22d892e6145.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-ad59f8dd0297688e.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-777e670d0bdf02fd.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-8d6b90ccbad5b82f.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-8ab7e928d8828552.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7f67b38d80252182.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-783a4721a715512c.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-37d399784d388e6d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-608da47a6c0e709c.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-a8d47fc05b25faaf.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-a72ba22004bc1b3e.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b94bcba36065eae9.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-9e43cd504d5e9604.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-e8cc457fcf931147.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-7526449b07d43d0b.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-194683ec6123397c/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4163f285e5da14b3/out/lib`
34422023-05-03T03:01:00.750Z Running `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=2 --test -C metadata=d6eca3f30894944d -C extra-filename=-d6eca3f30894944d --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-e252e3603299df68.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-7fa0c8ba8a6c99c5.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9326280126410a1c.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-32820d6515860c0f.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-7dc0d22d892e6145.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-ad59f8dd0297688e.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-777e670d0bdf02fd.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-8d6b90ccbad5b82f.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-8ab7e928d8828552.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7f67b38d80252182.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-783a4721a715512c.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-37d399784d388e6d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-608da47a6c0e709c.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-a8d47fc05b25faaf.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-a72ba22004bc1b3e.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b94bcba36065eae9.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-9e43cd504d5e9604.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-7526449b07d43d0b.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-194683ec6123397c/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4163f285e5da14b3/out/lib`
34432023-05-03T03:01:05.371Z Running `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=2 --test -C metadata=3c48578be2c189a0 -C extra-filename=-3c48578be2c189a0 --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-7dc0d22d892e6145.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-bb405797b454acb7.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-6556007a14b4ae03.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7b78a4e9c695d3a0.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-318ff220679aa475.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-31dcb3e63aa51c9a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7f67b38d80252182.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-783a4721a715512c.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-86243cda88014f9c.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-232027aad4e287f3.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-ecbcea7ea3475063.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-b7f167160d3cd23a.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-2c467c125a960759.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-cbf5d867b487f4f6.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-9d729fa31918ec84.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-940b0a5541759ffe.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-608da47a6c0e709c.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-fbcb9716188a1ce5.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-997d6fb5225709f2.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-6f624496ed77b6b0.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b00445e5c4984cd2.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5e80fb21cb0c93db.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-88178d7c063e03bd.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-194683ec6123397c/out`
34442023-05-03T03:01:09.861Z Running `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=2 --test -C metadata=88ed679e410f9b17 -C extra-filename=-88ed679e410f9b17 --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-e252e3603299df68.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-7fa0c8ba8a6c99c5.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-3729f688f548d703.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9326280126410a1c.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-9baf74024ad4c4c7.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-7dc0d22d892e6145.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-dadcdffc6d4a7d62.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7b78a4e9c695d3a0.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-655e4d3d400b5f6c.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-8ab7e928d8828552.rlib --extern libsw=/work/oxidecomputer/omicron/target/debug/deps/liblibsw-2722e741ba25ffbd.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7f67b38d80252182.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-163217bf2304842d.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-50228240c84c41f7.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-cbf5d867b487f4f6.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f99b5342d7e26ab1.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-9d729fa31918ec84.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-940b0a5541759ffe.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-4c23517ed4fd4004.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-4e2799ae8338e70e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-608da47a6c0e709c.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-a8d47fc05b25faaf.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-a72ba22004bc1b3e.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b94bcba36065eae9.rlib --extern snafu=/work/oxidecomputer/omicron/target/debug/deps/libsnafu-65d08b1b32d7c826.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-d05cb0890626588c.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-9e43cd504d5e9604.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b00445e5c4984cd2.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-17e1fcb77c0e5746.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5e80fb21cb0c93db.rlib --extern tui=/work/oxidecomputer/omicron/target/debug/deps/libtui-628ee1fb6aec51b0.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-c511f6596ce9a9f1.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-d0f9277436d8c7f2.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-194683ec6123397c/out`
34452023-05-03T03:01:19.399Z Running `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=2 -C metadata=ef1240b6f952702c -C extra-filename=-ef1240b6f952702c --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-9dd1362437d01057.so --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-db3c92eaf3af17d9.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-3d8e288e1a900f74.rlib --extern crucible_smf=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_smf-64a77e4b4a5d173a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-702ba74a832d38ed.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-49a459f4335048f1.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-e0f900f8db507d9c.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-bdd79742c7dbbbc7.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-11c1c3083a27843c.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-635e28a7d213ddf0.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-c12dd9ffd01f62f2.rlib --extern ipcc_key_value=/work/oxidecomputer/omicron/target/debug/deps/libipcc_key_value-c5f5773c15660c99.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2090c653edce75b4.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-7afe5382f3797a22.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-387b4834159e45ee.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-03bbb2d6bf1b8aa4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-8eb9b2d8b171c9a9.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-7a5feb69a2e43728.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-47099fd8bcfec8ee.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-171e8debb916443c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-d17ae93f1c55387c.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-57298e5f1ebf3e7d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b122fed81b2a5729.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e3bc36a7db76edcf.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-04ddee21d8433df5.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-07db4924d0e08dfd.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-777aa92c00e55f4b.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-6995745265fcafb7.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d1a0abc5ade2db54.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-194683ec6123397c/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4163f285e5da14b3/out/lib`
34462023-05-03T03:01:28.153Z Running `rustc --crate-name sp_sim --edition=2021 sp-sim/src/bin/sp-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=2 -C metadata=9e9994540ffb375a -C extra-filename=-9e9994540ffb375a --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-5994f6b5c293cae8.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-9dd1362437d01057.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-3d8e288e1a900f74.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-702ba74a832d38ed.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-49a459f4335048f1.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-e0f900f8db507d9c.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-11c1c3083a27843c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2090c653edce75b4.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-7afe5382f3797a22.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-8eb9b2d8b171c9a9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-d17ae93f1c55387c.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-57298e5f1ebf3e7d.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-628e550fa62a6e65.rlib --extern sprockets_rot=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_rot-86332697e3c0b6ca.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b122fed81b2a5729.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e3bc36a7db76edcf.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-6995745265fcafb7.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-194683ec6123397c/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4163f285e5da14b3/out/lib`
34472023-05-03T03:02:33.052Z Running `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=2 --test -C metadata=5dd2e1a7a5842f84 -C extra-filename=-5dd2e1a7a5842f84 --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-e252e3603299df68.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-32820d6515860c0f.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-f908de5799e27a39.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-8a78df13d20d161b.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-655e4d3d400b5f6c.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-318ff220679aa475.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-62b0bc28764ccb6d.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-45abe64e6bdf385a.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-33a657a380225a64.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-e5f0f2e83bbd5cad.rlib --extern nexus_passwords=/work/oxidecomputer/omicron/target/debug/deps/libnexus_passwords-01bcd9e65691353a.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e96be1cd5c41de3d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7f67b38d80252182.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-0baef24d3ad1757b.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-7a83e6269ec330ba.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-85415ae6ec2a7f7f.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-83008e00ec653611.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-3cd40aaab93fead3.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-60544344d4d0804a.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f99b5342d7e26ab1.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-9d729fa31918ec84.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-940b0a5541759ffe.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-4e6a129eb36cd63f.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-e65022bd164ddc57.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-6f624496ed77b6b0.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-88178d7c063e03bd.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-194683ec6123397c/out -L native=/usr/lib/amd64`
34482023-05-03T03:02:51.307Z Running `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=2 --test -C metadata=9efb9dd86fb18d12 -C extra-filename=-9efb9dd86fb18d12 --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-e252e3603299df68.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-6cea7b82fc2c156e.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-9dd1362437d01057.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-22d534c80d7f8257.rlib --extern bincode=/work/oxidecomputer/omicron/target/debug/deps/libbincode-ce2588f53a8f1a03.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-a4bf3a1b4844c374.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5d6079816e523e86.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-04f30b2fb38eaf49.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-32820d6515860c0f.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-7dc0d22d892e6145.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-8491eeb81916aca1.rlib --extern crucible_client_types=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_client_types-4c12eb3beae536b8.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-b64820d5f0a60ebb.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-8a05273ce54c14b2.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-a729db707b8ebd77.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-22e212e25944101a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-bb405797b454acb7.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-6556007a14b4ae03.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-ed8a1c6733cfabde.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7b78a4e9c695d3a0.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-593a43af3ae7d8a4.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-7585156776fb4ad8.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-318ff220679aa475.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-62b0bc28764ccb6d.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-2fcd511091ec8030.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-45abe64e6bdf385a.rlib --extern mockall=/work/oxidecomputer/omicron/target/debug/deps/libmockall-54ff2abbb6c41705.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-31dcb3e63aa51c9a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7f67b38d80252182.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-783a4721a715512c.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-163217bf2304842d.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-86243cda88014f9c.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-232027aad4e287f3.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-75623d5a694c3f37.rlib --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-7f71d7a6fecdd282.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-ecbcea7ea3475063.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-5726622b2eda91b0.rlib --extern p256=/work/oxidecomputer/omicron/target/debug/deps/libp256-f0868abcc530c96e.rlib --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-26d0fb26396a5e09.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-7bcf5ce61490d367.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-0ece2b8dfa70f2e3.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-054855d80e4c98f7.rlib --extern propolis_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_server-a4c6c6dc3f2b8ee0.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-83008e00ec653611.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-cbf5d867b487f4f6.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-60544344d4d0804a.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f99b5342d7e26ab1.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-9d729fa31918ec84.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-940b0a5541759ffe.rlib --extern serial_test=/work/oxidecomputer/omicron/target/debug/deps/libserial_test-d56e0780d31810c1.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-4e6a129eb36cd63f.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-b9267524051a9daa.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-608da47a6c0e709c.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-a8d47fc05b25faaf.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-fbcb9716188a1ce5.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b94bcba36065eae9.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-6f3ac8018ed00223.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-b9312f0219c9122a.rlib --extern sprockets_common=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_common-be4065d134483539.rlib --extern sprockets_host=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_host-9bd4db951052b052.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-997d6fb5225709f2.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-d05cb0890626588c.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-9e43cd504d5e9604.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-6f624496ed77b6b0.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-656118cc45edbdfd.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b00445e5c4984cd2.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-baca43dc2d70b5ca.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5e80fb21cb0c93db.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-88178d7c063e03bd.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-f3aee10e148703ff.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-18a46f0d22fadc5d.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-194683ec6123397c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-c1916581d1161ee7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4163f285e5da14b3/out/lib`
34492023-05-03T03:02:51.345Z Running `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 panic=abort -C embed-bitcode=no -C debuginfo=2 -C metadata=25551607173d43dc -C extra-filename=-25551607173d43dc --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-f6168ac296c7f258.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-702ba74a832d38ed.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-7027bc0f646df6d2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2090c653edce75b4.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-054a57342e2123af.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-345b72dfe0673fb2.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5dd698f76fca519f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-03bbb2d6bf1b8aa4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-8eb9b2d8b171c9a9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-d17ae93f1c55387c.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-57298e5f1ebf3e7d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b122fed81b2a5729.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e3bc36a7db76edcf.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d1a0abc5ade2db54.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-194683ec6123397c/out`
34502023-05-03T03:03:07.385Z Running `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=2 -C metadata=26a93928beee7251 -C extra-filename=-26a93928beee7251 --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-5994f6b5c293cae8.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e39ed15bdff1d269.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-f6168ac296c7f258.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-3d8e288e1a900f74.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-23f1c3da6e6085a9.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-f10b8704e5b665bb.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-702ba74a832d38ed.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-635e28a7d213ddf0.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-1d9034f7688dccd8.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-03bbb2d6bf1b8aa4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-8eb9b2d8b171c9a9.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-72173ad921688e6f.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-90857355b54a37ba.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-d17ae93f1c55387c.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-1b8afb7b93a02752.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-2d244d2343cb7128.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-fd0de55e0739c963.rlib --extern tempdir=/work/oxidecomputer/omicron/target/debug/deps/libtempdir-60e6ec4e448dc225.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b122fed81b2a5729.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e3bc36a7db76edcf.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-6995745265fcafb7.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-ab2395501723aa4c.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-c490d14df6a7eb45.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-89e67e21ff8418c7.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d1a0abc5ade2db54.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-194683ec6123397c/out`
34512023-05-03T03:03:13.709Z Running `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=2 --test -C metadata=6cf24ac49a50f78d -C extra-filename=-6cf24ac49a50f78d --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-e252e3603299df68.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9326280126410a1c.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-32820d6515860c0f.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-7dc0d22d892e6145.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-8a05273ce54c14b2.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-a729db707b8ebd77.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-bb405797b454acb7.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-6556007a14b4ae03.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-593a43af3ae7d8a4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-783a4721a715512c.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-86243cda88014f9c.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-232027aad4e287f3.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-e7c625255b83efdd.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-60544344d4d0804a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-9d729fa31918ec84.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-940b0a5541759ffe.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-30b254032c68147d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-608da47a6c0e709c.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-a8d47fc05b25faaf.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-a72ba22004bc1b3e.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b94bcba36065eae9.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-997d6fb5225709f2.rlib --extern tempdir=/work/oxidecomputer/omicron/target/debug/deps/libtempdir-41457c706f1a415f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-6f624496ed77b6b0.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b00445e5c4984cd2.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5e80fb21cb0c93db.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-b849ab889ef73b85.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-c160bf3a508d5d03.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-a646ef7eb66ccb00.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-987fd082b874a6a6.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-88178d7c063e03bd.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-194683ec6123397c/out`
34522023-05-03T03:03:42.573Z Running `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=2 -C metadata=d8e4961a04fd963b -C extra-filename=-d8e4961a04fd963b --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-5994f6b5c293cae8.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e39ed15bdff1d269.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-f6168ac296c7f258.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-3d8e288e1a900f74.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-23f1c3da6e6085a9.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-f10b8704e5b665bb.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-702ba74a832d38ed.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-635e28a7d213ddf0.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-1d9034f7688dccd8.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-03bbb2d6bf1b8aa4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-8eb9b2d8b171c9a9.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-72173ad921688e6f.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-90857355b54a37ba.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-d17ae93f1c55387c.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-1b8afb7b93a02752.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-2d244d2343cb7128.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-fd0de55e0739c963.rlib --extern tempdir=/work/oxidecomputer/omicron/target/debug/deps/libtempdir-60e6ec4e448dc225.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b122fed81b2a5729.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e3bc36a7db76edcf.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-6995745265fcafb7.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-ab2395501723aa4c.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-c490d14df6a7eb45.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-89e67e21ff8418c7.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d1a0abc5ade2db54.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-194683ec6123397c/out`
34532023-05-03T03:04:36.375Z Running `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=2 -C metadata=5a5c33f3aba3ec03 -C extra-filename=-5a5c33f3aba3ec03 --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-5994f6b5c293cae8.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e39ed15bdff1d269.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-f6168ac296c7f258.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-3d8e288e1a900f74.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-23f1c3da6e6085a9.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-f10b8704e5b665bb.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-702ba74a832d38ed.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-635e28a7d213ddf0.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-1d9034f7688dccd8.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-03bbb2d6bf1b8aa4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-8eb9b2d8b171c9a9.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-72173ad921688e6f.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-90857355b54a37ba.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-d17ae93f1c55387c.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-1b8afb7b93a02752.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-2d244d2343cb7128.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-fd0de55e0739c963.rlib --extern tempdir=/work/oxidecomputer/omicron/target/debug/deps/libtempdir-60e6ec4e448dc225.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b122fed81b2a5729.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e3bc36a7db76edcf.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-6995745265fcafb7.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-ab2395501723aa4c.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-c490d14df6a7eb45.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-89e67e21ff8418c7.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d1a0abc5ade2db54.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-194683ec6123397c/out`
34542023-05-03T03:04:44.963Z Running `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=2 -C metadata=2f6e9bba0d97d8ce -C extra-filename=-2f6e9bba0d97d8ce --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-5994f6b5c293cae8.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e39ed15bdff1d269.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-f6168ac296c7f258.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-3d8e288e1a900f74.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-23f1c3da6e6085a9.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-f10b8704e5b665bb.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-702ba74a832d38ed.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-635e28a7d213ddf0.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-1d9034f7688dccd8.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-03bbb2d6bf1b8aa4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-8eb9b2d8b171c9a9.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-72173ad921688e6f.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-90857355b54a37ba.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-d17ae93f1c55387c.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-1b8afb7b93a02752.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-2d244d2343cb7128.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-fd0de55e0739c963.rlib --extern tempdir=/work/oxidecomputer/omicron/target/debug/deps/libtempdir-60e6ec4e448dc225.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b122fed81b2a5729.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e3bc36a7db76edcf.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-6995745265fcafb7.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-ab2395501723aa4c.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-c490d14df6a7eb45.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-89e67e21ff8418c7.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d1a0abc5ade2db54.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-194683ec6123397c/out`
34552023-05-03T03:05:27.386Z Running `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=2 --test -C metadata=a3ef355b8f49dc79 -C extra-filename=-a3ef355b8f49dc79 --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-e252e3603299df68.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9326280126410a1c.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-32820d6515860c0f.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-7dc0d22d892e6145.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-8a05273ce54c14b2.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-a729db707b8ebd77.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-bb405797b454acb7.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-6556007a14b4ae03.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-593a43af3ae7d8a4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-783a4721a715512c.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-86243cda88014f9c.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-232027aad4e287f3.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-e7c625255b83efdd.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-60544344d4d0804a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-9d729fa31918ec84.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-940b0a5541759ffe.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-30b254032c68147d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-608da47a6c0e709c.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-a8d47fc05b25faaf.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-a72ba22004bc1b3e.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b94bcba36065eae9.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-997d6fb5225709f2.rlib --extern tempdir=/work/oxidecomputer/omicron/target/debug/deps/libtempdir-41457c706f1a415f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-6f624496ed77b6b0.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b00445e5c4984cd2.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5e80fb21cb0c93db.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-b849ab889ef73b85.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-c160bf3a508d5d03.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-a646ef7eb66ccb00.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-987fd082b874a6a6.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-88178d7c063e03bd.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-194683ec6123397c/out`
34562023-05-03T03:05:32.030Z Running `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=2 --test -C metadata=a2456641ad4dd2f4 -C extra-filename=-a2456641ad4dd2f4 --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-e252e3603299df68.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9326280126410a1c.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-32820d6515860c0f.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-7dc0d22d892e6145.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-8a05273ce54c14b2.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-a729db707b8ebd77.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-bb405797b454acb7.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-6556007a14b4ae03.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-593a43af3ae7d8a4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-783a4721a715512c.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-86243cda88014f9c.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-232027aad4e287f3.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-e7c625255b83efdd.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-60544344d4d0804a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-9d729fa31918ec84.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-940b0a5541759ffe.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-30b254032c68147d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-608da47a6c0e709c.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-a8d47fc05b25faaf.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-a72ba22004bc1b3e.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b94bcba36065eae9.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-997d6fb5225709f2.rlib --extern tempdir=/work/oxidecomputer/omicron/target/debug/deps/libtempdir-41457c706f1a415f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-6f624496ed77b6b0.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b00445e5c4984cd2.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5e80fb21cb0c93db.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-b849ab889ef73b85.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-c160bf3a508d5d03.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-a646ef7eb66ccb00.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-987fd082b874a6a6.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-88178d7c063e03bd.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-194683ec6123397c/out`
34572023-05-03T03:05:32.035Z Running `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=2 --test -C metadata=1e176610353f8fe7 -C extra-filename=-1e176610353f8fe7 --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-e252e3603299df68.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-9dd1362437d01057.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-7dc0d22d892e6145.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-bb405797b454acb7.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7b78a4e9c695d3a0.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-d7f59ceaa6750a70.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-655e4d3d400b5f6c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7f67b38d80252182.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-f704139041629a3e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-9d729fa31918ec84.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-608da47a6c0e709c.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-fbcb9716188a1ce5.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-b9312f0219c9122a.rlib --extern sprockets_rot=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_rot-58b8370b112d530d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-6f624496ed77b6b0.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b00445e5c4984cd2.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5e80fb21cb0c93db.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-194683ec6123397c/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4163f285e5da14b3/out/lib`
34582023-05-03T03:05:39.247Z Running `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=2 --test -C metadata=9243732b5c5cb3ab -C extra-filename=-9243732b5c5cb3ab --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-9326280126410a1c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-bb405797b454acb7.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-d7f59ceaa6750a70.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-f704139041629a3e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-783a4721a715512c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-608da47a6c0e709c.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-b9312f0219c9122a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b00445e5c4984cd2.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-88178d7c063e03bd.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-194683ec6123397c/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4163f285e5da14b3/out/lib`
34592023-05-03T03:05:44.417Z Running `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=2 --test -C metadata=08d463d84a8a0c17 -C extra-filename=-08d463d84a8a0c17 --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-e252e3603299df68.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-9dd1362437d01057.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-7dc0d22d892e6145.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-bb405797b454acb7.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7b78a4e9c695d3a0.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-d7f59ceaa6750a70.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-655e4d3d400b5f6c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7f67b38d80252182.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-f704139041629a3e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-9d729fa31918ec84.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-608da47a6c0e709c.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-fbcb9716188a1ce5.rlib --extern sprockets_rot=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_rot-58b8370b112d530d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-6f624496ed77b6b0.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b00445e5c4984cd2.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5e80fb21cb0c93db.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-194683ec6123397c/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4163f285e5da14b3/out/lib`
34602023-05-03T03:05:47.420Z Running `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=2 --test -C metadata=8d14fbda6345a47b -C extra-filename=-8d14fbda6345a47b --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-e252e3603299df68.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-7dc0d22d892e6145.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-6556007a14b4ae03.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7b78a4e9c695d3a0.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-655e4d3d400b5f6c.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-7585156776fb4ad8.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-13469307ff7d6e16.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7f67b38d80252182.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-e226cc91b2f1c9a7.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-9886d8f16d24129f.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-e87a72184a8aa4df.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-cbf5d867b487f4f6.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-48cef5dadd3b79b2.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f99b5342d7e26ab1.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-9d729fa31918ec84.rlib --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-c95b9f7bda17ba0d.so --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-b9267524051a9daa.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-608da47a6c0e709c.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-a8d47fc05b25faaf.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b94bcba36065eae9.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-6f3ac8018ed00223.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-cd3c6430518fdfe1.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-d05cb0890626588c.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-9e43cd504d5e9604.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-6f624496ed77b6b0.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b00445e5c4984cd2.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5e80fb21cb0c93db.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-202a6fc207fe77c3.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-194683ec6123397c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-c1916581d1161ee7/out`
34612023-05-03T03:05:52.235Z Running `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=2 --test -C metadata=161af278c3068565 -C extra-filename=-161af278c3068565 --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-e252e3603299df68.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-04f30b2fb38eaf49.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7b78a4e9c695d3a0.rlib --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-d6df0794602be021.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-7585156776fb4ad8.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-3b4ca36201d98b6d.rlib --extern libefi_illumos=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_illumos-1c5b954fd20390dd.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-45abe64e6bdf385a.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-31dcb3e63aa51c9a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7f67b38d80252182.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-783a4721a715512c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-60544344d4d0804a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-9d729fa31918ec84.rlib --extern serial_test=/work/oxidecomputer/omicron/target/debug/deps/libserial_test-d56e0780d31810c1.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-608da47a6c0e709c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-6f624496ed77b6b0.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-656118cc45edbdfd.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b00445e5c4984cd2.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-88178d7c063e03bd.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-194683ec6123397c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-c1916581d1161ee7/out`
34622023-05-03T03:06:05.761Z Running `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=2 --test -C metadata=9f034c30ecc85afd -C extra-filename=-9f034c30ecc85afd --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-4487ff24ff403b20.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7f67b38d80252182.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-a0f37d9715daf817.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-cbf5d867b487f4f6.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-9d729fa31918ec84.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-b9267524051a9daa.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-608da47a6c0e709c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-6f624496ed77b6b0.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b00445e5c4984cd2.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-194683ec6123397c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-c1916581d1161ee7/out`
34632023-05-03T03:06:11.294Z Running `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=2 --test -C metadata=5c0e8fa5fa8fc99f -C extra-filename=-5c0e8fa5fa8fc99f --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-e252e3603299df68.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9326280126410a1c.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-32820d6515860c0f.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-7dc0d22d892e6145.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-8a05273ce54c14b2.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-a729db707b8ebd77.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-bb405797b454acb7.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-6556007a14b4ae03.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-593a43af3ae7d8a4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-783a4721a715512c.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-86243cda88014f9c.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-232027aad4e287f3.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-e7c625255b83efdd.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-60544344d4d0804a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-9d729fa31918ec84.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-940b0a5541759ffe.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-30b254032c68147d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-608da47a6c0e709c.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-a8d47fc05b25faaf.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-a72ba22004bc1b3e.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b94bcba36065eae9.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-997d6fb5225709f2.rlib --extern tempdir=/work/oxidecomputer/omicron/target/debug/deps/libtempdir-41457c706f1a415f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-6f624496ed77b6b0.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b00445e5c4984cd2.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5e80fb21cb0c93db.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-b849ab889ef73b85.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-c160bf3a508d5d03.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-a646ef7eb66ccb00.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-987fd082b874a6a6.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-88178d7c063e03bd.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-194683ec6123397c/out`
34642023-05-03T03:06:13.521Z Running `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=2 --test -C metadata=63d908598117fba9 -C extra-filename=-63d908598117fba9 --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-e252e3603299df68.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9326280126410a1c.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-32820d6515860c0f.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-7dc0d22d892e6145.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-8a05273ce54c14b2.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-a729db707b8ebd77.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-bb405797b454acb7.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-6556007a14b4ae03.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-593a43af3ae7d8a4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-783a4721a715512c.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-86243cda88014f9c.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-232027aad4e287f3.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-e7c625255b83efdd.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-60544344d4d0804a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-9d729fa31918ec84.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-940b0a5541759ffe.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-30b254032c68147d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-608da47a6c0e709c.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-a8d47fc05b25faaf.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-a72ba22004bc1b3e.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b94bcba36065eae9.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-997d6fb5225709f2.rlib --extern tempdir=/work/oxidecomputer/omicron/target/debug/deps/libtempdir-41457c706f1a415f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-6f624496ed77b6b0.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b00445e5c4984cd2.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5e80fb21cb0c93db.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-b849ab889ef73b85.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-c160bf3a508d5d03.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-a646ef7eb66ccb00.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-987fd082b874a6a6.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-88178d7c063e03bd.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-194683ec6123397c/out`
34652023-05-03T03:06:17.125Z Running `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=2 --test -C metadata=728a5d8da85d50b0 -C extra-filename=-728a5d8da85d50b0 --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-e252e3603299df68.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9326280126410a1c.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-32820d6515860c0f.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-7dc0d22d892e6145.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-8a05273ce54c14b2.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-a729db707b8ebd77.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-bb405797b454acb7.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-6556007a14b4ae03.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-593a43af3ae7d8a4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-783a4721a715512c.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-86243cda88014f9c.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-232027aad4e287f3.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-e7c625255b83efdd.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-60544344d4d0804a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-9d729fa31918ec84.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-940b0a5541759ffe.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-30b254032c68147d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-608da47a6c0e709c.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-a8d47fc05b25faaf.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-a72ba22004bc1b3e.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b94bcba36065eae9.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-997d6fb5225709f2.rlib --extern tempdir=/work/oxidecomputer/omicron/target/debug/deps/libtempdir-41457c706f1a415f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-6f624496ed77b6b0.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b00445e5c4984cd2.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5e80fb21cb0c93db.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-b849ab889ef73b85.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-c160bf3a508d5d03.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-a646ef7eb66ccb00.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-987fd082b874a6a6.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-88178d7c063e03bd.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-194683ec6123397c/out`
34662023-05-03T03:06:18.386Z Running `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=2 --test -C metadata=24aed8e10e5ebfc4 -C extra-filename=-24aed8e10e5ebfc4 --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-e252e3603299df68.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9326280126410a1c.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-32820d6515860c0f.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-7dc0d22d892e6145.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-8a05273ce54c14b2.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-a729db707b8ebd77.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-bb405797b454acb7.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-6556007a14b4ae03.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-593a43af3ae7d8a4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-783a4721a715512c.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-86243cda88014f9c.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-232027aad4e287f3.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-e7c625255b83efdd.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-60544344d4d0804a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-9d729fa31918ec84.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-940b0a5541759ffe.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-30b254032c68147d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-608da47a6c0e709c.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-a8d47fc05b25faaf.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-a72ba22004bc1b3e.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b94bcba36065eae9.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-997d6fb5225709f2.rlib --extern tempdir=/work/oxidecomputer/omicron/target/debug/deps/libtempdir-41457c706f1a415f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-6f624496ed77b6b0.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b00445e5c4984cd2.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5e80fb21cb0c93db.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-b849ab889ef73b85.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-c160bf3a508d5d03.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-a646ef7eb66ccb00.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-987fd082b874a6a6.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-88178d7c063e03bd.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-194683ec6123397c/out`
34672023-05-03T03:06:21.874Z Running `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=2 --test -C metadata=ee3d1ff4efb5e946 -C extra-filename=-ee3d1ff4efb5e946 --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-e252e3603299df68.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-6cea7b82fc2c156e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-32820d6515860c0f.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-8a05273ce54c14b2.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-a729db707b8ebd77.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-bb405797b454acb7.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-6556007a14b4ae03.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7b78a4e9c695d3a0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7f67b38d80252182.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-783a4721a715512c.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-940b0a5541759ffe.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-30b254032c68147d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-608da47a6c0e709c.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-9e43cd504d5e9604.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-6f624496ed77b6b0.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b00445e5c4984cd2.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-c160bf3a508d5d03.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-a646ef7eb66ccb00.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-88178d7c063e03bd.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-194683ec6123397c/out`
34682023-05-03T03:06:22.763Z Running `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=2 --test -C metadata=870e01924ab9bb98 -C extra-filename=-870e01924ab9bb98 --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-32820d6515860c0f.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-8f0b36b2435be540.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-0ece2b8dfa70f2e3.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-db0a4bf089e05b10.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-cbf5d867b487f4f6.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-60544344d4d0804a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-9d729fa31918ec84.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-940b0a5541759ffe.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-608da47a6c0e709c.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-c4d15734bd87b768.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-88178d7c063e03bd.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-194683ec6123397c/out`
34692023-05-03T03:06:29.246Z Running `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=2 --test -C metadata=c41f5928e81e032b -C extra-filename=-c41f5928e81e032b --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-8f0b36b2435be540.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-0ece2b8dfa70f2e3.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-db0a4bf089e05b10.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-cbf5d867b487f4f6.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-60544344d4d0804a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-9d729fa31918ec84.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-940b0a5541759ffe.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-608da47a6c0e709c.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-c4d15734bd87b768.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-88178d7c063e03bd.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-194683ec6123397c/out`
34702023-05-03T03:06:32.531Z Running `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=2 --test -C metadata=e6d016844f0b5f7a -C extra-filename=-e6d016844f0b5f7a --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-e252e3603299df68.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-9dd1362437d01057.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9326280126410a1c.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-7dc0d22d892e6145.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-bb405797b454acb7.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-6556007a14b4ae03.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-7bafaac42e9cbf8e.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-8f0b36b2435be540.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7f67b38d80252182.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-783a4721a715512c.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-86243cda88014f9c.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-232027aad4e287f3.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-60544344d4d0804a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-9d729fa31918ec84.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-940b0a5541759ffe.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-608da47a6c0e709c.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-997d6fb5225709f2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b00445e5c4984cd2.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-88178d7c063e03bd.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-194683ec6123397c/out`
34712023-05-03T03:06:35.456Z Running `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=2 --test -C metadata=c9caee07b365367c -C extra-filename=-c9caee07b365367c --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-7dc0d22d892e6145.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-bb405797b454acb7.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-6556007a14b4ae03.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7b78a4e9c695d3a0.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-318ff220679aa475.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-31dcb3e63aa51c9a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7f67b38d80252182.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-783a4721a715512c.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-86243cda88014f9c.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-232027aad4e287f3.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-ecbcea7ea3475063.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-2c467c125a960759.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-cbf5d867b487f4f6.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-9d729fa31918ec84.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-940b0a5541759ffe.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-608da47a6c0e709c.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-fbcb9716188a1ce5.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-997d6fb5225709f2.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-6f624496ed77b6b0.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b00445e5c4984cd2.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5e80fb21cb0c93db.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-88178d7c063e03bd.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-194683ec6123397c/out`
34722023-05-03T03:06:36.838Z Running `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=2 --test -C metadata=09f2aaf2aa0cad24 -C extra-filename=-09f2aaf2aa0cad24 --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-32820d6515860c0f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7b78a4e9c695d3a0.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-a0f37d9715daf817.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-db0a4bf089e05b10.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-cbf5d867b487f4f6.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-9d729fa31918ec84.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-608da47a6c0e709c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-88178d7c063e03bd.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-194683ec6123397c/out`
34732023-05-03T03:06:41.016Z Running `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=2 --test -C metadata=82188649fa53c1cc -C extra-filename=-82188649fa53c1cc --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-32820d6515860c0f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-bb405797b454acb7.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-31dcb3e63aa51c9a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7f67b38d80252182.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-ecbcea7ea3475063.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-cbf5d867b487f4f6.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-60544344d4d0804a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-9d729fa31918ec84.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-608da47a6c0e709c.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-fbcb9716188a1ce5.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-6f624496ed77b6b0.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b00445e5c4984cd2.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-88178d7c063e03bd.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-194683ec6123397c/out`
34742023-05-03T03:06:44.732Z Running `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=2 --test -C metadata=f1bb4d22900bf7db -C extra-filename=-f1bb4d22900bf7db --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-e252e3603299df68.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-3729f688f548d703.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5d6079816e523e86.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9326280126410a1c.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-f6ff1edbc4ad80e5.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-05f1e84adf1821ba.rlib --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-82319ab146e13ff5.so --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-4487ff24ff403b20.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7b78a4e9c695d3a0.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-fc8e5d42700c71f2.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-13469307ff7d6e16.rlib --extern linear_map=/work/oxidecomputer/omicron/target/debug/deps/liblinear_map-2c1ab3fa8263e09a.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-783a4721a715512c.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-20bac841c1538864.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-9886d8f16d24129f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-60544344d4d0804a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-9d729fa31918ec84.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-940b0a5541759ffe.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-6a79f340c2975f76.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-608da47a6c0e709c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b00445e5c4984cd2.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-fcbee888d5d05d89.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-88178d7c063e03bd.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-194683ec6123397c/out`
34752023-05-03T03:06:45.868Z Running `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=2 --test -C metadata=a22de39cd8870952 -C extra-filename=-a22de39cd8870952 --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-e252e3603299df68.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9326280126410a1c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7f67b38d80252182.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-60544344d4d0804a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-9d729fa31918ec84.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-940b0a5541759ffe.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-6a79f340c2975f76.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-6f624496ed77b6b0.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-c4d15734bd87b768.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-194683ec6123397c/out`
34762023-05-03T03:06:48.110Z Running `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=2 --test --cfg 'feature="mockall"' --cfg 'feature="testing"' -C metadata=7cd9c888192cdf0e -C extra-filename=-7cd9c888192cdf0e --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-e252e3603299df68.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-9dd1362437d01057.so --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-04f30b2fb38eaf49.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7b78a4e9c695d3a0.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-62b0bc28764ccb6d.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-3b4ca36201d98b6d.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-45abe64e6bdf385a.rlib --extern mockall=/work/oxidecomputer/omicron/target/debug/deps/libmockall-54ff2abbb6c41705.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7f67b38d80252182.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-75623d5a694c3f37.rlib --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-7f71d7a6fecdd282.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-60544344d4d0804a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-9d729fa31918ec84.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-608da47a6c0e709c.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-6f3ac8018ed00223.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-6f624496ed77b6b0.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b00445e5c4984cd2.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5e80fb21cb0c93db.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-88178d7c063e03bd.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-18a46f0d22fadc5d.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-194683ec6123397c/out`
34772023-05-03T03:06:48.288Z Running `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=2 --test -C metadata=e9349c299ded3679 -C extra-filename=-e9349c299ded3679 --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-9dd1362437d01057.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-32820d6515860c0f.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-62b0bc28764ccb6d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7f67b38d80252182.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-0ece2b8dfa70f2e3.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-db0a4bf089e05b10.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-cbf5d867b487f4f6.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-9d729fa31918ec84.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-608da47a6c0e709c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-88178d7c063e03bd.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-194683ec6123397c/out`
34782023-05-03T03:06:48.567Z Running `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=2 --test -C metadata=675df7bcde287d22 -C extra-filename=-675df7bcde287d22 --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-9dd1362437d01057.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-32820d6515860c0f.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-62b0bc28764ccb6d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7f67b38d80252182.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-0ece2b8dfa70f2e3.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-db0a4bf089e05b10.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-cbf5d867b487f4f6.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-9d729fa31918ec84.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-608da47a6c0e709c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-88178d7c063e03bd.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-194683ec6123397c/out`
34792023-05-03T03:06:53.778Z Running `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=2 --test -C metadata=ec5cb1689bf2e80c -C extra-filename=-ec5cb1689bf2e80c --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-9baf74024ad4c4c7.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-3b4ca36201d98b6d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7f67b38d80252182.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-50228240c84c41f7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-9d729fa31918ec84.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-c858a607e9f70d9d.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-6f624496ed77b6b0.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-88178d7c063e03bd.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-194683ec6123397c/out`
34802023-05-03T03:06:58.561Z Running `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=2 --test -C metadata=563731af80adf667 -C extra-filename=-563731af80adf667 --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-32820d6515860c0f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7b78a4e9c695d3a0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7f67b38d80252182.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-0ece2b8dfa70f2e3.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-db0a4bf089e05b10.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-cbf5d867b487f4f6.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-60544344d4d0804a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-9d729fa31918ec84.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-940b0a5541759ffe.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-608da47a6c0e709c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-88178d7c063e03bd.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-194683ec6123397c/out`
34812023-05-03T03:07:10.371Z Running `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=2 --test -C metadata=30fa1b36f95e8e6d -C extra-filename=-30fa1b36f95e8e6d --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-e252e3603299df68.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-3729f688f548d703.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5d6079816e523e86.rlib --extern bytesize=/work/oxidecomputer/omicron/target/debug/deps/libbytesize-22d4785e7509801a.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9326280126410a1c.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-f6ff1edbc4ad80e5.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-32820d6515860c0f.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-05f1e84adf1821ba.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-ed8a1c6733cfabde.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-8d6b90ccbad5b82f.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-655e4d3d400b5f6c.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-2fcd511091ec8030.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7f67b38d80252182.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-83008e00ec653611.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-48cef5dadd3b79b2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-9d729fa31918ec84.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-940b0a5541759ffe.rlib --extern serde_path_to_error=/work/oxidecomputer/omicron/target/debug/deps/libserde_path_to_error-be65d3cad014ae93.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-cd1923fe624dbf83.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-608da47a6c0e709c.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-d05cb0890626588c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5e80fb21cb0c93db.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-4b89ef9c0f5a704a.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-4ee9d7fe35d44397.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-fecbd94fd6bb2df1.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-194683ec6123397c/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4163f285e5da14b3/out/lib`
34822023-05-03T03:07:21.825Z Running `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=2 --test -C metadata=a183edcb1441e5b2 -C extra-filename=-a183edcb1441e5b2 --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-e252e3603299df68.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9326280126410a1c.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-32820d6515860c0f.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-7dc0d22d892e6145.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-a729db707b8ebd77.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-bb405797b454acb7.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-6556007a14b4ae03.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-593a43af3ae7d8a4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-783a4721a715512c.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-86243cda88014f9c.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-232027aad4e287f3.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-e7c625255b83efdd.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-60544344d4d0804a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-9d729fa31918ec84.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-940b0a5541759ffe.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-30b254032c68147d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-608da47a6c0e709c.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-a8d47fc05b25faaf.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-a72ba22004bc1b3e.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b94bcba36065eae9.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-997d6fb5225709f2.rlib --extern tempdir=/work/oxidecomputer/omicron/target/debug/deps/libtempdir-41457c706f1a415f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-6f624496ed77b6b0.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b00445e5c4984cd2.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5e80fb21cb0c93db.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-b849ab889ef73b85.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-c160bf3a508d5d03.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-a646ef7eb66ccb00.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-987fd082b874a6a6.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-88178d7c063e03bd.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-194683ec6123397c/out`
34832023-05-03T03:07:34.777Z Running `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=2 --test -C metadata=c22b655581b2681a -C extra-filename=-c22b655581b2681a --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-e252e3603299df68.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-9dd1362437d01057.so --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5d6079816e523e86.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-32820d6515860c0f.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-7dc0d22d892e6145.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-bb405797b454acb7.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-2fcd511091ec8030.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-783a4721a715512c.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-ecbcea7ea3475063.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-9544c2a73650ad75.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-cbf5d867b487f4f6.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-60544344d4d0804a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-9d729fa31918ec84.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-940b0a5541759ffe.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-608da47a6c0e709c.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-a8d47fc05b25faaf.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-fbcb9716188a1ce5.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b94bcba36065eae9.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-6f624496ed77b6b0.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b00445e5c4984cd2.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-88178d7c063e03bd.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-194683ec6123397c/out`
34842023-05-03T03:07:38.655Z Running `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=2 --test -C metadata=5b55e26308d9580d -C extra-filename=-5b55e26308d9580d --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-32820d6515860c0f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7f67b38d80252182.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-0ece2b8dfa70f2e3.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-cbf5d867b487f4f6.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-9d729fa31918ec84.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-608da47a6c0e709c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-88178d7c063e03bd.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-194683ec6123397c/out`
34852023-05-03T03:07:39.775Z Running `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=2 -C metadata=f928970c79ee4450 -C extra-filename=-f928970c79ee4450 --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-5994f6b5c293cae8.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-bfddbeecc3fa0866.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-9dd1362437d01057.so --extern authz_macros=/work/oxidecomputer/omicron/target/debug/deps/libauthz_macros-beb2cab24301158f.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e9589e46c4d3b8f3.rlib --extern bb8=/work/oxidecomputer/omicron/target/debug/deps/libbb8-1b77f4ef1b715910.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-f6168ac296c7f258.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-3d8e288e1a900f74.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-135f2b7c4f3cf986.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-df3d045484a26828.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-e215772dd79570a3.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-f908de5799e27a39.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-83f730646963038c.rlib --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-61c3aaba01e03f89.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-f10b8704e5b665bb.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-084b7895273c3dbc.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-702ba74a832d38ed.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-918731cd1d20fd07.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-49a459f4335048f1.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-be7aa33dd070487a.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-11c1c3083a27843c.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-635e28a7d213ddf0.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-c12dd9ffd01f62f2.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-1a0506d14c737134.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e1fe41af298a8d63.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-8a685d01b4b534ab.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-2e9dd16a776ae489.rlib --extern mime_guess=/work/oxidecomputer/omicron/target/debug/deps/libmime_guess-5896ba2cc98b6d54.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-f31733d0bd1d8b94.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-b536523c3f95024b.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-e42b3404240d074a.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-686f0a61b941ace7.rlib --extern nexus_passwords=/work/oxidecomputer/omicron/target/debug/deps/libnexus_passwords-b6270454e4863706.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-70f75cb16bbd0ffc.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-b6bcee0867156d56.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-945b1bfd67dda2fd.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2090c653edce75b4.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-8d22b0621c8697f6.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-387b4834159e45ee.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-29ab75c3d666af3d.rlib --extern openssl_probe=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_probe-e6dbaa8c5fbfa831.rlib --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-f1736c27def1b001.rlib --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-347ed59dde40755d.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-054a57342e2123af.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-4af70cfed153aa01.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-6b1deb58dc7f16bd.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-ca8cef51bbb2e242.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-345b72dfe0673fb2.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-15ea32b2f5ae1ff3.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-e128a85526f2d403.so --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-ef72c970c28b077b.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-d1a35141d3ef844b.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-95f5a12fb301f6d6.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-500314d49cd61e05.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5dd698f76fca519f.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-efeeea6aa09c2109.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-4d1d63c03445413b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-03bbb2d6bf1b8aa4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-8eb9b2d8b171c9a9.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-72173ad921688e6f.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-cad423e1b12e046b.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-607487ef4f11f8b3.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-cebe9133fcc629a6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-d17ae93f1c55387c.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-57298e5f1ebf3e7d.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-53e219090bd64788.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-51e70bcbfc9433e9.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b122fed81b2a5729.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e3bc36a7db76edcf.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-5ed6eae08b459f1d.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-07db4924d0e08dfd.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-6995745265fcafb7.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-278f16edac4a6b58.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-8d0fd8390d44d547.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d1a0abc5ade2db54.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-194683ec6123397c/out -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
34862023-05-03T03:07:43.021Z Running `rustc --crate-name omicron_dev --edition=2021 dev-tools/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=2 -C metadata=6cac49c3208e463c -C extra-filename=-6cac49c3208e463c --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-5994f6b5c293cae8.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-3d8e288e1a900f74.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-702ba74a832d38ed.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-49a459f4335048f1.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-70f75cb16bbd0ffc.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-914c403c0d627982.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2090c653edce75b4.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-8d22b0621c8697f6.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-dac7c2241822d49c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-352069586e9acee5.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-ef72c970c28b077b.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-47099fd8bcfec8ee.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-171e8debb916443c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e3bc36a7db76edcf.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-5ed6eae08b459f1d.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-6995745265fcafb7.rlib -D warnings -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-194683ec6123397c/out -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-c1916581d1161ee7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4163f285e5da14b3/out/lib`
34872023-05-03T03:07:43.324Z Running `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=2 --test -C metadata=907d4ed9f3ee870e -C extra-filename=-907d4ed9f3ee870e --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-e252e3603299df68.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-9dd1362437d01057.so --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5d6079816e523e86.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-32820d6515860c0f.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-7dc0d22d892e6145.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-bb405797b454acb7.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-2fcd511091ec8030.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-783a4721a715512c.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-ecbcea7ea3475063.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-2c467c125a960759.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-9544c2a73650ad75.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-cbf5d867b487f4f6.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-60544344d4d0804a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-9d729fa31918ec84.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-940b0a5541759ffe.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-608da47a6c0e709c.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-a8d47fc05b25faaf.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-fbcb9716188a1ce5.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b94bcba36065eae9.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-6f624496ed77b6b0.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b00445e5c4984cd2.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-88178d7c063e03bd.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-194683ec6123397c/out`
34882023-05-03T03:07:48.056Z Running `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=2 --test -C metadata=e823cae25bee9221 -C extra-filename=-e823cae25bee9221 --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-62b0bc28764ccb6d.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-754126440583bf8d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7f67b38d80252182.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-83008e00ec653611.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-940b0a5541759ffe.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-194683ec6123397c/out`
34892023-05-03T03:07:50.897Z Running `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=2 --test -C metadata=585858e372d7d515 -C extra-filename=-585858e372d7d515 --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-e252e3603299df68.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-bb405797b454acb7.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-6556007a14b4ae03.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7b78a4e9c695d3a0.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-3b4ca36201d98b6d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7f67b38d80252182.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-9544c2a73650ad75.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-608da47a6c0e709c.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-997d6fb5225709f2.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-9e43cd504d5e9604.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-6f624496ed77b6b0.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b00445e5c4984cd2.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-3248efa56a00d004.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-265f476839655f3b.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-194683ec6123397c/out`
34902023-05-03T03:08:06.494Z Running `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=2 --test -C metadata=ded901b07dfbfea5 -C extra-filename=-ded901b07dfbfea5 --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-e252e3603299df68.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-e947298cac75f015.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-22d534c80d7f8257.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-32820d6515860c0f.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-a729db707b8ebd77.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7b78a4e9c695d3a0.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-33a657a380225a64.rlib --extern nexus_passwords=/work/oxidecomputer/omicron/target/debug/deps/libnexus_passwords-01bcd9e65691353a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7f67b38d80252182.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-0baef24d3ad1757b.rlib --extern openssl_probe=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_probe-2da14cf7ed816f8e.rlib --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-056c3266de83f973.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-60544344d4d0804a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-9d729fa31918ec84.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-940b0a5541759ffe.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-e65022bd164ddc57.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-88178d7c063e03bd.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-194683ec6123397c/out -L native=/usr/lib/amd64`
34912023-05-03T03:08:11.628Z Running `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 panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="proptest"' --cfg 'feature="test-strategy"' --cfg 'feature="testing"' -C metadata=01e2340c128ae5cf -C extra-filename=-01e2340c128ae5cf --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-5994f6b5c293cae8.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-e947298cac75f015.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-f948db1af84c7386.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-f6168ac296c7f258.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-702ba74a832d38ed.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-52224a5a49498403.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-49a459f4335048f1.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-11c1c3083a27843c.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-635e28a7d213ddf0.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-c12dd9ffd01f62f2.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e1fe41af298a8d63.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-8a685d01b4b534ab.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-8ace6616485d65e0.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-2e9dd16a776ae489.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2090c653edce75b4.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-15ea32b2f5ae1ff3.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-e75c9e72764aea93.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-b652506fad96cfc2.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-95f5a12fb301f6d6.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-34ea04e5319662dd.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5dd698f76fca519f.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-efeeea6aa09c2109.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-03bbb2d6bf1b8aa4.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f346377b38f560a6.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-8eb9b2d8b171c9a9.rlib --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-c95b9f7bda17ba0d.so --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-7a5feb69a2e43728.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-72173ad921688e6f.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-cad423e1b12e046b.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-607487ef4f11f8b3.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-d17ae93f1c55387c.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-53e219090bd64788.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2d30083c4375276e.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-c858a607e9f70d9d.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b122fed81b2a5729.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e3bc36a7db76edcf.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-5ed6eae08b459f1d.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-6995745265fcafb7.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d1a0abc5ade2db54.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-194683ec6123397c/out`
34922023-05-03T03:08:31.510Z Running `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 panic=abort -C embed-bitcode=no -C debuginfo=2 -C metadata=45bc626b6895cc5f -C extra-filename=-45bc626b6895cc5f --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-e9589e46c4d3b8f3.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-f6168ac296c7f258.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-49a459f4335048f1.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-e75c9e72764aea93.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-95f5a12fb301f6d6.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-34ea04e5319662dd.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5dd698f76fca519f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-8eb9b2d8b171c9a9.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-72173ad921688e6f.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e3bc36a7db76edcf.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d1a0abc5ade2db54.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-194683ec6123397c/out`
34932023-05-03T03:08:36.311Z Running `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=2 --test -C metadata=c0055b3d8f4badcd -C extra-filename=-c0055b3d8f4badcd --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-32820d6515860c0f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7b78a4e9c695d3a0.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-593a43af3ae7d8a4.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-0ece2b8dfa70f2e3.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-cbf5d867b487f4f6.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-60544344d4d0804a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-9d729fa31918ec84.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-940b0a5541759ffe.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-608da47a6c0e709c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-88178d7c063e03bd.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-194683ec6123397c/out`
34942023-05-03T03:08:39.130Z Running `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=2 --test -C metadata=e0ef9308829a25d5 -C extra-filename=-e0ef9308829a25d5 --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-22d534c80d7f8257.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-32820d6515860c0f.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-0ece2b8dfa70f2e3.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-83008e00ec653611.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-cbf5d867b487f4f6.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-60544344d4d0804a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-9d729fa31918ec84.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-940b0a5541759ffe.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-608da47a6c0e709c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-88178d7c063e03bd.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-194683ec6123397c/out`
34952023-05-03T03:08:39.872Z Running `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=2 --test -C metadata=1a5def649ad85801 -C extra-filename=-1a5def649ad85801 --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-22d534c80d7f8257.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-32820d6515860c0f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7b78a4e9c695d3a0.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-0ece2b8dfa70f2e3.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-83008e00ec653611.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-db0a4bf089e05b10.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-cbf5d867b487f4f6.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-9d729fa31918ec84.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-940b0a5541759ffe.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b00445e5c4984cd2.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-88178d7c063e03bd.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-194683ec6123397c/out`
34962023-05-03T03:08:40.450Z Running `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=2 --test --cfg 'feature="proptest"' --cfg 'feature="test-strategy"' --cfg 'feature="testing"' -C metadata=4adf99d83973e990 -C extra-filename=-4adf99d83973e990 --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-e252e3603299df68.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-e947298cac75f015.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-8f7fb64a3d25089f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-32820d6515860c0f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-bb405797b454acb7.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-6556007a14b4ae03.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7b78a4e9c695d3a0.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-655e4d3d400b5f6c.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-593a43af3ae7d8a4.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-7bafaac42e9cbf8e.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-62b0bc28764ccb6d.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-754126440583bf8d.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-3b4ca36201d98b6d.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-45abe64e6bdf385a.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-7a83e6269ec330ba.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-0ece2b8dfa70f2e3.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-50228240c84c41f7.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-83008e00ec653611.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-db0a4bf089e05b10.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-cbf5d867b487f4f6.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-48cef5dadd3b79b2.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-60544344d4d0804a.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f99b5342d7e26ab1.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-9d729fa31918ec84.rlib --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-c95b9f7bda17ba0d.so --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-69ac86f66ffeb98e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-940b0a5541759ffe.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-8e61de94ee7afc12.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-6a79f340c2975f76.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-608da47a6c0e709c.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-e65022bd164ddc57.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-cd3c6430518fdfe1.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-c858a607e9f70d9d.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-6f624496ed77b6b0.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b00445e5c4984cd2.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-3248efa56a00d004.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5e80fb21cb0c93db.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-88178d7c063e03bd.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-194683ec6123397c/out`
34972023-05-03T03:09:14.560Z Running `rustc --crate-name test_omicron_dev --edition=2021 dev-tools/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=2 --test -C metadata=3300d43807bdeeb5 -C extra-filename=-3300d43807bdeeb5 --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-e252e3603299df68.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-7dc0d22d892e6145.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-bb405797b454acb7.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-6556007a14b4ae03.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7b78a4e9c695d3a0.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-3b4ca36201d98b6d.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-31e6bcdef0f5c245.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-6bd47c357d2dde37.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7f67b38d80252182.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-5254f221109bdb4e.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-3f2d39fb2c9a718d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-783a4721a715512c.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-e8b3594945a75945.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-85415ae6ec2a7f7f.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-3c9c99c977d3a39f.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-03f5ed3ad68bc73a.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-997d6fb5225709f2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b00445e5c4984cd2.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-3248efa56a00d004.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5e80fb21cb0c93db.rlib -D warnings -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-194683ec6123397c/out -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-c1916581d1161ee7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4163f285e5da14b3/out/lib`
34982023-05-03T03:09:14.588Z Running `rustc --crate-name omicron_dev --edition=2021 dev-tools/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=2 --test -C metadata=332043ac77f38c19 -C extra-filename=-332043ac77f38c19 --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-e252e3603299df68.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-7dc0d22d892e6145.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-bb405797b454acb7.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-6556007a14b4ae03.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7b78a4e9c695d3a0.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-3b4ca36201d98b6d.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-31e6bcdef0f5c245.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-6bd47c357d2dde37.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7f67b38d80252182.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-5254f221109bdb4e.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-3f2d39fb2c9a718d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-783a4721a715512c.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-e8b3594945a75945.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-85415ae6ec2a7f7f.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-3c9c99c977d3a39f.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-03f5ed3ad68bc73a.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-997d6fb5225709f2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b00445e5c4984cd2.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-3248efa56a00d004.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5e80fb21cb0c93db.rlib -D warnings -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-194683ec6123397c/out -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-c1916581d1161ee7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4163f285e5da14b3/out/lib`
34992023-05-03T03:09:20.402Z Running `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=2 --test -C metadata=208dd36b5428cdaf -C extra-filename=-208dd36b5428cdaf --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-e252e3603299df68.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-6cea7b82fc2c156e.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-1eaea6c9500a92e1.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-9dd1362437d01057.so --extern authz_macros=/work/oxidecomputer/omicron/target/debug/deps/libauthz_macros-beb2cab24301158f.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-22d534c80d7f8257.rlib --extern bb8=/work/oxidecomputer/omicron/target/debug/deps/libbb8-9b42e8c724a0820a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-32820d6515860c0f.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-7dc0d22d892e6145.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-e0a7d0b042fae0ec.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-4368945b58a5d866.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-8491eeb81916aca1.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-1aa7430eb2a7c53e.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-f908de5799e27a39.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-8a78df13d20d161b.rlib --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-2c2948b41eeb9d89.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-8a05273ce54c14b2.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-a729db707b8ebd77.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-22e212e25944101a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-bb405797b454acb7.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-6556007a14b4ae03.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-493b3323f6644d3c.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7b78a4e9c695d3a0.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-0fcffd7e4cb0e316.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-655e4d3d400b5f6c.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-593a43af3ae7d8a4.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-8e088d42221dbd2b.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-7bafaac42e9cbf8e.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-5a5f66f23c4afce8.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-318ff220679aa475.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-62b0bc28764ccb6d.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-2fcd511091ec8030.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-754126440583bf8d.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-45abe64e6bdf385a.rlib --extern mime_guess=/work/oxidecomputer/omicron/target/debug/deps/libmime_guess-4384cba95888b138.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-33a657a380225a64.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-0acf17a0ed8392cb.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-08c8c860b17402ce.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-e5f0f2e83bbd5cad.rlib --extern nexus_passwords=/work/oxidecomputer/omicron/target/debug/deps/libnexus_passwords-01bcd9e65691353a.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-31e6bcdef0f5c245.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-6bd47c357d2dde37.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-a7823773f9f09fa8.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e96be1cd5c41de3d.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-5c515c35e9fb63ce.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7f67b38d80252182.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-5254f221109bdb4e.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-3f2d39fb2c9a718d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-783a4721a715512c.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-163217bf2304842d.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-86243cda88014f9c.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-232027aad4e287f3.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-0baef24d3ad1757b.rlib --extern openssl_probe=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_probe-2da14cf7ed816f8e.rlib --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-056c3266de83f973.rlib --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-265065d513e4624b.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-ecbcea7ea3475063.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-ec4239c897a05e14.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-2c467c125a960759.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-ff17ac0dfaff74f7.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-5726622b2eda91b0.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-7a83e6269ec330ba.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-e128a85526f2d403.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-1b5c7dc73b7acf7b.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-9886d8f16d24129f.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-85415ae6ec2a7f7f.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-054855d80e4c98f7.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-83008e00ec653611.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-6107f05503fdbc21.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-3cd40aaab93fead3.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-9544c2a73650ad75.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-cbf5d867b487f4f6.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-48cef5dadd3b79b2.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-a9ad89985b57c363.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-6b83b946082d83da.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-60544344d4d0804a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-9d729fa31918ec84.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-940b0a5541759ffe.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-8e61de94ee7afc12.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-6a79f340c2975f76.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-4e6a129eb36cd63f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-608da47a6c0e709c.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-fbcb9716188a1ce5.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-e65022bd164ddc57.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-cd3c6430518fdfe1.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-997d6fb5225709f2.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-9e43cd504d5e9604.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-72a619a7975ce97e.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-6f624496ed77b6b0.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b00445e5c4984cd2.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-3248efa56a00d004.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-baca43dc2d70b5ca.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5e80fb21cb0c93db.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-4b89ef9c0f5a704a.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-a646ef7eb66ccb00.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-265f476839655f3b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-88178d7c063e03bd.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-194683ec6123397c/out -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-c1916581d1161ee7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4163f285e5da14b3/out/lib`
35002023-05-03T03:09:29.018Z Running `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=2 --test -C metadata=e06716adaee6f57f -C extra-filename=-e06716adaee6f57f --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-e252e3603299df68.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-6cea7b82fc2c156e.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-1eaea6c9500a92e1.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-9dd1362437d01057.so --extern authz_macros=/work/oxidecomputer/omicron/target/debug/deps/libauthz_macros-beb2cab24301158f.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-22d534c80d7f8257.rlib --extern bb8=/work/oxidecomputer/omicron/target/debug/deps/libbb8-9b42e8c724a0820a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-32820d6515860c0f.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-7dc0d22d892e6145.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-e0a7d0b042fae0ec.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-4368945b58a5d866.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-8491eeb81916aca1.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-1aa7430eb2a7c53e.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-f908de5799e27a39.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-8a78df13d20d161b.rlib --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-2c2948b41eeb9d89.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-8a05273ce54c14b2.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-a729db707b8ebd77.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-22e212e25944101a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-bb405797b454acb7.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-6556007a14b4ae03.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-493b3323f6644d3c.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7b78a4e9c695d3a0.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-0fcffd7e4cb0e316.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-655e4d3d400b5f6c.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-593a43af3ae7d8a4.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-8e088d42221dbd2b.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-7bafaac42e9cbf8e.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-5a5f66f23c4afce8.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-318ff220679aa475.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-62b0bc28764ccb6d.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-2fcd511091ec8030.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-754126440583bf8d.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-45abe64e6bdf385a.rlib --extern mime_guess=/work/oxidecomputer/omicron/target/debug/deps/libmime_guess-4384cba95888b138.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-33a657a380225a64.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-0acf17a0ed8392cb.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-08c8c860b17402ce.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-e5f0f2e83bbd5cad.rlib --extern nexus_passwords=/work/oxidecomputer/omicron/target/debug/deps/libnexus_passwords-01bcd9e65691353a.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-31e6bcdef0f5c245.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-6bd47c357d2dde37.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-a7823773f9f09fa8.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e96be1cd5c41de3d.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-5c515c35e9fb63ce.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7f67b38d80252182.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-5254f221109bdb4e.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-3f2d39fb2c9a718d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-783a4721a715512c.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-163217bf2304842d.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-86243cda88014f9c.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-232027aad4e287f3.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-0baef24d3ad1757b.rlib --extern openssl_probe=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_probe-2da14cf7ed816f8e.rlib --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-056c3266de83f973.rlib --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-265065d513e4624b.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-ecbcea7ea3475063.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-ec4239c897a05e14.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-2c467c125a960759.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-ff17ac0dfaff74f7.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-5726622b2eda91b0.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-7a83e6269ec330ba.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-e128a85526f2d403.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-1b5c7dc73b7acf7b.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-9886d8f16d24129f.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-85415ae6ec2a7f7f.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-054855d80e4c98f7.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-83008e00ec653611.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-6107f05503fdbc21.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-3cd40aaab93fead3.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-9544c2a73650ad75.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-cbf5d867b487f4f6.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-48cef5dadd3b79b2.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-a9ad89985b57c363.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-6b83b946082d83da.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-60544344d4d0804a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-9d729fa31918ec84.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-940b0a5541759ffe.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-8e61de94ee7afc12.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-6a79f340c2975f76.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-4e6a129eb36cd63f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-608da47a6c0e709c.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-fbcb9716188a1ce5.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-e65022bd164ddc57.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-cd3c6430518fdfe1.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-997d6fb5225709f2.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-9e43cd504d5e9604.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-72a619a7975ce97e.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-6f624496ed77b6b0.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b00445e5c4984cd2.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-3248efa56a00d004.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-baca43dc2d70b5ca.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5e80fb21cb0c93db.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-4b89ef9c0f5a704a.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-a646ef7eb66ccb00.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-265f476839655f3b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-88178d7c063e03bd.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-194683ec6123397c/out -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-c1916581d1161ee7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4163f285e5da14b3/out/lib`
35012023-05-03T03:09:39.915Z Running `rustc --crate-name setup_benchmark --edition=2021 nexus/benches/setup_benchmark.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --cfg test -C metadata=b15fdeff06781292 -C extra-filename=-b15fdeff06781292 --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-e252e3603299df68.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-6cea7b82fc2c156e.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-1eaea6c9500a92e1.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-9dd1362437d01057.so --extern authz_macros=/work/oxidecomputer/omicron/target/debug/deps/libauthz_macros-beb2cab24301158f.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-22d534c80d7f8257.rlib --extern bb8=/work/oxidecomputer/omicron/target/debug/deps/libbb8-9b42e8c724a0820a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-32820d6515860c0f.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-7dc0d22d892e6145.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-e0a7d0b042fae0ec.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-4368945b58a5d866.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-8491eeb81916aca1.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-1aa7430eb2a7c53e.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-f908de5799e27a39.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-8a78df13d20d161b.rlib --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-2c2948b41eeb9d89.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-8a05273ce54c14b2.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-a729db707b8ebd77.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-22e212e25944101a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-bb405797b454acb7.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-6556007a14b4ae03.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-493b3323f6644d3c.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7b78a4e9c695d3a0.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-0fcffd7e4cb0e316.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-655e4d3d400b5f6c.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-593a43af3ae7d8a4.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-8e088d42221dbd2b.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-7bafaac42e9cbf8e.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-5a5f66f23c4afce8.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-318ff220679aa475.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-62b0bc28764ccb6d.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-2fcd511091ec8030.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-754126440583bf8d.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-45abe64e6bdf385a.rlib --extern mime_guess=/work/oxidecomputer/omicron/target/debug/deps/libmime_guess-4384cba95888b138.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-33a657a380225a64.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-0acf17a0ed8392cb.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-08c8c860b17402ce.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-e5f0f2e83bbd5cad.rlib --extern nexus_passwords=/work/oxidecomputer/omicron/target/debug/deps/libnexus_passwords-01bcd9e65691353a.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-31e6bcdef0f5c245.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-6bd47c357d2dde37.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-a7823773f9f09fa8.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e96be1cd5c41de3d.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-5c515c35e9fb63ce.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7f67b38d80252182.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-5254f221109bdb4e.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-3f2d39fb2c9a718d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-783a4721a715512c.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-163217bf2304842d.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-86243cda88014f9c.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-232027aad4e287f3.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-0baef24d3ad1757b.rlib --extern openssl_probe=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_probe-2da14cf7ed816f8e.rlib --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-056c3266de83f973.rlib --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-265065d513e4624b.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-ecbcea7ea3475063.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-ec4239c897a05e14.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-2c467c125a960759.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-ff17ac0dfaff74f7.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-5726622b2eda91b0.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-7a83e6269ec330ba.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-e128a85526f2d403.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-1b5c7dc73b7acf7b.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-9886d8f16d24129f.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-85415ae6ec2a7f7f.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-054855d80e4c98f7.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-83008e00ec653611.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-6107f05503fdbc21.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-3cd40aaab93fead3.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-9544c2a73650ad75.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-cbf5d867b487f4f6.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-48cef5dadd3b79b2.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-a9ad89985b57c363.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-6b83b946082d83da.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-60544344d4d0804a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-9d729fa31918ec84.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-940b0a5541759ffe.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-8e61de94ee7afc12.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-6a79f340c2975f76.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-4e6a129eb36cd63f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-608da47a6c0e709c.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-fbcb9716188a1ce5.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-e65022bd164ddc57.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-cd3c6430518fdfe1.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-997d6fb5225709f2.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-9e43cd504d5e9604.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-72a619a7975ce97e.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-6f624496ed77b6b0.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b00445e5c4984cd2.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-3248efa56a00d004.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-baca43dc2d70b5ca.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5e80fb21cb0c93db.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-4b89ef9c0f5a704a.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-a646ef7eb66ccb00.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-265f476839655f3b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-88178d7c063e03bd.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-194683ec6123397c/out -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-c1916581d1161ee7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4163f285e5da14b3/out/lib`
35022023-05-03T03:21:16.625Z Finished dev [unoptimized + debuginfo] target(s) in 46m 00s
35032023-05-03T03:21:36.035Z
35042023-05-03T03:21:36.042Zreal 46:19.640427332
35052023-05-03T03:21:36.048Zuser 3:44:18.863494031
35062023-05-03T03:21:36.053Zsys 38:58.557234504
35072023-05-03T03:21:36.059Ztrap 40.788004720
35082023-05-03T03:21:36.064Ztflt 21.795396872
35092023-05-03T03:21:36.069Zdflt 16:11.301993448
35102023-05-03T03:21:36.081Zkflt 1.543616145
35112023-05-03T03:21:36.085Zlock 9:19:44.116880846
35122023-05-03T03:21:36.091Zslp 17:31:30.125797808
35132023-05-03T03:21:36.096Zlat 17:20.101720163
35142023-05-03T03:21:36.101Zstop 11:04.373590440
35152023-05-03T03:21:37.031Z+ banner test
35162023-05-03T03:21:37.080Z+ ptime -m cargo test --locked --verbose --no-fail-fast
35172023-05-03T03:21:38.185Z
35182023-05-03T03:21:38.190Z ##### ###### #### #####
35192023-05-03T03:21:38.196Z # # # #
35202023-05-03T03:21:38.393Z # ##### #### #
35212023-05-03T03:21:38.398Z # # # #
35222023-05-03T03:21:38.404Z # # # # #
35232023-05-03T03:21:38.410Z # ###### #### #
35242023-05-03T03:21:38.416Z
35252023-05-03T03:21:40.343Z Fresh autocfg v1.1.0
35262023-05-03T03:21:40.348Z Fresh version_check v0.9.4
35272023-05-03T03:21:40.353Z Fresh jobserver v0.1.26
35282023-05-03T03:21:40.359Z Fresh serde_derive v1.0.160
35292023-05-03T03:21:40.364Z Fresh thiserror-impl v1.0.40
35302023-05-03T03:21:40.369Z Fresh cc v1.0.79
35312023-05-03T03:21:40.379Z Fresh tokio-macros v2.1.0
35322023-05-03T03:21:40.384Z Fresh futures-macro v0.3.28
35332023-05-03T03:21:40.388Z Fresh unicode-xid v0.2.4
35342023-05-03T03:21:40.393Z Fresh synstructure v0.12.6
35352023-05-03T03:21:40.399Z Fresh serde_derive_internals v0.26.0
35362023-05-03T03:21:40.404Z Fresh schemars_derive v0.8.12
35372023-05-03T03:21:40.408Z Fresh pkg-config v0.3.26
35382023-05-03T03:21:40.413Z Fresh tracing-attributes v0.1.23
35392023-05-03T03:21:40.419Z Fresh serde_tokenstream v0.2.0
35402023-05-03T03:21:40.424Z Fresh async-trait v0.1.68
35412023-05-03T03:21:40.429Z Fresh clap_derive v4.2.0
35422023-05-03T03:21:40.434Z Fresh libc v0.2.142
35432023-05-03T03:21:40.439Z Fresh cargo-lock v8.0.3
35442023-05-03T03:21:40.444Z Fresh zerocopy-derive v0.2.0
35452023-05-03T03:21:40.449Z Fresh libz-sys v1.1.8
35462023-05-03T03:21:40.455Z Fresh time-macros v0.2.8
35472023-05-03T03:21:40.460Z Fresh project-root v0.2.2
35482023-05-03T03:21:40.465Z Fresh typify-macro v0.0.12-dev (https://github.com/oxidecomputer/typify#4152a79d)
35492023-05-03T03:21:40.470Z Fresh libgit2-sys v0.14.2+1.5.1
35502023-05-03T03:21:40.476Z Fresh pest_meta v2.5.6
35512023-05-03T03:21:40.481Z Fresh git2 v0.16.1
35522023-05-03T03:21:40.486Z Fresh pest_generator v2.5.6
35532023-05-03T03:21:40.491Z Fresh built v0.6.0
35542023-05-03T03:21:40.496Z Fresh pest_derive v2.5.6
35552023-05-03T03:21:40.501Z Fresh serde_tokenstream v0.1.7
35562023-05-03T03:21:40.506Z Fresh progenitor-macro v0.2.1-dev (https://github.com/oxidecomputer/progenitor?branch=main#c965167e)
35572023-05-03T03:21:40.511Z Fresh usdt-macro v0.3.5
35582023-05-03T03:21:40.516Z Fresh usdt-attr-macro v0.3.5
35592023-05-03T03:21:40.521Z Fresh cfg-if v1.0.0
35602023-05-03T03:21:40.526Z Fresh async-stream-impl v0.3.5
35612023-05-03T03:21:40.531Z Fresh ident_case v1.0.1
35622023-05-03T03:21:40.537Z Fresh dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#d17f74d4)
35632023-05-03T03:21:40.542Z Fresh paste v1.0.12
35642023-05-03T03:21:40.547Z Fresh semver v0.1.20
35652023-05-03T03:21:40.552Z Fresh rustc_version v0.1.7
35662023-05-03T03:21:40.557Z Fresh darling_core v0.20.0
35672023-05-03T03:21:40.562Z Fresh rustversion v1.0.12
35682023-05-03T03:21:40.567Z Fresh darling_macro v0.20.0
35692023-05-03T03:21:40.573Z Fresh structmeta-derive v0.1.5
35702023-05-03T03:21:40.578Z Fresh strum_macros v0.24.3
35712023-05-03T03:21:40.583Z Fresh darling v0.20.0
35722023-05-03T03:21:40.589Z Fresh structmeta v0.1.5
35732023-05-03T03:21:40.594Z Fresh serde_with_macros v2.3.3
35742023-05-03T03:21:40.599Z Fresh parse-display-derive v0.7.0
35752023-05-03T03:21:40.605Z Fresh serde v1.0.160
35762023-05-03T03:21:40.610Z Fresh api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
35772023-05-03T03:21:40.615Z Fresh test-strategy v0.2.1
35782023-05-03T03:21:40.621Z Fresh log v0.4.17
35792023-05-03T03:21:40.626Z Fresh getrandom v0.2.8
35802023-05-03T03:21:41.068Z Fresh scopeguard v1.1.0
35812023-05-03T03:21:41.074Z Fresh memchr v2.5.0
35822023-05-03T03:21:41.082Z Fresh bytes v1.4.0
35832023-05-03T03:21:41.095Z Fresh smallvec v1.10.0
35842023-05-03T03:21:41.101Z Fresh once_cell v1.17.1
35852023-05-03T03:21:41.106Z Fresh itoa v1.0.6
35862023-05-03T03:21:41.111Z Fresh lock_api v0.4.9
35872023-05-03T03:21:41.116Z Fresh parking_lot_core v0.9.7
35882023-05-03T03:21:41.122Z Fresh typenum v1.16.0
35892023-05-03T03:21:41.127Z Fresh pin-project-lite v0.2.9
35902023-05-03T03:21:41.132Z Fresh parking_lot v0.12.1
35912023-05-03T03:21:41.137Z Fresh generic-array v0.14.6
35922023-05-03T03:21:41.142Z Fresh signal-hook-registry v1.4.1
35932023-05-03T03:21:41.147Z Fresh thiserror v1.0.40
35942023-05-03T03:21:41.153Z Fresh bitflags v1.3.2
35952023-05-03T03:21:41.158Z Fresh num_cpus v1.15.0
35962023-05-03T03:21:41.163Z Fresh socket2 v0.4.9
35972023-05-03T03:21:41.168Z Fresh byteorder v1.4.3
35982023-05-03T03:21:41.174Z Fresh futures-core v0.3.28
35992023-05-03T03:21:41.179Z Fresh ryu v1.0.13
36002023-05-03T03:21:41.184Z Fresh rand_core v0.6.4
36012023-05-03T03:21:41.190Z Fresh libm v0.2.6
36022023-05-03T03:21:41.195Z Fresh num-traits v0.2.15
36032023-05-03T03:21:41.200Z Fresh serde_json v1.0.96
36042023-05-03T03:21:41.205Z Fresh futures-sink v0.3.28
36052023-05-03T03:21:41.210Z Fresh crypto-common v0.1.6
36062023-05-03T03:21:41.215Z Fresh block-buffer v0.10.4
36072023-05-03T03:21:41.220Z Fresh pin-utils v0.1.0
36082023-05-03T03:21:41.225Z Fresh slab v0.4.8
36092023-05-03T03:21:41.231Z Fresh futures-channel v0.3.28
36102023-05-03T03:21:41.236Z Fresh futures-task v0.3.28
36112023-05-03T03:21:41.241Z Fresh futures-io v0.3.28
36122023-05-03T03:21:41.247Z Fresh num-integer v0.1.45
36132023-05-03T03:21:41.252Z Fresh time v0.1.45
36142023-05-03T03:21:41.257Z Fresh iana-time-zone v0.1.53
36152023-05-03T03:21:41.262Z Fresh futures-util v0.3.28
36162023-05-03T03:21:41.267Z Fresh chrono v0.4.24
36172023-05-03T03:21:41.272Z Fresh uuid v1.3.2
36182023-05-03T03:21:41.277Z Fresh tinyvec_macros v0.1.1
36192023-05-03T03:21:41.299Z Fresh ppv-lite86 v0.2.17
36202023-05-03T03:21:41.304Z Fresh tinyvec v1.6.0
36212023-05-03T03:21:41.309Z Fresh fnv v1.0.7
36222023-05-03T03:21:41.314Z Fresh unicode-bidi v0.3.11
36232023-05-03T03:21:41.320Z Fresh lazy_static v1.4.0
36242023-05-03T03:21:41.325Z Fresh hashbrown v0.12.3
36252023-05-03T03:21:41.330Z Fresh tracing-core v0.1.30
36262023-05-03T03:21:41.336Z Fresh proc-macro-error-attr v1.0.4
36272023-05-03T03:21:41.341Z Fresh unicode-normalization v0.1.22
36282023-05-03T03:21:41.346Z Fresh indexmap v1.9.3
36292023-05-03T03:21:41.351Z Fresh percent-encoding v2.2.0
36302023-05-03T03:21:41.356Z Fresh dyn-clone v1.0.11
36312023-05-03T03:21:41.362Z Fresh http v0.2.9
36322023-05-03T03:21:41.367Z Fresh rand_chacha v0.3.1
36332023-05-03T03:21:41.372Z Fresh proc-macro-error v1.0.4
36342023-05-03T03:21:41.377Z Fresh form_urlencoded v1.1.0
36352023-05-03T03:21:41.382Z Fresh untrusted v0.7.1
36362023-05-03T03:21:41.388Z Fresh spin v0.5.2
36372023-05-03T03:21:41.393Z Fresh adler v1.0.2
36382023-05-03T03:21:41.398Z Fresh rand v0.8.5
36392023-05-03T03:21:41.403Z Fresh cpufeatures v0.2.5
36402023-05-03T03:21:41.409Z Fresh unicode-ident v1.0.8
36412023-05-03T03:21:41.414Z Fresh proc-macro2 v1.0.56
36422023-05-03T03:21:41.419Z Fresh idna v0.3.0
36432023-05-03T03:21:41.424Z Fresh ucd-trie v0.1.5
36442023-05-03T03:21:41.429Z Fresh schemars v0.8.12
36452023-05-03T03:21:41.435Z Fresh aho-corasick v1.0.1
36462023-05-03T03:21:41.440Z Fresh slog v2.7.0
36472023-05-03T03:21:41.445Z Fresh regex-syntax v0.7.1
36482023-05-03T03:21:41.450Z Fresh url v2.3.1
36492023-05-03T03:21:41.455Z Fresh quote v1.0.26
36502023-05-03T03:21:41.460Z Fresh pest v2.5.6
36512023-05-03T03:21:41.465Z Fresh base64 v0.21.0
36522023-05-03T03:21:41.471Z Fresh regex v1.8.1
36532023-05-03T03:21:41.476Z Fresh io-lifetimes v1.0.6
36542023-05-03T03:21:41.481Z Fresh httparse v1.8.0
36552023-05-03T03:21:41.486Z Fresh zeroize_derive v1.3.3
36562023-05-03T03:21:41.491Z Fresh gimli v0.27.2
36572023-05-03T03:21:41.496Z Fresh miniz_oxide v0.6.2
36582023-05-03T03:21:41.501Z Fresh object v0.30.3
36592023-05-03T03:21:41.507Z Fresh rustc-demangle v0.1.21
36602023-05-03T03:21:41.512Z Fresh atty v0.2.14
36612023-05-03T03:21:41.518Z Fresh addr2line v0.19.0
36622023-05-03T03:21:41.523Z Fresh zerocopy-derive v0.3.2
36632023-05-03T03:21:41.528Z Fresh try-lock v0.2.4
36642023-05-03T03:21:41.534Z Fresh httpdate v1.0.2
36652023-05-03T03:21:41.539Z Fresh backtrace v0.3.67
36662023-05-03T03:21:41.544Z Fresh ipnet v2.7.1
36672023-05-03T03:21:41.549Z Fresh unicode-width v0.1.10
36682023-05-03T03:21:41.554Z Fresh tower-service v0.3.2
36692023-05-03T03:21:41.560Z Fresh rustls-pemfile v1.0.2
36702023-05-03T03:21:41.565Z Fresh serde_urlencoded v0.7.1
36712023-05-03T03:21:41.570Z Fresh futures-executor v0.3.28
36722023-05-03T03:21:41.577Z Fresh errno v0.3.0
36732023-05-03T03:21:41.582Z Fresh mime v0.3.16
36742023-05-03T03:21:41.587Z Fresh ahash v0.8.3
36752023-05-03T03:21:41.592Z Fresh proc-macro-crate v1.3.1
36762023-05-03T03:21:41.598Z Fresh rustix v0.37.7
36772023-05-03T03:21:41.604Z Fresh errno v0.2.8
36782023-05-03T03:21:41.609Z Fresh fastrand v1.9.0
36792023-05-03T03:21:41.614Z Fresh futures v0.3.28
36802023-05-03T03:21:41.620Z Fresh hashbrown v0.13.2
36812023-05-03T03:21:41.626Z Fresh num_enum_derive v0.5.11
36822023-05-03T03:21:41.632Z Fresh tempfile v3.5.0
36832023-05-03T03:21:41.637Z Fresh encoding_rs v0.8.32
36842023-05-03T03:21:41.642Z Fresh utf8parse v0.2.1
36852023-05-03T03:21:41.647Z Fresh num_threads v0.1.6
36862023-05-03T03:21:41.661Z Fresh time-core v0.1.0
36872023-05-03T03:21:41.666Z Fresh strsim v0.10.0
36882023-05-03T03:21:41.671Z Fresh regress v0.5.0
36892023-05-03T03:21:41.680Z Fresh anstyle-parse v0.2.0
36902023-05-03T03:21:41.685Z Fresh openapiv3 v1.0.2
36912023-05-03T03:21:41.697Z Fresh zerocopy v0.3.0
36922023-05-03T03:21:41.702Z Fresh colorchoice v1.0.0
36932023-05-03T03:21:41.707Z Fresh anstyle-query v1.0.0
36942023-05-03T03:21:41.714Z Fresh same-file v1.0.6
36952023-05-03T03:21:41.720Z Fresh anstyle v1.0.0
36962023-05-03T03:21:41.733Z Fresh dof v0.1.5
36972023-05-03T03:21:41.739Z Fresh syn v2.0.15
36982023-05-03T03:21:41.744Z Fresh semver-parser v0.10.2
36992023-05-03T03:21:41.751Z Fresh walkdir v2.3.3
37002023-05-03T03:21:41.757Z Fresh syn v1.0.109
37012023-05-03T03:21:41.771Z Fresh dtrace-parser v0.1.14
37022023-05-03T03:21:41.776Z Fresh toml v0.5.11
37032023-05-03T03:21:41.781Z Fresh thread-id v4.0.0
37042023-05-03T03:21:41.789Z Fresh rustc_version v0.4.0
37052023-05-03T03:21:41.794Z Fresh heck v0.4.1
37062023-05-03T03:21:41.808Z Fresh clap_lex v0.4.1
37072023-05-03T03:21:41.813Z Fresh usdt-impl v0.3.5
37082023-05-03T03:21:41.818Z Fresh typify-impl v0.0.12-dev (https://github.com/oxidecomputer/typify#4152a79d)
37092023-05-03T03:21:41.825Z Fresh semver v0.11.0
37102023-05-03T03:21:41.830Z Fresh home v0.5.4
37112023-05-03T03:21:41.836Z Fresh toolchain_find v0.2.0
37122023-05-03T03:21:41.841Z Fresh typify v0.0.12-dev (https://github.com/oxidecomputer/typify#4152a79d)
37132023-05-03T03:21:41.846Z Fresh getopts v0.2.21
37142023-05-03T03:21:41.851Z Fresh dirs-sys-next v0.1.2
37152023-05-03T03:21:41.857Z Fresh unsafe-libyaml v0.2.7
37162023-05-03T03:21:41.862Z Fresh match_cfg v0.1.0
37172023-05-03T03:21:41.867Z Fresh progenitor-impl v0.2.1-dev (https://github.com/oxidecomputer/progenitor?branch=main#c965167e)
37182023-05-03T03:21:41.871Z Fresh rustfmt-wrapper v0.2.0
37192023-05-03T03:21:41.893Z Fresh dirs-next v2.0.0
37202023-05-03T03:21:41.899Z Fresh serde_yaml v0.9.19
37212023-05-03T03:21:41.904Z Fresh hostname v0.3.1
37222023-05-03T03:21:41.909Z Fresh thread_local v1.1.7
37232023-05-03T03:21:41.914Z Fresh term v0.7.0
37242023-05-03T03:21:41.920Z Fresh serde_spanned v0.6.1
37252023-05-03T03:21:41.925Z Fresh toml_datetime v0.6.1
37262023-05-03T03:21:41.930Z Fresh instant v0.1.12
37272023-05-03T03:21:41.935Z Fresh enum-as-inner v0.5.1
37282023-05-03T03:21:41.940Z Fresh winnow v0.3.5
37292023-05-03T03:21:41.945Z Fresh take_mut v0.2.2
37302023-05-03T03:21:41.950Z Fresh camino v1.1.4
37312023-05-03T03:21:41.956Z Fresh toml_edit v0.19.7
37322023-05-03T03:21:41.962Z Fresh async-stream v0.3.5
37332023-05-03T03:21:41.967Z Fresh serde_path_to_error v0.1.11
37342023-05-03T03:21:41.972Z Fresh toml v0.7.3
37352023-05-03T03:21:41.977Z Fresh mio v0.8.6
37362023-05-03T03:21:41.982Z Fresh ring v0.16.20
37372023-05-03T03:21:41.987Z Fresh ipnetwork v0.20.0
37382023-05-03T03:21:41.993Z Fresh rustix v0.36.9
37392023-05-03T03:21:41.998Z Fresh tokio v1.28.0
37402023-05-03T03:21:42.003Z Fresh siphasher v0.3.10
37412023-05-03T03:21:42.016Z Fresh sct v0.7.0
37422023-05-03T03:21:42.021Z Fresh tracing v0.1.37
37432023-05-03T03:21:42.026Z Fresh is-terminal v0.4.4
37442023-05-03T03:21:42.031Z Fresh tokio-util v0.7.8
37452023-05-03T03:21:42.036Z Fresh hex v0.4.3
37462023-05-03T03:21:42.041Z Fresh webpki v0.22.0
37472023-05-03T03:21:42.046Z Fresh stringprep v0.1.2
37482023-05-03T03:21:42.051Z Fresh foreign-types-macros v0.2.2
37492023-05-03T03:21:42.489Z Fresh fixedbitset v0.4.2
37502023-05-03T03:21:42.495Z Fresh fallible-iterator v0.2.0
37512023-05-03T03:21:42.500Z Fresh h2 v0.3.17
37522023-05-03T03:21:42.505Z Fresh petgraph v0.6.3
37532023-05-03T03:21:42.518Z Fresh phf_shared v0.11.1
37542023-05-03T03:21:42.523Z Fresh want v0.3.0
37552023-05-03T03:21:42.528Z Fresh socket2 v0.5.1
37562023-05-03T03:21:42.533Z Fresh http-body v0.4.5
37572023-05-03T03:21:42.538Z Fresh phf v0.11.1
37582023-05-03T03:21:42.544Z Fresh hyper v0.14.26
37592023-05-03T03:21:42.549Z Fresh rustls v0.20.8
37602023-05-03T03:21:42.554Z Fresh serde_with v2.3.3
37612023-05-03T03:21:42.559Z Fresh newtype_derive v0.1.6
37622023-05-03T03:21:42.565Z Fresh kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=3f92917953d4e2d2ee2792ce530cace2bd055127#3f929179)
37632023-05-03T03:21:42.570Z Fresh rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#c9c064ef)
37642023-05-03T03:21:42.575Z Fresh tokio-rustls v0.23.4
37652023-05-03T03:21:42.581Z Fresh serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes#0a097945)
37662023-05-03T03:21:42.586Z Fresh parse-display v0.7.0
37672023-05-03T03:21:42.591Z Fresh semver v1.0.17
37682023-05-03T03:21:42.596Z Fresh macaddr v1.0.1
37692023-05-03T03:21:42.602Z Fresh strum v0.24.1
37702023-05-03T03:21:42.607Z Fresh quick-error v1.2.3
37712023-05-03T03:21:42.612Z Fresh hyper-rustls v0.23.2
37722023-05-03T03:21:42.617Z Fresh webpki-roots v0.22.6
37732023-05-03T03:21:42.622Z Fresh snafu-derive v0.7.4
37742023-05-03T03:21:42.628Z Fresh anstream v0.3.0
37752023-05-03T03:21:42.633Z Fresh anyhow v1.0.71
37762023-05-03T03:21:42.638Z Fresh reqwest v0.11.17
37772023-05-03T03:21:42.643Z Fresh wait-timeout v0.2.0
37782023-05-03T03:21:42.648Z Fresh rusty-fork v0.3.0
37792023-05-03T03:21:42.653Z Fresh clap_builder v4.2.5
37802023-05-03T03:21:42.659Z Fresh zone_cfg_derive v0.2.0
37812023-05-03T03:21:42.664Z Fresh rand_xorshift v0.3.0
37822023-05-03T03:21:42.669Z Fresh mockall_derive v0.11.4
37832023-05-03T03:21:42.674Z Fresh regex-syntax v0.6.29
37842023-05-03T03:21:42.679Z Fresh unarray v0.1.4
37852023-05-03T03:21:42.684Z Fresh quick-error v2.0.1
37862023-05-03T03:21:42.689Z Fresh clap v4.2.5
37872023-05-03T03:21:42.695Z Fresh progenitor-client v0.2.1-dev (https://github.com/oxidecomputer/progenitor?branch=main#c965167e)
37882023-05-03T03:21:42.700Z Fresh heck v0.3.3
37892023-05-03T03:21:42.705Z Fresh proptest v1.1.0
37902023-05-03T03:21:42.710Z Fresh hubpack_derive v0.1.1
37912023-05-03T03:21:42.715Z Fresh structopt-derive v0.4.18
37922023-05-03T03:21:42.719Z Fresh progenitor v0.2.1-dev (https://github.com/oxidecomputer/progenitor?branch=main#c965167e)
37932023-05-03T03:21:42.724Z Fresh newline-converter v0.3.0
37942023-05-03T03:21:42.729Z Fresh similar v2.2.1
37952023-05-03T03:21:42.737Z Fresh expectorate v1.0.7
37962023-05-03T03:21:42.743Z Fresh hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
37972023-05-03T03:21:42.751Z Fresh serde_repr v0.1.11
37982023-05-03T03:21:42.756Z Fresh convert_case v0.4.0
37992023-05-03T03:21:42.761Z Fresh derive-where v1.2.1
38002023-05-03T03:21:42.766Z Fresh derive_more v0.99.17
38012023-05-03T03:21:42.771Z Fresh num-derive v0.3.3
38022023-05-03T03:21:42.776Z Fresh clap_derive v3.2.18
38032023-05-03T03:21:42.781Z Fresh crc32fast v1.3.2
38042023-05-03T03:21:42.787Z Fresh openapi-lint v0.3.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#c2ac10b6)
38052023-05-03T03:21:42.792Z Fresh base64 v0.13.1
38062023-05-03T03:21:42.797Z Fresh either v1.8.1
38072023-05-03T03:21:42.803Z Fresh pin-project-internal v1.0.12
38082023-05-03T03:21:42.807Z Fresh openssl-macros v0.1.0
38092023-05-03T03:21:42.813Z Fresh api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#7f772b32)
38102023-05-03T03:21:42.817Z Fresh data-encoding v2.3.3
38112023-05-03T03:21:42.822Z Fresh matches v0.1.10
38122023-05-03T03:21:42.827Z Fresh idna v0.2.3
38132023-05-03T03:21:42.835Z Fresh glob v0.3.1
38142023-05-03T03:21:42.841Z Fresh diff v0.1.13
38152023-05-03T03:21:42.846Z Fresh trust-dns-proto v0.22.0
38162023-05-03T03:21:42.851Z Fresh zeroize v1.6.0
38172023-05-03T03:21:42.857Z Fresh bitstruct_derive v0.1.0
38182023-05-03T03:21:42.862Z Fresh oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#7f772b32)
38192023-05-03T03:21:42.882Z Fresh miniz_oxide v0.7.1
38202023-05-03T03:21:42.887Z Fresh diesel_derives v2.0.2
38212023-05-03T03:21:42.893Z Fresh const_format_proc_macros v0.2.29
38222023-05-03T03:21:42.898Z Fresh flate2 v1.0.26
38232023-05-03T03:21:42.903Z Fresh arc-swap v1.6.0
38242023-05-03T03:21:42.908Z Fresh crunchy v0.2.2
38252023-05-03T03:21:42.915Z Fresh num_enum v0.5.11
38262023-05-03T03:21:42.920Z Fresh darling_core v0.14.4
38272023-05-03T03:21:42.926Z Fresh slog-scope v4.4.0
38282023-05-03T03:21:42.931Z Fresh managed v0.8.0
38292023-05-03T03:21:42.936Z Fresh subtle v2.4.1
38302023-05-03T03:21:42.941Z Fresh bit-vec v0.6.3
38312023-05-03T03:21:42.947Z Fresh base64ct v1.6.0
38322023-05-03T03:21:42.952Z Fresh linked-hash-map v0.5.6
38332023-05-03T03:21:42.957Z Fresh tiny-keccak v2.0.2
38342023-05-03T03:21:42.962Z Fresh slog-stdlog v4.1.1
38352023-05-03T03:21:42.967Z Fresh lru-cache v0.1.2
38362023-05-03T03:21:42.972Z Fresh bit-set v0.5.3
38372023-05-03T03:21:42.977Z Fresh smoltcp v0.8.2
38382023-05-03T03:21:42.981Z Fresh digest v0.10.6
38392023-05-03T03:21:42.986Z Fresh darling_macro v0.14.4
38402023-05-03T03:21:42.992Z Fresh slog-dtrace v0.2.3
38412023-05-03T03:21:42.997Z Fresh zerocopy v0.6.1
38422023-05-03T03:21:43.002Z Fresh hash32 v0.2.1
38432023-05-03T03:21:43.007Z Fresh spin v0.9.5
38442023-05-03T03:21:43.012Z Fresh ascii-canvas v3.0.0
38452023-05-03T03:21:43.030Z Fresh ena v0.14.1
38462023-05-03T03:21:43.035Z Fresh stable_deref_trait v1.2.0
38472023-05-03T03:21:43.040Z Fresh minimal-lexical v0.2.1
38482023-05-03T03:21:43.045Z Fresh heapless v0.7.16
38492023-05-03T03:21:43.050Z Fresh lalrpop v0.19.9
38502023-05-03T03:21:43.055Z Fresh nom v7.1.3
38512023-05-03T03:21:43.061Z Fresh darling v0.14.4
38522023-05-03T03:21:43.066Z Fresh slog-envlogger v2.2.0
38532023-05-03T03:21:43.071Z Fresh bzip2-sys v0.1.11+1.0.8
38542023-05-03T03:21:43.077Z Fresh ref-cast-impl v1.0.16
38552023-05-03T03:21:43.082Z Fresh libloading v0.7.4
38562023-05-03T03:21:43.086Z Fresh bzip2 v0.4.4
38572023-05-03T03:21:43.092Z Fresh clang-sys v1.6.0
38582023-05-03T03:21:43.097Z Fresh cexpr v0.6.0
38592023-05-03T03:21:43.102Z Fresh derive_builder_core v0.12.0
38602023-05-03T03:21:43.107Z Fresh prettyplease v0.2.4
38612023-05-03T03:21:43.112Z Fresh itertools v0.10.5
38622023-05-03T03:21:43.117Z Fresh doc-comment v0.3.3
38632023-05-03T03:21:43.123Z Fresh fxhash v0.2.1
38642023-05-03T03:21:43.128Z Fresh which v4.4.0
38652023-05-03T03:21:43.133Z Fresh shlex v1.1.0
38662023-05-03T03:21:43.138Z Fresh lazycell v1.3.0
38672023-05-03T03:21:43.143Z Fresh rustc-hash v1.1.0
38682023-05-03T03:21:43.148Z Fresh peeking_take_while v0.1.2
38692023-05-03T03:21:43.153Z Fresh bindgen v0.65.1
38702023-05-03T03:21:43.158Z Fresh derive_builder_macro v0.12.0
38712023-05-03T03:21:43.162Z Fresh snafu v0.7.4
38722023-05-03T03:21:43.167Z Fresh zip v0.6.4
38732023-05-03T03:21:43.172Z Fresh crossbeam-deque v0.8.3
38742023-05-03T03:21:43.178Z Fresh signal-hook v0.3.15
38752023-05-03T03:21:43.183Z Fresh indoc v1.0.9
38762023-05-03T03:21:43.188Z Fresh time v0.3.20
38772023-05-03T03:21:43.193Z Fresh filetime v0.2.20
38782023-05-03T03:21:43.197Z Fresh xattr v0.2.3
38792023-05-03T03:21:43.203Z Fresh utf-8 v0.7.6
38802023-05-03T03:21:43.208Z Fresh tar v0.4.38
38812023-05-03T03:21:43.213Z Fresh crossbeam-utils v0.8.15
38822023-05-03T03:21:43.218Z Fresh rayon-core v1.11.0
38832023-05-03T03:21:43.224Z Fresh hmac v0.12.1
38842023-05-03T03:21:43.229Z Fresh md-5 v0.10.5
38852023-05-03T03:21:43.241Z Fresh sha2 v0.10.6
38862023-05-03T03:21:43.246Z Fresh resolv-conf v0.7.0
38872023-05-03T03:21:43.251Z Fresh rustls-webpki v0.100.1
38882023-05-03T03:21:43.257Z Fresh nibble_vec v0.1.0
38892023-05-03T03:21:43.262Z Fresh impl-trait-for-tuples v0.2.2
38902023-05-03T03:21:43.267Z Fresh oso-derive v0.26.4
38912023-05-03T03:21:43.272Z Fresh humantime v2.1.0
38922023-05-03T03:21:43.277Z Fresh postcard-cobs v0.1.5-pre
38932023-05-03T03:21:43.282Z Fresh endian-type v0.1.2
38942023-05-03T03:21:43.293Z Fresh rustls v0.21.0
38952023-05-03T03:21:43.298Z Fresh trust-dns-resolver v0.22.0
38962023-05-03T03:21:43.303Z Fresh postgres-protocol v0.6.5
38972023-05-03T03:21:43.308Z Fresh postcard v0.7.3
38982023-05-03T03:21:43.313Z Fresh radix_trie v0.2.1
38992023-05-03T03:21:43.318Z Fresh rayon v1.7.0
39002023-05-03T03:21:43.322Z Fresh crossbeam-channel v0.5.7
39012023-05-03T03:21:43.327Z Fresh slog-json v2.6.1
39022023-05-03T03:21:43.332Z Fresh parking_lot_core v0.8.6
39032023-05-03T03:21:43.337Z Fresh memoffset v0.8.0
39042023-05-03T03:21:43.342Z Fresh signature v1.6.4
39052023-05-03T03:21:43.347Z Fresh debug-ignore v1.0.5
39062023-05-03T03:21:43.353Z Fresh assert_matches v1.5.0
39072023-05-03T03:21:43.357Z Fresh half v1.8.2
39082023-05-03T03:21:43.363Z Fresh ciborium-io v0.2.0
39092023-05-03T03:21:43.368Z Fresh static_assertions v1.1.0
39102023-05-03T03:21:43.373Z Fresh foreign-types-shared v0.3.1
39112023-05-03T03:21:43.378Z Fresh illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=3f92917953d4e2d2ee2792ce530cace2bd055127#3f929179)
39122023-05-03T03:21:43.384Z Fresh cfg-if v0.1.10
39132023-05-03T03:21:43.388Z Fresh crossbeam-epoch v0.9.14
39142023-05-03T03:21:43.394Z Fresh ciborium-ll v0.2.0
39152023-05-03T03:21:43.400Z Fresh opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=3f92917953d4e2d2ee2792ce530cace2bd055127#3f929179)
39162023-05-03T03:21:43.405Z Fresh foreign-types v0.5.0
39172023-05-03T03:21:43.410Z Fresh parking_lot v0.11.2
39182023-05-03T03:21:43.415Z Fresh slog-bunyan v2.4.0
39192023-05-03T03:21:43.421Z Fresh trust-dns-client v0.22.0
39202023-05-03T03:21:43.426Z Fresh slog-async v2.7.0
39212023-05-03T03:21:43.431Z Fresh postgres-types v0.2.4
39222023-05-03T03:21:43.436Z Fresh tokio-rustls v0.24.0
39232023-05-03T03:21:43.441Z Fresh slog-term v2.9.0
39242023-05-03T03:21:43.446Z Fresh sha1 v0.10.5
39252023-05-03T03:21:43.452Z Fresh getrandom v0.1.16
39262023-05-03T03:21:43.457Z Fresh hubpack v0.1.1
39272023-05-03T03:21:43.462Z Fresh libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
39282023-05-03T03:21:43.468Z Fresh nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
39292023-05-03T03:21:43.473Z Fresh cstr-argument v0.1.2
39302023-05-03T03:21:43.479Z Fresh usdt v0.3.5
39312023-05-03T03:21:43.484Z Fresh rand v0.4.6
39322023-05-03T03:21:43.489Z Fresh regex-automata v0.1.10
39332023-05-03T03:21:43.917Z Fresh pretty-hex v0.2.1
39342023-05-03T03:21:43.923Z Fresh remove_dir_all v0.5.3
39352023-05-03T03:21:43.928Z Fresh predicates-core v1.0.6
39362023-05-03T03:21:43.933Z Fresh tempdir v0.3.7
39372023-05-03T03:21:43.938Z Fresh nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
39382023-05-03T03:21:43.956Z Fresh dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#d17f74d4)
39392023-05-03T03:21:43.978Z Fresh bstr v1.3.0
39402023-05-03T03:21:43.984Z Fresh dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
39412023-05-03T03:21:43.989Z Fresh rand_core v0.5.1
39422023-05-03T03:21:43.994Z Fresh tokio-postgres v0.7.8
39432023-05-03T03:21:44.000Z Fresh gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2dcc63c645005a7184ba754b5c42c341a0777c66#2dcc63c6)
39442023-05-03T03:21:44.005Z Fresh sled v0.34.7
39452023-05-03T03:21:44.010Z Fresh trust-dns-server v0.22.0
39462023-05-03T03:21:44.015Z Fresh opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=3f92917953d4e2d2ee2792ce530cace2bd055127#3f929179)
39472023-05-03T03:21:44.021Z Fresh ciborium v0.2.0
39482023-05-03T03:21:44.026Z Fresh tungstenite v0.18.0
39492023-05-03T03:21:44.031Z Fresh steno v0.3.1
39502023-05-03T03:21:44.036Z Fresh rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#c9c064ef)
39512023-05-03T03:21:44.042Z Fresh backoff v0.4.0
39522023-05-03T03:21:44.047Z Fresh textwrap v0.11.0
39532023-05-03T03:21:44.052Z Fresh colored v2.0.0
39542023-05-03T03:21:44.057Z Fresh float-cmp v0.9.0
39552023-05-03T03:21:44.063Z Fresh aho-corasick v0.7.20
39562023-05-03T03:21:44.068Z Fresh path-dedot v3.0.18
39572023-05-03T03:21:44.073Z Fresh ansi_term v0.12.1
39582023-05-03T03:21:44.078Z Fresh strsim v0.8.0
39592023-05-03T03:21:44.084Z Fresh termtree v0.4.0
39602023-05-03T03:21:44.089Z Fresh pretty-hex v0.3.0
39612023-05-03T03:21:44.094Z Fresh difflib v0.4.0
39622023-05-03T03:21:44.099Z Fresh vec_map v0.8.2
39632023-05-03T03:21:44.104Z Fresh const-oid v0.9.2
39642023-05-03T03:21:44.110Z Fresh normalize-line-endings v0.3.0
39652023-05-03T03:21:44.115Z Fresh path-absolutize v3.0.14
39662023-05-03T03:21:44.120Z Fresh clap v2.34.0
39672023-05-03T03:21:44.125Z Fresh predicates-tree v1.0.7
39682023-05-03T03:21:44.131Z Fresh globset v0.4.10
39692023-05-03T03:21:44.136Z Fresh libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e632591a)
39702023-05-03T03:21:44.142Z Fresh der v0.6.1
39712023-05-03T03:21:44.150Z Fresh predicates v2.1.5
39722023-05-03T03:21:44.156Z Fresh oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=3f92917953d4e2d2ee2792ce530cace2bd055127#3f929179)
39732023-05-03T03:21:44.162Z Fresh tokio-tungstenite v0.18.0
39742023-05-03T03:21:44.167Z Fresh ed25519 v1.5.3
39752023-05-03T03:21:44.172Z Fresh pem v1.1.1
39762023-05-03T03:21:44.177Z Fresh olpc-cjson v0.1.3
39772023-05-03T03:21:44.182Z Fresh tokio-stream v0.1.14
39782023-05-03T03:21:44.188Z Fresh serde_plain v1.0.1
39792023-05-03T03:21:44.193Z Fresh downcast v0.11.0
39802023-05-03T03:21:44.199Z Fresh fragile v2.0.0
39812023-05-03T03:21:44.206Z Fresh crc-catalog v2.2.0
39822023-05-03T03:21:44.211Z Fresh mockall v0.11.4
39832023-05-03T03:21:44.217Z Fresh tough v0.12.5
39842023-05-03T03:21:44.222Z Fresh opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=3f92917953d4e2d2ee2792ce530cace2bd055127#3f929179)
39852023-05-03T03:21:44.227Z Fresh spki v0.6.0
39862023-05-03T03:21:44.232Z Fresh structopt v0.3.26
39872023-05-03T03:21:44.238Z Fresh crc v3.0.1
39882023-05-03T03:21:44.244Z Fresh zone v0.2.0
39892023-05-03T03:21:44.249Z Fresh illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
39902023-05-03T03:21:44.255Z Fresh memoffset v0.7.1
39912023-05-03T03:21:44.260Z Fresh libefi-sys v0.1.0
39922023-05-03T03:21:44.265Z Fresh phf_shared v0.10.0
39932023-05-03T03:21:44.271Z Fresh hkdf v0.12.3
39942023-05-03T03:21:44.276Z Fresh propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e7ce7a1dbe2d410b787df2e52478229b008b4750#e7ce7a1d)
39952023-05-03T03:21:44.281Z Fresh digest v0.9.0
39962023-05-03T03:21:44.286Z Fresh smf v0.2.1
39972023-05-03T03:21:44.292Z Fresh serde-big-array v0.5.1
39982023-05-03T03:21:44.297Z Fresh new_debug_unreachable v1.0.4
39992023-05-03T03:21:44.302Z Fresh termcolor v1.2.0
40002023-05-03T03:21:44.307Z Fresh opaque-debug v0.3.0
40012023-05-03T03:21:44.312Z Fresh foreign-types-shared v0.1.1
40022023-05-03T03:21:44.317Z Fresh keccak v0.1.3
40032023-05-03T03:21:44.322Z Fresh precomputed-hash v0.1.1
40042023-05-03T03:21:44.327Z Fresh foreign-types v0.3.2
40052023-05-03T03:21:44.333Z Fresh tlvc v0.2.0 (https://github.com/oxidecomputer/tlvc.git#533f0bf2)
40062023-05-03T03:21:44.338Z Fresh tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802)
40072023-05-03T03:21:44.343Z Fresh libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
40082023-05-03T03:21:44.348Z Fresh sha3 v0.10.7
40092023-05-03T03:21:44.354Z Fresh string_cache v0.8.7
40102023-05-03T03:21:44.359Z Fresh nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d)
40112023-05-03T03:21:44.364Z Fresh pkcs8 v0.9.0
40122023-05-03T03:21:44.370Z Fresh salty v0.2.0
40132023-05-03T03:21:44.375Z Fresh rand_chacha v0.2.2
40142023-05-03T03:21:44.380Z Fresh password-hash v0.5.0
40152023-05-03T03:21:44.385Z Fresh crypto-bigint v0.4.9
40162023-05-03T03:21:44.391Z Fresh openssl-sys v0.9.87
40172023-05-03T03:21:44.396Z Fresh hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
40182023-05-03T03:21:44.418Z Fresh crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=3a3e806bfc2eea3519cfc0ec14ec4e745f275cd6#3a3e806b)
40192023-05-03T03:21:44.423Z Fresh blake2 v0.10.6
40202023-05-03T03:21:44.429Z Fresh ff v0.12.1
40212023-05-03T03:21:44.434Z Fresh scheduled-thread-pool v0.2.7
40222023-05-03T03:21:44.439Z Fresh serde-big-array v0.4.1
40232023-05-03T03:21:44.444Z Fresh linear-map v1.2.0
40242023-05-03T03:21:44.449Z Fresh base16ct v0.1.1
40252023-05-03T03:21:44.454Z Fresh sec1 v0.3.0
40262023-05-03T03:21:44.459Z Fresh sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
40272023-05-03T03:21:44.464Z Fresh argon2 v0.5.0
40282023-05-03T03:21:44.469Z Fresh propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=e7ce7a1dbe2d410b787df2e52478229b008b4750#e7ce7a1d)
40292023-05-03T03:21:44.475Z Fresh r2d2 v0.8.10
40302023-05-03T03:21:44.480Z Fresh openssl v0.10.52
40312023-05-03T03:21:44.485Z Fresh group v0.12.1
40322023-05-03T03:21:44.490Z Fresh gateway-sp-comms v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2dcc63c645005a7184ba754b5c42c341a0777c66#2dcc63c6)
40332023-05-03T03:21:44.496Z Fresh curve25519-dalek v3.2.0
40342023-05-03T03:21:44.501Z Fresh signal-hook-tokio v0.3.1
40352023-05-03T03:21:44.506Z Fresh pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
40362023-05-03T03:21:44.511Z Fresh buf-list v1.0.3
40372023-05-03T03:21:44.516Z Fresh crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=0b34a53b57038a7804ac69ab90400539bd1961e8#0b34a53b)
40382023-05-03T03:21:44.522Z Fresh universal-hash v0.4.1
40392023-05-03T03:21:44.527Z Fresh cipher v0.3.0
40402023-05-03T03:21:44.532Z Fresh block-buffer v0.9.0
40412023-05-03T03:21:44.537Z Fresh serde_arrays v0.1.0
40422023-05-03T03:21:44.542Z Fresh openssl-probe v0.1.5
40432023-05-03T03:21:44.547Z Fresh os_str_bytes v6.4.1
40442023-05-03T03:21:44.551Z Fresh chacha20 v0.8.2
40452023-05-03T03:21:44.556Z Fresh diesel v2.0.4
40462023-05-03T03:21:44.561Z Fresh poly1305 v0.7.2
40472023-05-03T03:21:44.567Z Fresh bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e7ce7a1dbe2d410b787df2e52478229b008b4750#e7ce7a1d)
40482023-05-03T03:21:44.572Z Fresh clap_lex v0.2.4
40492023-05-03T03:21:44.577Z Fresh sha2 v0.9.9
40502023-05-03T03:21:44.583Z Fresh elliptic-curve v0.12.3
40512023-05-03T03:21:44.588Z Fresh portable-atomic v0.3.19
40522023-05-03T03:21:44.594Z Fresh rand v0.7.3
40532023-05-03T03:21:44.599Z Fresh env_logger v0.9.3
40542023-05-03T03:21:44.604Z Fresh aead v0.4.3
40552023-05-03T03:21:44.609Z Fresh omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#7f772b32)
40562023-05-03T03:21:44.614Z Fresh predicates v3.0.3
40572023-05-03T03:21:44.619Z Fresh crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=0b34a53b57038a7804ac69ab90400539bd1961e8#0b34a53b)
40582023-05-03T03:21:44.626Z Fresh sha-1 v0.10.1
40592023-05-03T03:21:44.631Z Fresh viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e7ce7a1dbe2d410b787df2e52478229b008b4750#e7ce7a1d)
40602023-05-03T03:21:44.637Z Fresh ascii v1.1.0
40612023-05-03T03:21:44.649Z Fresh textwrap v0.16.0
40622023-05-03T03:21:44.654Z Fresh number_prefix v0.4.0
40632023-05-03T03:21:44.659Z Fresh tap v1.0.1
40642023-05-03T03:21:44.664Z Fresh viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e7ce7a1dbe2d410b787df2e52478229b008b4750#e7ce7a1d)
40652023-05-03T03:21:44.669Z Fresh tungstenite v0.17.3
40662023-05-03T03:21:44.674Z Fresh rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c)
40672023-05-03T03:21:44.680Z Fresh indicatif v0.17.3
40682023-05-03T03:21:44.685Z Fresh clap v3.2.23
40692023-05-03T03:21:44.690Z Fresh ed25519-dalek v1.0.1
40702023-05-03T03:21:44.695Z Fresh assert_cmd v2.0.11
40712023-05-03T03:21:44.700Z Fresh wyz v0.5.1
40722023-05-03T03:21:44.705Z Fresh nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#7f772b32)
40732023-05-03T03:21:44.710Z Fresh chacha20poly1305 v0.9.1
40742023-05-03T03:21:44.716Z Fresh bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e7ce7a1dbe2d410b787df2e52478229b008b4750#e7ce7a1d)
40752023-05-03T03:21:44.720Z Fresh x25519-dalek v2.0.0-pre.1
40762023-05-03T03:21:44.725Z Fresh rfc6979 v0.3.1
40772023-05-03T03:21:44.731Z Fresh dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e7ce7a1dbe2d410b787df2e52478229b008b4750#e7ce7a1d)
40782023-05-03T03:21:44.736Z Fresh erased-serde v0.3.25
40792023-05-03T03:21:44.741Z Fresh bitstruct v0.1.1
40802023-05-03T03:21:44.746Z Fresh radium v0.7.0
40812023-05-03T03:21:44.751Z Fresh oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#7f772b32)
40822023-05-03T03:21:44.757Z Fresh core2 v0.4.0
40832023-05-03T03:21:44.762Z Fresh lalrpop-util v0.19.9
40842023-05-03T03:21:44.767Z Fresh plotters-backend v0.3.4
40852023-05-03T03:21:44.772Z Fresh funty v2.0.0
40862023-05-03T03:21:44.777Z Fresh corncobs v0.1.3
40872023-05-03T03:21:44.782Z Fresh oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#7f772b32)
40882023-05-03T03:21:44.787Z Fresh propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=e7ce7a1dbe2d410b787df2e52478229b008b4750#e7ce7a1d)
40892023-05-03T03:21:44.792Z Fresh uint-zigzag v0.2.1
40902023-05-03T03:21:44.798Z Fresh polar-core v0.26.4
40912023-05-03T03:21:44.803Z Fresh plotters-svg v0.3.3
40922023-05-03T03:21:44.808Z Fresh sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
40932023-05-03T03:21:44.813Z Fresh bitvec v1.0.1
40942023-05-03T03:21:44.817Z Fresh ecdsa v0.14.8
40952023-05-03T03:21:44.823Z Fresh sprockets-session v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
40962023-05-03T03:21:44.828Z Fresh tokio-tungstenite v0.17.2
40972023-05-03T03:21:44.833Z Fresh libxml v0.3.2
40982023-05-03T03:21:44.839Z Fresh derive_builder v0.12.0
40992023-05-03T03:21:44.844Z Fresh ref-cast v1.0.16
41002023-05-03T03:21:44.849Z Fresh const_format v0.2.30
41012023-05-03T03:21:44.854Z Fresh pin-project v1.0.12
41022023-05-03T03:21:44.859Z Fresh ron v0.7.1
41032023-05-03T03:21:44.864Z Fresh camino-tempfile v1.0.2
41042023-05-03T03:21:44.870Z Fresh propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e7ce7a1dbe2d410b787df2e52478229b008b4750#e7ce7a1d)
41052023-05-03T03:21:44.875Z Fresh headers-core v0.2.0
41062023-05-03T03:21:44.880Z Fresh bb8 v0.8.0
41072023-05-03T03:21:44.885Z Fresh quick-xml v0.23.1
41082023-05-03T03:21:44.890Z Fresh bytesize v1.2.0
41092023-05-03T03:21:44.895Z Fresh dashmap v5.4.0
41102023-05-03T03:21:44.900Z Fresh serial_test_derive v0.10.0
41112023-05-03T03:21:44.906Z Fresh vte_generate_state_changes v0.1.1
41122023-05-03T03:21:44.911Z Fresh bit_field v0.10.2
41132023-05-03T03:21:44.916Z Fresh fs-err v2.9.0
41142023-05-03T03:21:45.349Z Fresh arrayvec v0.5.2
41152023-05-03T03:21:45.354Z Fresh cast v0.3.0
41162023-05-03T03:21:45.359Z Fresh maplit v1.0.2
41172023-05-03T03:21:45.365Z Fresh vte v0.10.1
41182023-05-03T03:21:45.381Z Fresh serial_test v0.10.0
41192023-05-03T03:21:45.386Z Fresh propolis-server v0.1.0 (https://github.com/oxidecomputer/propolis?rev=e7ce7a1dbe2d410b787df2e52478229b008b4750#e7ce7a1d)
41202023-05-03T03:21:45.392Z Fresh criterion-plot v0.5.0
41212023-05-03T03:21:45.397Z Fresh async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=7944dafc8a36dc6e20a1405eca59d04662de2bb7#7944dafc)
41222023-05-03T03:21:45.402Z Fresh headers v0.3.8
41232023-05-03T03:21:45.407Z Fresh oso v0.26.4
41242023-05-03T03:21:45.412Z Fresh samael v0.0.10 (https://github.com/njaremko/samael?branch=master#52028e45)
41252023-05-03T03:21:45.418Z Fresh sprockets-host v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
41262023-05-03T03:21:45.425Z Fresh p256 v0.11.1
41272023-05-03T03:21:45.430Z Fresh plotters v0.3.4
41282023-05-03T03:21:45.437Z Fresh vsss-rs v2.7.1
41292023-05-03T03:21:45.443Z Fresh nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
41302023-05-03T03:21:45.448Z Fresh diesel-dtrace v0.1.1 (https://github.com/oxidecomputer/diesel-dtrace?rev=309bd361d886a237fbdd5d74992bdbd783f98bff#309bd361)
41312023-05-03T03:21:45.457Z Fresh cookie v0.16.2
41322023-05-03T03:21:45.463Z Fresh signal-hook-mio v0.2.3
41332023-05-03T03:21:45.468Z Fresh rustls-native-certs v0.6.2
41342023-05-03T03:21:45.473Z Fresh crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=0b34a53b57038a7804ac69ab90400539bd1961e8#0b34a53b)
41352023-05-03T03:21:45.479Z Fresh yasna v0.5.1
41362023-05-03T03:21:45.484Z Fresh bincode v1.3.3
41372023-05-03T03:21:45.490Z Fresh threadpool v1.8.1
41382023-05-03T03:21:45.495Z Fresh tinytemplate v1.2.1
41392023-05-03T03:21:45.500Z Fresh oorandom v11.1.3
41402023-05-03T03:21:45.505Z Fresh anes v0.1.6
41412023-05-03T03:21:45.510Z Fresh libtest-mimic v0.5.2
41422023-05-03T03:21:45.515Z Fresh rcgen v0.10.0
41432023-05-03T03:21:45.520Z Fresh hyper-rustls v0.24.0
41442023-05-03T03:21:45.525Z Fresh strip-ansi-escapes v0.1.1
41452023-05-03T03:21:45.530Z Fresh criterion v0.4.0
41462023-05-03T03:21:45.536Z Fresh unicase v2.6.0
41472023-05-03T03:21:45.541Z Fresh omicron-zone-package v0.8.3
41482023-05-03T03:21:45.546Z Fresh fd-lock v3.0.10
41492023-05-03T03:21:45.551Z Fresh yansi v0.5.1
41502023-05-03T03:21:45.556Z Fresh nu-ansi-term v0.47.0
41512023-05-03T03:21:45.561Z Fresh reedline v0.19.0
41522023-05-03T03:21:45.566Z Fresh pretty_assertions v1.3.0
41532023-05-03T03:21:45.571Z Fresh mime_guess v2.0.4
41542023-05-03T03:21:45.576Z Fresh datatest-stable v0.1.3
41552023-05-03T03:21:45.581Z Fresh crossterm v0.25.0
41562023-05-03T03:21:45.586Z Fresh bstr v0.2.17
41572023-05-03T03:21:45.592Z Fresh crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=0b34a53b57038a7804ac69ab90400539bd1961e8#0b34a53b)
41582023-05-03T03:21:45.597Z Fresh fatfs v0.3.6
41592023-05-03T03:21:45.602Z Fresh cassowary v0.3.0
41602023-05-03T03:21:45.607Z Fresh unicode-segmentation v1.10.1
41612023-05-03T03:21:45.613Z Fresh tui v0.19.0
41622023-05-03T03:21:45.618Z Fresh httptest v0.15.4
41632023-05-03T03:21:45.624Z Fresh console v0.15.5
41642023-05-03T03:21:45.629Z Fresh subprocess v0.2.9
41652023-05-03T03:21:45.635Z Fresh basic-toml v0.1.2
41662023-05-03T03:21:45.640Z Fresh nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
41672023-05-03T03:21:45.645Z Fresh arrayvec v0.7.2
41682023-05-03T03:21:45.650Z Fresh arrayref v0.3.6
41692023-05-03T03:21:45.656Z Fresh constant_time_eq v0.2.4
41702023-05-03T03:21:45.661Z Fresh blake2b_simd v1.0.1
41712023-05-03T03:21:45.666Z Fresh trybuild v1.0.80
41722023-05-03T03:21:45.671Z Fresh tui-tree-widget v0.11.0
41732023-05-03T03:21:45.678Z Fresh crossbeam-queue v0.3.8
41742023-05-03T03:21:45.684Z Fresh crossterm v0.26.1
41752023-05-03T03:21:45.689Z Fresh partial-io v0.5.4
41762023-05-03T03:21:45.695Z Fresh libsw v3.2.4
41772023-05-03T03:21:45.700Z Fresh hex-literal v0.3.4
41782023-05-03T03:21:45.705Z Fresh owo-colors v3.5.0
41792023-05-03T03:21:45.710Z Fresh shell-words v1.1.0
41802023-05-03T03:21:45.715Z Fresh display-error-chain v0.1.1
41812023-05-03T03:21:45.721Z Fresh constant_time_eq v0.1.5
41822023-05-03T03:21:45.726Z Fresh nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
41832023-05-03T03:21:45.731Z Fresh crossbeam v0.8.2
41842023-05-03T03:21:45.737Z Fresh termios v0.3.3
41852023-05-03T03:21:45.742Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
41862023-05-03T03:21:45.747Z Fresh rust-argon2 v1.0.0
41872023-05-03T03:21:45.752Z Fresh omicron-deploy v0.1.0 (/work/oxidecomputer/omicron/deploy)
41882023-05-03T03:21:45.757Z Running `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=2 -C metadata=41d85a9cf77bc83b -C extra-filename=-41d85a9cf77bc83b --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-e252e3603299df68.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-3729f688f548d703.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5d6079816e523e86.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9326280126410a1c.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-f6ff1edbc4ad80e5.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-05f1e84adf1821ba.rlib --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-82319ab146e13ff5.so --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-4487ff24ff403b20.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7b78a4e9c695d3a0.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-fc8e5d42700c71f2.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-13469307ff7d6e16.rlib --extern linear_map=/work/oxidecomputer/omicron/target/debug/deps/liblinear_map-2c1ab3fa8263e09a.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-783a4721a715512c.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-20bac841c1538864.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-9886d8f16d24129f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-60544344d4d0804a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-9d729fa31918ec84.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-940b0a5541759ffe.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-6a79f340c2975f76.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-608da47a6c0e709c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b00445e5c4984cd2.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-fcbee888d5d05d89.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-c4d15734bd87b768.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-88178d7c063e03bd.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-194683ec6123397c/out`
41892023-05-03T03:21:45.762Z Fresh nexus-passwords v0.1.0 (/work/oxidecomputer/omicron/nexus/passwords)
41902023-05-03T03:21:45.767Z Fresh gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
41912023-05-03T03:21:45.773Z Fresh installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
41922023-05-03T03:21:45.779Z Fresh omicron-dev-tools v0.1.0 (/work/oxidecomputer/omicron/dev-tools)
41932023-05-03T03:21:45.784Z Fresh oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
41942023-05-03T03:21:45.789Z Fresh omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
41952023-05-03T03:21:45.795Z Fresh wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
41962023-05-03T03:21:45.800Z Fresh tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
41972023-05-03T03:21:45.805Z Fresh omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
41982023-05-03T03:21:45.810Z Fresh wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
41992023-05-03T03:21:45.816Z Fresh omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
42002023-05-03T03:21:45.821Z Fresh nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
42012023-05-03T03:21:45.826Z Fresh sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
42022023-05-03T03:21:45.831Z Fresh wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
42032023-05-03T03:21:45.836Z Fresh omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
42042023-05-03T03:21:45.842Z Fresh tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
42052023-05-03T03:21:45.847Z Fresh nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
42062023-05-03T03:21:45.852Z Fresh oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
42072023-05-03T03:21:45.857Z Fresh nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
42082023-05-03T03:21:45.862Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
42092023-05-03T03:21:45.868Z Running `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=2 -C metadata=1e863b9d5544f7d6 -C extra-filename=-1e863b9d5544f7d6 --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-32820d6515860c0f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-bb405797b454acb7.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-31dcb3e63aa51c9a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7f67b38d80252182.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-ecbcea7ea3475063.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-5726622b2eda91b0.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-cbf5d867b487f4f6.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-60544344d4d0804a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-9d729fa31918ec84.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-608da47a6c0e709c.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-fbcb9716188a1ce5.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-6f624496ed77b6b0.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b00445e5c4984cd2.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-88178d7c063e03bd.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-194683ec6123397c/out`
42102023-05-03T03:21:45.873Z Fresh internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
42112023-05-03T03:21:45.878Z Fresh dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
42122023-05-03T03:21:45.883Z Fresh dpd-client v0.1.0 (/work/oxidecomputer/omicron/dpd-client)
42132023-05-03T03:21:45.888Z Fresh gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
42142023-05-03T03:21:45.893Z Fresh sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
42152023-05-03T03:21:45.898Z Fresh installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd)
42162023-05-03T03:21:45.903Z Fresh wicketd-client v0.1.0 (/work/oxidecomputer/omicron/wicketd-client)
42172023-05-03T03:21:45.909Z Fresh installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/installinator-artifact-client)
42182023-05-03T03:21:45.931Z Fresh ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/ddm-admin-client)
42192023-05-03T03:21:45.936Z Fresh installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
42202023-05-03T03:21:45.941Z Fresh oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
42212023-05-03T03:21:45.946Z Fresh oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
42222023-05-03T03:21:45.951Z Fresh illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
42232023-05-03T03:21:45.957Z Fresh omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
42242023-05-03T03:21:45.962Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
42252023-05-03T03:21:45.967Z Fresh ipcc-key-value v0.1.0 (/work/oxidecomputer/omicron/ipcc-key-value)
42262023-05-03T03:21:45.972Z Fresh nexus-client v0.1.0 (/work/oxidecomputer/omicron/nexus-client)
42272023-05-03T03:21:45.978Z Fresh nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
42282023-05-03T03:21:45.983Z Fresh sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/sled-agent-client)
42292023-05-03T03:21:45.989Z Running `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=2 --cfg 'feature="proptest"' --cfg 'feature="test-strategy"' --cfg 'feature="testing"' -C metadata=9d6be42fb341d05c -C extra-filename=-9d6be42fb341d05c --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-e252e3603299df68.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-e947298cac75f015.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-8f7fb64a3d25089f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-32820d6515860c0f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-bb405797b454acb7.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-6556007a14b4ae03.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7b78a4e9c695d3a0.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-655e4d3d400b5f6c.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-593a43af3ae7d8a4.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-7bafaac42e9cbf8e.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-62b0bc28764ccb6d.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-754126440583bf8d.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-3b4ca36201d98b6d.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-45abe64e6bdf385a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7f67b38d80252182.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-7a83e6269ec330ba.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-0ece2b8dfa70f2e3.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-50228240c84c41f7.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-83008e00ec653611.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-db0a4bf089e05b10.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-cbf5d867b487f4f6.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-48cef5dadd3b79b2.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-60544344d4d0804a.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f99b5342d7e26ab1.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-9d729fa31918ec84.rlib --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-c95b9f7bda17ba0d.so --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-69ac86f66ffeb98e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-940b0a5541759ffe.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-8e61de94ee7afc12.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-6a79f340c2975f76.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-608da47a6c0e709c.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-e65022bd164ddc57.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-cd3c6430518fdfe1.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-c858a607e9f70d9d.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-6f624496ed77b6b0.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b00445e5c4984cd2.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-3248efa56a00d004.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5e80fb21cb0c93db.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-88178d7c063e03bd.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-194683ec6123397c/out`
42302023-05-03T03:21:45.995Z Fresh bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/bootstrap-agent-client)
42312023-05-03T03:21:46.000Z Fresh oximeter-client v0.1.0 (/work/oxidecomputer/omicron/oximeter-client)
42322023-05-03T03:21:46.005Z Fresh dns-service-client v0.1.0 (/work/oxidecomputer/omicron/dns-service-client)
42332023-05-03T03:21:46.011Z Fresh oxide-client v0.1.0 (/work/oxidecomputer/omicron/oxide-client)
42342023-05-03T03:21:46.016Z Fresh gateway-client v0.1.0 (/work/oxidecomputer/omicron/gateway-client)
42352023-05-03T03:21:46.021Z Fresh db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
42362023-05-03T03:21:46.026Z Fresh authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
42372023-05-03T03:21:46.031Z Fresh oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
42382023-05-03T03:21:46.036Z Fresh omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
42392023-05-03T03:22:12.445Z Finished test [unoptimized + debuginfo] target(s) in 35.16s
42402023-05-03T03:22:12.644Z Running `/work/oxidecomputer/omicron/target/debug/deps/authz_macros-fbb826decb5351e0`
42412023-05-03T03:22:12.650Z
42422023-05-03T03:22:12.656Zrunning 1 test
42432023-05-03T03:22:12.661Ztest test_authz_dump ... ok
42442023-05-03T03:22:12.666Z
42452023-05-03T03:22:12.671Z Running `/work/oxidecomputer/omicron/target/debug/deps/bootstrap_agent_client-675df7bcde287d22`
42462023-05-03T03:22:12.676Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s
42472023-05-03T03:22:12.681Z
42482023-05-03T03:22:12.686Z
42492023-05-03T03:22:12.691Zrunning 0 tests
42502023-05-03T03:22:12.696Z
42512023-05-03T03:22:12.701Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
42522023-05-03T03:22:12.706Z
42532023-05-03T03:22:12.711Z Running `/work/oxidecomputer/omicron/target/debug/deps/db_macros-edaf96f47ff326c5`
42542023-05-03T03:22:12.716Z
42552023-05-03T03:22:12.721Zrunning 6 tests
42562023-05-03T03:22:12.727Ztest lookup::test::test_lookup_dump ... ignored
42572023-05-03T03:22:12.734Ztest tests::test_derive_metadata_identity_minimal_example_compiles ... ok
42582023-05-03T03:22:12.740Ztest tests::test_derive_metadata_identity_fails_for_enums ... ok
42592023-05-03T03:22:12.745Ztest tests::test_derive_metadata_identity_fails_without_embedded_identity ... ok
42602023-05-03T03:22:12.750Ztest tests::test_derive_metadata_identity_fails_without_table_name ... ok
42612023-05-03T03:22:12.755Ztest tests::test_derive_metadata_identity_fails_with_wrong_table_name_type ... ok
42622023-05-03T03:22:12.760Z
42632023-05-03T03:22:12.765Ztest result: ok. 5 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.02s
42642023-05-03T03:22:12.770Z
42652023-05-03T03:22:12.776Z Running `/work/oxidecomputer/omicron/target/debug/deps/ddm_admin_client-9f034c30ecc85afd`
42662023-05-03T03:22:12.785Z
42672023-05-03T03:22:12.790Zrunning 0 tests
42682023-05-03T03:22:12.795Z
42692023-05-03T03:22:12.800Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
42702023-05-03T03:22:12.805Z
42712023-05-03T03:22:12.810Z Running `/work/oxidecomputer/omicron/target/debug/deps/dns_server-a183edcb1441e5b2`
42722023-05-03T03:22:12.921Z
42732023-05-03T03:22:12.927Zrunning 3 tests
42742023-05-03T03:22:13.290Ztest storage::test::test_update_in_progress ... ok
42752023-05-03T03:22:13.305Ztest storage::test::test_update_interrupted ... ok
42762023-05-03T03:22:13.311Ztest storage::test::test_update_basic ... ok
42772023-05-03T03:22:13.317Z
42782023-05-03T03:22:13.322Ztest result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.40s
42792023-05-03T03:22:13.327Z
42802023-05-03T03:22:13.340Z Running `/work/oxidecomputer/omicron/target/debug/deps/apigen-63d908598117fba9`
42812023-05-03T03:22:13.379Z
42822023-05-03T03:22:13.385Zrunning 0 tests
42832023-05-03T03:22:13.390Z
42842023-05-03T03:22:13.395Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
42852023-05-03T03:22:13.400Z
42862023-05-03T03:22:13.405Z Running `/work/oxidecomputer/omicron/target/debug/deps/dns_db_dump-728a5d8da85d50b0`
42872023-05-03T03:22:13.410Z
42882023-05-03T03:22:13.416Zrunning 0 tests
42892023-05-03T03:22:13.421Z
42902023-05-03T03:22:13.427Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
42912023-05-03T03:22:13.432Z
42922023-05-03T03:22:13.437Z Running `/work/oxidecomputer/omicron/target/debug/deps/dns_server-24aed8e10e5ebfc4`
42932023-05-03T03:22:13.464Z
42942023-05-03T03:22:13.469Zrunning 0 tests
42952023-05-03T03:22:13.475Z
42962023-05-03T03:22:13.480Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
42972023-05-03T03:22:13.485Z
42982023-05-03T03:22:13.490Z Running `/work/oxidecomputer/omicron/target/debug/deps/dnsadm-5c0e8fa5fa8fc99f`
42992023-05-03T03:22:13.495Z
43002023-05-03T03:22:13.500Zrunning 0 tests
43012023-05-03T03:22:13.505Z
43022023-05-03T03:22:13.511Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
43032023-05-03T03:22:13.516Z
43042023-05-03T03:22:13.521Z Running `/work/oxidecomputer/omicron/target/debug/deps/basic_test-a2456641ad4dd2f4`
43052023-05-03T03:22:14.042Z
43062023-05-03T03:22:14.047Zrunning 8 tests
43072023-05-03T03:22:14.425Ztest servfail ... ok
43082023-05-03T03:22:14.441Ztest nxdomain ... ok
43092023-05-03T03:22:14.446Ztest a_crud ... ok
43102023-05-03T03:22:14.452Ztest srv_crud ... ok
43112023-05-03T03:22:14.457Ztest empty_record ... ok
43122023-05-03T03:22:14.482Ztest multi_record_crud ... ok
43132023-05-03T03:22:14.488Ztest aaaa_crud ... ok
43142023-05-03T03:22:14.493Ztest name_contains_zone ... ok
43152023-05-03T03:22:14.498Z
43162023-05-03T03:22:14.503Ztest result: ok. 8 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.75s
43172023-05-03T03:22:14.508Z
43182023-05-03T03:22:14.513Z Running `/work/oxidecomputer/omicron/target/debug/deps/commands_test-6cf24ac49a50f78d`
43192023-05-03T03:22:14.667Z
43202023-05-03T03:22:14.673Zrunning 1 test
43212023-05-03T03:22:16.015Ztest test_dnsadm ... ok
43222023-05-03T03:22:16.021Z
43232023-05-03T03:22:16.026Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.35s
43242023-05-03T03:22:16.032Z
43252023-05-03T03:22:16.038Z Running `/work/oxidecomputer/omicron/target/debug/deps/openapi_test-a3ef355b8f49dc79`
43262023-05-03T03:22:16.201Z
43272023-05-03T03:22:16.206Zrunning 1 test
43282023-05-03T03:22:16.877Ztest test_dns_server_openapi ... ok
43292023-05-03T03:22:16.883Z
43302023-05-03T03:22:16.888Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.50s
43312023-05-03T03:22:16.893Z
43322023-05-03T03:22:16.899Z Running `/work/oxidecomputer/omicron/target/debug/deps/dns_service_client-c0055b3d8f4badcd`
43332023-05-03T03:22:16.904Z
43342023-05-03T03:22:16.909Zrunning 0 tests
43352023-05-03T03:22:16.914Z
43362023-05-03T03:22:16.920Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
43372023-05-03T03:22:16.925Z
43382023-05-03T03:22:16.930Z Running `/work/oxidecomputer/omicron/target/debug/deps/dpd_client-09f2aaf2aa0cad24`
43392023-05-03T03:22:16.934Z
43402023-05-03T03:22:16.939Zrunning 0 tests
43412023-05-03T03:22:16.945Z
43422023-05-03T03:22:16.950Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
43432023-05-03T03:22:16.955Z
43442023-05-03T03:22:16.960Z Running `/work/oxidecomputer/omicron/target/debug/deps/gateway_cli-7a7c9efd99a606cf`
43452023-05-03T03:22:16.965Z
43462023-05-03T03:22:16.970Zrunning 2 tests
43472023-05-03T03:22:16.988Ztest picocom_map::tests::remapping ... ok
43482023-05-03T03:22:16.995Ztest picocom_map::tests::reject_invalid_rules ... ok
43492023-05-03T03:22:17.000Z
43502023-05-03T03:22:17.005Ztest result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.04s
43512023-05-03T03:22:17.010Z
43522023-05-03T03:22:17.015Z Running `/work/oxidecomputer/omicron/target/debug/deps/gateway_client-e0ef9308829a25d5`
43532023-05-03T03:22:17.031Z
43542023-05-03T03:22:17.037Zrunning 0 tests
43552023-05-03T03:22:17.042Z
43562023-05-03T03:22:17.047Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
43572023-05-03T03:22:17.052Z
43582023-05-03T03:22:17.056Z Running `/work/oxidecomputer/omicron/target/debug/deps/gateway_test_utils-9243732b5c5cb3ab`
43592023-05-03T03:22:17.086Z
43602023-05-03T03:22:17.091Zrunning 0 tests
43612023-05-03T03:22:17.098Z
43622023-05-03T03:22:17.103Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
43632023-05-03T03:22:17.108Z
43642023-05-03T03:22:17.113Z Running `/work/oxidecomputer/omicron/target/debug/deps/illumos_utils-7cd9c888192cdf0e`
43652023-05-03T03:22:17.220Z
43662023-05-03T03:22:17.225Zrunning 11 tests
43672023-05-03T03:22:17.290Ztest zone::tests::test_parse_ip_network ... ok
43682023-05-03T03:22:17.295Ztest zpool::test::test_parse_external_zpool_name ... ok
43692023-05-03T03:22:17.300Ztest zpool::test::test_parse_bad_zpool_names ... ok
43702023-05-03T03:22:17.305Ztest link::test::test_allocate ... ok
43712023-05-03T03:22:17.310Ztest link::test::test_allocate_within_scopes ... ok
43722023-05-03T03:22:17.315Ztest destructor::test::test_delayed_delete ... ok
43732023-05-03T03:22:17.320Ztest destructor::test::test_destructor_bad_close ... ok
43742023-05-03T03:22:17.326Ztest zpool::test::test_parse_internal_zpool_name ... ok
43752023-05-03T03:22:17.330Ztest zpool::test::test_parse_zpool_missing_column ... ok
43762023-05-03T03:22:17.335Ztest zpool::test::test_parse_zpool ... ok
43772023-05-03T03:22:18.296Ztest destructor::test::test_delayed_delete_with_error ... ok
43782023-05-03T03:22:18.301Z
43792023-05-03T03:22:18.306Ztest result: ok. 11 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.75s
43802023-05-03T03:22:18.311Z
43812023-05-03T03:22:18.316Z Running `/work/oxidecomputer/omicron/target/debug/deps/installinator-f8e3df7bd52104b1`
43822023-05-03T03:22:18.321Z
43832023-05-03T03:22:18.326Zrunning 2 tests
43842023-05-03T03:22:20.219Ztest write::tests::proptest_write_artifact ... ok
43852023-05-03T03:22:21.176Ztest mock_peers::tests::proptest_fetch_artifact ... ok
43862023-05-03T03:22:21.182Z
43872023-05-03T03:22:21.187Ztest result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 2.86s
43882023-05-03T03:22:21.192Z
43892023-05-03T03:22:21.209Z Running `/work/oxidecomputer/omicron/target/debug/deps/installinator-3395a2b09a62e892`
43902023-05-03T03:22:21.214Z
43912023-05-03T03:22:21.218Zrunning 0 tests
43922023-05-03T03:22:21.224Z
43932023-05-03T03:22:21.229Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
43942023-05-03T03:22:21.242Z
43952023-05-03T03:22:21.248Z Running `/work/oxidecomputer/omicron/target/debug/deps/installinator_artifact_client-c41f5928e81e032b`
43962023-05-03T03:22:21.253Z
43972023-05-03T03:22:21.258Zrunning 0 tests
43982023-05-03T03:22:21.263Z
43992023-05-03T03:22:21.268Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
44002023-05-03T03:22:21.273Z
44012023-05-03T03:22:21.278Z Running `/work/oxidecomputer/omicron/target/debug/deps/installinator_artifactd-e6d016844f0b5f7a`
44022023-05-03T03:22:21.283Z
44032023-05-03T03:22:21.289Zrunning 0 tests
44042023-05-03T03:22:21.293Z
44052023-05-03T03:22:21.298Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
44062023-05-03T03:22:21.304Z
44072023-05-03T03:22:21.310Z Running `/work/oxidecomputer/omicron/target/debug/deps/installinator_artifactd-d37852043a801203`
44082023-05-03T03:22:21.315Z
44092023-05-03T03:22:21.321Zrunning 0 tests
44102023-05-03T03:22:21.327Z
44112023-05-03T03:22:21.347Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
44122023-05-03T03:22:21.352Z
44132023-05-03T03:22:21.358Z Running `/work/oxidecomputer/omicron/target/debug/deps/mod-95582e0e3e417178`
44142023-05-03T03:22:21.363Z
44152023-05-03T03:22:21.368Zrunning 1 test
44162023-05-03T03:22:21.781Ztest integration_tests::openapi::test_server_openapi ... ok
44172023-05-03T03:22:21.786Z
44182023-05-03T03:22:21.791Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.50s
44192023-05-03T03:22:21.797Z
44202023-05-03T03:22:21.802Z Running `/work/oxidecomputer/omicron/target/debug/deps/installinator_common-a22de39cd8870952`
44212023-05-03T03:22:21.811Z
44222023-05-03T03:22:21.818Zrunning 0 tests
44232023-05-03T03:22:21.824Z
44242023-05-03T03:22:21.830Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
44252023-05-03T03:22:21.834Z
44262023-05-03T03:22:21.840Z Running `/work/oxidecomputer/omicron/target/debug/deps/internal_dns-ee3d1ff4efb5e946`
44272023-05-03T03:22:21.993Z
44282023-05-03T03:22:21.998Zrunning 8 tests
44292023-05-03T03:22:22.061Ztest config::test::display_hosts ... ok
44302023-05-03T03:22:22.066Ztest config::test::test_builder_errors ... ok
44312023-05-03T03:22:22.071Ztest config::test::display_srv_service ... ok
44322023-05-03T03:22:22.091Ztest config::test::test_builder_output ... ok
44332023-05-03T03:22:22.594Ztest resolver::test::lookup_nonexistent_record_fails ... ok
44342023-05-03T03:22:22.600Ztest resolver::test::insert_and_lookup_one_record ... ok
44352023-05-03T03:22:22.605Ztest resolver::test::update_record ... ok
44362023-05-03T03:22:22.610Ztest resolver::test::insert_and_lookup_multiple_records ... ok
44372023-05-03T03:22:22.615Z
44382023-05-03T03:22:22.620Ztest result: ok. 8 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.52s
44392023-05-03T03:22:22.625Z
44402023-05-03T03:22:22.631Z Running `/work/oxidecomputer/omicron/target/debug/deps/ipcc_key_value-ec5cb1689bf2e80c`
44412023-05-03T03:22:22.754Z
44422023-05-03T03:22:22.760Zrunning 3 tests
44432023-05-03T03:22:22.773Ztest tests::deserialize_fixed_value ... ok
44442023-05-03T03:22:22.822Ztest tests::installinator_image_id_round_trip ... ok
44452023-05-03T03:22:22.827Ztest tests::serialized_size ... ok
44462023-05-03T03:22:22.832Z
44472023-05-03T03:22:22.837Ztest result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.07s
44482023-05-03T03:22:22.842Z
44492023-05-03T03:22:22.848Z Running `/work/oxidecomputer/omicron/target/debug/deps/nexus_client-563731af80adf667`
44502023-05-03T03:22:22.871Z
44512023-05-03T03:22:22.876Zrunning 0 tests
44522023-05-03T03:22:22.881Z
44532023-05-03T03:22:22.886Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
44542023-05-03T03:22:22.892Z
44552023-05-03T03:22:22.896Z Running `/work/oxidecomputer/omicron/target/debug/deps/nexus_db_model-5dd2e1a7a5842f84`
44562023-05-03T03:22:23.101Z
44572023-05-03T03:22:23.106Zrunning 8 tests
44582023-05-03T03:22:23.152Ztest bytecount::test::test_bytecount_i64_conversions ... ok
44592023-05-03T03:22:23.157Ztest bytecount::test::test_pg_numeric_to_byte_count ... ok
44602023-05-03T03:22:23.162Ztest role_assignment::tests::test_role_assignment_from_database ... ok
44612023-05-03T03:22:23.167Ztest semver_version::test::test_to_from_sortable_string ... ok
44622023-05-03T03:22:23.172Ztest tests::test_ip_subnet_check_requestable_address ... ok
44632023-05-03T03:22:23.177Ztest device_auth::test::test_generate_user_code ... ok
44642023-05-03T03:22:23.182Ztest tests::test_ipv6_net_random_subnet ... ok
44652023-05-03T03:22:23.187Ztest tests::test_vpc_subnet_check_requestable_addr ... ok
44662023-05-03T03:22:23.192Z
44672023-05-03T03:22:23.198Ztest result: ok. 8 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.06s
44682023-05-03T03:22:23.203Z
44692023-05-03T03:22:23.208Z Running `/work/oxidecomputer/omicron/target/debug/deps/nexus_db_queries-8029130b16ee194c`
44702023-05-03T03:22:24.018Z
44712023-05-03T03:22:24.025Zrunning 141 tests
44722023-05-03T03:22:24.030Ztest authn::external::cookies::test::test_parse_cookies_empty_headers ... ok
44732023-05-03T03:22:24.036Ztest authn::external::cookies::test::test_parse_cookies_two_cookie_headers ... ok
44742023-05-03T03:22:24.041Ztest authn::external::cookies::test::test_parse_cookies_two_cookie_headers_same_name ... ok
44752023-05-03T03:22:24.046Ztest authn::external::cookies::test::test_parse_cookies_ignore_other_headers ... ok
44762023-05-03T03:22:24.051Ztest authn::external::cookies::test::test_parse_cookies_one_cookie ... ok
44772023-05-03T03:22:24.056Ztest authn::external::cookies::test::test_parse_cookies_two_cookies ... ok
44782023-05-03T03:22:24.061Ztest authn::external::session_cookie::test::test_get_token_no_header ... ok
44792023-05-03T03:22:24.067Ztest authn::external::session_cookie::test::test_get_token ... ok
44802023-05-03T03:22:24.072Ztest authn::external::session_cookie::test::test_get_token_other_cookie_present ... ok
44812023-05-03T03:22:24.077Ztest authn::external::session_cookie::test::test_session_cookie_value ... ok
44822023-05-03T03:22:24.082Ztest authn::external::spoof::test::test_make_header_value ... ok
44832023-05-03T03:22:24.088Ztest authn::external::session_cookie::test::test_missing_cookie ... ok
44842023-05-03T03:22:24.093Ztest authn::external::session_cookie::test::test_other_cookie ... ok
44852023-05-03T03:22:24.099Ztest authn::external::session_cookie::test::test_valid_cookie ... ok
44862023-05-03T03:22:24.104Ztest authn::external::session_cookie::test::test_expired_cookie_absolute ... ok
44872023-05-03T03:22:24.124Ztest authn::external::session_cookie::test::test_expired_cookie_idle ... ok
44882023-05-03T03:22:24.130Ztest authn::external::session_cookie::test::test_garbage_cookie ... ok
44892023-05-03T03:22:24.136Ztest authn::external::spoof::test::test_make_header_value_raw ... ok
44902023-05-03T03:22:24.141Ztest authn::external::spoof::test::test_spoof_header_missing ... ok
44912023-05-03T03:22:24.146Ztest authn::external::spoof::test::test_spoof_header_valid ... ok
44922023-05-03T03:22:24.151Ztest authn::external::spoof::test::test_spoof_reserved_values ... ok
44932023-05-03T03:22:24.157Ztest authn::external::spoof::test::test_spoof_header_bad_uuids ... ok
44942023-05-03T03:22:24.162Ztest authn::external::token::test::test_make_header_value ... ok
44952023-05-03T03:22:24.167Ztest authn::external::token::test::test_token_header_bad_utf8 ... ok
44962023-05-03T03:22:24.172Ztest authn::external::token::test::test_token_header_missing ... ok
44972023-05-03T03:22:24.178Ztest authn::test::test_internal_users ... ok
44982023-05-03T03:22:24.183Ztest authz::api_resources::test::test_roles_database_strings ... ok
44992023-05-03T03:22:24.188Ztest authn::external::test::test_authn_sequence ... ok
45002023-05-03T03:22:24.195Ztest authn::external::token::test::test_token_header_valid ... ok
45012023-05-03T03:22:24.202Ztest authz::oso_generic::test::test_duplicate_polar_classes ... ok
45022023-05-03T03:22:33.065Ztest context::test::test_child_context ... ok
45032023-05-03T03:22:33.083Ztest authz::context::test::test_unregistered_resource ... ok
45042023-05-03T03:22:33.098Ztest db::collection_attach::test::test_attach_beyond_capacity_fails ... ok
45052023-05-03T03:22:33.122Ztest db::collection_attach::test::test_attach_missing_collection_fails ... ok
45062023-05-03T03:22:33.175Ztest db::collection_attach::test::test_attach_deleted_resource_fails ... ok
45072023-05-03T03:22:33.259Ztest context::test::test_test_context ... ok
45082023-05-03T03:22:33.284Ztest context::test::test_background_context ... ok
45092023-05-03T03:22:41.964Ztest db::collection_attach::test::test_attach_with_filters ... ok
45102023-05-03T03:22:41.969Ztest db::collection_attach::test::test_attach_once_synchronous ... ok
45112023-05-03T03:22:41.975Ztest db::collection_attach::test::test_verify_query ... ok
45122023-05-03T03:22:42.008Ztest db::collection_attach::test::test_attach_once ... ok
45132023-05-03T03:22:42.481Ztest db::collection_attach::test::test_attach_without_update_filter ... ok
45142023-05-03T03:22:42.487Ztest db::collection_attach::test::test_attach_missing_resource_fails ... ok
45152023-05-03T03:22:42.492Ztest db::collection_attach::test::test_attach_multiple_times ... ok
45162023-05-03T03:22:42.497Ztest db::collection_attach::test::test_attach_while_already_attached ... ok
45172023-05-03T03:22:42.503Ztest db::collection_detach::test::test_verify_query ... ok
45182023-05-03T03:22:50.053Ztest db::collection_detach::test::test_detach_missing_collection_fails ... ok
45192023-05-03T03:22:50.430Ztest db::collection_detach::test::test_detach_deleted_resource_fails ... ok
45202023-05-03T03:22:50.572Ztest db::collection_detach::test::test_detach_missing_resource_fails ... ok
45212023-05-03T03:22:51.025Ztest db::collection_detach::test::test_detach_once ... ok
45222023-05-03T03:22:51.031Ztest db::collection_detach::test::test_detach_while_already_detached ... ok
45232023-05-03T03:22:51.062Ztest db::collection_detach::test::test_detach_without_update_filter ... ok
45242023-05-03T03:22:51.118Ztest db::collection_detach_many::test::test_detach_deleted_resource ... ok
45252023-05-03T03:22:58.479Ztest db::collection_detach_many::test::test_detach_filter_collection ... ok
45262023-05-03T03:22:58.484Ztest db::collection_detach_many::test::test_verify_query ... ok
45272023-05-03T03:22:58.616Ztest db::collection_detach_many::test::test_detach_many ... ok
45282023-05-03T03:22:59.539Ztest db::collection_detach_many::test::test_detach_once ... ok
45292023-05-03T03:22:59.763Ztest db::collection_insert::test::test_verify_query ... ok
45302023-05-03T03:22:59.789Ztest db::datastore::dns::test::test_dns_builder_basic ... ok
45312023-05-03T03:22:59.794Ztest db::collection_detach_many::test::test_detach_missing_resource_succeeds ... ok
45322023-05-03T03:22:59.822Ztest db::collection_detach_many::test::test_detach_once_synchronous ... ok
45332023-05-03T03:22:59.844Ztest db::collection_detach_many::test::test_detach_missing_collection_fails ... ok
45342023-05-03T03:22:59.863Ztest db::collection_detach_many::test::test_detach_while_already_detached ... ok
45352023-05-03T03:23:05.866Ztest db::collection_insert::test::test_collection_present ... ok
45362023-05-03T03:23:06.643Ztest db::collection_insert::test::test_collection_not_present ... ok
45372023-05-03T03:23:08.063Ztest db::datastore::dns::test::test_dns_uniqueness ... ok
45382023-05-03T03:23:08.481Ztest db::datastore::dns::test::test_read_dns_config_basic ... ok
45392023-05-03T03:23:08.612Ztest db::datastore::dns::test::test_read_dns_config_uninitialized ... ok
45402023-05-03T03:23:09.023Ztest db::datastore::dns::test::test_read_dns_config_complex ... ok
45412023-05-03T03:23:11.311Ztest db::datastore::dns::test::test_dns_update ... ok
45422023-05-03T03:23:13.733Ztest db::datastore::physical_disk::test::physical_disk_deletion_idempotency ... ok
45432023-05-03T03:23:13.739Ztest authz::policy_test::test_iam_roles_behavior ... ok
45442023-05-03T03:23:13.829Ztest db::datastore::physical_disk::test::physical_disk_upsert_delete_reupsert_new_sled ... ok
45452023-05-03T03:23:15.167Ztest db::datastore::physical_disk::test::physical_disk_upsert_different_disks ... ok
45462023-05-03T03:23:15.704Ztest db::datastore::physical_disk::test::physical_disk_upsert_different_uuid_idempotent ... ok
45472023-05-03T03:23:15.709Ztest db::datastore::region::test::test_extent_count ... ok
45482023-05-03T03:23:16.018Ztest db::datastore::physical_disk::test::physical_disk_upsert_same_uuid_idempotent ... ok
45492023-05-03T03:23:16.140Ztest db::datastore::physical_disk::test::physical_disk_upsert_reupsert_new_sled ... ok
45502023-05-03T03:23:18.147Ztest db::datastore::rack::test::rack_set_initialized_empty ... ok
45512023-05-03T03:23:19.869Ztest db::datastore::rack::test::rack_set_initialized_missing_service_pool_ip_throws_error ... ok
45522023-05-03T03:23:20.076Ztest db::datastore::rack::test::rack_set_initialized_overlapping_ips_throws_error ... ok
45532023-05-03T03:23:21.285Ztest db::datastore::rack::test::rack_set_initialized_with_many_nexus_services ... ok
45542023-05-03T03:23:22.234Ztest db::datastore::test::test_component_update_conflict ... ok
45552023-05-03T03:23:22.261Ztest db::datastore::test::test_deallocate_external_ip_by_instance_id_is_idempotent ... ok
45562023-05-03T03:23:22.421Ztest db::datastore::test::test_deallocate_external_ip_is_idempotent ... ok
45572023-05-03T03:23:22.432Ztest db::datastore::rack::test::rack_set_initialized_with_nexus_service ... ok
45582023-05-03T03:23:24.259Ztest db::datastore::test::test_external_ip_check_constraints ... ok
45592023-05-03T03:23:25.067Ztest db::datastore::test::test_queries_do_not_require_full_table_scan ... ok
45602023-05-03T03:23:25.872Ztest db::datastore::test::test_project_creation ... ok
45612023-05-03T03:23:28.252Ztest db::datastore::test::test_rack_initialize_is_idempotent ... ok
45622023-05-03T03:23:28.892Ztest db::datastore::test::test_region_allocation ... ok
45632023-05-03T03:23:29.330Ztest db::datastore::test::test_region_allocation_is_idempotent ... ok
45642023-05-03T03:23:29.342Ztest db::datastore::test::test_region_allocation_out_of_space_fails ... ok
45652023-05-03T03:23:29.347Ztest db::datastore::test::test_region_allocation_not_enough_datasets ... ok
45662023-05-03T03:23:30.743Ztest db::datastore::test::test_sled_ipv6_address_allocation ... ok
45672023-05-03T03:23:30.750Ztest db::fixed_data::role_builtin::test::test_fixed_role_data ... ok
45682023-05-03T03:23:30.755Ztest db::fixed_data::silo_user::test::test_silo_user_ids_are_valid ... ok
45692023-05-03T03:23:30.760Ztest db::fixed_data::test::test_builtin_fleet_id_is_valid ... ok
45702023-05-03T03:23:30.766Ztest db::fixed_data::user_builtin::test::test_builtin_user_ids_are_valid ... ok
45712023-05-03T03:23:30.771Ztest db::datastore::test::test_service_upsert_and_list ... ok
45722023-05-03T03:23:31.120Ztest db::datastore::test::test_session_methods ... ok
45732023-05-03T03:23:34.261Ztest db::explain::test::test_explain_full_table_scan ... ok
45742023-05-03T03:23:34.324Ztest db::explain::test::test_explain_async ... ok
45752023-05-03T03:23:34.985Ztest db::datastore::test::test_ssh_keys ... ok
45762023-05-03T03:23:35.049Ztest db::datastore::test::test_system_update_conflict ... ok
45772023-05-03T03:23:35.190Ztest db::datastore::test::test_table_scan ... ok
45782023-05-03T03:23:36.680Ztest db::lookup::test::test_lookup ... ok
45792023-05-03T03:23:36.917Ztest db::pagination::test::test_paginated_multicolumn_ascending ... ok
45802023-05-03T03:23:36.961Ztest db::pagination::test::test_paginated_multicolumn_descending ... ok
45812023-05-03T03:23:40.193Ztest db::pagination::test::test_paginated_single_column_ascending ... ok
45822023-05-03T03:23:40.655Ztest db::pagination::test::test_paginated_single_column_descending ... ok
45832023-05-03T03:23:41.408Ztest db::queries::external_ip::tests::test_ensure_pool_exhaustion_does_not_use_other_pool ... ok
45842023-05-03T03:23:41.508Ztest db::queries::external_ip::tests::test_ephemeral_and_snat_ips_do_not_overlap ... ok
45852023-05-03T03:23:42.055Ztest db::queries::external_ip::tests::test_explicit_external_ip_for_service_is_idempotent ... ok
45862023-05-03T03:23:43.481Ztest db::queries::external_ip::tests::test_explicit_external_ip_for_service_out_of_range ... ok
45872023-05-03T03:23:43.487Ztest db::queries::external_ip::tests::test_insert_external_ip_for_service_is_idempotent_even_when_full ... ok
45882023-05-03T03:23:43.676Ztest db::queries::external_ip::tests::test_insert_external_ip_for_service_is_idempotent ... ok
45892023-05-03T03:23:43.682Ztest db::queries::network_interface::tests::test_first_available_address ... ok
45902023-05-03T03:23:46.515Ztest db::queries::external_ip::tests::test_insert_external_ip_is_idempotent ... ok
45912023-05-03T03:23:47.178Ztest db::queries::external_ip::tests::test_next_external_ip_allocation_and_exhaustion ... ok
45922023-05-03T03:23:48.017Ztest db::queries::external_ip::tests::test_next_external_ip_for_service ... ok
45932023-05-03T03:23:48.137Ztest db::queries::external_ip::tests::test_next_external_ip_is_restricted_to_pools ... ok
45942023-05-03T03:23:48.589Ztest db::queries::external_ip::tests::test_next_external_ip_out_of_order_allocation_ok ... ok
45952023-05-03T03:23:49.741Ztest db::queries::external_ip::tests::test_next_external_ip_with_ephemeral_takes_whole_port_range ... ok
45962023-05-03T03:23:50.589Ztest db::queries::network_interface::tests::test_insert_multiple_vpc_subnets_succeeds ... ok
45972023-05-03T03:23:51.277Ztest db::queries::network_interface::tests::test_detect_ip_exhaustion ... ok
45982023-05-03T03:23:52.932Ztest db::queries::network_interface::tests::test_insert_multiple_vpcs_fails ... ok
45992023-05-03T03:23:53.417Ztest db::queries::network_interface::tests::test_insert_no_instance_fails ... ok
46002023-05-03T03:23:53.424Ztest db::queries::network_interface::tests::test_last_address_offset ... ok
46012023-05-03T03:23:54.848Ztest db::queries::network_interface::tests::test_insert_request_exact_ip ... ok
46022023-05-03T03:23:54.941Ztest db::queries::network_interface::tests::test_insert_request_same_ip_fails ... ok
46032023-05-03T03:23:54.983Ztest db::queries::network_interface::tests::test_insert_running_instance_fails ... ok
46042023-05-03T03:23:56.318Ztest db::queries::network_interface::tests::test_insert_same_interface_fails ... ok
46052023-05-03T03:23:56.805Ztest db::queries::network_interface::tests::test_insert_same_vpc_subnet_fails ... ok
46062023-05-03T03:23:57.735Ztest db::queries::network_interface::tests::test_insert_sequential_ip_allocation ... ok
46072023-05-03T03:23:59.117Ztest db::queries::network_interface::tests::test_insert_with_duplicate_name_fails ... ok
46082023-05-03T03:23:59.902Ztest db::queries::network_interface::tests::test_limit_number_of_interfaces_per_instance_query ... ok
46092023-05-03T03:23:59.956Ztest db::queries::vpc_subnet::test::test_filter_conflicting_vpc_subnet_ranges_query ... ok
46102023-05-03T03:24:00.539Ztest db::queries::next_item::tests::test_wrapping_next_item_query ... ok
46112023-05-03T03:24:00.545Ztest db::saga_recovery::test::test_failure_during_saga_can_be_recovered ... ok
46122023-05-03T03:24:01.466Ztest db::saga_recovery::test::test_successful_saga_does_not_replay_during_recovery ... ok
46132023-05-03T03:24:01.474Z
46142023-05-03T03:24:01.483Ztest result: ok. 141 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 97.73s
46152023-05-03T03:24:01.488Z
46162023-05-03T03:24:01.494Z Running `/work/oxidecomputer/omicron/target/debug/deps/nexus_defaults-e823cae25bee9221`
46172023-05-03T03:24:01.985Z
46182023-05-03T03:24:01.991Zrunning 1 test
46192023-05-03T03:24:01.997Ztest tests::test_random_vpc_ipv6_prefix ... ok
46202023-05-03T03:24:02.003Z
46212023-05-03T03:24:02.016Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.03s
46222023-05-03T03:24:02.022Z
46232023-05-03T03:24:02.028Z Running `/work/oxidecomputer/omicron/target/debug/deps/nexus_passwords-a56ec8780b87b583`
46242023-05-03T03:24:02.033Z
46252023-05-03T03:24:02.039Zrunning 6 tests
46262023-05-03T03:24:02.054Ztest test::test_password_constraints ... ok
46272023-05-03T03:24:02.060Ztest test::test_weak_hashes ... ok
46282023-05-03T03:24:02.065Ztest test::test_stable ... ok
46292023-05-03T03:24:04.834Ztest test::test_reproducible ... ok
46302023-05-03T03:24:06.851Ztest test::test_compatible ... ok
46312023-05-03T03:24:18.239Ztest test::test_smoke ... ok
46322023-05-03T03:24:18.244Z
46332023-05-03T03:24:18.249Ztest result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 16.58s
46342023-05-03T03:24:18.254Z
46352023-05-03T03:24:18.318Z Running `/work/oxidecomputer/omicron/target/debug/deps/nexus_types-ded901b07dfbfea5`
46362023-05-03T03:24:18.431Z
46372023-05-03T03:24:18.436Zrunning 1 test
46382023-05-03T03:24:18.473Ztest external_api::shared::test::test_policy_parsing ... ok
46392023-05-03T03:24:18.478Z
46402023-05-03T03:24:18.483Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.05s
46412023-05-03T03:24:18.488Z
46422023-05-03T03:24:18.492Z Running `/work/oxidecomputer/omicron/target/debug/deps/omicron_common-4adf99d83973e990`
46432023-05-03T03:24:18.596Z
46442023-05-03T03:24:18.601Zrunning 47 tests
46452023-05-03T03:24:19.031Ztest address::test::test_ip_range_checks_non_decreasing ... ok
46462023-05-03T03:24:19.037Ztest address::test::test_dns_subnets ... ok
46472023-05-03T03:24:19.042Ztest address::test::test_ip_range_iter ... ok
46482023-05-03T03:24:19.047Ztest address::test::test_ip_range_try_from ... ok
46492023-05-03T03:24:19.052Ztest address::test::test_sled_address ... ok
46502023-05-03T03:24:19.057Ztest address::test::test_ip_range_enum_deserialization ... ok
46512023-05-03T03:24:19.062Ztest api::external::error::test::test_context ... ok
46522023-05-03T03:24:19.067Ztest api::external::error::test::test_bail_unless ... ok
46532023-05-03T03:24:19.072Ztest api::external::http_pagination::test::test_pagination_examples ... ok
46542023-05-03T03:24:19.077Ztest api::external::http_pagination::test::test_pagination_schemas ... ok
46552023-05-03T03:24:19.082Ztest api::external::http_pagination::test::test_scan_by_nameid_generic ... ok
46562023-05-03T03:24:19.086Ztest api::external::http_pagination::test::test_scan_by_id ... ok
46572023-05-03T03:24:19.091Ztest api::external::http_pagination::test::test_scan_by_name ... ok
46582023-05-03T03:24:19.096Ztest api::external::test::test_bytecount ... ok
46592023-05-03T03:24:19.101Ztest api::external::test::test_bytecount_display ... ok
46602023-05-03T03:24:19.106Ztest api::external::http_pagination::test::test_scan_by_nameid_id ... ok
46612023-05-03T03:24:19.111Ztest api::external::http_pagination::test::test_scan_by_nameid_name ... ok
46622023-05-03T03:24:19.116Ztest api::external::test::test_firewall_deserialization ... ok
46632023-05-03T03:24:19.121Ztest api::external::test::test_digest ... ok
46642023-05-03T03:24:19.126Ztest api::external::test::test_ip_port_range_from_str ... ok
46652023-05-03T03:24:19.130Ztest api::external::test::test_ip_port_range_into_str ... ok
46662023-05-03T03:24:19.135Ztest api::external::test::test_ipnet_first_last_address ... ok
46672023-05-03T03:24:19.140Ztest api::external::test::test_ipnet_serde ... ok
46682023-05-03T03:24:19.145Ztest api::external::test::test_ipv6_net_operations ... ok
46692023-05-03T03:24:19.149Ztest api::external::test::test_mac_to_int_conversions ... ok
46702023-05-03T03:24:19.154Ztest api::external::test::test_macaddr ... ok
46712023-05-03T03:24:19.159Ztest api::external::test::test_name_parse ... ok
46722023-05-03T03:24:19.164Ztest api::external::test::test_name_parse_from_param ... ok
46732023-05-03T03:24:19.169Ztest api::external::test::test_semver_serialize ... ok
46742023-05-03T03:24:19.174Ztest api::external::test::test_firewall_rule_host_filter_parse ... ok
46752023-05-03T03:24:19.179Ztest api::internal::nexus::tests::known_artifact_kind_roundtrip ... ok
46762023-05-03T03:24:19.183Ztest api::external::test::test_role_name_parse ... ok
46772023-05-03T03:24:19.188Ztest api::external::test::test_resource_name_parse ... ok
46782023-05-03T03:24:19.193Ztest api::external::test::test_route_destination_parse ... ok
46792023-05-03T03:24:19.198Ztest api::external::test::test_semver_validation ... ok
46802023-05-03T03:24:19.209Ztest nexus_config::test::test_config_empty ... ok
46812023-05-03T03:24:19.214Ztest nexus_config::test::test_config_bad_toml ... ok
46822023-05-03T03:24:19.219Ztest api::external::test::test_route_target_parse ... ok
46832023-05-03T03:24:19.223Ztest api::external::test::test_firewall_rule_target_parse ... ok
46842023-05-03T03:24:19.229Ztest nexus_config::test::test_config_nonexistent ... ok
46852023-05-03T03:24:19.233Ztest update::tests::serde_artifact_kind ... ok
46862023-05-03T03:24:19.238Ztest postgres_config::test::test_example_url ... ok
46872023-05-03T03:24:19.243Ztest postgres_config::test::test_bad_url ... ok
46882023-05-03T03:24:19.268Ztest nexus_config::test::test_bad_authn_schemes ... ok
46892023-05-03T03:24:19.273Ztest nexus_config::test::test_invalid_ipv4_prefix_tunable ... ok
46902023-05-03T03:24:19.278Ztest nexus_config::test::test_repo_configs_are_valid ... ok
46912023-05-03T03:24:19.283Ztest nexus_config::test::test_valid ... ok
46922023-05-03T03:24:19.288Z
46932023-05-03T03:24:19.293Ztest result: ok. 47 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.13s
46942023-05-03T03:24:19.299Z
46952023-05-03T03:24:19.304Z Running `/work/oxidecomputer/omicron/target/debug/deps/sled_agent_overlay_files-9a73017042d10f22`
46962023-05-03T03:24:19.309Z
46972023-05-03T03:24:19.314Zrunning 0 tests
46982023-05-03T03:24:19.318Z
46992023-05-03T03:24:19.323Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
47002023-05-03T03:24:19.328Z
47012023-05-03T03:24:19.333Z Running `/work/oxidecomputer/omicron/target/debug/deps/thing_flinger-d47e0e1782f0e276`
47022023-05-03T03:24:19.338Z
47032023-05-03T03:24:19.343Zrunning 0 tests
47042023-05-03T03:24:19.348Z
47052023-05-03T03:24:19.353Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
47062023-05-03T03:24:19.358Z
47072023-05-03T03:24:19.363Z Running `/work/oxidecomputer/omicron/target/debug/deps/omicron_dev-332043ac77f38c19`
47082023-05-03T03:24:19.368Z
47092023-05-03T03:24:19.374Zrunning 0 tests
47102023-05-03T03:24:19.388Z
47112023-05-03T03:24:19.394Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
47122023-05-03T03:24:19.399Z
47132023-05-03T03:24:19.404Z Running `/work/oxidecomputer/omicron/target/debug/deps/test_omicron_dev-3300d43807bdeeb5`
47142023-05-03T03:24:19.450Z
47152023-05-03T03:24:19.487Zrunning 7 tests
47162023-05-03T03:24:19.983Ztest test_omicron_dev_bad_cmd ... ok
47172023-05-03T03:24:19.988Ztest test_omicron_dev_no_args ... ok
47182023-05-03T03:24:19.993Ztest test_omicron_dev_db_wipe_no_args ... ok
47192023-05-03T03:24:20.000Ztest test_omicron_dev_db_populate_no_args ... ok
47202023-05-03T03:24:30.413Ztest test_run_all ... ok
47212023-05-03T03:24:39.324Ztest test_db_killed ... ok
47222023-05-03T03:25:09.417Ztest test_db_run ... ok
47232023-05-03T03:25:09.422Z
47242023-05-03T03:25:09.427Ztest result: ok. 7 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 50.43s
47252023-05-03T03:25:09.432Z
47262023-05-03T03:25:09.437Z Running `/work/oxidecomputer/omicron/target/debug/deps/omicron_gateway-adbd1f413fd67a40`
47272023-05-03T03:25:09.552Z
47282023-05-03T03:25:09.557Zrunning 2 tests
47292023-05-03T03:25:09.611Ztest management_switch::location_map::tests::test_config_validation ... ok
47302023-05-03T03:25:09.616Ztest management_switch::location_map::tests::test_resolve_location ... ok
47312023-05-03T03:25:09.621Z
47322023-05-03T03:25:09.626Ztest result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.07s
47332023-05-03T03:25:09.631Z
47342023-05-03T03:25:09.636Z Running `/work/oxidecomputer/omicron/target/debug/deps/mgs-a6d9df5d72dd45c2`
47352023-05-03T03:25:09.669Z
47362023-05-03T03:25:09.675Zrunning 0 tests
47372023-05-03T03:25:09.680Z
47382023-05-03T03:25:09.685Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
47392023-05-03T03:25:09.690Z
47402023-05-03T03:25:09.695Z Running `/work/oxidecomputer/omicron/target/debug/deps/test_all-fc7df8193a9aabc1`
47412023-05-03T03:25:09.808Z
47422023-05-03T03:25:09.813Zrunning 5 tests
47432023-05-03T03:25:10.454Ztest integration_tests::commands::test_mgs_openapi_sled ... ok
47442023-05-03T03:25:11.874Ztest integration_tests::component_list::component_list ... ok
47452023-05-03T03:25:11.879Ztest integration_tests::serial_console::serial_console_communication ... ok
47462023-05-03T03:25:11.884Ztest integration_tests::serial_console::serial_console_detach ... ok
47472023-05-03T03:25:12.837Ztest integration_tests::location_discovery::discovery_both_locations ... ok
47482023-05-03T03:25:12.842Z
47492023-05-03T03:25:12.847Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 3.04s
47502023-05-03T03:25:12.853Z
47512023-05-03T03:25:12.858Z Running `/work/oxidecomputer/omicron/target/debug/deps/omicron_nexus-5a6f2c16d726c903`
47522023-05-03T03:25:13.278Z
47532023-05-03T03:25:13.293Zrunning 45 tests
47542023-05-03T03:25:13.298Ztest app::instance::tests::test_serial_console_stream_proxying ... ok
47552023-05-03T03:25:29.454Ztest app::background::dns_propagation::test::test_basic ... ok
47562023-05-03T03:25:29.775Ztest app::background::dns_servers::test::test_basic ... ok
47572023-05-03T03:25:29.834Ztest app::background::common::test::test_driver_basic ... ok
47582023-05-03T03:25:30.330Ztest app::background::dns_config::test::test_basic ... ok
47592023-05-03T03:25:30.335Ztest app::background::init::test::test_dns_propagation_basic ... ok
47602023-05-03T03:25:31.739Ztest app::background::common::test::test_activation_in_progress ... ok
47612023-05-03T03:25:39.611Ztest app::sagas::disk_create::test::test_action_failure_can_unwind ... ok
47622023-05-03T03:25:40.245Ztest app::sagas::disk_create::test::test_action_failure_can_unwind_idempotently ... ok
47632023-05-03T03:25:53.977Ztest app::sagas::disk_delete::test::test_actions_succeed_idempotently ... ok
47642023-05-03T03:25:54.443Ztest app::sagas::disk_delete::test::test_saga_basic_usage_succeeds ... ok
47652023-05-03T03:25:55.008Ztest app::sagas::disk_create::test::test_actions_succeed_idempotently ... ok
47662023-05-03T03:25:55.045Ztest app::sagas::disk_create::test::test_saga_basic_usage_succeeds ... ok
47672023-05-03T03:26:04.373Ztest app::sagas::instance_create::test::test_saga_basic_usage_succeeds ... ok
47682023-05-03T03:26:08.620Ztest app::sagas::instance_create::test::test_actions_succeed_idempotently ... ok
47692023-05-03T03:26:17.582Ztest app::sagas::instance_create::test::test_action_failure_can_unwind ... ok
47702023-05-03T03:26:18.810Ztest app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently ... ok
47712023-05-03T03:26:20.389Ztest app::sagas::instance_delete::test::test_saga_basic_usage_succeeds ... ok
47722023-05-03T03:26:20.397Ztest app::sagas::snapshot_create::test::test_create_snapshot_from_disk_modify_request ... ok
47732023-05-03T03:26:21.420Ztest app::sagas::instance_migrate::tests::test_saga_basic_usage_succeeds ... ok
47742023-05-03T03:26:21.634Ztest app::sagas::instance_delete::test::test_actions_succeed_idempotently ... ok
47752023-05-03T03:26:27.820Ztest app::sagas::project_create::test::test_saga_basic_usage_succeeds ... ok
47762023-05-03T03:26:35.643Ztest app::sagas::instance_migrate::tests::test_action_failure_can_unwind ... ok
47772023-05-03T03:26:36.253Ztest app::sagas::project_create::test::test_action_failure_can_unwind ... ok
47782023-05-03T03:26:46.284Ztest app::sagas::snapshot_create::test::test_saga_basic_usage_succeeds ... ok
47792023-05-03T03:26:51.308Ztest app::sagas::vpc_create::test::test_action_failure_can_unwind ... ok
47802023-05-03T03:26:51.611Ztest app::update::tests::test_populate_mock_system_updates ... ok
47812023-05-03T03:26:51.662Ztest app::sagas::snapshot_create::test::test_saga_use_the_pantry_wrongly_set ... ok
47822023-05-03T03:26:53.514Ztest app::sagas::snapshot_create::test::test_saga_use_the_pantry_wrongly_unset ... ok
47832023-05-03T03:26:56.072Ztest app::sagas::vpc_create::test::test_saga_basic_usage_succeeds ... ok
47842023-05-03T03:26:56.077Ztest external_api::console_api::test::test_find_file_404_on_directory ... ok
47852023-05-03T03:26:56.082Ztest external_api::console_api::test::test_find_file_404_on_nonexistent ... ok
47862023-05-03T03:26:56.087Ztest external_api::console_api::test::test_find_file_404_on_nonexistent_nested ... ok
47872023-05-03T03:26:56.093Ztest external_api::console_api::test::test_find_file_404_on_symlink ... ok
47882023-05-03T03:26:56.098Ztest external_api::console_api::test::test_find_file_finds_file ... ok
47892023-05-03T03:26:56.103Ztest external_api::console_api::test::test_find_file_wont_follow_symlink ... ok
47902023-05-03T03:26:56.162Ztest external_api::http_entrypoints::test::test_nexus_tag_policy ... ok
47912023-05-03T03:27:06.604Ztest app::update::tests::test_system_updates ... ok
47922023-05-03T03:27:07.135Ztest app::update::tests::test_semver_max ... ok
47932023-05-03T03:27:07.141Ztest app::update::tests::test_updateable_components ... ok
47942023-05-03T03:27:07.146Ztest cidata::tests::build_vfat_works_with_arbitrarily_sized_input ... ok
47952023-05-03T03:27:07.916Ztest app::update::tests::test_update_deployments ... ok
47962023-05-03T03:27:08.541Ztest app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry ... ok
47972023-05-03T03:27:16.309Ztest app::sagas::snapshot_create::test::test_action_failure_can_unwind_pantry ... ok
47982023-05-03T03:27:34.139Ztest populate::test::test_populators ... ok
47992023-05-03T03:27:34.144Z
48002023-05-03T03:27:34.149Ztest result: ok. 45 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 141.26s
48012023-05-03T03:27:34.154Z
48022023-05-03T03:27:34.413Z Running `/work/oxidecomputer/omicron/target/debug/deps/nexus-e06716adaee6f57f`
48032023-05-03T03:27:34.459Z
48042023-05-03T03:27:34.464Zrunning 0 tests
48052023-05-03T03:27:34.469Z
48062023-05-03T03:27:34.474Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
48072023-05-03T03:27:34.479Z
48082023-05-03T03:27:34.484Z Running `/work/oxidecomputer/omicron/target/debug/deps/test_all-208dd36b5428cdaf`
48092023-05-03T03:27:34.489Z
48102023-05-03T03:27:34.494Zrunning 226 tests
48112023-05-03T03:27:34.549Ztest integration_tests::authn_http::test_authn_spoof_unconfigured ... ok
48122023-05-03T03:27:34.554Ztest integration_tests::authn_http::test_authn_spoof_allowed ... ok
48132023-05-03T03:27:34.559Ztest integration_tests::authn_http::test_authn_session_cookie ... ok
48142023-05-03T03:27:50.409Ztest integration_tests::basic::test_basic_failures ... ok
48152023-05-03T03:27:51.249Ztest integration_tests::authz::test_list_silo_idps_for_unpriv ... ok
48162023-05-03T03:27:51.615Ztest integration_tests::authz::test_global_image_read_for_unpriv ... ok
48172023-05-03T03:27:51.938Ztest integration_tests::authz::test_list_silo_users_for_unpriv ... ok
48182023-05-03T03:27:52.670Ztest integration_tests::authz::test_session_me_for_unpriv ... ok
48192023-05-03T03:27:52.689Ztest integration_tests::authz::test_silo_read_for_unpriv ... ok
48202023-05-03T03:27:52.695Ztest integration_tests::authz::test_cannot_read_others_ssh_keys ... ok
48212023-05-03T03:28:02.658Ztest integration_tests::basic::test_projects_basic ... ok
48222023-05-03T03:28:06.323Ztest integration_tests::certificates::test_cannot_create_certificate_with_bad_key ... ok
48232023-05-03T03:28:07.408Ztest integration_tests::certificates::test_cannot_create_certificate_with_bad_cert ... ok
48242023-05-03T03:28:07.639Ztest integration_tests::certificates::test_cannot_create_certificate_with_expired_cert ... ok
48252023-05-03T03:28:07.780Ztest integration_tests::commands::test_nexus_invalid_config ... ok
48262023-05-03T03:28:07.786Ztest integration_tests::commands::test_nexus_bad_config ... ok
48272023-05-03T03:28:08.351Ztest integration_tests::certificates::test_cannot_create_certificate_with_mismatched_key ... ok
48282023-05-03T03:28:08.357Ztest integration_tests::commands::test_nexus_no_args ... ok
48292023-05-03T03:28:08.362Ztest integration_tests::commands::test_nexus_openapi_internal ... ok
48302023-05-03T03:28:09.267Ztest integration_tests::commands::test_nexus_openapi ... ok
48312023-05-03T03:28:09.800Ztest integration_tests::certificates::test_not_found_before_creation ... ok
48322023-05-03T03:28:11.226Ztest integration_tests::certificates::test_crud ... ok
48332023-05-03T03:28:24.464Ztest integration_tests::console_api::test_login_form ... ok
48342023-05-03T03:28:24.472Ztest integration_tests::console_api::test_login_redirect ... ok
48352023-05-03T03:28:24.931Ztest integration_tests::console_api::test_absolute_static_dir ... ok
48362023-05-03T03:28:25.418Ztest integration_tests::certificates::test_refresh ... ok
48372023-05-03T03:28:25.433Ztest integration_tests::console_api::test_session_me ... ok
48382023-05-03T03:28:25.654Ztest integration_tests::console_api::test_assets ... ok
48392023-05-03T03:28:26.209Ztest integration_tests::console_api::test_console_pages ... ok
48402023-05-03T03:28:32.583Ztest integration_tests::basic::test_projects_list ... ok
48412023-05-03T03:28:43.904Ztest integration_tests::console_api::test_session_me_groups ... ok
48422023-05-03T03:28:44.038Ztest integration_tests::device_auth::test_device_auth_flow ... ok
48432023-05-03T03:28:47.449Ztest integration_tests::console_api::test_sessions ... ok
48442023-05-03T03:28:49.618Ztest integration_tests::disks::test_disk_backed_by_multiple_region_sets ... ok
48452023-05-03T03:28:52.513Ztest integration_tests::disks::test_disk_create_disk_that_already_exists_fails ... ok
48462023-05-03T03:28:53.867Ztest integration_tests::disks::test_disk_create_for_importing ... ok
48472023-05-03T03:28:55.305Ztest integration_tests::disks::test_disk_creation_region_requested_then_started ... ok
48482023-05-03T03:29:03.165Ztest integration_tests::disks::test_disk_create_attach_detach_delete ... ok
48492023-05-03T03:29:11.486Ztest integration_tests::disks::test_disk_reject_total_size_less_than_one_gibibyte ... ok
48502023-05-03T03:29:12.395Ztest integration_tests::disks::test_disk_invalid_block_size_rejected ... ok
48512023-05-03T03:29:13.864Ztest integration_tests::disks::test_disk_not_found_before_creation ... ok
48522023-05-03T03:29:14.141Ztest integration_tests::disks::test_disk_region_creation_failure ... ok
48532023-05-03T03:29:22.554Ztest integration_tests::disks::test_disk_metrics ... ok
48542023-05-03T03:29:24.270Ztest integration_tests::disks::test_disk_reject_total_size_not_divisible_by_block_size ... ok
48552023-05-03T03:29:26.623Ztest integration_tests::disks::test_disk_metrics_paginated ... ok
48562023-05-03T03:29:32.285Ztest integration_tests::disks::test_disk_move_between_instances ... ok
48572023-05-03T03:29:32.465Ztest integration_tests::disks::test_disk_reject_total_size_not_divisible_by_min_disk_size ... ok
48582023-05-03T03:29:33.250Ztest integration_tests::disks::test_disk_too_big ... ok
48592023-05-03T03:29:39.819Ztest integration_tests::disks::test_disk_virtual_provisioning_collection ... ok
48602023-05-03T03:29:43.970Ztest integration_tests::disks::test_disk_size_accounting ... ok
48612023-05-03T03:29:52.758Ztest integration_tests::images::test_image_access ... ok
48622023-05-03T03:29:53.114Ztest integration_tests::disks::test_multiple_disks_multiple_zpools ... ok
48632023-05-03T03:29:53.559Ztest integration_tests::images::test_image_create_bad_image_size ... ok
48642023-05-03T03:29:58.280Ztest integration_tests::images::test_image_create_bad_url ... ok
48652023-05-03T03:29:58.637Ztest integration_tests::images::test_image_create_bad_content_length ... ok
48662023-05-03T03:30:02.355Ztest integration_tests::images::test_image_create_url_404 ... ok
48672023-05-03T03:30:02.674Ztest integration_tests::images::test_image_create ... ok
48682023-05-03T03:30:11.161Ztest integration_tests::images::test_make_disk_from_image ... ok
48692023-05-03T03:30:18.522Ztest integration_tests::images::test_silo_image_create ... ok
48702023-05-03T03:30:20.692Ztest integration_tests::images::test_make_disk_from_image_too_small ... ok
48712023-05-03T03:30:27.071Ztest integration_tests::instances::test_attach_one_disk_to_instance ... ok
48722023-05-03T03:30:28.443Ztest integration_tests::instances::test_cannot_attach_nine_disks_to_instance ... ok
48732023-05-03T03:30:28.672Ztest integration_tests::instances::test_cannot_provision_instance_beyond_cpu_capacity ... ok
48742023-05-03T03:30:38.258Ztest integration_tests::instances::test_attach_eight_disks_to_instance ... ok
48752023-05-03T03:30:39.652Ztest integration_tests::instances::test_cannot_attach_faulted_disks ... ok
48762023-05-03T03:30:46.891Ztest integration_tests::instances::test_cannot_provision_instance_beyond_ram_capacity ... ok
48772023-05-03T03:30:49.211Ztest integration_tests::instances::test_instance_access ... ok
48782023-05-03T03:30:54.112Ztest integration_tests::instances::test_instance_create_attach_disks ... ok
48792023-05-03T03:30:58.050Ztest integration_tests::instances::test_instance_create_attach_disks_undo ... ok
48802023-05-03T03:30:58.382Ztest integration_tests::instances::test_instance_create_delete_network_interface ... ok
48812023-05-03T03:31:04.732Ztest integration_tests::instances::test_instance_create_in_silo ... ok
48822023-05-03T03:31:17.725Ztest integration_tests::instances::test_instance_create_saga_removes_instance_database_record ... ok
48832023-05-03T03:31:18.912Ztest integration_tests::instances::test_disks_detached_when_instance_destroyed has been running for over 60 seconds
48842023-05-03T03:31:24.122Ztest integration_tests::instances::test_instance_ephemeral_ip_from_correct_pool ... ok
48852023-05-03T03:31:25.563Ztest integration_tests::instances::test_instance_with_multiple_nics_unwinds_completely ... ok
48862023-05-03T03:31:27.027Ztest integration_tests::instances::test_instance_metrics ... FAILED
48872023-05-03T03:31:28.885Ztest integration_tests::instances::test_instance_serial ... ok
48882023-05-03T03:31:29.507Ztest integration_tests::instances::test_instance_v2p_mappings ... ok
48892023-05-03T03:31:35.360Ztest integration_tests::instances::test_disks_detached_when_instance_destroyed ... ok
48902023-05-03T03:31:38.831Ztest integration_tests::instances::test_instance_update_network_interfaces ... ok
48912023-05-03T03:31:53.174Ztest integration_tests::instances::test_instances_invalid_creation_returns_bad_request ... ok
48922023-05-03T03:31:54.602Ztest integration_tests::instances::test_instances_access_before_create_returns_not_found ... ok
48932023-05-03T03:31:56.083Ztest integration_tests::instances::test_instances_memory_not_divisible_by_min_memory_size ... ok
48942023-05-03T03:31:59.568Ztest integration_tests::instances::test_instance_with_single_explicit_ip_address ... ok
48952023-05-03T03:32:00.270Ztest integration_tests::instances::test_instance_with_new_custom_network_interfaces ... ok
48962023-05-03T03:32:00.487Ztest integration_tests::instances::test_instances_create_stopped_start ... ok
48972023-05-03T03:32:06.563Ztest integration_tests::instances::test_instances_delete_fails_when_running_succeeds_when_stopped ... ok
48982023-05-03T03:32:13.089Ztest integration_tests::instances::test_instances_create_reboot_halt ... ok
48992023-05-03T03:32:20.235Ztest integration_tests::ip_pools::test_ip_pool_range_pagination ... ok
49002023-05-03T03:32:20.773Ztest integration_tests::ip_pools::test_ip_pool_service ... ok
49012023-05-03T03:32:21.179Ztest integration_tests::ip_pools::test_ip_pool_basic_crud ... ok
49022023-05-03T03:32:21.626Ztest integration_tests::ip_pools::test_ip_pool_range_overlapping_ranges_fails ... ok
49032023-05-03T03:32:21.631Ztest integration_tests::instances::test_instances_memory_rejected_less_than_min_memory_size ... ok
49042023-05-03T03:32:29.457Ztest integration_tests::oximeter::test_oximeter_database_records ... ok
49052023-05-03T03:32:30.508Ztest integration_tests::ip_pools::test_ip_range_delete_with_allocated_external_ip_fails ... ok
49062023-05-03T03:32:41.496Ztest integration_tests::pantry::test_cannot_bulk_write_data_not_block_size_multiple ... ok
49072023-05-03T03:32:41.530Ztest integration_tests::pantry::test_cannot_bulk_write_data_non_base64 ... ok
49082023-05-03T03:32:43.086Ztest integration_tests::oximeter::test_oximeter_reregistration ... ok
49092023-05-03T03:32:50.707Ztest integration_tests::pantry::test_cannot_bulk_write_data_past_end_of_disk ... ok
49102023-05-03T03:32:52.200Ztest integration_tests::pantry::test_can_stop_start_import_from_bulk_write ... ok
49112023-05-03T03:33:09.052Ztest integration_tests::pantry::test_cannot_bulk_write_to_unaligned_offset ... ok
49122023-05-03T03:33:15.638Ztest integration_tests::pantry::test_cannot_mount_import_from_bulk_writes_disk ... ok
49132023-05-03T03:33:16.466Ztest integration_tests::pantry::test_cannot_bulk_write_attached_disk ... ok
49142023-05-03T03:33:17.767Ztest integration_tests::pantry::test_cannot_mount_import_ready_disk ... ok
49152023-05-03T03:33:24.172Ztest integration_tests::pantry::test_cannot_bulk_write_start_attached_disk ... ok
49162023-05-03T03:33:24.601Ztest integration_tests::pantry::test_cannot_bulk_write_stop_attached_disk ... ok
49172023-05-03T03:33:37.314Ztest integration_tests::pantry::test_cannot_finalize_attached_disk ... ok
49182023-05-03T03:33:38.168Ztest integration_tests::pantry::test_disk_create_for_importing ... ok
49192023-05-03T03:33:38.715Ztest integration_tests::pantry::test_cannot_finalize_without_stopping_bulk_writes ... ok
49202023-05-03T03:33:45.232Ztest integration_tests::projects::test_project_deletion ... ok
49212023-05-03T03:33:52.280Ztest integration_tests::pantry::test_import_blocks_from_url ... ok
49222023-05-03T03:34:00.867Ztest integration_tests::projects::test_project_deletion_with_image ... ok
49232023-05-03T03:34:03.903Ztest integration_tests::projects::test_project_deletion_with_disk ... ok
49242023-05-03T03:34:05.035Ztest integration_tests::projects::test_project_deletion_with_instance ... ok
49252023-05-03T03:34:13.602Ztest integration_tests::projects::test_project_deletion_with_vpc ... ok
49262023-05-03T03:34:15.483Ztest integration_tests::projects::test_project_deletion_with_snapshot ... ok
49272023-05-03T03:34:16.465Ztest integration_tests::pantry::test_import_blocks_with_bulk_write has been running for over 60 seconds
49282023-05-03T03:34:17.345Ztest integration_tests::pantry::test_import_blocks_with_bulk_write ... ok
49292023-05-03T03:34:17.833Ztest integration_tests::pantry::test_import_blocks_with_bulk_write_with_snapshot has been running for over 60 seconds
49302023-05-03T03:34:19.116Ztest integration_tests::rack::test_get_own_rack ... ok
49312023-05-03T03:34:25.472Ztest integration_tests::pantry::test_import_blocks_with_bulk_write_with_snapshot ... ok
49322023-05-03T03:34:25.720Ztest integration_tests::rack::test_list_own_rack ... ok
49332023-05-03T03:34:25.759Ztest integration_tests::password_login::test_local_users has been running for over 60 seconds
49342023-05-03T03:34:28.878Ztest integration_tests::projects::test_projects ... ok
49352023-05-03T03:34:40.155Ztest integration_tests::role_assignments::test_role_assignments_silo_implicit ... ok
49362023-05-03T03:34:40.194Ztest integration_tests::saml::test_accept_saml_response_only_assertion_signed ... ok
49372023-05-03T03:34:40.215Ztest integration_tests::saml::test_correct_saml_response ... ok
49382023-05-03T03:34:40.232Ztest integration_tests::saml::test_correct_saml_response_ecdsa_sha256 ... ok
49392023-05-03T03:34:40.239Ztest integration_tests::saml::test_correct_saml_response_with_group_attributes ... ok
49402023-05-03T03:34:40.244Ztest integration_tests::saml::test_correct_saml_response_with_group_attributes_wrong_attribute_name ... ok
49412023-05-03T03:34:41.490Ztest integration_tests::role_assignments::test_role_assignments_silo ... ok
49422023-05-03T03:34:41.783Ztest integration_tests::role_assignments::test_role_assignments_fleet ... ok
49432023-05-03T03:34:42.832Ztest integration_tests::roles_builtin::test_roles_builtin ... ok
49442023-05-03T03:34:48.463Ztest integration_tests::role_assignments::test_role_assignments_project ... ok
49452023-05-03T03:34:54.815Ztest integration_tests::router_routes::test_router_routes ... ok
49462023-05-03T03:34:56.101Ztest integration_tests::rack::test_rack_initialization ... ok
49472023-05-03T03:34:56.106Ztest integration_tests::saml::test_reject_saml_response_with_xml_comment ... ok
49482023-05-03T03:34:56.111Ztest integration_tests::saml::test_reject_unsigned_saml_response ... ok
49492023-05-03T03:35:02.598Ztest integration_tests::saml::test_create_a_saml_idp_invalid_descriptor_no_redirect_binding ... ok
49502023-05-03T03:35:03.472Ztest integration_tests::saml::test_create_a_hidden_silo_saml_idp ... ok
49512023-05-03T03:35:03.752Ztest integration_tests::saml::test_create_a_saml_idp ... ok
49522023-05-03T03:35:03.800Ztest integration_tests::saml::test_create_a_saml_idp_invalid_descriptor_truncated ... ok
49532023-05-03T03:35:13.848Ztest integration_tests::saml::test_post_saml_response ... ok
49542023-05-03T03:35:16.312Ztest integration_tests::saml::test_saml_idp_metadata_url_404 ... ok
49552023-05-03T03:35:18.647Ztest integration_tests::saml::test_saml_idp_rsa_keypair_ok ... ok
49562023-05-03T03:35:19.085Ztest integration_tests::saml::test_post_saml_response_with_relay_state ... ok
49572023-05-03T03:35:20.003Ztest integration_tests::silo_users::test_silo_group_detail_bad_group_id ... ok
49582023-05-03T03:35:20.123Ztest integration_tests::saml::test_saml_idp_reject_keypair ... ok
49592023-05-03T03:35:20.475Ztest integration_tests::saml::test_saml_idp_metadata_url_invalid ... ok
49602023-05-03T03:35:34.052Ztest integration_tests::silo_users::test_silo_group_users_bad_group_id ... ok
49612023-05-03T03:35:34.349Ztest integration_tests::silos::test_ensure_same_silo_group ... ok
49622023-05-03T03:35:34.354Ztest integration_tests::silos::test_deleting_a_silo_deletes_the_idp ... ok
49632023-05-03T03:35:35.454Ztest integration_tests::silo_users::test_silo_group_users ... ok
49642023-05-03T03:35:35.466Ztest integration_tests::silos::test_jit_silo_constraints ... ok
49652023-05-03T03:35:35.484Ztest integration_tests::silos::test_listing_identity_providers ... ok
49662023-05-03T03:35:39.679Ztest integration_tests::silos::test_local_silo_constraints ... ok
49672023-05-03T03:35:53.775Ztest integration_tests::silos::test_saml_idp_metadata_data_valid ... ok
49682023-05-03T03:35:54.002Ztest integration_tests::silos::test_saml_idp_metadata_data_truncated ... ok
49692023-05-03T03:35:54.492Ztest integration_tests::silos::test_saml_idp_metadata_data_invalid ... ok
49702023-05-03T03:35:55.179Ztest integration_tests::silos::test_silo_delete_clean_up_groups ... ok
49712023-05-03T03:35:55.185Ztest integration_tests::silos::test_silo_admin_group ... ok
49722023-05-03T03:35:58.432Ztest integration_tests::silos::test_silo_groups_fixed ... ok
49732023-05-03T03:36:02.230Ztest integration_tests::silos::test_local_silo_users ... ok
49742023-05-03T03:36:14.890Ztest integration_tests::silos::test_silo_user_fetch_by_external_id ... ok
49752023-05-03T03:36:15.561Ztest integration_tests::silos::test_silo_groups_remove_from_both_groups ... ok
49762023-05-03T03:36:15.572Ztest integration_tests::silos::test_silo_groups_jit ... ok
49772023-05-03T03:36:16.447Ztest integration_tests::silos::test_silo_groups_remove_from_one_group ... ok
49782023-05-03T03:36:21.894Ztest integration_tests::silos::test_silo_users_list ... ok
49792023-05-03T03:36:22.816Ztest integration_tests::silos::test_silo_user_provision_types ... ok
49802023-05-03T03:36:30.022Ztest integration_tests::silos::test_silo_user_views ... ok
49812023-05-03T03:36:37.517Ztest integration_tests::sleds::test_sleds_list ... ok
49822023-05-03T03:36:37.545Ztest integration_tests::sleds::test_physical_disk_create_list_delete ... ok
49832023-05-03T03:36:40.875Ztest integration_tests::snapshots::test_create_snapshot_record_idempotent ... ok
49842023-05-03T03:36:41.272Ztest integration_tests::snapshots::test_cannot_snapshot_if_no_space ... ok
49852023-05-03T03:36:47.548Ztest integration_tests::silos::test_silos ... ok
49862023-05-03T03:36:53.710Ztest integration_tests::snapshots::test_region_snapshot_create_idempotent ... ok
49872023-05-03T03:36:54.410Ztest integration_tests::snapshots::test_delete_snapshot ... ok
49882023-05-03T03:37:02.874Ztest integration_tests::snapshots::test_reject_creating_disk_from_illegal_snapshot ... ok
49892023-05-03T03:37:03.835Ztest integration_tests::snapshots::test_reject_creating_disk_from_snapshot ... ok
49902023-05-03T03:37:04.287Ztest integration_tests::password_login::test_local_users ... ok
49912023-05-03T03:37:10.534Ztest integration_tests::snapshots::test_snapshot_without_instance ... ok
49922023-05-03T03:37:11.329Ztest integration_tests::system_updates::test_get_update ... ok
49932023-05-03T03:37:11.910Ztest integration_tests::ssh_keys::test_ssh_keys ... ok
49942023-05-03T03:37:14.139Ztest integration_tests::snapshots::test_snapshot_basic ... ok
49952023-05-03T03:37:15.544Ztest integration_tests::unauthorized_coverage::test_unauthorized_coverage ... ok
49962023-05-03T03:37:25.718Ztest integration_tests::subnet_allocation::test_subnet_allocation ... ok
49972023-05-03T03:37:26.764Ztest integration_tests::system_updates::test_list_components ... ok
49982023-05-03T03:37:26.902Ztest integration_tests::system_updates::test_list_updates ... ok
49992023-05-03T03:37:29.575Ztest integration_tests::system_updates::test_list_update_components ... ok
50002023-05-03T03:37:30.175Ztest integration_tests::system_updates::test_update_deployments ... ok
50012023-05-03T03:37:30.245Ztest integration_tests::system_updates::test_system_version ... ok
50022023-05-03T03:37:36.669Ztest integration_tests::updates::test_download_with_dots_fails ... ok
50032023-05-03T03:37:49.817Ztest integration_tests::updates::test_update_end_to_end ... ok
50042023-05-03T03:37:50.258Ztest integration_tests::users_builtin::test_users_builtin ... ok
50052023-05-03T03:37:58.204Ztest integration_tests::volume_management::test_create_image_from_snapshot ... ok
50062023-05-03T03:37:58.245Ztest integration_tests::volume_management::test_delete_snapshot_then_disk ... ok
50072023-05-03T03:37:58.729Ztest integration_tests::volume_management::test_create_image_from_snapshot_delete ... ok
50082023-05-03T03:38:01.450Ztest integration_tests::volume_management::test_multiple_disks_multiple_snapshots_order_1 ... ok
50092023-05-03T03:38:05.238Ztest integration_tests::volume_management::test_multiple_disks_multiple_snapshots_order_2 ... ok
50102023-05-03T03:38:11.908Ztest integration_tests::unauthorized::test_unauthorized has been running for over 60 seconds
50112023-05-03T03:38:19.325Ztest integration_tests::volume_management::test_volume_checkout ... ok
50122023-05-03T03:38:23.504Ztest integration_tests::volume_management::test_multiple_layers_of_snapshots_delete_all_disks_first ... ok
50132023-05-03T03:38:24.628Ztest integration_tests::volume_management::test_multiple_layers_of_snapshots_delete_all_snapshots_first ... ok
50142023-05-03T03:38:28.664Ztest integration_tests::volume_management::test_snapshot_then_delete_disk ... ok
50152023-05-03T03:38:31.631Ztest integration_tests::volume_management::test_snapshot_prevents_other_disk ... ok
50162023-05-03T03:38:32.878Ztest integration_tests::unauthorized::test_unauthorized ... ok
50172023-05-03T03:38:40.039Ztest integration_tests::volume_management::test_multiple_layers_of_snapshots_random_delete_order ... ok
50182023-05-03T03:38:41.321Ztest integration_tests::volume_management::test_multiple_snapshots ... ok
50192023-05-03T03:38:46.968Ztest integration_tests::volume_management::test_volume_checkout_updates_multiple_gen ... ok
50202023-05-03T03:38:47.525Ztest integration_tests::volume_management::test_volume_checkout_updates_sparse_mid_multiple_gen ... ok
50212023-05-03T03:38:48.331Ztest integration_tests::volume_management::test_volume_hard_delete_idempotent ... ok
50222023-05-03T03:38:48.360Ztest integration_tests::volume_management::test_volume_checkout_updates_nothing ... ok
50232023-05-03T03:38:52.735Ztest integration_tests::volume_management::test_volume_remove_read_only_parent_bad_volume ... ok
50242023-05-03T03:38:53.045Ztest integration_tests::volume_management::test_volume_checkout_updates_sparse_multiple_gen ... ok
50252023-05-03T03:39:04.704Ztest integration_tests::volume_management::test_volume_remove_read_only_parent_base ... ok
50262023-05-03T03:39:05.533Ztest integration_tests::volume_management::test_volume_remove_read_only_parent_no_parent ... ok
50272023-05-03T03:39:06.080Ztest integration_tests::volume_management::test_volume_remove_read_only_parent_volume_not_volume ... ok
50282023-05-03T03:39:06.775Ztest integration_tests::volume_management::test_volume_remove_rop_saga ... ok
50292023-05-03T03:39:07.018Ztest integration_tests::volume_management::test_volume_remove_read_only_parent_volume_deleted ... ok
50302023-05-03T03:39:07.756Ztest integration_tests::volume_management::test_volume_remove_rop_saga_no_volume ... ok
50312023-05-03T03:39:08.721Ztest integration_tests::volume_management::test_volume_remove_rop_saga_deleted_volume ... ok
50322023-05-03T03:39:13.085Ztest integration_tests::volume_management::test_volume_remove_rop_saga_twice ... ok
50332023-05-03T03:39:25.727Ztest integration_tests::zpools::test_zpool_put_bad_physical_disk_returns_not_found ... ok
50342023-05-03T03:39:26.869Ztest integration_tests::volume_management::test_volume_remove_rop_saga_volume_not_volume ... ok
50352023-05-03T03:39:28.459Ztest integration_tests::zpools::test_zpool_put_bad_sled_returns_not_found ... ok
50362023-05-03T03:39:31.213Ztest integration_tests::vpc_firewall::test_vpc_firewall ... ok
50372023-05-03T03:39:32.381Ztest integration_tests::vpc_subnets::test_vpc_subnets ... ok
50382023-05-03T03:39:32.491Ztest integration_tests::vpc_routers::test_vpc_routers ... ok
50392023-05-03T03:39:33.522Ztest integration_tests::vpcs::test_vpcs ... ok
50402023-05-03T03:39:33.719Ztest integration_tests::vpc_subnets::test_delete_vpc_subnet_with_interfaces_fails ... ok
50412023-05-03T03:39:35.680Ztest integration_tests::zpools::test_zpool_put_success ... ok
50422023-05-03T03:39:35.686Z
50432023-05-03T03:39:35.699Zfailures:
50442023-05-03T03:39:35.705Z
50452023-05-03T03:39:35.710Z---- integration_tests::instances::test_instance_metrics stdout ----
50462023-05-03T03:39:35.716Zlog file: /var/tmp/omicron_tmp/test_all-208dd36b5428cdaf-test_instance_metrics.7237.69.log
50472023-05-03T03:39:35.722Znote: configured to log to "/var/tmp/omicron_tmp/test_all-208dd36b5428cdaf-test_instance_metrics.7237.69.log"
50482023-05-03T03:39:35.727Zthread 'integration_tests::instances::test_instance_metrics' panicked at 'Expected at least one measurement', nexus/tests/integration_tests/metrics.rs:34:5
50492023-05-03T03:39:35.733Znote: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
50502023-05-03T03:39:35.738ZWARN: dropped CockroachInstance without cleaning it up first (there may still be a child process running and a temporary directory leaked)
50512023-05-03T03:39:35.744ZWARN: temporary directory leaked: /var/tmp/omicron_tmp/.tmpkj2Pnr
50522023-05-03T03:39:35.750ZWARN: dropped ClickHouseInstance without cleaning it up first (there may still be a child process running and a temporary directory leaked)
50532023-05-03T03:39:35.758ZWARN: dropped DendriteInstance without cleaning it up first (there may still be a child process running and a temporary directory leaked)
50542023-05-03T03:39:35.769ZWARN: dendrite temporary directory leaked: /var/tmp/omicron_tmp/.tmpg0eygN
50552023-05-03T03:39:35.774Z
50562023-05-03T03:39:35.780Z
50572023-05-03T03:39:35.785Zfailures:
50582023-05-03T03:39:35.790Z integration_tests::instances::test_instance_metrics
50592023-05-03T03:39:35.795Z
50602023-05-03T03:39:35.801Ztest result: FAILED. 225 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 721.21s
50612023-05-03T03:39:35.806Z
50622023-05-03T03:39:36.351Zerror: test failed, to rerun pass `-p omicron-nexus --test test_all`
50632023-05-03T03:39:36.363Z Running `/work/oxidecomputer/omicron/target/debug/deps/omicron_package-8d14fbda6345a47b`
50642023-05-03T03:39:36.368Z
50652023-05-03T03:39:36.374Zrunning 2 tests
50662023-05-03T03:39:36.379Ztest dot::test::test_bad_dependency ... ok
50672023-05-03T03:39:36.390Ztest dot::test::test_dot_output ... ok
50682023-05-03T03:39:36.396Z
50692023-05-03T03:39:36.401Ztest result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.09s
50702023-05-03T03:39:36.406Z
50712023-05-03T03:39:36.412Z Running `/work/oxidecomputer/omicron/target/debug/deps/omicron_package-e1c104a0b820c814`
50722023-05-03T03:39:36.417Z
50732023-05-03T03:39:36.423Zrunning 0 tests
50742023-05-03T03:39:36.428Z
50752023-05-03T03:39:36.433Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
50762023-05-03T03:39:36.438Z
50772023-05-03T03:39:36.444Z Running `/work/oxidecomputer/omicron/target/debug/deps/omicron_rpaths-94c671741d0a828c`
50782023-05-03T03:39:36.449Z
50792023-05-03T03:39:36.454Zrunning 3 tests
50802023-05-03T03:39:36.460Ztest internal::tests::test_configure_from_path ... ok
50812023-05-03T03:39:36.465Ztest internal::tests::test_emit_rpath ... ok
50822023-05-03T03:39:36.470Ztest internal::tests::test_configure_rpaths_from_bad_envvar - should panic ... ok
50832023-05-03T03:39:36.475Z
50842023-05-03T03:39:36.481Ztest result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
50852023-05-03T03:39:36.486Z
50862023-05-03T03:39:36.492Z Running `/work/oxidecomputer/omicron/target/debug/deps/omicron_sled_agent-9efb9dd86fb18d12`
50872023-05-03T03:39:36.521Z
50882023-05-03T03:39:36.527Zrunning 41 tests
50892023-05-03T03:39:36.625Ztest bootstrap::trust_quorum::rack_secret::tests::secret_splitting_fails_with_threshold_larger_than_total_shares ... ok
50902023-05-03T03:39:36.631Ztest common::instance::test::propolis_destroy_requests_destroy_action ... ok
50912023-05-03T03:39:36.636Ztest common::instance::test::test_migration_ids_already_set ... ok
50922023-05-03T03:39:36.676Ztest bootstrap::agent::tests::persistent_sled_agent_request_serialization_round_trips ... ok
50932023-05-03T03:39:36.681Ztest bootstrap::params::tests::json_serialization_round_trips ... ok
50942023-05-03T03:39:36.716Ztest bootstrap::trust_quorum::rack_secret::tests::create_and_verify ... ok
50952023-05-03T03:39:36.722Ztest bootstrap::params::tests::parse_rack_initialization ... ok
50962023-05-03T03:39:36.736Ztest config::test::test_smf_configs ... ok
50972023-05-03T03:39:36.742Ztest bootstrap::trust_quorum::rack_secret::tests::combine_deserialized_shares ... ok
50982023-05-03T03:39:36.749Ztest profile::tests::empty_profile ... ok
50992023-05-03T03:39:36.754Ztest profile::tests::test_instance ... ok
51002023-05-03T03:39:36.759Ztest profile::tests::test_multiple ... ok
51012023-05-03T03:39:36.764Ztest profile::tests::test_property ... ok
51022023-05-03T03:39:36.769Ztest profile::tests::test_property_group ... ok
51032023-05-03T03:39:36.774Ztest ledger::test::test_create_default_ledger ... ok
51042023-05-03T03:39:36.780Ztest ledger::test::test_commit_handles_write_failures ... ok
51052023-05-03T03:39:36.785Ztest profile::tests::test_service ... ok
51062023-05-03T03:39:36.790Ztest rack_setup::plan::service::tests::bump_allocator_basics ... ok
51072023-05-03T03:39:36.796Ztest rack_setup::plan::service::tests::bump_allocator_exhaustion ... ok
51082023-05-03T03:39:36.816Ztest ledger::test::test_create_ledger_reads_from_storage ... ok
51092023-05-03T03:39:36.821Ztest ledger::test::test_create_ledger_reads_latest_from_storage ... ok
51102023-05-03T03:39:36.838Ztest rack_setup::config::test::test_subnets ... ok
51112023-05-03T03:39:36.844Ztest instance::test::transition_before_start ... ok
51122023-05-03T03:39:36.849Ztest sim::collection::test::test_sim_disk_attach_then_destroy ... ok
51132023-05-03T03:39:36.854Ztest sim::collection::test::test_sim_disk_attach_then_fault ... ok
51142023-05-03T03:39:36.859Ztest instance_manager::test::ensure_instance ... ok
51152023-05-03T03:39:36.865Ztest sim::collection::test::test_sim_disk_transition_to_detached_states ... ok
51162023-05-03T03:39:36.871Ztest instance_manager::test::ensure_instance_state_repeatedly ... ok
51172023-05-03T03:39:36.876Ztest sim::collection::test::test_sim_instance_creating_to_stop ... ok
51182023-05-03T03:39:36.881Ztest sim::collection::test::test_sim_instance_reboot ... ok
51192023-05-03T03:39:36.887Ztest storage::dataset::test::serialize_dataset_name ... ok
51202023-05-03T03:39:36.891Ztest updates::test::test_query_no_components ... ok
51212023-05-03T03:39:36.896Ztest sim::collection::test::test_sim_instance_running_then_destroyed ... ok
51222023-05-03T03:39:36.901Ztest updates::test::test_query_sled_agent_version ... ok
51232023-05-03T03:39:36.906Ztest updates::test::test_query_zone_version ... ok
51242023-05-03T03:39:36.912Ztest services::test::test_ensure_service ... ok
51252023-05-03T03:39:36.917Ztest services::test::test_ensure_service_which_already_exists ... ok
51262023-05-03T03:39:36.922Ztest services::test::test_services_are_recreated_on_reboot ... ok
51272023-05-03T03:39:36.927Ztest services::test::test_services_do_not_persist_without_config ... ok
51282023-05-03T03:39:36.937Ztest updates::test::test_write_artifact_to_filesystem ... ok
51292023-05-03T03:39:52.068Ztest rack_setup::plan::sled::tests::test_generate_rack_secret ... ok
51302023-05-03T03:39:52.073Z
51312023-05-03T03:39:52.081Ztest result: ok. 41 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 15.56s
51322023-05-03T03:39:52.090Z
51332023-05-03T03:39:52.095Z Running `/work/oxidecomputer/omicron/target/debug/deps/sled_agent-ead7ca34bc46bd26`
51342023-05-03T03:39:52.131Z
51352023-05-03T03:39:52.136Zrunning 0 tests
51362023-05-03T03:39:52.142Z
51372023-05-03T03:39:52.147Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
51382023-05-03T03:39:52.152Z
51392023-05-03T03:39:52.157Z Running `/work/oxidecomputer/omicron/target/debug/deps/sled_agent_sim-3c50fd4a105691d9`
51402023-05-03T03:39:52.181Z
51412023-05-03T03:39:52.186Zrunning 0 tests
51422023-05-03T03:39:52.192Z
51432023-05-03T03:39:52.197Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
51442023-05-03T03:39:52.202Z
51452023-05-03T03:39:52.207Z Running `/work/oxidecomputer/omicron/target/debug/deps/mod-22e99282695a7c4c`
51462023-05-03T03:39:52.307Z
51472023-05-03T03:39:52.312Zrunning 4 tests
51482023-05-03T03:39:52.625Ztest integration_tests::commands::test_sled_agent_sim_no_args ... ok
51492023-05-03T03:39:52.702Ztest integration_tests::commands::test_sled_agent_no_args ... ok
51502023-05-03T03:39:53.246Ztest integration_tests::commands::test_bootstrap_agent_openapi_sled ... ok
51512023-05-03T03:39:53.252Ztest integration_tests::commands::test_sled_agent_openapi_sled ... ok
51522023-05-03T03:39:53.258Z
51532023-05-03T03:39:53.263Ztest result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.68s
51542023-05-03T03:39:53.268Z
51552023-05-03T03:39:53.273Z Running `/work/oxidecomputer/omicron/target/debug/deps/omicron_test_utils-585858e372d7d515`
51562023-05-03T03:39:53.278Z
51572023-05-03T03:39:53.283Zrunning 18 tests
51582023-05-03T03:39:53.289Ztest dev::clickhouse::tests::test_clickhouse_in_path ... ok
51592023-05-03T03:39:53.294Ztest dev::clickhouse::tests::test_discover_local_listening_port_timeout ... ok
51602023-05-03T03:39:53.299Ztest dev::db::test::test_make_pg_config_ok ... ok
51612023-05-03T03:39:53.305Ztest dev::clickhouse::tests::test_discover_local_listening_port ... ok
51622023-05-03T03:39:53.310Ztest dev::db::test::test_make_pg_config_fail ... ok
51632023-05-03T03:39:53.315Ztest dev::clickhouse::tests::test_discover_local_listening_port_slow_write ... ok
51642023-05-03T03:39:53.321Ztest dev::db::test::test_process_exit_abnormal ... ok
51652023-05-03T03:39:53.326Ztest dev::db::test::test_process_exit_normal ... ok
51662023-05-03T03:39:53.331Ztest dev::db::test::test_starter_tmpdir ... ok
51672023-05-03T03:39:53.337Ztest dev::dendrite::tests::test_discover_local_listening_port ... ok
51682023-05-03T03:39:53.342Ztest dev::dendrite::tests::test_dpd_in_path ... ok
51692023-05-03T03:39:53.560Ztest dev::db::test::test_database_start_hang ... ok
51702023-05-03T03:39:53.575Ztest dev::db::test::test_setup_database_bad_listen_url ... ok
51712023-05-03T03:39:53.590Ztest dev::db::test::test_bad_cmd ... ok
51722023-05-03T03:39:53.821Ztest dev::db::test::test_cmd_fails ... ok
51732023-05-03T03:39:56.053Ztest dev::db::test::test_setup_database_overridden_dir ... ok
51742023-05-03T03:39:56.935Ztest dev::db::test::test_database_concurrent ... ok
51752023-05-03T03:40:35.422Ztest dev::db::test::test_setup_database_default_dir ... ok
51762023-05-03T03:40:35.427Z
51772023-05-03T03:40:35.432Ztest result: ok. 18 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 42.14s
51782023-05-03T03:40:35.437Z
51792023-05-03T03:40:35.442Z Running `/work/oxidecomputer/omicron/target/debug/deps/oxide_client-1a5def649ad85801`
51802023-05-03T03:40:35.447Z
51812023-05-03T03:40:35.452Zrunning 0 tests
51822023-05-03T03:40:35.457Z
51832023-05-03T03:40:35.462Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
51842023-05-03T03:40:35.467Z
51852023-05-03T03:40:35.472Z Running `/work/oxidecomputer/omicron/target/debug/deps/oximeter-36d4a97747e78afe`
51862023-05-03T03:40:35.477Z
51872023-05-03T03:40:35.481Zrunning 26 tests
51882023-05-03T03:40:35.486Ztest histogram::tests::test_bin_range_from ... ok
51892023-05-03T03:40:35.491Ztest histogram::tests::test_bin_range_to ... ok
51902023-05-03T03:40:35.496Ztest histogram::tests::test_bin_range ... ok
51912023-05-03T03:40:35.501Ztest histogram::tests::test_ensure_finite ... ok
51922023-05-03T03:40:35.506Ztest histogram::tests::test_histogram ... ok
51932023-05-03T03:40:35.511Ztest histogram::tests::test_histogram_extreme_bins ... ok
51942023-05-03T03:40:35.516Ztest histogram::tests::test_histogram_extreme_samples ... ok
51952023-05-03T03:40:35.521Ztest histogram::tests::test_histogram_float_bins ... ok
51962023-05-03T03:40:35.526Ztest histogram::tests::test_histogram_unbounded_samples ... ok
51972023-05-03T03:40:35.552Ztest histogram::tests::test_histogram_to_arrays ... ok
51982023-05-03T03:40:35.557Ztest histogram::tests::test_histogram_unsorted_bins ... ok
51992023-05-03T03:40:35.562Ztest histogram::tests::test_histogram_with_bins ... ok
52002023-05-03T03:40:35.567Ztest histogram::tests::test_histogram_with_non_partitioned_bins ... ok
52012023-05-03T03:40:35.572Ztest histogram::tests::test_histogram_with_overlapping_bins ... ok
52022023-05-03T03:40:35.577Ztest histogram::tests::test_span_decade_i64 ... ok
52032023-05-03T03:40:35.582Ztest histogram::tests::test_span_decade_f64 ... ok
52042023-05-03T03:40:35.587Ztest traits::tests::test_metric_trait ... ok
52052023-05-03T03:40:35.592Ztest histogram::tests::test_span_decades ... ok
52062023-05-03T03:40:35.597Ztest traits::tests::test_producer_trait ... ok
52072023-05-03T03:40:35.602Ztest traits::tests::test_target_trait ... ok
52082023-05-03T03:40:35.607Ztest types::tests::test_cumulative_f64 ... ok
52092023-05-03T03:40:35.612Ztest types::tests::test_cumulative_i64 ... ok
52102023-05-03T03:40:35.617Ztest types::tests::test_datum ... ok
52112023-05-03T03:40:35.622Ztest types::tests::test_field_value_parse_as_type ... ok
52122023-05-03T03:40:35.627Ztest types::tests::test_measurement ... ok
52132023-05-03T03:40:35.632Ztest types::tests::test_sample_struct ... ok
52142023-05-03T03:40:35.637Z
52152023-05-03T03:40:35.642Ztest result: ok. 26 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
52162023-05-03T03:40:35.647Z
52172023-05-03T03:40:35.651Z Running `/work/oxidecomputer/omicron/target/debug/deps/test_compilation-06732e86f19ea30c`
52182023-05-03T03:40:35.656Z
52192023-05-03T03:40:35.661Zrunning 1 test
52202023-05-03T03:40:35.666Ztest test_compilation ... ignored
52212023-05-03T03:40:35.671Z
52222023-05-03T03:40:35.677Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
52232023-05-03T03:40:35.682Z
52242023-05-03T03:40:35.688Z Running `/work/oxidecomputer/omicron/target/debug/deps/oximeter_client-5b55e26308d9580d`
52252023-05-03T03:40:35.693Z
52262023-05-03T03:40:35.697Zrunning 0 tests
52272023-05-03T03:40:35.703Z
52282023-05-03T03:40:35.708Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
52292023-05-03T03:40:35.712Z
52302023-05-03T03:40:35.717Z Running `/work/oxidecomputer/omicron/target/debug/deps/oximeter_collector-c9caee07b365367c`
52312023-05-03T03:40:35.723Z
52322023-05-03T03:40:35.728Zrunning 0 tests
52332023-05-03T03:40:35.733Z
52342023-05-03T03:40:35.738Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
52352023-05-03T03:40:35.742Z
52362023-05-03T03:40:35.747Z Running `/work/oxidecomputer/omicron/target/debug/deps/oximeter-3c48578be2c189a0`
52372023-05-03T03:40:35.752Z
52382023-05-03T03:40:35.758Zrunning 0 tests
52392023-05-03T03:40:35.763Z
52402023-05-03T03:40:35.770Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
52412023-05-03T03:40:35.775Z
52422023-05-03T03:40:35.780Z Running `/work/oxidecomputer/omicron/target/debug/deps/test_commands-18b77882fb878327`
52432023-05-03T03:40:35.785Z
52442023-05-03T03:40:35.790Zrunning 2 tests
52452023-05-03T03:40:36.049Ztest test_oximeter_no_args ... ok
52462023-05-03T03:40:36.207Ztest test_oximeter_openapi ... ok
52472023-05-03T03:40:36.212Z
52482023-05-03T03:40:36.217Ztest result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.54s
52492023-05-03T03:40:36.222Z
52502023-05-03T03:40:36.227Z Running `/work/oxidecomputer/omicron/target/debug/deps/oximeter_db-c22b655581b2681a`
52512023-05-03T03:40:36.342Z
52522023-05-03T03:40:36.347Zrunning 47 tests
52532023-05-03T03:40:36.824Ztest client::tests::test_bad_database_connection ... ok
52542023-05-03T03:40:37.044Ztest client::tests::test_build_client ... ok
52552023-05-03T03:40:37.198Ztest client::tests::test_differentiate_by_timeseries_name ... ok
52562023-05-03T03:40:37.228Ztest client::tests::test_client_insert ... ok
52572023-05-03T03:40:37.233Ztest client::tests::test_schema_mismatch ... ok
52582023-05-03T03:40:37.244Ztest client::tests::test_get_schema_no_new_values ... ok
52592023-05-03T03:40:37.269Ztest client::tests::test_field_record_count ... ok
52602023-05-03T03:40:37.297Ztest client::tests::test_client_select_timeseries_one ... ok
52612023-05-03T03:40:37.326Ztest client::tests::test_list_timeseries ... ok
52622023-05-03T03:40:37.724Ztest client::tests::test_schema_update ... ok
52632023-05-03T03:40:38.231Ztest client::tests::test_select_timeseries_with_all ... ok
52642023-05-03T03:40:38.236Ztest client::tests::test_unravel_index ... ok
52652023-05-03T03:40:38.241Ztest model::tests::test_db_bool ... ok
52662023-05-03T03:40:38.246Ztest model::tests::test_db_bool_bad - should panic ... ok
52672023-05-03T03:40:38.252Ztest model::tests::test_db_datum_type_conversion ... ok
52682023-05-03T03:40:38.257Ztest model::tests::test_db_field_list_conversion ... ok
52692023-05-03T03:40:38.262Ztest model::tests::test_db_field_type_conversion ... ok
52702023-05-03T03:40:38.267Ztest model::tests::test_db_histogram ... ok
52712023-05-03T03:40:38.272Ztest model::tests::test_histogram_to_arrays ... ok
52722023-05-03T03:40:38.278Ztest model::tests::test_parse_bad_cumulative_json_data - should panic ... ok
52732023-05-03T03:40:38.283Ztest model::tests::test_parse_string_datum_requiring_escape ... ok
52742023-05-03T03:40:38.288Ztest model::tests::test_parse_timeseries_histogram_measurement ... ok
52752023-05-03T03:40:38.293Ztest model::tests::test_parse_timeseries_scalar_cumulative_measurement ... ok
52762023-05-03T03:40:38.298Ztest model::tests::test_parse_timeseries_scalar_gauge_measurement ... ok
52772023-05-03T03:40:38.303Ztest model::tests::test_unroll_from_source ... ok
52782023-05-03T03:40:38.309Ztest model::tests::test_unroll_measurement_row ... ok
52792023-05-03T03:40:38.314Ztest query::tests::test_field_cmp ... ok
52802023-05-03T03:40:38.319Ztest query::tests::test_field_selector_as_query ... ok
52812023-05-03T03:40:38.324Ztest query::tests::test_field_value_as_db_str ... ok
52822023-05-03T03:40:38.329Ztest query::tests::test_select_query_builder_field_selectors ... ok
52832023-05-03T03:40:38.334Ztest query::tests::test_select_query_builder_filter_raw ... ok
52842023-05-03T03:40:38.339Ztest query::tests::test_select_query_builder_from_parts ... ok
52852023-05-03T03:40:38.344Ztest query::tests::test_select_query_builder_full ... ok
52862023-05-03T03:40:38.348Ztest query::tests::test_select_query_builder_limit_offset ... ok
52872023-05-03T03:40:38.357Ztest query::tests::test_select_query_builder_no_fields ... ok
52882023-05-03T03:40:38.362Ztest query::tests::test_select_query_builder_no_selectors ... ok
52892023-05-03T03:40:38.367Ztest query::tests::test_string_field_selector ... ok
52902023-05-03T03:40:38.372Ztest query::tests::test_time_range ... ok
52912023-05-03T03:40:38.377Ztest tests::test_timeseries_name ... ok
52922023-05-03T03:40:38.382Ztest client::tests::test_timeseries_schema_list ... ok
52932023-05-03T03:40:38.387Ztest tests::test_timeseries_name_from_str ... ok
52942023-05-03T03:40:38.392Ztest client::tests::test_select_timeseries_with_select_one ... ok
52952023-05-03T03:40:38.397Ztest client::tests::test_select_timeseries_with_select_multiple_fields_with_multiple_values ... ok
52962023-05-03T03:40:38.420Ztest client::tests::test_select_timeseries_with_select_one_field_with_multiple_values ... ok
52972023-05-03T03:40:38.425Ztest client::tests::test_select_timeseries_with_start_time ... ok
52982023-05-03T03:40:38.430Ztest client::tests::test_select_timeseries_with_limit ... ok
52992023-05-03T03:40:38.435Ztest client::tests::test_unquoted_64bit_integers ... ok
53002023-05-03T03:40:38.441Z
53012023-05-03T03:40:38.446Ztest result: ok. 47 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 2.02s
53022023-05-03T03:40:38.451Z
53032023-05-03T03:40:38.457Z Running `/work/oxidecomputer/omicron/target/debug/deps/oxdb-907d4ed9f3ee870e`
53042023-05-03T03:40:38.461Z
53052023-05-03T03:40:38.466Zrunning 0 tests
53062023-05-03T03:40:38.472Z
53072023-05-03T03:40:38.477Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
53082023-05-03T03:40:38.483Z
53092023-05-03T03:40:38.488Z Running `/work/oxidecomputer/omicron/target/debug/deps/oximeter_instruments-3cf60cb90d6f2407`
53102023-05-03T03:40:38.526Z
53112023-05-03T03:40:38.532Zrunning 1 test
53122023-05-03T03:40:38.572Ztest http::tests::test_latency_tracker ... ok
53132023-05-03T03:40:38.579Z
53142023-05-03T03:40:38.584Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.05s
53152023-05-03T03:40:38.590Z
53162023-05-03T03:40:38.595Z Running `/work/oxidecomputer/omicron/target/debug/deps/oximeter_macro_impl-9d09d7f968ec18eb`
53172023-05-03T03:40:38.605Z
53182023-05-03T03:40:38.610Zrunning 14 tests
53192023-05-03T03:40:38.621Ztest tests::test_extract_datum_type_named_and_annotated ... ok
53202023-05-03T03:40:38.626Ztest tests::test_extract_datum_type_by_field_name ... ok
53212023-05-03T03:40:38.631Ztest tests::test_extract_datum_type_multiple_annotated_fields ... ok
53222023-05-03T03:40:38.637Ztest tests::test_metric_enum ... ok
53232023-05-03T03:40:38.641Ztest tests::test_extract_datum_type_named_and_annotated_same_field ... ok
53242023-05-03T03:40:38.646Ztest tests::test_extract_datum_type_by_annotatd_field ... ok
53252023-05-03T03:40:38.651Ztest tests::test_metric_without_datum_field ... ok
53262023-05-03T03:40:38.656Ztest tests::test_target_enum ... ok
53272023-05-03T03:40:38.662Ztest tests::test_target_empty_struct ... ok
53282023-05-03T03:40:38.667Ztest tests::test_target_unit_struct ... ok
53292023-05-03T03:40:38.672Ztest tests::test_target ... ok
53302023-05-03T03:40:38.677Ztest tests::test_target_with_datum_field ... ok
53312023-05-03T03:40:38.683Ztest tests::test_metric_datum_field ... ok
53322023-05-03T03:40:38.688Ztest tests::test_metric_annotated_field ... ok
53332023-05-03T03:40:38.693Z
53342023-05-03T03:40:38.698Ztest result: ok. 14 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s
53352023-05-03T03:40:38.703Z
53362023-05-03T03:40:38.708Z Running `/work/oxidecomputer/omicron/target/debug/deps/oximeter_producer-82188649fa53c1cc`
53372023-05-03T03:40:38.713Z
53382023-05-03T03:40:38.718Zrunning 0 tests
53392023-05-03T03:40:38.724Z
53402023-05-03T03:40:38.729Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
53412023-05-03T03:40:38.734Z
53422023-05-03T03:40:38.739Z Running `/work/oxidecomputer/omicron/target/debug/deps/sled_agent_client-e9349c299ded3679`
53432023-05-03T03:40:38.745Z
53442023-05-03T03:40:38.750Zrunning 0 tests
53452023-05-03T03:40:38.755Z
53462023-05-03T03:40:38.760Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
53472023-05-03T03:40:38.765Z
53482023-05-03T03:40:38.771Z Running `/work/oxidecomputer/omicron/target/debug/deps/sled_hardware-161af278c3068565`
53492023-05-03T03:40:38.850Z
53502023-05-03T03:40:38.856Zrunning 10 tests
53512023-05-03T03:40:38.893Ztest disk::test::test_disk_paths ... ok
53522023-05-03T03:40:38.898Ztest disk::test::test_partition_device_paths ... ok
53532023-05-03T03:40:38.907Ztest underlay::tests::test_mac_to_bootstrap_ip ... ok
53542023-05-03T03:40:38.943Ztest illumos::partitions::test::ensure_partition_layout_u2_no_format_without_dev_path ... ok
53552023-05-03T03:40:38.949Ztest illumos::partitions::test::ensure_partition_layout_u2_with_expected_format ... ok
53562023-05-03T03:40:38.954Ztest illumos::partitions::test::ensure_partition_layout_m2_with_expected_format ... ok
53572023-05-03T03:40:38.959Ztest illumos::partitions::test::ensure_partition_layout_u2_fails_with_empty_gpt ... ok
53582023-05-03T03:40:38.964Ztest illumos::partitions::test::ensure_partition_layout_m2_cannot_format ... ok
53592023-05-03T03:40:38.970Ztest illumos::partitions::test::ensure_partition_layout_m2_fails_with_empty_gpt ... ok
53602023-05-03T03:40:38.975Ztest illumos::partitions::test::ensure_partition_layout_u2_format_with_dev_path ... ok
53612023-05-03T03:40:38.984Z
53622023-05-03T03:40:38.993Ztest result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.10s
53632023-05-03T03:40:38.999Z
53642023-05-03T03:40:39.004Z Running `/work/oxidecomputer/omicron/target/debug/deps/sp_sim-08d463d84a8a0c17`
53652023-05-03T03:40:39.013Z
53662023-05-03T03:40:39.018Zrunning 0 tests
53672023-05-03T03:40:39.023Z
53682023-05-03T03:40:39.028Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
53692023-05-03T03:40:39.033Z
53702023-05-03T03:40:39.038Z Running `/work/oxidecomputer/omicron/target/debug/deps/sp_sim-1e176610353f8fe7`
53712023-05-03T03:40:39.062Z
53722023-05-03T03:40:39.067Zrunning 0 tests
53732023-05-03T03:40:39.072Z
53742023-05-03T03:40:39.077Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
53752023-05-03T03:40:39.082Z
53762023-05-03T03:40:39.087Z Running `/work/oxidecomputer/omicron/target/debug/deps/tufaceous-d6eca3f30894944d`
53772023-05-03T03:40:39.112Z
53782023-05-03T03:40:39.117Zrunning 0 tests
53792023-05-03T03:40:39.122Z
53802023-05-03T03:40:39.127Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
53812023-05-03T03:40:39.132Z
53822023-05-03T03:40:39.137Z Running `/work/oxidecomputer/omicron/target/debug/deps/tufaceous-89b0c3f5558b8e48`
53832023-05-03T03:40:39.166Z
53842023-05-03T03:40:39.172Zrunning 0 tests
53852023-05-03T03:40:39.177Z
53862023-05-03T03:40:39.182Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
53872023-05-03T03:40:39.187Z
53882023-05-03T03:40:39.192Z Running `/work/oxidecomputer/omicron/target/debug/deps/integration_tests-a40309c85ba2f5e9`
53892023-05-03T03:40:39.636Z
53902023-05-03T03:40:39.642Zrunning 2 tests
53912023-05-03T03:40:40.009Ztest command_tests::test_init_and_add ... ok
53922023-05-03T03:40:41.165Ztest command_tests::test_assemble_fake ... ok
53932023-05-03T03:40:41.171Z
53942023-05-03T03:40:41.179Ztest result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.86s
53952023-05-03T03:40:41.185Z
53962023-05-03T03:40:41.205Z Running `/work/oxidecomputer/omicron/target/debug/deps/manifest_tests-77ff087fb7b0c24c`
53972023-05-03T03:40:41.396Z
53982023-05-03T03:40:41.401Zrunning 1 test
53992023-05-03T03:40:41.491Ztest check_manifest::fake.toml ... ok
54002023-05-03T03:40:41.497Z
54012023-05-03T03:40:41.502Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.10s
54022023-05-03T03:40:41.507Z
54032023-05-03T03:40:41.512Z Running `/work/oxidecomputer/omicron/target/debug/deps/tufaceous_lib-30fa1b36f95e8e6d`
54042023-05-03T03:40:41.641Z
54052023-05-03T03:40:41.647Zrunning 2 tests
54062023-05-03T03:40:41.672Ztest archive::tests::test_validate_path ... ok
54072023-05-03T03:40:41.678Ztest key::tests::test_from_str ... ok
54082023-05-03T03:40:41.683Z
54092023-05-03T03:40:41.689Ztest result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.04s
54102023-05-03T03:40:41.694Z
54112023-05-03T03:40:41.699Z Running `/work/oxidecomputer/omicron/target/debug/deps/update_engine-f1bb4d22900bf7db`
54122023-05-03T03:40:41.834Z
54132023-05-03T03:40:41.839Zrunning 4 tests
54142023-05-03T03:40:41.940Ztest events::tests::progress_event_parse_unknown ... ok
54152023-05-03T03:40:41.946Ztest events::tests::step_event_parse_unknown ... ok
54162023-05-03T03:40:41.951Ztest engine::tests::error_exits_early ... ok
54172023-05-03T03:40:41.995Ztest buffer::tests::test_buffer ... ok
54182023-05-03T03:40:42.001Z
54192023-05-03T03:40:42.006Ztest result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.17s
54202023-05-03T03:40:42.011Z
54212023-05-03T03:40:42.018Z Running `/work/oxidecomputer/omicron/target/debug/deps/wicket-88ed679e410f9b17`
54222023-05-03T03:40:42.454Z
54232023-05-03T03:40:42.460Zrunning 0 tests
54242023-05-03T03:40:42.465Z
54252023-05-03T03:40:42.471Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
54262023-05-03T03:40:42.475Z
54272023-05-03T03:40:42.481Z Running `/work/oxidecomputer/omicron/target/debug/deps/wicket-6702275d5eab55ee`
54282023-05-03T03:40:42.485Z
54292023-05-03T03:40:42.491Zrunning 0 tests
54302023-05-03T03:40:42.496Z
54312023-05-03T03:40:42.502Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
54322023-05-03T03:40:42.507Z
54332023-05-03T03:40:42.512Z Running `/work/oxidecomputer/omicron/target/debug/deps/mod-37281282726d2adc`
54342023-05-03T03:40:42.517Z
54352023-05-03T03:40:42.522Zrunning 1 test
54362023-05-03T03:40:42.527Ztest integration_tests::command_tests::test_wicket_ssh_force_command_like ... ok
54372023-05-03T03:40:42.532Z
54382023-05-03T03:40:42.538Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.32s
54392023-05-03T03:40:42.542Z
54402023-05-03T03:40:42.548Z Running `/work/oxidecomputer/omicron/target/debug/deps/wicket_dbg-36d3b0a11fd5f214`
54412023-05-03T03:40:42.553Z
54422023-05-03T03:40:42.558Zrunning 0 tests
54432023-05-03T03:40:42.563Z
54442023-05-03T03:40:42.568Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
54452023-05-03T03:40:42.576Z
54462023-05-03T03:40:42.581Z Running `/work/oxidecomputer/omicron/target/debug/deps/wicket_dbg-ed1f1a6c2c77c008`
54472023-05-03T03:40:42.587Z
54482023-05-03T03:40:42.592Zrunning 0 tests
54492023-05-03T03:40:42.597Z
54502023-05-03T03:40:42.602Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
54512023-05-03T03:40:42.607Z
54522023-05-03T03:40:42.612Z Running `/work/oxidecomputer/omicron/target/debug/deps/wicket_dbg_server-da2151fdb6c3b9fb`
54532023-05-03T03:40:42.635Z
54542023-05-03T03:40:42.640Zrunning 0 tests
54552023-05-03T03:40:42.645Z
54562023-05-03T03:40:42.665Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
54572023-05-03T03:40:42.669Z
54582023-05-03T03:40:42.674Z Running `/work/oxidecomputer/omicron/target/debug/deps/wicketd-7427db963aaeeb70`
54592023-05-03T03:40:42.792Z
54602023-05-03T03:40:42.798Zrunning 3 tests
54612023-05-03T03:40:42.908Ztest installinator_progress::tests::test_states ... ok
54622023-05-03T03:40:42.926Ztest artifacts::tests::test_update_plan_from_artifacts ... ok
54632023-05-03T03:40:44.780Ztest artifacts::tests::test_extract_fake ... ok
54642023-05-03T03:40:44.787Z
54652023-05-03T03:40:44.792Ztest result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.99s
54662023-05-03T03:40:44.797Z
54672023-05-03T03:40:44.803Z Running `/work/oxidecomputer/omicron/target/debug/deps/wicketd-ba9765c90fdbc5e7`
54682023-05-03T03:40:44.842Z
54692023-05-03T03:40:44.848Zrunning 0 tests
54702023-05-03T03:40:45.256Z
54712023-05-03T03:40:45.262Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
54722023-05-03T03:40:45.268Z
54732023-05-03T03:40:45.273Z Running `/work/oxidecomputer/omicron/target/debug/deps/mod-0ec95306ae03382b`
54742023-05-03T03:40:45.278Z
54752023-05-03T03:40:45.283Zrunning 4 tests
54762023-05-03T03:40:45.808Ztest integration_tests::commands::test_wicketd_openapi ... ok
54772023-05-03T03:40:46.953Ztest integration_tests::inventory::test_inventory ... ok
54782023-05-03T03:40:48.902Ztest integration_tests::updates::test_updates ... ok
54792023-05-03T03:40:49.791Ztest integration_tests::updates::test_installinator_fetch ... ok
54802023-05-03T03:40:49.797Z
54812023-05-03T03:40:49.802Ztest result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 4.79s
54822023-05-03T03:40:49.806Z
54832023-05-03T03:40:49.829Z Running `/work/oxidecomputer/omicron/target/debug/deps/wicketd_client-870e01924ab9bb98`
54842023-05-03T03:40:49.854Z
54852023-05-03T03:40:49.859Zrunning 0 tests
54862023-05-03T03:40:49.864Z
54872023-05-03T03:40:49.869Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
54882023-05-03T03:40:49.874Z
54892023-05-03T03:40:49.879Z Doc-tests authz-macros
54902023-05-03T03:40:49.885Z Running `rustdoc --edition=2021 --crate-type proc-macro --crate-name authz_macros --test /work/oxidecomputer/omicron/nexus/authz-macros/src/lib.rs -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4163f285e5da14b3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-e4c9d0cda66ee77f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-194683ec6123397c/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e2e375299a9e6887/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-c1916581d1161ee7/out --extern authz_macros=/work/oxidecomputer/omicron/target/debug/deps/libauthz_macros-beb2cab24301158f.so --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-73a3701d0b9eac26.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-7e5706224bd8cc5a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-dee3cb74b1ec4ef9.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-9d729fa31918ec84.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-cf5961d402cf1b60.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-2466aa954e1f2dbb.rlib --extern proc_macro -C embed-bitcode=no -D warnings --error-format human`
54912023-05-03T03:40:50.406Z
54922023-05-03T03:40:50.413Zrunning 5 tests
54932023-05-03T03:40:50.418Ztest src/lib.rs - authz_resource (line 25) ... ignored
54942023-05-03T03:40:50.894Ztest src/lib.rs - authz_resource (line 44) ... ignored
54952023-05-03T03:40:50.902Ztest src/lib.rs - authz_resource (line 57) ... ignored
54962023-05-03T03:40:50.926Ztest src/lib.rs - authz_resource (line 74) ... ignored
54972023-05-03T03:40:50.932Ztest src/lib.rs - authz_resource (line 89) ... ignored
54982023-05-03T03:40:50.937Z
54992023-05-03T03:40:50.942Ztest result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.01s
55002023-05-03T03:40:50.952Z
55012023-05-03T03:40:50.957Z Doc-tests bootstrap-agent-client
55022023-05-03T03:40:50.962Z Running `rustdoc --edition=2021 --crate-type lib --crate-name bootstrap_agent_client --test /work/oxidecomputer/omicron/bootstrap-agent-client/src/lib.rs -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4163f285e5da14b3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-e4c9d0cda66ee77f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-194683ec6123397c/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e2e375299a9e6887/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-c1916581d1161ee7/out --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-9dd1362437d01057.so --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-a4bf3a1b4844c374.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-32820d6515860c0f.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-62b0bc28764ccb6d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7f67b38d80252182.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-0ece2b8dfa70f2e3.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-db0a4bf089e05b10.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-cbf5d867b487f4f6.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-9d729fa31918ec84.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-608da47a6c0e709c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-88178d7c063e03bd.rlib -C embed-bitcode=no -D warnings --error-format human`
55032023-05-03T03:40:51.159Z
55042023-05-03T03:40:51.164Zrunning 0 tests
55052023-05-03T03:40:51.170Z
55062023-05-03T03:40:51.175Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
55072023-05-03T03:40:51.180Z
55082023-05-03T03:40:51.186Z Doc-tests db-macros
55092023-05-03T03:40:51.191Z Running `rustdoc --edition=2021 --crate-type proc-macro --crate-name db_macros --test /work/oxidecomputer/omicron/nexus/db-macros/src/lib.rs -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4163f285e5da14b3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-e4c9d0cda66ee77f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-194683ec6123397c/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e2e375299a9e6887/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-c1916581d1161ee7/out --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-f908de5799e27a39.so --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-73a3701d0b9eac26.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-7e5706224bd8cc5a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-dee3cb74b1ec4ef9.rlib --extern rustfmt_wrapper=/work/oxidecomputer/omicron/target/debug/deps/librustfmt_wrapper-4f3339ff6995bb00.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-9d729fa31918ec84.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-cf5961d402cf1b60.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-2466aa954e1f2dbb.rlib --extern proc_macro -C embed-bitcode=no -D warnings --error-format human`
55102023-05-03T03:40:51.741Z
55112023-05-03T03:40:51.747Zrunning 3 tests
55122023-05-03T03:40:51.751Ztest src/lib.rs - lookup_resource (line 28) ... ignored
55132023-05-03T03:40:51.756Ztest src/lib.rs - lookup_resource (line 48) ... ignored
55142023-05-03T03:40:51.762Ztest src/lib.rs - subquery_target (line 127) ... ignored
55152023-05-03T03:40:51.767Z
55162023-05-03T03:40:51.772Ztest result: ok. 0 passed; 0 failed; 3 ignored; 0 measured; 0 filtered out; finished in 0.00s
55172023-05-03T03:40:51.777Z
55182023-05-03T03:40:51.782Z Doc-tests ddm-admin-client
55192023-05-03T03:40:51.787Z Running `rustdoc --edition=2021 --crate-type lib --crate-name ddm_admin_client --test /work/oxidecomputer/omicron/ddm-admin-client/src/lib.rs -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4163f285e5da14b3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-e4c9d0cda66ee77f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-194683ec6123397c/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e2e375299a9e6887/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-c1916581d1161ee7/out --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-b64820d5f0a60ebb.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-4487ff24ff403b20.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7f67b38d80252182.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-a0f37d9715daf817.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-cbf5d867b487f4f6.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-9d729fa31918ec84.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-b9267524051a9daa.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-608da47a6c0e709c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-6f624496ed77b6b0.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b00445e5c4984cd2.rlib -C embed-bitcode=no -D warnings --error-format human`
55202023-05-03T03:40:52.589Z
55212023-05-03T03:40:52.594Zrunning 0 tests
55222023-05-03T03:40:52.599Z
55232023-05-03T03:40:52.604Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
55242023-05-03T03:40:52.608Z
55252023-05-03T03:40:52.615Z Doc-tests dns-server
55262023-05-03T03:40:52.621Z Running `rustdoc --edition=2021 --crate-type lib --crate-name dns_server --test /work/oxidecomputer/omicron/dns-server/src/lib.rs -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4163f285e5da14b3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-e4c9d0cda66ee77f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-194683ec6123397c/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e2e375299a9e6887/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-c1916581d1161ee7/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e252e3603299df68.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9326280126410a1c.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-32820d6515860c0f.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-7dc0d22d892e6145.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-8a05273ce54c14b2.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-a729db707b8ebd77.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-bb405797b454acb7.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-6556007a14b4ae03.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-593a43af3ae7d8a4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-783a4721a715512c.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-86243cda88014f9c.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-232027aad4e287f3.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-e7c625255b83efdd.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-60544344d4d0804a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-9d729fa31918ec84.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-940b0a5541759ffe.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-30b254032c68147d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-608da47a6c0e709c.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-a8d47fc05b25faaf.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-a72ba22004bc1b3e.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b94bcba36065eae9.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-997d6fb5225709f2.rlib --extern tempdir=/work/oxidecomputer/omicron/target/debug/deps/libtempdir-41457c706f1a415f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-6f624496ed77b6b0.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b00445e5c4984cd2.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5e80fb21cb0c93db.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-b849ab889ef73b85.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-c160bf3a508d5d03.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-a646ef7eb66ccb00.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-987fd082b874a6a6.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-88178d7c063e03bd.rlib -C embed-bitcode=no -D warnings --error-format human`
55272023-05-03T03:40:53.717Z
55282023-05-03T03:40:53.722Zrunning 0 tests
55292023-05-03T03:40:53.728Z
55302023-05-03T03:40:53.733Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
55312023-05-03T03:40:53.738Z
55322023-05-03T03:40:53.743Z Doc-tests dns-service-client
55332023-05-03T03:40:53.748Z Running `rustdoc --edition=2021 --crate-type lib --crate-name dns_service_client --test /work/oxidecomputer/omicron/dns-service-client/src/lib.rs -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4163f285e5da14b3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-e4c9d0cda66ee77f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-194683ec6123397c/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e2e375299a9e6887/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-c1916581d1161ee7/out --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-32820d6515860c0f.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-a729db707b8ebd77.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7b78a4e9c695d3a0.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-593a43af3ae7d8a4.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-0ece2b8dfa70f2e3.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-cbf5d867b487f4f6.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-60544344d4d0804a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-9d729fa31918ec84.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-940b0a5541759ffe.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-608da47a6c0e709c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-88178d7c063e03bd.rlib -C embed-bitcode=no -D warnings --error-format human`
55342023-05-03T03:40:53.921Z
55352023-05-03T03:40:53.927Zrunning 0 tests
55362023-05-03T03:40:53.931Z
55372023-05-03T03:40:53.936Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
55382023-05-03T03:40:53.941Z
55392023-05-03T03:40:53.946Z Doc-tests dpd-client
55402023-05-03T03:40:53.951Z Running `rustdoc --edition=2021 --crate-type lib --crate-name dpd_client --test /work/oxidecomputer/omicron/dpd-client/src/lib.rs -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4163f285e5da14b3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-e4c9d0cda66ee77f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-194683ec6123397c/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e2e375299a9e6887/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-c1916581d1161ee7/out --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-32820d6515860c0f.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-22e212e25944101a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7b78a4e9c695d3a0.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-a0f37d9715daf817.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-db0a4bf089e05b10.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-cbf5d867b487f4f6.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-9d729fa31918ec84.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-608da47a6c0e709c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-88178d7c063e03bd.rlib -C embed-bitcode=no -D warnings --error-format human`
55412023-05-03T03:40:55.316Z
55422023-05-03T03:40:55.321Zrunning 0 tests
55432023-05-03T03:40:55.327Z
55442023-05-03T03:40:55.332Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
55452023-05-03T03:40:55.337Z
55462023-05-03T03:40:55.350Z Doc-tests gateway-client
55472023-05-03T03:40:55.356Z Running `rustdoc --edition=2021 --crate-type lib --crate-name gateway_client --test /work/oxidecomputer/omicron/gateway-client/src/lib.rs -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4163f285e5da14b3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-e4c9d0cda66ee77f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-194683ec6123397c/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e2e375299a9e6887/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-c1916581d1161ee7/out --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-22d534c80d7f8257.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-32820d6515860c0f.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-f9a6478b1cabf93a.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-0ece2b8dfa70f2e3.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-83008e00ec653611.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-cbf5d867b487f4f6.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-60544344d4d0804a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-9d729fa31918ec84.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-940b0a5541759ffe.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-608da47a6c0e709c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-88178d7c063e03bd.rlib -C embed-bitcode=no -D warnings --error-format human`
55482023-05-03T03:40:56.849Z
55492023-05-03T03:40:56.854Zrunning 0 tests
55502023-05-03T03:40:56.858Z
55512023-05-03T03:40:56.863Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
55522023-05-03T03:40:56.868Z
55532023-05-03T03:40:56.883Z Doc-tests gateway-test-utils
55542023-05-03T03:40:56.889Z Running `rustdoc --edition=2021 --crate-type lib --crate-name gateway_test_utils --test /work/oxidecomputer/omicron/gateway-test-utils/src/lib.rs -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4163f285e5da14b3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-e4c9d0cda66ee77f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-194683ec6123397c/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e2e375299a9e6887/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-c1916581d1161ee7/out --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9326280126410a1c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-bb405797b454acb7.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-d7f59ceaa6750a70.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-d3fd80b79076620c.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-f704139041629a3e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-783a4721a715512c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-608da47a6c0e709c.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-b9312f0219c9122a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b00445e5c4984cd2.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-88178d7c063e03bd.rlib -C embed-bitcode=no -D warnings --error-format human`
55552023-05-03T03:40:57.949Z
55562023-05-03T03:40:57.954Zrunning 0 tests
55572023-05-03T03:40:57.959Z
55582023-05-03T03:40:57.964Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
55592023-05-03T03:40:57.969Z
55602023-05-03T03:40:57.974Z Doc-tests illumos-utils
55612023-05-03T03:40:57.979Z Running `rustdoc --edition=2021 --crate-type lib --crate-name illumos_utils --test /work/oxidecomputer/omicron/illumos-utils/src/lib.rs -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4163f285e5da14b3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-e4c9d0cda66ee77f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-194683ec6123397c/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e2e375299a9e6887/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-c1916581d1161ee7/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e252e3603299df68.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-9dd1362437d01057.so --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-04f30b2fb38eaf49.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7b78a4e9c695d3a0.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-7585156776fb4ad8.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-62b0bc28764ccb6d.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-3b4ca36201d98b6d.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-45abe64e6bdf385a.rlib --extern mockall=/work/oxidecomputer/omicron/target/debug/deps/libmockall-54ff2abbb6c41705.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7f67b38d80252182.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-75623d5a694c3f37.rlib --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-7f71d7a6fecdd282.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-60544344d4d0804a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-9d729fa31918ec84.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-608da47a6c0e709c.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-6f3ac8018ed00223.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-6f624496ed77b6b0.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b00445e5c4984cd2.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5e80fb21cb0c93db.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-88178d7c063e03bd.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-18a46f0d22fadc5d.rlib -C embed-bitcode=no --cfg 'feature="mockall"' --cfg 'feature="testing"' -D warnings --error-format human`
55622023-05-03T03:40:59.995Z
55632023-05-03T03:41:00.001Zrunning 0 tests
55642023-05-03T03:41:00.007Z
55652023-05-03T03:41:00.013Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
55662023-05-03T03:41:00.018Z
55672023-05-03T03:41:00.053Z Doc-tests installinator
55682023-05-03T03:41:00.061Z Running `rustdoc --edition=2021 --crate-type lib --crate-name installinator --test /work/oxidecomputer/omicron/installinator/src/lib.rs -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4163f285e5da14b3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-e4c9d0cda66ee77f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-194683ec6123397c/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e2e375299a9e6887/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-c1916581d1161ee7/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e252e3603299df68.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-9dd1362437d01057.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-3729f688f548d703.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5d6079816e523e86.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9326280126410a1c.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-7dc0d22d892e6145.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-b64820d5f0a60ebb.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-5b8e877e059c1e2f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7b78a4e9c695d3a0.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-655e4d3d400b5f6c.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-477bb631f28ebe72.so --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-593a43af3ae7d8a4.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-7585156776fb4ad8.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-7234fa9be654ff93.rlib --extern installinator_artifact_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifact_client-c7dd87d65172a428.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-8f0b36b2435be540.rlib --extern ipcc_key_value=/work/oxidecomputer/omicron/target/debug/deps/libipcc_key_value-63d7d3687e896a83.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-2fcd511091ec8030.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7f67b38d80252182.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-783a4721a715512c.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-163217bf2304842d.rlib --extern partial_io=/work/oxidecomputer/omicron/target/debug/deps/libpartial_io-d602de6d1e66b314.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-a0f37d9715daf817.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-50228240c84c41f7.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-cbf5d867b487f4f6.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-9d729fa31918ec84.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-b9267524051a9daa.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-608da47a6c0e709c.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-a8d47fc05b25faaf.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-a72ba22004bc1b3e.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b94bcba36065eae9.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-6f3ac8018ed00223.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-9e43cd504d5e9604.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-c858a607e9f70d9d.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-6f624496ed77b6b0.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b00445e5c4984cd2.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-fcbee888d5d05d89.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5e80fb21cb0c93db.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-c4d15734bd87b768.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-88178d7c063e03bd.rlib -C embed-bitcode=no -D warnings --error-format human`
55692023-05-03T03:41:00.973Z
55702023-05-03T03:41:00.979Zrunning 0 tests
55712023-05-03T03:41:00.984Z
55722023-05-03T03:41:00.989Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
55732023-05-03T03:41:00.994Z
55742023-05-03T03:41:01.004Z Doc-tests installinator-artifact-client
55752023-05-03T03:41:01.010Z Running `rustdoc --edition=2021 --crate-type lib --crate-name installinator_artifact_client --test /work/oxidecomputer/omicron/installinator-artifact-client/src/lib.rs -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4163f285e5da14b3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-e4c9d0cda66ee77f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-194683ec6123397c/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e2e375299a9e6887/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-c1916581d1161ee7/out --extern installinator_artifact_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifact_client-c7dd87d65172a428.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-8f0b36b2435be540.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-0ece2b8dfa70f2e3.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-db0a4bf089e05b10.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-cbf5d867b487f4f6.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-60544344d4d0804a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-9d729fa31918ec84.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-940b0a5541759ffe.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-608da47a6c0e709c.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-c4d15734bd87b768.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-88178d7c063e03bd.rlib -C embed-bitcode=no -D warnings --error-format human`
55762023-05-03T03:41:02.356Z
55772023-05-03T03:41:02.362Zrunning 0 tests
55782023-05-03T03:41:02.367Z
55792023-05-03T03:41:02.373Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
55802023-05-03T03:41:02.378Z
55812023-05-03T03:41:02.388Z Doc-tests installinator-artifactd
55822023-05-03T03:41:02.395Z Running `rustdoc --edition=2021 --crate-type lib --crate-name installinator_artifactd --test /work/oxidecomputer/omicron/installinator-artifactd/src/lib.rs -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4163f285e5da14b3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-e4c9d0cda66ee77f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-194683ec6123397c/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e2e375299a9e6887/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-c1916581d1161ee7/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e252e3603299df68.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-9dd1362437d01057.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9326280126410a1c.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-7dc0d22d892e6145.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-bb405797b454acb7.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-6556007a14b4ae03.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-7bafaac42e9cbf8e.rlib --extern installinator_artifactd=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifactd-603b43c0e2c53b1b.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-8f0b36b2435be540.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7f67b38d80252182.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-783a4721a715512c.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-86243cda88014f9c.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-232027aad4e287f3.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-60544344d4d0804a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-9d729fa31918ec84.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-940b0a5541759ffe.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-608da47a6c0e709c.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-997d6fb5225709f2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b00445e5c4984cd2.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-88178d7c063e03bd.rlib -C embed-bitcode=no -D warnings --error-format human`
55832023-05-03T03:41:02.851Z
55842023-05-03T03:41:02.857Zrunning 0 tests
55852023-05-03T03:41:02.862Z
55862023-05-03T03:41:02.867Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
55872023-05-03T03:41:02.874Z
55882023-05-03T03:41:02.879Z Doc-tests installinator-common
55892023-05-03T03:41:02.885Z Running `rustdoc --edition=2021 --crate-type lib --crate-name installinator_common --test /work/oxidecomputer/omicron/installinator-common/src/lib.rs -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4163f285e5da14b3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-e4c9d0cda66ee77f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-194683ec6123397c/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e2e375299a9e6887/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-c1916581d1161ee7/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e252e3603299df68.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9326280126410a1c.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-8f0b36b2435be540.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7f67b38d80252182.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-60544344d4d0804a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-9d729fa31918ec84.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-940b0a5541759ffe.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-6a79f340c2975f76.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-6f624496ed77b6b0.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-c4d15734bd87b768.rlib -C embed-bitcode=no -D warnings --error-format human`
55902023-05-03T03:41:03.614Z
55912023-05-03T03:41:03.635Zrunning 0 tests
55922023-05-03T03:41:03.640Z
55932023-05-03T03:41:03.645Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
55942023-05-03T03:41:03.651Z
55952023-05-03T03:41:03.656Z Doc-tests internal-dns
55962023-05-03T03:41:03.661Z Running `rustdoc --edition=2021 --crate-type lib --crate-name internal_dns --test /work/oxidecomputer/omicron/internal-dns/src/lib.rs -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4163f285e5da14b3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-e4c9d0cda66ee77f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-194683ec6123397c/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e2e375299a9e6887/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-c1916581d1161ee7/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e252e3603299df68.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-6cea7b82fc2c156e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-32820d6515860c0f.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-8a05273ce54c14b2.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-a729db707b8ebd77.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-bb405797b454acb7.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-6556007a14b4ae03.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7b78a4e9c695d3a0.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-318ff220679aa475.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7f67b38d80252182.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-783a4721a715512c.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-940b0a5541759ffe.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-30b254032c68147d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-608da47a6c0e709c.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-9e43cd504d5e9604.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-6f624496ed77b6b0.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b00445e5c4984cd2.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-c160bf3a508d5d03.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-a646ef7eb66ccb00.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-88178d7c063e03bd.rlib -C embed-bitcode=no -D warnings --error-format human`
55972023-05-03T03:41:03.787Z
55982023-05-03T03:41:03.792Zrunning 0 tests
55992023-05-03T03:41:03.798Z
56002023-05-03T03:41:03.804Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
56012023-05-03T03:41:03.809Z
56022023-05-03T03:41:03.814Z Doc-tests ipcc-key-value
56032023-05-03T03:41:03.820Z Running `rustdoc --edition=2021 --crate-type lib --crate-name ipcc_key_value --test /work/oxidecomputer/omicron/ipcc-key-value/src/lib.rs -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4163f285e5da14b3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-e4c9d0cda66ee77f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-194683ec6123397c/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e2e375299a9e6887/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-c1916581d1161ee7/out --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-9baf74024ad4c4c7.rlib --extern ipcc_key_value=/work/oxidecomputer/omicron/target/debug/deps/libipcc_key_value-63d7d3687e896a83.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-3b4ca36201d98b6d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7f67b38d80252182.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-50228240c84c41f7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-9d729fa31918ec84.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-c858a607e9f70d9d.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-6f624496ed77b6b0.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-88178d7c063e03bd.rlib -C embed-bitcode=no -D warnings --error-format human`
56042023-05-03T03:41:04.254Z
56052023-05-03T03:41:04.260Zrunning 0 tests
56062023-05-03T03:41:04.265Z
56072023-05-03T03:41:04.272Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
56082023-05-03T03:41:04.278Z
56092023-05-03T03:41:04.283Z Doc-tests nexus-client
56102023-05-03T03:41:04.288Z Running `rustdoc --edition=2021 --crate-type lib --crate-name nexus_client --test /work/oxidecomputer/omicron/nexus-client/src/lib.rs -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4163f285e5da14b3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-e4c9d0cda66ee77f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-194683ec6123397c/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e2e375299a9e6887/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-c1916581d1161ee7/out --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-32820d6515860c0f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7b78a4e9c695d3a0.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-31dcb3e63aa51c9a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7f67b38d80252182.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-0ece2b8dfa70f2e3.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-db0a4bf089e05b10.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-cbf5d867b487f4f6.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-60544344d4d0804a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-9d729fa31918ec84.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-940b0a5541759ffe.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-608da47a6c0e709c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-88178d7c063e03bd.rlib -C embed-bitcode=no -D warnings --error-format human`
56112023-05-03T03:41:06.423Z
56122023-05-03T03:41:06.429Zrunning 0 tests
56132023-05-03T03:41:06.434Z
56142023-05-03T03:41:06.439Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
56152023-05-03T03:41:06.444Z
56162023-05-03T03:41:06.449Z Doc-tests nexus-db-model
56172023-05-03T03:41:06.454Z Running `rustdoc --edition=2021 --crate-type lib --crate-name nexus_db_model --test /work/oxidecomputer/omicron/nexus/db-model/src/lib.rs -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4163f285e5da14b3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-e4c9d0cda66ee77f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-194683ec6123397c/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e2e375299a9e6887/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-c1916581d1161ee7/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e252e3603299df68.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-32820d6515860c0f.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-f908de5799e27a39.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-8a78df13d20d161b.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-655e4d3d400b5f6c.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-318ff220679aa475.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-62b0bc28764ccb6d.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-45abe64e6bdf385a.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-33a657a380225a64.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-0acf17a0ed8392cb.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-e5f0f2e83bbd5cad.rlib --extern nexus_passwords=/work/oxidecomputer/omicron/target/debug/deps/libnexus_passwords-01bcd9e65691353a.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e96be1cd5c41de3d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7f67b38d80252182.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-0baef24d3ad1757b.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-7a83e6269ec330ba.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-85415ae6ec2a7f7f.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-83008e00ec653611.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-3cd40aaab93fead3.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-60544344d4d0804a.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f99b5342d7e26ab1.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-9d729fa31918ec84.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-940b0a5541759ffe.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-4e6a129eb36cd63f.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-e65022bd164ddc57.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-6f624496ed77b6b0.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-88178d7c063e03bd.rlib -C embed-bitcode=no -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -D warnings --error-format human`
56182023-05-03T03:41:19.874Z
56192023-05-03T03:41:19.880Zrunning 2 tests
56202023-05-03T03:41:23.426Ztest src/collection.rs - collection::DatastoreAttachTargetConfig (line 83) ... ok
56212023-05-03T03:41:23.431Ztest src/collection.rs - collection::DatastoreCollectionConfig (line 14) ... ok
56222023-05-03T03:41:23.436Z
56232023-05-03T03:41:23.441Ztest result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 3.38s
56242023-05-03T03:41:23.446Z
56252023-05-03T03:41:23.451Z Doc-tests nexus-db-queries
56262023-05-03T03:41:23.458Z Running `rustdoc --edition=2021 --crate-type lib --crate-name nexus_db_queries --test /work/oxidecomputer/omicron/nexus/db-queries/src/lib.rs -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4163f285e5da14b3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-e4c9d0cda66ee77f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-194683ec6123397c/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e2e375299a9e6887/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-c1916581d1161ee7/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e252e3603299df68.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-6cea7b82fc2c156e.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-1eaea6c9500a92e1.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-9dd1362437d01057.so --extern authz_macros=/work/oxidecomputer/omicron/target/debug/deps/libauthz_macros-beb2cab24301158f.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-22d534c80d7f8257.rlib --extern bb8=/work/oxidecomputer/omicron/target/debug/deps/libbb8-9b42e8c724a0820a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-32820d6515860c0f.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-e0a7d0b042fae0ec.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-f908de5799e27a39.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-8a78df13d20d161b.rlib --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-2c2948b41eeb9d89.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-bb405797b454acb7.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-6556007a14b4ae03.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7b78a4e9c695d3a0.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-0fcffd7e4cb0e316.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-655e4d3d400b5f6c.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-593a43af3ae7d8a4.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-7bafaac42e9cbf8e.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-5a5f66f23c4afce8.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-318ff220679aa475.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-62b0bc28764ccb6d.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-2fcd511091ec8030.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-754126440583bf8d.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-45abe64e6bdf385a.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-33a657a380225a64.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-0acf17a0ed8392cb.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-08c8c860b17402ce.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-e5f0f2e83bbd5cad.rlib --extern nexus_passwords=/work/oxidecomputer/omicron/target/debug/deps/libnexus_passwords-01bcd9e65691353a.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-31e6bcdef0f5c245.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-6bd47c357d2dde37.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e96be1cd5c41de3d.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-5c515c35e9fb63ce.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7f67b38d80252182.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-3f2d39fb2c9a718d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-783a4721a715512c.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-163217bf2304842d.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-232027aad4e287f3.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-0baef24d3ad1757b.rlib --extern openssl_probe=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_probe-2da14cf7ed816f8e.rlib --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-056c3266de83f973.rlib --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-265065d513e4624b.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-ecbcea7ea3475063.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-7a83e6269ec330ba.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-e128a85526f2d403.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-1b5c7dc73b7acf7b.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-9886d8f16d24129f.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-85415ae6ec2a7f7f.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-83008e00ec653611.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-6107f05503fdbc21.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-3cd40aaab93fead3.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-9544c2a73650ad75.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-cbf5d867b487f4f6.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-48cef5dadd3b79b2.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-a9ad89985b57c363.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-6b83b946082d83da.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-60544344d4d0804a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-9d729fa31918ec84.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-940b0a5541759ffe.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-8e61de94ee7afc12.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-6a79f340c2975f76.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-4e6a129eb36cd63f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-608da47a6c0e709c.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-e65022bd164ddc57.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-cd3c6430518fdfe1.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-997d6fb5225709f2.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-9e43cd504d5e9604.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-72a619a7975ce97e.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-6f624496ed77b6b0.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b00445e5c4984cd2.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-3248efa56a00d004.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5e80fb21cb0c93db.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-265f476839655f3b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-88178d7c063e03bd.rlib -C embed-bitcode=no -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -D warnings --error-format human`
56272023-05-03T03:41:26.412Z
56282023-05-03T03:41:26.417Zrunning 1 test
56292023-05-03T03:41:26.422Ztest src/db/alias.rs - db::alias::ExpressionAlias (line 20) ... ignored
56302023-05-03T03:41:26.427Z
56312023-05-03T03:41:26.432Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
56322023-05-03T03:41:26.437Z
56332023-05-03T03:41:26.478Z Doc-tests nexus-defaults
56342023-05-03T03:41:26.483Z Running `rustdoc --edition=2021 --crate-type lib --crate-name nexus_defaults --test /work/oxidecomputer/omicron/nexus/defaults/src/lib.rs -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4163f285e5da14b3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-e4c9d0cda66ee77f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-194683ec6123397c/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e2e375299a9e6887/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-c1916581d1161ee7/out --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-62b0bc28764ccb6d.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-754126440583bf8d.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-e5f0f2e83bbd5cad.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7f67b38d80252182.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-83008e00ec653611.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-940b0a5541759ffe.rlib -C embed-bitcode=no -D warnings --error-format human`
56352023-05-03T03:41:26.856Z
56362023-05-03T03:41:26.862Zrunning 0 tests
56372023-05-03T03:41:26.867Z
56382023-05-03T03:41:26.872Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
56392023-05-03T03:41:26.877Z
56402023-05-03T03:41:26.882Z Doc-tests nexus-passwords
56412023-05-03T03:41:26.887Z Running `rustdoc --edition=2021 --crate-type lib --crate-name nexus_passwords --test /work/oxidecomputer/omicron/nexus/passwords/src/lib.rs -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4163f285e5da14b3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-e4c9d0cda66ee77f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-194683ec6123397c/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e2e375299a9e6887/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-c1916581d1161ee7/out --extern argon2=/work/oxidecomputer/omicron/target/debug/deps/libargon2-d1808671844f4e1a.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-4368945b58a5d866.rlib --extern nexus_passwords=/work/oxidecomputer/omicron/target/debug/deps/libnexus_passwords-01bcd9e65691353a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-83008e00ec653611.rlib --extern argon2alt=/work/oxidecomputer/omicron/target/debug/deps/libargon2-f413e73bce64aa7d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-6f624496ed77b6b0.rlib -C embed-bitcode=no -D warnings --error-format human`
56422023-05-03T03:41:27.081Z
56432023-05-03T03:41:27.086Zrunning 0 tests
56442023-05-03T03:41:27.091Z
56452023-05-03T03:41:27.096Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
56462023-05-03T03:41:27.101Z
56472023-05-03T03:41:27.106Z Doc-tests nexus-types
56482023-05-03T03:41:27.111Z Running `rustdoc --edition=2021 --crate-type lib --crate-name nexus_types --test /work/oxidecomputer/omicron/nexus/types/src/lib.rs -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4163f285e5da14b3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-e4c9d0cda66ee77f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-194683ec6123397c/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e2e375299a9e6887/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-c1916581d1161ee7/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e252e3603299df68.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-e947298cac75f015.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-22d534c80d7f8257.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-32820d6515860c0f.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-a729db707b8ebd77.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7b78a4e9c695d3a0.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-33a657a380225a64.rlib --extern nexus_passwords=/work/oxidecomputer/omicron/target/debug/deps/libnexus_passwords-01bcd9e65691353a.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e96be1cd5c41de3d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7f67b38d80252182.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-0baef24d3ad1757b.rlib --extern openssl_probe=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_probe-2da14cf7ed816f8e.rlib --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-056c3266de83f973.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-60544344d4d0804a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-9d729fa31918ec84.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-940b0a5541759ffe.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-e65022bd164ddc57.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-88178d7c063e03bd.rlib -C embed-bitcode=no -D warnings --error-format human`
56492023-05-03T03:41:30.444Z
56502023-05-03T03:41:30.450Zrunning 0 tests
56512023-05-03T03:41:30.455Z
56522023-05-03T03:41:30.460Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
56532023-05-03T03:41:30.464Z
56542023-05-03T03:41:30.469Z Doc-tests omicron-common
56552023-05-03T03:41:30.475Z Running `rustdoc --edition=2021 --crate-type lib --crate-name omicron_common --test /work/oxidecomputer/omicron/common/src/lib.rs -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4163f285e5da14b3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-e4c9d0cda66ee77f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-194683ec6123397c/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e2e375299a9e6887/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-c1916581d1161ee7/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e252e3603299df68.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-e947298cac75f015.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-8f7fb64a3d25089f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-32820d6515860c0f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-bb405797b454acb7.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-6556007a14b4ae03.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7b78a4e9c695d3a0.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-655e4d3d400b5f6c.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-593a43af3ae7d8a4.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-7bafaac42e9cbf8e.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-62b0bc28764ccb6d.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-754126440583bf8d.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-3b4ca36201d98b6d.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-45abe64e6bdf385a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7f67b38d80252182.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-7a83e6269ec330ba.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-0ece2b8dfa70f2e3.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-50228240c84c41f7.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-83008e00ec653611.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-db0a4bf089e05b10.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-cbf5d867b487f4f6.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-48cef5dadd3b79b2.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-60544344d4d0804a.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f99b5342d7e26ab1.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-9d729fa31918ec84.rlib --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-c95b9f7bda17ba0d.so --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-69ac86f66ffeb98e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-940b0a5541759ffe.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-8e61de94ee7afc12.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-6a79f340c2975f76.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-608da47a6c0e709c.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-e65022bd164ddc57.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-cd3c6430518fdfe1.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-c858a607e9f70d9d.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-6f624496ed77b6b0.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b00445e5c4984cd2.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-3248efa56a00d004.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5e80fb21cb0c93db.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-88178d7c063e03bd.rlib -C embed-bitcode=no --cfg 'feature="proptest"' --cfg 'feature="test-strategy"' --cfg 'feature="testing"' -D warnings --error-format human`
56562023-05-03T03:41:32.152Z
56572023-05-03T03:41:32.157Zrunning 1 test
56582023-05-03T03:41:46.776Ztest src/api/external/error.rs - api::external::error::InternalContext (line 456) ... ok
56592023-05-03T03:41:46.781Z
56602023-05-03T03:41:46.786Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 14.62s
56612023-05-03T03:41:46.791Z
56622023-05-03T03:41:46.827Z Doc-tests omicron-gateway
56632023-05-03T03:41:46.833Z Running `rustdoc --edition=2021 --crate-type lib --crate-name omicron_gateway --test /work/oxidecomputer/omicron/gateway/src/lib.rs -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4163f285e5da14b3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-e4c9d0cda66ee77f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-194683ec6123397c/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e2e375299a9e6887/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-c1916581d1161ee7/out --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-9dd1362437d01057.so --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-9baf74024ad4c4c7.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-7dc0d22d892e6145.rlib --extern crucible_smf=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_smf-a254642575295690.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-bb405797b454acb7.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-6556007a14b4ae03.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7b78a4e9c695d3a0.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-d7f59ceaa6750a70.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-1a3411c244a6b282.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-d3fd80b79076620c.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-655e4d3d400b5f6c.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-593a43af3ae7d8a4.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-7bafaac42e9cbf8e.rlib --extern ipcc_key_value=/work/oxidecomputer/omicron/target/debug/deps/libipcc_key_value-63d7d3687e896a83.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7f67b38d80252182.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-f704139041629a3e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-783a4721a715512c.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-163217bf2304842d.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-86243cda88014f9c.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-232027aad4e287f3.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-60544344d4d0804a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-9d729fa31918ec84.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-69ac86f66ffeb98e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-940b0a5541759ffe.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-3c9c99c977d3a39f.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-03f5ed3ad68bc73a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-608da47a6c0e709c.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-fbcb9716188a1ce5.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-b9312f0219c9122a.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-997d6fb5225709f2.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-6f624496ed77b6b0.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b00445e5c4984cd2.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-fcbee888d5d05d89.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-baca43dc2d70b5ca.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-17e1fcb77c0e5746.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5e80fb21cb0c93db.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-88178d7c063e03bd.rlib -C embed-bitcode=no -D warnings --error-format human`
56642023-05-03T03:41:48.713Z
56652023-05-03T03:41:48.718Zrunning 0 tests
56662023-05-03T03:41:48.723Z
56672023-05-03T03:41:48.728Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
56682023-05-03T03:41:48.733Z
56692023-05-03T03:41:48.738Z Doc-tests omicron-nexus
56702023-05-03T03:41:48.748Z Running `rustdoc --edition=2021 --crate-type lib --crate-name omicron_nexus --test /work/oxidecomputer/omicron/nexus/src/lib.rs -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4163f285e5da14b3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-e4c9d0cda66ee77f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-194683ec6123397c/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e2e375299a9e6887/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-c1916581d1161ee7/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e252e3603299df68.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-6cea7b82fc2c156e.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-1eaea6c9500a92e1.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-9dd1362437d01057.so --extern authz_macros=/work/oxidecomputer/omicron/target/debug/deps/libauthz_macros-beb2cab24301158f.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-22d534c80d7f8257.rlib --extern bb8=/work/oxidecomputer/omicron/target/debug/deps/libbb8-9b42e8c724a0820a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-32820d6515860c0f.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-7dc0d22d892e6145.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-e0a7d0b042fae0ec.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-4368945b58a5d866.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-8491eeb81916aca1.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-1aa7430eb2a7c53e.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-f908de5799e27a39.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-8a78df13d20d161b.rlib --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-2c2948b41eeb9d89.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-8a05273ce54c14b2.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-a729db707b8ebd77.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-22e212e25944101a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-bb405797b454acb7.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-6556007a14b4ae03.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-493b3323f6644d3c.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7b78a4e9c695d3a0.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-0fcffd7e4cb0e316.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-655e4d3d400b5f6c.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-593a43af3ae7d8a4.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-8e088d42221dbd2b.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-7bafaac42e9cbf8e.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-5a5f66f23c4afce8.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-318ff220679aa475.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-62b0bc28764ccb6d.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-2fcd511091ec8030.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-754126440583bf8d.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-45abe64e6bdf385a.rlib --extern mime_guess=/work/oxidecomputer/omicron/target/debug/deps/libmime_guess-4384cba95888b138.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-33a657a380225a64.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-0acf17a0ed8392cb.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-08c8c860b17402ce.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-e5f0f2e83bbd5cad.rlib --extern nexus_passwords=/work/oxidecomputer/omicron/target/debug/deps/libnexus_passwords-01bcd9e65691353a.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-31e6bcdef0f5c245.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-6bd47c357d2dde37.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-a7823773f9f09fa8.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e96be1cd5c41de3d.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-5c515c35e9fb63ce.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7f67b38d80252182.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-5254f221109bdb4e.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-3f2d39fb2c9a718d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-783a4721a715512c.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-163217bf2304842d.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-86243cda88014f9c.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-232027aad4e287f3.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-0baef24d3ad1757b.rlib --extern openssl_probe=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_probe-2da14cf7ed816f8e.rlib --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-056c3266de83f973.rlib --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-265065d513e4624b.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-ecbcea7ea3475063.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-ec4239c897a05e14.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-2c467c125a960759.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-ff17ac0dfaff74f7.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-5726622b2eda91b0.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-7a83e6269ec330ba.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-e128a85526f2d403.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-1b5c7dc73b7acf7b.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-9886d8f16d24129f.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-85415ae6ec2a7f7f.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-054855d80e4c98f7.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-83008e00ec653611.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-6107f05503fdbc21.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-3cd40aaab93fead3.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-9544c2a73650ad75.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-cbf5d867b487f4f6.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-48cef5dadd3b79b2.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-a9ad89985b57c363.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-6b83b946082d83da.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-60544344d4d0804a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-9d729fa31918ec84.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-940b0a5541759ffe.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-8e61de94ee7afc12.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-6a79f340c2975f76.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-4e6a129eb36cd63f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-608da47a6c0e709c.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-fbcb9716188a1ce5.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-e65022bd164ddc57.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-cd3c6430518fdfe1.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-997d6fb5225709f2.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-9e43cd504d5e9604.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-72a619a7975ce97e.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-6f624496ed77b6b0.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b00445e5c4984cd2.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-3248efa56a00d004.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-baca43dc2d70b5ca.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5e80fb21cb0c93db.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-4b89ef9c0f5a704a.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-a646ef7eb66ccb00.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-265f476839655f3b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-88178d7c063e03bd.rlib -C embed-bitcode=no -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -D warnings --error-format human`
56712023-05-03T03:41:52.076Z
56722023-05-03T03:41:52.082Zrunning 5 tests
56732023-05-03T03:41:52.115Ztest src/app/sagas/mod.rs - app::sagas::declare_saga_actions (line 196) ... ignored
56742023-05-03T03:41:56.266Ztest src/app/mod.rs - app::Nexus::unimplemented_todo (line 503) ... ok
56752023-05-03T03:41:56.272Ztest src/app/mod.rs - app::Nexus::unimplemented_todo (line 481) ... ok
56762023-05-03T03:41:56.276Ztest src/app/mod.rs - app::Nexus::unimplemented_todo (line 575) ... ok
56772023-05-03T03:41:56.281Ztest src/app/mod.rs - app::Nexus::unimplemented_todo (line 545) ... ok
56782023-05-03T03:41:56.286Z
56792023-05-03T03:41:56.291Ztest result: ok. 4 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 4.20s
56802023-05-03T03:41:56.296Z
56812023-05-03T03:41:56.359Z Doc-tests omicron-package
56822023-05-03T03:41:56.364Z Running `rustdoc --edition=2021 --crate-type lib --crate-name omicron_package --test /work/oxidecomputer/omicron/package/src/lib.rs -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4163f285e5da14b3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-e4c9d0cda66ee77f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-194683ec6123397c/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e2e375299a9e6887/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-c1916581d1161ee7/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e252e3603299df68.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-7dc0d22d892e6145.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-6556007a14b4ae03.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7b78a4e9c695d3a0.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-655e4d3d400b5f6c.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-7585156776fb4ad8.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-13469307ff7d6e16.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7f67b38d80252182.rlib --extern omicron_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_package-783012836e46acb0.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-e226cc91b2f1c9a7.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-9886d8f16d24129f.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-e87a72184a8aa4df.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-cbf5d867b487f4f6.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-48cef5dadd3b79b2.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f99b5342d7e26ab1.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-9d729fa31918ec84.rlib --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-c95b9f7bda17ba0d.so --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-b9267524051a9daa.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-608da47a6c0e709c.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-a8d47fc05b25faaf.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b94bcba36065eae9.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-6f3ac8018ed00223.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-cd3c6430518fdfe1.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-d05cb0890626588c.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-9e43cd504d5e9604.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-6f624496ed77b6b0.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b00445e5c4984cd2.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5e80fb21cb0c93db.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-202a6fc207fe77c3.rlib -C embed-bitcode=no -D warnings --error-format human`
56832023-05-03T03:41:57.136Z
56842023-05-03T03:41:57.142Zrunning 0 tests
56852023-05-03T03:41:57.147Z
56862023-05-03T03:41:57.152Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
56872023-05-03T03:41:57.157Z
56882023-05-03T03:41:57.162Z Doc-tests omicron-rpaths
56892023-05-03T03:41:57.166Z Running `rustdoc --edition=2021 --crate-type lib --crate-name omicron_rpaths --test /work/oxidecomputer/omicron/rpaths/src/lib.rs -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4163f285e5da14b3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-e4c9d0cda66ee77f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-194683ec6123397c/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e2e375299a9e6887/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-c1916581d1161ee7/out --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-86110576573fb360.rlib -C embed-bitcode=no -D warnings --error-format human`
56902023-05-03T03:41:57.171Z
56912023-05-03T03:41:57.176Zrunning 0 tests
56922023-05-03T03:41:57.180Z
56932023-05-03T03:41:57.185Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
56942023-05-03T03:41:57.190Z
56952023-05-03T03:41:57.195Z Doc-tests omicron-sled-agent
56962023-05-03T03:41:57.202Z Running `rustdoc --edition=2021 --crate-type lib --crate-name omicron_sled_agent --test /work/oxidecomputer/omicron/sled-agent/src/lib.rs -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4163f285e5da14b3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-e4c9d0cda66ee77f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-194683ec6123397c/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e2e375299a9e6887/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-c1916581d1161ee7/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e252e3603299df68.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-6cea7b82fc2c156e.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-9dd1362437d01057.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-22d534c80d7f8257.rlib --extern bincode=/work/oxidecomputer/omicron/target/debug/deps/libbincode-ce2588f53a8f1a03.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-a4bf3a1b4844c374.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5d6079816e523e86.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-04f30b2fb38eaf49.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-32820d6515860c0f.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-7dc0d22d892e6145.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-8491eeb81916aca1.rlib --extern crucible_client_types=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_client_types-4c12eb3beae536b8.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-b64820d5f0a60ebb.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-8a05273ce54c14b2.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-a729db707b8ebd77.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-22e212e25944101a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-bb405797b454acb7.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-6556007a14b4ae03.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-ed8a1c6733cfabde.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7b78a4e9c695d3a0.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-593a43af3ae7d8a4.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-7585156776fb4ad8.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-318ff220679aa475.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-62b0bc28764ccb6d.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-2fcd511091ec8030.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-45abe64e6bdf385a.rlib --extern mockall=/work/oxidecomputer/omicron/target/debug/deps/libmockall-54ff2abbb6c41705.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-31dcb3e63aa51c9a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7f67b38d80252182.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-3f2d39fb2c9a718d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-783a4721a715512c.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-163217bf2304842d.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-86243cda88014f9c.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-232027aad4e287f3.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-75623d5a694c3f37.rlib --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-7f71d7a6fecdd282.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-ecbcea7ea3475063.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-5726622b2eda91b0.rlib --extern p256=/work/oxidecomputer/omicron/target/debug/deps/libp256-f0868abcc530c96e.rlib --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-26d0fb26396a5e09.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-7bcf5ce61490d367.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-0ece2b8dfa70f2e3.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-054855d80e4c98f7.rlib --extern propolis_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_server-a4c6c6dc3f2b8ee0.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-83008e00ec653611.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-cbf5d867b487f4f6.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-60544344d4d0804a.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f99b5342d7e26ab1.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-9d729fa31918ec84.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-940b0a5541759ffe.rlib --extern serial_test=/work/oxidecomputer/omicron/target/debug/deps/libserial_test-d56e0780d31810c1.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-4e6a129eb36cd63f.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-b9267524051a9daa.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-608da47a6c0e709c.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-a8d47fc05b25faaf.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-fbcb9716188a1ce5.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b94bcba36065eae9.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-6f3ac8018ed00223.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-b9312f0219c9122a.rlib --extern sprockets_common=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_common-be4065d134483539.rlib --extern sprockets_host=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_host-9bd4db951052b052.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-997d6fb5225709f2.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-d05cb0890626588c.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-9e43cd504d5e9604.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-6f624496ed77b6b0.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-656118cc45edbdfd.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b00445e5c4984cd2.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-baca43dc2d70b5ca.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5e80fb21cb0c93db.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-88178d7c063e03bd.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-f3aee10e148703ff.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-18a46f0d22fadc5d.rlib -C embed-bitcode=no -D warnings --error-format human`
56972023-05-03T03:42:00.328Z
56982023-05-03T03:42:00.333Zrunning 0 tests
56992023-05-03T03:42:00.338Z
57002023-05-03T03:42:00.343Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
57012023-05-03T03:42:00.348Z
57022023-05-03T03:42:00.392Z Doc-tests omicron-test-utils
57032023-05-03T03:42:00.397Z Running `rustdoc --edition=2021 --crate-type lib --crate-name omicron_test_utils --test /work/oxidecomputer/omicron/test-utils/src/lib.rs -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4163f285e5da14b3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-e4c9d0cda66ee77f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-194683ec6123397c/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e2e375299a9e6887/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-c1916581d1161ee7/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e252e3603299df68.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-bb405797b454acb7.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-6556007a14b4ae03.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7b78a4e9c695d3a0.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-3b4ca36201d98b6d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7f67b38d80252182.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-783a4721a715512c.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-9544c2a73650ad75.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-608da47a6c0e709c.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-997d6fb5225709f2.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-9e43cd504d5e9604.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-6f624496ed77b6b0.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b00445e5c4984cd2.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-3248efa56a00d004.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-265f476839655f3b.rlib -C embed-bitcode=no -D warnings --error-format human`
57042023-05-03T03:42:00.879Z
57052023-05-03T03:42:00.884Zrunning 0 tests
57062023-05-03T03:42:00.890Z
57072023-05-03T03:42:00.895Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
57082023-05-03T03:42:00.900Z
57092023-05-03T03:42:00.905Z Doc-tests oxide-client
57102023-05-03T03:42:00.910Z Running `rustdoc --edition=2021 --crate-type lib --crate-name oxide_client --test /work/oxidecomputer/omicron/oxide-client/src/lib.rs -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4163f285e5da14b3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-e4c9d0cda66ee77f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-194683ec6123397c/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e2e375299a9e6887/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-c1916581d1161ee7/out --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-22d534c80d7f8257.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-32820d6515860c0f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7b78a4e9c695d3a0.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-e8b3594945a75945.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-0ece2b8dfa70f2e3.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-83008e00ec653611.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-db0a4bf089e05b10.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-cbf5d867b487f4f6.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-9d729fa31918ec84.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-940b0a5541759ffe.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b00445e5c4984cd2.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-88178d7c063e03bd.rlib -C embed-bitcode=no -D warnings --error-format human`
57112023-05-03T03:42:07.030Z
57122023-05-03T03:42:07.035Zrunning 145 tests
57132023-05-03T03:42:07.043Ztest src/lib.rs - ClientDisksExt::disk_bulk_write_import (line 15) ... ignored
57142023-05-03T03:42:07.048Ztest src/lib.rs - ClientDisksExt::disk_bulk_write_import_start (line 16) ... ignored
57152023-05-03T03:42:07.054Ztest src/lib.rs - ClientDisksExt::disk_bulk_write_import_stop (line 16) ... ignored
57162023-05-03T03:42:07.067Ztest src/lib.rs - ClientDisksExt::disk_create (line 14) ... ignored
57172023-05-03T03:42:07.072Ztest src/lib.rs - ClientDisksExt::disk_delete (line 14) ... ignored
57182023-05-03T03:42:07.077Ztest src/lib.rs - ClientDisksExt::disk_finalize_import (line 15) ... ignored
57192023-05-03T03:42:07.085Ztest src/lib.rs - ClientDisksExt::disk_import_blocks_from_url (line 15) ... ignored
57202023-05-03T03:42:07.090Ztest src/lib.rs - ClientDisksExt::disk_list (line 16) ... ignored
57212023-05-03T03:42:07.095Ztest src/lib.rs - ClientDisksExt::disk_metrics_list (line 19) ... ignored
57222023-05-03T03:42:07.099Ztest src/lib.rs - ClientDisksExt::disk_view (line 14) ... ignored
57232023-05-03T03:42:07.104Ztest src/lib.rs - ClientHiddenExt::device_access_token (line 13) ... ignored
57242023-05-03T03:42:07.110Ztest src/lib.rs - ClientHiddenExt::device_auth_confirm (line 13) ... ignored
57252023-05-03T03:42:07.115Ztest src/lib.rs - ClientHiddenExt::device_auth_request (line 13) ... ignored
57262023-05-03T03:42:07.119Ztest src/lib.rs - ClientHiddenExt::login_spoof (line 9) ... ignored
57272023-05-03T03:42:07.124Ztest src/lib.rs - ClientHiddenExt::logout (line 9) ... ignored
57282023-05-03T03:42:07.129Ztest src/lib.rs - ClientImagesExt::image_create (line 16) ... ignored
57292023-05-03T03:42:07.134Ztest src/lib.rs - ClientImagesExt::image_delete (line 16) ... ignored
57302023-05-03T03:42:07.138Ztest src/lib.rs - ClientImagesExt::image_list (line 19) ... ignored
57312023-05-03T03:42:07.144Ztest src/lib.rs - ClientImagesExt::image_promote (line 16) ... ignored
57322023-05-03T03:42:07.149Ztest src/lib.rs - ClientImagesExt::image_view (line 16) ... ignored
57332023-05-03T03:42:07.153Ztest src/lib.rs - ClientInstancesExt::instance_create (line 14) ... ignored
57342023-05-03T03:42:07.158Ztest src/lib.rs - ClientInstancesExt::instance_delete (line 14) ... ignored
57352023-05-03T03:42:07.163Ztest src/lib.rs - ClientInstancesExt::instance_disk_attach (line 15) ... ignored
57362023-05-03T03:42:07.168Ztest src/lib.rs - ClientInstancesExt::instance_disk_detach (line 15) ... ignored
57372023-05-03T03:42:07.172Ztest src/lib.rs - ClientInstancesExt::instance_disk_list (line 17) ... ignored
57382023-05-03T03:42:07.177Ztest src/lib.rs - ClientInstancesExt::instance_external_ip_list (line 14) ... ignored
57392023-05-03T03:42:07.184Ztest src/lib.rs - ClientInstancesExt::instance_list (line 16) ... ignored
57402023-05-03T03:42:07.188Ztest src/lib.rs - ClientInstancesExt::instance_migrate (line 15) ... ignored
57412023-05-03T03:42:07.193Ztest src/lib.rs - ClientInstancesExt::instance_network_interface_create (line 15) ... ignored
57422023-05-03T03:42:07.198Ztest src/lib.rs - ClientInstancesExt::instance_network_interface_delete (line 17) ... ignored
57432023-05-03T03:42:07.203Ztest src/lib.rs - ClientInstancesExt::instance_network_interface_list (line 17) ... ignored
57442023-05-03T03:42:07.208Ztest src/lib.rs - ClientInstancesExt::instance_network_interface_update (line 16) ... ignored
57452023-05-03T03:42:07.213Ztest src/lib.rs - ClientInstancesExt::instance_network_interface_view (line 15) ... ignored
57462023-05-03T03:42:07.218Ztest src/lib.rs - ClientInstancesExt::instance_reboot (line 14) ... ignored
57472023-05-03T03:42:07.222Ztest src/lib.rs - ClientInstancesExt::instance_serial_console (line 17) ... ignored
57482023-05-03T03:42:07.227Ztest src/lib.rs - ClientInstancesExt::instance_serial_console_stream (line 17) ... ignored
57492023-05-03T03:42:07.232Ztest src/lib.rs - ClientInstancesExt::instance_start (line 14) ... ignored
57502023-05-03T03:42:07.237Ztest src/lib.rs - ClientInstancesExt::instance_stop (line 14) ... ignored
57512023-05-03T03:42:07.242Ztest src/lib.rs - ClientInstancesExt::instance_view (line 14) ... ignored
57522023-05-03T03:42:07.247Ztest src/lib.rs - ClientLoginExt::login_local (line 11) ... ignored
57532023-05-03T03:42:07.252Ztest src/lib.rs - ClientLoginExt::login_saml (line 11) ... ignored
57542023-05-03T03:42:07.257Ztest src/lib.rs - ClientLoginExt::login_saml_begin (line 13) ... ignored
57552023-05-03T03:42:07.262Ztest src/lib.rs - ClientPolicyExt::system_policy_update (line 11) ... ignored
57562023-05-03T03:42:07.266Ztest src/lib.rs - ClientPolicyExt::system_policy_view (line 11) ... ignored
57572023-05-03T03:42:07.271Ztest src/lib.rs - ClientProjectsExt::project_create (line 11) ... ignored
57582023-05-03T03:42:07.276Ztest src/lib.rs - ClientProjectsExt::project_delete (line 13) ... ignored
57592023-05-03T03:42:07.280Ztest src/lib.rs - ClientProjectsExt::project_list (line 15) ... ignored
57602023-05-03T03:42:07.285Ztest src/lib.rs - ClientProjectsExt::project_policy_update (line 14) ... ignored
57612023-05-03T03:42:07.290Ztest src/lib.rs - ClientProjectsExt::project_policy_view (line 13) ... ignored
57622023-05-03T03:42:07.308Ztest src/lib.rs - ClientProjectsExt::project_update (line 14) ... ignored
57632023-05-03T03:42:07.313Ztest src/lib.rs - ClientProjectsExt::project_view (line 13) ... ignored
57642023-05-03T03:42:07.318Ztest src/lib.rs - ClientRolesExt::role_list (line 14) ... ignored
57652023-05-03T03:42:07.323Ztest src/lib.rs - ClientRolesExt::role_view (line 13) ... ignored
57662023-05-03T03:42:07.327Ztest src/lib.rs - ClientSessionExt::current_user_groups (line 15) ... ignored
57672023-05-03T03:42:07.333Ztest src/lib.rs - ClientSessionExt::current_user_ssh_key_create (line 13) ... ignored
57682023-05-03T03:42:07.338Ztest src/lib.rs - ClientSessionExt::current_user_ssh_key_delete (line 15) ... ignored
57692023-05-03T03:42:07.343Ztest src/lib.rs - ClientSessionExt::current_user_ssh_key_list (line 17) ... ignored
57702023-05-03T03:42:07.347Ztest src/lib.rs - ClientSessionExt::current_user_ssh_key_view (line 15) ... ignored
57712023-05-03T03:42:07.352Ztest src/lib.rs - ClientSessionExt::current_user_view (line 11) ... ignored
57722023-05-03T03:42:07.357Ztest src/lib.rs - ClientSilosExt::group_list (line 15) ... ignored
57732023-05-03T03:42:07.362Ztest src/lib.rs - ClientSilosExt::group_view (line 13) ... ignored
57742023-05-03T03:42:07.367Ztest src/lib.rs - ClientSilosExt::policy_update (line 11) ... ignored
57752023-05-03T03:42:07.374Ztest src/lib.rs - ClientSilosExt::policy_view (line 11) ... ignored
57762023-05-03T03:42:07.380Ztest src/lib.rs - ClientSilosExt::user_list (line 16) ... ignored
57772023-05-03T03:42:07.385Ztest src/lib.rs - ClientSnapshotsExt::snapshot_create (line 16) ... ignored
57782023-05-03T03:42:07.390Ztest src/lib.rs - ClientSnapshotsExt::snapshot_delete (line 14) ... ignored
57792023-05-03T03:42:07.411Ztest src/lib.rs - ClientSnapshotsExt::snapshot_list (line 16) ... ignored
57802023-05-03T03:42:07.416Ztest src/lib.rs - ClientSnapshotsExt::snapshot_view (line 14) ... ignored
57812023-05-03T03:42:07.421Ztest src/lib.rs - ClientSystemExt::certificate_create (line 13) ... ignored
57822023-05-03T03:42:07.426Ztest src/lib.rs - ClientSystemExt::certificate_delete (line 13) ... ignored
57832023-05-03T03:42:07.432Ztest src/lib.rs - ClientSystemExt::certificate_list (line 17) ... ignored
57842023-05-03T03:42:07.437Ztest src/lib.rs - ClientSystemExt::certificate_view (line 13) ... ignored
57852023-05-03T03:42:07.443Ztest src/lib.rs - ClientSystemExt::ip_pool_create (line 11) ... ignored
57862023-05-03T03:42:07.449Ztest src/lib.rs - ClientSystemExt::ip_pool_delete (line 13) ... ignored
57872023-05-03T03:42:07.454Ztest src/lib.rs - ClientSystemExt::ip_pool_list (line 15) ... ignored
57882023-05-03T03:42:07.459Ztest src/lib.rs - ClientSystemExt::ip_pool_range_add (line 14) ... ignored
57892023-05-03T03:42:07.464Ztest src/lib.rs - ClientSystemExt::ip_pool_range_list (line 17) ... ignored
57902023-05-03T03:42:07.470Ztest src/lib.rs - ClientSystemExt::ip_pool_range_remove (line 14) ... ignored
57912023-05-03T03:42:07.479Ztest src/lib.rs - ClientSystemExt::ip_pool_service_range_add (line 11) ... ignored
57922023-05-03T03:42:07.484Ztest src/lib.rs - ClientSystemExt::ip_pool_service_range_list (line 16) ... ignored
57932023-05-03T03:42:07.488Ztest src/lib.rs - ClientSystemExt::ip_pool_service_range_remove (line 11) ... ignored
57942023-05-03T03:42:07.493Ztest src/lib.rs - ClientSystemExt::ip_pool_service_view (line 11) ... ignored
57952023-05-03T03:42:07.498Ztest src/lib.rs - ClientSystemExt::ip_pool_update (line 14) ... ignored
57962023-05-03T03:42:07.503Ztest src/lib.rs - ClientSystemExt::ip_pool_view (line 13) ... ignored
57972023-05-03T03:42:07.508Ztest src/lib.rs - ClientSystemExt::local_idp_user_create (line 16) ... ignored
57982023-05-03T03:42:07.513Ztest src/lib.rs - ClientSystemExt::local_idp_user_delete (line 14) ... ignored
57992023-05-03T03:42:07.518Ztest src/lib.rs - ClientSystemExt::local_idp_user_set_password (line 17) ... ignored
58002023-05-03T03:42:07.524Ztest src/lib.rs - ClientSystemExt::physical_disk_list (line 15) ... ignored
58012023-05-03T03:42:07.529Ztest src/lib.rs - ClientSystemExt::rack_list (line 15) ... ignored
58022023-05-03T03:42:07.534Ztest src/lib.rs - ClientSystemExt::rack_view (line 13) ... ignored
58032023-05-03T03:42:07.539Ztest src/lib.rs - ClientSystemExt::saml_identity_provider_create (line 14) ... ignored
58042023-05-03T03:42:07.544Ztest src/lib.rs - ClientSystemExt::saml_identity_provider_view (line 14) ... ignored
58052023-05-03T03:42:07.549Ztest src/lib.rs - ClientSystemExt::silo_create (line 11) ... ignored
58062023-05-03T03:42:07.554Ztest src/lib.rs - ClientSystemExt::silo_delete (line 15) ... ignored
58072023-05-03T03:42:07.559Ztest src/lib.rs - ClientSystemExt::silo_identity_provider_list (line 16) ... ignored
58082023-05-03T03:42:07.564Ztest src/lib.rs - ClientSystemExt::silo_list (line 17) ... ignored
58092023-05-03T03:42:07.569Ztest src/lib.rs - ClientSystemExt::silo_policy_update (line 14) ... ignored
58102023-05-03T03:42:07.574Ztest src/lib.rs - ClientSystemExt::silo_policy_view (line 13) ... ignored
58112023-05-03T03:42:07.579Ztest src/lib.rs - ClientSystemExt::silo_user_list (line 16) ... ignored
58122023-05-03T03:42:07.584Ztest src/lib.rs - ClientSystemExt::silo_user_view (line 14) ... ignored
58132023-05-03T03:42:07.589Ztest src/lib.rs - ClientSystemExt::silo_view (line 15) ... ignored
58142023-05-03T03:42:07.594Ztest src/lib.rs - ClientSystemExt::sled_list (line 15) ... ignored
58152023-05-03T03:42:07.599Ztest src/lib.rs - ClientSystemExt::sled_physical_disk_list (line 16) ... ignored
58162023-05-03T03:42:07.604Ztest src/lib.rs - ClientSystemExt::sled_view (line 13) ... ignored
58172023-05-03T03:42:07.609Ztest src/lib.rs - ClientSystemExt::system_component_version_list (line 15) ... ignored
58182023-05-03T03:42:07.613Ztest src/lib.rs - ClientSystemExt::system_image_create (line 13) ... ignored
58192023-05-03T03:42:07.618Ztest src/lib.rs - ClientSystemExt::system_image_delete (line 13) ... ignored
58202023-05-03T03:42:07.624Ztest src/lib.rs - ClientSystemExt::system_image_list (line 17) ... ignored
58212023-05-03T03:42:07.629Ztest src/lib.rs - ClientSystemExt::system_image_view (line 13) ... ignored
58222023-05-03T03:42:07.633Ztest src/lib.rs - ClientSystemExt::system_image_view_by_id (line 11) ... ignored
58232023-05-03T03:42:07.639Ztest src/lib.rs - ClientSystemExt::system_metric (line 18) ... ignored
58242023-05-03T03:42:07.644Ztest src/lib.rs - ClientSystemExt::system_update_components_list (line 11) ... ignored
58252023-05-03T03:42:07.649Ztest src/lib.rs - ClientSystemExt::system_update_list (line 15) ... ignored
58262023-05-03T03:42:07.654Ztest src/lib.rs - ClientSystemExt::system_update_refresh (line 11) ... ignored
58272023-05-03T03:42:07.659Ztest src/lib.rs - ClientSystemExt::system_update_start (line 11) ... ignored
58282023-05-03T03:42:07.664Ztest src/lib.rs - ClientSystemExt::system_update_stop (line 13) ... ignored
58292023-05-03T03:42:07.669Ztest src/lib.rs - ClientSystemExt::system_update_view (line 11) ... ignored
58302023-05-03T03:42:07.674Ztest src/lib.rs - ClientSystemExt::system_version (line 11) ... ignored
58312023-05-03T03:42:07.679Ztest src/lib.rs - ClientSystemExt::update_deployment_view (line 11) ... ignored
58322023-05-03T03:42:07.684Ztest src/lib.rs - ClientSystemExt::update_deployments_list (line 15) ... ignored
58332023-05-03T03:42:07.689Ztest src/lib.rs - ClientSystemExt::user_builtin_list (line 15) ... ignored
58342023-05-03T03:42:07.694Ztest src/lib.rs - ClientSystemExt::user_builtin_view (line 11) ... ignored
58352023-05-03T03:42:07.699Ztest src/lib.rs - ClientVpcsExt::vpc_create (line 14) ... ignored
58362023-05-03T03:42:07.704Ztest src/lib.rs - ClientVpcsExt::vpc_delete (line 14) ... ignored
58372023-05-03T03:42:07.709Ztest src/lib.rs - ClientVpcsExt::vpc_firewall_rules_update (line 15) ... ignored
58382023-05-03T03:42:07.714Ztest src/lib.rs - ClientVpcsExt::vpc_firewall_rules_view (line 14) ... ignored
58392023-05-03T03:42:07.718Ztest src/lib.rs - ClientVpcsExt::vpc_list (line 16) ... ignored
58402023-05-03T03:42:07.724Ztest src/lib.rs - ClientVpcsExt::vpc_router_create (line 15) ... ignored
58412023-05-03T03:42:07.729Ztest src/lib.rs - ClientVpcsExt::vpc_router_delete (line 15) ... ignored
58422023-05-03T03:42:07.733Ztest src/lib.rs - ClientVpcsExt::vpc_router_list (line 17) ... ignored
58432023-05-03T03:42:07.738Ztest src/lib.rs - ClientVpcsExt::vpc_router_route_create (line 16) ... ignored
58442023-05-03T03:42:07.743Ztest src/lib.rs - ClientVpcsExt::vpc_router_route_delete (line 16) ... ignored
58452023-05-03T03:42:07.748Ztest src/lib.rs - ClientVpcsExt::vpc_router_route_list (line 20) ... ignored
58462023-05-03T03:42:07.753Ztest src/lib.rs - ClientVpcsExt::vpc_router_route_update (line 17) ... ignored
58472023-05-03T03:42:07.758Ztest src/lib.rs - ClientVpcsExt::vpc_router_route_view (line 16) ... ignored
58482023-05-03T03:42:07.763Ztest src/lib.rs - ClientVpcsExt::vpc_router_update (line 16) ... ignored
58492023-05-03T03:42:07.768Ztest src/lib.rs - ClientVpcsExt::vpc_router_view (line 15) ... ignored
58502023-05-03T03:42:07.773Ztest src/lib.rs - ClientVpcsExt::vpc_subnet_create (line 15) ... ignored
58512023-05-03T03:42:07.778Ztest src/lib.rs - ClientVpcsExt::vpc_subnet_delete (line 15) ... ignored
58522023-05-03T03:42:07.782Ztest src/lib.rs - ClientVpcsExt::vpc_subnet_list (line 17) ... ignored
58532023-05-03T03:42:07.787Ztest src/lib.rs - ClientVpcsExt::vpc_subnet_list_network_interfaces (line 18) ... ignored
58542023-05-03T03:42:07.792Ztest src/lib.rs - ClientVpcsExt::vpc_subnet_update (line 16) ... ignored
58552023-05-03T03:42:07.797Ztest src/lib.rs - ClientVpcsExt::vpc_subnet_view (line 15) ... ignored
58562023-05-03T03:42:07.802Ztest src/lib.rs - ClientVpcsExt::vpc_update (line 15) ... ignored
58572023-05-03T03:42:07.807Ztest src/lib.rs - ClientVpcsExt::vpc_view (line 14) ... ignored
58582023-05-03T03:42:07.812Z
58592023-05-03T03:42:07.817Ztest result: ok. 0 passed; 0 failed; 145 ignored; 0 measured; 0 filtered out; finished in 0.29s
58602023-05-03T03:42:07.822Z
58612023-05-03T03:42:07.826Z Doc-tests oximeter
58622023-05-03T03:42:07.831Z Running `rustdoc --edition=2021 --crate-type lib --crate-name oximeter --test /work/oxidecomputer/omicron/oximeter/oximeter/src/lib.rs -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4163f285e5da14b3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-e4c9d0cda66ee77f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-194683ec6123397c/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e2e375299a9e6887/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-c1916581d1161ee7/out --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5d6079816e523e86.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-32820d6515860c0f.rlib --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-4a706b873f27c27b.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-ecbcea7ea3475063.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-8baa199539ba7035.so --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-60544344d4d0804a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-9d729fa31918ec84.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-6f624496ed77b6b0.rlib --extern trybuild=/work/oxidecomputer/omicron/target/debug/deps/libtrybuild-013ee009cb202a95.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-88178d7c063e03bd.rlib -C embed-bitcode=no -D warnings --error-format human`
58632023-05-03T03:42:07.958Z
58642023-05-03T03:42:07.963Zrunning 9 tests
58652023-05-03T03:42:08.626Ztest src/traits.rs - traits::Metric (line 130) - compile fail ... ok
58662023-05-03T03:42:08.642Ztest src/lib.rs - (line 24) ... ok
58672023-05-03T03:42:09.182Ztest src/traits.rs - traits::Target (line 57) - compile fail ... ok
58682023-05-03T03:42:09.417Ztest src/traits.rs - traits::Metric (line 109) ... ok
58692023-05-03T03:42:09.423Ztest src/histogram.rs - histogram::SpanDecade (line 531) ... ok
58702023-05-03T03:42:09.832Ztest src/traits.rs - traits::Target (line 31) ... ok
58712023-05-03T03:42:09.838Ztest src/traits.rs - traits::Producer (line 298) ... ok
58722023-05-03T03:42:09.843Ztest src/histogram.rs - histogram::Histogram<T>::with_bins (line 262) ... ok
58732023-05-03T03:42:09.849Ztest src/histogram.rs - histogram::Histogram<T>::span_decades (line 483) ... ok
58742023-05-03T03:42:09.854Z
58752023-05-03T03:42:09.859Ztest result: ok. 9 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.67s
58762023-05-03T03:42:09.864Z
58772023-05-03T03:42:09.869Z Doc-tests oximeter-client
58782023-05-03T03:42:09.888Z Running `rustdoc --edition=2021 --crate-type lib --crate-name oximeter_client --test /work/oxidecomputer/omicron/oximeter-client/src/lib.rs -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4163f285e5da14b3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-e4c9d0cda66ee77f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-194683ec6123397c/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e2e375299a9e6887/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-c1916581d1161ee7/out --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-32820d6515860c0f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7f67b38d80252182.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-ec4239c897a05e14.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-0ece2b8dfa70f2e3.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-cbf5d867b487f4f6.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-9d729fa31918ec84.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-608da47a6c0e709c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-88178d7c063e03bd.rlib -C embed-bitcode=no -D warnings --error-format human`
58792023-05-03T03:42:10.119Z
58802023-05-03T03:42:10.124Zrunning 0 tests
58812023-05-03T03:42:10.130Z
58822023-05-03T03:42:10.135Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
58832023-05-03T03:42:10.140Z
58842023-05-03T03:42:10.145Z Doc-tests oximeter-collector
58852023-05-03T03:42:10.150Z Running `rustdoc --edition=2021 --crate-type lib --crate-name oximeter_collector --test /work/oxidecomputer/omicron/oximeter/collector/src/lib.rs -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4163f285e5da14b3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-e4c9d0cda66ee77f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-194683ec6123397c/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e2e375299a9e6887/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-c1916581d1161ee7/out --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-7dc0d22d892e6145.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-bb405797b454acb7.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-6556007a14b4ae03.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7b78a4e9c695d3a0.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-318ff220679aa475.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-31dcb3e63aa51c9a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7f67b38d80252182.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-783a4721a715512c.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-86243cda88014f9c.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-232027aad4e287f3.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-ecbcea7ea3475063.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-b7f167160d3cd23a.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-2c467c125a960759.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-cbf5d867b487f4f6.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-9d729fa31918ec84.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-940b0a5541759ffe.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-608da47a6c0e709c.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-fbcb9716188a1ce5.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-997d6fb5225709f2.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-6f624496ed77b6b0.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b00445e5c4984cd2.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5e80fb21cb0c93db.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-88178d7c063e03bd.rlib -C embed-bitcode=no -D warnings --error-format human`
58862023-05-03T03:42:10.677Z
58872023-05-03T03:42:10.683Zrunning 0 tests
58882023-05-03T03:42:10.688Z
58892023-05-03T03:42:10.693Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
58902023-05-03T03:42:10.698Z
58912023-05-03T03:42:10.704Z Doc-tests oximeter-db
58922023-05-03T03:42:10.709Z Running `rustdoc --edition=2021 --crate-type lib --crate-name oximeter_db --test /work/oxidecomputer/omicron/oximeter/db/src/lib.rs -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4163f285e5da14b3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-e4c9d0cda66ee77f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-194683ec6123397c/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e2e375299a9e6887/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-c1916581d1161ee7/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e252e3603299df68.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-9dd1362437d01057.so --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5d6079816e523e86.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-32820d6515860c0f.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-7dc0d22d892e6145.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-bb405797b454acb7.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-2fcd511091ec8030.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-783a4721a715512c.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-ecbcea7ea3475063.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-2c467c125a960759.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-9544c2a73650ad75.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-cbf5d867b487f4f6.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-60544344d4d0804a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-9d729fa31918ec84.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-940b0a5541759ffe.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-608da47a6c0e709c.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-a8d47fc05b25faaf.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-fbcb9716188a1ce5.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b94bcba36065eae9.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-6f624496ed77b6b0.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b00445e5c4984cd2.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-88178d7c063e03bd.rlib -C embed-bitcode=no -D warnings --error-format human`
58932023-05-03T03:42:11.698Z
58942023-05-03T03:42:11.703Zrunning 0 tests
58952023-05-03T03:42:11.708Z
58962023-05-03T03:42:11.713Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
58972023-05-03T03:42:11.719Z
58982023-05-03T03:42:11.728Z Doc-tests oximeter-instruments
58992023-05-03T03:42:11.733Z Running `rustdoc --edition=2021 --crate-type lib --crate-name oximeter_instruments --test /work/oxidecomputer/omicron/oximeter/instruments/src/lib.rs -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4163f285e5da14b3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-e4c9d0cda66ee77f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-194683ec6123397c/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e2e375299a9e6887/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-c1916581d1161ee7/out --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-32820d6515860c0f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-bb405797b454acb7.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7b78a4e9c695d3a0.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-593a43af3ae7d8a4.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-ecbcea7ea3475063.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-ff17ac0dfaff74f7.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b00445e5c4984cd2.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-88178d7c063e03bd.rlib -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="http"' --cfg 'feature="http-instruments"' -D warnings --error-format human`
59002023-05-03T03:42:12.041Z
59012023-05-03T03:42:12.046Zrunning 0 tests
59022023-05-03T03:42:12.052Z
59032023-05-03T03:42:12.057Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
59042023-05-03T03:42:12.061Z
59052023-05-03T03:42:12.066Z Doc-tests oximeter-macro-impl
59062023-05-03T03:42:12.071Z Running `rustdoc --edition=2021 --crate-type proc-macro --crate-name oximeter_macro_impl --test /work/oxidecomputer/omicron/oximeter/oximeter-macro-impl/src/lib.rs -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4163f285e5da14b3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-e4c9d0cda66ee77f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-194683ec6123397c/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e2e375299a9e6887/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-c1916581d1161ee7/out --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-8baa199539ba7035.so --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-7e5706224bd8cc5a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-dee3cb74b1ec4ef9.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-2466aa954e1f2dbb.rlib --extern proc_macro -C embed-bitcode=no -D warnings --error-format human`
59072023-05-03T03:42:12.657Z
59082023-05-03T03:42:12.664Zrunning 0 tests
59092023-05-03T03:42:12.669Z
59102023-05-03T03:42:12.674Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
59112023-05-03T03:42:12.686Z
59122023-05-03T03:42:12.692Z Doc-tests oximeter-producer
59132023-05-03T03:42:12.698Z Running `rustdoc --edition=2021 --crate-type lib --crate-name oximeter_producer --test /work/oxidecomputer/omicron/oximeter/producer/src/lib.rs -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4163f285e5da14b3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-e4c9d0cda66ee77f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-194683ec6123397c/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e2e375299a9e6887/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-c1916581d1161ee7/out --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-32820d6515860c0f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-bb405797b454acb7.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-31dcb3e63aa51c9a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7f67b38d80252182.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-ecbcea7ea3475063.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-5726622b2eda91b0.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-cbf5d867b487f4f6.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-60544344d4d0804a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-9d729fa31918ec84.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-608da47a6c0e709c.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-fbcb9716188a1ce5.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-6f624496ed77b6b0.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b00445e5c4984cd2.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-88178d7c063e03bd.rlib -C embed-bitcode=no -D warnings --error-format human`
59142023-05-03T03:42:12.710Z
59152023-05-03T03:42:12.715Zrunning 0 tests
59162023-05-03T03:42:12.720Z
59172023-05-03T03:42:12.726Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
59182023-05-03T03:42:12.730Z
59192023-05-03T03:42:12.736Z Doc-tests sled-agent-client
59202023-05-03T03:42:12.741Z Running `rustdoc --edition=2021 --crate-type lib --crate-name sled_agent_client --test /work/oxidecomputer/omicron/sled-agent-client/src/lib.rs -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4163f285e5da14b3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-e4c9d0cda66ee77f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-194683ec6123397c/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e2e375299a9e6887/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-c1916581d1161ee7/out --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-9dd1362437d01057.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-32820d6515860c0f.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-62b0bc28764ccb6d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7f67b38d80252182.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-0ece2b8dfa70f2e3.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-db0a4bf089e05b10.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-cbf5d867b487f4f6.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-9d729fa31918ec84.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-4e6a129eb36cd63f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-608da47a6c0e709c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-88178d7c063e03bd.rlib -C embed-bitcode=no -D warnings --error-format human`
59212023-05-03T03:42:14.260Z
59222023-05-03T03:42:14.265Zrunning 0 tests
59232023-05-03T03:42:14.270Z
59242023-05-03T03:42:14.275Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
59252023-05-03T03:42:14.280Z
59262023-05-03T03:42:14.301Z Doc-tests sled-hardware
59272023-05-03T03:42:14.306Z Running `rustdoc --edition=2021 --crate-type lib --crate-name sled_hardware --test /work/oxidecomputer/omicron/sled-hardware/src/lib.rs -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4163f285e5da14b3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-e4c9d0cda66ee77f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-194683ec6123397c/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e2e375299a9e6887/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-c1916581d1161ee7/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e252e3603299df68.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-04f30b2fb38eaf49.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7b78a4e9c695d3a0.rlib --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-d6df0794602be021.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-7585156776fb4ad8.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-3b4ca36201d98b6d.rlib --extern libefi_illumos=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_illumos-1c5b954fd20390dd.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-45abe64e6bdf385a.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-31dcb3e63aa51c9a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7f67b38d80252182.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-783a4721a715512c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-60544344d4d0804a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-9d729fa31918ec84.rlib --extern serial_test=/work/oxidecomputer/omicron/target/debug/deps/libserial_test-d56e0780d31810c1.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-b9267524051a9daa.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-608da47a6c0e709c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-6f624496ed77b6b0.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-656118cc45edbdfd.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b00445e5c4984cd2.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-88178d7c063e03bd.rlib -C embed-bitcode=no -D warnings --error-format human`
59282023-05-03T03:42:14.895Z
59292023-05-03T03:42:14.900Zrunning 0 tests
59302023-05-03T03:42:14.905Z
59312023-05-03T03:42:14.910Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
59322023-05-03T03:42:14.915Z
59332023-05-03T03:42:14.922Z Doc-tests sp-sim
59342023-05-03T03:42:14.928Z Running `rustdoc --edition=2021 --crate-type lib --crate-name sp_sim --test /work/oxidecomputer/omicron/sp-sim/src/lib.rs -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4163f285e5da14b3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-e4c9d0cda66ee77f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-194683ec6123397c/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e2e375299a9e6887/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-c1916581d1161ee7/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e252e3603299df68.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-9dd1362437d01057.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-7dc0d22d892e6145.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-bb405797b454acb7.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7b78a4e9c695d3a0.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-d7f59ceaa6750a70.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-655e4d3d400b5f6c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7f67b38d80252182.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-f704139041629a3e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-9d729fa31918ec84.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-608da47a6c0e709c.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-fbcb9716188a1ce5.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-b9312f0219c9122a.rlib --extern sprockets_rot=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_rot-58b8370b112d530d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-6f624496ed77b6b0.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b00445e5c4984cd2.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5e80fb21cb0c93db.rlib -C embed-bitcode=no -D warnings --error-format human`
59352023-05-03T03:42:15.705Z
59362023-05-03T03:42:15.710Zrunning 0 tests
59372023-05-03T03:42:15.716Z
59382023-05-03T03:42:15.721Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
59392023-05-03T03:42:15.726Z
59402023-05-03T03:42:15.737Z Doc-tests tufaceous
59412023-05-03T03:42:15.742Z Running `rustdoc --edition=2021 --crate-type lib --crate-name tufaceous --test /work/oxidecomputer/omicron/tufaceous/src/lib.rs -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4163f285e5da14b3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-e4c9d0cda66ee77f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-194683ec6123397c/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e2e375299a9e6887/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-c1916581d1161ee7/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e252e3603299df68.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-7fa0c8ba8a6c99c5.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9326280126410a1c.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-32820d6515860c0f.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-7dc0d22d892e6145.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-ad59f8dd0297688e.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-777e670d0bdf02fd.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-8d6b90ccbad5b82f.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-8ab7e928d8828552.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7f67b38d80252182.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-783a4721a715512c.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-37d399784d388e6d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-608da47a6c0e709c.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-a8d47fc05b25faaf.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-a72ba22004bc1b3e.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b94bcba36065eae9.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-9e43cd504d5e9604.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-e8cc457fcf931147.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-7526449b07d43d0b.rlib -C embed-bitcode=no -D warnings --error-format human`
59422023-05-03T03:42:16.236Z
59432023-05-03T03:42:16.242Zrunning 0 tests
59442023-05-03T03:42:16.247Z
59452023-05-03T03:42:16.252Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
59462023-05-03T03:42:16.257Z
59472023-05-03T03:42:16.261Z Doc-tests tufaceous-lib
59482023-05-03T03:42:16.267Z Running `rustdoc --edition=2021 --crate-type lib --crate-name tufaceous_lib --test /work/oxidecomputer/omicron/tufaceous-lib/src/lib.rs -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4163f285e5da14b3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-e4c9d0cda66ee77f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-194683ec6123397c/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e2e375299a9e6887/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-c1916581d1161ee7/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e252e3603299df68.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-3729f688f548d703.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5d6079816e523e86.rlib --extern bytesize=/work/oxidecomputer/omicron/target/debug/deps/libbytesize-22d4785e7509801a.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9326280126410a1c.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-f6ff1edbc4ad80e5.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-32820d6515860c0f.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-05f1e84adf1821ba.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-ed8a1c6733cfabde.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-8d6b90ccbad5b82f.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-655e4d3d400b5f6c.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-2fcd511091ec8030.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7f67b38d80252182.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-83008e00ec653611.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-48cef5dadd3b79b2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-9d729fa31918ec84.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-940b0a5541759ffe.rlib --extern serde_path_to_error=/work/oxidecomputer/omicron/target/debug/deps/libserde_path_to_error-be65d3cad014ae93.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-cd1923fe624dbf83.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-608da47a6c0e709c.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-d05cb0890626588c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5e80fb21cb0c93db.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-4b89ef9c0f5a704a.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-7526449b07d43d0b.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-4ee9d7fe35d44397.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-fecbd94fd6bb2df1.rlib -C embed-bitcode=no -D warnings --error-format human`
59492023-05-03T03:42:16.861Z
59502023-05-03T03:42:16.866Zrunning 0 tests
59512023-05-03T03:42:16.871Z
59522023-05-03T03:42:16.877Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
59532023-05-03T03:42:16.882Z
59542023-05-03T03:42:16.887Z Doc-tests update-engine
59552023-05-03T03:42:16.892Z Running `rustdoc --edition=2021 --crate-type lib --crate-name update_engine --test /work/oxidecomputer/omicron/update-engine/src/lib.rs -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4163f285e5da14b3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-e4c9d0cda66ee77f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-194683ec6123397c/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e2e375299a9e6887/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-c1916581d1161ee7/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e252e3603299df68.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-3729f688f548d703.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5d6079816e523e86.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9326280126410a1c.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-f6ff1edbc4ad80e5.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-05f1e84adf1821ba.rlib --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-82319ab146e13ff5.so --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-4487ff24ff403b20.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7b78a4e9c695d3a0.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-fc8e5d42700c71f2.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-13469307ff7d6e16.rlib --extern linear_map=/work/oxidecomputer/omicron/target/debug/deps/liblinear_map-2c1ab3fa8263e09a.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-783a4721a715512c.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-20bac841c1538864.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-9886d8f16d24129f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-60544344d4d0804a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-9d729fa31918ec84.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-940b0a5541759ffe.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-6a79f340c2975f76.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-608da47a6c0e709c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b00445e5c4984cd2.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-fcbee888d5d05d89.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-c4d15734bd87b768.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-88178d7c063e03bd.rlib -C embed-bitcode=no -D warnings --error-format human`
59562023-05-03T03:42:17.709Z
59572023-05-03T03:42:17.714Zrunning 2 tests
59582023-05-03T03:42:17.720Ztest src/macros.rs - macros::define_update_engine (line 11) ... ignored
59592023-05-03T03:42:17.725Ztest src/macros.rs - macros::define_update_engine (line 17) ... ignored
59602023-05-03T03:42:17.730Z
59612023-05-03T03:42:17.735Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
59622023-05-03T03:42:17.740Z
59632023-05-03T03:42:17.754Z Doc-tests wicket
59642023-05-03T03:42:17.760Z Running `rustdoc --edition=2021 --crate-type lib --crate-name wicket --test /work/oxidecomputer/omicron/wicket/src/lib.rs -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4163f285e5da14b3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-e4c9d0cda66ee77f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-194683ec6123397c/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e2e375299a9e6887/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-c1916581d1161ee7/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e252e3603299df68.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-7fa0c8ba8a6c99c5.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-3729f688f548d703.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9326280126410a1c.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-9baf74024ad4c4c7.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-7dc0d22d892e6145.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-dadcdffc6d4a7d62.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7b78a4e9c695d3a0.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-655e4d3d400b5f6c.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-8ab7e928d8828552.rlib --extern libsw=/work/oxidecomputer/omicron/target/debug/deps/liblibsw-2722e741ba25ffbd.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7f67b38d80252182.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-163217bf2304842d.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-50228240c84c41f7.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-cbf5d867b487f4f6.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f99b5342d7e26ab1.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-9d729fa31918ec84.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-940b0a5541759ffe.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-4c23517ed4fd4004.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-4e2799ae8338e70e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-608da47a6c0e709c.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-a8d47fc05b25faaf.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-a72ba22004bc1b3e.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b94bcba36065eae9.rlib --extern snafu=/work/oxidecomputer/omicron/target/debug/deps/libsnafu-65d08b1b32d7c826.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-d05cb0890626588c.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-9e43cd504d5e9604.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b00445e5c4984cd2.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-17e1fcb77c0e5746.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5e80fb21cb0c93db.rlib --extern tui=/work/oxidecomputer/omicron/target/debug/deps/libtui-628ee1fb6aec51b0.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-c511f6596ce9a9f1.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-3f3acb58ca7f51a0.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-d0f9277436d8c7f2.rlib -C embed-bitcode=no -D warnings --error-format human`
59652023-05-03T03:42:18.673Z
59662023-05-03T03:42:18.678Zrunning 0 tests
59672023-05-03T03:42:18.683Z
59682023-05-03T03:42:18.688Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
59692023-05-03T03:42:18.693Z
59702023-05-03T03:42:18.705Z Doc-tests wicket-dbg
59712023-05-03T03:42:18.710Z Running `rustdoc --edition=2021 --crate-type lib --crate-name wicket_dbg --test /work/oxidecomputer/omicron/wicket-dbg/src/lib.rs -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4163f285e5da14b3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-e4c9d0cda66ee77f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-194683ec6123397c/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e2e375299a9e6887/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-c1916581d1161ee7/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e252e3603299df68.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5d6079816e523e86.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9326280126410a1c.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-9baf74024ad4c4c7.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-7dc0d22d892e6145.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-dadcdffc6d4a7d62.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-a4566fbd5e0f5be2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-9d729fa31918ec84.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-608da47a6c0e709c.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-a8d47fc05b25faaf.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-a72ba22004bc1b3e.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b94bcba36065eae9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b00445e5c4984cd2.rlib --extern tui=/work/oxidecomputer/omicron/target/debug/deps/libtui-628ee1fb6aec51b0.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-3f3acb58ca7f51a0.rlib --extern wicket_dbg=/work/oxidecomputer/omicron/target/debug/deps/libwicket_dbg-60dfc30d61d0864a.rlib -C embed-bitcode=no -D warnings --error-format human`
59722023-05-03T03:42:19.238Z
59732023-05-03T03:42:19.243Zrunning 0 tests
59742023-05-03T03:42:19.248Z
59752023-05-03T03:42:19.253Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
59762023-05-03T03:42:19.666Z
59772023-05-03T03:42:19.671Z Doc-tests wicketd
59782023-05-03T03:42:19.679Z Running `rustdoc --edition=2021 --crate-type lib --crate-name wicketd --test /work/oxidecomputer/omicron/wicketd/src/lib.rs -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4163f285e5da14b3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-e4c9d0cda66ee77f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-194683ec6123397c/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e2e375299a9e6887/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-c1916581d1161ee7/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e252e3603299df68.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-9dd1362437d01057.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-3729f688f548d703.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5d6079816e523e86.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9326280126410a1c.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-f6ff1edbc4ad80e5.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-7dc0d22d892e6145.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-05f1e84adf1821ba.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-5b8e877e059c1e2f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-bb405797b454acb7.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-6556007a14b4ae03.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-ed8a1c6733cfabde.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-8d6b90ccbad5b82f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7b78a4e9c695d3a0.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-f9a6478b1cabf93a.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-d7f59ceaa6750a70.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-d3fd80b79076620c.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-655e4d3d400b5f6c.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-593a43af3ae7d8a4.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-7bafaac42e9cbf8e.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-7234fa9be654ff93.rlib --extern installinator_artifact_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifact_client-c7dd87d65172a428.rlib --extern installinator_artifactd=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifactd-603b43c0e2c53b1b.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-8f0b36b2435be540.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7f67b38d80252182.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-783a4721a715512c.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-86243cda88014f9c.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-232027aad4e287f3.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-83008e00ec653611.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-cbf5d867b487f4f6.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-60544344d4d0804a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-9d729fa31918ec84.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-940b0a5541759ffe.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-cd1923fe624dbf83.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-b9267524051a9daa.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-608da47a6c0e709c.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-fbcb9716188a1ce5.rlib --extern snafu=/work/oxidecomputer/omicron/target/debug/deps/libsnafu-65d08b1b32d7c826.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-997d6fb5225709f2.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-d05cb0890626588c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-6f624496ed77b6b0.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b00445e5c4984cd2.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-fcbee888d5d05d89.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5e80fb21cb0c93db.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-4b89ef9c0f5a704a.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-e8cc457fcf931147.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-7526449b07d43d0b.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-c4d15734bd87b768.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-88178d7c063e03bd.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-70cf954c3531ca50.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-d0f9277436d8c7f2.rlib -C embed-bitcode=no -D warnings --error-format human`
59792023-05-03T03:42:20.264Z
59802023-05-03T03:42:20.269Zrunning 0 tests
59812023-05-03T03:42:20.274Z
59822023-05-03T03:42:20.278Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
59832023-05-03T03:42:20.283Z
59842023-05-03T03:42:20.299Z Doc-tests wicketd-client
59852023-05-03T03:42:20.305Z Running `rustdoc --edition=2021 --crate-type lib --crate-name wicketd_client --test /work/oxidecomputer/omicron/wicketd-client/src/lib.rs -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4163f285e5da14b3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-e4c9d0cda66ee77f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-194683ec6123397c/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e2e375299a9e6887/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-c1916581d1161ee7/out --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-32820d6515860c0f.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-8f0b36b2435be540.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-0ece2b8dfa70f2e3.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-db0a4bf089e05b10.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-cbf5d867b487f4f6.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-60544344d4d0804a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-9d729fa31918ec84.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-940b0a5541759ffe.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-608da47a6c0e709c.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-c4d15734bd87b768.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-88178d7c063e03bd.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-d0f9277436d8c7f2.rlib -C embed-bitcode=no -D warnings --error-format human`
59862023-05-03T03:42:22.468Z
59872023-05-03T03:42:22.473Zrunning 0 tests
59882023-05-03T03:42:22.479Z
59892023-05-03T03:42:22.484Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
59902023-05-03T03:42:22.488Z
59912023-05-03T03:42:22.493Zerror: 1 target failed:
59922023-05-03T03:42:22.498Z `-p omicron-nexus --test test_all`
59932023-05-03T03:42:22.503Z
59942023-05-03T03:42:22.508Zreal 20:45.112127674
59952023-05-03T03:42:22.512Zuser 1:20:34.207677232
59962023-05-03T03:42:22.517Zsys 34:48.318205344
59972023-05-03T03:42:22.522Ztrap 1:39.138663522
59982023-05-03T03:42:22.527Ztflt 20.691680982
59992023-05-03T03:42:22.532Zdflt 39.217338464
60002023-05-03T03:42:22.537Zkflt 0.530490529
60012023-05-03T03:42:22.542Zlock 282:40:40.831859986
60022023-05-03T03:42:22.547Zslp 13:44:39.126662874
60032023-05-03T03:42:22.552Zlat 1:28:28.704265805
60042023-05-03T03:42:22.557Zstop 2:32:57.870505405
60052023-05-03T03:42:23.002Zprocess exited: duration 4095036 ms, exit code 101
 
60062023-05-03T03:42:23.104Zfound 1 output files
60072023-05-03T03:42:23.110Zuploading: /var/tmp/omicron_tmp/test_all-208dd36b5428cdaf-test_instance_metrics.7237.69.log (2063687 bytes)
60082023-05-03T03:42:23.913Zuploaded: /var/tmp/omicron_tmp/test_all-208dd36b5428cdaf-test_instance_metrics.7237.69.log